.cities-wrap ul,
li,
ul {
  list-style: none;
}
.navbar-default,
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
a,
a:focus,
a:hover {
  color: #1a1a1a;
  text-decoration: none;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--fontFamily);
}
.dc-block,
.property-form-block,
.yourItinerary-detail {
  text-align: center;
}
.no-margin-all {
  margin: 0 auto;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-btm {
  margin-bottom: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
body,
html {
  height: 100%;
  width: 100%;
}
body {
  background: #fff;
  color: #000000;
  /* webkit-tap-highlight-color: #222; */
}
.btn-default.active,
.btn-default:active,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
hr {
  border-color: #f05f40;
  border-width: 3px;
  max-width: 50px;
}
hr.light {
  border-color: #fff;
}
.font-blod,
.font-blod-x,
.user-Detail .username-block h2,
.username h2,
.welcome-city h1 {
  font-family: var(--fontFamily);
}
p {
  line-height: 1.5;
  margin-bottom: 20px;
}
.bg-primary {
  background-color: #f05f40;
}
.bg-dark {
  background-color: #222;
  color: #fff;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
aside {
  padding: 50px 0;
}
.no-padding {
  padding: 0;
}
.navbar-default {
  background-color: #fff;
  border-color: rgba(34, 34, 34, 0.05);
}
.btn-default,
.btn-primary {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand {
  font-size: 12px;
}
.navbar-default .navbar-header .navbar-brand:focus,
.navbar-default .navbar-header .navbar-brand:hover {
  color: #1a1a1a;
}
.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 12px;
  color: #1a1a1a;
  text-transform: uppercase;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  font-size: 12px;
  color: #1a1a1a;
}
.navbar-default .nav > li > a:focus:hover,
.navbar-default .nav > li > a:hover {
  color: #1a1a1a;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #1a1a1a !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:focus:hover,
.navbar-default .nav > li.active > a:hover {
  background-color: transparent;
}
.bg-Itinerary {
  position: static;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  height: 100vh;
}
.btn-default {
  color: #222;
  background-color: #fff;
  border-color: #fff;
  transition: all 0.35s;
}
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
  color: #222;
  background-color: #f2f2f2;
  border-color: #ededed;
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #fff;
}
.btn-default .badge {
  color: #fff;
  background-color: #222;
}
.btn-primary {
  color: #000000;
  background-color: transparent;
  border-color: #000000;
  transition: all 0.35s;
}
.btn-primary.active,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #000000;
  border-color: #000000;
}
.btn-primary .badge {
  color: #f31f40;
  background-color: #fff;
}
.btn {
  padding: 5px 20px;
  border-radius: 0;
}
.btn-xl {
  padding: 15px 30px;
}
.btn-xxl {
  padding: 15px 60px;
}
::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #222;
}
::selection {
  color: #fff;
  text-shadow: none;
  background: #222;
}
img::selection {
  color: #fff;
  background: 0 0;
}
img::-moz-selection {
  color: #fff;
  background: 0 0;
}
#mainNav.navbar {
  border: 0;
}
#mainNav .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
.font-blod {
  font-weight: 500;
}
.font-blod-x {
  font-weight: 900;
}
.color-dark-grey {
  color: #333;
}
.welecome-block {
  padding-top: 5em;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.welcome-logo img {
  width: 130px;
}
.username h2 {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}
.welcome-city h1 {
  font-size: 38px;
  color: #000;
  font-weight: 700;
}
.itinerary-today {
  padding: 4em 0;
}
.yourItinerary-detail .logo {
  width: 120px;
  text-align: center;
  overflow: hidden;
  height: 80px;
  margin: 0 auto;
}
.yourItinerary-detail .logo img {
  width: 80px;
}
.yourItinerary-detail .user-Detail {
  margin-top: 20px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
}
.user-Detail .username-block h2 {
  font-size: 20px;
  font-weight: 500;
}
.addressblock h3 {
  font-size: 16px;
  margin: 15px 10px;
}
.itineraryProperty-block {
  margin-top: 0em;
}
.itineraryProperty-block h1 {
  font-size: 24px;
  padding-bottom: 5px;
}
.propertyList-block {
  background: #fff;
  padding: 15px;
}
.propertyList-count {
  background: #db352e;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dc-modal-content h2,
.itinerary-row.header {
  color: #000000;
  font-weight: 500;
  font-family: var(--fontFamily);
}
.propertyList-count-width {
  width: 30px;
}
.itinerary-table {
  margin: 0 0 10px;
  width: 100%;
  display: table;
  font-size: 13px;
}
@media screen and (max-width: 580px) {
  .itinerary-table {
    display: block;
  }
}
.itinerary-row {
  display: table-row;
  background: rgba(255, 255, 255, 0.3);
}
.itinerary-row.bg-white {
  background: #fff !important;
}
.itinerary-row:nth-of-type(even) {
  background: #f4f4f4;
}
.itinerary-row.header {
  background: rgba(255, 255, 255, 1);
}
@media screen and (max-width: 580px) {
  .itinerary-row {
    padding: 10px 0 7px;
    display: block;
  }
  .itinerary-row.header {
    padding: 0;
    height: 6px;
  }
  .itinerary-row.header .itinerary-cell {
    display: none;
  }
  .itinerary-row .itinerary-cell {
    margin-bottom: 6px;
  }
  .itinerary-row .itinerary-cell:before {
    margin-bottom: 3px;
    content: attr(data-title);
    min-width: 98px;
    font-size: 10px;
    line-height: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1a1a1a;
    display: block;
  }
}
.itinerary-cell {
  padding: 12px;
  display: table-cell;
}
.itinerary-cell.left-border {
  border-left: 2px solid #fff !important;
}
@media screen and (max-width: 580px) {
  .itinerary-cell {
    padding: 3px 12px 3px 20px;
    display: block;
  }
}
.ItineraryList-block,
.ItineraryMap-block {
  padding: 3em 0;
}
.propertyMapbox-head {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.mapbox-pointer {
  background: url(https://s3-us-west-1.amazonaws.com/suiteam-website/Destination-Services/SuiteAmerica-Destination-Services-Map-Poiter.png);
  width: 29px;
  height: 40px;
  position: relative;
}
.mapbox-count {
  color: #333;
  position: absolute;
  top: 5px;
  left: 12px;
  font-size: 11px;
}
.mapbox-address {
  flex-grow: 1;
  margin-left: 10px;
}
.propertyMapbox-block {
  margin-bottom: 30px;
}
.propertyMapbox-map {
  border: 1px solid #dc3831;
  background: #fff;
  height: 280px;
  overflow: hidden;
}
.propertyMapbox-map img {
  width: 100%;
}
.property-listbox-block {
  border-bottom: 1px solid #afafb0;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.property-listbox-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.propertyMaplist-block {
  display: flex;
  align-items: center;
}
.propertyMaplist-image-block {
  border: 1px solid #000000;
  width: 160px;
  height: 90px;
  overflow: hidden;
  margin-left: 10px;
}
.propertyMaplist-image-block img {
  width: 100%;
  height: auto;
}
.propertyMaplist-address-block {
  margin-left: 15px;
}
.propertyMaplist-address-block h1 {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 0;
}
.propertyMaplist-address-block p {
  margin-bottom: 0;
  font-size: 15px;
}
.propertyMaplist-rating-block {
  display: flex;
  align-items: center;
}
.property-rate-head {
  margin-bottom: 5px;
}
.rating-block {
  display: flex;
  flex-direction: column;
}
.rating-num-block ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.rating-num-block ul li {
  margin: 0 3px;
  background: #fff;
  color: #000;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.rating-num-block ul li:hover {
  background: #000000;
  color: #fff;
}
.rating-disc {
  margin-left: 20px;
}
.rating-disc .form-control {
  border-radius: 0;
  border: 0;
  width: 250px;
}
.property-form-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.property-form-block h3 {
  font-size: 20px;
  color: #000;
}
.property-form-block p {
  margin-top: 10px;
}
.property-form-block .form-control {
  border-radius: 0;
  border: 0;
}
.property-but-block {
  display: flex;
  flex-direction: column;
}
.property-but-block .btn {
  margin: 5px 0;
}
.btn-x-large {
  padding: 10px 35px;
}
.text-uppercase {
  text-transform: uppercase;
}
.porpertyDetails-block {
  padding: 0 0 3em;
}
.prop-detail-addres-block {
  display: flex;
  align-items: center;
}
.prop-detail-address {
  margin-left: 10px;
  flex-grow: 1;
}
.prop-detail-address h1 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 2px;
}
.prop-detail-address p {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}
.prop-detail-time {
  font-size: 18px;
  margin-bottom: 10px;
}
.detail-image-block {
  position: relative;
  overflow: hidden;
  height: 320px;
  border: 2px solid #636365;
  margin-top: 10px;
}
.detail-image-block img {
  height: 100%;
  width: 100%;
}
.detail-image-pros {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  top: -51px;
}
.detail-image-pros ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.detail-image-pros ul li {
  border-right: 1px solid #000000;
  text-align: right;
  padding: 5px 3px;
  flex-grow: 1;
  align-content: center;
  display: inline-block;
}
.dc-modal-content,
.dcHead,
.dcHead h2,
.sliding-list {
  text-align: center;
}
.detail-image-pros ul li:last-child {
  border-bottom: 0;
}
.detail-image-pros ul li span {
  font-size: 14px;
  color: #000;
}
.detail-image-pros ul li h1 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
  color: #000;
}
.amenities-block {
  margin-top: 20px;
}
.amenities-list h1 {
  font-size: 22px;
  margin-bottom: 20px;
}
.amenities-list ul {
  margin: 0;
  padding: 0;
}
.amenities-list ul li {
  display: block;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.location-block h1 {
  font-size: 22px;
  margin-bottom: 10px;
}
.porpertyDetails-block .new_bookingmap {
  margin-top: -45px;
}
.location-map {
  overflow: hidden;
  height: 320px;
  border: 2px solid #636365;
}
.detail-rate-property-block {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  align-items: flex-end;
}
.rate-head h1 {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
.detail-notes-block {
  margin-top: 15px;
  margin-bottom: 20px;
}
.detail-notes-block .form-control {
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px soli #c6c6c7;
}
.sliding-block {
  background: #636365;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-around;
}
.sliding-list a {
  color: #fff;
}
.sliding-list a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.sliding-list a.list-active {
  color: rgba(255, 255, 255, 0.5);
  cursor: default;
}
.sliding-list a i {
  font-size: 20px;
  display: block;
}
.sliding-list a span {
  font-size: 14px;
  padding-top: 5px;
  text-transform: uppercase;
  display: block;
}
.main-map-block {
  position: relative;
}
.map-back {
  position: absolute;
  background: #000000;
  color: #fff;
  padding: 10px 15px;
  z-index: 1000;
  cursor: pointer;
  display: inline-block;
  left: calc(50% - 100px);
  right: 0;
  width: 200px;
}
#pac-container {
  position: absolute;
  z-index: 99;
  top: 50px;
  left: 8px;
}
.map-back i {
  padding-right: 8px;
}
.dv-star-rating label i {
  font-size: 25px;
  margin-right: 6px;
}
.rating-disc .form-control[disabled] {
  background-color: #fff;
}
.rating-num-block .off-circle::before {
  background-color: #000000;
  content: "";
  width: 13px;
  position: absolute;
  height: 26px;
  top: 0;
  left: 0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  z-index: 2;
}
.rating-num-block span {
  position: relative;
  z-index: 3;
}
.rating-num-block ul li.active {
  background: #000000;
  color: #fff;
}
.contact-adrs .contact-adrs-item li i,
.contact-adrs .contact-adrs-item strong,
.rdtxt-clr {
  color: #000000;
  font-weight: 600;
}
.rating-num-block ul li.disable {
  cursor: default !important;
}
.scroolDiv.bind-text-area {
  padding: 2px;
  background-color: #fff;
  top: 0;
  overflow: hidden;
}
.contact-adrs .contact-adrs-item li {
  list-style-type: none;
  line-height: 1.8em;
}
.contact-adrs .contact-adrs-item li i {
  width: 20px;
}
.contact-adrs .contact-adrs-item strong {
  font-size: 15px;
}
.contact-adrs .contact-adrs-item {
  margin-bottom: 10px;
  margin-top: 10px;
}
.section-line {
  width: 55px;
  height: 2px;
  margin: 30px auto;
  background: #000000;
}
.ft-contact-adrs h5 i {
  color: #000000;
  margin-right: 10px;
}
.ntn-wide-acomodation {
  background-color: #e5e4e9;
}
.ntn-wide-acomodation img {
  margin: 100px 0;
  width: 50%;
  display: inline-block;
}
em.itirnary-phone {
  font-size: 16px;
  color: #49a2d4;
}
.dsProfile {
  width: 100%;
  overflow: hidden;
  word-wrap: break-word;
}
.dc-modal,
.dc-modal-show {
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  transition: all 0.5s ease-in-out;
}
.dsProfileRight {
  margin-left: 30%;
}
.dc-modal {
  display: none;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
}
.dc-modal-show {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
}
.dc-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 2px solid #db352e;
  width: 55%;
  position: relative;
}
.dc-modal-content .pick-thumb,
.dsProfileLeft {
  overflow: hidden;
  border-radius: 100%;
  box-shadow: 4px 2px 18px rgba(0, 0, 0, 0.3);
}
.dc-modal-content:after,
.dc-modal-content:before {
  content: "";
  position: absolute;
  left: 41%;
  border-style: solid;
  display: block;
  width: 0;
}
.dc-modal-content:before {
  bottom: -62px;
  border-width: 60px 50px 0;
  border-color: #db352e transparent;
}
.dc-modal-content:after {
  bottom: -58px;
  border-width: 59px 50px 0;
  border-color: #fff transparent;
}
.dc-modal-content h2 {
  font-size: 20px;
  font-style: italic;
  padding-bottom: 10px;
}
.dc-modal-content .pick-thumb {
  width: 150px;
  height: 150px;
  background: #f5f5f5;
  text-align: center;
  margin: 0 auto 20px;
}
.dc-modal-content .dc-list p {
  margin-bottom: 10px;
  font-weight: 100;
  font-style: italic;
  color: #969696;
}
.dc-modal-content h3 {
  color: #000000;
  font-size: 20px;
  font-style: italic;
  font-family: var(--fontFamily);
  font-weight: 500;
}
.dc-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: 700;
}
.dc-close:focus,
.dc-close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.dc-addressblock h3 {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.dc-addressblock h3:last-child {
  margin-bottom: 0;
}
.dc-detail-block {
  background: #fff;
  padding: 1.2em 0 1em;
  margin-left: 3em;
}
.dcHead {
  background: #000;
  padding: 6px 5px;
}
.dcHead h2 {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  cursor: pointer;
}
.dsProfileLeft {
  width: 140px;
  height: 140px;
  float: left;
  margin-top: 2.7em;
}
.client_rgr input {
  border: 1px solid #888;
  height: 50px;
}
.client_rgr {
  margin-top: 250px;
  margin-bottom: 150px;
}
.spotlight-cities {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 30px 0;
}
.cities-wrap ul {
  margin-bottom: 20px;
}
.cities-wrap ul li {
  list-style: none;
  color: #000000;
}
.cities-wrap ul span {
  font-weight: 700;
  padding-bottom: 15px;
  display: block;
}
.spotlight-map {
  position: relative;
  bottom: 0;
  left: 0;
  height: calc(100vh - 140px);
  width: 100%;
  overflow: hidden;
}
.spotlight-map.worldbnk_banner {
  width: 100%;
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.3);
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:focus,
  .navbar-default .navbar-header .navbar-brand:hover {
    color: #1a1a1a;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: #fff;
  }
  .navbar-default .nav > li > a:focus:hover,
  .navbar-default .nav > li > a:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus,
  .navbar-default.affix .navbar-header .navbar-brand:hover {
    color: #1a1a1a;
  }
  .navbar-default.affix {
    background-color: #fff;
    border-color: rgba(34, 34, 34, 0.05);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #1a1a1a;
    font-size: 14px;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #222;
  }
  .navbar-default.affix .nav > li > a:focus:hover,
  .navbar-default.affix .nav > li > a:hover {
    color: #1a1a1a;
  }
  .button-sort .pull-right {
    float: left;
  }
}
@media (min-width: 540px) {
  .itineraryProperty-block {
    margin-left: 4em;
  }
  .left-addresblock {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .property-listbox-flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .propertyMaplist-block {
    margin-bottom: 15px;
  }
  .propertyMaplist-rating-block {
    margin-left: 35px;
  }
}
@media screen and (max-width: 768px) {
  .propertyMaplist-rating-block {
    margin-left: 0;
    flex-direction: column;
    width: 100%;
  }
  .propertyMaplist-rating-block .rating-disc {
    margin: 20px auto;
  }
  .welcome-city h1 {
    color: #fff;
    text-align: center;
  }
  .yourItinerary-detail {
    margin-bottom: 4em;
  }
  .mapbox-pointer {
    width: 48px;
    background-repeat: no-repeat;
  }
  .property-listbox-block .mapbox-pointer {
    width: 52px;
  }
  .propertyMaplist-block {
    padding-top: 10px;
    width: 100%;
  }
  .propertyMaplist-image-block {
    margin-left: 5px;
    height: auto;
  }
  .propertyMapbox-map {
    height: auto;
  }
  .detail-image-block img {
    height: 100%;
    width: auto;
  }
  .sliding-list a span {
    font-size: 11px;
  }
  .main-map-block {
    height: calc(100vh);
  }
  .map-back {
    bottom: 0;
  }
  .left-addresblock {
    width: 340px;
  }
}
@media screen and (max-width: 480px) {
  .left-addresblock {
    width: 100%;
    word-wrap: break-word;
  }
  #pac-container {
    left: 10px;
    right: 10px;
  }
}
@media screen and (min-width: 480px) and (max-width: 960px) {
  .rating-disc .form-control {
    width: 235px;
  }
}
body {
  font-size: 16px;
}

.image-gallery-icon {
  color: #fff;
  transition: all 0.2s ease-out;
  appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
  position: absolute;
  z-index: 4;
  filter: drop-shadow(0 2px 2px #1a1a1a);
}

.image-gallery-icon:focus {
  outline: 2px solid #337ab7;
}

.image-gallery-using-mouse .image-gallery-icon:focus {
  outline: none;
}

.image-gallery-fullscreen-button,
.image-gallery-play-button {
  bottom: 0;
  padding: 20px;
  display: none;
}

.image-gallery-fullscreen-button .image-gallery-svg,
.image-gallery-play-button .image-gallery-svg {
  height: 36px;
  width: 36px;
}

.image-gallery-fullscreen-button {
  right: 5px;
}

.image-gallery-play-button {
  left: 5px;
}

.image-gallery-left-nav,
.image-gallery-right-nav {
  padding: 5px 10px 5px 5px;
  transform: translateY(-50%);
  background: #363636;
  width: 22px;
  line-height: 33px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 60%;
}

.image-gallery-left-nav .image-gallery-svg,
.image-gallery-right-nav .image-gallery-svg {
  height: 30px;
  width: 12px;
}

.image-gallery-left-nav[disabled],
.image-gallery-right-nav[disabled] {
  cursor: disabled;
  opacity: 0.6;
  pointer-events: none;
}

.image-gallery-left-nav {
  left: 5px;
}

.image-gallery-right-nav {
  right: 5px;
}

.image-gallery {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.image-gallery.fullscreen-modal {
  background: #000;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}

.image-gallery.fullscreen-modal .image-gallery-content {
  top: 50%;
  transform: translateY(-50%);
}

.image-gallery-content {
  position: relative;
  line-height: 0;
  top: 0;
}

.image-gallery-content.fullscreen {
  background: #000;
}

.image-gallery-content .image-gallery-slide .image-gallery-image {
  max-height: calc(100vh - 80px);
  height: 100%;
}

.image-gallery-content.left .image-gallery-slide .image-gallery-image,
.image-gallery-content.right .image-gallery-slide .image-gallery-image {
  max-height: 100vh;
}

.image-gallery-slide-wrapper {
  position: relative;
}

.image-gallery-slide-wrapper.left,
.image-gallery-slide-wrapper.right {
  display: inline-block;
  width: calc(100% - 110px);
}

.image-gallery-slide-wrapper.image-gallery-rtl {
  direction: rtl;
}

.image-gallery-slides {
  line-height: 0;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  text-align: center;
  height: 360px;
}

.image-gallery-slide {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.image-gallery-slide.center {
  position: relative;
  height: 100%;
}
.image-gallery-slide.center > div {
  height: 100%;
}

.image-gallery-slide .image-gallery-image {
  width: 100%;
  height: 100%;
}

.image-gallery-slide .image-gallery-description {
  background: rgba(0, 0, 0, 0.4);
  bottom: 70px;
  color: #fff;
  left: 0;
  line-height: 1;
  padding: 10px 20px;
  position: absolute;
  white-space: normal;
}

.image-gallery-bullets {
  bottom: 20px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 80%;
  z-index: 4;
}

.image-gallery-bullets .image-gallery-bullets-container {
  margin: 0;
  padding: 0;
  text-align: center;
}

.image-gallery-bullets .image-gallery-bullet {
  appearance: none;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 0 1px 0 #1a1a1a;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  outline: none;
  padding: 5px;
  transition: background 0.2s ease-out;
}

.image-gallery-bullets .image-gallery-bullet:focus,
.image-gallery-bullets .image-gallery-bullet:hover {
  background: #337ab7;
  transform: scale(1.1);
}

.image-gallery-bullets .image-gallery-bullet.active {
  background: #fff;
}

.image-gallery-thumbnails-wrapper {
  position: relative;
}

.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl {
  direction: rtl;
}

.image-gallery-thumbnails-wrapper.left,
.image-gallery-thumbnails-wrapper.right {
  display: inline-block;
  vertical-align: top;
  width: 100px;
}

.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails,
.image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails {
  height: 100%;
  width: 100%;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
}

.image-gallery-thumbnails-wrapper.left
  .image-gallery-thumbnails
  .image-gallery-thumbnail,
.image-gallery-thumbnails-wrapper.right
  .image-gallery-thumbnails
  .image-gallery-thumbnail {
  display: block;
  margin-right: 0;
  padding: 0;
}

.image-gallery-thumbnails-wrapper.left
  .image-gallery-thumbnails
  .image-gallery-thumbnail
  + .image-gallery-thumbnail,
.image-gallery-thumbnails-wrapper.right
  .image-gallery-thumbnails
  .image-gallery-thumbnail
  + .image-gallery-thumbnail {
  margin-left: 0;
  margin-top: 2px;
}

.image-gallery-thumbnails-wrapper.left,
.image-gallery-thumbnails-wrapper.right {
  margin: 0 5px;
}

.image-gallery-thumbnails {
  overflow: hidden;
  padding: 5px 0;
}

.image-gallery-thumbnails .image-gallery-thumbnails-container {
  cursor: pointer;
  text-align: center;
  transition: transform 0.45s ease-out;
  white-space: nowrap;
}

.image-gallery-thumbnail {
  display: inline-block;
  border: 4px solid transparent;
  transition: border 0.3s ease-out;
  width: 130px;
  background: transparent;
  padding: 0;
  height: 75px;
}

.image-gallery-thumbnail + .image-gallery-thumbnail {
  margin-left: 2px;
}

.image-gallery-thumbnail .image-gallery-thumbnail-inner {
  position: relative;
  height: 100%;
}

.image-gallery-thumbnail .image-gallery-thumbnail-image {
  vertical-align: middle;
  width: 100%;
  line-height: 0;
  height: 100%;
}

.image-gallery-thumbnail.active,
.image-gallery-thumbnail:hover,
.image-gallery-thumbnail:focus {
  outline: none;
  border: 4px solid #337ab7;
}

.image-gallery-thumbnail-label {
  box-sizing: border-box;
  color: white;
  font-size: 1em;
  left: 0;
  line-height: 1em;
  padding: 5%;
  position: absolute;
  top: 50%;
  text-shadow: 1px 1px 0 black;
  transform: translateY(-50%);
  white-space: normal;
  width: 100%;
}

.image-gallery-index {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  line-height: 1;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
}
@media (min-width: 768px) {
  .image-gallery-icon:hover {
    color: #337ab7;
  }

  .image-gallery-icon:hover .image-gallery-svg {
    transform: scale(1.1);
  }
}

@media (max-width: 768px) {
  .image-gallery-fullscreen-button,
  .image-gallery-play-button {
    padding: 15px;
  }

  .image-gallery-slide .image-gallery-description {
    bottom: 45px;
    font-size: 0.8em;
    padding: 8px 15px;
  }
  .image-gallery-bullets .image-gallery-bullet {
    margin: 0 3px;
    padding: 3px;
  }
  .image-gallery-thumbnails-wrapper.left,
  .image-gallery-thumbnails-wrapper.right {
    width: 81px;
  }

  .image-gallery-thumbnails-wrapper.left,
  .image-gallery-thumbnails-wrapper.right {
    margin: 0 3px;
  }
  .image-gallery-thumbnails {
    padding: 3px 0;
  }
  .image-gallery-thumbnail {
    border: 3px solid transparent;
    width: 81px;
  }
  .image-gallery-thumbnail.active,
  .image-gallery-thumbnail:hover,
  .image-gallery-thumbnail:focus {
    border: 3px solid #337ab7;
  }
  .image-gallery-thumbnail-label {
    font-size: 0.8em;
    line-height: 0.8em;
  }
  .image-gallery-index {
    font-size: 0.8em;
    padding: 5px 10px;
  }
}

@media (max-width: 480px) {
  .image-gallery-fullscreen-button,
  .image-gallery-play-button {
    padding: 10px;
  }
  .image-gallery-bullets .image-gallery-bullet {
    padding: 2.7px;
  }
}

.fivestarNavwrap .nav-f.nav-wrp {
  margin-top: 20px;
}
.fivestarNavwrap .logo-5star {
  top: 0px;
}
.fivestarNavwrap .nav-f.nav-wrp i.fa.fa-calendar {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  top: -2px;
}

.bg-Itinerary_bg {
  position: relative;
}
.bg-Itinerary_bg::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.z-index-9 {
  z-index: 9;
}
.bg-Itinerary_bg .welcome-city h1 {
  color: #ffffff;
}

.bottom_intern_add {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.bottom_intern_add .item {
  margin-right: 20px;
  border-right: 1px solid #cccccc;
  padding-right: 20px;
}
.bottom_intern_add .item:last-child {
  margin-right: 0px;
  border-right: 0px solid #cccccc;
  padding-right: 0px;
}
.btn.btn-primary {
  position: relative;
}
.btn .btn-pleaseWait {
  position: absolute;
  left: 0px;
  background: #ffdddd;
  top: 0px;
  bottom: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  color: #cf2e21;
  cursor: not-allowed;
}
.btn .btn-pleaseWait .fa {
  padding-right: 5px;
}

@media (max-width: 767px) {
  .bottom_intern_add {
    flex-direction: column;
  }
  .bottom_intern_add .item {
    border: 0px;
    margin: 0px;
    position: relative;
    margin-bottom: 10px;
  }
  .bottom_intern_add .item::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 2px;
    background: #c7c7c7;
    left: 48%;
    transform: translateX(-48%);
  }
  .bottom_intern_add .item:last-child::after {
    display: none;
  }
}

.spotlight_image_tab {
  position: relative;
  box-shadow: 2px 3px 7px #9c9c9c;
  overflow: hidden;
}
.spotlight_image_tab .image {
  background-image: url("https://suiteam-website.s3-us-west-1.amazonaws.com/Destination-Services/spotlight-bg.png");
  height: 400px;
  width: 111%;
  background-size: 100%;
  background-position-x: -85px;
  background-repeat: no-repeat;
}
.spotlight_image_tab .content {
  position: absolute;
  top: 15px;
  text-align: center;
  width: 270px;
  margin: auto;
  right: 0px;
  left: 0px;
}
.spotlight_image_tab .content h1 {
  font-size: 25px;
  font-weight: 600;
  color: #616161;
}
.spotlight_image_tab .content a {
  text-decoration: underline;
  font-size: 15px;
  font-family: roboto;
  color: #007bff;
}

@media (max-width: 991px) {
  .spotlight_image_tab .image {
    height: 320px;
  }
}
@media (max-width: 600px) {
  .spotlight_image_tab .image {
    height: 400px;
    background-size: cover;
    background-position-x: 80%;
  }
}

@media screen and (max-width: 580px) {
  .itinerary-cell {
    padding: 3px 12px 3px 20px;
    display: table-cell;
  }
}

/*============================================================
                      Tesla pages
==============================================================*/
.telsa-page-view .owl-buttons .glyphicon {
  color: #ffeded;
  color: #000000;
}

.telsa-page-view .profile_submenu {
  border-bottom: 1px solid #cccccc;
}
.telsa-page-view .cc_image_text_main {
  margin-top: 100px;
  margin-bottom: 60px;
  background: #ffffff;
}
.cc_image_text_main.tangerineImageHegiht {
  margin-top: 15rem;
}

.telsa-page-view .container-view {
  width: 700px;
  margin: auto;
}
.telsa-page-view .cc_image_text_main img {
  width: 100%;
  height: auto;
  position: static;
}
.telsa-page-view .cc_image_text_main h1 {
  font-family: var(--fontFamily);
  font-weight: 600;
  font-size: 25px;
  margin: auto;
  width: 80%;
  margin-top: 65px;
}
.telsa-page-view .cc_image_text_main p {
  color: #000000;
  font-family: var(--fontFamily);
  margin: auto;
  margin-top: 35px;
}
.telsa-page-view .quote-section {
  background: #000000;
}
.telsa-page-view .quote-section p {
  color: #ffffff;
  margin-bottom: 0px;
}
.telsa-page-view .who_weare_text h1 {
  font-size: 30px;
  color: #000000;
}
.telsa-page-view .who_weare_text .dual_quote {
  padding: 30px 50px;
}
.telsa-page-view .who_weare_text .dual_quote p {
  color: #000000;
  min-height: 70px;
}

.telsa-page-view .who_weare_text .box-slide-btn {
  padding: 7px 30px;
  font-size: 15px;
  margin-bottom: 10px;
}
.telsa-page-view .cc_image_text_main p.p {
  margin-top: 10px;
}
.telsa-page-view .red-border {
  height: 2px;
  background: #000000;
  margin-top: 20px;
}
.telsa-page-view .company_section h2 {
  margin-top: 70px;
}
.telsa-page-view .tesla .owl-carousel .owl-item img {
  height: 210px;
  width: 100% !important;
}
.telsa-page-view .tesla .card-body.sch_deatils {
  border: 0px;
}
.telsa-page-view .tesla .card_titlee22 {
  border: 0px;
  text-align: center;
}
.tesla .container-fluid {
  background: transparent;
}
.telsa-page-view .owl-carousel .img-bg {
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(255, 255, 255, 0.9)
    )
    100%;
  position: absolute;
  top: 180px;
  height: 30px;
  width: 100%;
}
.telsa-page-view .location_heading {
  padding: 15px 0;
  border: 0px;
}
.telsa-page-view .tesla .card_titlee22 h1 {
  color: #000000;
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
}
.telsa-page-view .tesla .card_titlee22 p {
  color: #000000;
  text-align: center;
  font-size: 13px;
}
.telsa-page-view .tesla .card_titlee22 a {
  align-items: center;
  justify-content: center;
  background: #000000;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  font-style: italic;
  padding: 8px 20px;
  display: inline-block;
  font-size: 18px;
}
.tesla .glyphicon-menu-right:before {
  content: "\e258";
  content: "\f0da";
  font-size: 40px;
  font-family: FontAwesome;
}
.tesla .glyphicon-menu-left:before {
  content: "\f0d9";
  font-family: FontAwesome;
  font-size: 40px;
}
.telsa-page-view .tesla .owl-buttons .owl-prev {
  background: transparent;
  top: 80px;
  left: 15px;
}
.telsa-page-view .tesla .owl-buttons .owl-next {
  background: transparent;
  top: 80px;
  right: 15px;
}
.telsa-page-view .ls_refine input[type="text"] {
  padding: 10px 10px;
  box-sizing: border-box;
  border: 0;
  border: 2px solid #ccc;
  border-radius: 0;
  font-size: 15px;
  height: 45px;
  background-position: 98% 55%;
  box-shadow: 0px 1px 4px #000;
  margin-top: 30px;
}

.bottom-tesla-text {
  box-shadow: 0px 0px 5px #b9b9b9;
  /* border-radius: 10px; */
  padding: 10px;
  margin: 20px 0px;
  padding-bottom: 30px;
  background: #fff;
}
.bottom-tesla-text h1 {
  font-family: var(--fontFamily);
  font-weight: 600;
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
}
.bottom-tesla-text p {
  font-size: 16px;
  text-align: left;
  margin-bottom: 0px;
  width: 450px;
  margin: auto;
}
.bottom-tesla-text p a {
  color: #007bff;
  font-size: 16px;
  letter-spacing: 0;
}
.bottom-tesla-text p b {
  font-family: var(--fontFamily);
  font-weight: 600;
}
.bottom-tesla-text p .fa {
  font-size: 8px;
  position: relative;
  top: -2px;
  right: 5px;
}
.bottom-tesla-text p a:hover {
  text-decoration: underline;
}

.email-input-view {
  position: relative;
}
.email-input-view span {
  position: absolute;
  top: 0;
  right: 0;
  background: #e2e2e2;
  bottom: 0px;
  padding: 0px 10px;
  line-height: 50px;
  font-size: 15px;
}
.telsa-page-view .service_request .request_form p.p {
  padding-left: 15px;
  margin-bottom: 0px;
  font-size: 15px;
  margin-bottom: 0px;
}
.telsa-page-view .service_request .request_form p.p a {
  color: #007bff;
  font-size: 17px;
}
#accordion.company_acdn .panel .panel-body .profile-opener a {
  color: #007bff;
  font-size: var(--f-size16);
  letter-spacing: 0px;
}
.telsa-page-view .service_request .request_form p.p a:hover {
  text-decoration: underline;
}
p.petinfo-cls {
  margin-left: 15px;
}
p.emailNote {
  margin-top: -15px;
  margin-bottom: 0px;
  font-size: 12px !important;
}
p.font-14 {
  font-size: 14px !important;
}

.telsa-page-view .tab-content.travel-booking-slider.tesla {
  margin-bottom: 50px;
}
.input-invalid-validation {
  color: #e3211b !important;
  font-size: 16px !important;
  margin-top: -10px;
}

.display-none {
  display: none;
}

ul.filter-view {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  justify-content: center;
  margin-top: 25px;
}
ul.filter-view li {
  margin: 5px 10px;
}

ul.filter-view li a {
  background: #f3f3f3;
  padding: 7px 10px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  letter-spacing: 0;
}
ul.filter-view li.active a {
  background: #cccccc;
}
.teals-foot-navbar {
  margin-top: -20px;
  margin-bottom: 50px;
}
.teals-foot-navbar ul li {
  text-align: left;
}
.teals-foot-navbar ul li a {
  font-size: 14px;
  letter-spacing: 0.5px;
}
.teals-foot-navbar h1 {
  text-align: left;
  margin: 0px;
  font-family: var(--fontFamily);
  font-weight: 700;
  color: #000000;
  font-size: 17px;
  margin-bottom: 5px;
}
.teals-foot-navbar .row.tesla-row {
  display: flex;
}

@media (max-width: 991px) {

  .teals-foot-navbar .row.tesla-row {
    display: flex;
    flex-wrap: wrap;
  }
  .teals-foot-navbar .row.tesla-row .col-md-3 {
    width: 33.333%;
  }
  .tesla-reservation-form {
    margin-top: 20px;
  }
  .cc_image_text_main.tangerineImageHegiht {
    margin-top: 6rem !important;
  }
  
}
@media (max-width: 768px) {
 
  .telsa-page-view .container-view {
    width: 90%;
  }
  .telsa-page-view .res-cover-heder-ht {
    display: none;
  }
  .tesla-reservation-form {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
 
  .telsa-page-view .cc_image_text_main h1 {
    font-size: 20px;
    width: 100%;
    margin-top: 30px;
  }
  .telsa-page-view .cc_image_text_main p {
    width: 100%;
    margin-top: 20px;
  }
  .telsa-page-view .quote-section p {
    font-size: 15px;
  }
  .telsa-page-view .who_weare_text h1 {
    font-size: 20px;
  }
  .telsa-page-view .who_weare_text .dual_quote {
    padding: 30px 30px;
    margin-bottom: 15px;
  }
  .owl-carousel.GreatSchools-community.owl-loaded.owl-drag {
    max-width: 340px;
  }
  .owl-carousel.owl-drag .owl-item {
    max-width: 340px;
  }
  .GreatSchools-community.owl-carousel.owl-drag .owl-item{
    max-width: initial;
  }
  .telsa-page-view .tesla .owl-carousel .owl-item img {
    height: 180px;
  }
  .telsa-page-view .owl-carousel .img-bg {
    top: 150px;
  }

  .teals-foot-navbar .row.tesla-row .col-md-3 {
    width: 50%;
  }
  .tesla-reservation-form {
    margin-top: 60px;
  }
}

@media (max-width: 550px) {
  .telsa-page-view .cc_image_text_main h1 {
    font-size: 18px;
    width: 100%;
  }
  .telsa-page-view .quote-section p {
    font-size: 14px;
  }
  .owl-carousel.GreatSchools-community.owl-loaded.owl-drag {
    max-width: 300px;
  }
  .owl-carousel.owl-drag .owl-item {
    max-width: 300px;
  }
  .GreatSchools-community.owl-carousel.owl-drag .owl-item{
    max-width: initial;
  }
  .telsa-page-view .ls_refine input[type="text"] {
    font-size: 14px;
  }

  .teals-foot-navbar .row.tesla-row .col-md-3 {
    width: 100%;
  }
  .bottom-tesla-text p {
    position: relative;
    width: 85%;
    margin: auto;
  }
  .bottom-tesla-text p .fa {
    position: absolute;
    left: -15px;
    top: 5px;
  }
}

/*====================================================
                  DS Home ----- Start
======================================================*/
.ds-w-v-view-banner-bg {
  background-image: url(../images/map-01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 80px 0px;
  text-align: center;
  border-bottom: 5px solid #000000;
  margin-top: 2px;
}
.ds-w-v-view-banner-bg h1 {
  font-size: 55px;
  color: #000000;
  font-family: var(--fontFamily);
  font-size: 4vw;
  font-weight: 600;
}
.ds-w-v-view-banner-bg h1 span {
  display: block;
  color: #000000;
  font-family: var(--fontFamily);
}
.ds-w-v-view-banner-bg p {
  font-size: 24px;
  color: #000000;
  font-family: var(--fontFamily);
  padding-top: 15px;
  font-size: 1.5vw;
}
.ds-w-v-view-banner-bg .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  float: inherit;
  max-width: inherit;
}

.ds-w-v-view-banner-bg .icons .item img {
  width: 6vw;
  margin: 0px 1.8vw;
}
.ds-webpage-view-top-view h1 {
  font-family: var(--fontFamily);
  font-weight: 600;
  color: #000000;
  font-size: 45px;
  margin-bottom: 30px;
  padding-left: 25px;
  width: 100%;
}

.ds-webpage-view-top-view h1 i {
  color: #000000;
  font-weight: 600;
  font-family: var(--fontFamily);
  font-size: 42px;
}
.ds-webpage-view-top-view .image-view {
  display: flex;
  align-items: center;
  padding-top: 30px;
}
.ds-webpage-view-top-view .image-view .item {
  width: 50%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ds-webpage-view-top-view .image-view .item p {
  font-family: var(--fontFamily);
  font-size: 23px;
  text-align: center;
  width: 80%;
  margin: auto;
  padding-top: 20px;
  position: relative;
}
.ds-webpage-view-top-view .image-view .item p span {
  font-family: var(--fontFamily);
  display: block;
  padding-top: 15px;
}
.ds-webpage-view-top-view .image-view .item p:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 70%;
  left: 0px;
  background: #000000;
  top: 0px;
  margin: auto;
  right: 0px;
}
.ds-webpage-view-top-view .image-view .item .image-view-text {
  position: relative;
}

.ds-webpage-view-top-view .image-view .item .image-view-text .side-para {
  position: absolute;
  top: -50px;
  left: 40%;
  width: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  /* margin: auto; */
  right: 0px;
}
.ds-webpage-view-top-view .image-view .item .image-view-text p {
  font-family: var(--fontFamily);
  color: #ffffff;
  font-size: 30px;
}
.ds-webpage-view-top-view .image-view .item .image-view-text a {
  font-family: var(--fontFamily);
  color: #ffffff;
  text-decoration: underline;
  font-size: 30px;
  margin-left: 5px;
}
.ds-webpage-view-top-view .image-view .item .image-view-text a:hover {
  color: #3888d9;
}

.ds-webpage-view-top-view .image-view .item .image-view-text p::after {
  display: none;
}
.ds-webpage-view-top-view .image-view .item img {
  width: 250px;
}
.ds-webpage-view-top-view .image-view .item:last-child {
  text-align: right;
}
.ds-webpage-view-top-view .image-view .item:last-child img {
  width: auto;
}
.ds-webpage-view-top-view .image-view .item .img-bg {
  width: 600px;
  height: 600px;
  background: #000000;
  position: absolute;
  right: -29%;
  border-radius: 50%;
  top: 0;
}
.ds-webpage-view-dark-section {
  background: #000000;
  padding: 40px 0px;
  border-top: 5px solid #000000;
}
.ds-webpage-view-dark-section p {
  font-family: var(--fontFamily);
  color: #ffffff;
  text-align: center;
  font-size: 25px;
  text-align: center;
}
.ds-webpage-view-tails {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin: 50px 0px;
  height: 100%;
}
.ds-webpage-view-tails .item {
  text-align: center;
  height: 100%;
}
.ds-webpage-view-tails .item.item2 {
  grid-column-start: 2;
  grid-column-end: 4;
}
.ds-webpage-view-tails .item i {
  color: #000000;
  font-size: 25px;
  font-family: "MercuryTextG1-italic";
  font-weight: 500;
  padding-bottom: 10px;
  display: block;
}
.ds-webpage-view-tails .item.item2 i {
  color: #525252;
  border: 1px solid #000000;
  border-bottom: 0;
  margin-bottom: 0;
  position: relative;
  top: -5px;
  text-align: center;
  display: flex;
  justify-content: center;
  height: 40px;
  margin-top: 5px;
}
.ds-webpage-view-tails .item.item2 i span {
  background: #ffffff;
  position: absolute;
  top: -20px;
  margin: auto;
  padding: 0px 10px;
  font-family: "MercuryTextG1-italic";
  font-weight: 500;
}
.ds-webpage-view-tails .sub-view {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  height: 100%;
}
.ds-webpage-view-tails .sub-view .view:first-child {
  background: #fafafa;
  border-color: #525252;
}
.ds-webpage-view-tails .sub-view .view:last-child {
  background: #efefef;
  border-color: #525252;
}
.ds-webpage-view-tails .view {
  border: 2px solid #000000;
  height: 100%;
}
.ds-webpage-view-tails .view .image {
  border: 2px solid #000000;
  width: 140px;
  margin: auto;
  height: 140px;
  border-radius: 50%;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  border-style: dotted;
}
.ds-webpage-view-tails .view img {
  width: 100%;
}
.ds-webpage-view-tails .view h3 {
  color: #000000;
  font-family: var(--fontFamily);
  font-size: 25px;
  margin-bottom: 25px;
  font-weight: 700;
}
.ds-webpage-view-tails .view img.relo-logo {
  height: 25px;
  margin-top: 20px;
  margin-bottom: 25px;
  width: auto;
}
.ds-webpage-view-tails .view h4 {
  color: #000000;
  font-family: "MercuryTextG1-italic";
  font-style: italic;
  font-size: 20px;
  font-weight: 500;
  width: 75%;
  margin: auto;
  margin-bottom: 0px;
  height: 60px;
}
.ds-webpage-view-tails .view h5 {
  color: #525252;
  font-family: var(--fontFamily);
  font-size: 25px;
  border-top: 1px solid #cccccc;
  padding: 15px 0px;
  height: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.ds-webpage-view-tails .view p {
  color: #000000;
  border-top: 1px solid #cccccc;
  padding: 15px 10px;
  font-family: var(--fontFamily);
  font-size: 23px;
  min-height: 159px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ds-webpage-view-tails .view p.p {
  height: 226px;
}
.ds-webpage-view .disclaimer {
  padding-top: 5px;
  margin-bottom: 30px;
}
.ds-webpage-view .disclaimer span {
  color: #000000;
  font-family: var(--fontFamily);
  display: block;
  text-align: left;
  width: 240px;
  font-size: 15px;
}
.ds-webpage-view .red-stripe {
  color: #ffffff;
  background: #000000;
  font-family: var(--fontFamily);
  font-size: 35px;
  text-align: center;
  padding: 10px 0px;
  margin-bottom: 30px;
}
.ds-webpage-view .bottom-view-text {
  font-family: var(--fontFamily);
  color: #000000;
}
.ds-webpage-view .bottom-view-text p {
  font-family: var(--fontFamily);
  color: #000000;
  font-size: 25px;
  width: 80%;
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
}
.ds-webpage-view .bottom-view-text i {
  color: #000000;
  font-family: "MercuryTextG1-italic";
  font-size: 28px;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
}
.ds-webpage-view .bottom-view-text .image {
  position: relative;
  text-align: center;
}
.ds-webpage-view .bottom-view-text img {
  width: 100%;
}
.ds-webpage-view .bottom-view-text .btn-cls {
  background: #000000;
  color: #fff;
  text-transform: uppercase;
  font-style: normal;
  font-family: var(--fontFamily);
  font-size: 25px;
  border-radius: 65px;
  padding: 8px 30px;
  outline: 0px;
  box-shadow: none;
  transform: translateY(50%);
  height: 45px;
  line-height: 45px;
  padding-top: 0px;
  border: 0px;
}

.guest-portalnewpage .popupview-btns {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  background: #0653e2;
  padding: 6px 15px 5px 15px;
  border-radius: 9px;
  margin-top: 7px;
}
.guest-portalnewpage .popupview-btns:hover {
  text-decoration: underline;
}
/* .guest-portalnewpage .popupview-btns .fa{
  transform: rotate(-40deg);
  position: relative;
  top: 2px;
} */
@media (max-width: 1600px) {
  .ds-webpage-view-tails .view p.p {
    height: 228px;
  }
}
@media (max-width: 1366px) {
  .ds-w-v-view-banner-bg h1 {
    width: 80%;
    margin: 15px auto;
    font-size: 55px;
  }
  .ds-w-v-view-banner-bg p {
    font-size: 21px;
  }
  .ds-webpage-view-top-view h1 {
    font-size: 33px;
  }
  .ds-webpage-view-top-view h1 i {
    font-size: 30px;
  }
  .ds-webpage-view-top-view .image-view .item p {
    font-size: 21px;
  }
  .ds-webpage-view-tails .view p {
    font-size: 21px;
  }
  .ds-webpage-view-tails .view h5 {
    font-size: 23px;
    height: 60px;
  }
  .ds-webpage-view-tails .view p.p {
    height: 220px;
  }
  .ds-webpage-view .red-stripe {
    font-size: 30px;
  }
  .ds-webpage-view .bottom-view-text .btn-cls {
    font-size: 21px;
  }
}

@media (max-width: 1199px) {
  .ds-w-v-view-banner-bg h1 {
    font-size: 45px;
  }
  .ds-webpage-view-top-view h1 {
    font-size: 30px;
  }

  .ds-webpage-view-top-view h1 i {
    font-size: 27px;
  }
  .ds-webpage-view-tails .view h5 {
    padding: 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
  }
  .ds-webpage-view-tails .view p {
    font-size: 21px;
  }
  .ds-webpage-view .red-stripe {
    font-size: 30px;
  }
  .ds-webpage-view-top-view .image-view .item p {
    width: 80%;
  }
}

@media (max-width: 991px) {
  .ds-w-v-view-banner-bg {
    padding: 50px 0px;
  }
  .ds-w-v-view-banner-bg .icons {
    margin-top: 40px;
  }
  .ds-w-v-view-banner-bg .icons .item {
    width: 110px;
  }
  .ds-w-v-view-banner-bg .icons .item img {
    width: 65px;
  }
  .ds-w-v-view-banner-bg h1 {
    font-size: 35px;
  }
  .ds-w-v-view-banner-bg p {
    font-size: 20px;
  }
  .ds-webpage-view-top-view h1 {
    font-size: 20px;
    width: 100%;
  }
  .ds-webpage-view-top-view h1 i {
    font-size: 20px;
  }
  .ds-webpage-view-tails .view h5 {
    padding: 0px 15px;
    font-size: 18px;
  }
  .ds-webpage-view-tails .view p {
    font-size: 16px;
    min-height: 120px;
    margin-bottom: 0px;
  }
  .ds-webpage-view-tails .view p.p {
    height: 205px;
  }
  .ds-webpage-view .red-stripe {
    font-size: 21px;
  }
  .ds-webpage-view-top-view .image-view .item p {
    width: 80%;
    font-size: 20px;
  }

  .ds-webpage-view-top-view .image-view .item .image-view-text .side-para {
    top: -50px;
    left: 35%;
    width: 200px;
    right: 0px;
  }
  .ds-webpage-view-top-view .image-view .item .image-view-text p,
  .ds-webpage-view-top-view .image-view .item .image-view-text a {
    font-size: 25px;
  }

  .ds-webpage-view-top-view .image-view .item:last-child img {
    width: 100%;
  }
  .ds-webpage-view-tails .view .image {
    width: 110px;
    height: 110px;
    padding: 25px;
  }
  .ds-webpage-view-tails .view h3 {
    font-size: 20px;
    font-weight: 600;
  }
  .ds-webpage-view-tails .view img.relo-logo {
    height: 23px;
  }
  .ds-webpage-view-tails .view h4 {
    font-size: 15px;
  }
  .ds-webpage-view .bottom-view-text p {
    font-size: 21px;
  }
  .ds-webpage-view .bottom-view-text i {
    font-size: 23px;
  }
  .ds-webpage-view .bottom-view-text .btn {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .ds-webpage-view-tails .item.item2 {
    grid-column: auto;
    margin-top: 75px;
  }
  .ds-webpage-view-tails {
    grid-template-columns: repeat(1, 1fr);
  }
  .ds-webpage-view-tails .sub-view {
    grid-template-columns: repeat(1, 1fr);
  }
  .ds-w-v-view-banner-bg {
    padding: 25px 0px;
    margin-top: 0px;
  }
  .ds-w-v-view-banner-bg h1 {
    font-size: 17px;
  }
  .ds-w-v-view-banner-bg p {
    font-size: 12px;
  }
  .ds-w-v-view-banner-bg .icons {
    margin-top: 15px;
  }
  .ds-w-v-view-banner-bg .icons .item {
    width: 60px;
  }
  .ds-w-v-view-banner-bg .icons .item img {
    width: 40px;
  }
  .ds-webpage-view-top-view h1 {
    font-size: 13px;
    width: 100%;
  }
  .ds-webpage-view-top-view h1 i {
    font-size: 13px;
  }
  .ds-webpage-view-top-view .image-view {
    flex-direction: column;
    padding-top: 0;
  }
  .ds-webpage-view-top-view .image-view .item img {
    width: 180px;
  }
  .ds-webpage-view-top-view .image-view .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .ds-webpage-view-top-view .image-view .item p {
    width: 95%;
    font-size: 13px;
  }

  .ds-webpage-view-top-view .image-view .item .image-view-text p,
  .ds-webpage-view-top-view .image-view .item .image-view-text a {
    font-size: 21px;
  }
  .ds-webpage-view-top-view .image-view .item .image-view-text .side-para {
    top: -50px;
    left: 44%;
    width: 130px;
    right: 0px;
  }

  .ds-webpage-view-dark-section p {
    font-size: 16px;
  }
  .ds-webpage-view .red-stripe {
    font-size: 16px;
    padding: 10px 15px;
  }
  .ds-webpage-view-tails .view img.relo-logo {
    height: 25px;
    margin-bottom: 10px;
  }
  .ds-webpage-view-tails .view h3 {
    font-size: 23px;
    margin-bottom: 10px;
  }
  .ds-webpage-view-tails .view h4 {
    font-size: 19px;
  }
  .ds-webpage-view-tails .view p.p {
    height: auto;
  }
  .ds-webpage-view-tails .view p {
    font-size: 17px;
  }
  .ds-webpage-view .disclaimer span {
    width: 100%;
  }
  .ds-webpage-view .bottom-view-text p {
    font-size: 18px;
  }
  .ds-webpage-view .bottom-view-text i {
    font-size: 20px;
  }
  .ds-webpage-view .bottom-view-text .btn {
    font-size: 16px;
  }
  .ds-webpage-view .bottom-view-text img {
    width: 100%;
    max-height: 200px;
  }
  .ds-webpage-view-tails {
    margin-bottom: 150px;
  }
}

/*====================================================
                  DS Home ----- End
======================================================*/

/*====================================================
                  Insurance-Landing-Page ----- Start
======================================================*/


.Insurance-Landing-Page .banner-view {
  position: relative;
}
.Insurance-Landing-Page .banner-view .content {
  position: absolute;
  top: auto;
  left: auto;
  right: 6vw;
  width: 47vw;
  background: #ffffff;
  border-radius: 1vw;
  margin: auto;
  box-shadow: 0px 5px 10px #484848;
  padding: 2vw;
  bottom: 9vw;
}
.Insurance-Landing-Page h1.h1 {
  color: #000000;
  font-size: 2.3vw;
  font-weight: 600;
  text-align: center;
  border-bottom: 2px solid #ccc;
  margin: 0px;
  padding-bottom: 0.8vw;
}
.Insurance-Landing-Page h2.h2 {
  color: #000000;
  margin: 0px;
  padding: 0.5vw 0px;
  text-align: center;
  font-size: 2.2vw;
  font-weight: 700;
}
.Insurance-Landing-Page p.p {
  color: #000000;
  text-align: center;
  font-size: 1.6vw;
  font-weight: 500;
  margin: 0;
}
.Insurance-Landing-Page .center-view {
  padding: 4vw 0px;
  text-align: center;
  width: 46vw;
  margin: auto;
}
.Insurance-Landing-Page .center-view h1.h1 {
  color: #000000;
  display: inline-block;
  border-color: #000000;
}
.Insurance-Landing-Page .center-view p {
  font-size: 1.4vw;
  color: #000000;
  margin: 2vw 0px;
}
.Insurance-Landing-Page .center-view h2 {
  font-size: 1.5vw;
  font-weight: 600;
  color: #000000;
}
.Insurance-Landing-Page .center-view h3 {
  font-size: 1.4vw;
  color: #000000;
}
.Insurance-Landing-Page .bottom-view {
  background: #000000;
  padding: 2vw 5vw;
}
.Insurance-Landing-Page .bottom-view h1 {
  color: #ffffff;
  font-size: 4vw;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #000000;
  margin: 0px;
  padding-bottom: 1vw;
}

.Insurance-Landing-Page .bottom-view .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 3vw;
  margin-top: 2vw;
}
.Insurance-Landing-Page .bottom-view .item {
  background: #ffffff;
  padding: 2vw;
  border-radius: 0.8vw;
}
.Insurance-Landing-Page .bottom-view h2 {
  margin: 0px;
  color: #000000;
  font-weight: 600;
  font-size: 1.5vw;
  margin-bottom: 0.6vw;
  font-family: var(--fontFamily);
  display: flex;
  align-items: baseline;
}
.Insurance-Landing-Page .bottom-view h2 img {
  width: 60px;
  margin-right: 15px;
  filter: brightness(0);
}
.Insurance-Landing-Page .bottom-view h2 img.fa.fa-medkit {
  width: 50px;
}

.Insurance-Landing-Page .bottom-view h2 i {
  font-size: 2.5vw;
  padding-right: 0.3vw;
}
.Insurance-Landing-Page .bottom-view p {
  font-size: 1.7vw;
  margin-bottom: 1vw;
  color: #000000;
  font-family: var(--fontFamily);
  font-weight: 300;
}
.Insurance-Landing-Page .bottom-view p span {
  font-size: 1.7vw;
  font-weight: 400;
  color: #000000;
  font-family: var(--fontFamily);
}
.Insurance-Landing-Page .bottom-view h4 {
  font-size: 2vw;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  margin-top: 2.5vw;
  margin-bottom: 4vw;
  letter-spacing: 1px;
}
.Insurance-Landing-Page .bottom-view h4 span {
  font-size: 2vw;
  color: #ffffff;
  display: block;
  padding-top: 0.5vw;
}

@media (max-width: 1366px) {
  .Insurance-Landing-Page .banner-view .content {
    width: 600px;
    bottom: 110px;
    border-radius: 13px;
    padding: 30px;
    right: 70px;
  }
  .Insurance-Landing-Page h1.h1 {
    font-size: 32px;
    padding-bottom: 11px;
  }
  .Insurance-Landing-Page h2.h2 {
    padding: 7px 0px;
    font-size: 30px;
  }
  .Insurance-Landing-Page p.p {
    font-size: 21px;
  }
  .Insurance-Landing-Page .center-view {
    padding: 50px 0px;
    width: 630px;
  }
  .Insurance-Landing-Page .center-view p {
    font-size: 19px;
    margin: 27px 0px;
  }
  .Insurance-Landing-Page .center-view h2 {
    font-size: 21px;
  }
  .Insurance-Landing-Page .center-view h3 {
    font-size: 19px;
  }
  .Insurance-Landing-Page .bottom-view {
    padding: 25px 65px;
  }
  .Insurance-Landing-Page .bottom-view h1 {
    font-size: 53px;
    padding-bottom: 14px;
  }
  .Insurance-Landing-Page .bottom-view .box {
    grid-column-gap: 35px;
    margin-top: 27px;
  }

  .Insurance-Landing-Page .bottom-view .item {
    padding: 25px;
    border-radius: 10px;
  }
  .Insurance-Landing-Page .bottom-view h2 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .Insurance-Landing-Page .bottom-view h2 i {
    font-size: 34px;
    padding-right: 5px;
  }
  .Insurance-Landing-Page .bottom-view p {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .Insurance-Landing-Page .bottom-view p span {
    font-size: 20px;
    font-weight: 600;
  }
  .Insurance-Landing-Page .bottom-view h4 {
    font-size: 27px;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .Insurance-Landing-Page .bottom-view h4 span {
    font-size: 27px;
    padding-top: 7px;
  }
}

@media (max-width: 1199px) {
  .Insurance-Landing-Page h1.h1 {
    font-size: 28px;
  }
  .Insurance-Landing-Page h2.h2 {
    font-size: 24px;
  }
  .Insurance-Landing-Page p.p {
    font-size: 20px;
  }
  .Insurance-Landing-Page .center-view p {
    font-size: 18px;
    margin: 23px 0px;
  }
  .Insurance-Landing-Page .center-view h2 {
    font-size: 19px;
  }
  .Insurance-Landing-Page .center-view h3 {
    font-size: 18px;
  }
  .Insurance-Landing-Page .bottom-view h1 {
    font-size: 40px;
    padding-bottom: 10px;
  }
  .Insurance-Landing-Page .bottom-view p {
    font-size: 20px;
  }
  .Insurance-Landing-Page .bottom-view p span {
    font-size: 20px;
  }
  .Insurance-Landing-Page .bottom-view h4 {
    font-size: 24px;
  }
  .Insurance-Landing-Page .bottom-view h4 span {
    font-size: 24px;
  }
}

@media (max-width: 991px) {

  .Insurance-Landing-Page h1.h1 {
    font-size: 25px;
  }
  .Insurance-Landing-Page h2.h2 {
    font-size: 21px;
  }
  .Insurance-Landing-Page p.p {
    font-size: 17px;
  }
  .Insurance-Landing-Page .center-view p {
    font-size: 15px;
    margin: 15px 0px;
  }
  .Insurance-Landing-Page .center-view h2 {
    font-size: 16px;
  }
  .Insurance-Landing-Page .center-view h3 {
    font-size: 15px;
  }
  .Insurance-Landing-Page .bottom-view h1 {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .Insurance-Landing-Page .bottom-view p {
    font-size: 17px;
  }
  .Insurance-Landing-Page .bottom-view p span {
    font-size: 17px;
  }
  .Insurance-Landing-Page .bottom-view h4 {
    font-size: 21px;
  }
  .Insurance-Landing-Page .bottom-view h2 i {
    font-size: 30px;
  }
  .Insurance-Landing-Page .bottom-view h2 {
    font-size: 17px;
    align-items: center;
  }
  .Insurance-Landing-Page .bottom-view .item {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .Insurance-Landing-Page {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .Insurance-Landing-Page {
    margin-top: 0px;
  }
  .Insurance-Landing-Page .banner-view .content {
    width: 90%;
    top: 10px;
    left: 0px;
    right: 0px;
    bottom: auto;
  }
  .Insurance-Landing-Page h1.h1 {
    font-size: 19px;
  }
  .Insurance-Landing-Page h2.h2 {
    font-size: 18px;
  }
  .Insurance-Landing-Page p.p {
    font-size: 15px;
  }
  .Insurance-Landing-Page .bottom-view .box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .Insurance-Landing-Page .bottom-view {
    padding: 25px 30px;
  }
  .Insurance-Landing-Page .center-view {
    width: 90%;
    padding: 25px 0px;
  }
  .Insurance-Landing-Page .bottom-view h1 {
    font-size: 25px;
  }
  .Insurance-Landing-Page .bottom-view .item {
    padding: 15px;
    margin-bottom: 25px;
  }
  .Insurance-Landing-Page .bottom-view p {
    font-size: 15px;
  }
  .Insurance-Landing-Page .bottom-view p span {
    font-size: 15px;
  }
  .Insurance-Landing-Page .bottom-view h4 {
    font-size: 20px;
  }
  .Insurance-Landing-Page .bottom-view h4 span {
    font-size: 20px;
  }
  .Insurance-Landing-Page .banner-view {
    overflow: hidden;
    height: 350px;
  }
  .Insurance-Landing-Page .banner-view img {
    max-width: inherit;
    width: auto;
    max-height: 350px;
    margin: auto;
  }
}

@media (max-width: 550px) {
  .Insurance-Landing-Page .bottom-view h2 {
    align-items: center;
  }
}

/*====================================================
                  Insurance-Landing-Page ----- End
======================================================*/

/*=====================================================
                  Guest portal arrival Info --- Start
=====================================================*/
* {
  margin: 0px;
  padding: 0px;
  font-family: roboto;
}
.confirmation-url-page {
  background: #f5f5f5;
  min-height: 100vh;
}
.confirmation-url-page header {
  text-align: center;
  padding: 30px 0px;
}
.confirmation-url-page header img {
  width: 65px;
  margin: auto;
}
.confirmation-url-page h1.heaidng {
  font-family: roboto;
  color: #000000;
  font-size: 19px;
  text-align: center;
  font-weight: 500;
}
.confirmation-url-page p.para {
  font-family: roboto;
  color: #000000;
  font-size: 19px;
  text-align: center;
}
.confirmation-url-page p.para span {
  display: block;
}
.confirmation-url-page h2.sign {
  font-family: roboto;
  color: #000000;
  font-size: 60px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 15px;
}
.border-bottom {
  border-bottom: 1px solid #e0e0e0;
}
.p-0-force {
  padding: 0px !important;
}
.m-0-force {
  margin: 0px !important;
}
.confirmation-url-page .btn {
  font-family: roboto;
  font-size: 16px;
  color: #ffffff;
  background: #000000;
  text-align: center;
  font-weight: 300;
  padding: 10px 50px;
  border-radius: 35px;
  outline: 0px;
  box-shadow: none;
}
.confirmation-url-page .dobule-btn {
  width: 60%;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
  margin-bottom: 40px;
}
.confirmation-url-page h5 {
  font-family: roboto;
  color: #000000;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
}
.confirmation-url-page ul.social-icons {
  display: flex;
  justify-content: center;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  margin-top: 20px;
  padding-bottom: 50px;
}
.confirmation-url-page ul.social-icons li {
  background: #000000;
  border-radius: 25px;
  width: 25px;
  height: 25px;
  line-height: 24px;
  margin: 0px 10px;
  text-align: center;
}

.confirmation-url-page ul.social-icons li a img {
  width: 13px;
}
.confirmation-url-page h3.date {
  font-family: roboto;
  color: #000000;
  font-size: 40px;
  text-align: center;
  font-weight: 500;
  padding-bottom: 15px;
}
.confirmation-url-page .btns-center {
  display: flex;
  justify-content: center;
  margin: 30px 0px 20px 0px;
}
.confirmation-url-page .btns-center .btn {
  padding: 8px 60px;
}
.confirmation-url-page .btns-center .btn:first-child {
  margin-right: 40px;
}
.confirmation-url-page p.disclimer {
  font-family: roboto;
  color: #000000;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
}

.guest-portalnewpage {
  background: #f5f5f5;
}

.guest-portalnewpage .onelaststep h1 {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  font-family: var(--fontFamily);
}
.guest-portalnewpage .onelaststep h2 {
  color: #636466;
  font-size: 23px;
  font-family: var(--fontFamily);
}
.guest-portalnewpage .onelaststep h3 {
  color: #919192;
  font-family: var(--fontFamily);
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.guest-portalnewpage .onelaststep .nav-tabs > li > a {
  width: 300px;
  height: 250px;
  text-align: center;
  border: 2px solid #000000;
  border-radius: 0px;
  margin-right: 20px;
  background: #ffffff;
}
.guest-portalnewpage .onelaststep .nav-tabs > li > a span {
  display: block;
  font-size: 22px;
  font-family: var(--fontFamily);
  color: #000000;
  font-weight: 400;
  margin-top: 15px;
}
.guest-portalnewpage .onelaststep .nav-tabs > li.active > a,
.guest-portalnewpage .onelaststep .nav-tabs > li.active > a:focus,
.guest-portalnewpage .onelaststep .nav-tabs > li.active > a:hover {
  box-shadow: 0px 10px 30px #a2a2a2;
}
.guest-portalnewpage .onelaststep .nav-tabs {
  border: 0px;
  margin-bottom: 40px;
}
.guest-portalnewpage .onelaststep .tab-content label {
  font-family: var(--fontFamily);
  font-size: 17px;
  color: #636363;
  font-weight: 400;
  margin-bottom: 12px;
}
.guest-portalnewpage .onelaststep .tab-content input.form-control {
  background: #e6e7e8;
  border: 0px;
  font-family: var(--fontFamily);
  font-style: italic;
  font-size: 19px;
  height: 60px;
  padding: 10px 20px;
  box-shadow: none;
}
.guest-portalnewpage .form-group .input-group.date .input-group-addon {
  background-color: #e6e7e8;
  border: 1px solid #e6e7e8;
  width: 60px;
  font-size: 22px;
  color: #000000;
}
.guest-portalnewpage .form-group .input-group.date .input-group-addon span {
  width: auto;
  height: auto;
}
.guest-portalnewpage .form-group .input-group.date {
  width: 350px;
}
.guest-portalnewpage .onelaststep .tab-content textarea {
  background: #e0e0e0;
  border: 0px;
  font-family: var(--fontFamily);
  font-style: italic;
  font-size: 19px;
  padding: 10px 20px;
  box-shadow: none;
  resize: none;
}
.guest-portalnewpage .onelaststep .tab-content label.radio-inline {
  width: 150px;
  line-height: 35px;
  margin-bottom: 10px;
  margin-top: 15px;
}

.guest-portalnewpage .view-buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 30px 0px 40px 0px;
  width: 100%;
  justify-content: space-evenly;
}
.guest-portalnewpage .view-buttons .btn,
.guest-portalnewpage .view-buttons .btn:focus {
  font-weight: 400;
  background: #000000;
  color: #ffffff;
  width: 230px;
  font-size: 23px;
  font-family: var(--fontFamily);
  border-radius: 30px;
  padding: 8px 20px;
  border: 2px solid #000000;
  outline: 0px;
  box-shadow: none;
  text-transform: uppercase;
}
.guest-portalnewpage .view-buttons .btn:hover {
  outline: 0px;
  box-shadow: none;
  transition: All 0.3s;
  background: #ffffff;
  color: #000000;
}

.guest-portalnewpage .form-group .progress {
  height: 1px;
  background: #939191;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 60px;
  overflow: visible;
  margin-top: 30px;
  position: relative;
}
.guest-portalnewpage .form-group .progress-bar {
  float: left;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #939191;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  box-shadow: none;
  position: relative;
  -webkit-animation: animate-positive 2s;
  animation: animate-positive 2s;
}
.guest-portalnewpage .form-group .progress .progress-value {
  font-weight: bold;
  position: absolute;
  top: 15px;
  right: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  left: 0;
  font-family: var(--fontFamily);
  font-size: 17px;
  color: #636363;
}
.guest-portalnewpage .form-group .progress .progress-value span {
  font-family: var(--fontFamily);
  font-size: 17px;
  color: #636363;
}
.guest-portalnewpage .form-group .progress .progress-bar:after {
  content: "";
  display: block;
  border: 2px solid #000000;
  /* border-bottom: 21px solid transparent; */
  position: absolute;
  top: -15px;
  right: -12px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
}

input:focus {
  outline: 0px !important;
  box-shadow: none !important;
}
.d-block {
  display: block;
}
.clr-black {
  color: #000000 !important;
}
input[type="radio"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: relative;
  margin-right: 20px;
  vertical-align: top;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
input[type="radio"]:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: 240ms;
}
input[type="radio"]:after,
.radio input[type="radio"]:after,
.radio-inline input[type="radio"]:after {
  position: relative;
  top: -2px;
  border: 2px solid #bbb;
}
input[type="radio"]:checked:after,
.radio input[type="radio"]:checked:after,
.radio-inline input[type="radio"]:checked:after {
  border-color: #000000;
}

p.alret-red {
  color: #000000;
  font-family: var(--fontFamily);
  font-weight: 700;
  font-size: 17px;
}

@media (max-width: 1199px) {
  .confirmation-url-page .dobule-btn {
    width: 70%;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a {
    width: 250px;
    height: 210px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a img {
    width: 120px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a span {
    font-size: 19px;
    font-weight: 600;
  }
}
@media (max-width: 991px) {
  .confirmation-url-page .dobule-btn {
    width: 85%;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a {
    width: 200px;
    height: 170px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a img {
    width: 95px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a span {
    font-size: 15px;
  }
  .guest-portalnewpage .onelaststep h1 {
    font-size: 20px;
  }
  .guest-portalnewpage .onelaststep h2 {
    font-size: 19px;
  }
  .guest-portalnewpage .onelaststep h3 {
    font-size: 19px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .confirmation-url-page .dobule-btn {
    width: 100%;
  }
  .confirmation-url-page .btn {
    padding: 10px 35px;
  }
  .confirmation-url-page h2.sign {
    font-size: 50px;
    letter-spacing: 5px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a {
    width: 150px;
    height: 120px;
    padding: 5px 0px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a img {
    width: 60px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a span {
    font-size: 13px;
  }
}
@media (max-width: 550px) {
  .confirmation-url-page .dobule-btn {
    flex-direction: column;
  }
  .confirmation-url-page .btn {
    margin-bottom: 20px;
  }
  .confirmation-url-page h2.sign {
    font-size: 40px;
    letter-spacing: 5px;
  }
  .confirmation-url-page .btns-center .btn {
    padding: 8px 40px;
  }
  .confirmation-url-page .btn.bar-btn {
    padding: 10px 20px;
    font-size: 15px;
  }

  .guest-portalnewpage .onelaststep h1 {
    font-size: 18px;
  }
  .guest-portalnewpage .onelaststep h2 {
    font-size: 14px;
  }
  .guest-portalnewpage .onelaststep h3 {
    font-size: 19px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a {
    margin-right: 10px;
    width: 90px;
    height: 80px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a img {
    width: 40px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li:last-child a {
    margin: 0px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a span {
    font-size: 9px;
    margin-top: 0;
  }
  .guest-portalnewpage .onelaststep .tab-content label.radio-inline {
    width: 120px;
  }
  .guest-portalnewpage .onelaststep .tab-content input.form-control {
    height: 50px;
  }
  .guest-portalnewpage .form-group .input-group.date {
    width: 100%;
  }
}
.marign-top-130 {
  margin-top: 130px;
}

/*=====================================================
                  Guest portal arrival Info --- End
=====================================================*/

/*======================================================
                        Guest portal --- Start
======================================================*/
* {
  margin: 0px;
  padding: 0px;
  font-family: roboto;
}

.confirmation-url-page {
  background: #f5f5f5;
  min-height: 100vh;
}
.confirmation-url-page header {
  text-align: center;
  padding: 30px 0px;
}
.confirmation-url-page header img {
  width: 65px;
  margin: auto;
}
.confirmation-url-page h1.heaidng {
  font-family: roboto;
  color: #000000;
  font-size: 19px;
  text-align: center;
  font-weight: 500;
}
.confirmation-url-page p.para {
  font-family: roboto;
  color: #000000;
  font-size: 19px;
  text-align: center;
}
.confirmation-url-page p.para span {
  display: block;
}
.confirmation-url-page h2.sign {
  font-family: roboto;
  color: #000000;
  font-size: 60px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 15px;
}
.border-bottom {
  border-bottom: 1px solid #e0e0e0;
}
.p-0-force {
  padding: 0px !important;
}
.m-0-force {
  margin: 0px !important;
}
.confirmation-url-page .btn {
  font-family: roboto;
  font-size: 16px;
  color: #ffffff;
  background: #000000;
  text-align: center;
  font-weight: 300;
  padding: 10px 50px;
  border-radius: 35px;
  outline: 0px;
  box-shadow: none;
}
.confirmation-url-page .dobule-btn {
  width: 60%;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
  margin-bottom: 40px;
}
.confirmation-url-page h5 {
  font-family: roboto;
  color: #000000;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
}
.confirmation-url-page ul.social-icons {
  display: flex;
  justify-content: center;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  margin-top: 20px;
  padding-bottom: 50px;
}
.confirmation-url-page ul.social-icons li {
  background: #000000;
  border-radius: 25px;
  width: 25px;
  height: 25px;
  line-height: 24px;
  margin: 0px 10px;
  text-align: center;
}

.confirmation-url-page ul.social-icons li a img {
  width: 13px;
}
.confirmation-url-page h3.date {
  font-family: roboto;
  color: #000000;
  font-size: 40px;
  text-align: center;
  font-weight: 500;
  padding-bottom: 15px;
}
.confirmation-url-page .btns-center {
  display: flex;
  justify-content: center;
  margin: 30px 0px 20px 0px;
}
.confirmation-url-page .btns-center .btn {
  padding: 8px 60px;
}
.confirmation-url-page .btns-center .btn:first-child {
  margin-right: 40px;
}
.confirmation-url-page p.disclimer {
  font-family: roboto;
  color: #000000;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
}

.guest-portalnewpage {
  background: #f5f5f5;
}

.guest-portalnewpage .onelaststep h1 {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  font-family: var(--fontFamily);
}
.guest-portalnewpage .onelaststep h2 {
  color: #636466;
  font-size: 23px;
  font-family: var(--fontFamily);
}
.guest-portalnewpage .onelaststep h3 {
  color: #919192;
  font-family: var(--fontFamily);
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.guest-portalnewpage .onelaststep .nav-tabs > li > a {
  width: 300px;
  height: 250px;
  text-align: center;
  border: 2px solid #000000;
  border-radius: 0px;
  margin-right: 20px;
  background: #ffffff;
}
.guest-portalnewpage .onelaststep .nav-tabs > li > a span {
  display: block;
  font-size: 22px;
  font-family: var(--fontFamily);
  color: #000000;
  font-weight: 400;
  margin-top: 15px;
}
.guest-portalnewpage .onelaststep .nav-tabs > li.active > a,
.guest-portalnewpage .onelaststep .nav-tabs > li.active > a:focus,
.guest-portalnewpage .onelaststep .nav-tabs > li.active > a:hover {
  box-shadow: 0px 10px 30px #a2a2a2;
}
.guest-portalnewpage .onelaststep .nav-tabs {
  border: 0px;
  margin-bottom: 40px;
}
.guest-portalnewpage .onelaststep .tab-content label {
  font-family: var(--fontFamily);
  font-size: 17px;
  color: #636363;
  font-weight: 400;
  margin-bottom: 12px;
}

.guest-portalnewpage .onelaststep .tab-content label b {
  font-family: var(--fontFamily);
  font-size: 17px;
  color: #636363;
  font-weight: 400;
  margin-bottom: 12px;
}

.guest-portalnewpage .onelaststep .tab-content input.form-control {
  background: #e6e7e8;
  border: 0px;
  font-family: var(--fontFamily);
  font-style: italic;
  font-size: 19px;
  height: 60px;
  padding: 10px 20px;
  box-shadow: none;
}
.guest-portalnewpage .form-group .input-group.date .input-group-addon {
  background-color: #e6e7e8;
  border: 1px solid #e6e7e8;
  width: 60px;
  font-size: 22px;
  color: #000000;
}
.guest-portalnewpage .form-group .input-group.date .input-group-addon span {
  width: auto;
  height: auto;
}
.guest-portalnewpage .form-group .input-group.date {
  width: 350px;
}
.guest-portalnewpage .onelaststep .tab-content textarea {
  background: #e0e0e0;
  border: 0px;
  font-family: var(--fontFamily);
  font-style: italic;
  font-size: 19px;
  padding: 10px 20px;
  box-shadow: none;
  resize: none;
}
.guest-portalnewpage .onelaststep .tab-content label.radio-inline {
  width: 150px;
  line-height: 35px;
  margin-bottom: 10px;
  margin-top: 15px;
}

.guest-portalnewpage .view-buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 30px 0px 40px 0px;
  width: 100%;
  justify-content: space-evenly;
}
.guest-portalnewpage .view-buttons .btn,
.guest-portalnewpage .view-buttons .btn:focus {
  font-weight: 400;
  background: #000000;
  color: #ffffff;
  width: 230px;
  font-size: 23px;
  font-family: var(--fontFamily);
  border-radius: 30px;
  padding: 8px 20px;
  border: 2px solid #000000;
  outline: 0px;
  box-shadow: none;
  text-transform: uppercase;
}
.guest-portalnewpage .view-buttons .btn:hover {
  outline: 0px;
  box-shadow: none;
  transition: All 0.3s;
  background: #ffffff;
  color: #000000;
}

.guest-portalnewpage .form-group .progress {
  height: 1px;
  background: #939191;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 60px;
  overflow: visible;
  margin-top: 30px;
  position: relative;
}
.guest-portalnewpage .form-group .progress-bar {
  float: left;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #939191;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  box-shadow: none;
  position: relative;
  -webkit-animation: animate-positive 2s;
  animation: animate-positive 2s;
}
.guest-portalnewpage .form-group .progress .progress-value {
  font-weight: bold;
  position: absolute;
  top: 15px;
  right: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  left: 0;
  font-family: var(--fontFamily);
  font-size: 17px;
  color: #636363;
}
.guest-portalnewpage .form-group .progress .progress-value span {
  font-family: var(--fontFamily);
  font-size: 17px;
  color: #636363;
}
.guest-portalnewpage .form-group .progress .progress-bar:after {
  content: "";
  display: block;
  border: 2px solid #000000;
  /* border-bottom: 21px solid transparent; */
  position: absolute;
  top: -15px;
  right: -12px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
}

input:focus {
  outline: 0px !important;
  box-shadow: none !important;
}
.d-block {
  display: block;
}
.clr-black {
  color: #000000 !important;
}
input[type="radio"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: relative;
  margin-right: 20px;
  vertical-align: top;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
input[type="radio"]:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: 240ms;
}
input[type="radio"]:after,
.radio input[type="radio"]:after,
.radio-inline input[type="radio"]:after {
  position: relative;
  top: -2px;
  border: 2px solid #bbb;
}
input[type="radio"]:checked:after,
.radio input[type="radio"]:checked:after,
.radio-inline input[type="radio"]:checked:after {
  border-color: #000000;
}

p.alret-red {
  color: #000000;
  font-family: var(--fontFamily);
  font-weight: 400;
  font-size: 18px;
}

p.alret-red span {
  color: #000000;
  font-family: var(--fontFamily);
  font-weight: 400;
  font-size: 18px;
}

.width100per {
  width: 100% !important;
}
.text-left {
  text-align: left !important;
}
.guest-portalnewpage .tab-button {
  display: flex;
  justify-content: space-between;
  /* padding-top: 20px;  */
  padding-top: 80px;
}
.guest-portalnewpage .tab-button .item {
  width: 32.0000003%;
  text-align: center;
  border-bottom: 2px solid #cccccc;
}

.guest-portalnewpage .confirmation .tab-button .btn {
  outline: 0px;
  box-shadow: none;
  color: #000000;
  background: transparent;
  font-size: 18px;
  font-family: var(--fontFamily);
  font-weight: 400;
  padding-bottom: 10px;
}
.guest-portalnewpage .confirmation .tab-button .item.active .btn {
  color: #000000;
}
.guest-portalnewpage .tab-button .item.active {
  width: 32.0000003%;
  text-align: center;
  border-bottom: 2px solid #000000;
}

.guest-portalnewpage {
  font-family: var(--fontFamily);
  font-weight: 400;
  background: #f5f5f5;
}

.guest-portalnewpage .confirmation {
  background: #f5f5f5;
}
.guest-portalnewpage .confirmation h1 {
  color: #636466;
  font-size: 30px;
  font-family: var(--fontFamily);
}
.guest-portalnewpage .confirmation h2 {
  color: #000000;
  font-size: 17px;
  font-family: var(--fontFamily);
  background: #ffffff;
  padding: 25px 15px;
  text-align: center;
  font-weight: 600;
}
.guest-portalnewpage .react-datepicker__time-container {
  width: 90px;
}
.guest-portalnewpage
  .react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box {
  width: 90px;
}

.guest-portalnewpage .confirmation .btn {
  color: #555555;
  background: transparent;
  font-size: 13px;
  font-family: var(--fontFamily);
}
.guest-portalnewpage .confirmation .btn:focus,
.guest-portalnewpage .confirmation .btn:active {
  outline: 0px;
  box-shadow: none;
}
.guest-portalnewpage .confirmation .btn img {
  width: 20px;
  margin-right: 10px;
}
.guest-portalnewpage .confirmation .btn img:focus {
  outline: 0px;
}
.guest-portalnewpage .confirmation .boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  margin-top: 15px;
  flex-wrap: wrap;
  grid-gap: 20px;
}
.guest-portalnewpage .confirmation .boxes .item {
  background: #c7c8ca;
  background: #ffffff;
  text-align: center;

  padding: 25px;
}
.guest-portalnewpage .confirmation .boxes .item:nth-child(3) {
  margin: 0px;
}

.guest-portalnewpage .confirmation .boxes .item:last-child {
  margin-right: 0px;
}
.guest-portalnewpage .confirmation .boxes .item img {
  width: 45px;
}
.guest-portalnewpage .confirmation .boxes .item h1 {
  color: #000000;
  font-weight: 700;
  font-family: var(--fontFamily);
  font-size: 20px;
}
.guest-portalnewpage .confirmation .boxes .item p {
  color: #444444;
  font-size: 15px;
  margin: 0px;
  font-family: var(--fontFamily);
}
.guest-portalnewpage .confirmation .boxes .item span {
  color: #444444;
  font-size: 11px;
  margin: 0px;
  font-family: var(--fontFamily);
  margin-top: 5px;
  display: block;
}
.guest-portalnewpage .arrival {
  background: #000000;
  margin: 40px 0px;
  padding-bottom: 20px;
  border-radius: 12px;
}
.guest-portalnewpage .arrival h1 {
  color: #000000;
  border-bottom: 1px solid #000000;
  text-align: center;
  font-weight: 600;
  font-size: 5rem;
  font-family: var(--fontFamily);
  letter-spacing: 20px;
  padding-bottom: 10px;
  margin-bottom: 40px;
  display: inline-block;
}
.guest-portalnewpage .arrival h1 span {
  color: #ffffff;
  font-family: var(--fontFamily);
  padding-bottom: 10px;
  margin-bottom: 40px;
  font-weight: 500;
}
.guest-portalnewpage .arrival p {
  color: #ffffff;
  font-size: 25px;
  font-family: var(--fontFamily);
}
.guest-portalnewpage .arrival h2 {
  color: #000000;
  font-size: 26px;
  font-weight: 600;
  background: transparent;
}
.guest-portalnewpage .arrival-text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.guest-portalnewpage .arrival-text .item {
  margin-right: 4%;
  text-align: center;
}
.guest-portalnewpage .arrival-text .item .images {
  background: url(../assets//images/guestPortalArrival/Emma-Lynn-Anderson.png)
    no-repeat;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background-position-x: center;
  background-size: cover;
}

.guest-portalnewpage #accordion .panel-title > a:before {
  font-family: FontAwesome;
  content: "\f068";
  content: "\f106";
  content: "\f107";
  padding-right: 5px;
  color: #000000;
  font-size: 23px;
  position: absolute;
  right: 0px;
  top: 0px;
  transform: translateY(-50%);
  transition: 0.3s all;
  transform: rotate(-180deg);
  opacity: 100;
}
.guest-portalnewpage #accordion .panel-title > a.collapsed:before {
  color: #000000;
  transform: rotate(0deg);
}
.guest-portalnewpage #accordion .panel-title > a:hover,
.guest-portalnewpage #accordion .panel-title > a:active,
.guest-portalnewpage #accordion .panel-title > a:focus {
  text-decoration: none;
}
.guest-portalnewpage #accordion .panel {
  border: 0px;
  box-shadow: none;
  border-bottom: 0px solid #000000;
  border-radius: 0px;
  margin-bottom: 15px;
}
.guest-portalnewpage #accordion .panel-title a {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: block;
  font-family: var(--fontFamily);
}
.guest-portalnewpage #accordion .panel-title a span {
  width: 50px;
  margin: auto;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  margin-left: 10px;
}
.guest-portalnewpage #accordion .panel-title a img {
  width: 30px;
  margin: auto;
}
.guest-portalnewpage #accordion .panel-title a img.car-parking-img {
  width: 40px;
}

.guest-portalnewpage #accordion .panel-heading {
  padding-left: 0px;
  border-bottom: 0px solid #000000;
  margin-bottom: -2px;
  position: relative;
  background: #ffffff;
}
.guest-portalnewpage #accordion .panel-body {
  color: #636466;
  border: 0px;
  font-size: 17px;
  text-align: justify;
  font-family: roboto;
  color: #9096a4;
}

.guest-portalnewpage .view-buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 30px 0px 40px 0px;
  width: 100%;
  justify-content: space-evenly;
}
.guest-portalnewpage .view-buttons .btn,
.guest-portalnewpage .view-buttons .btn:focus {
  font-weight: 400;
  background: #000000;
  color: #ffffff;
  width: 280px;
  font-size: 25px;
  font-family: var(--fontFamily);
  border-radius: 30px;
  padding: 10px 20px;
  border: 2px solid #000000;
  outline: 0px;
  box-shadow: none;
}
.guest-portalnewpage .view-buttons .btn:hover {
  outline: 0px;
  box-shadow: none;
  transition: All 0.3s;
  background: #ffffff;
  color: #000000;
}

.guest-portalnewpage .modal .close {
  background: #000000;
  color: #ffffff;
  opacity: 1;
  width: 35px;
  height: 35px;
  font-size: 27px;
  font-weight: 400;
  line-height: 35px;
  border-radius: 50%;
}
.guest-portalnewpage .modal .modal-dialog {
  width: 80%;
  height: 92vh;
}
.guest-portalnewpage .modal .modal-content {
  height: 100%;
  padding: 30px 50px;
  /* border-radius: 100px; */
  border-radius: 20px;
}
.guest-portalnewpage .modal .modal-body {
  height: 82%;
  position: relative;
}
.guest-portalnewpage .modal .modal-body img {
  height: 100%;
}
.guest-portalnewpage .modal .modal-footer h1 {
  color: #000000;
  font-size: 35px;
  font-family: var(--fontFamily);
  text-align: center;
  margin-top: 0px;
}
.guest-portalnewpage .modal .modal-footer,
.guest-portalnewpage .modal .modal-header {
  border: 0px;
}
.guest-portalnewpage .backend-values {
  position: absolute;
  top: 15%;
  right: 20px;
  width: 250px;
}
.guest-portalnewpage .backend-values .red {
  background: #000000;
  padding: 10px;
  color: #ffffff;
  padding-right: 60px;
}
.guest-portalnewpage .backend-values .gray {
  background: #b8d8eb;
  padding: 10px;
  color: #ffffff;
  padding-right: 60px;
  min-height: 60px;
}
.guest-portalnewpage .backend-values .fa.fa-map-marker {
  float: left;
  font-size: 30px;
  height: 60px;
}
.guest-portalnewpage .backend-values .red .fa.fa-map-marker {
  padding-top: 15px;
}
.guest-portalnewpage .backend-values ul {
  list-style-type: none;
}
.guest-portalnewpage .backend-values ul li {
  font-size: 12px;
}
.guest-portalnewpage .backend-values ul li span {
  float: right;
}

.guest-portalnewpage .sa-team {
  background: #000000;
  text-align: center;
  padding: 10px 0px 40px 0px;
  border-radius: 12px;
}
.guest-portalnewpage .sa-team h1 {
  font-size: 4.5em;
  letter-spacing: 15px;
  border-bottom: 2px solid #696969;
  color: #000000;
  font-family: var(--fontFamily);
  padding-bottom: 20px;
}
.guest-portalnewpage .sa-team .members {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
}

.guest-portalnewpage .sa-team .members .images {
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin: auto;
  text-align: center;
  position: relative;
  border-radius: 50%;
}
.guest-portalnewpage .sa-team .members .images img {
  width: 110%;
  margin-left: -12px;
  max-width: initial;
}
.guest-portalnewpage .sa-team .members h2 {
  color: #000000;
  font-weight: 400;
  font-size: 25px;
  margin: 15px 0px;
  padding: 0px;
  font-family: var(--fontFamily);
  font-weight: 600;
  background-color: transparent;
}
.guest-portalnewpage .sa-team .members h3 {
  color: #ffffff;
  font-size: 20px;
  margin: 15px 0px;
  padding: 0px;
  font-family: var(--fontFamily);
  font-weight: 500;
}
.guest-portalnewpage .sa-team .members h4 {
  color: #ffffff;
  font-size: 25px;
  margin: 15px 0px;
  padding: 0px;
  font-family: var(--fontFamily);
}
.guest-portalnewpage .sa-team .members p {
  color: #ffffff;
  font-size: 13px;
  font-family: var(--fontFamily);
}
.guest-portalnewpage h6 {
  text-align: center;
  color: #000000;
  padding: 40px 0px 60px;
  font-size: 25px;
  font-family: var(--fontFamily);
  margin: 0px;
}

.guest-portalnewpage .arrival-text.map-pin .item {
  margin-right: 0px;
}
.guest-portalnewpage .arrival-text.map-pin .item img {
  width: 70px;
  margin: auto;
  margin-bottom: 30px;
}
.guest-portalnewpage .arrival-text.map-pin .btn {
  display: block;
  background: #061722;
  border: 0px;
  color: #ffffff;
  font-family: var(--fontFamily);
  font-size: 21px;
  padding: 10px 30px;
  border-radius: 40px;
  margin-bottom: 25px;
  box-shadow: none;
  outline: 0px;
}
.guest-portalnewpage .past-view {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  margin-top: 30px;
}

.guest-portalnewpage .past-view .item .image {
  height: 230px;
  border-radius: 15px;
}
.guest-portalnewpage .past-view .item .image img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.guest-portalnewpage .past-view .item .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.guest-portalnewpage .past-view .item h1 {
  margin: 0px;
  font-family: var(--fontFamily);
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  width: calc(100% - 70px);
}
.guest-portalnewpage .past-view .item h1 b {
  margin: 0px;
  font-family: var(--fontFamily);
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  display: block;
  padding-bottom: 3px;
}
.guest-portalnewpage .past-view .item h1 span {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #686868;
  padding-top: 5px;
}

.guest-portalnewpage .past-view .item p {
  margin: 0px;
  margin-top: 2px;
  font-family: var(--fontFamily);
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  width: 70px;
  text-align: right;
}
.guest-portalnewpage #myModalLocateLockbox.modal .modal-dialog {
  height: auto;
}

#myModalLocateLockbox .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#myModalLocateLockbox .modal-header h1 {
  color: #000000;
  font-family: var(--fontFamily);
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0px;
  margin: 0;
  padding: 0;
  text-align: left;
}
#myModalLocateLockbox .modal-header:before,
#myModalLocateLockbox .modal-header::after,
#myModalLocateLockbox .modal-footer:before,
#myModalLocateLockbox .modal-footer::after {
  display: none;
}
#myModalLocateLockbox .modal-header h1 span {
  color: #000000;
  font-family: var(--fontFamily);
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0px;
  display: block;
  margin: 0;
  padding: 0;
}
#myModalLocateLockbox .modal-header .btn img {
  width: 25px;
  margin-right: 10px;
}
#myModalLocateLockbox .modal-header .btn {
  background: transparent;
  font-family: var(--fontFamily);
  font-size: 16px;
  color: #474747;
  display: inline-flex;
  align-items: flex-end;
  box-shadow: none;
  outline: 0px;
}
#myModalLocateLockbox .close-view {
  display: flex;
  align-items: center;
}
#myModalLocateLockbox .modal-body .main-view {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
#myModalLocateLockbox .modal-body .main-view .item {
  height: 200px;
}
#myModalLocateLockbox .modal-body .main-view .item img {
  width: 100%;
}

#myModalLocateLockbox .modal_text_view {
  background: #f5f5f5;
  height: 100%;
  margin-top: 15px;
}
#myModalLocateLockbox .modal_text_view img {
  width: 20px;
}
#myModalLocateLockbox .modal_text_view h1 {
  background: #444444;
  color: #fff;
  font-family: var(--fontFamily);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: block;
  margin: 0px;
  text-align: left;
  padding: 9px 35px;
}
#myModalLocateLockbox .modal_text_view h2 {
  background: #f5f5f5;
  margin-bottom: 0;
  font-family: var(--fontFamily);
  font-weight: 600;
  font-size: 16px;
  padding: 12px 10px 10px;
  margin-top: 10px;
}
#myModalLocateLockbox .modal_text_view ul {
  background: #f5f5f5;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
#myModalLocateLockbox .modal_text_view ul li {
  font-family: var(--fontFamily);
  font-size: 13px;
  color: #787878;
  padding-left: 11px;
  padding-bottom: 6px;
}
.guest-portalnewpage #myModalLocateLockbox .modal-footer {
  border-top: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
}
#myModalLocateLockbox .modal-footer img {
  width: 75px;
}
#myModalLocateLockbox .modal-footer span {
  font-size: 11px;
  font-family: var(--fontFamily);
  color: #8e8e8e;
}

.guest-portalnewpage .rjdate-picker {
  position: relative;
  width: 400px;
}
.rjdate-picker .react-datepicker-wrapper::after {
  position: absolute;
  content: "\f073";
  font-family: FontAwesome;
  font-size: 25px;
  color: #000000;
  right: 15px;
  top: 27px;
}

.rjdate-picker .react-datepicker-wrapper {
  width: 100%;
}
.rjdate-picker .react-datepicker__input-container {
  width: 100%;
}

.guest-portalnewpage .rjdate-picker .fa.fa-calendar {
  position: relative;
  font-size: 22px;
  color: #000000;
  right: 0px;
  top: 15px;
}
.guest-portalnewpage {
  margin-top: 138px;
}

@media (max-width: 1199px) {
  .confirmation-url-page .dobule-btn {
    width: 70%;
  }
  .guest-portalnewpage .past-view .item .image {
    height: 200px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a {
    width: 250px;
    height: 210px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a img {
    width: 120px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a span {
    font-size: 19px;
    font-weight: 600;
  }
  .guest-portalnewpage .sa-team h1 {
    font-size: 3.5em;
  }
  .guest-portalnewpage h6 {
    font-size: 25px;
  }
  .guest-portalnewpage .modal .modal-body img {
    width: 100%;
  }
  .guest-portalnewpage .backend-values {
    top: 10px;
    right: 0px;
  }
  .guest-portalnewpage .arrival h1 {
    font-size: 35px;
  }
}
@media (max-width: 1100) {
  .guest-portalnewpage {
    margin-top: 120px;
  }
}

@media (max-width: 991px) {
  .guest-portalnewpage {
    margin-top: 0px;
    padding-top: 35px;
  }
  .guest-portalnewpage .past-view .item .image {
    height: 170px;
  }
  .confirmation-url-page .dobule-btn {
    width: 85%;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a {
    width: 200px;
    height: 170px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a img {
    width: 95px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a span {
    font-size: 15px;
  }
  .guest-portalnewpage .onelaststep h1 {
    font-size: 20px;
  }
  .guest-portalnewpage .onelaststep h2 {
    font-size: 19px;
  }
  .guest-portalnewpage .onelaststep h3 {
    font-size: 19px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .guest-portalnewpage .confirmation h1 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 30px;
  }
  .guest-portalnewpage .confirmation h2 {
    font-size: 20px;
  }
  .guest-portalnewpage .confirmation .btn {
    font-size: 16px;
  }
  .guest-portalnewpage .confirmation .btn img {
    width: 25px;
  }
  .guest-portalnewpage .confirmation .boxes .item {
    padding: 20px 15px;
  }
  .guest-portalnewpage .confirmation .boxes .item img {
    width: 40px;
  }
  .guest-portalnewpage .confirmation .boxes .item h1 {
    font-size: 18px;
  }
  .guest-portalnewpage .confirmation .boxes .item p {
    font-size: 15px;
  }
  .guest-portalnewpage .arrival h1 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 13px;
  }
  .guest-portalnewpage .arrival-text .item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-content: center;
    min-height: 220px;
  }
  .guest-portalnewpage .arrival-text .item .images {
    width: 220px;
    height: 220px;
  }
  .guest-portalnewpage .arrival h2 {
    font-size: 30px;
  }
  .guest-portalnewpage .arrival p {
    font-size: 21px;
  }
  .guest-portalnewpage #accordion .panel-title a img {
    width: 25px;
  }

  .guest-portalnewpage #accordion .panel-title a img.car-parking-img {
    width: 35px;
  }
  .guest-portalnewpage #accordion .panel-title a {
    font-size: 20px;
  }
  .guest-portalnewpage #accordion .panel-body {
    font-size: 18px;
  }
  .guest-portalnewpage .sa-team h1 {
    font-size: 39px;
    letter-spacing: 12px;
  }
  .guest-portalnewpage .sa-team {
    padding-left: 15px;
    padding-right: 15px;
  }
  .guest-portalnewpage .sa-team .members .item {
    width: 32%;
  }
  .guest-portalnewpage .sa-team .members h2 {
    font-size: 20px;
  }
  .guest-portalnewpage .sa-team .members h3 {
    font-size: 18px;
  }
  .guest-portalnewpage .sa-team .members h4 {
    font-size: 20px;
  }
  .guest-portalnewpage .sa-team .members p {
    font-size: 12px;
  }
  .guest-portalnewpage h6 {
    font-size: 15px;
    font-weight: 700;
  }
  .guest-portalnewpage .modal .modal-dialog {
    height: auto;
  }
  .guest-portalnewpage .modal .modal-footer h1 {
    font-size: 26px;
    font-weight: 600;
  }
  .guest-portalnewpage .backend-values {
    position: inherit;
  }
  .guest-portalnewpage .past-view .item h1 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .confirmation-url-page .dobule-btn {
    width: 100%;
  }
  .guest-portalnewpage .past-view .item .image {
    height: 130px;
  }

  .confirmation-url-page .btn {
    padding: 10px 35px;
  }
  .confirmation-url-page h2.sign {
    font-size: 50px;
    letter-spacing: 5px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a {
    width: 150px;
    height: 120px;
    padding: 5px 0px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a img {
    width: 60px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a span {
    font-size: 13px;
  }

  .guest-portalnewpage {
    background: #ffffff;
  }

  .guest-portalnewpage .navbar-default {
    display: none;
  }

  .guest-portalnewpage .confirmation h1 {
    font-size: 20px;
  }
  .guest-portalnewpage .confirmation h2 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
  }
  .guest-portalnewpage .confirmation .btn img {
    width: 15px;
  }
  .guest-portalnewpage .confirmation .btn {
    font-size: 14px;
  }
  .guest-portalnewpage .confirmation .boxes {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px;
  }
  .guest-portalnewpage .confirmation .boxes .item {
    width: 100%;
  }

  .guest-portalnewpage .arrival-text .item .images {
    width: 180px;
    height: 180px;
    background-size: cover;
  }
  .guest-portalnewpage .view-buttons .btn,
  .guest-portalnewpage .view-buttons .btn:focus {
    width: auto;
    font-size: 15px;
    padding: 7px 15px;
  }
  .guest-portalnewpage .sa-team h1 {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 10px;
  }
  .guest-portalnewpage .sa-team .members {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
  }
  .guest-portalnewpage .sa-team .members .item {
    width: 90%;
    margin: auto;
    text-align: left;
    margin-bottom: 15px;
  }
  .guest-portalnewpage .sa-team .members .images {
    float: left;
    margin-right: 20px;
    width: 140px;
    height: 140px;
    margin-top: 10px;
  }
  .guest-portalnewpage .sa-team .members h2 {
    font-size: 20px;
    text-align: left;
  }
  .guest-portalnewpage .sa-team .members h3 {
    font-size: 18px;
    margin: 2px 0px;
  }
  .guest-portalnewpage .sa-team .members h4 {
    font-size: 20px;
    margin: 0px;
    margin-bottom: 10px;
  }
  .guest-portalnewpage h6 {
    font-size: 12px;
  }
  .guest-portalnewpage .modal .modal-content {
    border-radius: 10px;
    padding: 15px;
  }
  .guest-portalnewpage .modal .close {
    width: 25px;
    height: 25px;
    font-size: 18px;
    line-height: 20px;
  }
  .guest-portalnewpage .modal .modal-dialog {
    width: 90%;
    margin: auto;
    margin-top: 20px;
  }
  .guest-portalnewpage .modal .modal-footer h1 {
    font-size: 15px;
  }
  .guest-portalnewpage .backend-values .gray {
    min-height: 40px;
  }
  .guest-portalnewpage .backend-values .red {
    padding: 5px 10px;
  }
  .guest-portalnewpage .backend-values ul li {
    font-size: 10px;
  }
  .guest-portalnewpage .backend-values {
    position: inherit;
    margin-bottom: 20px;
  }
  .guest-portalnewpage .backend-values .fa.fa-map-marker {
    font-size: 20px;
    height: auto;
  }
  .guest-portalnewpage .arrival h1 {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 8px;
    margin-bottom: 5px;
  }
  .guest-portalnewpage .arrival h2 {
    font-size: 25px;
  }
  .guest-portalnewpage .arrival p {
    font-size: 17px;
  }
  .guest-portalnewpage #accordion .panel-title a img {
    width: 25px;
  }
  .guest-portalnewpage #accordion .panel-title a img.car-parking-img {
    width: 32px;
  }
  .guest-portalnewpage #accordion .panel-title a {
    font-size: 16px;
  }
  .guest-portalnewpage #accordion .panel-title > a:before {
    font-size: 15px;
  }
  .guest-portalnewpage #accordion .panel-body {
    font-size: 15px;
  }
  .guest-portalnewpage .past-view .item p {
    font-size: 11px;
  }
  .guest-portalnewpage .past-view .item h1 {
    font-size: 13px;
  }
}
@media (max-width: 550px) {
  .confirmation-url-page .dobule-btn {
    flex-direction: column;
  }
  .guest-portalnewpage .past-view .item .image {
    height: 220px;
  }
  .confirmation-url-page .btn {
    margin-bottom: 20px;
  }
  .confirmation-url-page h2.sign {
    font-size: 40px;
    letter-spacing: 5px;
  }
  .confirmation-url-page .btns-center .btn {
    padding: 8px 40px;
  }
  .confirmation-url-page .btn.bar-btn {
    padding: 10px 20px;
    font-size: 15px;
  }

  .guest-portalnewpage .onelaststep h1 {
    font-size: 18px;
  }
  .guest-portalnewpage .onelaststep h2 {
    font-size: 14px;
  }
  .guest-portalnewpage .onelaststep h3 {
    font-size: 19px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a {
    margin-right: 10px;
    width: 90px;
    height: 80px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a img {
    width: 40px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li:last-child a {
    margin: 0px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a span {
    font-size: 9px;
    margin-top: 0;
  }
  .guest-portalnewpage .onelaststep .tab-content label.radio-inline {
    width: 120px;
  }
  .guest-portalnewpage .onelaststep .tab-content input.form-control {
    height: 50px;
  }
  .guest-portalnewpage .form-group .input-group.date {
    width: 100%;
  }
  .guest-portalnewpage .confirmation .boxes .item {
    padding: 15px 5px;
    margin-right: 10px;
  }
  .guest-portalnewpage .confirmation .boxes .item img {
    width: 20px;
  }
  .guest-portalnewpage .confirmation .boxes .item h1 {
    font-size: 15px;
    margin-top: 15px;
  }
  .guest-portalnewpage .confirmation .boxes .item p {
    font-size: 11px;
  }
  .guest-portalnewpage .arrival h1 {
    font-size: 19px;
    letter-spacing: 0px;
    margin-bottom: 15px;
  }
  .guest-portalnewpage .arrival-text .item {
    width: auto;
    min-height: inherit;
    margin: 0px;
    margin-bottom: 15px;
  }
  .guest-portalnewpage .arrival-text .item .images {
    width: 110px;
    height: 110px;
    background-size: cover;
    margin-right: 10px;
  }
  .guest-portalnewpage .arrival h2 {
    font-size: 17px;
  }
  .guest-portalnewpage .arrival p {
    font-size: 13px;
    margin-bottom: 0px;
    text-align: center;
  }
  .guest-portalnewpage #accordion .panel-title a img {
    font-size: 25px;
  }
  .guest-portalnewpage #accordion .panel-title a img.car-parking-img {
    font-size: 35px;
  }
  .guest-portalnewpage #accordion .panel-title a {
    font-size: 15px;
    line-height: 28px;
  }
  .guest-portalnewpage #accordion .panel-body {
    font-size: 12px;
    font-weight: 600;
  }
  .guest-portalnewpage .sa-team .members .item {
    width: 100%;
    margin-bottom: 0px;
    border-bottom: 1px solid #082a3e;
  }
  .guest-portalnewpage .sa-team .members .item:last-child {
    border: 0px;
  }
  .guest-portalnewpage .sa-team h1 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 5px;
  }
  .guest-portalnewpage .sa-team .members .images {
    width: 100px;
    height: 100px;
    margin-bottom: 25px;
  }
  .guest-portalnewpage .sa-team .members h2 {
    font-size: 16px;
  }
  .guest-portalnewpage .sa-team .members .images img {
    margin-left: 0px;
  }
  .guest-portalnewpage .sa-team .members h4 {
    font-size: 15px;
  }
  .guest-portalnewpage .sa-team .members h3 {
    font-size: 13px;
  }
  .guest-portalnewpage .arrival {
    margin: 15px 0px;
  }
  .guest-portalnewpage .confirmation h2 {
    font-size: 12px;
  }
  .guest-portalnewpage .confirmation .boxes .item span {
    font-size: 9px;
  }
  .guest-portalnewpage .confirmation .tab-button .btn {
    font-size: 15px;
  }
  .guest-portalnewpage .past-view {
    display: block;
  }
  .guest-portalnewpage .past-view .item {
    margin-bottom: 30px;
  }
  .guest-portalnewpage .past-view .item h1 {
    font-size: 17px;
    margin-top: 10px;
  }
  .guest-portalnewpage .past-view .item {
    font-size: 13px;
  }
  .guest-portalnewpage .confirmation .boxes {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*Chrome*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="range"] {
    width: 100%;
    -webkit-appearance: none;
    background-color: #939191;
  }

  input[type="range"]::-webkit-slider-runnable-track {
    height: 2px;
    -webkit-appearance: none;
    margin-top: -1px;
  }

  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    cursor: ew-resize;
    margin-top: -13px;
    border: 2px solid #000000;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
  }
}
/** FF*/
input[type="range"]::-moz-range-progress {
  background-color: red;
}
input[type="range"]::-moz-range-track {
  background-color: #939191;
}
/* IE*/
input[type="range"]::-ms-fill-lower {
  background-color: red;
}
input[type="range"]::-ms-fill-upper {
  background-color: #939191;
}

/*===============================================
            Guest Portal --- End
================================================*/

.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list {
  padding-right: 2px !important;
  padding-left: 2px !important;
}

.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item {
  padding: 0px 0px 5px !important;
}

.guest-portalnewpage .sa-team h1 {
  margin-right: 30px !important;
}

/*===============================================
            Online quote Order --- Start - 09/11/2020
================================================*/

.fa.cross-arrow {
  font-size: 16px;
  font-weight: 200;
  transform: rotate(-45deg);
  position: relative;
  top: -1px;
  left: -3px;
}
a.blue-a {
  color: #007bff;
  font-size: 16px;
  font-family: roboto;
  margin-right: 25px;
}
a.blue-a:hover {
  text-decoration: underline;
}
.alert a.blue-a:last-child {
  margin-right: 0px;
}
.alert p.alert-p {
  color: #6d6d6d;
  margin-bottom: 10px;
}

/*===============================================
            Online quote Order --- End - 09/11/2020
================================================*/

/*===============================================
            Service Request - Start
================================================*/

.s_r_p_v {
  /* background: #ccd2d5; */
  padding-top: 50px;
  min-height: 100vh;
}
.s_r_p_v ul.nav-tabs {
  display: flex;
  justify-content: space-between;
  border: 0px;
  background: #636262;
  width: 240px;
  margin: auto;
  padding: 0px;
  border-radius: 30px;
}
.s_r_p_v ul.nav-tabs li {
  margin-bottom: -1px;
  margin: 0px;
  float: none;
  border-radius: 10px;
  width: 33.33333%;
  text-align: center;
}
.s_r_p_v ul.nav-tabs li a {
  border: 0px;
  padding: 5px 10px;
  color: #ffffff;
  font-family: var(--fontFamily);
}
.s_r_p_v ul.nav-tabs li.active {
  margin: -2px 0px;
  background: #ffffff;
  border-radius: 30px;
  box-shadow: 0px 0px 8px #767676;
}
.s_r_p_v ul.nav-tabs > li.active > a,
.s_r_p_v ul.nav-tabs > li.active > a:focus,
.s_r_p_v ul.nav-tabs > li.active > a:hover {
  border: 0px;
  color: #000000;
  font-weight: 700;
  background: transparent;
  padding: 6px 10px;
}

.s_r_p_v ul.nav-tabs > li > a:focus,
.s_r_p_v ul.nav-tabs > li > a:hover {
  background: transparent;
}
.s_r_p_v .tab-content h1 {
  color: #000000;
  font-family: var(--fontFamily);
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  margin: 20px 0px;
}
.s_r_p_v .screen-one {
  margin: auto;
  margin-top: 30px;
  min-height: 430px;
  position: relative;
  width: 980px;
}
p.validationTag {
  position: absolute;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 50px;
  color: #000000 !important;
  text-align: center;
  font-family: roboto !important;
  font-weight: 500 !important;
}
.s_r_p_v .tab-content h2 {
  color: #000000;
  font-family: var(--fontFamily);
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin: 20px 0px;
}

.s_r_p_v .screen-one .grid-view.tails {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;

  margin: auto;
}
.s_r_p_v .screen-one .tails .item {
  text-align: center;
  cursor: pointer;
  background: #f7f7f7;
  padding: 25px;
  border-radius: 15px;
}
.s_r_p_v .screen-one .tails .item:hover {
  background: #d0d0d0;
}
.s_r_p_v .screen-one .tails .item {
  text-align: center;
  cursor: pointer;
  background: #f7f7f7;
}
.s_r_p_v .screen-one .tails .image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
}
.s_r_p_v .screen-one .tails img {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 15px;
}

.s_r_p_v .screen-one .tails .image span {
  width: 65px;
  height: 55px;
  margin-bottom: 15px;
}
.s_r_p_v .screen-one .tails p {
  color: #000000;
  font-family: var(--fontFamily);
  font-weight: 400;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 0px;
}

.s_r_p_v .sub-footer {
  margin-top: 30px;
}
.s_r_p_v .sub-footer p {
  text-align: center;
  margin-bottom: 0px;
  font-family: var(--fontFamily);
  font-size: 16px;
  font-weight: 600;
  color: #231f20;
}
.s_r_p_v .sub-footer h2 {
  color: #e12e22;
  font-family: var(--fontFamily);
  font-weight: 600;
  margin: 0px;
  padding-top: 5px;
  font-size: 18px;
  margin-bottom: 20px;
}
.s_r_p_v .tracker {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  width: 85%;
  margin: auto;
  position: relative;
}
.s_r_p_v .tracker::after {
  content: "";
  position: absolute;
  background: #000000;
  width: 100%;
  height: 1px;
  top: 20px;
  left: 0px;
}
.s_r_p_v .tracker span {
  background: #000000;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  z-index: 9;
}
.s_r_p_v .tracker span.active {
  background: #000000;
}

.s_r_p_v .side-view {
  display: flex;
  justify-content: space-between;
}
.s_r_p_v .side-view .tails {
  width: 150px;
}
.s_r_p_v .side-view .option-view {
  width: calc(100% - 200px);
}
.s_r_p_v .tab-content h3 {
  color: #0c1f2d;
  font-family: var(--fontFamily);
  font-size: 18px;
  font-weight: 600;
}
.s_r_p_v .side-view .option-view .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
  margin-top: 20px;
}

.s_r_p_v .option-view label.radio-inline {
  font-family: var(--fontFamily);
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.5px;
  font-family: roboto;
  display: flex;
  align-items: center;
}

.s_r_p_v input:focus {
  outline: 0px !important;
  box-shadow: none !important;
}
.s_r_p_v input[type="radio"],
.s_r_p_v .radio input[type="radio"],
.s_r_p_v .radio-inline input[type="radio"] {
  position: relative;
  margin-right: 15px;
  vertical-align: top;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.s_r_p_v input[type="radio"]:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: 240ms;
}
.s_r_p_v input[type="radio"]:after,
.s_r_p_v .radio input[type="radio"]:after,
.s_r_p_v .radio-inline input[type="radio"]:after {
  position: relative;
  top: -2px;
  border: 2px solid #a0a0a0;
  background: #ffffff;
}
.s_r_p_v input[type="radio"]:checked:after,
.s_r_p_v .radio input[type="radio"]:checked:after,
.s_r_p_v .radio-inline input[type="radio"]:checked:after {
  border-color: #000000;
  background: #000000;
  box-shadow: 0px 0px 4px #000000;
}
.s_r_p_v .btns {
  text-align: center;
  margin-top: 40px;
}
.s_r_p_v .btns .btn {
  font-family: roboto;
  font-size: 20px;
  color: #ffffff;
  background: #000000;
  outline: 0px;
  box-shadow: none;
  letter-spacing: 0.5px;
  width: 170px;
  border-radius: 35px;
  margin-right: 30px;
}
.s_r_p_v .btns .btn:last-child {
  margin-right: 0px;
}
.s_r_p_v .screen-one .tails h6 {
  color: #0c1f2d;
  font-family: roboto;
  font-size: 17px;
  font-weight: 600;
  margin: 0px -15px;
  padding-top: 5px;
}

.s_r_p_v .screen-one .tails p span {
  display: block;
}
.s_r_p_v .chat-view {
  display: flex;
  justify-content: space-between;
}
.s_r_p_v .chat-view .item {
  width: 40%;
}
.s_r_p_v .screen-one .tails .chat-view .image {
  width: 150px;
  margin: auto;
}
.s_r_p_v .chat-view .item h5 {
  font-family: roboto;
  color: #000000;
  font-weight: 800;
  font-size: 23px;
}
.s_r_p_v .chat-view .item h4 {
  font-family: roboto;
  color: #000000;
  font-weight: 500;
  font-size: 17px;
  width: 80%;
  margin: auto;
}
.s_r_p_v .chat-view .item-text {
  width: 40%;
}
.s_r_p_v .chat-view .item-text .view {
  background: #edf0f2;
  border-radius: 20px;
  padding: 30px 20px;
  flex-direction: column;
  height: 300px;
  justify-content: space-between;
}
.s_r_p_v .chat-view .item-text .view p {
  height: 185px;
  overflow: auto;
}
.s_r_p_v .chat-view .item-text .view p span {
  background: #0c1f2d;
  font-family: roboto;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  padding: 10px 20px;
  margin-bottom: 15px;
}
.s_r_p_v .chat-view .item-text .view p span.red {
  background: #000000;
}
.s_r_p_v .chat-view .input-view {
  background: #edf0f2;
  position: relative;
  padding: 0px 15px;
  border-radius: 30px;
}
.s_r_p_v .chat-view .input-view.input-enter {
  background: #ffffff;
}
.s_r_p_v .chat-view .input-view.input-enter input {
  background: #ffffff;
  padding: 10px;
}

.s_r_p_v .chat-view .input-view input {
  background: #edf0f2;
  border: 0px;
  font-family: roboto;
  font-size: 15px;
  width: 90%;
}
.s_r_p_v .chat-view .input-view .fa {
  color: #0c1f2d;
  position: absolute;
  top: 4px;
  font-size: 30px;
  right: 20px;
}
.s_r_p_v .tab-content .chat-view .item-text h2 {
  margin-top: 10px;
}

.myModalService button.close {
  position: absolute;
  background: #000000;
  color: #ffffff;
  top: 10px;
  right: 10px;
  z-index: 999;
  opacity: 1;
  font-family: roboto;
  font-weight: 300;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0px;
  padding: 0px;
  border-radius: 50%;
  outline: 0px;
  box-shadow: none;
}
.myModalService button.close span {
  position: relative;
  top: -2px;
  left: 1px;
}
.myModalService .modal-content {
  position: relative;
  border-radius: 25px;
  margin-top: 25%;
}
.myModalService .modal-serviceView {
  margin-top: 40px;
  text-align: center;
}
.myModalService .modal-serviceView img {
  width: 50px;
}
.myModalService .modal-serviceView h1 {
  color: #000000;
  font-family: roboto;
  font-size: 22px;
  font-weight: 600;
}
.myModalService .modal-serviceView h2 {
  color: #000000;
  font-family: roboto;
  font-size: 17px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 50px;
}
.myModalService .modal-serviceView h3 {
  color: #000000;
  font-family: roboto;
  font-size: 17px;
  font-weight: 600;
}
.myModalService .modal-serviceView p {
  color: #000000;
  font-family: roboto;
  font-size: 15px;
  font-weight: 500;
}

.myModalService.modal {
  justify-content: center;
  min-height: 100vh;
  align-items: center;
}
.s_r_p_v_darkbg {
  background: #cccccc !important;
}
@media (max-width: 1199px) {
  .s_r_p_v .screen-one .tails .image {
    height: 135px;
  }
}
@media (max-width: 1024px) {
  .s_r_p_v .screen-one .tails .image {
    height: 135px;
  }
}
@media (max-width: 991px) {
  .s_r_p_v .screen-one .tails .image {
    height: 100px;
    border-radius: 20px;
  }
  .s_r_p_v .screen-one .tails p {
    font-size: 12px;
  }

  .s_r_p_v .chat-view .item-text,
  .s_r_p_v .chat-view .item {
    width: 45%;
  }
  .s_r_p_v .screen-one {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .s_r_p_v .screen-one .grid-view.tails {
    grid-template-columns: repeat(4, 1fr);
  }
  .s_r_p_v .side-view .tails {
    margin: auto;
  }
  .s_r_p_v .side-view {
    display: block;
  }
  .s_r_p_v .side-view .option-view {
    width: 100%;
  }
  .s_r_p_v .chat-view {
    display: block;
  }
  .s_r_p_v .chat-view .item-text,
  .s_r_p_v .chat-view .item {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 567px) {
  .s_r_p_v .screen-one .grid-view.tails {
    grid-template-columns: repeat(2, 1fr);
    max-width: 350px;
  }
  .s_r_p_v .screen-one .tails p {
    font-size: 14px;
  }
  .s_r_p_v .screen-one .tails .image {
    height: 120px;
  }

  .s_r_p_v .side-view .option-view .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .s_r_p_v .btns .btn {
    width: 40%;
  }
  .s_r_p_v .chat-view .item h4 {
    width: 100%;
  }
}

/*===============================================
             Service Request - End
 ================================================*/

/*===============================================
            For Toggle button - Start 12/11/2020
  ===============================================*/
.view.side-switch .switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 30px;
}

.view.side-switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.view.side-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.view.side-switch .slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.view.side-switch input:checked + .slider {
  background-color: #000000;
}

.view.side-switch input:focus + .slider {
  box-shadow: 0 0 1px #000000;
}

.view.side-switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.view.side-switch .slider.round {
  border-radius: 34px;
  border: 0px;
}

.view.side-switch .slider.round:before {
  border-radius: 50%;
}

.view.side-switch h3 {
  font-size: 15px;
  color: #000000;
  font-family: roboto;
  font-weight: 500;
}
.view.side-switch span.top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.view.side-switch span.top h2 {
  font-family: roboto;
  margin: 0px !important;
  font-weight: 500;
  font-size: 20px;
}
.view.side-switch textarea {
  width: 100%;
  border-color: #ccc;
  border-radius: 10px;
  padding: 10px;
}
.view.side-switch .input-view .btns {
  margin-top: 0px;
}
.view.side-switch .input-view .btn {
  margin: 20px 0px;
}

.padding-top-25 {
  margin-top: 25px;
}

.padding-top-150 {
  margin-top: 150px;
}

.side-image-icon {
  position: fixed;
  top: 155px;
  right: 15px;
  z-index: 999;
  font-size: 15px;
  cursor: pointer;
}
.side-image-icon img {
  width: 30px;
}
@media (max-width: 1099px) {
  .side-image-icon {
    top: 150px;
  }
}
@media (max-width: 991px) {
  .side-image-icon {
    top: 15px;
    position: absolute;
    right: auto;
  }
}
.sampleTesingView {
  margin: auto;
  margin-top: 150px;
  text-align: center;
  width: 700px;
  /* margin: auto; */
  background: #f7f7f7;
  padding: 25px 50px;
  border-radius: 15px;
  margin-bottom: 30px;
}
.sampleTesingView h1 {
  font-family: var(--fontFamily);
  font-size: 25px;
  font-weight: 400;
}
.sampleTesingView textarea {
  border: 1px solid #cccccc;
  font-family: var(--fontFamily);
  font-size: 17px;
  width: 100%;
  height: 125px;
  margin-bottom: 25px;
}
.sampleTesingView .btn {
  border: 1px solid #000000;
  font-family: var(--fontFamily);
  font-size: 17px;
  background: #000000;
  color: #ffffff;
}

.removeMargin .guest-portalnewpage {
  margin-top: 10px;
}

.nike_page_view {
  margin-top: 175px;
}
.nike_page_view .header img.logo {
  width: 100px;
  display: block;
  margin: 0px auto 15px auto;
  height: auto;
}
.nike_page_view .header h1 {
  font-family: var(--fontFamily);
  text-align: center;
  color: #000000;
  font-size: 20px;
}
.nike_page_view .header p {
  font-family: var(--fontFamily);
  text-align: center;
  color: #000000;
  margin-bottom: 5px;
}
.nike_page_view .header p span {
  font-family: var(--fontFamily);
  text-align: center;
  color: #000000;
  margin-bottom: 5px;
}
.nike_page_view .content-part {
  border: 2px solid #e8e8e8;
  padding: 20px;
  border-radius: 10px;
  background: #f7f7f7;
  margin: 20px 0px;
}
.nike_page_view .content-part p {
  font-family: var(--fontFamily);
  text-align: left;
  color: #000000;
  margin-bottom: 5px;
}
.nike_page_view .content-part a {
  color: #0f91c3;
  font-weight: 400;
  font-family: var(--fontFamily);
  margin-right: 15px;
}

.nike_page_view .accordion-view .tail-view {
  display: flex;
}
.nike_page_view .accordion-view .image {
  width: 23%;
  margin-right: 20px;
}
.nike_page_view .accordion-view .image img {
  height: 100%;
}
.nike_page_view .accordion-view .image h1 {
  font-size: 20px;
  /* font-weight: 400; */
  font-family: var(--fontFamily);
  color: #000000;
  margin: 10px 0px;
  text-transform: uppercase;
  text-align: center;
}
.nike_page_view .accordion-view .text-view {
  width: 50%;
}

.nike_page_view .accordion-view .text-view h1 {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--fontFamily);
  margin-top: 10px;
}
.nike_page_view .accordion-view .text-view h2 {
  font-size: 17px;
  font-weight: 400;
  font-family: var(--fontFamily);
  color: #000000;
  margin-top: 10px;
}
.nike_page_view .accordion-view .text-view h2 span {
  font-size: 17px;
  font-weight: 400;
  font-family: var(--fontFamily);
  color: #0f91c3;
}
.nike_page_view .accordion-view .text-view h3 {
  background: #cbebf7;
  font-size: 16px;
  font-family: var(--fontFamily);
  color: #000000;
  padding: 15px;
  border-radius: 8px;
}
.nike_page_view .accordion-view .text-view h4 {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--fontFamily);
  color: #000000;
  margin: 10px 0px;
  text-transform: uppercase;
  text-align: left;
}
.nike_page_view .accordion-view .btn-view {
  width: 23%;
  text-align: center;
}
.nike_page_view .accordion-view .btn-view .btn {
  margin: 10px auto;
  display: block;
  width: 120px;
  background: #000000;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
  border: 2px solid #000000;
  outline: 0px;
  box-shadow: none;
}
.nike_page_view .accordion-view .btn-view .btn:hover {
  color: #000000;
  background: #ffffff;
  transition: all 0.5s;
}

.nike_page_view .panel-heading {
  padding: 0;
  border: 0;
  background: #ffffff;
  text-align: center;
}
.nike_page_view .panel-group .panel {
  border: 0px;
  box-shadow: none;
}
.nike_page_view .accordion-view .accordion-item-tail {
  padding-bottom: 5px;
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 15px;
  border-radius: 0px;
}

.nike_page_view .panel-title > a,
.nike_page_view .panel-title > a:active {
  display: inline-block;
  padding: 0px;
  color: #555;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 3px;
  text-decoration: none;
  width: 20px;
}
.nike_page_view .panel-heading a:before {
  font-family: "FontAwesome";
  content: "\f106";
  float: right;
  transition: all 0.5s;
  font-size: 30px;
}
.nike_page_view .panel-heading a.collapsed:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nike_page_view .accordion-view .panel-body {
  width: 95%;
  margin: auto;
  box-shadow: 0px 0px 8px #e2dfdf;
  border-radius: 10px;
  padding: 0px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.nike_page_view .accordion-view .panel-body h1 {
  font-size: 18px;
  font-family: var(--fontFamily);
  color: #000000;
  padding: 15px;
  border-radius: 8px;
  text-transform: uppercase;
  margin: 8px 0px;
}
.nike_page_view .panel-body .sub-tail {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #dedede;
}
.nike_page_view .panel-body .sub-tail.content {
  border: 0px;
  margin-top: 25px;
}
.nike_page_view .panel-body .sub-tail.content .item::after {
  position: absolute;
  content: "";
  background: #cccccc;
  height: 95%;
  width: 2px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.nike_page_view .panel-body .sub-tail.content .item:last-child::after {
  display: none;
}
.nike_page_view .panel-body .sub-tail .item {
  width: 30%;
  position: relative;
}
.nike_page_view .panel-body .sub-tail ul {
  padding: 15px;
}
.nike_page_view .panel-body .sub-tail ul li {
  padding: 3px 0px;
  font-family: var(--fontFamily);
  font-weight: 500;
}
.nike_page_view .panel-body .sub-tail ul li img {
  width: 35px;
  margin-right: 15px;
}
.nike_page_view p {
  font-size: 16px;
  padding: 3px 0px;
  font-family: var(--fontFamily);
  color: #000000;
}
.nike_page_view a.query {
  font-size: 16px;
  padding: 3px 0px;
  font-family: var(--fontFamily);
  color: #000000;
  display: block;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}
.nike_page_view .panel-body .sub-tail h2 {
  display: none;
}

/*footer*/

.mrg-btm-25 {
  margin-bottom: 25px !important;
}
footer {
  background: #f6f6f6;
  padding: 80px 0 15px;
  border-top: 2px solid #ccc;
  padding: 50px 0 25px;
}
.foot_nav h1 {
  font-size: 16px;
  color: #666;
  margin: 10px 0;
  font-weight: 700;
}
.foot_nav ul {
  margin: 0;
  padding: 0;
}
.foot_nav ul li {
  padding: 4px 0;
}
.foot_nav ul li a {
  color: #666;
  font-size: 14px;
  letter-spacing: 0px;
  font-family: var(--fontFamily);
}
.bg-white {
  background-color: #fff;
}
.suite-subFooter {
  padding: 15px 0;
}
.suite-subHead {
  border-bottom: 1px solid #5a5454;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.suite-copyright {
  font-size: 10px;
}
.suite-partners {
  margin-top: 20px;
}
.suite-subHead-logo img {
  width: 170px;
}
.suite-sub-social ul {
  list-style: none;
  display: flex;
  margin-bottom: 0;
}
.suite-sub-social ul li {
  padding: 0 12px;
}
.suite-sub-social ul li a {
  color: #000000;
  font-size: 32px;
}
.suite-copyright p {
  margin-bottom: 5px;
}
.suite-partners ul {
  list-style: none;
  display: flex;
  margin-bottom: 0;
}
.suite-partners ul li {
  padding: 0 12px;
  width: 120px;
}
.suite-partners ul li:nth-child(2) {
  width: 90px;
}
.suite-partners ul li:nth-child(3) {
  width: 20px;
}
.suite-partners ul li:first-child {
  padding-left: 0;
}

@media (max-width: 1199px) {
  .submenu .submenu_list li a {
    font-size: 12px;
    line-height: 1.4;
  }
  .submenu h1 {
    font-size: 15px;
  }
  .cc_megamenu.top .submenu .submenu_list li {
    padding: 5px 4px;
  }
}

@media (max-width: 991px) {
  .nike_page_view .accordion-view .image {
    width: 25%;
  }
  .nike_page_view .accordion-view .btn-view {
    width: 21%;
  }
  .nike_page_view .accordion-view .panel-body {
    width: 98%;
  }
  .nike_page_view .panel-body .sub-tail .item {
    width: 32%;
  }
  .nike_page_view {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .nike_page_view {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .nike_page_view .accordion-view .tail-view {
    flex-direction: column;
  }
  .nike_page_view .accordion-view .image,
  .nike_page_view .accordion-view .text-view,
  .nike_page_view .accordion-view .btn-view {
    width: 100%;
  }
  .nike_page_view .accordion-view .btn-view .btn {
    display: inline-block;
  }
  .nike_page_view .panel-body .sub-tail ul li img {
    width: 25px;
  }
  .nike_page_view .panel-body .sub-tail ul li {
    font-size: 13px;
  }
  footer {
    text-align: center;
  }
  .nike_page_view .panel-body .sub-tail .item {
    width: 40%;
  }
  .nike_page_view .panel-body .sub-tail .item:last-child {
    width: 25%;
  }
  .nike_page_view .accordion-view .panel-body h1 {
    font-size: 15px;
  }
  .corporate-housing-slider.owl-carousel.owl-drag .owl-item {
    max-width: initial;
  }
}

@media (max-width: 567px) {
  .suite-subHead {
    flex-direction: column;
  }
  .nike_page_view .panel-body .sub-tail h2 {
    display: block;
    font-family: var(--fontFamily);
    color: #000000;
    padding: 0px 15px 10px;
    border-radius: 8px;
    text-transform: uppercase;
    margin: 8px 0px;
    font-size: 18px;
    border-bottom: 2px solid #cccccc;
    border-radius: 0px;
  }
  .nike_page_view .panel-body .sub-tail {
    flex-direction: column;
    display: none;
  }
  .nike_page_view .panel-body .sub-tail.content {
    display: flex;
  }
  .nike_page_view .panel-body .sub-tail .item {
    width: 100% !important;
  }
  .nike_page_view .accordion-view .text-view h1 {
    font-size: 18px;
  }
  .nike_page_view .accordion-view .text-view h2,
  .nike_page_view .accordion-view .text-view h2 span {
    font-size: 16px;
  }
}

img.img-responsive.tangerineImage {
  width: 40%;
  margin: auto;
}

.bottom-tesla-text p.covidpara {
  width: 90%;
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
}

/* ============================================================================
                                      LATCH Web start
    ============================================================================ */

:root {
  --f-family: "Cabinet Grotesk", sans-serif;
  --f-size11: 0.75rem;
  --f-size12: 0.85rem;
  --f-size13: 0.95rem;
  --f-size14: 1rem;
  --f-size15: 1.1rem;
  --f-size16: 1.2rem;
  --f-size17: 1.3rem;
  --f-size18: 1.4rem;
  --f-size20: 1.5rem;
  --f-size22: 1.7rem;
  --f-size25: 1.8rem;
  --f-size28: 1.9rem;
  --f-size30: 2rem;
  --f-size35: 3rem;
  --l-height18: 1.8rem;
}

.latch_webHeader {
  margin-top: 0px;
}
.latch_web {
  font-size: 16px;
  font-family: var(--fontFamily);
}
.latch_web .borderred {
  border: 2px solid #cf2e22;
}
.latch_web h1 {
  font-family: var(--fontFamily);
  color: #000000;
  font-weight: 500;
  font-size: var(--f-size35);
}
.latch_web h2 {
  font-family: var(--fontFamily);
  color: #000000;
  font-weight: 500;
  font-size: var(--f-size28);
}
.latch_web p {
  font-family: var(--fontFamily);
  font-size: var(--f-size20);
  color: #000000;
  letter-spacing: -0.5px;
}
.latch_web p a {
  font-family: var(--fontFamily);
  font-size: var(--f-size20);
}
.latch_web ul li {
  color: #000000;
}
.latch_web_sec1 {
  display: flex;
  align-items: center;
}
.latch_web_sec1 .image {
  display: flex;
  width: 40%;
  margin-top: 20px;
}
.latch_web_sec1 .item {
  margin-left: -30px;
  width: 60%;
}
.latch_web_sec1 .item h1 {
  margin-top: 0px;
}
.latch_web_sec2 {
  display: flex;
  align-items: center;
  margin: 40px 0px;
}
.latch_web_sec2 .item {
  padding-left: var(--f-size20);
  width: 50%;
}
.latch_web_sec2 .item ul {
  padding: 20px;
  margin: 0px;
  padding-bottom: 0px;
}
.latch_web_sec2 .item ul li {
  font-family: var(--fontFamily);
  font-size: var(--f-size20);
  padding-bottom: 15px;
  list-style-type: disc;
}
.latch_web_sec3 {
  display: flex;
  align-items: center;
}
.latch_web_sec3 .item:first-child {
  padding-right: 20px;
  width: 35%;
}
.latch_web_sec3 .item:last-child {
  padding-right: 20px;
  width: 65%;
}
.latch_web_sec3 .item ul {
  padding: 20px;
  margin: 0px;
  padding-bottom: 0px;
}
.latch_web_sec3 .item ul li {
  font-family: var(--fontFamily);
  font-size: var(--f-size20);
  padding-bottom: 15px;
  list-style-type: disc;
}
.latch_web_sec3 .item p {
  margin-top: 20px;
  margin-bottom: 0px;
}

.latch_web_sec4 {
  margin: 40px 0px;
  display: flex;
  align-items: center;
}
.latch_web_sec3.latch_web_sec4 .item:first-child {
  padding: 20px;
  width: 65%;
}
.latch_web_sec3.latch_web_sec4 .item:last-child {
  padding-left: 20px;
  width: 35%;
  padding-right: 0px;
}
.latch_web2_sec .item {
  padding: 20px;
  padding-top: 0px;
}

.latch_web2_sec .item p a {
  color: #007bff;
  text-decoration: underline;
}
.latch_web2_sec .item p span.green {
  color: #65ac36;
}
.latch_web2_sec .item p span.yellow {
  color: #ddd510;
}
.latch_web2_sec .item p span.blue {
  color: #007bff;
}
.latch_web2_sec2 .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.latch_web2_sec2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 70px;
  margin: 40px 0px;
}
.latch_web2_sec2 p {
  margin-bottom: 0px;
}

.borderred-box {
  box-shadow: 0px 0px 10px #b6b5b5;
  border-radius: 10px;
  overflow: hidden;
}

@media (min-width: 1500px) {
  .latch_web .container {
    width: 75vw;
  }
}
@media (max-width: 1199px) {
  .latch_web h2 {
    font-size: var(--f-size22);
  }
  .latch_web p {
    font-size: var(--f-size16);
  }
  .latch_web_sec3 .item ul li,
  .latch_web_sec2 .item ul li {
    font-size: var(--f-size16);
  }
  .latch_web2_sec2 {
    grid-column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .latch_webHeader {
    margin-top: 0px;
  }
  .latch_web_sec2 {
    flex-direction: column;
  }
  .latch_web_sec1 .item {
    margin: 0px;
  }
  .latch_web_sec2 .item {
    padding: 20px;
    width: 100%;
  }
  .latch_web h1 {
    font-size: 30px;
  }
  .buildingB.latch_web_sec3 .item h2 {
    margin-top: 15px;
  }
  .buildingB.latch_web_sec3 .item p {
    margin-bottom: 10px;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .latch_web_sec3 {
    flex-direction: column;
  }
  .latch_web_sec3 .item {
    width: 100% !important;
  }
  .latch_web_sec3 .item:first-child {
    padding: 0px;
  }
  .latch_web_sec3 .item:last-child {
    padding: 20px;
  }
  .latch_web_sec3.latch_web_sec4 .item:last-child {
    padding: 0px;
  }
  .latch_web_sec1 {
    flex-direction: column;
  }
  .latch_web_sec1 .image {
    width: 100%;
  }
  .latch_web_sec1 .item {
    width: 100%;
  }
  .latch_web2_sec2 {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: inherit;
    grid-row-gap: 40px;
  }
  .latch_web img {
    max-height: 350px;
    height: auto;
    object-fit: cover;
  }
  .latch_web .latch_web_sec1 img {
    max-height: initial;
  }
  .latch_web_sec3 p:last-child {
    margin-bottom: 15px;
  }
  .latch_web .latch_web_sec1 h1 img {
    width: 100px;
  }
}
@media (max-width: 667px) {
  .latch_web h1 {
    font-size: 20px;
  }
}

/* ============================================================================
                                      LATCH Web End
    ============================================================================ */

/* ============================================================================
                                     ALTAIREDEAN Start
    ============================================================================ */

:root {
  --altair-color: #000000;
}

.altairDeanBlue {
  --altair-color: #000000;
}

.altairDean {
  margin-top: 0px !important;
}
.altairDean .deanbannerimg {
  max-height: 90vh;
  overflow: hidden;
  position: relative;
}
.altairDean .deanbannerimg::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0 0 0)) 100%;
}
.altairDean .deanpage_banner .banner_text h2 {
  text-transform: capitalize;
  font-family: var(--fontFamily);
}
.altairDean .deanpage_banner .banner_text h2 span {
  color: #ffffff;
  font-size: 70px;
  position: relative;
  top: -3px;
  font-weight: 700;
  font-family: var(--fontFamily);
  text-transform: initial;
}

.altairDean .threeborders:after {
  top: 10px;
  border-color: var(--altair-color);
}
.altairDean .deanpage_banner .ribbon strong {
  font-family: var(--fontFamily);
  font-size: 30px;
  font-style: italic;
}
.altairDean .deanbeerbottom h1 {
  color: #000000;
  font-family: var(--fontFamily);
  font-weight: 600;
  font-size: 27px;
  margin-top: 30px;
}
.altairDean .deanbeerbottom p {
  color: #000000;
  font-family: var(--fontFamily);
  font-size: 17px;
  padding-top: 0px;
}
.altairDean .deanresponsive-tabs .nav-tabs.deantabss > li a {
  font-family: var(--fontFamily);
  font-size: 16px;
  font-weight: 700;
  background: var(--altair-color);
  border-color: var(--altair-color);
}
.altairDean .deanresponsive-tabs .nav-tabs.deantabss > li a:before {
  border-top: 15px solid var(--altair-color);
}
.altairDean .deanresponsive-tabs .nav-tabs.deantabss > li.active a {
  border-color: var(--altair-color);
  color: var(--altair-color);
  background: #ffffff;
}
.altairDean .deanpage h6 span {
  color: var(--altair-color);
}
.altairDean .deamthubimg .iteam.iteam-text h1 {
  font-family: var(--fontFamily);
  font-weight: 900;
  font-size: 30px;
  color: var(--altair-color);
}
.altairDean .deamthubimg .iteam.iteam-text {
  border: 3px solid var(--altair-color);
}
.altairDean .deamthubimg .iteam.iteam-text p {
  padding: 0px 20px;
  font-size: 19px;
}
.altairDean .deamthubimg .iteam.iteam-text p a {
  font-size: 19px;
  font-family: var(--fontFamily);
  color: var(--altair-color);
  text-decoration: underline;
}
.altairDean .deanbeerbottom .btn.main-btn {
  background: transparent;
  color: #e33225;
  border: 2px solid #e33225;
  font-family: var(--fontFamily);
  font-weight: 500;
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 14px;
  margin-top: 50px;
  margin-bottom: 20px;
}
.altairDean .deanbeerbottom .btn.main-btn:hover {
  background: var(--altair-color);
  color: #ffffff;
  transition: all 0.3s;
}
.altairDean .dean_amenities .iteamdeanam {
  /* height: 375px; */
  border-color: var(--altair-color);
  height: auto;
}

.altairDean .dean_amenities .iteamdeanam h1 {
  font-family: var(--fontFamily);
  font-weight: 700;
  color: var(--altair-color);
  font-size: 25px;
}
.altairDean .dean_amenities h1 {
  font-family: var(--fontFamily);
  font-weight: 700;
  color: var(--altair-color);
  font-size: 28px;
}
.altairDean .dean_amenities .iteamdeanam p {
  font-size: 19px;
  color: #000000;
}
.altairDean .dean_amenities ul li {
  font-size: 19px;
  color: #000000;
}
.altairDean .outer {
  border: 2px solid var(--altair-color);
  padding: 90px 0px;
  margin-bottom: 20px;
}

.altairDean .faqView .panel-group .panel {
  border-radius: 0px;
  border: 0px;
  padding: 0px 25px;
  margin: 0px;
  border-bottom: 1px solid #000000;
  text-align: left;
  background: transparent;
}

.altairDean .faqView .panel-default > .panel-heading {
  color: #fff;
  border-color: #eeeeee;
  border: 0px;
}

.altairDean .faqView .panel-title {
  font-size: 14px;
}

.altairDean .faqView .panel-title > a {
  display: block;
  text-decoration: none;
  color: #000000;
  font-size: 21px;
  text-align: left;
  font-family: var(--fontFamily);
  font-weight: 700;
}
.altairDean .panel.panel-default {
  border: 0px;
}
.altairDean .deanresponsive-tabs .tab-content .collapse.active {
  display: block;
}

.altairDean .short-full {
  float: right;
  color: #000000;
}

.altairDean .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 0px;
  color: #000000;
  font-size: 16px;
  padding-bottom: 20px;
}
.altairDean .panel-default > .panel-heading + .panel-collapse > .panel-body a {
  color: #0b98ff;
  text-decoration: underline;
}
.altairDean #accordion {
  background: #f7f7f7;
  padding: 40px 60px;
}

.altairDean .panel-title > a:before {
  font-size: 13px;
  font-weight: 100;
}

.altairDean .parkingInfo .top_park {
  display: flex;
  justify-content: space-between;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 50px;
}

.altairDean .parkingInfo .top_park .item {
  position: relative;
  padding: 30px;
  width: 45%;
  border: 2px solid var(--altair-color);
}
.altairDean .parkingInfo .top_park .item:last-child {
  width: 55%;
}
.altairDean .parkingInfo .top_park .item p {
  font-size: 18px;
  padding-top: 20px;
  font-family: var(--fontFamily);
  text-align: center;
  color: #000000;
}
.altairDean .latch_web .borderred {
  border-color: var(--altair-color);
}
.altairDean .parkingInfo .top_park span.indicator {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #000000;
  font-size: 15px;
  font-family: var(--fontFamily);
  font-weight: 600;
  display: flex;
  align-items: center;
}
.altairDean .parkingInfo .top_park span.indicator .fa {
  color: var(--altair-color);
  font-size: 20px;
  font-weight: 100;
  margin-right: 5px;
}
.altairDean .parkingInfo .top_park.top_park2 {
  margin: 50px 0px;
}
.altairDean .parkingInfo .top_park.top_park2 .item {
  width: 55%;
}
.altairDean .parkingInfo .top_park.top_park2 .item:last-child {
  width: 43%;
}

.altairDean .parkingInfo span.park_count {
  font-size: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--altair-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--fontFamily);
  font-weight: 600;
  position: absolute;
  top: 10px;
  left: 10px;
}
.altairDean .latch_web {
  text-align: left;
}

.altairDean .latch_web h1 {
  text-align: left;
}

.altairDean .latch_web p {
  font-size: 18px;
  text-align: left;
  padding: 0px;
}
.altairDean .latch_web p a {
  font-size: 18px;
  font-family: var(--fontFamily);
  color: #00b8ef;
  white-space: normal;
  word-break: break-all;
}

.altairDean .latch_web h1 {
  text-align: left;
}

.altairDean .latch_web_sec2 .item ul {
  margin-bottom: 10px;
}
.altairDean .latch_web_sec2 .item ul li {
  padding: 0px;
  color: #000000;
  font-size: 18px;
  margin-bottom: 10px;
}
.altairDean .latch_web_sec3 .item ul li {
  padding-bottom: 0px;
}

button.gm-control-active > img {
  box-sizing: content-box;
  display: none;
  left: 50%;
  pointer-events: none;
  position: absolute !important;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0px !important;
}
.altairDean .floor_gallery {
  display: flex;
}
.altairDean .floor_gallery .image {
  width: 70%;
}
.altairDean .floor_gallery .image img {
  width: 100%;
}
.altairDean .floor_gallery .image iframe {
  width: 100%;
  height: 500px;
}
.altairDean .floor_gallery .detailsFloor {
  width: 30%;
  margin-left: 25px;
  text-align: left;
}
.altairDean .floor_gallery .detailsFloor h1 {
  color: var(--altair-color);
  font-family: var(--fontFamily);
  text-align: left;
  font-size: 30px;
  border-bottom: 2px solid var(--altair-color);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.altairDean .floor_gallery .detailsFloor ul li a {
  color: #0b98ff;
  text-decoration: underline;
  font-family: var(--fontFamily);
  font-size: 18px;
  margin-bottom: 8px;
  display: block;
}
.altairDean .bannerBottom {
  width: 73%;
  margin: auto;
}
.altairDean ul.ulFaqs {
  padding-left: 30px;
}
.altairDean ul.ulFaqs li {
  list-style-type: disc;
}
.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom img {
  margin: 0px !important;
}
.altairDean .photoG_bgG.owl-theme .owl-nav .owl-next,
.altairDean .photoG_bgG.owl-theme .owl-nav .owl-prev,
.altairDean .photoG_bgG.owl-theme .owl-nav .owl-next:hover,
.altairDean .photoG_bgG.owl-theme .owl-nav .owl-prev:hover {
  color: var(--altair-color);
}
.altairDean .photoG_smG.owl-theme .owl-nav .owl-next,
.altairDean .photoG_smG.owl-theme .owl-nav .owl-prev,
.altairDean .photoG_smG.owl-theme .owl-nav .owl-next:hover,
.altairDean .photoG_smG.owl-theme .owl-nav .owl-prev:hover {
  color: var(--altair-color);
}

.altairDean .threeborders {
  border-bottom: 3px solid #e2231a;
  border-color: var(--altair-color);
}

.altairDean.deanpage h6 span {
  color: var(--altair-color);
}

.altairDeanBlue .deanpage_banner .banner_text h2 span {
  font-size: 9rem;
}
.altairDeanBlue .deanpage_banner .ribbon {
  font-family: var(--fontFamily);
  display: none;
}
.altairDeanBlue .threeborders:before {
  display: none;
}

.altairDean .deanresponsive-tabs .tab-content .panel-heading a:before {
  border-top-color: var(--altair-color);
}

.altairDean .deanresponsive-tabs .tab-content .panel-heading a {
  background: var(--altair-color);
  border-color: var(--altair-color);
}

img.altair-deanClogo {
  position: absolute;
  z-index: 99;
  width: 300px;
  right: 2%;
  top: 10px;
  width: 300px;
}

img.altair-deanClogo.umpqua {
  width: 125px;
  left: 10px;
}


.altairDean .deanbeerbottom .dean_mapinput .fa {
  color: var(--altair-color);
}
.altairDean .deanbeerbottom .dean_mapinput input {
  color: var(--altair-color);
}
.altairDean .dean_mapheading ul li {
  border-color: var(--altair-color);
}
.altairDean .community-tabs .nav-tabs > li.active > a,
.altairDean .community-tabs .nav-tabs > li.active > a:focus,
.altairDean .community-tabs .nav-tabs > li.active > a:hover {
  background-color: var(--altair-color);
  color: #ffffff;
}
.altairDean .community-tabs .nav-tabs li a {
  color: var(--altair-color);
}
.altairDean
  .New_locationcommunyties
  .lc_slider
  .owl-carousel
  .owl-buttons
  .glyphicon {
  color: var(--altair-color);
}
.altairDean .weather-title {
  color: var(--altair-color);
}
.altairDean .weather-dates h5,
.altairDean .weather-dates h4 {
  color: var(--altair-color);
}
.altairDean input::-webkit-input-placeholder {
  color: var(--altair-color) !important;
}

.altairDean input:-ms-input-placeholder {
  color: var(--altair-color) !important;
}

.altairDean input::placeholder {
  color: var(--altair-color) !important;
}

@media (max-width: 1199px) {
  .altairDean .bannerBottom {
    width: 85%;
    margin: auto;
  }

  .altairDean .deanresponsive-tabs .nav-tabs.deantabss > li a {
    font-size: 14px;
  }
  img.altair-deanClogo {
    width: 250px;
  }
}

@media (max-width: 991px) {
  .altairDean .deanpage_banner .ribbon strong {
    font-size: 20px;
  }
  .altairDean .floor_gallery .image iframe {
    height: 350px;
  }
  .altairDean .bannerBottom {
    width: 100%;
    margin: auto;
  }

  .altairDean .deamthubimg .iteam.iteam-text p {
    font-size: 15px;
  }

  .altairDean .deamthubimg .iteam.iteam-text h1 {
    font-size: 25px;
  }
  img.altair-deanClogo {
    width: 200px;
  }

  .altairDean .deanbeerbottom .map-alignment {
    height: 100% !important;
  }
}
@media (max-width: 767px) {
  .altairDean .deanpage_banner .banner_text h2 span {
    font-size: 40px;
  }
  .altairDean .deanpage_banner .ribbon strong {
    font-size: 15px;
  }
  .altairDean .deanbeerbottom h1 {
    font-size: 20px;
  }
  .altairDean .deanbeerbottom p {
    font-size: 16px;
  }
  .altairDean .dean_amenities .iteamdeanam h1 {
    font-size: 20px;
  }
  .altairDean .dean_amenities .iteamdeanam p {
    font-size: 16px;
  }
  .altairDean .dean_amenities .iteamdeanam {
    height: auto;
  }
  .altairDean .dean_amenities h1 {
    font-size: 20px;
  }
  .altairDean .dean_amenities ul li {
    font-size: 16px;
  }
  .altairDean #accordion {
    padding: 15px;
  }
  .altairDean .panel-group .panel {
    padding: 0px;
  }
  .altairDean .panel-default > .panel-heading + .panel-collapse > .panel-body {
    font-size: 14px;
  }
  .altairDean .panel-default > .panel-heading {
    padding-right: 0px;
    padding-left: 0px;
  }
  .altairDean .latch_web_sec1,
  .altairDean .latch_web_sec2,
  .altairDean .latch_web_sec3 {
    padding: 15px;
  }

  .altairDean .latch_web_sec2 .item {
    padding: 0px;
  }

  .altairDean .latch_web_sec3 .item:last-child {
    padding: 0px;
  }
  .altairDean .parkingInfo .top_park .item {
    width: 100% !important;
    margin-bottom: 40px;
  }
  .altairDean .parkingInfo .top_park {
    display: block;
  }
  .altairDean .parkingInfo .top_park.top_park2 {
    margin: 0px;
  }
  .altairDean .floor_gallery {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .altairDean .floor_gallery .image,
  .altairDean .floor_gallery .detailsFloor {
    width: 100%;
    margin: 0px;
  }
  .altairDean .faqView .panel-title > a {
    font-size: 17px;
    position: relative;
    padding-right: 20px;
  }
  .altairDean .faqView .panel-title > a::before {
    position: absolute;
    right: 0px;
  }

  img.altair-deanClogo {
    width: 150px;
  }

  .altairDean .lc_map {
    height: 900px;
  }
  .altairDean .deanbeerbottom .dean_mapinput {
    top: 60px;
    width: auto;
    right: 10px;
    left: 10px;
  }
  .altairDean .dean_mapheading {
    top: 120px;
    left: 10px;
    right: 10px;
    width: auto;
  }
}
@media (max-width: 567px) {
  .altairDean .deanpage_banner .banner_text h2 span {
    font-size: 30px;
  }
  .altairDean .deanpage_banner .ribbon strong {
    font-size: 10px;
  }
  .altairDean .deanpage_banner .banner_text {
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(3, 3, 3, 0.5)
      )
      100%;
    padding-top: 100%;
  }
  .photoG_bgG.owl-carousel .owl-item img {
    height: 200px;
  }
  .photoG_smG.owl-carousel .owl-item .item {
    height: 40px;
  }
  .altairDean .deanbeerbottom .btn.main-btn {
    font-size: 15px;
    font-weight: 600;
    padding: 8px 15px;
  }
}
@media (max-width: 400px) {
  .altairDean .deanpage_banner .banner_text h2 span {
    font-size: 30px;
  }
  .altairDean .deanpage_banner .ribbon strong {
    font-size: 8px;
  }
  img.altair-deanClogo {
    width: 110px;
  }
}

/* ============================================================================
                                     ALTAIREDEAN End
    ============================================================================ */

/* ============================================================================
                                     ALTAIREDEAN Dashboard Satrt
    ============================================================================ */

.altairDB .corporate_menu .navmenu {
  background: #ffffff;
  box-shadow: 0px 9px 10px #efefef;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0px 20px;
}
.altairDB .corporate_menu .navmenu .head-logo {
  margin-top: 15px;
  width: 250px;
}

.altairDB .corporate_menu .navmenu ul {
  display: flex;
}
.altairDB .corporate_menu .navmenu ul li {
  margin: 0px 10px;
}
.altairDB .corporate_menu .navmenu ul li a {
  color: var(--altair-color);
  font-size: 15px;
}
.altairDB .corporate_menu .navmenu ul li a .fa {
  color: var(--altair-color);
  font-size: 20px;
}
.altairDB .savesearch.form-section {
  background: #f0f0f0;
  padding: 30px 60px;
  border-radius: 20px;
  margin-top: 25px;
}
.altairDB .company_btn {
  color: var(--altair-color);
  border-color: var(--altair-color);
  border-radius: 7px;
}
.altairDB .company_btn:hover,
.altairDB .company_btn:focus,
.altairDB .company_btn:active {
  background: var(--altair-color);
  color: #ffffff;
}
.altairDB .color-red {
  color: var(--altair-color) !important;
}

.altairDB .community-tabs .nav-tabs li a {
  color: var(--altair-color);
  border-radius: 6px;
}
.altairDB .community-tabs .nav-tabs > li.active > a,
.altairDB .community-tabs .nav-tabs > li.active > a:focus,
.altairDB .community-tabs .nav-tabs > li.active > a:hover {
  background: var(--altair-color);
  color: #ffffff;
}
.altairDB .fold-content h1 {
  color: var(--altair-color);
}
.altairDB .community-tabs .nav-tabs {
  border-radius: 7px;
}

/* ============================================================================
                                     ALTAIREDEAN Dashboard End
    ============================================================================ */

/*=====================================================
                  Guest portal arrival Info --- Start
=====================================================*/
* {
  margin: 0px;
  padding: 0px;
  font-family: roboto;
}
.confirmation-url-page {
  background: #f5f5f5;
  min-height: 100vh;
}
.confirmation-url-page header {
  text-align: center;
  padding: 30px 0px;
}
.confirmation-url-page header img {
  width: 65px;
  margin: auto;
}
.confirmation-url-page h1.heaidng {
  font-family: roboto;
  color: #000000;
  font-size: 19px;
  text-align: center;
  font-weight: 500;
}
.confirmation-url-page p.para {
  font-family: roboto;
  color: #000000;
  font-size: 19px;
  text-align: center;
}
.confirmation-url-page p.para span {
  display: block;
}
.confirmation-url-page h2.sign {
  font-family: roboto;
  color: #000000;
  font-size: 60px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 15px;
}
.border-bottom {
  border-bottom: 1px solid #e0e0e0;
}
.p-0-force {
  padding: 0px !important;
}
.m-0-force {
  margin: 0px !important;
}
.confirmation-url-page .btn {
  font-family: roboto;
  font-size: 16px;
  color: #ffffff;
  background: #000000;
  text-align: center;
  font-weight: 300;
  padding: 10px 50px;
  border-radius: 35px;
  outline: 0px;
  box-shadow: none;
}
.confirmation-url-page .dobule-btn {
  width: 60%;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
  margin-bottom: 40px;
}
.confirmation-url-page h5 {
  font-family: roboto;
  color: #000000;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
}
.confirmation-url-page ul.social-icons {
  display: flex;
  justify-content: center;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  margin-top: 20px;
  padding-bottom: 50px;
}
.confirmation-url-page ul.social-icons li {
  background: #000000;
  border-radius: 25px;
  width: 25px;
  height: 25px;
  line-height: 24px;
  margin: 0px 10px;
  text-align: center;
}

.confirmation-url-page ul.social-icons li a img {
  width: 13px;
}
.confirmation-url-page h3.date {
  font-family: roboto;
  color: #000000;
  font-size: 40px;
  text-align: center;
  font-weight: 500;
  padding-bottom: 15px;
}
.confirmation-url-page .btns-center {
  display: flex;
  justify-content: center;
  margin: 30px 0px 20px 0px;
}
.confirmation-url-page .btns-center .btn {
  padding: 8px 60px;
}
.confirmation-url-page .btns-center .btn:first-child {
  margin-right: 40px;
}
.confirmation-url-page p.disclimer {
  font-family: roboto;
  color: #000000;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
}

.guest-portalnewpage {
  background: #f5f5f5;
}

.guest-portalnewpage .onelaststep h1 {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  font-family: var(--fontFamily);
}
.guest-portalnewpage .onelaststep h2 {
  color: #636466;
  font-size: 23px;
  font-family: var(--fontFamily);
}
.guest-portalnewpage .onelaststep h3 {
  color: #919192;
  font-family: var(--fontFamily);
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.guest-portalnewpage .onelaststep .nav-tabs > li > a {
  width: 300px;
  height: 250px;
  text-align: center;
  border: 2px solid #000000;
  border-radius: 0px;
  margin-right: 20px;
  background: #ffffff;
}
.guest-portalnewpage .onelaststep .nav-tabs > li > a span {
  display: block;
  font-size: 22px;
  font-family: var(--fontFamily);
  color: #000000;
  font-weight: 400;
  margin-top: 15px;
}
.guest-portalnewpage .onelaststep .nav-tabs > li.active > a,
.guest-portalnewpage .onelaststep .nav-tabs > li.active > a:focus,
.guest-portalnewpage .onelaststep .nav-tabs > li.active > a:hover {
  box-shadow: 0px 10px 30px #a2a2a2;
}
.guest-portalnewpage .onelaststep .nav-tabs {
  border: 0px;
  margin-bottom: 40px;
}
.guest-portalnewpage .onelaststep .tab-content label {
  font-family: var(--fontFamily);
  font-size: 17px;
  color: #636363;
  font-weight: 400;
  margin-bottom: 12px;
}
.guest-portalnewpage .onelaststep .tab-content input.form-control {
  background: #e6e7e8;
  border: 0px;
  font-family: var(--fontFamily);
  font-style: italic;
  font-size: 19px;
  height: 60px;
  padding: 10px 20px;
  box-shadow: none;
}
.guest-portalnewpage .form-group .input-group.date .input-group-addon {
  background-color: #e6e7e8;
  border: 1px solid #e6e7e8;
  width: 60px;
  font-size: 22px;
  color: #000000;
}
.guest-portalnewpage .form-group .input-group.date .input-group-addon span {
  width: auto;
  height: auto;
}
.guest-portalnewpage .form-group .input-group.date {
  width: 350px;
}
.guest-portalnewpage .onelaststep .tab-content textarea {
  background: #e0e0e0;
  border: 0px;
  font-family: var(--fontFamily);
  font-style: italic;
  font-size: 19px;
  padding: 10px 20px;
  box-shadow: none;
  resize: none;
}
.guest-portalnewpage .onelaststep .tab-content label.radio-inline {
  width: 150px;
  line-height: 35px;
  margin-bottom: 10px;
  margin-top: 15px;
}

.guest-portalnewpage .view-buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 30px 0px 40px 0px;
  width: 100%;
  justify-content: space-evenly;
}
.guest-portalnewpage .view-buttons .btn,
.guest-portalnewpage .view-buttons .btn:focus {
  font-weight: 400;
  background: #000000;
  color: #ffffff;
  width: 230px;
  font-size: 23px;
  font-family: var(--fontFamily);
  border-radius: 30px;
  padding: 8px 20px;
  border: 2px solid #000000;
  outline: 0px;
  box-shadow: none;
  text-transform: uppercase;
}
.guest-portalnewpage .view-buttons .btn:hover {
  outline: 0px;
  box-shadow: none;
  transition: All 0.3s;
  background: #ffffff;
  color: #000000;
}

.guest-portalnewpage .form-group .progress {
  height: 1px;
  background: #939191;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 60px;
  overflow: visible;
  margin-top: 30px;
  position: relative;
}
.guest-portalnewpage .form-group .progress-bar {
  float: left;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #939191;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  box-shadow: none;
  position: relative;
  -webkit-animation: animate-positive 2s;
  animation: animate-positive 2s;
}
.guest-portalnewpage .form-group .progress .progress-value {
  font-weight: bold;
  position: absolute;
  top: 15px;
  right: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  left: 0;
  font-family: var(--fontFamily);
  font-size: 17px;
  color: #636363;
}
.guest-portalnewpage .form-group .progress .progress-value span {
  font-family: var(--fontFamily);
  font-size: 17px;
  color: #636363;
}
.guest-portalnewpage .form-group .progress .progress-bar:after {
  content: "";
  display: block;
  border: 2px solid #000000;
  /* border-bottom: 21px solid transparent; */
  position: absolute;
  top: -15px;
  right: -12px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
}

input:focus {
  outline: 0px !important;
  box-shadow: none !important;
}
.d-block {
  display: block !important;
}
.clr-black {
  color: #000000 !important;
}
input[type="radio"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: relative;
  margin-right: 20px;
  vertical-align: top;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
input[type="radio"]:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: 240ms;
}
input[type="radio"]:after,
.radio input[type="radio"]:after,
.radio-inline input[type="radio"]:after {
  position: relative;
  top: -2px;
  border: 2px solid #bbb;
}
input[type="radio"]:checked:after,
.radio input[type="radio"]:checked:after,
.radio-inline input[type="radio"]:checked:after {
  border-color: #000000;
}

p.alret-red {
  color: #000000;
  font-family: var(--fontFamily);
  font-weight: 700;
  font-size: 17px;
}

@media (max-width: 1199px) {
  .confirmation-url-page .dobule-btn {
    width: 70%;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a {
    width: 250px;
    height: 210px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a img {
    width: 120px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a span {
    font-size: 19px;
    font-weight: 600;
  }
}
@media (max-width: 991px) {
  .confirmation-url-page .dobule-btn {
    width: 85%;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a {
    width: 200px;
    height: 170px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a img {
    width: 95px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a span {
    font-size: 15px;
  }
  .guest-portalnewpage .onelaststep h1 {
    font-size: 20px;
  }
  .guest-portalnewpage .onelaststep h2 {
    font-size: 19px;
  }
  .guest-portalnewpage .onelaststep h3 {
    font-size: 19px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .confirmation-url-page .dobule-btn {
    width: 100%;
  }
  .confirmation-url-page .btn {
    padding: 10px 35px;
  }
  .confirmation-url-page h2.sign {
    font-size: 50px;
    letter-spacing: 5px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a {
    width: 150px;
    height: 120px;
    padding: 5px 0px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a img {
    width: 60px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a span {
    font-size: 13px;
  }
}
@media (max-width: 550px) {
  .confirmation-url-page .dobule-btn {
    flex-direction: column;
  }
  .confirmation-url-page .btn {
    margin-bottom: 20px;
  }
  .confirmation-url-page h2.sign {
    font-size: 40px;
    letter-spacing: 5px;
  }
  .confirmation-url-page .btns-center .btn {
    padding: 8px 40px;
  }
  .confirmation-url-page .btn.bar-btn {
    padding: 10px 20px;
    font-size: 15px;
  }

  .guest-portalnewpage .onelaststep h1 {
    font-size: 18px;
  }
  .guest-portalnewpage .onelaststep h2 {
    font-size: 14px;
  }
  .guest-portalnewpage .onelaststep h3 {
    font-size: 19px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a {
    margin-right: 10px;
    width: 90px;
    height: 80px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a img {
    width: 40px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li:last-child a {
    margin: 0px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a span {
    font-size: 9px;
    margin-top: 0;
  }
  .guest-portalnewpage .onelaststep .tab-content label.radio-inline {
    width: 120px;
  }
  .guest-portalnewpage .onelaststep .tab-content input.form-control {
    height: 50px;
  }
  .guest-portalnewpage .form-group .input-group.date {
    width: 100%;
  }
}
.marign-top-130 {
  margin-top: 130px;
}

/*=====================================================
                  Guest portal arrival Info --- End
=====================================================*/

/*======================================================
                        Guest portal --- Start
======================================================*/
* {
  margin: 0px;
  padding: 0px;
  font-family: roboto;
}

.confirmation-url-page {
  background: #f5f5f5;
  min-height: 100vh;
}
.confirmation-url-page header {
  text-align: center;
  padding: 30px 0px;
}
.confirmation-url-page header img {
  width: 65px;
  margin: auto;
}
.confirmation-url-page h1.heaidng {
  font-family: roboto;
  color: #000000;
  font-size: 19px;
  text-align: center;
  font-weight: 500;
}
.confirmation-url-page p.para {
  font-family: roboto;
  color: #000000;
  font-size: 19px;
  text-align: center;
}
.confirmation-url-page p.para span {
  display: block;
}
.confirmation-url-page h2.sign {
  font-family: roboto;
  color: #000000;
  font-size: 60px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 15px;
}
.border-bottom {
  border-bottom: 1px solid #e0e0e0;
}
.p-0-force {
  padding: 0px !important;
}
.m-0-force {
  margin: 0px !important;
}
.confirmation-url-page .btn {
  font-family: roboto;
  font-size: 16px;
  color: #ffffff;
  background: #000000;
  text-align: center;
  font-weight: 300;
  padding: 10px 50px;
  border-radius: 35px;
  outline: 0px;
  box-shadow: none;
}
.confirmation-url-page .dobule-btn {
  width: 60%;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
  margin-bottom: 40px;
}
.confirmation-url-page h5 {
  font-family: roboto;
  color: #000000;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
}
.confirmation-url-page ul.social-icons {
  display: flex;
  justify-content: center;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  margin-top: 20px;
  padding-bottom: 50px;
}
.confirmation-url-page ul.social-icons li {
  background: #000000;
  border-radius: 25px;
  width: 25px;
  height: 25px;
  line-height: 24px;
  margin: 0px 10px;
  text-align: center;
}

.confirmation-url-page ul.social-icons li a img {
  width: 13px;
}
.confirmation-url-page h3.date {
  font-family: roboto;
  color: #000000;
  font-size: 40px;
  text-align: center;
  font-weight: 500;
  padding-bottom: 15px;
}
.confirmation-url-page .btns-center {
  display: flex;
  justify-content: center;
  margin: 30px 0px 20px 0px;
}
.confirmation-url-page .btns-center .btn {
  padding: 8px 60px;
}
.confirmation-url-page .btns-center .btn:first-child {
  margin-right: 40px;
}
.confirmation-url-page p.disclimer {
  font-family: roboto;
  color: #000000;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
}

.guest-portalnewpage {
  background: #f5f5f5;
}

.guest-portalnewpage .onelaststep h1 {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  font-family: var(--fontFamily);
}
.guest-portalnewpage .onelaststep h2 {
  color: #636466;
  font-size: 23px;
  font-family: var(--fontFamily);
}
.guest-portalnewpage .onelaststep h3 {
  color: #919192;
  font-family: var(--fontFamily);
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.guest-portalnewpage .onelaststep .nav-tabs > li > a {
  width: 300px;
  height: 250px;
  text-align: center;
  border: 2px solid #000000;
  border-radius: 0px;
  margin-right: 20px;
  background: #ffffff;
}
.guest-portalnewpage .onelaststep .nav-tabs > li > a span {
  display: block;
  font-size: 22px;
  font-family: var(--fontFamily);
  color: #000000;
  font-weight: 400;
  margin-top: 15px;
}
.guest-portalnewpage .onelaststep .nav-tabs > li.active > a,
.guest-portalnewpage .onelaststep .nav-tabs > li.active > a:focus,
.guest-portalnewpage .onelaststep .nav-tabs > li.active > a:hover {
  box-shadow: 0px 10px 30px #a2a2a2;
}
.guest-portalnewpage .onelaststep .nav-tabs {
  border: 0px;
  margin-bottom: 40px;
}
.guest-portalnewpage .onelaststep .tab-content label {
  font-family: var(--fontFamily);
  font-size: 17px;
  color: #636363;
  font-weight: 400;
  margin-bottom: 12px;
}

.guest-portalnewpage .onelaststep .tab-content label b {
  font-family: var(--fontFamily);
  font-size: 17px;
  color: #636363;
  font-weight: 400;
  margin-bottom: 12px;
}

.guest-portalnewpage .onelaststep .tab-content input.form-control {
  background: #e6e7e8;
  border: 0px;
  font-family: var(--fontFamily);
  font-style: italic;
  font-size: 19px;
  height: 60px;
  padding: 10px 20px;
  box-shadow: none;
}
.guest-portalnewpage .form-group .input-group.date .input-group-addon {
  background-color: #e6e7e8;
  border: 1px solid #e6e7e8;
  width: 60px;
  font-size: 22px;
  color: #000000;
}
.guest-portalnewpage .form-group .input-group.date .input-group-addon span {
  width: auto;
  height: auto;
}
.guest-portalnewpage .form-group .input-group.date {
  width: 350px;
}
.guest-portalnewpage .onelaststep .tab-content textarea {
  background: #e0e0e0;
  border: 0px;
  font-family: var(--fontFamily);
  font-style: italic;
  font-size: 19px;
  padding: 10px 20px;
  box-shadow: none;
  resize: none;
}
.guest-portalnewpage .onelaststep .tab-content label.radio-inline {
  width: 150px;
  line-height: 35px;
  margin-bottom: 10px;
  margin-top: 15px;
}

.guest-portalnewpage .view-buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 30px 0px 40px 0px;
  width: 100%;
  justify-content: space-evenly;
}
.guest-portalnewpage .view-buttons .btn,
.guest-portalnewpage .view-buttons .btn:focus {
  font-weight: 400;
  background: #000000;
  color: #ffffff;
  width: 230px;
  font-size: 23px;
  font-family: var(--fontFamily);
  border-radius: 30px;
  padding: 8px 20px;
  border: 2px solid #000000;
  outline: 0px;
  box-shadow: none;
  text-transform: uppercase;
}
.guest-portalnewpage .view-buttons .btn:hover {
  outline: 0px;
  box-shadow: none;
  transition: All 0.3s;
  background: #ffffff;
  color: #000000;
}

.guest-portalnewpage .form-group .progress {
  height: 1px;
  background: #939191;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 60px;
  overflow: visible;
  margin-top: 30px;
  position: relative;
}
.guest-portalnewpage .form-group .progress-bar {
  float: left;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #939191;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  box-shadow: none;
  position: relative;
  -webkit-animation: animate-positive 2s;
  animation: animate-positive 2s;
}
.guest-portalnewpage .form-group .progress .progress-value {
  font-weight: bold;
  position: absolute;
  top: 15px;
  right: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  left: 0;
  font-family: var(--fontFamily);
  font-size: 17px;
  color: #636363;
}
.guest-portalnewpage .form-group .progress .progress-value span {
  font-family: var(--fontFamily);
  font-size: 17px;
  color: #636363;
}
.guest-portalnewpage .form-group .progress .progress-bar:after {
  content: "";
  display: block;
  border: 2px solid #000000;
  /* border-bottom: 21px solid transparent; */
  position: absolute;
  top: -15px;
  right: -12px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
}

input:focus {
  outline: 0px !important;
  box-shadow: none !important;
}
.d-block {
  display: block;
}
.clr-black {
  color: #000000 !important;
}
input[type="radio"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: relative;
  margin-right: 20px;
  vertical-align: top;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
input[type="radio"]:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: 240ms;
}
input[type="radio"]:after,
.radio input[type="radio"]:after,
.radio-inline input[type="radio"]:after {
  position: relative;
  top: -2px;
  border: 2px solid #bbb;
}
input[type="radio"]:checked:after,
.radio input[type="radio"]:checked:after,
.radio-inline input[type="radio"]:checked:after {
  border-color: #000000;
}

p.alret-red {
  color: #000000;
  font-family: var(--fontFamily);
  font-weight: 400;
  font-size: 18px;
}

p.alret-red span {
  color: #000000;
  font-family: var(--fontFamily);
  font-weight: 400;
  font-size: 18px;
}

.width100per {
  width: 100%;
}
.text-left {
  text-align: left !important;
}
.guest-portalnewpage .tab-button {
  display: flex;
  justify-content: space-between;
  /* padding-top: 20px;  */
  padding-top: 80px;
}
.guest-portalnewpage .tab-button .item {
  width: 32.0000003%;
  text-align: center;
  border-bottom: 2px solid #cccccc;
}

.guest-portalnewpage .confirmation .tab-button .btn {
  outline: 0px;
  box-shadow: none;
  color: #000000;
  background: transparent;
  font-size: 18px;
  font-family: var(--fontFamily);
  font-weight: 400;
  padding-bottom: 10px;
}
.guest-portalnewpage .confirmation .tab-button .item.active .btn {
  color: #000000;
}
.guest-portalnewpage .tab-button .item.active {
  width: 32.0000003%;
  text-align: center;
  border-bottom: 2px solid #000000;
}

.guest-portalnewpage {
  font-family: var(--fontFamily);
  font-weight: 400;
  background: #f5f5f5;
}

.guest-portalnewpage .confirmation {
  background: #f5f5f5;
}
.guest-portalnewpage .confirmation h1 {
  color: #636466;
  font-size: 30px;
  font-family: var(--fontFamily);
}
.guest-portalnewpage .confirmation h2 {
  color: #000000;
  font-size: 17px;
  font-family: var(--fontFamily);
  background: #ffffff;
  padding: 25px 15px;
  text-align: center;
  font-weight: 600;
}
.guest-portalnewpage .react-datepicker__time-container {
  width: 90px;
}
.guest-portalnewpage
  .react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box {
  width: 90px;
}

.guest-portalnewpage .confirmation .btn {
  color: #555555;
  background: transparent;
  font-size: 13px;
  font-family: var(--fontFamily);
}
.guest-portalnewpage .confirmation .btn:focus,
.guest-portalnewpage .confirmation .btn:active {
  outline: 0px;
  box-shadow: none;
}
.guest-portalnewpage .confirmation .btn img {
  width: 20px;
  margin-right: 10px;
}
.guest-portalnewpage .confirmation .btn img:focus {
  outline: 0px;
}
.guest-portalnewpage .confirmation .boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  margin-top: 15px;
  flex-wrap: wrap;
  grid-gap: 20px;
}
.guest-portalnewpage .confirmation .boxes .item {
  background: #c7c8ca;
  background: #ffffff;
  text-align: center;

  padding: 25px;
}
.guest-portalnewpage .confirmation .boxes .item:nth-child(3) {
  margin: 0px;
}

.guest-portalnewpage .confirmation .boxes .item:last-child {
  margin-right: 0px;
}
.guest-portalnewpage .confirmation .boxes .item img {
  width: 45px;
}
.guest-portalnewpage .confirmation .boxes .item h1 {
  color: #000000;
  font-weight: 700;
  font-family: var(--fontFamily);
  font-size: 20px;
}
.guest-portalnewpage .confirmation .boxes .item p {
  color: #444444;
  font-size: 15px;
  margin: 0px;
  font-family: var(--fontFamily);
}
.guest-portalnewpage .confirmation .boxes .item span {
  color: #444444;
  font-size: 11px;
  margin: 0px;
  font-family: var(--fontFamily);
  margin-top: 5px;
  display: block;
}
.guest-portalnewpage .arrival {
  background: #000000;
  margin: 40px 0px;
  padding-bottom: 20px;
  border-radius: 12px;
}
.guest-portalnewpage .arrival h1 {
  color: #000000;
  border-bottom: 1px solid #000000;
  text-align: center;
  font-weight: 600;
  font-size: 5rem;
  font-family: var(--fontFamily);
  letter-spacing: 20px;
  padding-bottom: 10px;
  margin-bottom: 40px;
  display: inline-block;
}
.guest-portalnewpage .arrival h1 span {
  color: #ffffff;
  font-family: var(--fontFamily);
  padding-bottom: 10px;
  margin-bottom: 40px;
  font-weight: 500;
}
.guest-portalnewpage .arrival p {
  color: #ffffff;
  font-size: 25px;
  font-family: var(--fontFamily);
}
.guest-portalnewpage .arrival h2 {
  color: #000000;
  font-size: 26px;
  font-weight: 600;
  background: transparent;
}
.guest-portalnewpage .arrival-text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.guest-portalnewpage .arrival-text .item {
  margin-right: 4%;
  text-align: center;
}
.guest-portalnewpage .arrival-text .item .images {
  background: url(../assets//images/guestPortalArrival/Emma-Lynn-Anderson.png)
    no-repeat;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background-position-x: center;
  background-size: cover;
}

.guest-portalnewpage #accordion .panel-title > a:before {
  font-family: FontAwesome;
  content: "\f068";
  content: "\f106";
  content: "\f107";
  padding-right: 5px;
  color: #000000;
  font-size: 23px;
  position: absolute;
  right: 0px;
  top: 0px;
  transform: translateY(-50%);
  transition: 0.3s all;
  transform: rotate(-180deg);
  opacity: 100;
}
.guest-portalnewpage #accordion .panel-title > a.collapsed:before {
  color: #000000;
  transform: rotate(0deg);
}
.guest-portalnewpage #accordion .panel-title > a:hover,
.guest-portalnewpage #accordion .panel-title > a:active,
.guest-portalnewpage #accordion .panel-title > a:focus {
  text-decoration: none;
}
.guest-portalnewpage #accordion .panel {
  border: 0px;
  box-shadow: none;
  border-bottom: 0px solid #000000;
  border-radius: 0px;
  margin-bottom: 15px;
}
.guest-portalnewpage #accordion .panel-title a {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: block;
  font-family: var(--fontFamily);
}
.guest-portalnewpage #accordion .panel-title a span {
  width: 50px;
  margin: auto;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  margin-left: 10px;
}
.guest-portalnewpage #accordion .panel-title a img {
  width: 30px;
  margin: auto;
}
.guest-portalnewpage #accordion .panel-title a img.car-parking-img {
  width: 40px;
}

.guest-portalnewpage #accordion .panel-heading {
  padding-left: 0px;
  border-bottom: 0px solid #000000;
  margin-bottom: -2px;
  position: relative;
  background: #ffffff;
}
.guest-portalnewpage #accordion .panel-body {
  color: #636466;
  border: 0px;
  font-size: 17px;
  text-align: justify;
  font-family: roboto;
  color: #9096a4;
}

.guest-portalnewpage .view-buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 30px 0px 40px 0px;
  width: 100%;
  justify-content: space-evenly;
}
.guest-portalnewpage .view-buttons .btn,
.guest-portalnewpage .view-buttons .btn:focus {
  font-weight: 400;
  background: #000000;
  color: #ffffff;
  width: 280px;
  font-size: 25px;
  font-family: var(--fontFamily);
  border-radius: 30px;
  padding: 10px 20px;
  border: 2px solid #000000;
  outline: 0px;
  box-shadow: none;
}
.guest-portalnewpage .view-buttons .btn:hover {
  outline: 0px;
  box-shadow: none;
  transition: All 0.3s;
  background: #ffffff;
  color: #000000;
}

.guest-portalnewpage .modal .close {
  background: #000000;
  color: #ffffff;
  opacity: 1;
  width: 35px;
  height: 35px;
  font-size: 27px;
  font-weight: 400;
  line-height: 35px;
  border-radius: 50%;
}
.guest-portalnewpage .modal .modal-dialog {
  width: 80%;
  height: 92vh;
}
.guest-portalnewpage .modal .modal-content {
  height: 100%;
  padding: 30px 50px;
  /* border-radius: 100px; */
  border-radius: 20px;
}
.guest-portalnewpage .modal .modal-body {
  height: 82%;
  position: relative;
}
.guest-portalnewpage .modal .modal-body img {
  height: 100%;
}
.guest-portalnewpage .modal .modal-footer h1 {
  color: #000000;
  font-size: 35px;
  font-family: var(--fontFamily);
  text-align: center;
  margin-top: 0px;
}
.guest-portalnewpage .modal .modal-footer,
.guest-portalnewpage .modal .modal-header {
  border: 0px;
}
.guest-portalnewpage .backend-values {
  position: absolute;
  top: 15%;
  right: 20px;
  width: 250px;
}
.guest-portalnewpage .backend-values .red {
  background: #000000;
  padding: 10px;
  color: #ffffff;
  padding-right: 60px;
}
.guest-portalnewpage .backend-values .gray {
  background: #b8d8eb;
  padding: 10px;
  color: #ffffff;
  padding-right: 60px;
  min-height: 60px;
}
.guest-portalnewpage .backend-values .fa.fa-map-marker {
  float: left;
  font-size: 30px;
  height: 60px;
}
.guest-portalnewpage .backend-values .red .fa.fa-map-marker {
  padding-top: 15px;
}
.guest-portalnewpage .backend-values ul {
  list-style-type: none;
}
.guest-portalnewpage .backend-values ul li {
  font-size: 12px;
}
.guest-portalnewpage .backend-values ul li span {
  float: right;
}

.guest-portalnewpage .sa-team {
  background: #000000;
  text-align: center;
  padding: 10px 0px 40px 0px;
  border-radius: 12px;
}
.guest-portalnewpage .sa-team h1 {
  font-size: 4.5em;
  letter-spacing: 15px;
  border-bottom: 2px solid #696969;
  color: #000000;
  font-family: var(--fontFamily);
  padding-bottom: 20px;
}
.guest-portalnewpage .sa-team .members {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
}

.guest-portalnewpage .sa-team .members .images {
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin: auto;
  text-align: center;
  position: relative;
  border-radius: 50%;
}
.guest-portalnewpage .sa-team .members .images img {
  width: 110%;
  margin-left: -12px;
  max-width: initial;
}
.guest-portalnewpage .sa-team .members h2 {
  color: #000000;
  font-weight: 400;
  font-size: 25px;
  margin: 15px 0px;
  padding: 0px;
  font-family: var(--fontFamily);
  font-weight: 600;
  background-color: transparent;
}
.guest-portalnewpage .sa-team .members h3 {
  color: #ffffff;
  font-size: 20px;
  margin: 15px 0px;
  padding: 0px;
  font-family: var(--fontFamily);
  font-weight: 500;
}
.guest-portalnewpage .sa-team .members h4 {
  color: #ffffff;
  font-size: 25px;
  margin: 15px 0px;
  padding: 0px;
  font-family: var(--fontFamily);
}
.guest-portalnewpage .sa-team .members p {
  color: #ffffff;
  font-size: 13px;
  font-family: var(--fontFamily);
}
.guest-portalnewpage h6 {
  text-align: center;
  color: #000000;
  padding: 40px 0px 60px;
  font-size: 25px;
  font-family: var(--fontFamily);
  margin: 0px;
}

.guest-portalnewpage .arrival-text.map-pin .item {
  margin-right: 0px;
}
.guest-portalnewpage .arrival-text.map-pin .item img {
  width: 70px;
  margin: auto;
  margin-bottom: 30px;
}
.guest-portalnewpage .arrival-text.map-pin .btn {
  display: block;
  background: #061722;
  border: 0px;
  color: #ffffff;
  font-family: var(--fontFamily);
  font-size: 21px;
  padding: 10px 30px;
  border-radius: 40px;
  margin-bottom: 25px;
  box-shadow: none;
  outline: 0px;
}
.guest-portalnewpage .past-view {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  margin-top: 30px;
}

.guest-portalnewpage .past-view .item .image {
  height: 230px;
  border-radius: 15px;
}
.guest-portalnewpage .past-view .item .image img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.guest-portalnewpage .past-view .item .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.guest-portalnewpage .past-view .item h1 {
  margin: 0px;
  font-family: var(--fontFamily);
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  width: calc(100% - 70px);
}
.guest-portalnewpage .past-view .item h1 b {
  margin: 0px;
  font-family: var(--fontFamily);
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  display: block;
  padding-bottom: 3px;
}
.guest-portalnewpage .past-view .item h1 span {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #686868;
  padding-top: 5px;
}

.guest-portalnewpage .past-view .item p {
  margin: 0px;
  margin-top: 2px;
  font-family: var(--fontFamily);
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  width: 70px;
  text-align: right;
}
.guest-portalnewpage #myModalLocateLockbox.modal .modal-dialog {
  height: auto;
}

#myModalLocateLockbox .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#myModalLocateLockbox .modal-header h1 {
  color: #000000;
  font-family: var(--fontFamily);
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0px;
  margin: 0;
  padding: 0;
  text-align: left;
}
#myModalLocateLockbox .modal-header:before,
#myModalLocateLockbox .modal-header::after,
#myModalLocateLockbox .modal-footer:before,
#myModalLocateLockbox .modal-footer::after {
  display: none;
}
#myModalLocateLockbox .modal-header h1 span {
  color: #000000;
  font-family: var(--fontFamily);
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0px;
  display: block;
  margin: 0;
  padding: 0;
}
#myModalLocateLockbox .modal-header .btn img {
  width: 25px;
  margin-right: 10px;
}
#myModalLocateLockbox .modal-header .btn {
  background: transparent;
  font-family: var(--fontFamily);
  font-size: 16px;
  color: #474747;
  display: inline-flex;
  align-items: flex-end;
  box-shadow: none;
  outline: 0px;
}
#myModalLocateLockbox .close-view {
  display: flex;
  align-items: center;
}
#myModalLocateLockbox .modal-body .main-view {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
#myModalLocateLockbox .modal-body .main-view .item {
  height: 200px;
}
#myModalLocateLockbox .modal-body .main-view .item img {
  width: 100%;
}

#myModalLocateLockbox .modal_text_view {
  background: #f5f5f5;
  height: 100%;
  margin-top: 15px;
}
#myModalLocateLockbox .modal_text_view img {
  width: 20px;
}
#myModalLocateLockbox .modal_text_view h1 {
  background: #444444;
  color: #fff;
  font-family: var(--fontFamily);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: block;
  margin: 0px;
  text-align: left;
  padding: 9px 35px;
}
#myModalLocateLockbox .modal_text_view h2 {
  background: #f5f5f5;
  margin-bottom: 0;
  font-family: var(--fontFamily);
  font-weight: 600;
  font-size: 16px;
  padding: 12px 10px 10px;
  margin-top: 10px;
}
#myModalLocateLockbox .modal_text_view ul {
  background: #f5f5f5;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
#myModalLocateLockbox .modal_text_view ul li {
  font-family: var(--fontFamily);
  font-size: 13px;
  color: #787878;
  padding-left: 11px;
  padding-bottom: 6px;
}
.guest-portalnewpage #myModalLocateLockbox .modal-footer {
  border-top: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
}
#myModalLocateLockbox .modal-footer img {
  width: 75px;
}
#myModalLocateLockbox .modal-footer span {
  font-size: 11px;
  font-family: var(--fontFamily);
  color: #8e8e8e;
}

.guest-portalnewpage .rjdate-picker {
  position: relative;
  width: 400px;
}
.rjdate-picker .react-datepicker-wrapper::after {
  position: absolute;
  content: "\f073";
  font-family: FontAwesome;
  font-size: 25px;
  color: #000000;
  right: 15px;
  top: 27px;
}

.rjdate-picker .react-datepicker-wrapper {
  width: 100%;
}
.rjdate-picker .react-datepicker__input-container {
  width: 100%;
}

.guest-portalnewpage .rjdate-picker .fa.fa-calendar {
  position: relative;
  font-size: 22px;
  color: #000000;
  right: 0px;
  top: 15px;
}
.guest-portalnewpage {
  margin-top: 138px;
}

@media (max-width: 1199px) {
  .confirmation-url-page .dobule-btn {
    width: 70%;
  }
  .guest-portalnewpage .past-view .item .image {
    height: 200px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a {
    width: 250px;
    height: 210px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a img {
    width: 120px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a span {
    font-size: 19px;
    font-weight: 600;
  }
  .guest-portalnewpage .sa-team h1 {
    font-size: 3.5em;
  }
  .guest-portalnewpage h6 {
    font-size: 25px;
  }
  .guest-portalnewpage .modal .modal-body img {
    width: 100%;
  }
  .guest-portalnewpage .backend-values {
    top: 10px;
    right: 0px;
  }
  .guest-portalnewpage .arrival h1 {
    font-size: 35px;
  }
}
@media (max-width: 1100) {
  .guest-portalnewpage {
    margin-top: 120px;
  }
}

@media (max-width: 991px) {
  .guest-portalnewpage {
    margin-top: 0px;
    padding-top: 35px;
  }
  .guest-portalnewpage .past-view .item .image {
    height: 170px;
  }
  .confirmation-url-page .dobule-btn {
    width: 85%;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a {
    width: 200px;
    height: 170px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a img {
    width: 95px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a span {
    font-size: 15px;
  }
  .guest-portalnewpage .onelaststep h1 {
    font-size: 20px;
  }
  .guest-portalnewpage .onelaststep h2 {
    font-size: 19px;
  }
  .guest-portalnewpage .onelaststep h3 {
    font-size: 19px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .guest-portalnewpage .confirmation h1 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 30px;
  }
  .guest-portalnewpage .confirmation h2 {
    font-size: 20px;
  }
  .guest-portalnewpage .confirmation .btn {
    font-size: 16px;
  }
  .guest-portalnewpage .confirmation .btn img {
    width: 25px;
  }
  .guest-portalnewpage .confirmation .boxes .item {
    padding: 20px 15px;
  }
  .guest-portalnewpage .confirmation .boxes .item img {
    width: 40px;
  }
  .guest-portalnewpage .confirmation .boxes .item h1 {
    font-size: 18px;
  }
  .guest-portalnewpage .confirmation .boxes .item p {
    font-size: 15px;
  }
  .guest-portalnewpage .arrival h1 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 13px;
  }
  .guest-portalnewpage .arrival-text .item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-content: center;
    min-height: 220px;
  }
  .guest-portalnewpage .arrival-text .item .images {
    width: 220px;
    height: 220px;
  }
  .guest-portalnewpage .arrival h2 {
    font-size: 30px;
  }
  .guest-portalnewpage .arrival p {
    font-size: 21px;
  }
  .guest-portalnewpage #accordion .panel-title a img {
    width: 25px;
  }

  .guest-portalnewpage #accordion .panel-title a img.car-parking-img {
    width: 35px;
  }
  .guest-portalnewpage #accordion .panel-title a {
    font-size: 20px;
  }
  .guest-portalnewpage #accordion .panel-body {
    font-size: 18px;
  }
  .guest-portalnewpage .sa-team h1 {
    font-size: 39px;
    letter-spacing: 12px;
  }
  .guest-portalnewpage .sa-team {
    padding-left: 15px;
    padding-right: 15px;
  }
  .guest-portalnewpage .sa-team .members .item {
    width: 32%;
  }
  .guest-portalnewpage .sa-team .members h2 {
    font-size: 20px;
  }
  .guest-portalnewpage .sa-team .members h3 {
    font-size: 18px;
  }
  .guest-portalnewpage .sa-team .members h4 {
    font-size: 20px;
  }
  .guest-portalnewpage .sa-team .members p {
    font-size: 12px;
  }
  .guest-portalnewpage h6 {
    font-size: 15px;
    font-weight: 700;
  }
  .guest-portalnewpage .modal .modal-dialog {
    height: auto;
  }
  .guest-portalnewpage .modal .modal-footer h1 {
    font-size: 26px;
    font-weight: 600;
  }
  .guest-portalnewpage .backend-values {
    position: inherit;
  }
  .guest-portalnewpage .past-view .item h1 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .confirmation-url-page .dobule-btn {
    width: 100%;
  }
  .guest-portalnewpage .past-view .item .image {
    height: 130px;
  }

  .confirmation-url-page .btn {
    padding: 10px 35px;
  }
  .confirmation-url-page h2.sign {
    font-size: 50px;
    letter-spacing: 5px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a {
    width: 150px;
    height: 120px;
    padding: 5px 0px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a img {
    width: 60px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a span {
    font-size: 13px;
  }

  .guest-portalnewpage {
    background: #ffffff;
  }

  .guest-portalnewpage .navbar-default {
    display: none;
  }

  .guest-portalnewpage .confirmation h1 {
    font-size: 20px;
  }
  .guest-portalnewpage .confirmation h2 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
  }
  .guest-portalnewpage .confirmation .btn img {
    width: 15px;
  }
  .guest-portalnewpage .confirmation .btn {
    font-size: 14px;
  }
  .guest-portalnewpage .confirmation .boxes {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px;
  }
  .guest-portalnewpage .confirmation .boxes .item {
    width: 100%;
  }

  .guest-portalnewpage .arrival-text .item .images {
    width: 180px;
    height: 180px;
    background-size: cover;
  }
  .guest-portalnewpage .view-buttons .btn,
  .guest-portalnewpage .view-buttons .btn:focus {
    width: auto;
    font-size: 15px;
    padding: 7px 15px;
  }
  .guest-portalnewpage .sa-team h1 {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 10px;
  }
  .guest-portalnewpage .sa-team .members {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
  }
  .guest-portalnewpage .sa-team .members .item {
    width: 90%;
    margin: auto;
    text-align: left;
    margin-bottom: 15px;
  }
  .guest-portalnewpage .sa-team .members .images {
    float: left;
    margin-right: 20px;
    width: 140px;
    height: 140px;
    margin-top: 10px;
  }
  .guest-portalnewpage .sa-team .members h2 {
    font-size: 20px;
    text-align: left;
  }
  .guest-portalnewpage .sa-team .members h3 {
    font-size: 18px;
    margin: 2px 0px;
  }
  .guest-portalnewpage .sa-team .members h4 {
    font-size: 20px;
    margin: 0px;
    margin-bottom: 10px;
  }
  .guest-portalnewpage h6 {
    font-size: 12px;
  }
  .guest-portalnewpage .modal .modal-content {
    border-radius: 10px;
    padding: 15px;
  }
  .guest-portalnewpage .modal .close {
    width: 25px;
    height: 25px;
    font-size: 18px;
    line-height: 20px;
  }
  .guest-portalnewpage .modal .modal-dialog {
    width: 90%;
    margin: auto;
    margin-top: 20px;
  }
  .guest-portalnewpage .modal .modal-footer h1 {
    font-size: 15px;
  }
  .guest-portalnewpage .backend-values .gray {
    min-height: 40px;
  }
  .guest-portalnewpage .backend-values .red {
    padding: 5px 10px;
  }
  .guest-portalnewpage .backend-values ul li {
    font-size: 10px;
  }
  .guest-portalnewpage .backend-values {
    position: inherit;
    margin-bottom: 20px;
  }
  .guest-portalnewpage .backend-values .fa.fa-map-marker {
    font-size: 20px;
    height: auto;
  }
  .guest-portalnewpage .arrival h1 {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 8px;
    margin-bottom: 5px;
  }
  .guest-portalnewpage .arrival h2 {
    font-size: 25px;
  }
  .guest-portalnewpage .arrival p {
    font-size: 17px;
  }
  .guest-portalnewpage #accordion .panel-title a img {
    width: 25px;
  }
  .guest-portalnewpage #accordion .panel-title a img.car-parking-img {
    width: 32px;
  }
  .guest-portalnewpage #accordion .panel-title a {
    font-size: 16px;
  }
  .guest-portalnewpage #accordion .panel-title > a:before {
    font-size: 15px;
  }
  .guest-portalnewpage #accordion .panel-body {
    font-size: 15px;
  }
  .guest-portalnewpage .past-view .item p {
    font-size: 11px;
  }
  .guest-portalnewpage .past-view .item h1 {
    font-size: 13px;
  }
}
@media (max-width: 550px) {
  .confirmation-url-page .dobule-btn {
    flex-direction: column;
  }
  .guest-portalnewpage .past-view .item .image {
    height: 220px;
  }
  .confirmation-url-page .btn {
    margin-bottom: 20px;
  }
  .confirmation-url-page h2.sign {
    font-size: 40px;
    letter-spacing: 5px;
  }
  .confirmation-url-page .btns-center .btn {
    padding: 8px 40px;
  }
  .confirmation-url-page .btn.bar-btn {
    padding: 10px 20px;
    font-size: 15px;
  }

  .guest-portalnewpage .onelaststep h1 {
    font-size: 18px;
  }
  .guest-portalnewpage .onelaststep h2 {
    font-size: 14px;
  }
  .guest-portalnewpage .onelaststep h3 {
    font-size: 19px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a {
    margin-right: 10px;
    width: 90px;
    height: 80px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a img {
    width: 40px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li:last-child a {
    margin: 0px;
  }
  .guest-portalnewpage .onelaststep .nav-tabs > li > a span {
    font-size: 9px;
    margin-top: 0;
  }
  .guest-portalnewpage .onelaststep .tab-content label.radio-inline {
    width: 120px;
  }
  .guest-portalnewpage .onelaststep .tab-content input.form-control {
    height: 50px;
  }
  .guest-portalnewpage .form-group .input-group.date {
    width: 100%;
  }
  .guest-portalnewpage .confirmation .boxes .item {
    padding: 15px 5px;
    margin-right: 10px;
  }
  .guest-portalnewpage .confirmation .boxes .item img {
    width: 20px;
  }
  .guest-portalnewpage .confirmation .boxes .item h1 {
    font-size: 15px;
    margin-top: 15px;
  }
  .guest-portalnewpage .confirmation .boxes .item p {
    font-size: 11px;
  }
  .guest-portalnewpage .arrival h1 {
    font-size: 19px;
    letter-spacing: 0px;
    margin-bottom: 15px;
  }
  .guest-portalnewpage .arrival-text .item {
    width: auto;
    min-height: inherit;
    margin: 0px;
    margin-bottom: 15px;
  }
  .guest-portalnewpage .arrival-text .item .images {
    width: 110px;
    height: 110px;
    background-size: cover;
    margin-right: 10px;
  }
  .guest-portalnewpage .arrival h2 {
    font-size: 17px;
  }
  .guest-portalnewpage .arrival p {
    font-size: 13px;
    margin-bottom: 0px;
    text-align: center;
  }
  .guest-portalnewpage #accordion .panel-title a img {
    font-size: 25px;
  }
  .guest-portalnewpage #accordion .panel-title a img.car-parking-img {
    font-size: 35px;
  }
  .guest-portalnewpage #accordion .panel-title a {
    font-size: 15px;
    line-height: 28px;
  }
  .guest-portalnewpage #accordion .panel-body {
    font-size: 12px;
    font-weight: 600;
  }
  .guest-portalnewpage .sa-team .members .item {
    width: 100%;
    margin-bottom: 0px;
    border-bottom: 1px solid #082a3e;
  }
  .guest-portalnewpage .sa-team .members .item:last-child {
    border: 0px;
  }
  .guest-portalnewpage .sa-team h1 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 5px;
  }
  .guest-portalnewpage .sa-team .members .images {
    width: 100px;
    height: 100px;
    margin-bottom: 25px;
  }
  .guest-portalnewpage .sa-team .members h2 {
    font-size: 16px;
  }
  .guest-portalnewpage .sa-team .members .images img {
    margin-left: 0px;
  }
  .guest-portalnewpage .sa-team .members h4 {
    font-size: 15px;
  }
  .guest-portalnewpage .sa-team .members h3 {
    font-size: 13px;
  }
  .guest-portalnewpage .arrival {
    margin: 15px 0px;
  }
  .guest-portalnewpage .confirmation h2 {
    font-size: 12px;
  }
  .guest-portalnewpage .confirmation .boxes .item span {
    font-size: 9px;
  }
  .guest-portalnewpage .confirmation .tab-button .btn {
    font-size: 15px;
  }
  .guest-portalnewpage .past-view {
    display: block;
  }
  .guest-portalnewpage .past-view .item {
    margin-bottom: 30px;
  }
  .guest-portalnewpage .past-view .item h1 {
    font-size: 17px;
    margin-top: 10px;
  }
  .guest-portalnewpage .past-view .item {
    font-size: 13px;
  }
  .guest-portalnewpage .confirmation .boxes {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*Chrome*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="range"] {
    width: 100%;
    -webkit-appearance: none;
    background-color: #939191;
  }

  input[type="range"]::-webkit-slider-runnable-track {
    height: 2px;
    -webkit-appearance: none;
    margin-top: -1px;
  }

  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    cursor: ew-resize;
    margin-top: -13px;
    border: 2px solid #000000;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
  }
}
/** FF*/
input[type="range"]::-moz-range-progress {
  background-color: red;
}
input[type="range"]::-moz-range-track {
  background-color: #939191;
}
/* IE*/
input[type="range"]::-ms-fill-lower {
  background-color: red;
}
input[type="range"]::-ms-fill-upper {
  background-color: #939191;
}

/*===============================================
            Guest Portal --- End
================================================*/

.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list {
  padding-right: 2px !important;
  padding-left: 2px !important;
}

.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item {
  padding: 5px 0px 5px !important;
}

.guest-portalnewpage .sa-team h1 {
  margin-right: 30px !important;
}

/*===============================================
            Online quote Order --- Start - 09/11/2020
================================================*/

.fa.cross-arrow {
  font-size: 16px;
  font-weight: 200;
  transform: rotate(-45deg);
  position: relative;
  top: -1px;
  left: -3px;
}
a.blue-a {
  color: #007bff;
  font-size: 16px;
  font-family: roboto;
  margin-right: 25px;
}
a.blue-a:hover {
  text-decoration: underline;
}
.alert a.blue-a:last-child {
  margin-right: 0px;
}
.alert p.alert-p {
  color: #6d6d6d;
  margin-bottom: 10px;
}

/*===============================================
            Online quote Order --- End - 09/11/2020
================================================*/

/*===============================================
            Service Request - Start
================================================*/

.s_r_p_v {
  /* background: #ccd2d5; */
  padding-top: 50px;
  min-height: 100vh;
}
.s_r_p_v ul.nav-tabs {
  display: flex;
  justify-content: space-between;
  border: 0px;
  background: #636262;
  width: 240px;
  margin: auto;
  padding: 0px;
  border-radius: 30px;
}
.s_r_p_v ul.nav-tabs li {
  margin-bottom: -1px;
  margin: 0px;
  float: none;
  border-radius: 10px;
  width: 33.33333%;
  text-align: center;
}
.s_r_p_v ul.nav-tabs li a {
  border: 0px;
  padding: 5px 10px;
  color: #ffffff;
  font-family: var(--fontFamily);
}
.s_r_p_v ul.nav-tabs li.active {
  margin: -2px 0px;
  background: #ffffff;
  border-radius: 30px;
  box-shadow: 0px 0px 8px #767676;
}
.s_r_p_v ul.nav-tabs > li.active > a,
.s_r_p_v ul.nav-tabs > li.active > a:focus,
.s_r_p_v ul.nav-tabs > li.active > a:hover {
  border: 0px;
  color: #000000;
  font-weight: 700;
  background: transparent;
  padding: 6px 10px;
}

.s_r_p_v ul.nav-tabs > li > a:focus,
.s_r_p_v ul.nav-tabs > li > a:hover {
  background: transparent;
}
.s_r_p_v .tab-content h1 {
  color: #000000;
  font-family: var(--fontFamily);
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  margin: 20px 0px;
}
.s_r_p_v .screen-one {
  margin: auto;
  margin-top: 30px;
  min-height: 430px;
  position: relative;
  width: 980px;
}
p.validationTag {
  position: absolute;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 50px;
  color: #000000 !important;
  text-align: center;
  font-family: roboto !important;
  font-weight: 500 !important;
}
.s_r_p_v .tab-content h2 {
  color: #000000;
  font-family: var(--fontFamily);
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin: 20px 0px;
}

.s_r_p_v .screen-one .grid-view.tails {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;

  margin: auto;
}
.s_r_p_v .screen-one .tails .item {
  text-align: center;
  cursor: pointer;
  background: #f7f7f7;
  padding: 25px;
  border-radius: 15px;
}
.s_r_p_v .screen-one .tails .item:hover {
  background: #d0d0d0;
}
.s_r_p_v .screen-one .tails .item {
  text-align: center;
  cursor: pointer;
  background: #f7f7f7;
}
.s_r_p_v .screen-one .tails .image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
}
.s_r_p_v .screen-one .tails img {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 15px;
}

.s_r_p_v .screen-one .tails .image span {
  width: 65px;
  height: 55px;
  margin-bottom: 15px;
}
.s_r_p_v .screen-one .tails p {
  color: #000000;
  font-family: var(--fontFamily);
  font-weight: 400;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 0px;
}

.s_r_p_v .sub-footer {
  margin-top: 30px;
}
.s_r_p_v .sub-footer p {
  text-align: center;
  margin-bottom: 0px;
  font-family: var(--fontFamily);
  font-size: 16px;
  font-weight: 600;
  color: #231f20;
}
.s_r_p_v .sub-footer h2 {
  color: #e12e22;
  font-family: var(--fontFamily);
  font-weight: 600;
  margin: 0px;
  padding-top: 5px;
  font-size: 18px;
  margin-bottom: 20px;
}
.s_r_p_v .tracker {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  width: 85%;
  margin: auto;
  position: relative;
}
.s_r_p_v .tracker::after {
  content: "";
  position: absolute;
  background: #000000;
  width: 100%;
  height: 1px;
  top: 20px;
  left: 0px;
}
.s_r_p_v .tracker span {
  background: #000000;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  z-index: 9;
}
.s_r_p_v .tracker span.active {
  background: #000000;
}

.s_r_p_v .side-view {
  display: flex;
  justify-content: space-between;
}
.s_r_p_v .side-view .tails {
  width: 150px;
}
.s_r_p_v .side-view .option-view {
  width: calc(100% - 200px);
}
.s_r_p_v .tab-content h3 {
  color: #0c1f2d;
  font-family: var(--fontFamily);
  font-size: 18px;
  font-weight: 600;
}
.s_r_p_v .side-view .option-view .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
  margin-top: 20px;
}

.s_r_p_v .option-view label.radio-inline {
  font-family: var(--fontFamily);
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.5px;
  font-family: roboto;
  display: flex;
  align-items: center;
}

.s_r_p_v input:focus {
  outline: 0px !important;
  box-shadow: none !important;
}
.s_r_p_v input[type="radio"],
.s_r_p_v .radio input[type="radio"],
.s_r_p_v .radio-inline input[type="radio"] {
  position: relative;
  margin-right: 15px;
  vertical-align: top;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.s_r_p_v input[type="radio"]:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: 240ms;
}
.s_r_p_v input[type="radio"]:after,
.s_r_p_v .radio input[type="radio"]:after,
.s_r_p_v .radio-inline input[type="radio"]:after {
  position: relative;
  top: -2px;
  border: 2px solid #a0a0a0;
  background: #ffffff;
}
.s_r_p_v input[type="radio"]:checked:after,
.s_r_p_v .radio input[type="radio"]:checked:after,
.s_r_p_v .radio-inline input[type="radio"]:checked:after {
  border-color: #000000;
  background: #000000;
  box-shadow: 0px 0px 4px #000000;
}
.s_r_p_v .btns {
  text-align: center;
  margin-top: 40px;
}
.s_r_p_v .btns .btn {
  font-family: roboto;
  font-size: 20px;
  color: #ffffff;
  background: #000000;
  outline: 0px;
  box-shadow: none;
  letter-spacing: 0.5px;
  width: 170px;
  border-radius: 35px;
  margin-right: 30px;
}
.s_r_p_v .btns .btn:last-child {
  margin-right: 0px;
}
.s_r_p_v .screen-one .tails h6 {
  color: #0c1f2d;
  font-family: roboto;
  font-size: 17px;
  font-weight: 600;
  margin: 0px -15px;
  padding-top: 5px;
}

.s_r_p_v .screen-one .tails p span {
  display: block;
}
.s_r_p_v .chat-view {
  display: flex;
  justify-content: space-between;
}
.s_r_p_v .chat-view .item {
  width: 40%;
}
.s_r_p_v .screen-one .tails .chat-view .image {
  width: 150px;
  margin: auto;
}
.s_r_p_v .chat-view .item h5 {
  font-family: roboto;
  color: #000000;
  font-weight: 800;
  font-size: 23px;
}
.s_r_p_v .chat-view .item h4 {
  font-family: roboto;
  color: #000000;
  font-weight: 500;
  font-size: 17px;
  width: 80%;
  margin: auto;
}
.s_r_p_v .chat-view .item-text {
  width: 40%;
}
.s_r_p_v .chat-view .item-text .view {
  background: #edf0f2;
  border-radius: 20px;
  padding: 30px 20px;
  flex-direction: column;
  height: 300px;
  justify-content: space-between;
}
.s_r_p_v .chat-view .item-text .view p {
  height: 185px;
  overflow: auto;
}
.s_r_p_v .chat-view .item-text .view p span {
  background: #0c1f2d;
  font-family: roboto;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  padding: 10px 20px;
  margin-bottom: 15px;
}
.s_r_p_v .chat-view .item-text .view p span.red {
  background: #000000;
}
.s_r_p_v .chat-view .input-view {
  background: #edf0f2;
  position: relative;
  padding: 0px 15px;
  border-radius: 30px;
}
.s_r_p_v .chat-view .input-view.input-enter {
  background: #ffffff;
}
.s_r_p_v .chat-view .input-view.input-enter input {
  background: #ffffff;
  padding: 10px;
}

.s_r_p_v .chat-view .input-view input {
  background: #edf0f2;
  border: 0px;
  font-family: roboto;
  font-size: 15px;
  width: 90%;
}
.s_r_p_v .chat-view .input-view .fa {
  color: #0c1f2d;
  position: absolute;
  top: 4px;
  font-size: 30px;
  right: 20px;
}
.s_r_p_v .tab-content .chat-view .item-text h2 {
  margin-top: 10px;
}

.myModalService button.close {
  position: absolute;
  background: #000000;
  color: #ffffff;
  top: 10px;
  right: 10px;
  z-index: 999;
  opacity: 1;
  font-family: roboto;
  font-weight: 300;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0px;
  padding: 0px;
  border-radius: 50%;
  outline: 0px;
  box-shadow: none;
}
.myModalService button.close span {
  position: relative;
  top: -2px;
  left: 1px;
}
.myModalService .modal-content {
  position: relative;
  border-radius: 25px;
  margin-top: 25%;
}
.myModalService .modal-serviceView {
  margin-top: 40px;
  text-align: center;
}
.myModalService .modal-serviceView img {
  width: 50px;
}
.myModalService .modal-serviceView h1 {
  color: #000000;
  font-family: roboto;
  font-size: 22px;
  font-weight: 600;
}
.myModalService .modal-serviceView h2 {
  color: #000000;
  font-family: roboto;
  font-size: 17px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 50px;
}
.myModalService .modal-serviceView h3 {
  color: #000000;
  font-family: roboto;
  font-size: 17px;
  font-weight: 600;
}
.myModalService .modal-serviceView p {
  color: #000000;
  font-family: roboto;
  font-size: 15px;
  font-weight: 500;
}

.myModalService.modal {
  justify-content: center;
  min-height: 100vh;
  align-items: center;
}
.s_r_p_v_darkbg {
  background: #cccccc !important;
}
@media (max-width: 1199px) {
  .s_r_p_v .screen-one .tails .image {
    height: 135px;
  }
}
@media (max-width: 1024px) {
  .s_r_p_v .screen-one .tails .image {
    height: 135px;
  }
}
@media (max-width: 991px) {
  .s_r_p_v .screen-one .tails .image {
    height: 100px;
    border-radius: 20px;
  }
  .s_r_p_v .screen-one .tails p {
    font-size: 12px;
  }

  .s_r_p_v .chat-view .item-text,
  .s_r_p_v .chat-view .item {
    width: 45%;
  }
  .s_r_p_v .screen-one {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .s_r_p_v .screen-one .grid-view.tails {
    grid-template-columns: repeat(4, 1fr);
  }
  .s_r_p_v .side-view .tails {
    margin: auto;
  }
  .s_r_p_v .side-view {
    display: block;
  }
  .s_r_p_v .side-view .option-view {
    width: 100%;
  }
  .s_r_p_v .chat-view {
    display: block;
  }
  .s_r_p_v .chat-view .item-text,
  .s_r_p_v .chat-view .item {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 567px) {
  .s_r_p_v .screen-one .grid-view.tails {
    grid-template-columns: repeat(2, 1fr);
    max-width: 350px;
  }
  .s_r_p_v .screen-one .tails p {
    font-size: 14px;
  }
  .s_r_p_v .screen-one .tails .image {
    height: 120px;
  }

  .s_r_p_v .side-view .option-view .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .s_r_p_v .btns .btn {
    width: 40%;
  }
  .s_r_p_v .chat-view .item h4 {
    width: 100%;
  }
}

/*===============================================
             Service Request - End
 ================================================*/

/*===============================================
            For Toggle button - Start 12/11/2020
  ===============================================*/
.view.side-switch .switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 30px;
}

.view.side-switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.view.side-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.view.side-switch .slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.view.side-switch input:checked + .slider {
  background-color: #000000;
}

.view.side-switch input:focus + .slider {
  box-shadow: 0 0 1px #000000;
}

.view.side-switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.view.side-switch .slider.round {
  border-radius: 34px;
  border: 0px;
}

.view.side-switch .slider.round:before {
  border-radius: 50%;
}

.view.side-switch h3 {
  font-size: 15px;
  color: #000000;
  font-family: roboto;
  font-weight: 500;
}
.view.side-switch span.top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.view.side-switch span.top h2 {
  font-family: roboto;
  margin: 0px !important;
  font-weight: 500;
  font-size: 20px;
}
.view.side-switch textarea {
  width: 100%;
  border-color: #ccc;
  border-radius: 10px;
  padding: 10px;
}
.view.side-switch .input-view .btns {
  margin-top: 0px;
}
.view.side-switch .input-view .btn {
  margin: 20px 0px;
}

.padding-top-25 {
  margin-top: 25px;
}

.padding-top-150 {
  margin-top: 150px;
}

.side-image-icon {
  position: fixed;
  top: 155px;
  right: 15px;
  z-index: 999;
  font-size: 15px;
  cursor: pointer;
}
.side-image-icon img {
  width: 30px;
}
@media (max-width: 1099px) {
  .side-image-icon {
    top: 150px;
  }
}
@media (max-width: 991px) {
  .side-image-icon {
    top: 15px;
    position: absolute;
    right: auto;
  }
}
.sampleTesingView {
  margin: auto;
  margin-top: 150px;
  text-align: center;
  width: 700px;
  /* margin: auto; */
  background: #f7f7f7;
  padding: 25px 50px;
  border-radius: 15px;
  margin-bottom: 30px;
}
.sampleTesingView h1 {
  font-family: var(--fontFamily);
  font-size: 25px;
  font-weight: 400;
}
.sampleTesingView textarea {
  border: 1px solid #cccccc;
  font-family: var(--fontFamily);
  font-size: 17px;
  width: 100%;
  height: 125px;
  margin-bottom: 25px;
}
.sampleTesingView .btn {
  border: 1px solid #000000;
  font-family: var(--fontFamily);
  font-size: 17px;
  background: #000000;
  color: #ffffff;
}

.removeMargin .guest-portalnewpage {
  margin-top: 10px;
}

/* 17-05-2021 */

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a,
a:hover {
  text-decoration: none !important;
}

.gpNewUi nav.navbar {
  box-shadow: 0px 1px 7px #dddddd;
}
.gpNewUi nav.navbar.nav2 {
  box-shadow: none;
}
.gpNewUi .navbar-light .navbar-nav li.nav-item {
  margin: 0px 5px;
}
.gpNewUi .navbar-light .navbar-nav .nav-link {
  color: #444444;
  font-family: var(--fontFamily);
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  left: 300px;
  bottom: 35px;
}
.gpNewUi .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
  width: 200px;
}
.gpNewUi .profile-wrapper {
  width: 200px;
  margin: 0;
  top: 0px;
  right: 0px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.gpNewUi .profile {
  display: flex;
  align-items: center;
}
.gpNewUi .profile .name {
  font-size: 15px;
  font-family: var(--fontFamily);

  color: #444444;
  margin-right: 15px;
  float: left;
}
.gpNewUi .profile .fa {
  font-size: 24px;
  color: #444444;
}

.gpNewUi .profile .menu {
  display: none !important;
  clear: both;
  position: absolute;
  right: 0px;
  right: 0px;
  margin-top: 0px;
  list-style-type: none;
  padding: 0px;
  padding-top: 26px;
  top: 50px;
}
.gpNewUi .profile .menu li {
  margin: 0;
  background: #444444;
}
.gpNewUi .profile .menu li a {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-family: var(--fontFamily);
  font-size: 16px;
  padding: 10px 25px;
  border-bottom: 1px solid #747474;
}
.gpNewUi .profile .menu li a .fa {
  color: #ffffff;
  font-size: 16px;
  margin-right: 5px;
  width: 20px;
}
.gpNewUi .profile .menu li:hover {
  border: 0px;
  background: #767676;
  background: #dddddd;
  transition: all 0.3s;
}

.gpNewUi .profile .menu li:hover a,
.gpNewUi .profile .menu li:hover a .fa {
  color: #444444;
}

/* hover profile show menu */
.gpNewUi .profile:hover .menu {
  display: block;
}
.guestPortalNewUi {
  margin-top: 0px;
}

.guestPortalNewUi .content {
  padding: 30px 0px;
}
.guestPortalNewUi h1 {
  font-size: 25px;
  font-weight: 500;
  font-family: var(--fontFamily);
  font-family: var(--fontFamily);
  text-align: center;
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 15px;
  padding-bottom: 10px;
  color: #4f4f4f;
}
.guestPortalNewUi .owl-carousel .item {
  display: block;
  justify-content: space-between;
  background: #f6f6f6;
  padding: 10px 10px 20px;
  border-radius: 0px 0px 10px 10px;
  align-items: center;
  height: 135px;
}
.guestPortalNewUi h2 {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--fontFamily);
  line-height: 25px;
}
.guestPortalNewUi h2 span {
  display: block;
  font-size: 12px;
  font-family: var(--fontFamily);
  color: #767676;
  line-height: 18px;
  font-weight: 400;
}
.guestPortalNewUi p {
  margin: 0px;
  font-size: 14px;
  font-family: var(--fontFamily);
  color: #767676;
}
.guestPortalNewUi .owl-carousel img {
  display: block;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
  max-height: 142px;
}

.guestPortalNewUi .bg-left-half {
  position: relative;
}

.guestPortalNewUi .media-29101 h3 {
  font-size: 18px;
  font-weight: 900 !important;
}
.guestPortalNewUi .media-29101 h3 a {
  color: #6c757d;
}

.guestPortalNewUi .owl-2-style .owl-nav {
  display: none;
}

.guestPortalNewUi .owl-2-style .owl-dots {
  text-align: center;
  position: relative;
  bottom: -30px;
}
.guestPortalNewUi .owl-2-style .owl-dots .owl-dot {
  display: inline-block;
}
.guestPortalNewUi .owl-2-style .owl-dots .owl-dot span {
  display: inline-block;
  width: 15px;
  height: 3px;
  border-radius: 0px;
  background: #cccccc;
  -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  margin: 3px;
}
.guestPortalNewUi .owl-2-style .owl-dots .owl-dot.active span {
  background: #007bff;
}
.guestPortalNewUi .owl-2-style .owl-dots .owl-dot:active,
.owl-2-style .owl-dots .owl-dot:focus {
  outline: none;
}

.guestPortalNewUi .loadMoreView .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}
.guestPortalNewUi .loadMoreView .items img {
  border-radius: 10px 10px 0px 0px;
}

.guestPortalNewUi .items .item2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 20px;
  border: 2px solid #dfdfdf;
  border-top: 0px;
  border-radius: 0px 0px 10px 10px;
}
.guestPortalNewUi .items .item a {
  display: block;
}

.guestPortalNewUi .buttonToogle {
  margin-top: 0px;
  text-align: center;
  margin-bottom: 30px;
}

.guestPortalNewUi a.showMore {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #0077c8;
  text-decoration: none;
  padding: 10px 20px;
  text-align: center;
  border-radius: 15px;
  margin: auto;
  letter-spacing: 0.5px;
  font-family: var(--fontFamily);
}
.guestPortalNewUi .content.container {
  max-width: 750px;
}
.guestPortalNewUi .owl-carousel.image-only {
  display: block;
  width: 236px;
  margin: auto;
}

.guestPortalNewUi .two-tails {
  display: flex;
  justify-content: center;
  align-items: center;
}
.guestPortalNewUi .two-tails .owl-carousel.image-only {
  margin: 0px;
  margin-right: 20px;
}
.guestPortalNewUi .two-tails .owl-carousel.image-only:last-child {
  margin-right: 0px;
}

.guestPortalNewUi #accordion .panel-title > a:before {
  font-family: FontAwesome;
  content: "\f068";
  content: "\f106";
  content: "\f107";
  padding-right: 5px;
  color: #000000;
  font-size: 23px;
  position: absolute;
  right: 10px;
  top: 10px;
  transform: translateY(-50%);
  transition: 0.3s all;
  transform: rotate(-180deg);
  opacity: 100;
}
.guestPortalNewUi #accordion .panel-title > a.collapsed:before {
  color: #000000;
  transform: rotate(0deg);
}
.guestPortalNewUi #accordion .panel-title > a:hover,
.guestPortalNewUi #accordion .panel-title > a:active,
.guestPortalNewUi #accordion .panel-title > a:focus {
  text-decoration: none;
}
.guestPortalNewUi #accordion .panel {
  border: 0px;
  box-shadow: none;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0px;
  margin-bottom: 10px;
}
.guestPortalNewUi #accordion .panel-title a {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: block;
  font-family: var(--fontFamily);
  padding: 8px 10px;
}
.guestPortalNewUi #accordion .panel-title a span {
  width: 50px;
  margin: auto;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  margin-left: 10px;
}
.guestPortalNewUi #accordion .panel-title a img {
  width: 30px;
  margin: auto;
  margin-right: 10px;
}
.guestPortalNewUi #accordion .panel-title a img.car-parking-img {
  width: 35px;
}
.guestPortalNewUi #accordion .panel:last-child {
  border: 0px;
}

.guestPortalNewUi #accordion .panel-heading {
  padding-left: 0px;
  border-bottom: 0px solid #000000;
  margin-bottom: -2px;
  position: relative;
  background: #ffffff;
}
.guestPortalNewUi #accordion .panel-body {
  color: #636466;
  border: 0px;
  font-size: 14px;
  text-align: justify;
  font-family: var(--fontFamily);
  color: #9096a4;
  padding: 15px;
}

.guestPortalNewUi .sidepanel {
  width: 320px;
  position: fixed;
  z-index: 1;
  height: 100%;
  top: 0;
  left: 0px;
  background-color: #ffffff;
  box-shadow: 0px 1px 7px #dddddd;
  overflow-x: hidden;
  transition: 0.5s;

  padding: 0px 20px;
}
.d-none {
  display: none !important;
}

.guestPortalNewUi .sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.guestPortalNewUi .sidepanel a:hover {
  color: #f1f1f1;
}

.guestPortalNewUi .sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  display: none;
}

.guestPortalNewUi .openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #f5f5f5 !important;
  color: black !important;
  padding: 0px;
  border: none;
  outline: 0px !important;
  box-shadow: none;
}

.guestPortalNewUi .sidepanel h1 {
  background: #3df89e;
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 5px;
  color: #137d49;
}
.guestPortalNewUi .sidepanel img {
  width: 100%;
  border-radius: 10px;
}
.guestPortalNewUi .sidepanel img.logo {
  height: auto;
  width: 70px;
  /* margin-top: 20px; */
  display: block;
  text-align: center;
  /* margin: auto; */
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 0px;
}
.guestPortalNewUi .sidepanel .items2 .item2 .btn {
  background: #000000;
  color: #ffffff;
  padding: 0px 10px;
  border-radius: 7px;
  margin-bottom: 0px;
  font-size: 12px;
  font-family: var(--fontFamily);
  margin-left: -20px;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 23px;
  line-height: 20px;
}
.guestPortalNewUi .sidepanel .items2 img {
  height: 150px;
}
.guestPortalNewUi .sidepanel .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.guestPortalNewUi .sidepanel .items {
  width: 260px;
}
.guestPortalNewUi .sidepanel .items2 .item2 {
  padding: 0px;
  position: relative;
  background: #ffffff;
  margin-top: 15px;
  padding-bottom: 10px;
}
.guestPortalNewUi .sidepanel .items2 .item2 h2 {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--fontFamily);
  line-height: 25px;
  font-family: var(--fontFamily);
  font-size: 15px;
  color: #000000;
}
.guestPortalNewUi .sidepanel .items2 .item2 h2 span {
  display: block;
  font-size: 12px;
  font-family: var(--fontFamily);
  color: #767676;
  line-height: 18px;
}
.guestPortalNewUi .sidepanel ul {
  margin-top: 0px;
}
.guestPortalNewUi .sidepanel ul li {
  border-bottom: 1px solid #d8d8d8;
  padding: 5px 0px;
}
.guestPortalNewUi .sidepanel ul li:last-child {
  border-bottom: 0px;
}
.guestPortalNewUi .sidepanel ul li span:first-child {
  font-size: 14px;
  font-weight: 500;
  color: #4b4b4b;
  font-family: var(--fontFamily);
}
.guestPortalNewUi .sidepanel ul li span:last-child {
  display: block;
  font-weight: 400;
  font-family: var(--fontFamily);
  font-size: 15px;
  color: #000000;
}
.guestPortalNewUi .sidepanel .btn {
  background: #000000;
  color: #ffffff;
  padding: 3px 15px;
  border-radius: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: var(--fontFamily);
  margin-left: -20px;
}
.guestPortalNewUi .box {
  box-shadow: 0px 0px 7px #d7d7d7;
  border-radius: 8px;
  padding: 20px;
}
.guestPortalNewUi .top-noticeView .item {
  display: flex;
  align-items: center;
}
.guestPortalNewUi .top-noticeView .item i {
  font-size: 20px;
  color: #444444;
  margin-right: 15px;
  width: 20px;
}
.guestPortalNewUi .top-noticeView .item p {
  font-family: var(--fontFamily);
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin-right: 15px;
  width: 150px;
}
.guestPortalNewUi .top-noticeView .item span {
  font-family: var(--fontFamily);
  font-size: 15px;
  color: #444444;
}
.guestPortalNewUi .top-noticeView .item span i {
  font-size: 14px;
  margin-right: 5px;
}
.guestPortalNewUi .content.content2.container {
  max-width: 850px;
  margin-left: 335px;
}
.guestPortalNewUi .btn-group {
  text-align: right;
  display: block;
  margin-right: 30px;
}
.guestPortalNewUi .gp-btn {
  background: #e2211c;
  color: #ffffff;
  font-size: 16px;
  font-family: var(--fontFamily);
  border-radius: 10px;
  padding: 0px 20px;
  height: 32px;
  line-height: 30px;
  float: initial;
  margin-right: 5px;
}

.guestPortalNewUi .item h2 span {
  min-width: 50px;
  margin: 0px;
  font-size: 14px;
  font-family: var(--fontFamily);
  color: #767676;
}
.guestPortalNewUi .item h2 {
  width: 100%;
  margin: 0px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  font-family: var(--fontFamily);
}
.guestPortalNewUi .item p span {
  display: block;
  font-size: 12px;
  font-family: var(--fontFamily);
  color: #767676;
  line-height: 18px;
  font-weight: 400;
}

.guestPortalNewUi .owl-carousel .owl-dots {
  text-align: center;
  position: relative;
  bottom: 0px;
}
.guestPortalNewUi .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
.guestPortalNewUi .owl-carousel .owl-dots .owl-dot span {
  display: inline-block;
  width: 15px;
  height: 3px;
  border-radius: 0px;
  background: #cccccc;
  -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  margin: 3px;
}
.guestPortalNewUi .owl-carousel .owl-dots .owl-dot.active span {
  background: #007bff;
}
.guestPortalNewUi .owl-carousel .owl-buttons {
  display: none;
}
.box.top-noticeView .dueDate {
  display: flex;
  align-items: center;
}
.box.top-noticeView .dueDate .fa {
  font-size: 23px;
  width: 65px;
  height: 65px;
  display: inline-block;
  background: #e5e5e5;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.box.top-noticeView .dueDate p {
  font-size: 16px;
  font-weight: 500;
  color: #4b4b4b;
  font-family: var(--fontFamily);
}
.box.top-noticeView .dueDate p span {
  display: block;
  font-weight: 400;
  font-family: var(--fontFamily);
  font-size: 18px;
  color: #000000;
}
.box.top-noticeView .suite_info {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.box.top-noticeView .suite_info .item {
  position: relative;
  width: 25%;
  display: block;
  /* padding-left: 20px; */
  padding: 10px 0px;
}
.box.top-noticeView .suite_info .item::after {
  content: "";
  position: absolute;
  top: 20%;
  right: 20px;
  background: #c9c9c9;
  width: 1px;
  height: 60%;
  bottom: 20%;
}
.box.top-noticeView .suite_info .item:last-child::after {
  display: none;
}
.box.top-noticeView .suite_info .item p {
  font-size: 16px;
  font-weight: 500;
  color: #4b4b4b;
  font-family: var(--fontFamily);
}
.box.top-noticeView .suite_info .item span {
  display: block;
  font-weight: 400;
  font-family: var(--fontFamily);
  font-size: 18px;
  color: #000000;
}

@media (min-width: 1500px) {
  .guestPortalNewUi .content.content2.container {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .guestPortalNewUi .content.content2.container {
    max-width: 700px;
  }
  .navbar-expand-lg .navbar-nav:first-child {
    margin-right: 0px !important;
  }
}
@media (max-width: 1099px) {
  .guestPortalNewUi .content.content2.container {
    max-width: 620px;
  }
  .guestPortalNewUi #accordion .panel-title a img.car-parking-img {
    width: 30px;
  }
  .guestPortalNewUi #accordion .panel-title a img {
    width: 25px;
    margin: auto;
    margin-right: 10px;
  }
  .guestPortalNewUi #accordion .panel-title a {
    font-size: 13px;
  }
  .gpNewUi .navbar-light .navbar-nav .nav-link {
    font-size: 12px;
    font-weight: 600;
    padding: 5px 5px;
  }
}
@media (max-width: 991px) {
  .guestPortalNewUi #accordion .panel-title a img {
    width: 25px;
  }

  .guestPortalNewUi {
    margin-top: 80px;
  }

  .guestPortalNewUi #accordion .panel-title a img.car-parking-img {
    width: 35px;
  }
  .guestPortalNewUi #accordion .panel-title a {
    font-size: 20px;
  }
  .guestPortalNewUi #accordion .panel-body {
    font-size: 18px;
  }
  .guestPortalNewUi .content.content2.container {
    max-width: 720px;
    margin: auto;
  }
  .guestPortalNewUi .sidepanel {
    position: static;
    width: 100%;
    box-shadow: 0px 0px 7px #d7d7d7;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
  }
  .guestPortalNewUi .sidepanel img.logo {
    display: none;
  }
  .guestPortalNewUi .sidepanel .items2 {
    display: flex;
  }
  .guestPortalNewUi .sidepanel .items2 img {
    height: 150px;
    width: 250px;
    margin-right: 20px;
  }
  .guestPortalNewUi .sidepanel .items2 .item2 {
    margin-top: 0px;
  }
  .guestPortalNewUi .sidepanel .items2 .item2 .btn {
    position: static;
    margin: 0px;
    font-size: 15px;
    padding: 4px 15px;
    margin-top: 10px;
  }
  .guestPortalNewUi .sidepanel .items2 .item2 h2 span {
    font-size: 15px;
    font-family: var(--fontFamily);
    color: #000000;
    line-height: 18px;
    margin-top: 5px;
  }
  .guestPortalNewUi .sidepanel .items2 .item2 h2 {
    line-height: 25px;
    font-family: var(--fontFamily);
    font-size: 20px;
    color: #000000;
  }
  .guestPortalNewUi .sidepanel ul {
    display: flex;
    justify-content: space-between;
  }
  .guestPortalNewUi .sidepanel ul li {
    position: relative;
    border: 0px;
    padding: 15px 0;
    width: 33.3333%;
    padding-right: 25px;
  }
  .guestPortalNewUi .sidepanel ul li::after {
    content: "";
    position: absolute;
    top: 20%;
    right: 20px;
    background: #c9c9c9;
    width: 1px;
    height: 60%;
    bottom: 20%;
  }
  .guestPortalNewUi .sidepanel ul li:last-child::after {
    display: none;
  }
  .guestPortalNewUi .sidepanel .btn {
    font-size: 15px;
    padding: 4px 15px;
    margin: 0px;
  }
  .gpNewUi .profile-wrapper {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 7px;
    margin-top: 10px;
  }
  .gpNewUi .profile .fa {
    margin-right: 10px;
  }
  .gpNewUi .navbar-light .navbar-nav .nav-link {
    padding: 5px 0px;
    font-size: 14px;
    font-family: var(--fontFamily);
    font-weight: 500;
  }
  .gpNewUi .profile {
    display: block;
  }
  .gpNewUi .profile .menu {
    position: static;
  }

  /* === Static site ==== */

  .guestPortalNewUi .content.container {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .guestPortalNewUi {
    margin-top: 30px;
  }

  .guestPortalNewUi #accordion .panel-title a img {
    width: 25px;
  }
  .guestPortalNewUi #accordion .panel-title a img.car-parking-img {
    width: 32px;
  }
  .guestPortalNewUi #accordion .panel-title a {
    font-size: 16px;
  }
  .guestPortalNewUi #accordion .panel-title > a:before {
    font-size: 15px;
  }
  .guestPortalNewUi #accordion .panel-body {
    font-size: 15px;
  }

  .guestPortalNewUi .two-tails {
    flex-wrap: wrap;
  }
  .guestPortalNewUi .owl-carousel.image-only {
    width: 320px;
  }
  .guestPortalNewUi .content.content2.container {
    max-width: inherit;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .box.top-noticeView .suite_info .item p {
    font-size: 14px;
  }
  .guestPortalNewUi .gp-btn {
    font-size: 15px;
    padding: 0px 15px;
  }

  .guestPortalNewUi .content.container {
    max-width: 650px;
  }
}
@media (max-width: 666px) {
  .guestPortalNewUi .content.container {
    max-width: 320px;
    width: 320px;
    margin: auto;
  }
  .guestPortalNewUi .owl-carousel img {
    width: 100% !important;
  }
  .guestPortalNewUi .two-tails .owl-carousel.image-only {
    margin: 0px;
    margin-bottom: 20px;
  }
  .guestPortalNewUi .two-tails {
    flex-direction: column;
  }
}

@media (max-width: 567px) {
  .guestPortalNewUi #accordion .panel-title a img {
    font-size: 25px;
  }
  .guestPortalNewUi #accordion .panel-title a img.car-parking-img {
    font-size: 35px;
  }
  .guestPortalNewUi #accordion .panel-title a {
    font-size: 15px;
    line-height: 28px;
  }
  .guestPortalNewUi .owl-carousel.owl-drag .owl-item {
    max-width: initial;
  }

  .guestPortalNewUi #accordion .panel-body {
    font-size: 12px;
    font-weight: 600;
  }
  .guestPortalNewUi .sidepanel .items2 {
    flex-direction: column;
  }
  .guestPortalNewUi .sidepanel .items2 img {
    width: 100%;
    margin-bottom: 20px;
  }
  .guestPortalNewUi .sidepanel ul {
    flex-direction: column;
  }
  .guestPortalNewUi .sidepanel ul li {
    padding-right: 0px;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
  }
  .guestPortalNewUi .sidepanel ul li::after {
    display: none;
  }
  .guestPortalNewUi .sidepanel .items2 .item2 .btn {
    margin: auto;
    margin-top: 15px;
    display: block;
  }
  .box.top-noticeView .suite_info {
    flex-direction: column;
  }
  .box.top-noticeView .suite_info .item {
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
  }
  .box.top-noticeView .suite_info .item:last-child {
    border: 0px;
  }
  .box.top-noticeView .suite_info .item::after {
    display: none;
  }
  .box.top-noticeView .dueDate p span {
    font-size: 15px;
  }
  .box.top-noticeView .dueDate p {
    font-size: 15px;
    width: calc(100% - 85px);
  }
  .guestPortalNewUi .btn-group {
    margin-right: 0;
    text-align: center !important;
  }
  .guestPortalNewUi .gp-btn {
    border-radius: 10px !important;
    width: 180px;
    margin-bottom: 10px;
  }
}
@media (max-width: 400px) {
  .guestPortalNewUi .content.container {
    max-width: 300px;
    width: 300px;
    margin: auto;
  }
  .guestPortalNewUi .owl-carousel.image-only {
    width: 300px;
  }
}

header.gpNewUi nav.navbar {
  box-shadow: 0px 1px 7px #dddddd;

  background: #ffffff;
  margin-bottom: 5px;
}
header.gpNewUi .container-fluid {
  height: 100%;
  display: flex;
  align-items: center;
  background: initial;
}
header.gpNewUi .profile-wrapper {
  position: absolute;
  height: 100%;
}
header.gpNewUi .profile:hover .menu {
  margin-top: 0;
  list-style-type: none;
  padding: 0px;
  padding-top: 25px;
  top: 100%;
  width: 230px;
}
header.gpNewUi ul.navbar-nav li a {
  color: #444444;
  font-family: var(--fontFamily);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
header.gpNewUi .navbar-brand {
  float: initial;
  height: auto;
  margin: 0px !important;
}
header.gpNewUi .navbar-brand img {
  width: 75px;
}
header.gpNewUi .profile .name {
  font-size: 14px;
}
header.gpNewUi .profile .menu li a {
  font-size: 14px;
}
header.gpNewUi .navbar-light .navbar-brand {
  display: block;
}

@media (min-width: 768px) {
  header.gpNewUi .collapse.navbar-collapse {
    display: flex !important;
    align-items: center;
    height: 100% !important;
    justify-content: center;
    width: calc(100% - 400px);
    background: #ffffff;
  }
}
@media (max-width: 991px) {
  header.gpNewUi .collapse.navbar-collapse {
    width: calc(100% - 150px);
    justify-content: flex-start;
  }
  header.gpNewUi .profile-wrapper {
    justify-content: flex-end;
    align-items: center;
    width: 150px;
    margin-top: 0px;
  }
  .gpNewUi .navbar-light .navbar-brand {
    width: 100px;
  }
  header.gpNewUi ul.navbar-nav li a {
    font-size: 12px;
    padding: 15px 10px;
  }
  header.gpNewUi .profile .name {
    font-size: 12px;
  }
  header.gpNewUi .profile {
    display: flex;
  }
  header.gpNewUi .profile .menu {
    position: absolute;
  }
}

@media (max-width: 767px) {
  header.gpNewUi .container-fluid {
    display: block;
    height: auto;
  }
  .gpNewUi .navbar-light .logoView {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header.gpNewUi .profile-wrapper {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: -5px;
    margin-top: 10px;
    position: static;
  }
  header.gpNewUi .profile {
    display: block;
  }
  header.gpNewUi .profile .name {
    padding-left: 0px;
  }
  header.gpNewUi .collapse.navbar-collapse {
    width: 100%;
  }
  header.gpNewUi .profile .menu {
    position: static;
  }
  header.gpNewUi .profile .fa {
    padding-top: 10px;
  }
}

/* ======================================================== 
                    gesut-UI
===========================================================*/

body {
  padding: 0px;
  margin: 0px;

  font-size: var(--f-size16);
}
.guest-Ui {

  font-size: var(--f-size16);
}
.guest-Ui a,
.guest-Ui span,
.guest-Ui p,
.guest-Ui .btn {

  font-size: var(--f-size16);
}
.guest-Ui h1,
.guest-Ui h2,
.guest-Ui h3,
.guest-Ui h4,
.guest-Ui h5,
.guest-Ui h6 {

  font-size: var(--f-size16);
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.guest-Ui .navbar .container-fluid {
  background: transparent;
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.guest-Ui .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url(../images/orderImages/toggle.svg);
}
.guest-Ui .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.guest-Ui .navbar {
  margin: 0px 0px;
  box-shadow: 0px 9px 10px #efefef;
  z-index: 9;
}
.guest-Ui a.navbar-brand {
  width: 320px;
  margin-right: 0px;
  float: initial;
  height: auto;
  padding: 0px;
  margin: 0px !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
.guest-Ui a.navbar-brand img {
  width: 150px;
}

.guest-Ui ul li.userAccount span.user {
  width: 40px;
  height: 40px;
  overflow: hidden;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.guest-Ui ul li.userAccount a {
  display: flex;
}
.guest-Ui ul li.userAccount span.user img {
  width: 100%;
  height: 100%;
}
.guest-Ui ul li.userAccount span {
  text-align: left;
  font-size: var(--f-size18);
  font-weight: 600;
  color: #000000;
  line-height: var(--l-height18);
  white-space: normal;
  word-break: break-all;
}
.guest-Ui ul li.userAccount span i {
  color: #636363;
  font-weight: 500;
  font-size: var(--f-size13);
  font-family: "Poppins";
  display: block;
}
.guest-Ui .nav-btns > ul {
  display: flex;
  align-items: center;
  padding: 0px;
  margin: 0px;
}
.guest-Ui .nav-dropsDown ul li.userAccount a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.guest-Ui .nav-dropsDown ul li .fa.fa-bell-o {
  font-size: var(--f-size25);
  color: #cf2e22;
  position: relative;
}
.guest-Ui .nav-dropsDown ul li .fa.fa-bell-o::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #cf2e22;
  border-radius: 50%;
  right: -4px;
}

.guest-Ui .nav-btns .btn {
  color: #cf2e22;
  background: #ffffff;
  border: 2px solid #cf2e22;
  outline: 0px !important;
  box-shadow: inset 0px 0px 5px #8b8b8b;
  font-size: 14px;
  font-weight: 600;
  text-shadow: 0 0 5px #e8e8e8;
  border-radius: 6px;
  padding: 5px 15px;
  box-shadow: 0px 0px 5px #cecece;
}
.guest-Ui .nav-btns .btn:hover {
  background: #cf2e22;
  color: #ffffff;
  transition: all 0.3s;
  text-shadow: none;
}
.guest-Ui .nav-btns .btn.login {
  background: #cf2e22;
  color: #ffffff;
  text-shadow: none;
  box-shadow: 0px 0px 5px #a6a6a6;
  margin-left: 10px;
}
.guest-Ui .nav-btns .btn.login:hover {
  color: #cf2e22;
  background: #ffffff;
  transition: all 0.3s;
}
.guest-Ui .navbar-light .navbar-nav .nav-link {
  font-size: var(--f-size16);
  color: #000000;
  font-weight: 600;
  padding-left: 1px;
  padding-right: 1px;
  letter-spacing: 0px;
}
.guest-Ui .navbar-light .navbar-nav li {
  position: relative;
  margin: 0px 10px;
}

.guest-Ui .navbar-light .navbar-nav .nav-link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: ".";
  color: transparent;
  background: #cf2e22;
  height: 3px;
  transition: all 0.5s;
}
.guest-Ui .navbar-light .navbar-nav .nav-link:hover:after {
  width: 100%;
}
.guest-Ui .navbar-light .navbar-nav li.active .nav-link:after {
  width: 100%;
}
.guest-Ui .nav-btns {
  width: 320px;
  text-align: right;
  min-width: 320px;
}

/*---------- Wrapper --------------------*/

.guest-Ui .nav-dropsDown ul li {
  cursor: pointer;
  -webkit-transition: padding 0.05s linear;
  -moz-transition: padding 0.05s linear;
  -ms-transition: padding 0.05s linear;
  -o-transition: padding 0.05s linear;
  transition: padding 0.05s linear;
}
.guest-Ui .nav-dropsDown ul li.drop {
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
}
.guest-Ui .nav-dropsDown ul li.drop.userAccount {
  justify-content: flex-end;
  width: 100%;
}
.guest-Ui .nav-dropsDown ul > li {
  display: inline-block;
}
.guest-Ui .nav-dropsDown ul li a {
  color: #777;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.guest-Ui .nav-dropsDown ul li a:hover {
  color: #eee;
}

.guest-Ui .nav-dropsDown .dropOut .triangle {
  width: 0;
  height: 0;
  position: absolute;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #f7f7f7;
  top: -14px;
  left: 50%;
  margin-left: -8px;
  display: none;
}
.guest-Ui .nav-dropsDown .dropdownContain {
  min-width: 230px;
  position: absolute;
  z-index: 2;
  right: calc(50% + 5px);
  transform: translateX(50%);
  top: -400px;
  padding-top: 25px;
  width: 75%;
}
.guest-Ui .nav-dropsDown .dropOut {
  background: #ffffff;
  position: relative;
  margin-top: 0px;
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.guest-Ui .nav-dropsDown .dropOut ul {
  padding: 0px 0;
}
.guest-Ui .nav-dropsDown .dropOut ul li {
  text-align: left;
  padding: 15px 0 12px 20px;
  margin: 0px 0px;
  color: #424242;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background 0.1s ease-out;
  -moz-transition: background 0.1s ease-out;
  -ms-transition: background 0.1s ease-out;
  -o-transition: background 0.1s ease-out;
  transition: background 0.1s ease-out;
}

.guest-Ui .nav-dropsDown .dropOut ul li:hover {
  background: #f6f6f6;
}

.guest-Ui .nav-dropsDown ul li:hover .dropdownContain {
  top: calc(100% - 23px);
}
.guest-Ui .nav-dropsDown ul li:hover .underline {
  border-bottom-color: #777;
}
.guest-Ui .nav-dropsDown ul li:hover .dropOut {
  opacity: 1;
  margin-top: 8px;
}

.guest-Ui .sliderView {
  margin-top: 30px;
}
.guest-Ui .sliderView h1 {
  font-size: var(--f-size30);
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #000000;
}
.guest-Ui .sliderView .nav-tabs {
  border-bottom: 2px solid #dee2e6;
  width: 100%;
  padding-top: 5px;
  position: relative;
}
.guest-Ui .sliderView .nav-tabs li a {
  margin-bottom: 0px;
  border: 0px;
  padding: 5px 0px;
  color: #8e8c8c;
  font-size: var(--f-size14);
  font-weight: 600;
  border-bottom: 3px solid transparent;
}
.guest-Ui .sliderView .nav-tabs li {
  margin-right: 35px;
}
.guest-Ui .sliderView .nav-tabs li.active a,
.guest-Ui .sliderView .nav-tabs li a:hover {
  color: #cf2e22;
  border-color: #cf2e22;
  background: transparent;
}
.guest-Ui .sliderView .nav-tabs .nav-item {
  padding-right: 40px;
}
.guest-Ui .sliderView .nav-tabs .nav-link {
  margin-bottom: 0px;
  border: 0px;
  padding: 5px 0px;
  color: #8e8c8c;
  font-size: var(--f-size14);
  font-weight: 600;
  border-bottom: 3px solid transparent;
  margin-bottom: -3px;
}
.guest-Ui .sliderView .nav-tabs .nav-item.show .nav-link,
.guest-Ui .sliderView .nav-tabs .nav-link.active {
  color: #cf2e22;
  border-color: #cf2e22;
}

.guest-Ui .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.guest-Ui .navbar-nav {
  float: left;
  margin: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.guest-Ui .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
.guest-Ui .navbar .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

.guest-Ui .home-slider {
  margin: 35px 0px;
  margin: 35px 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 100px;
  grid-row-gap: 50px;
}

.guest-Ui .home-slider .card {
  border-radius: 10px;
  box-shadow: 0px 0px 13px #d5d5d5;
  overflow: hidden;
  position: relative;
  padding-bottom: var(--f-size30);
  height: 100%;
}

.guest-Ui .home-slider .card img {
  display: block;
  width: 100%;
  min-height: 180px;
  height: 100%;
  max-height: 180px;
}
.guest-Ui .home-slider .card h1 {
  font-size: var(--f-size20);
  letter-spacing: 0px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 5px;
}
.guest-Ui .home-slider .card p {
  font-size: var(--f-size13);
  color: #000000;
  font-weight: 400;
  margin-bottom: 5px;
}
.guest-Ui .home-slider .card span.btm {
  display: block;
  text-align: left;
}
.guest-Ui .home-slider .card span.btm a {
  font-size: var(--f-size13);
  color: #000000;
  font-weight: 400;
  display: block;
  text-align: left;
  padding-bottom: 5px;
  letter-spacing: 0.5px;
}
.guest-Ui .home-slider .card span.btm .btn,
.guest-Ui .btn.guestThemeBtn {
  color: #000000;
  border: 2px solid #000000;
  outline: 0px !important;
  box-shadow: 0px 0px 5px #f1d1d1;
  font-family: "Poppins";
  background: transparent;
  transition: all 0.3s;
}
.guest-Ui .home-slider .card span.btm .btn {
  position: absolute;
  bottom: 10px;
}
.guest-Ui .home-slider .card span.btm .btn:hover,
.guest-Ui .btn.guestThemeBtn:hover {
  background: #000000;
  color: #ffffff;
}

.guest-Ui .home-slider .card .card-body {
  flex: 1 1 auto;
  padding: var(--f-size15);
}
.guest-Ui .bookingList a.backarrow {
  font-size: var(--f-size15);
  font-weight: 500;
  display: block;
  margin: 10px 0px;
}
.guest-Ui .bookingList a.backarrow i {
  margin-right: 7px;
}
.guest-Ui .bookingList h2 {
  font-size: var(--f-size30);
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #000000;
  padding-top: 10px;
}
.guest-Ui .bookingList h3 {
  font-size: var(--f-size15);
  color: #828282;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #a5a5a5;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.guest-Ui .bookingList h5.note {
  font-size: var(--f-size13);
  text-align: left;
  margin-top: var(--f-size25);
}
.guest-Ui .bookingList h5.note a {
  font-size: var(--f-size14);
  text-align: center;
  color: #007bff;
}
.guest-Ui .bookingList h3 span {
  color: #000000;
}
.guest-Ui .bookingList h3 span b {
  padding-left: 5px;
  font-family: "poppins";
}
.guest-Ui .bookingList .imageView {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 315px;
}
.guest-Ui .bookingList .imageView::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}
.guest-Ui .bookingList .imageView a {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 99;
  font-size: var(--f-size);
  color: #ffffff;
}
.guest-Ui .bookingList .imageView a img {
  display: none;
}
.guest-Ui .bookingList .cntView h1 {
  margin-bottom: 30px;
}
.guest-Ui .bookingList .cntView h4 {
  font-size: var(--f-size18);
  font-weight: 400;
  margin-bottom: 5px;
}
.guest-Ui .bookingList .cntView h5 {
  font-size: var(--f-size18);
  font-weight: 600;
  color: #000000;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.guest-Ui .bookingList .panel-title > a:before {
  content: "\f13a";
  font-size: var(--f-size25);
}
.guest-Ui .bookingList .panel-title > a.collapsed:before {
  content: "\f139";
}
.guest-Ui .bookingList .panel-group .panel {
  border: 0px;
}
.guest-Ui .bookingList .panel-default > .panel-heading {
  background: transparent;
}
.guest-Ui .bookingList .panel-default h4 {
  font-size: var(--f-size25);
  font-weight: 600;
  position: relative;
}
.guest-Ui .bookingList .panel-body {
  border: 0px !important;
}
.guest-Ui .bookingList .panel-title > a::after {
  position: absolute;
  content: "";
  width: 71%;
  right: 40px;
  /* bottom: 0px; */
  height: 2px;
  background: #3f3f3f;
  top: 50%;
  transform: translateY(-50%);
}
.guest-Ui .bookingList .detialView {
  display: flex;
}
.guest-Ui .bookingList .detialView .item:first-child {
  width: 40%;
}
.guest-Ui .bookingList .detialView .item:last-child {
  width: 55%;
}
.guest-Ui .bookingList .detialView p {
  font-size: var(--f-size18);
  font-weight: 400;
  margin-bottom: 5px;
}
.guest-Ui .bookingList .detialView span {
  font-size: var(--f-size18);
  font-weight: 600;
  color: #000000;
  margin-bottom: 25px;
  display: block;
  min-height: 30px;
}
.guest-Ui .bookingList .detialView .itemSub {
  display: flex;
  justify-content: space-between;
}
.guest-Ui .exploreLocation {
  position: relative;
}
.guest-Ui .myReservation .communityDetails h1.enteryHeading {
  display: block;
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  border: 0;
  margin-bottom: 10px;
  margin-left: -20px;
  font-family: "Poppins";
  font-size: var(--f-size20);
}
.guest-Ui .myReservation .communityDetails h1.enteryHeading b {
  font-family: "Poppins";
  font-size: var(--f-size20);
  font-weight: 600;
}
.guest-Ui .myReservation .communityDetails h1.enteryHeading {
  display: block;
  margin: 0px;
  padding: 0px;
  font-weight: 300;
  border: 0;
  margin-bottom: 10px;
  margin-left: 0px;
}
.text-indent-50 {
  text-indent: 50px;
}
.text-indent-70 {
  text-indent: 70px;
}
.text-indent-100 {
  text-indent: 100px;
}

.guest-Ui .exploreLocation .details {
  position: absolute;
  width: 520px;
  background: #ffffff;
  left: 0px;
  top: 0px;
  padding: 0px 25px;
  height: calc(100vh - 85px);
  bottom: 0px;
  overflow: auto;
}
.guest-Ui .exploreLocation .details h1 {
  font-size: var(--f-size25);
  font-weight: 600;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000000;
}
.guest-Ui .exploreLocation .details h1 span {
  color: #cf2e22;
  border-radius: 7px;
  border: 2px solid #cf2e22;
  font-size: 12px;
  display: block;
  padding: 6px 20px;
  transition: all 0.3s;
  box-shadow: 0px 0px 5px #f1d1d1;
  cursor: pointer;
  font-weight: 600;
}
.guest-Ui .exploreLocation .details h1 span:hover {
  background: #cf2e22;
  color: #ffffff;
}
.guest-Ui .exploreLocation .thumbnails {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  margin-bottom: 30px;
}
.guest-Ui .exploreLocation .thumbnails .item {
  background: #ffffff;
  box-shadow: 0px 0px 13px #e1e1e1;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
.guest-Ui .exploreLocation .thumbnails .image {
  width: 100%;
  height: 80px;
  overflow: hidden;
}
.guest-Ui .exploreLocation .thumbnails img {
  width: 100%;
}
.guest-Ui .exploreLocation .thumbnails p {
  font-weight: 600;
  font-size: var(--f-size16);
  margin: 15px 0px;
}

.guest-Ui .exploreLocation .topPlaces .item {
  display: flex;
  background: #ffffff;
  box-shadow: 0px 0px 13px #bbbbbb;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 24px;
  background: #ffffff;
}
.guest-Ui .exploreLocation .topPlaces .item.test {
  background: #f3f3f3;
}
.guest-Ui .exploreLocation .topPlaces .image {
  width: 170px;
  height: 170px;
  overflow: hidden;
  min-width: 170px;
}
.guest-Ui .exploreLocation .topPlaces .image img {
  width: auto;
  height: 100%;
  max-width: initial;
  min-width: 170px;
  min-height: 170px;
}
.guest-Ui .exploreLocation .topPlaces .cnt {
  position: relative;
  padding: 10px;

  border-radius: 0px 10px 10px 0px;
  padding-left: 20px;
}
.guest-Ui .exploreLocation .topPlaces .test .cnt {
  background: #f3f3f3;
}
.guest-Ui .exploreLocation .topPlaces .cnt span {
  font-size: var(--f-size13);
  color: #848484;
  display: block;
  margin-bottom: 0px;
  font-size: var(--f-size11);
}
.guest-Ui .exploreLocation .topPlaces .cnt span i {
  font-size: var(--f-size13);
  padding: 0px 5px;
  color: red;
}
.guest-Ui .exploreCommuteSelect .form-control {
  font-size: var(--f-size13);
}
.guest-Ui .exploreLocation .topPlaces .cnt h2 {
  font-size: var(--f-size20);
  font-weight: 600;
  color: #000000;
  font-size: var(--f-size16);
}
.guest-Ui .exploreLocation .topPlaces .cnt p {
  font-size: var(--f-size15);
  font-weight: 500;
  margin-bottom: 10px;
  color: #000000;
  font-size: var(--f-size12);
}
.guest-Ui .exploreLocation .topPlaces .cnt b.v_line {
  padding: 0px 5px;
}
.guest-Ui .exploreLocation .topPlaces .cnt .btn {
  position: absolute;
  bottom: 10px;
  left: 20px;
  background: #f3f3f3;
  color: #000000;
  border-radius: 5px;
  border: 2px solid #000000;
  font-size: 11px;
  font-weight: 600;
  display: block;
  padding: 3px 8px;
  transition: all 0.3s;
  cursor: pointer;
  box-shadow: 0px 0px 5px #f1d1d1;
}
.guest-Ui .exploreLocation .topPlaces .cnt .btn a {
  color: #000000;
  font-size: var(--f-size13);
  outline: 0px;
  font-weight: 500;
  font-size: var(--f-size12);
}

.guest-Ui .exploreLocation .topPlaces .cnt .btn:hover {
  background: #000000;
  color: #ffffff;
}
.guest-Ui .exploreLocation .topPlaces .cnt .btn:hover a,
.guest-Ui .exploreLocation .topPlaces .cnt .btn a:hover {
  color: #ffffff;
}
.guest-Ui .map-alignment .gm-style .gm-style-iw-d {
  text-align: center !important;
  max-height: 270px !important;
  max-width: 300px !important;
  overflow: hidden !important;
  padding-bottom: 15px;
}
.guest-Ui .map-alignment #content {
  width: 300px !important;
  max-width: 300px !important;
}
.guest-Ui .map-alignment .gm-style-iw-d img {
  width: 250px;
  height: auto;
  position: relative;
  max-height: 130px;
  max-width: 280px !important;
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.guest-Ui .map-alignment .gm-style-iw-d h3,
.guest-Ui .map-alignment .gm-style-iw-d h1 {
  color: #000000 !important;
  font-size: 15px !important;
  letter-spacing: 0;
  margin: 10px 20px;
  font-weight: 600 !important;
  white-space: normal;
  word-break: break-word;
}

.guest-Ui .map-alignment .gm-style-iw-d h1 {
  text-align: center;
  display: block !important;
  border: 0px !important;
  margin: 0px !important;
}

.guest-Ui .map-alignment .gm-style-iw-d p {
  color: #6b6b6b;
  font-size: 13px;
}
.guest-Ui .map-alignment .gm-style-iw-d a {
  color: #0068d4;
  font-family: sans-serif;
  font-size: 14px;
}
.guest-Ui .map-alignment .gm-style .gm-style-iw-c {
  padding: 0px;
}
.guest-Ui .map-alignment .gm-ui-hover-effect {
  opacity: 0.6;
  z-index: 999;
  top: 0px !important;
  right: 0px !important;
}

.guest-Ui .myReservation .lc_map {
  height: auto;
}
.guest-Ui .myReservation {
  min-height: calc(100vh - 73px);
  position: relative;
}
.guest-Ui .myReservation .map-alignment {
  width: 100%;
  height: 700px;
  height: calc(100vh - 96px);
}
.guest-Ui .myReservation .sideMenu {
  position: absolute;
  width: 450px;
  background: #ffffff;
  left: 0px;
  top: 0px;
  padding: 25px;
  height: calc(100vh - 72px);
  bottom: 0px;
  overflow: auto;
}
.guest-Ui .myReservation.myReserveOnly.hotelOrder .sideMenu {
  height: 100%;
  box-shadow: 0px 10px 10px #cccccc;
}
.guest-Ui .myReservation.hotelOrder .boxUl ul {
  border: 0px;
  margin-bottom: 0;
  padding-bottom: 0px;
}
.guest-Ui .myReservation .sideMenu h1 {
  font-size: var(--f-size25);
  font-weight: 600;
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000000;
  border-bottom: 2px solid #dbdbdb;
  padding-bottom: 10px;
}
.guest-Ui .myReservation .sideMenu h1 b {
  font-size: var(--f-size14);
  font-weight: 600;
  font-family: "Poppins";
}
.guest-Ui .myReservation .sideMenu h1 b span {
  font-size: var(--f-size14);
  font-weight: 400;
}
.guest-Ui .myReservation .banner {
  position: relative;
  border-bottom: 2px solid #dbdbdb;
  padding-bottom: 8px;
}
.guest-Ui .myReservation .banner img {
  height: 200px;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
  /* object-fit: cover; */
}
.guest-Ui .myReservation .banner .btns {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
}
.guest-Ui .myReservation .banner .btn {
  font-family: "Poppins";
  background: #ffffff;
  color: #000000;
  outline: 0px !important;
  font-weight: 500;
  padding: 6px 20px;
  font-size: var(--f-size13);
  line-height: 15px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #3c3c3c;
}
.guest-Ui .myReservation .banner .btn:hover {
  background: #000000;
  color: #ffffff;
  transition: all 0.3s;
}
.guest-Ui .myReservation .banner h2 {
  margin-top: 10px;
  font-size: var(--f-size20);
  color: #000000;
  text-transform: capitalize;
}
.guest-Ui .myReservation .banner h3 {
  font-size: var(--f-size15);
  color: #828282;
  text-transform: capitalize;
  font-weight: 400;
}
.guest-Ui .myReservation .sideMenu ul.timings {
  display: flex;
  justify-content: space-between;
  padding: 0px;
  margin: 15px 0px;
}
.guest-Ui .myReservation .sideMenu ul.timings li {
  width: calc(50% - 10px);
  color: #000000;
  font-weight: 400;
  font-size: var(--f-size16);
  line-height: 1.42857143;
}
.guest-Ui .myReservation .sideMenu ul.timings li span {
  font-weight: 600;
  display: block;
}
.guest-Ui .myReservation .sideMenu .btn.checkNow {
  background: #cf2e22;
  color: #ffffff;
  font-size: var(--f-size15);
  font-weight: 400;
  width: 100%;
  padding: 6px 10px;
  margin-bottom: 15px;
  border-radius: 7px;
  box-shadow: 0px 5px 15px #d18b8b;
}
.guest-Ui .myReservation .sideMenu .cDetails {
  border-top: 0px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding: 15px 0px;
  margin-top: 10px;
}
.guest-Ui .myReservation .sideMenu .cDetails h2 {
  color: #000000;
  font-weight: 500;
  font-size: var(--f-size20);
  margin-bottom: 10px;
}
.guest-Ui .myReservation .sideMenu .cDetails h3 {
  color: #000000;
  font-weight: 600;
  font-size: var(--f-size16);
  text-transform: capitalize;
  line-height: 1.42857143;
}
.guest-Ui .myReservation .sideMenu .cDetails h3 span {
  color: #000000;
  font-weight: 400;
  font-size: var(--f-size16);
  display: block;
}
.guest-Ui .myReservation .sideMenu .cDetails ul {
  margin-top: 25px;
}
.guest-Ui .myReservation .sideMenu .cDetails ul li {
  color: #000000;
  font-weight: 400;
  font-size: var(--f-size15);
  margin-bottom: 10px;
  line-height: 1.42857143;
}
.guest-Ui .myReservation .sideMenu .cDetails ul li.updateTravelInfo {
  color: #007bff;
  text-align: left;
  text-decoration: underline;
  cursor: pointer;
}
.guest-Ui .myReservation .sideMenu .cDetails ul li span {
  color: #000000;
  font-weight: 600;
  font-size: var(--f-size15);
  display: block;
}
.guest-Ui .myReservation .sideMenu .viewMore {
  color: #000000;
  background: #ffffff;
  border: 2px solid #000000;
  font-size: var(--f-size15);
  font-weight: 500;
  width: 100%;
  padding: 6px 10px;
  margin-bottom: 10px;
  border-radius: 7px;
  box-shadow: 0px 0px 5px #f1d1d1;
  margin-top: 10px;
  font-family: "Poppins";
}
.guest-Ui .myReservation .sideMenu .viewMore:hover {
  color: #ffffff;
  background: #000000;
  transition: all 0.3s;
}
.guest-Ui .myReservation .sideMenu ul.listView {
  padding: 0px;
  margin: 15px 0px;
}
.guest-Ui .myReservation .sideMenu ul.listView li {
  position: relative;
  border-bottom: 2px solid #dbdbdb;
  font-size: var(--f-size16);
  color: #000000;
  font-weight: 600;
  padding: 7px 0px;
}
.guest-Ui .myReservation .sideMenu ul.listView li::after {
  content: "\f105";
  position: absolute;
  right: 0px;
  top: 50%;
  font-family: FontAwesome;
  font-size: var(--f-size20);
  transform: translateY(-50%);
  color: #cf2e22;
}
.guest-Ui .myReservation .sideMenu ul.listView li span {
  font-weight: 400;
  display: block;
  font-size: var(--f-size16);
  color: #000000;
  padding: 2px 0px;
}
.guest-Ui .myReservation .communityDetails {
  margin-left: 520px;
  padding-top: 23px;
}
.guest-Ui .myReservation.myReserveOnly .communityDetails {
  margin-left: 470px;
  padding-top: 23px;
  padding-bottom: 1px;
}

.guest-Ui .myReservation .communityDetails h1 {
  font-size: var(--f-size25);
  font-weight: 600;
  margin-bottom: var(--f-size25);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000000;
  border-bottom: 2px solid #dbdbdb;
  padding-bottom: 10px;
}
.guest-Ui .myReservation .communityDetails ul {
  background: #ffffff;
  margin: var(--f-size25);
  padding: var(--f-size25);
  border-radius: 10px;
  box-shadow: 0px 0px 10px #dfdfdf;
  white-space: normal;
  word-break: break-word;
  margin-left: 5px;
}
.guest-Ui .myReservation .communityDetails ul h5.note {
  font-size: var(--f-size18);
  font-weight: 400;
}
.guest-Ui .myReservation .communityDetails ul h5.note a {
  color: #007bff;
  font-size: var(--f-size19);
  font-weight: 400;
}

.guest-Ui .myReservation .communityDetails ul li {
  font-size: var(--f-size18);
  font-weight: 400;
  margin-bottom: 8px;

  display: flex;
  justify-content: space-between;
}
.guest-Ui .myReservation .communityDetails ul li span:first-child {
  width: 170px;
}
.guest-Ui .myReservation .communityDetails ul li b {
  width: 40px;
}
.guest-Ui .myReservation .communityDetails ul li span:last-child {
  font-size: var(--f-size18);
  font-weight: 600;
  color: #000000;
  margin-bottom: 0px;
  display: block;
  width: calc(100% - 210px);
  text-transform: capitalize;
}
.guest-Ui .myReservation .communityDetails ul.items {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 225px;
}
.guest-Ui .myReservation .communityDetails .entryInfoGallery {
  background: #ffffff;
  margin: var(--f-size25);
  padding: var(--f-size25);
  border-radius: 10px;
  box-shadow: 0px 0px 10px #dfdfdf;
  margin-left: 5px;
}
.guest-Ui .myReservation .entryInfoGallery .itmeGallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}
.guest-Ui .myReservation .entryInfoGallery .itmeGallery .thumb {
  height: 180px;
}
.guest-Ui .myReservation .entryInfoGallery .itmeGallery .thumb a {
  height: 100%;
}
.guest-Ui .myReservation .entryInfoGallery .itmeGallery .thumb img {
  height: 100%;
  width: 100%;
  padding: 0px;
  border: 0px;
  object-fit: cover;
}
.guest-Ui #image-gallery .modal-body {
  width: 650px;
  margin: auto;
}
.guest-Ui #image-gallery .modal-body img {
  max-height: 420px;
  margin: auto;
}

.guest-Ui .sliderView .nav-tabs li.btnLi {
  position: absolute;
  right: 0px;
  margin: 0px;
  bottom: 8px;
}
.guest-Ui .sliderView .nav-tabs li.btnLi .btn {
  background: #ffffff;
  color: #000000;
  border-radius: 7px;
  box-shadow: 0px 0px 5px #f1d1d1;
  font-size: var(--f-size13);
  border: 2px solid #000000;
  font-weight: 600;
}
.guest-Ui .sliderView .nav-tabs li.btnLi .btn:hover {
  background: #000000;
  color: #ffffff;
  transition: all 0.3s;
}

#modalFullBookingDetails .bookingList {
  width: 1000px;
  margin: auto;
}
.guest-Ui #modalFullBookingDetails .bookingList .panel-title > a::after {
  width: 68%;
}

.guest-Ui .myReservation iframe {
  height: calc(100vh - 78px);
}
.guest-Ui .exploreLocation iframe {
  height: calc(100vh - 78px);
}

#myModalServiceReq .modal-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
#myModalServiceReq.modal-fullscreen-xl .modal-dialog .close {
  right: 0px;
}
.guest-Ui .serviceRequestLogin {
  width: 340px;
  margin: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
}
.guest-Ui .serviceRequestLogin .slogo {
  width: 60px;
  height: 60px;
  text-align: center;
  box-shadow: 0px 0px 10px #cccccc;
  border-radius: 50%;
  padding: 20px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 0, 0, 0),
    rgba(228, 228, 228, 1)
  );
}

.guest-Ui .serviceRequestLogin h1 {
  font-size: var(--f-size25);
  letter-spacing: 1px;
  color: #000000;
}
.guest-Ui .serviceRequestLogin p {
  color: #000000;
  font-size: var(--f-size13);
  font-weight: 400;
  text-align: center;
}
.guest-Ui .serviceRequestLogin input.form-control {
  font-family: "Poppins";
  height: 50px;
  border-color: #f4f4f4;
  box-shadow: none;
  color: #000000;
  font-size: var(--f-size15);
  margin: 10px 0px;
  background: #f4f4f4;
  font-weight: 300;
  letter-spacing: 1px;
}

.guest-Ui .serviceRequestLogin .btn {
  width: 100%;
  background: #cf2e22;
  font-family: "Poppins";
  height: 50px;
  color: #ffffff;
  font-weight: 300;
  border-radius: 7px;
  box-shadow: 0px 0px 15px #dbabab;
  font-size: var(--f-size15);
  margin-top: 15px;
  margin-bottom: 10px;
}
.guest-Ui .serviceRequestLogin p a {
  color: #000000;
  font-size: var(--f-size13);
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: underline !important;
}
.guest-Ui .myReservation .communityDetails ul.instruc li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: var(--f-size16);
  font-weight: 400;
}
.guest-Ui .myReservation .communityDetails ul.instruc li img {
  margin-right: 20px;
}
.guest-Ui .myReservation .communityDetails ul.instruc li h3 {
  margin: 0px;
  font-weight: 600;
}
.guest-Ui .myReservation .communityDetails ul.instruc.imgaListBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}
.guest-Ui .myReservation .communityDetails ul.instruc.imgaListBox li {
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
}
.guest-Ui .myReservation .communityDetails ul.instruc.imgaListBox li img {
  width: 100%;
  min-height: 200px;
  height: auto;
}
.guest-Ui .myReservation .InstructionsList {
  height: calc(100vh - 170px);
  overflow: auto;
  margin-top: -25px;
}

.guest-Ui .modal-header h1 {
  text-align: center;
  font-size: var(--f-size28);
  color: #000000;
  letter-spacing: 1px;
  font-weight: 600;
}
.guest-Ui .modal-body .InstructionsList ul.instruc {
  padding-bottom: 20px;
}
.guest-Ui .modal-body .InstructionsList ul.instruc li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: var(--f-size15);
  font-weight: 400;
  margin-bottom: 15px;
}
.guest-Ui .modal-body .InstructionsList ul.instruc li img {
  margin-right: 20px;
}
.guest-Ui .modal-body .InstructionsList ul.instruc li h3 {
  margin: 0px;
  font-weight: 600;
}

.guest-Ui .newSRView h2 {
  font-size: var(--f-size22);
  text-align: center;
  font-weight: 600;
  color: #000000;
  letter-spacing: 1px;
}

.guest-Ui .newSRView h3 {
  text-align: center;
  font-weight: 400;
  color: #000000;
  font-size: var(--f-size14);
  letter-spacing: 0.5px;
}
.guest-Ui .newSRView .SR-tials {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  width: 620px;
  margin: 40px auto;
}
.guest-Ui .newSRView .SR-tials .items {
  background: #ffffff;
  width: 140px;
  height: 130px;
  box-shadow: 0px 0px 10px #cccccc;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.guest-Ui .newSRView .SR-tials .items img {
  width: 40px;
}
.guest-Ui .newSRView .SR-tials .items img.imgActive {
  display: none;
}
.guest-Ui .newSRView .SR-tials .items p {
  margin: 0px;
  font-weight: 500;
  font-size: var(--f-size16);
  color: #cf2e22;
  margin-top: 5px;
}
.guest-Ui .newSRView .SR-tials .items.active {
  background: #cf2e22;
  background-image: linear-gradient(#ac1f15, #ff685c);
}
.guest-Ui .newSRView .SR-tials .items.active img {
  display: none;
}
.guest-Ui .newSRView .SR-tials .items.active img.imgActive {
  display: block;
}
.guest-Ui .newSRView .SR-tials .items.active p {
  color: #ffffff;
}
.guest-Ui .newSRView .SR-tials .items2 {
  width: calc(100% - 170px);
}
.guest-Ui .newSRView .SR-tials.SR-tials2 .items {
  box-shadow: 0px 5px 10px #c8c8c8;
  position: relative;
}
.guest-Ui .newSRView .SR-tials.SR-tials2 h4 {
  position: absolute;
  bottom: -30px;
  color: #979696;
  text-align: left;
  font-size: var(--f-size14);
  left: 10px;
}
.guest-Ui .newSRView .SR-tials.SR-tials2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  grid-gap: 0px;
}
.guest-Ui .newSRView .SR-tials2 .btnView .btn {
  width: 100%;
  border: 2px solid #cccccc;
  height: 45px;
  font-family: "Poppins";
  text-align: left;
  background: #f4f4f4;
  color: #726f6f;
  font-size: var(--f-size14);
  font-weight: 400;
  border-radius: 8px;
  margin-bottom: var(--f-size20);
}
.guest-Ui .newSRView .SR-tials2 .btnView .btn.active {
  background: #cf2e22;
  border-color: #cf2e22;
  color: #ffffff;
}
.guest-Ui .newSRView .SR-tials2 .btns {
  text-align: right;
  position: absolute;
  right: 0px;
}
.guest-Ui .newSRView .SR-tials2 .btns .btn {
  background: #000000;
  color: #ffffff;
  border: 2px solid #000000;
  height: 38px;
  border-radius: 8px;
  padding: 5px 20px;
  font-size: var(--f-size14);
  font-family: "Poppins";
  letter-spacing: 0.5px;
  box-shadow: 0px 5px 10px #c7c7c7;
  outline: 0px !important;
  font-weight: 500;
  transition: all 0.3s;
}
.guest-Ui .newSRView .SR-tials2 .btns .btn:hover {
  background: #ffffff;
  color: #000000;
}
.guest-Ui .newSRView .SR-tials2 .btns .btn.cnl {
  box-shadow: none;
  color: #000000;
  border: 2px solid #000000;
  background: #ffffff;
  margin-right: 15px;
}
.guest-Ui .newSRView .SR-tials2 .btns .btn.cnl:hover {
  background: #000000;
  color: #ffffff;
}
.guest-Ui .newSRView .SR-tials .items2 h5 {
  font-size: var(--f-size20);
  color: #000000;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.guest-Ui .newSRView .SR-tials .items2 textarea {
  border: 2px solid #cccccc;
  font-family: "Poppins";
  text-align: left;
  background: #f4f4f4;
  outline: 0px !important;
  padding: 10px 20px;
  border-radius: 10px;
  width: 100%;
  font-weight: 400;
  font-size: var(--f-size15);
  margin-bottom: 20px;
}
.guest-Ui .newSRView .SR-tials .items2 .switchToggle {
  display: flex;
  align-items: center;
  font-family: "Poppins";
  color: #000000;
  font-weight: 500;
  font-size: var(--f-size14);
  position: absolute;
  bottom: -30px;
}
.guest-Ui .newSRView .switchToggle .slider {
  border-radius: 30px;
}
.guest-Ui .newSRView .switchToggle .slider:before {
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 2px;
  background-color: #fff;
  border-radius: 50%;
}
.guest-Ui .newSRView .switchToggle .switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
  margin: 0px;
  margin-left: 13px;
}

.guest-Ui .newSRView .switchToggle input:checked + .slider {
  background-color: #cf2e22;
}
.guest-Ui .newSRView .switchToggle input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(15px);
}

/* Let's get this party started */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.3);
}

.modal-fullscreen-xl {
  padding: 0 !important;
  top: 0px;
}
.modal-fullscreen-xl .modal-dialog {
  width: 100% !important;
  max-width: none !important;
  margin: 0;
}
.modal-fullscreen-xl .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0 !important;
  min-height: 100vh;
}
.modal-fullscreen-xl .modal-body {
  overflow-y: auto;
}
.modal-fullscreen-xl .modal-dialog .close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-weight: 300 !important;
  font-size: 39px !important;
  line-height: 20px;
  cursor: pointer !important;
  color: #030b11;
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
  z-index: 9999;
  opacity: 1;
}
.modal-fullscreen-xl .modal-dialog .close span {
  font-size: 40px !important;
  font-weight: 400;
}

.guest-Ui table.fold-table,
table {
  width: 100%;
}
.guest-Ui table.fold-table th,
.guest-Ui table.fold-table td {
  padding: 0.4em;
  color: #000000;
  font-size: var(--f-size15);
}
.guest-Ui table.fold-table th {
  text-align: left;
  border-bottom: 1px solid #000;
  color: #cf2e22;
  font-size: var(--f-size16);
  font-weight: 500;
  width: 16.666%;
  cursor: pointer;
}
.guest-Ui table.fold-table td a {
  color: #007bff;
  cursor: pointer;
}
.guest-Ui table.fold-table td {
  width: 16.666%;
}
.guest-Ui table.fold-table th:first-child,
.guest-Ui table.fold-table td:first-child {
  width: 8%;
}
.guest-Ui table.fold-table th:last-child,
.guest-Ui table.fold-table td:last-child {
  width: 10%;
}
.guest-Ui
  table.fold-table
  th:nth-child(2)
  .guest-Ui
  table.fold-table
  td:nth-child(2) {
  width: 21%;
}
.guest-Ui
  table.fold-table
  th:nth-child(5)
  .guest-Ui
  table.fold-table
  td:nth-child(5) {
  width: 21%;
}
.arriavlInfo
  .react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box {
  width: 90px;
}

.guest-Ui table.fold-table .fa.fa-circle {
  color: #17dc12;
  font-size: var(--f-size15);
  margin-right: 10px;
}

.guest-Ui table.fold-table > tbody tr.view.open td {
  color: #000000;
}

.guest-Ui table.fold-table > tbody tr.view td,
.guest-Ui table.fold-table > tbody tr.view th {
  cursor: pointer;
}
.guest-Ui table.fold-table > tbody tr {
  position: relative;
}
.guest-Ui table.fold-table > tbody tr.fold:after {
  display: none;
}
.guest-Ui table.fold-table > tbody tr.view td:first-child,
.guest-Ui table.fold-table > tbody tr.view th:first-child {
  padding-left: 20px;
  position: initial;
}
.guest-Ui table.fold-table > tbody tr.view td:first-child:before,
.guest-Ui table.fold-table > tbody tr.view th:first-child:before {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 9px;
  height: 16px;
  margin-top: -8px;
  font: 20px fontawesome;
  color: #cf2e22;
  content: "\f105";
  transition: all 0.3s ease;
  left: auto;
  font-weight: 600;
}

.guest-Ui table.fold-table > tbody tr.view.open {
  background: transparent !important;
}
.guest-Ui table.fold-table > tbody tr.view.open td:first-child:before,
.guest-Ui table.fold-table > tbody tr.view.open th:first-child:before {
  transform: rotate(90deg);
}
.guest-Ui table.fold-table > tbody tr.fold {
  display: none;
}
.guest-Ui table.fold-table > tbody tr.fold.open {
  display: table-row;
  background: transparent;
}

.guest-Ui table.fold-table .fold-content {
  padding: 0.5em;
  background: white;
  box-shadow: 0px 4px 10px #e5e5e5;
  margin: 0px 20px;
  border-radius: 5px;
  display: flex;
}
.guest-Ui table.fold-table .fold-content h3 {
  margin-top: 0;
  width: 170px;
  text-align: right;
  margin-right: 10px;
  font-size: var(--f-size15);
  font-weight: 600;
  color: #000000;
}
.guest-Ui table.fold-table .fold-content p {
  background: rgba(207, 46, 34, 0.1);
  padding: 10px 15px;
  font-size: var(--f-size13);
  font-style: italic;
  width: 70%;
  font-weight: 400;
}
.guest-Ui table.fold-table .fold-content > table {
  border: 2px solid #ccc;
}
.guest-Ui table.fold-table .fold-content > table > tbody tr:nth-child(even) {
  background: #000;
}

.modal-open2 {
  overflow: hidden;
}
.modal-open2 .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.guest-Ui .newSRView .SR-tials.SR-slectOrID {
  display: flex;
  height: auto;
  width: 1000px;
  align-items: center;
}
.guest-Ui .newSRView .SR-tials.SR-slectOrID .home-slider {
  grid-column-gap: 50px;
  margin-top: 15px;
}
.guest-Ui .newSRView .SR-tials.SR-slectOrID h4 {
  font-weight: 600;
  font-size: var(--f-size18);
}
.guest-Ui .newSRView .SR-tials.SR-slectOrID .form-group {
  display: flex;
  align-items: center;
  width: 450px;
  margin: auto;
}
.guest-Ui .newSRView .SR-tials.SR-slectOrID .form-group label {
  width: 200px;
}
.guest-Ui .newSRView .SR-tials.SR-slectOrID .form-group .form-control {
  width: calc(100% - 220px);
  border-color: #cf2e22;
  box-shadow: 0px 0px 10px #cccccc;
}
select {
  background-image: url(../../images/orderImages/icon/down-arrow.png) !important;
  -webkit-appearance: none;
  background-position-x: calc(100% - 10px) !important;
  padding-right: 23px !important;
  background-repeat: no-repeat !important;
  background-position-y: center !important;
  background-size: 13px !important;
}
.btnView .btn.validation {
  border-color: red !important;
}
.guest-Ui .exploreCommuteSelect {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.guest-Ui .myReservation .exploreCommuteSelect h1 {
  padding: 0px;
  margin: 0px;
  border: 0px;
}
.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom img {
  margin: 0px;
  width: auto !important;
}
button.gm-control-active > img {
  box-sizing: content-box;
  display: none;
  left: 50%;
  pointer-events: none;
  position: absolute !important;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0px !important;
}

.guest-Ui .myReservation .communityDetails ul.nav.nav-tabs {
  margin: 0px;
  margin-bottom: 25px;
  padding: 0px;
  border-radius: 0px;
  box-shadow: none;
  display: flex;
  flex-wrap: wrap;
  height: 95px;
  overflow: auto;
}
.guest-Ui .myReservation .communityDetails ul.nav.nav-tabs li {
  width: 25%;
  display: block;
}
.guest-Ui .myReservation .communityDetails ul.nav.nav-tabs li a {
  display: block;
}
.guest-Ui .myReservation .communityDetails ul.nav.nav-tabs li a span {
  font-size: 11px;
  font-weight: 500;
  display: block;
  text-align: center;
  width: 100%;
}
.guest-Ui .myReservation .communityDetails ul.nav.nav-tabs li a i {
  background: #f5d2d0;
  color: #cf2e22;
  font-size: var(--f-size20);
  height: 60px;
  border-radius: 10px 10px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.guest-Ui .exploreLocation .details.detailsTopPlace {
  position: absolute;
  top: 20px;
  left: 0px;
  z-index: 999;
}
.guest-Ui .exploreLocation .details.detailsTopPlace .topPlaces {
  height: calc(100vh - 350px);
  overflow: auto;
}

.guest-Ui .sa-team .members {
  margin-bottom: 20px;
  padding-bottom: 10px;
  height: calc(100vh - 170px);
  overflow: auto;
}
.guest-Ui .sa-team .members .item {
  background: #ffffff;
  margin: var(--f-size25);
  padding: 25px 40px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #dfdfdf;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 5px;
  white-space: normal;
  word-break: break-word;
  margin-left: 5px;
}
.guest-Ui .sa-team .members .item .images {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 0px 5px #c5c5c5;
  margin-right: 25px;
}
.guest-Ui .sa-team .members .item .images img {
  min-height: 100px;
  width: 100%;
}
.guest-Ui .sa-team .members .item .images img.imageIcon {
  opacity: 0.3;
}
.guest-Ui .sa-team .members .item span b {

  font-weight: 700;
}
.guest-Ui .sa-team .members .item span a {
  color: #007bff;
}

.guest-Ui .sa-team .members .item h2 {
  font-size: var(--f-size20);
  font-weight: 600;
  color: #cf2e22;
  margin-bottom: 10px;
}
.guest-Ui .sa-team .members .item h3 {
  font-size: var(--f-size16);
  font-weight: 400;
}
.guest-Ui .sa-team .members .item h4 {
  font-size: var(--f-size18);
  font-weight: 500;
}
.guest-Ui .sa-team .members .item p {
  position: absolute;
  bottom: -10px;
  left: 0px;
  right: 0px;
  text-align: center;
  font-size: var(--f-size15);
  font-weight: 400;
  font-style: italic;
  color: rgba(207, 46, 34, 0.5);
}

.guest-Ui .modal .sliderView.arriavlInfo {
  margin-top: 30px;
  width: 830px;
  margin: auto;
  background: #ffffff;
  box-shadow: 0px 0px 10px #e5e5e5;
  padding: 25px;
  border-radius: 10px;
}
.guest-Ui .modal .sliderView.arriavlInfo b {
  font-family: "Poppins";
  font-weight: 400;
}
.guest-Ui .modal .sliderView.arriavlInfo a {
  color: #007bff;
}
.guest-Ui .modal .arriavlInfo form {
  border-radius: 0px;
  padding: 0px;
  margin: 0px;
  box-shadow: none;
}
.arriavlInfo .arriavlInfoBtns {
  display: flex;
  justify-content: space-between;
}

.arriavlInfo .arriavlInfoBtns .btn {
  width: 30%;
  text-align: center;
  color: #cf2e22;
  border-radius: 15px;
  margin-top: 10px;
  height: 200px;
}
.arriavlInfo .arriavlInfoBtns .btn img {
  width: 65%;
  margin: auto;
}
.arriavlInfo .arriavlInfoBtns .btn span {
  display: block;
  color: #cf2e22;
  font-size: var(--f-size20);
  font-weight: 500;
}
.arriavlInfo .arriavlInfoBtns .btn img {
  display: block;
}
.arriavlInfo .arriavlInfoBtns .btn img.activeImg {
  display: none;
}

.arriavlInfo .arriavlInfoBtns .btn.active {
  background: #cf2e22;
  color: #ffffff;
}
.arriavlInfo .arriavlInfoBtns .btn.active span {
  color: #ffffff;
}
.arriavlInfo .arriavlInfoBtns .btn.active img {
  display: none;
}
.arriavlInfo .arriavlInfoBtns .btn.active img.activeImg {
  display: block;
}
.modal .sliderView.arriavlInfo .nextView .btn {
  background: #ffffff;
  color: #cf2e22;
  border-radius: 7px;
  box-shadow: 0px 0px 5px #f1d1d1;
  font-size: var(--f-size13);
  margin-top: 15px;
  padding: 6px 30px;
  font-weight: 600;
  border: 2px solid #cf2e22;
}
.modal .sliderView.arriavlInfo .nextView .btn:hover {
  background: #cf2e22;
  color: #ffffff;
  transition: all 0.3s;
}
.modal .sliderView.arriavlInfo .form-group .progress {
  height: 5px;
  background: #cccccc;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 60px;
  overflow: visible;
  margin-top: 30px;
  position: relative;
  border-radius: 10px;
}
.modal .sliderView.arriavlInfo .form-group .progress-bar {
  float: left;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #939191;
  -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  box-shadow: none;
  position: relative;
  -webkit-animation: animate-positive 2s;
  animation: animate-positive 2s;
  border-radius: 10px;
}
.modal .sliderView.arriavlInfo .form-group .progress .progress-bar:after {
  content: "";
  display: block;
  border: 1px solid #cf2e22;
  /* border-bottom: 21px solid transparent; */
  position: absolute;
  top: -9px;
  right: -12px;
  width: 20px;
  height: 20px;
  background: #cf2e22;
  border-radius: 50%;
}
.modal .sliderView.arriavlInfo .form-group .progress .progress-value {
  font-weight: 500;
  position: absolute;
  top: 15px;
  right: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  left: 0;
  font-family: "Poppins";
  font-size: var(--f-size17);
  color: #636363;
}
.modal .sliderView.arriavlInfo .form-group .progress .progress-value span {
  font-family: "Poppins";
  font-size: var(--f-size17);
  color: #636363;
}
.form-control.calendar-icon {
  background-image: url(../images/calendar-icon.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 97% 10px;
  cursor: pointer;
}

.guest-Ui .newSRView .SR-tials22 {
  width: 720px !important;
}
.guest-Ui .newSRView .SR-tials22.SR-tials2 .items {
  width: 250px;
  height: auto;
  margin-bottom: 20px;
  overflow: hidden;
}
.guest-Ui .newSRView .SR-tials.SR-tials22 .items2 {
  width: calc(100% - 320px);
}
.guest-Ui .newSRView .SR-tials.SR-tials22 .items img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}
.guest-Ui .newSRView .SR-tials22 .cardImg {
  height: 100px;
  overflow: hidden;
  width: 100%;
}
.guest-Ui .newSRView .SR-tials22 .card-body {
  padding: 5px 10px;
}
.guest-Ui .newSRView .SR-tials22 h1 {
  font-size: var(--f-size15);
  font-weight: 600;
  color: #000;
}
.guest-Ui .newSRView .SR-tials.SR-tials22 P {
  font-weight: 400;
  font-size: var(--f-size11);
  color: #737272;
}
.guest-Ui .newSRView .SR-tials.SR-tials22 p.s_message {
  color: green;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
  font-size: var(--f-size17);
  font-weight: 500;
}
.guest-Ui .newSRView .SR-tials.SR-tials22 .btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.guest-Ui .newSRView .SR-tials.SR-tials22 .btm a {
  letter-spacing: 0px;
  font-size: var(--f-size11);
  font-weight: 600;
}
.guest-Ui .newSRView .SR-tials.SR-tials22 .card-body .btn {
  font-size: var(--f-size11);
  padding: 5px;
  border-radius: 4px;
}
.guest-Ui .newSRView .SR-tials.SR-tials22 .tail {
  display: flex;
  align-items: center;
  background: #cf2e22;
  width: 100%;
  padding: 7px 10px;
}
.guest-Ui .newSRView .SR-tials.SR-tials22 .tail span {
  letter-spacing: 0px;
  font-size: var(--f-size16);
  font-weight: 400;
  color: #ffffff;
}
.guest-Ui .newSRView .SR-tials.SR-tials22 .items .tail img {
  width: var(--f-size30);
  border-radius: 0px;
  margin-right: 15px;
}

.guest-Ui .newSRView .SR-tials22 .oneTail {
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 1px 10px #d8d8d8;
  border-radius: 10px;
  overflow: hidden;
  align-items: center;
  margin-bottom: 15px;
  width: 100%;
}
.guest-Ui .newSRView .SR-tials22 .oneTail .image {
  width: 80px;
  height: 80px;
  color: #cf2e22;
  font-size: 40px;
  text-align: center;
  line-height: 80px;
  background: rgba(255, 0, 0, 0.2);
}
.guest-Ui .newSRView .SR-tials22 .oneTailText {
  width: calc(100% - 100px);
}

.guest-Ui .newSRView .SR-tials22 .oneTail .image img {
  width: 40px;
}
.guest-Ui .newSRView .SR-tials22.SR-tials2 .items {
  box-shadow: none !important;
  padding: 8px;
  margin-bottom: 0px;
  overflow: initial;
}
.guest-Ui .newSRView .SR-tials22 .tail-shadow {
  box-shadow: 0px 5px 10px #dfdfdf;
  border-radius: 10px;
  width: 100%;
}
.arriavlInfo .react-datepicker__input-container,
.arriavlInfo .react-datepicker-wrapper {
  width: 100%;
}

.react-datepicker-wrapper input {
  background-position-x: calc(100% - 15px) !important;
}

.arriavlInfo h3 {
  color: #51a939;
  background: rgba(81, 169, 57, 0.2);
  font-size: var(--f-size16);
  padding: 10px 20px;
  border-radius: 10px;
  margin: 20px 0px;
}
.arriavlInfo h4 {
  color: #000000;
  font-weight: 400;
  font-size: var(--f-size15);
  margin-bottom: 20px;
  line-height: 20px;
}
.arriavlInfo h4 a {
  color: #007bff;
  font-weight: 400;
  font-size: var(--f-size15);
}
.arriavlInfo h5 {
  font-weight: 500;
  color: #787878;
  font-style: italic;
  padding-top: 10px;
}
.arriavlInfo form {
  margin: 30px 0px;
  background: #ffffff;
  box-shadow: 0px 0px 10px #e5e5e5;
  padding: 25px;
  border-radius: 10px;
}
.arriavlInfo form label {
  font-weight: 500;
  font-size: var(--f-size17);
  margin-bottom: 15px;
  color: #000000;
}
.arriavlInfo form label.small {
  font-weight: 400;
  font-size: var(--f-size15);
  margin-bottom: 15px;
  color: #766b6b;
  margin-top: -10px;
  display: block;
}
.arrivalRadiobtn input[type="radio"]:after {
  width: 20px;
  height: 20px;
}
input[type="radio"]:checked:after,
.radio input[type="radio"]:checked:after,
.radio-inline input[type="radio"]:checked:after {
  border-color: #cf2e22;
  background: #cf2e22;
}
.arriavlInfo form .arrivalRadiobtn label {
  font-weight: 400;
  margin-right: 40px;
  display: inline-flex;
  align-items: center;
}
.arriavlInfo form .form-control {
  height: 45px;
  font-family: "Poppins";
  font-size: var(--f-size16);
  background-color: #f5f5f5;
  font-weight: 400;
  color: #000000;
  padding: 10px 20px;
  border-color: whitesmoke;
  outline: 0px;
  box-shadow: none;
}
.arriavlInfo form textarea.form-control {
  height: auto;
}
.arriavlInfo form .view-buttons .btn {
  background: #cf2e22;
  color: #ffffff;
  border-radius: 7px;
  box-shadow: 0px 0px 15px #dbabab;
  font-size: 13px;
}

/*  bhoechie tab */
div.bhoechie-tab-container {
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 12px;
  -moz-border-radius: 12px;
  margin-top: 20px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  opacity: 0.97;
  overflow: hidden;
  margin-bottom: 100px;
}

div.bhoechie-tab-menu div.list-group {
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group > a {
  margin-bottom: 0;
  font-weight: 500;
  font-size: var(--f-size20);
  color: #cf2e22;
}
div.bhoechie-tab-menu div.list-group > a .glyphicon,
div.bhoechie-tab-menu div.list-group > a .fa {
  color: #5a55a3;
}
div.bhoechie-tab-menu div.list-group > a:first-child {
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group > a:last-child {
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group > a.active,
div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
div.bhoechie-tab-menu div.list-group > a.active .fa {
  background-color: #dc0808;
  color: #ffffff;
  border-color: #dd1010;
}
div.bhoechie-tab-menu div.list-group > a.active:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #dd1010;
}

div.bhoechie-tab-content {
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
  display: none;
}
.arriavlInfo div.bhoechie-tab-container form {
  box-shadow: none;
  margin: 0px;
  padding: 15px;
  margin-right: 30px;
}
.arriavlInfo div.bhoechie-tab-container form label {
  font-size: var(--f-size16);
  margin-bottom: 10px;
  font-weight: 500;
}
.arriavlInfo div.bhoechie-tab-container form .form-control {
  height: 40px;
  font-size: 14px;
  font-weight: 400;
}
.arriavlInfo div.bhoechie-tab-container form textarea.form-control {
  height: auto;
}
.arriavlInfo div.bhoechie-tab-container form .form-group {
  margin-bottom: 10px;
}

#svg_form_time {
  display: none;
}

.disabled {
  display: none;
}

section {
  transition: transform 0.2s ease-in-out;
}

.arriavlInfo input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #cf2e22;
  margin-top: -6px;
}
.arriavlInfo input[type="range"]:focus {
  outline: none;
}
.guest-Ui .modal-header2 {
  display: flex;
  justify-content: space-between;
  padding: 15px;
}
.guest-Ui .modal-header2 h1 {
  font-size: var(--f-size20);
  font-weight: 500;
  color: #000000;
  margin: 0px;
}
.guest-Ui .modal-header2 .close {
  background: #000000;
  color: #ffffff;
  opacity: 1;
  width: 25px;
  height: 25px;
  font-size: var(--f-size20);
  font-weight: 300;
  line-height: 25px;
  border-radius: 50%;
}
.guest-Ui .modal-content {
  border-radius: 15px;
  padding: 5%;
}
.guest-Ui .modal .backend-values {
  width: 100%;
  margin-bottom: 20px;
}

.guest-Ui .modal .backend-values .red {
  background: #000000;
  padding: 10px;
  color: #ffffff;
  padding-right: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.guest-Ui .modal .backend-values .gray {
  background: #b8d8eb;
  padding: 10px;
  color: #000000;
  padding-right: 60px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.guest-Ui .modal .backend-values .fa.fa-map-marker {
  font-size: var(--f-size30);
  margin-right: 10px;
  width: 40px;
  text-align: center;
}

.guest-Ui .modal .backend-values ul {
  list-style-type: none;
  margin: 0px;
  width: calc(100% - 60px);
}
.guest-Ui .modal .backend-values ul li {
  font-size: 12px;
  margin-bottom: 5px;
}
.guest-Ui .modal .backend-values ul li span {
  float: right;
  width: 100px;
  text-align: right;
}

.guest-Ui .modal .carousel-control {
  display: none;
}
.guest-Ui .modal .image-gallery-slide .image-gallery-image {
  height: auto;
  max-height: inherit;
  min-height: 360px;
}
#take360Tour .modal-body {
  width: 100%;
  margin: 20px auto;
}

#myModalAllPhotos .modal-body {
  width: 650px;
  margin: 20px auto;
}

.guest-Ui .login-form-SA.guestUiChangePass {
  margin: 0px;
  height: calc(100vh - 72px);
  background: #f0f0f0;
}
.guest-Ui .login-form-SA.guestUiChangePass .l-form {
  background: transparent;
}
.guest-Ui .login-form-SA.guestUiChangePass .l-form .item.item2 {
  border-radius: 10px;
}
.guest-Ui .login-form-SA.guestUiChangePass .l-form .item.item2 .btn {
  background: #ffffff;
  color: #cf2e22;
  border: 2px solid #cf2e22;
  border-radius: 7px;
  font-weight: 600;
  box-shadow: 0px 0px 5px #f1d1d1;
}
.guest-Ui .login-form-SA.guestUiChangePass .l-form .item.item2 .btn:hover {
  background: #cf2e22;
  color: #ffffff;
  transition: all 0.3s;
}

#mixedSlider .blue .slick-slide {
  margin: 10px;
  position: relative;
  text-align: center;
  box-shadow: 0px 0px 5px #f1d1d1;
  border-radius: 6px;
  overflow: hidden;
}
#mixedSlider .blue .slick-slide .image {
  width: 100%;
  height: 60px;
  overflow: hidden;
}
#mixedSlider .blue .slick-slide .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mixedSlider .blue .content {
  width: 100%;
  margin: auto;
}
#mixedSlider .blue .slider {
  background: transparent;
}
#mixedSlider .blue .slider .slick-prev,
#mixedSlider .blue .slider .slick-next {
  background: #000000;
  width: 20px;
  height: 35px;
  border-radius: 4px;
  color: #ffffff;
  z-index: 99;
}
#mixedSlider .blue .slider .slick-prev {
  left: 0px;
}

#mixedSlider .blue .slider .slick-next {
  right: 0px;
}
#mixedSlider .blue .slider .slick-prev::before {
  background-image: url(../images/arrow-point-to-left.png);
  background-repeat: no-repeat;
  background-size: 15px;
  content: "";
  width: 15px;
  height: 15px;
  background-position: center;
  position: absolute;
  left: 3px;
  top: 10px;
}

#mixedSlider .blue .slider .slick-next::before {
  background-image: url(../images/arrow-point-to-right.png);
  background-repeat: no-repeat;
  background-size: 15px;
  content: "";
  width: 15px;
  height: 15px;
  background-position: center;
  position: absolute;
  left: 2px;
  top: 10px;
}

#mixedSlider .centerSlick .slick-center2 {
  /* -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  color: #000000;
  opacity: 1;
  transform: scale(1.08); */
  background: #f0f0f0;
}
#mixedSlider .centerSlick p {
  font-size: 12px;
  margin: 15px 0px;
  font-weight: 400;
}
#mixedSlider .slick-prev:before,
#mixedSlider .slick-next:before {
  color: #000000;
}

.center div {
  opacity: 0.8;
  transition: all 300ms ease;
}

.modal.mobileModal {
  display: none !important;
}
div#image-gallery.modal {
  z-index: 1051;
}
.guestUI-backdrop.modal-open .modal-backdrop.in,
.guestUI-backdrop .modal-backdrop.in {
  opacity: 0;
  display: none;
}
.guest-Ui .myReservation .sideMenu .viewMore {
  display: none;
}
.guest-Ui .myReservation .sideMenu .viewMore.cView {
  display: block;
}

.guest-Ui .myReservation .communityDetails ul.para {
  box-shadow: none;
  border-radius: 0px;
  padding: 0px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.guest-Ui .myReservation .communityDetails ul.para li {
  display: block;
  width: calc(50% - 15px);
  text-align: left;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #dfdfdf;
  padding: var(--f-size25);
}

.guest-Ui .myReservation .communityDetails ul.para li a {
  text-decoration: underline !important;
  color: #007bff;
}
.guest-Ui .myReservation .communityDetails ul.para li span.image {
  display: block;
  width: 80px !important;
  height: 80px;
  border: 2px solid #000000;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 15px;
  padding: 12px;
  margin-left: 0px;
}
.guest-Ui .myReservation .communityDetails ul.para li span img {
  width: 100%;
}
.guest-Ui .myReservation .communityDetails ul.para li h4 {

  font-size: var(--f-size18);
}
.guest-Ui .myReservation .communityDetails ul.para li p {

  font-size: var(--f-size12);
  font-weight: 400;
  margin: 0px;
}
.guest-Ui .myReservation .communityDetails ul.para li p a {

  font-size: var(--f-size12);
  font-weight: 400;
}
.guest-Ui .myReservation ul.para.paraTail {
  flex-wrap: wrap;
  margin-bottom: 0px;
}

.guest-Ui .myReservation ul.para.paraTail li {
  background: #f9f9f9;
  margin-bottom: 30px;
}
.guest-Ui .myReservation ul.para.paraTail li span {

  font-size: var(--f-size18);
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  width: 100% !important;
  color: #222222;
  margin-bottom: 10px;
}
.guest-Ui .myReservation ul.para.paraTail li span strong {

  font-size: var(--f-size20);
  font-weight: 600;
}
.guest-Ui .myReservation ul.para.paraTail li p {
  font-size: var(--f-size16);
  text-align: justify;
}
.guest-Ui .myReservation ul.para.paraTail li p.network {
  display: flex;
  color: #222222;
  font-weight: 600;
}
.guest-Ui .myReservation ul.para.paraTail li p.network b {
  width: 15%;
}
.guest-Ui .myReservation ul.para.paraTail li p.network i {
  width: 40%;

  font-weight: 400;
  font-style: normal;
}
.guest-Ui .myReservation ul.para.paraTail li p a {
  font-size: var(--f-size16);

  color: #0d6efd;
  text-decoration: none !important;
}
.guest-Ui .myReservation ul.para.paraTail li span:last-child {

  font-size: var(--f-size16);
  font-weight: 600;
  color: #222222;
}
.guest-Ui .myReservation ul.para.paraTail li table {
  margin: 0px;
}

.guest-Ui .myReservation .boxUl {
  margin: var(--f-size25);
  padding: var(--f-size25);
  border-radius: 10px;
  box-shadow: 0px 0px 10px #dfdfdf;
  margin-left: 5px;
}
.guest-Ui .myReservation .boxUl ul {
  padding: 0px;
  margin: 0px;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 20px;
  padding-bottom: 20px;
  /* border-bottom: 2px solid #cccccc; */
}
.guest-Ui .myReservation .boxUl ul:last-child {
  padding: 0px;
  margin: 0px;
  border: 0px;
}
.map-alignment .gmnoprint .gm-style-mtc ul {
  border-radius: 0px !important;
}
.map-alignment .gmnoprint .gm-style-mtc ul li {
  margin: 0px;
  display: block;
  font-size: var(--f-size14) !important;
}
.map-alignment .gmnoprint .gm-style-mtc ul li span {
  width: auto !important;
}
.map-alignment .gmnoprint .gm-style-mtc ul li span img {
  margin-top: -5px;
  margin-right: 5px;
}
.guest-Ui #take360Tour .modal-content,
.guest-Ui #myModalAllPhotos .modal-content,
.guest-Ui #myModalInstructions .modal-content,
.guest-Ui #modalFullBookingDetails .modal-content {
  padding-top: 2%;
}
.guest-Ui #take360Tour .modal-header,
.guest-Ui #myModalAllPhotos .modal-header,
.guest-Ui #myModalInstructions .modal-header {
  position: relative;
}

div#guestLoader {
  position: relative;
  margin-top: 30px;
  text-align: center;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 100%;
  min-height: 75vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
div#guestLoader .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 3px;
  /* background: #e22826; */
  background: #000000;
  animation: wave 1.3s linear infinite;
}
div#guestLoader .dot:nth-child(2) {
  animation-delay: -1.1s;
}
div#guestLoader .dot:nth-child(3) {
  animation-delay: -0.9s;
}
div#guestLoader .dot:nth-child(4) {
  animation-delay: -0.7s;
}

.guestUiChangePass div#guestLoader {
  min-height: initial;
}
.logoutLoader div#guestLoader {
  position: absolute;
  background: rgb(255 255 255 / 60%);
  top: 0px;
  margin-top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 9;
}

@keyframes wave {
  0%,
  40%,
  60%,
  100% {
    transform: initial;
  }
  30% {
    transform: translateY(-15px);
  }
}

.guest-Ui .table > thead > tr > th {

  font-weight: 600;
}

.modal pre {

  font-size: var(--f-size15);
  font-weight: 400;
  margin: 0px;
  white-space: pre-wrap;
  background-color: white;
  border: 0;
  word-break: break-word;
}

/*================== Responsive Design =======================*/

@media (min-width: 1500px) {
  .guest-Ui .myReservation.myReserveOnly .sideMenu {
    width: 32vw;
    padding: 1.5vw;
  }
  .guest-Ui .myReservation .banner img {
    height: 15vw;
  }
  .guest-Ui .myReservation .communityDetails ul li {
    margin-bottom: 1rem;
  }
  .guest-Ui .myReservation .boxUl ul {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
  .guest-Ui .myReservation .communityDetails ul.items {
    max-height: 22.25rem;
  }

  .guest-Ui .myReservation {
    min-height: calc(100vh - 8.2rem);
  }
  .guest-Ui .myReservation .sideMenu {
    height: calc(100vh - 8.2rem);
  }
  .guest-Ui .myReservation.myReserveOnly.hotelOrder {
    min-height: calc(100vh - 4.5vw);
  }

  .guest-Ui ul li.userAccount span.user {
    height: 3vw;
    width: 3vw;
    height: 5rem;
    width: 5rem;
  }
  .guest-Ui .navbar {
    height: 4.5vw;
  }
  .guest-Ui .navbar-light .navbar-nav li {
    margin: 0px 0.8vw;
  }
  .guest-Ui .nav-btns {
    width: 23.5vw;
  }
  .guest-Ui a.navbar-brand {
    width: 23.5vw;
  }
  .guest-Ui .nav-dropsDown .dropdownContain {
    padding-top: 1.8vw;
  }
  .guest-Ui .myReservation .banner img {
    border-radius: 0.8vw 0.8vw 0px 0px;
  }
  .guest-Ui a.navbar-brand img {
    width: 11vw;
    width: 18rem;
  }
  .guest-Ui .myReservation .communityDetails {
    padding-top: 1.7vw;
    margin-left: 34.4vw;
  }
  .guest-Ui .myReservation.myReserveOnly .communityDetails {
    padding-top: 1.7vw;
    margin-left: 34vw;
  }
  .guest-Ui .exploreLocation .details {
    width: 34.4vw;
  }
  .guest-Ui .exploreLocation .details.detailsTopPlace {
    top: 1.5vw;
    height: calc(100vh - 11rem);
  }
  .guest-Ui .exploreLocation .details.detailsTopPlace .topPlaces {
    height: calc(100vh - 36rem);
    overflow: auto;
  }

  .guest-Ui .myReservation .communityDetails ul li span:first-child {
    width: 12.5vw;
  }
  .guest-Ui .myReservation .communityDetails ul li b {
    width: 3vw;
  }
  .guest-Ui .myReservation .communityDetails ul li span:last-child {
    width: calc(100% - 15.5vw);
  }

  .guest-Ui .myReservation .banner h2 {
    margin-top: 0.7vw;
  }
  .guest-Ui .myReservation .banner {
    padding-bottom: 0.7vw;
  }
  .guest-Ui .myReservation .sideMenu ul.timings {
    margin: 1vw 0px;
  }

  .guest-Ui .exploreLocation .topPlaces .cnt .btn {
    padding: 3px 8px !important;
    line-height: initial !important;
  }
  .m-r-5 {
    margin-right: 0.4vw;
  }
  .guest-Ui .myReservation .entryInfoGallery .itmeGallery .thumb {
    height: 14vw;
  }
  .guest-Ui .myReservation .entryInfoGallery .itmeGallery {
    grid-gap: 2vw;
  }
  .guest-Ui .sa-team .members .item .images {
    width: 7.3vw;
    height: 7.3vw;
    margin-right: 2vw;
  }
  .guest-Ui .sa-team .members .item {
    padding: 2vw 4vw;
  }
  #myModalAllPhotos .modal-body {
    width: 50vw;
  }
  .image-gallery-slides {
    height: 26.5vw;
  }
  .guest-Ui .modal .image-gallery-slide .image-gallery-image {
    min-height: 26.5vw;
  }
  .image-gallery-left-nav,
  .image-gallery-right-nav {
    height: 2.8vw;
    width: 1.8vw;
  }
  .image-gallery-left-nav .image-gallery-svg,
  .image-gallery-right-nav .image-gallery-svg {
    height: 2vw;
    width: 1vw;
  }

  .image-gallery-thumbnail {
    height: 6vw;
    width: 10vw;
  }
  .modal-fullscreen-xl .modal-dialog .close {
    top: 1vw;
    right: 1vw;
    font-size: 2.8vw !important;
  }
  .guest-Ui .home-slider .card img {
    height: 15rem;
    object-fit: cover;
    min-height: initial;
    max-height: initial;
  }
  .guest-Ui .sliderView .container {
    width: 90rem;
  }
  .guest-Ui .sliderView h1 {
    font-size: var(--f-size30);
    letter-spacing: 0.1vw;
  }
  .guest-Ui .home-slider .card h1 {
    margin-bottom: 0.4vw;
  }
  .guest-Ui .home-slider .card p {
    margin-bottom: 0.4vw;
  }

  .guest-Ui .sliderView .nav-tabs li {
    margin-right: var(--f-size30);
  }
  .guest-Ui .home-slider .card span.btm .btn,
  .guest-Ui .btn.guestThemeBtn {
    font-size: var(--f-size12);
  }
  .guest-Ui .home-slider .card {
    border-radius: 0.5vw;
    padding-bottom: 2.5vw;
  }
  .guest-Ui #image-gallery .modal-body {
    width: 50vw;
  }
  .guest-Ui .newSRView .SR-tials22 .cardImg {
    height: 9vw;
  }
  .guest-Ui .newSRView .SR-tials22.SR-tials2 .items {
    width: 20vw;
    min-width: 20vw;
    margin-right: 3vw;
  }
  .guest-Ui .newSRView .SR-tials.SR-tials22 .items2 {
    width: 100%;
  }
  .guest-Ui .newSRView .SR-tials2 .btns .btn {
    height: 2.6vw;
  }

  .guest-Ui .newSRView .SR-tials .items2 .switchToggle {
    font-size: var(--f-size16);
  }
  .guest-Ui .newSRView .SR-tials {
    width: 50vw;
  }
  .guest-Ui .newSRView .SR-tials .items {
    width: 10.5vw;
    height: 9.5vw;
  }

  .guest-Ui .newSRView .SR-tials2 .btnView .btn {
    height: 3vw;
    border-radius: 0.6vw;
  }
  .guest-Ui .navbar-light .navbar-nav .nav-link {
    padding: 0.5vw 0vw;
  }
  .guest-Ui .navbar-light .navbar-nav .nav-link:after {
    height: 0.2vw;
  }
  .guest-Ui .newSRView .SR-tials22 {
    width: 55vw !important;
  }
}

@media (min-width: 1600px) {
  #mixedSlider .blue .slick-slide .image {
    width: 100%;
    height: 80px;
    overflow: hidden;
  }
  /*.guest-Ui .exploreLocation .details.detailsTopPlace .topPlaces{
      height: calc(100vh - 370px);
      overflow: auto;
     }*/
  #mixedSlider .centerSlick p {
    font-size: var(--f-size15);
    font-weight: 500;
  }

  .guest-Ui .exploreLocation .topPlaces .image {
    width: 13vw;
    height: 13vw;
    min-width: 13vw;
  }
}

@media (min-width: 1680px) {
  .guest-Ui .myReservation.myReserveOnly .sideMenu {
    padding: 1.2vw;
  }
  .guest-Ui .myReservation {
    min-height: calc(100vh - 9.2rem);
  }
  .guest-Ui .myReservation .sideMenu {
    height: calc(100vh - 9.2rem);
  }
  .guest-Ui .myReservation .map-alignment {
    height: calc(100vh - 11.5rem);
  }
  .guest-Ui .exploreLocation .details.detailsTopPlace .topPlaces {
    height: calc(100vh - 40rem);
  }
  .guest-Ui .exploreLocation .details.detailsTopPlace {
    top: 1.5vw;
    height: calc(100vh - 12rem);
  }
  .guest-Ui .exploreLocation .topPlaces .image {
    width: 13vw;
    height: 11vw;
    min-width: 13vw;
  }
  .guest-Ui .exploreLocation .topPlaces .image img {
    width: 100%;
  }
  .guest-Ui .exploreCommuteSelect {
    margin-bottom: 2rem;
  }
  .guest-Ui .exploreCommuteSelect .form-control {
    height: 4rem;
  }
  .guest-Ui .exploreLocation .topPlaces .item {
    margin-bottom: 2.5rem;
  }
  .guest-Ui .exploreLocation .topPlaces .cnt {
    padding: 1rem;
    padding-left: 2rem;
  }
  .guest-Ui .exploreLocation .topPlaces .cnt span {
    margin-bottom: 1rem;
  }

  .guest-Ui .exploreLocation .topPlaces .cnt p {
    margin-bottom: 1rem;
  }
  .guest-Ui .exploreLocation .topPlaces .cnt .btn {
    left: 2rem;
    bottom: 1rem;
    font-size: var(--f-size12);
  }
  .guest-Ui .exploreLocation .topPlaces .cnt span {
    font-size: var(--f-size13);
    color: #848484;
    display: block;
    margin-bottom: 0px;
    font-size: var(--f-size11);
  }
  .guest-Ui .exploreLocation .topPlaces .cnt span i {
    font-size: var(--f-size13);
    padding: 0px 5px;
    color: red;
  }
  .guest-Ui .exploreCommuteSelect .form-control {
    font-size: var(--f-size13);
  }

  .guest-Ui .exploreLocation .topPlaces .cnt .btn {
    padding: 4px 10px !important;
  }
  .guest-Ui .newSRView .SR-tials.SR-slectOrID {
    width: 130rem;
  }
  .guest-Ui .newSRView .SR-tials.SR-slectOrID .home-slider {
    grid-column-gap: 5rem;
    margin-top: 1.5rem;
  }
  .guest-Ui .home-slider .card {
    padding-bottom: 5rem;
  }
  .guest-Ui .home-slider .card span.btm .btn {
    bottom: 1.5rem;
    font-size: var(--f-size13);
  }
  .guest-Ui .newSRView .SR-tials22 h1 {
    font-size: var(--f-size18);
  }

  .guest-Ui .newSRView .SR-tials.SR-tials22 .btm a {
    font-size: var(--f-size14);
    padding-bottom: 1rem;
  }
  .guest-Ui .newSRView .SR-tials.SR-tials22 .tail span {
    font-size: var(--f-size17);
  }
  .guest-Ui .newSRView .SR-tials.SR-tials22 .tail {
    padding: 1rem;
    border-radius: 1rem;
  }
  .guest-Ui .newSRView .SR-tials2 .btnView .btn {
    font-size: var(--f-size16);
  }
  .guest-Ui .newSRView .SR-tials2 .btns .btn {
    font-size: var(--f-size16);
    height: auto;
    padding: 1rem 4rem !important;
  }

  .guest-Ui .newSRView .SR-tials .items img {
    width: 5rem;
    margin-bottom: 1rem;
  }
  .guest-Ui .newSRView .SR-tials .items p {
    font-size: var(--f-size18);
  }
  .guest-Ui .newSRView .SR-tials.SR-tials22 P {
    font-size: var(--f-size14);
    margin: 0.5rem 0px;
  }
  .guest-Ui .newSRView .SR-tials.SR-tials22 .items2 {
    position: relative;
  }

  #myModalInstructions.modal-fullscreen-xl .modal-body {
    overflow: initial;
  }
  .guest-Ui .newSRView .SR-tials.SR-tials2 h4 {
    bottom: -3rem;
    left: 1rem;
  }
  div#guestLoader .dot {
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 0.5rem;
  }
  .guest-Ui .newSRView .SR-tials.SR-tials22 .items img {
    border-radius: 1rem 1rem 0px 0px;
  }
}

@media (min-width: 1920px) {
  .guest-Ui .navbar-light .navbar-nav .nav-link {
    padding: 0.4vw 0vw;
  }
  .guest-Ui .navbar-light .navbar-nav .nav-link:after {
    height: 0.15vw;
  }
  .guest-Ui .myReservation.myReserveOnly .communityDetails {
    padding-top: 1.2vw;
  }
  .guest-Ui .myReservation.myReserveOnly .sideMenu {
    padding: 1.2vw;
  }
  .guest-Ui .myReservation {
    min-height: calc(100vh - 9.2rem);
  }
  .guest-Ui .myReservation .sideMenu {
    height: calc(100vh - 9.2rem);
  }

  .guest-Ui .exploreLocation .topPlaces .cnt .btn {
    padding: 0.45vw 1.5vw !important;
    line-height: 1.2vw !important;
  }
  .guest-Ui .navbar-light .navbar-nav .nav-link {
    font-size: var(--f-size18);
  }
}
@media (min-width: 2048px) {
  .guest-Ui .myReservation .InstructionsList {
    height: auto;
  }
  .guest-Ui .myReservation {
    min-height: calc(100vh - 9.9rem);
  }
  .guest-Ui .myReservation .sideMenu {
    height: calc(100vh - 9.9rem);
  }
  .guest-Ui .myReservation .map-alignment {
    height: calc(100vh - 13rem);
  }
  .guest-Ui .exploreLocation .details.detailsTopPlace .topPlaces {
    height: calc(100vh - 43rem);
  }
  .guest-Ui .exploreLocation .details.detailsTopPlace {
    top: 1.5vw;
    height: calc(100vh - 13rem);
  }
}
@media (min-width: 2560px) {
  .guest-Ui .myReservation .InstructionsList {
    height: auto;
  }
  .guest-Ui .myReservation {
    min-height: calc(100vh - 9.9rem);
  }
  .guest-Ui .myReservation .sideMenu {
    height: calc(100vh - 9.9rem);
  }
  .guest-Ui .myReservation .map-alignment {
    height: calc(100vh - 14rem);
  }
  .guest-Ui .exploreLocation .details.detailsTopPlace .topPlaces {
    height: calc(100vh - 43rem);
  }
  .guest-Ui .exploreLocation .details.detailsTopPlace {
    top: 1.5vw;
    height: calc(100vh - 13.5rem);
  }
  #mixedSlider .blue .slick-slide .image {
    height: 120px;
  }
}
@media (min-width: 3820px) {
  .guest-Ui .myReservation .InstructionsList {
    height: auto;
  }
  .guest-Ui .myReservation {
    min-height: calc(100vh - 11rem);
  }
  .guest-Ui .myReservation .sideMenu {
    height: calc(100vh - 11rem);
  }
  #mixedSlider .blue .slick-slide .image {
    height: 220px;
  }
  .guest-Ui .myReservation .map-alignment {
    height: calc(100vh - 16rem);
  }
  .guest-Ui .exploreLocation .details.detailsTopPlace .topPlaces {
    height: calc(100vh - 48.5rem);
  }
  .guest-Ui .exploreLocation .details.detailsTopPlace {
    top: 1.5vw;
    height: calc(100vh - 16rem);
  }
  .guest-Ui .myReservation.myReserveOnly .sideMenu {
    box-shadow: 0px 1rem 1rem #bdacac;
  }
  .guest-Ui .exploreLocation .topPlaces .cnt span {
    font-size: var(--f-size13);
    margin-bottom: 0.5rem;
  }
  .guest-Ui .exploreLocation .topPlaces .cnt span {
    font-size: var(--f-size13);
    margin-bottom: 0.5rem;
  }
  .guest-Ui .exploreLocation .topPlaces .cnt h2 {
    font-size: var(--f-size20);
  }
  .guest-Ui .exploreLocation .topPlaces .cnt p {
    font-size: var(--f-size15);
  }
  .guest-Ui .exploreLocation .topPlaces .cnt .btn a {
    font-size: var(--f-size13);
  }
}

@media (max-width: 1366px) {
  .guest-Ui .tryItView {
    background-image: url(../images/tryitnow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 50%;
  }

  .guest-Ui .myReservation.myReserveOnly .communityDetails {
    padding-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .guest-Ui a.navbar-brand {
    width: 235px;
  }
  .guest-Ui .nav-btns {
    width: 235px;
    min-width: 235px;
  }
  .guest-Ui a.navbar-brand img {
    width: 130px;
  }
  .guest-Ui ul li.userAccount span.user {
    height: 35px;
    width: 35px;
  }
  .guest-Ui .nav-dropsDown ul li.drop.userAccount {
    margin-left: 10px;
  }
  .guest-Ui ul li.userAccount span {
    font-size: 13px;
  }
  .guest-Ui ul li.userAccount span i {
    font-size: 10px;
  }

  .guest-Ui .navbar-light .navbar-nav li {
    margin: 0px 7px;
  }
  .guest-Ui .navbar-light .navbar-nav .nav-link {
    font-size: var(--f-size15);
  }
  .guest-Ui .home-slider {
    grid-column-gap: 50px;
  }
  .guest-Ui .bookingList .panel-title > a::after {
    width: 66%;
  }

  .guest-Ui .myReservation .entryInfoGallery .itmeGallery .thumb img {
    height: 100%;
  }

  .guest-Ui .myReservation.myReserveOnly .communityDetails {
    margin-left: 420px;
  }
  .guest-Ui .myReservation.myReserveOnly .sideMenu {
    width: 400px;
  }
  .guest-Ui .myReservation .banner img {
    height: 200px;
  }
}

@media (max-width: 1099px) {
  .guest-Ui .myReservation .communityDetails ul.items {
    height: auto;
    max-height: initial;
  }
  .guest-Ui .myReservation .entryInfoGallery .itmeGallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .guest-Ui .myReservation .entryInfoGallery .itmeGallery .thumb {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    padding: 0px;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .guest-Ui .navbar .navbar-toggle {
    display: none;
  }
}

@media (max-width: 991px) {
  .guest-Ui .nav-dropsDown .dropdownContain {
    transform: initial;
    right: auto !important;
  }
  .guest-Ui .navbar .container-fluid {
    display: block;
  }
  .guest-Ui .navbar .navbar-toggle {
    display: block;
  }
  .guest-Ui .navbar .navbar-nav > li {
    float: initial;
  }

  .guest-Ui .navbar-collapse.collapse.in {
    height: auto !important;
    overflow: initial !important;
  }
  .guest-Ui .navbar-nav {
    display: block;
    text-align: left;
    padding-left: 15px;
  }
  .guest-Ui a.navbar-brand img {
    width: 150px;
  }
  .guest-Ui .navbar .navbar-toggler {
    position: absolute;
    top: 5px;
    right: 255px;
    outline: 0px !important;
    box-shadow: none !important;
    position: static;
  }
  .guest-Ui .nav-btns {
    display: flex;
    flex-direction: column;
    width: 220px;
    position: absolute;
    top: 5px;
    right: 30px;
    position: static;
  }
  .guest-Ui .nav-dropsDown ul li.drop.userAccount {
    margin-left: 15px;
    display: block;
    margin-top: 10px;
  }
  .guest-Ui .navbar-light .navbar-nav .nav-link {
    padding: 10px 0px;
    margin: 5px 0px;
  }
  .guest-Ui .home-slider {
    grid-template-columns: repeat(2, 1fr);
  }
  .guest-Ui .bookingList .cntView {
    margin: 20px 0px;
  }

  .guest-Ui .bookingList .panel-title > a::after {
    width: 58%;
  }
  .guest-Ui .exploreLocation .details {
    width: 450px;
  }
  .guest-Ui .exploreLocation .topPlaces .image {
    width: 150px;
    height: 150px;
  }
  .guest-Ui .exploreLocation .topPlaces .cnt {
    width: calc(100% - 160px);
  }
  .guest-Ui .exploreLocation .topPlaces .cnt .btn {
    font-size: 10px;
    padding: 3px 10px;
  }
  .guest-Ui .exploreLocation .topPlaces .cnt h2 {
    font-size: var(--f-size16);
  }
  .guest-Ui .exploreLocation .topPlaces .cnt p {
    font-size: 12px;
  }
  .guest-Ui .exploreLocation .thumbnails {
    grid-template-columns: repeat(3, 1fr);
  }
  .guest-Ui .exploreLocation .thumbnails .item:last-child {
    display: none;
  }
  .guest-Ui .myReservation .sideMenu {
    width: 350px;
  }
  .guest-Ui .myReservation .banner img {
    height: 180px;
  }
  .guest-Ui .myReservation .banner h2,
  .guest-Ui .myReservation .sideMenu .cDetails h2 {
    font-size: var(--f-size16);
    font-weight: 600;
  }
  .guest-Ui .myReservation .banner h3 {
    font-size: 12px;
  }
  .guest-Ui .myReservation .sideMenu ul.timings li,
  .guest-Ui .myReservation .sideMenu ul.timings li span,
  .guest-Ui .myReservation .sideMenu .cDetails h3 span,
  .guest-Ui .myReservation .sideMenu .cDetails h3,
  .guest-Ui .myReservation .sideMenu .cDetails ul li,
  .guest-Ui .myReservation .sideMenu .cDetails ul li span {
    font-size: 13px;
  }
  .guest-Ui .myReservation .sideMenu ul.listView li,
  .guest-Ui .myReservation .sideMenu ul.listView li span {
    font-size: 14px;
  }
  .guest-Ui .myReservation .communityDetails {
    margin-left: 470px;
  }
  .guest-Ui .myReservation .communityDetails ul li span {
    font-size: 14px;
  }
  .guest-Ui .myReservation .communityDetails ul li span:first-child {
    width: 120px;
  }
  .guest-Ui .myReservation .communityDetails ul li span:last-child {
    width: calc(100% - 140px);
    font-size: var(--f-size16);
  }
  .guest-Ui .myReservation .communityDetails ul li b {
    text-align: center;
  }
  .guest-Ui .modal .sliderView.arriavlInfo {
    width: 700px;
  }
  .arriavlInfo .arriavlInfoBtns .btn {
    height: 170px;
  }
  .guest-Ui .myReservation .communityDetails ul.items {
    height: 100%;
  }
  .guest-Ui .myReservation .lc_map {
    height: 100%;
  }
  .guest-Ui .myReservation .entryInfoGallery .itmeGallery .thumb {
    height: 150px;
  }
  .guest-Ui .map-alignment #content {
    width: auto !important;
  }
  .guest-Ui .map-alignment .gm-style .gm-style-iw-c {
    padding: 15px !important;
    min-height: 270px;
  }

  .guest-Ui .myReservation .communityDetails ul.para {
    display: block;
  }
  .guest-Ui .myReservation .communityDetails ul.para li {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 850px) {
  .guest-Ui .myReservation .map-alignment {
    height: 350px;
  }
  .guest-Ui .myReservation .banner img {
    height: auto;
  }

  .guest-Ui .exploreLocation .details.detailsTopPlace {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
  .guest-Ui .myReservation .communityDetails {
    margin-left: 0px;
  }
  .guest-Ui .exploreLocation .details {
    position: static;
    width: 100%;
    height: auto;
  }
  .guest-Ui .myReservation.myReserveOnly .communityDetails {
    margin-left: 0px;
  }
  .guest-Ui .myReservation.myReserveOnly .sideMenu {
    width: 100%;
    position: static;
  }
  .guest-Ui .myReservation .entryInfoGallery .itmeGallery .thumb {
    height: 250px;
  }
  .guest-Ui .myReservation .InstructionsList {
    height: auto;
    margin-top: 0px;
  }
  #mixedSlider .blue .slick-slide .image {
    height: 180px;
  }
  #mixedSlider .centerSlick p {
    font-size: var(--f-size20);
  }
  .guest-Ui .newSRView .SR-tials .items2 .switchToggle {
    position: static;
    margin-bottom: 10px;
  }
  .guest-Ui .newSRView .SR-tials2 .btns {
    position: static;
  }
  .guest-Ui .myReservation.myReserveOnly .mobileCommunity {
    display: none;
  }
  .guest-Ui .myReservation.myReserveOnly .modal .communityDetails {
    display: block;
  }

  .modal.in.mobileModal {
    display: block !important;
  }
  .guest-Ui .myReservation .sideMenu .viewMore {
    display: block;
  }
  .guest-Ui .myReservation .modal .communityDetails h1 {
    margin: 0px;
    margin-bottom: 30px;
  }
  .guest-Ui .myReservation .modal .communityDetails ul,
  .guest-Ui .myReservation .communityDetails .entryInfoGallery {
    margin: 6px;
    margin-top: 20px;
  }
  .guest-Ui .myReservation .communityDetails ul.para {
    margin: var(--f-size25);
  }
  .guest-Ui .myReservation ul.para.paraTail {
    margin-left: 5px;
    margin-right: 5px;
  }

  .guest-Ui .myReservation .boxUl {
    margin-right: 5px;
  }
}

@media (max-width: 767px) {
  .guest-Ui .home-slider {
    grid-gap: 25px;
  }
  .guest-Ui .bookingList .panel-title > a::after {
    width: 40%;
  }
  .guest-Ui .bookingList h2 {
    font-size: var(--f-size20);
  }
  .guest-Ui .bookingList .imageView {
    height: auto;
  }
  .guest-Ui .exploreLocation .details {
    position: static;
    width: 100%;
  }
  .guest-Ui .myReservation .sideMenu {
    position: static;
    width: 100%;
    height: 100%;
  }
  .guest-Ui .myReservation .communityDetails {
    margin-left: 0px;
  }
  .guest-Ui .myReservation .communityDetails h1 {
    margin: 0px 25px;
  }
  .guest-Ui .myReservation .banner img {
    height: auto;
    max-height: 350px;
  }
  .guest-Ui .myReservation .InstructionsList {
    margin-top: 0px;
  }
  .guest-Ui table.fold-table th {
    min-width: 120px;
  }
  .guest-Ui .newSRView .SR-tials {
    grid-gap: 15px;
    width: 100%;
  }
  .guest-Ui .newSRView .SR-tials .items {
    width: 120px;
    height: 110px;
  }
  .guest-Ui .newSRView .SR-tials .items img {
    width: 30px;
  }
  .guest-Ui .newSRView .SR-tials .items p {
    font-size: 14px;
  }
  .guest-Ui .newSRView .SR-tials2 .btns .btn {
    height: 35px;
    font-size: 12px;
    padding: 4px 20px;
    font-weight: 600;
  }
  .guest-Ui .newSRView .SR-tials .items2 .switchToggle {
    font-size: 13px;
  }
  .guest-Ui .newSRView .SR-tials.SR-tials2 h4 {
    bottom: -45px;
  }
  .guest-Ui .modal .sliderView.arriavlInfo {
    width: 90%;
  }
  .arriavlInfo .arriavlInfoBtns .btn {
    padding: 20px 5px;
    height: auto;
  }
  .arriavlInfo .arriavlInfoBtns .btn span {
    font-size: var(--f-size15);
    font-weight: 500;
  }
  .arriavlInfo .arriavlInfoBtns .btn img {
    width: 50%;
  }
  .guest-Ui .newSRView .SR-tials22 {
    display: block;
    width: 90% !important;
  }
  .guest-Ui .newSRView .SR-tials22.SR-tials2 .items {
    margin: auto;
  }
  .guest-Ui .newSRView .SR-tials.SR-tials22 .items2 {
    width: 250px;
    margin: auto;
    margin-top: 35px;
  }
  .guest-Ui .newSRView .SR-tials2 .btns {
    position: static;
  }
  #take360Tour .modal-body,
  #myModalAllPhotos .modal-body {
    width: 90%;
  }
  #mixedSlider .blue .slick-slide .image {
    height: 130px;
  }
  #mixedSlider .centerSlick p {
    font-size: var(--f-size20);
  }
  .guest-Ui .myReservation.myReserveOnly .communityDetails {
    margin-left: 0px;
  }
  .guest-Ui .myReservation.myReserveOnly .sideMenu {
    width: 100%;
  }
  .guest-Ui #image-gallery .modal-body {
    width: 100%;
  }
  .guest-Ui .newSRView .SR-tials22 {
    width: 100%;
  }

  .guest-Ui .login-form-SA.guestUiChangePass {
    padding-top: 5px;
  }
}
@media (max-width: 667px) {
  .guest-Ui .myReservation .entryInfoGallery .itmeGallery .thumb {
    height: 200px;
  }
}
@media (max-width: 567px) {
  .guest-Ui .sa-team .members .item {
    flex-direction: column;
    text-align: center;
    padding: 15px;
  }

  .guest-Ui .sa-team .members .item .images {
    margin: 0px;
    margin-bottom: 15px;
  }

  .guest-Ui .myReservation .communityDetails ul li b {
    display: none;
  }
  .guest-Ui .myReservation .communityDetails ul li span {
    width: auto !important;
  }
  .guest-Ui .myReservation .communityDetails ul li {
    display: block;
  }
  .guest-Ui .nav-btns {
    display: flex;
    flex-direction: row;
    top: 50px;
    width: auto;
    left: 10px;
    right: 10px;
    justify-content: space-between;
    align-items: center;
  }
  .guest-Ui .nav-btns > ul {
    justify-content: flex-end;
    width: 100%;
  }
  .guest-Ui ul li.userAccount span {
    width: auto;
  }

  .guest-Ui ul li.userAccount span i {
    display: block;
  }
  .guest-Ui .nav-dropsDown ul li .dropdownContain {
    transform: initial;
  }
  .guest-Ui .nav-dropsDown ul li:hover .dropdownContain {
    top: 100%;
    left: auto;
    right: 0px;
    transform: initial;
    padding-top: 0px;
  }

  .guest-Ui a.navbar-brand {
    width: 180px;
  }
  .guest-Ui .navbar .navbar-toggler {
    right: 10px;
  }

  .guest-Ui .home-slider {
    grid-template-columns: repeat(1, 1fr);
    width: 300px;
    margin: 35px auto;
  }
  .guest-Ui .bookingList .panel-title > a::after {
    display: none;
  }
  .guest-Ui .bookingList .panel-group {
    margin: 0px -10px;
  }
  .guest-Ui .exploreLocation iframe {
    height: 250px;
  }
  .guest-Ui .exploreLocation .topPlaces .image {
    width: 120px;
  }
  .guest-Ui .exploreLocation .topPlaces .cnt {
    width: calc(100% - 130px);
  }
  .guest-Ui .newSRView .SR-tials {
    grid-template-columns: repeat(3, 1fr);
  }
  .guest-Ui .newSRView .SR-tials .items2 .switchToggle {
    position: static;
    margin-bottom: 15px;
  }
  .guest-Ui .sliderView h1 {
    font-size: var(--f-size22);
  }
  .arriavlInfo .arriavlInfoBtns .btn {
    width: 100%;
  }
  .arriavlInfo .arriavlInfoBtns {
    flex-direction: column;
  }
  .guest-Ui .modal .image-gallery-slide .image-gallery-slides {
    height: 160px;
  }
  .guest-Ui .modal .image-gallery-slide .image-gallery-image {
    min-height: 160px;
  }
  .guest-Ui .newSRView .SR-tials.SR-tials2 {
    flex-direction: column;
  }
  .guest-Ui .newSRView .SR-tials.SR-tials22 .items2 {
    margin-top: 60px;
  }
  #mixedSlider .blue .slick-slide .image {
    height: 110px;
  }
  #mixedSlider .centerSlick p {
    font-size: var(--f-size16);
  }
  .guest-Ui .myReservation .entryInfoGallery .itmeGallery .thumb {
    height: 150px;
  }
  .guest-Ui .exploreCommuteSelect {
    flex-direction: column;
    align-items: initial;
  }
  .guest-Ui .exploreLocation .details h1 {
    padding-bottom: 15px;
    margin: 0px;
  }

  .arriavlInfo .react-datepicker__navigation--previous {
    left: 30px;
  }
  .arriavlInfo
    .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
    right: 80px;
  }
  .arriavlInfo .react-datepicker__month-container,
  .arriavlInfo .react-datepicker__month-container {
    width: 230px;
  }
  .arriavlInfo .react-datepicker__day-name,
  .arriavlInfo .react-datepicker__day,
  .arriavlInfo .react-datepicker__time-name {
    margin: 6px;
  }
  .guest-Ui .modal .sliderView.arriavlInfo {
    width: 100%;
    padding: 15px;
    white-space: normal;
    word-break: break-word;
  }
  .guest-Ui #myModalInstructions .modal-content {
    padding: 0px;
  }
}

@media (max-width: 400px) {
  .guest-Ui .myReservation .sideMenu h1 {
    font-size: 20px;
  }
  .guest-Ui .map-alignment .gm-style .gm-style-iw-c {
    padding: 15px !important;
    min-height: 230px;
  }

  .guest-Ui .home-slider {
    width: 270px;
  }
  .guest-Ui .exploreLocation .topPlaces .image {
    width: 100%;
    height: 150px;
  }
  .guest-Ui .exploreLocation .topPlaces .image img {
    width: 100%;
    height: 150px;
  }
  .guest-Ui .exploreLocation .topPlaces .cnt {
    width: 100%;
  }
  .guest-Ui .exploreLocation .topPlaces .cnt .btn {
    position: static;
  }

  .guest-Ui .exploreLocation .topPlaces .item {
    flex-direction: column;
    margin: 6px;
    margin-bottom: 20px;
  }
  .guest-Ui .exploreLocation .details h1 {
    font-size: var(--f-size20);
  }
  .guest-Ui .exploreLocation .thumbnails {
    grid-template-columns: repeat(2, 1fr);
  }
  .guest-Ui .exploreLocation .thumbnails .item:last-child {
    display: block;
  }
  .guest-Ui .sliderView .nav-tabs li {
    margin-right: 20px;
  }
  .guest-Ui .sliderView .nav-tabs li.btnLi .btn {
    padding: 4px 10px;
    font-size: 11px;
  }
  .guest-Ui .serviceRequestLogin {
    width: 100%;
  }
  .guest-Ui .newSRView .SR-tials {
    grid-template-columns: repeat(2, 1fr);
    max-width: 260px;
  }
  .guest-Ui .newSRView .SR-tials.SR-tials2 {
    max-width: initial;
  }
  .modal-fullscreen-xl .modal-dialog .close {
    top: 17px;
  }
  .guest-Ui .modal-header h1 {
    font-size: var(--f-size20);
    font-weight: 700;
  }
  .guest-Ui .newSRView h2 {
    font-size: var(--f-size20);
  }
  .guest-Ui .newSRView .SR-tials .items2 {
    width: calc(100% - 140px);
  }
  .guest-Ui .myReservation .entryInfoGallery .itmeGallery .thumb {
    height: 100px;
  }

  .arriavlInfo .react-datepicker {
    width: 270px;
  }

  .arriavlInfo
    .react-datepicker__time-container
    .react-datepicker__time
    .react-datepicker__time-box {
    width: 77px;
  }

  .arriavlInfo .react-datepicker__day-name,
  .arriavlInfo .react-datepicker__day,
  .arriavlInfo .react-datepicker__time-name {
    margin: 4px;
  }

  .arriavlInfo .react-datepicker__month-container,
  .arriavlInfo .react-datepicker__month-container {
    width: 190px;
  }
}

/*===============================================================
                         leadershipTeam
==================================================================*/
.leadershipView {
  padding-bottom: 30px;
}
.lsv_banner {
  border-bottom: 5px solid #e2231a;
  position: relative;
  margin-bottom: 30px;
}
.lsv_banner img {
  width: 100%;
}
.lsv_banner h1 {
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: var(--fontFamily);
  font-weight: 600;
  color: #e2231a;
  font-size: 4rem;
  bottom: 0px;
  right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
}
.lsv_banner h1 span {
  color: #ffffff;
  font-family: var(--fontFamily);
  font-weight: 600;
  font-size: 4rem;
  padding-left: 34px;
  position: relative;
}
.lsv_banner h1 span::after {
  content: " ";
  position: absolute;
  width: 5px;
  left: 15px;
  bottom: 9px;
  top: 9px;
  margin: auto;
  background: white;
}
.leadershipView h3 {
  font-family: var(--fontFamily);
  font-weight: 600;
  color: #000000;
  font-size: 30px;
  text-align: center;
  margin: 30px 0px;
}
.leadershipView .container-fluid {
  width: 90%;
  margin: auto;
  background: transparent;
}
/* .lsv_team{
  display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 40px;
    text-align: center;
} */
.lsv_team {
  display: flex;
  justify-content: center;
  grid-gap: 2%;
  flex-wrap: wrap;
}
.lsv_team .item {
  width: 15%;
  text-align: center;
}

.lsv_team .pic {
  overflow: hidden;
  border: 4px solid #e2231a;
  border-radius: 50%;
}
.lsv_team .pic img {
  width: 100%;
  height: 100%;
}
.lsv_team h2 {
  font-family: "Helvetica Neue";
  font-weight: bold;
  font-size: 20px;
}
.lsv_team p {
  font-family: "Helvetica Neue";
  font-weight: normal;
  font-size: 16px;
}
ul.umpquaBankamenities{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  overflow: auto;
  display: grid;
    grid-template-columns: repeat(3,1fr);
}
.dean_amenities ul.umpquaBankamenities li {
  font-size: 15px;
  padding: 5px 0px;
  list-style-type: none;
}
.dean_amenities ul.umpquaBankamenities li img {
  width: 35px;
  margin: 0;
  margin-right: 15px;
  
}
@media (min-width: 1900px) {
  .lsv_banner h1 span,
  .lsv_banner h1 {
    font-size: 40px;
  }
  .leadershipView h3 {
    font-size: 35px;
  }
  .lsv_team h2 {
    font-size: 23px;
  }
  .lsv_team p {
    font-size: 20px;
  }
  .lsv_team .pic {
    border: 5px solid #e2231a;
  }
}
@media (min-width: 2400px) {
  .lsv_banner h1 span,
  .lsv_banner h1 {
    font-size: 45px;
  }
  .leadershipView h3 {
    font-size: 40px;
  }
  .lsv_team h2 {
    font-size: 30px;
  }
  .lsv_team p {
    font-size: 25px;
  }
}

@media (max-width: 1600px) {
  .leadershipView h3 {
    font-size: 25px;
  }
  .lsv_team h2 {
    font-size: 18px;
  }
  .lsv_team p {
    font-size: 15px;
  }
}
@media (max-width: 1366px) {
  .lsv_team h2 {
    font-size: 15px;
  }
  .lsv_team p {
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .lsv_banner h1,
  .lsv_banner h1 span {
    font-size: 3rem;
  }
  .lsv_banner h1 span::after {
    height: 65%;
    width: 4px;
  }
  .leadershipView h3 {
    font-size: 20px;
  }
  .lsv_team h2 {
    font-size: 14px;
  }
  .lsv_team p {
    font-size: 11px;
  }
  .lsv_team .pic {
    border: 3px solid #e2231a;
  }
}
@media (max-width: 991px) {
  .lsv_banner {
    margin-bottom: 20px;
  }

  .leadershipView .container-fluid {
    width: 100%;
  }
  .lsv_team h2 {
    font-size: 13px;
  }
  ul.umpquaBankamenities{
    
    grid-template-columns: repeat(2,1fr);
    grid-gap: 25px;
  }
  .dean_amenities ul.umpquaBankamenities li {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .lsv_banner h1 span,
  .lsv_banner h1 {
    font-size: 25px;
  }
  .lsv_banner h1 span::after {
    width: 4px;
    height: 70%;
  }
  .lsv_banner {
    border-bottom: 3px solid #e2231a;
  }
  .lsv_team {
    grid-gap: 5%;
  }

  .lsv_team .item {
    width: 30%;
  }
  .lsv_team h2 {
    font-size: 16px;
  }
  .lsv_team p {
    font-size: 14px;
  }
}

@media (max-width: 567px) {
  .lsv_banner h1 {
    font-size: 17px;
  }
  .lsv_banner h1 span {
    font-size: 17px;
    padding-left: 20px;
  }
  .lsv_banner h1 span::after {
    width: 2px;
    height: 65%;
    left: 8px;
  }
  .lsv_team {
    grid-column-gap: 1%px;
  }
  .lsv_team {
    grid-gap: 10%;
  }

  .lsv_team .item {
    width: 45%;
  }

  img.altair-deanClogo.umpqua {
    width: 75px;
  }
  ul.umpquaBankamenities{
    
    grid-template-columns: repeat(1,1fr);
    grid-gap: 25px;
  } 
}

.black_img_clr{
  filter: brightness(0);
}
.guest_testmonials_slider .owl-carousel.owl-drag .owl-item {
  max-width: initial;
}
.guest_testmonials_slider .owl-carousel.GreatSchools-community.owl-loaded.owl-drag {
  max-width: initial;
}



img.logo-black-filter{
  filter: brightness(0) !important;
}

.form-group.reserve_card.dupcard {
  padding: 10px 0 12px 10px;
}