@charset "utf-8";
/* CSS Document */
.deanpage {
  text-align: center;
}
.deanpage_banner {
  text-align: center;
  position: relative;
}
.deanbannerimg img {
  width: 100%;
}

.deanpage_banner .banner_text {
  position: absolute;
  width: 100%;
  bottom: 0px;
  background: linear-gradient(0deg, #404040, transparent);
  padding-top: 80px;
}
.deanpage_banner .banner_text h2 {
  text-transform: uppercase;
  color: #000000;
  font-size: 60px;
  font-weight: bold;
}
.deanpage_banner .banner_text h2 span {
  color: #ffffff;
  font-size: 50px;
  position: relative;
  top: -3px;
  font-weight: 400;
}
.deanpage_banner .banner_text h2 span b {
  font-size: 50px;
  font-weight: bold;
}
.deanpage_banner .banner_text .text_bg {
  /* background-image: linear-gradient(transparent, #f1eded); */
  height: 100%;
}

.deanpage_banner .ribbon {
  font-size: 17px;
  position: relative;
  background: #000000;
  color: #fff;
  text-align: center;
  padding: 0px 0px;
  height: 60px;
  line-height: 55px;
  margin: 1em auto 2em;
  width: 80%;
  margin-left: 0px;
}
.deanpage_banner .ribbon .ribbon-content {
  font-size: 25px;

  font-weight: 600;
}

.deanpage_banner .ribbon:after {
  content: "";
  position: absolute;
  display: block;
  border: 30px solid #000000;
  top: 0px;
}

.deanpage_banner .ribbon:after {
  right: -7em;
  border-left-width: 42px;
  border-right-color: transparent;
  border-right-width: 85px;
}
.threeborders {
  border-bottom: 3px solid #000000;
  margin: 10px 0;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.threeborders:before {
  content: "";
  position: absolute;
  border-top: 5px solid #000000;
  width: 100%;
  background: #000000;
  top: -13px;
  left: 0px;
  right: 0px;
}
.threeborders:after {
  content: "";
  position: absolute;
  border-top: 1px solid #000000;
  width: 100%;
  background: #000000;
  top: 13px;
  margin: auto;
  left: 0px;
  right: 0px;
}
.deanbeerbottom h1 {
  font-size: 25px;
  color: #4c4b4b;
  text-align: center;
  font-weight: 600;
}
.deanbeerbottom b {
  font-family: var(--fontFamily);
}
.deanbeerbottom p {
  font-size: 16px;
  color: #707070;
  text-align: center;
  padding: 10px 10px;
}

.deamthubimg {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 20px;
}
.deamthubimg .iteam {
  width: 50%;
}
.deamthubimg .iteam.iteam-text {
  border: 2px solid #000000;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.deamthubimg .iteam.iteam-text h1 {
  font-size: 35px;

  color: #000000;
}

.deanpage .btn.deanbtn {
  background: #000000;
  color: #ffffff;
  border-radius: 0px;
  font-size: 20px;
  margin: 30px 0px;
  padding: 10px 40px;
}
.deanmainheading {
  background: #000000;
  padding: 50px 0;
}
.deanmainheading h1 {
  color: #ffffff;

  font-size: 6em;
  margin-bottom: 20px;
}
.deanmainheading p {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 0px;
}
.dean_tour {
  margin-top: 40px;
}
.deanpage h6 {
  color: #000000;
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 20px;
}

.deanpage h6 span {
  color: #000000;
  padding: 0 10px;
}
.dean_amenities h1 {
  color: #000000;
  font-weight: 600;
}
.dean_amenities img {
  margin: auto;
  margin-top: 30px;
}
.dean_amenities p {
  font-size: 17px;
  color: #636161;
  text-align: left;
}
.dean_amenities ul h1 {
  text-align: left;
}
.dean_amenities ul {
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
}
.dean_amenities ul li {
  font-size: 17px;
  color: #636161;
  list-style-position: inside;
  text-align: left;
  list-style-type: disc;
}
.mg-t-20 {
  margin-top: 20px !important;
}
.mg-b-20 {
  margin-bottom: 20px !important;
}
.mg-t-40 {
  margin-top: 40px !important;
}
.mg-b-40 {
  margin-bottom: 40px !important;
}
.mg-t-50 {
  margin-top: 50px !important;
}
.mg-b-50 {
  margin-bottom: 50px !important;
}
.width100per {
  width: 100%;
}
.dean_gallery {
  margin-top: 40px;
}
.gallery-block {
  padding-bottom: 60px;
  padding-top: 60px;
}

.gallery-block .heading {
  margin-bottom: 50px;
  text-align: center;
}

.gallery-block .heading h2 {
  font-weight: bold;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.gallery-block.compact-gallery .item {
  overflow: hidden;
  margin-bottom: 0;
  background: black;
  opacity: 1;
  width: 100%;
  max-height: 360px;
}

.gallery-block.compact-gallery .item .image {
  transition: 0.8s ease;
  cursor: pointer;
  height: 360px;
  width: 100%;
}

.gallery-block.compact-gallery .item .info {
  position: relative;
  display: inline-block;
}

.gallery-block.compact-gallery .item .description {
  display: grid;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  font-size: 17px;
  line-height: 18px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  opacity: 1;
  color: #fff;
  transition: 0.8s ease;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.39));
}

.gallery-block.compact-gallery .item .description .description-heading {
  font-size: 1em;
  font-weight: bold;
}

.gallery-block.compact-gallery .item .description .description-body {
  font-size: 0.8em;
  margin-top: 10px;
  font-weight: 300;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
a.siteMiddleBookNow {
  position: absolute;
  z-index: 9;
  background-color: #ffffff;
  color: #000000;
  padding: 7px 20px 6px;
  border-radius: 5px;
  margin-top: 10px;
  left: 0px;
  right: 0px;
  max-width: 160px;
  margin: auto;
  margin-top: 15px;
  font-weight: 700;
  line-height: 1.5;
  font-size: 20px;
}

a.siteMiddleBookNow:hover {
  background-color: #000000;
  color: #ffffff;
}

@media (min-width: 576px) {
  .gallery-block.compact-gallery .item .description {
    opacity: 0;
  }

  .gallery-block.compact-gallery .item a:hover .description {
    opacity: 1;
  }
}

.dean_amenities img {
}
.text-left {
  text-align: left !important;
}

.dean_mapheading {
  width: 200px;
  position: absolute;
  top: 60px;
  right: 60px;
  background: #ccc;
}
.dean_mapheading ul {
  margin: 10px;
}
.dean_mapheading ul li {
  background: #ffffff;
  margin: 5px 0;
  padding: 10px 10px;
  text-align: left;
  border: 1px solid #000000;
  border-left-width: 5px;
}
.dean_mapheading ul li a {
  display: block;
  color: #000000;
}
.dean_mapheading ul li a .fa {
}

.dean_floorplan {
  border: 2px solid #000000;
  padding: 20px;
  margin-bottom: 20px;
}
.dean_floorplan .floorimg {
  position: relative;
}
.dean_floorplan .floorimg h2 {
  color: #000000;
}
.dean_floorplan .floorimg img {
  width: 70%;
}
.dean_floorplan .floorimg_expand {
  position: absolute;
  right: 0px;
  color: #000000;
  top: 15px;
  font-size: 20px;
}
.floorimg_textside {
  text-align: left;
  padding-left: 20px;
}
.floorimg_textside h1 {
  color: #000000;
  font-size: 22px;
  margin-bottom: 20px;
  text-align: left;
}
.floorimg_textside h2 {
  color: #000000;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0px;
  font-size: 35px;
}
.floorimg_textside h3 {
  color: #000000;
  font-size: 40px;
  font-family: var(--fontFamily);
  letter-spacing: 1px;
}
.floorimg_textside .btn {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  font-family: sans-serif;
  width: auto;
  padding: 15px 30px;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.floorimg_textside .btn.btn-danger {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  padding: 5px 30px;
  font-size: 20px;
  margin-right: 10px;
}

/* To make it a bit prettier */

.deanresponsive-tabs .tab-content .panel-heading {
  padding: 5px 0px;
  position: relative;
  margin-bottom: 20px;
}

.deanresponsive-tabs .tab-content .panel-heading a {
  display: block;
  background: #000000;
  color: #ffffff;
  border-radius: 0px;

  font-size: 20px;
  padding: 10px 10px;
  border: 2px solid #000000;
}
.deanresponsive-tabs .tab-content .panel-heading a:hover,
.deanresponsive-tabs .tab-content .panel-heading a:focus {
  text-decoration: none;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}

.deanresponsive-tabs .tab-content .panel-heading a:before {
  position: absolute;
  line-height: 0;
  content: "";
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  left: 50%;
  margin-left: -15px;
  border-top: 15px solid #000000;
  bottom: -10px;
}

.deanresponsive-tabs ul.nav-tabs.deantabss {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  border: 0px;
}
.deanresponsive-tabs .nav-tabs.deantabss > li {
  margin: 0px 15px;
  flex-grow: 1;
}
.deanresponsive-tabs .nav-tabs.deantabss > li:first-child {
  margin: 0px;
}
.deanresponsive-tabs .nav-tabs.deantabss > li:last-child {
  margin: 0px;
}

.deanresponsive-tabs .nav-tabs.deantabss > li a {
  background: #000000;
  color: #ffffff;
  border-radius: 0px;

  font-size: 20px;
  padding: 10px 10px;
  border: 2px solid #000000;
}
.deanresponsive-tabs .nav-tabs.deantabss > li.active a {
  background: #ffffff;
  color: #000000;
  border: 2px solid #000000;
}

.deanresponsive-tabs .nav-tabs.deantabss > li a:before {
  position: absolute;
  line-height: 0;
  content: "";
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  left: 50%;
  margin-left: -15px;
  border-top: 15px solid #000000;
  bottom: -15px;
}
.deanresponsive-tabs .nav-tabs.deantabss > li.active a:after {
  position: absolute;
  line-height: 0;
  content: "";
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  left: 50%;
  margin-left: -15px;
  border-top: 15px solid #ffffff;
  bottom: -12px;
}

/* MOBILE style */
@media screen and (max-width: 992px) {
  /*
     * In Mobile, hide the tabs controls and undo some potential damage done by the accordion
     */
  .deanresponsive-tabs ul.nav-tabs.deantabss,
  .deanresponsive-tabs .tab-content .collapse.active:not(.in) {
    display: none;
  }
  .deanresponsive-tabs .tab-content .collapse.in,
  .deanresponsive-tabs .tab-content .collapsing {
    display: block;
  }
  .dean_floorplan .responsive-tabs.floorplans-tabs ul.nav-tabs.deantabss,
  .dean_floorplan
    .responsive-tabs.floorplans-tabs
    .tab-content
    .collapse.active:not(.in) {
    display: block;
  }
  .dean_floorplan .responsive-tabs.floorplans-tabs ul.nav-tabs.deantabss {
    width: 100%;
    text-align: center;
  }
  .dean_floorplan .responsive-tabs.floorplans-tabs ul.nav-tabs.deantabss li {
    float: inherit;
  }
}

/* DESKTOP style */
@media screen and (min-width: 991px) {
  /*
     * In desktop, hide the accordion's controls and undo some potential damage done on the active tab
     */
  .deanresponsive-tabs .panel-heading {
    display: none;
  }
  .deanresponsive-tabs > .active {
    height: auto !important;
  }
}
.deanbeerbottom .wlaks_flex .white-gap {
  display: none;
}
.deanbeerbottom .wlaks_flex {
  margin-top: 30px;
}
.deanbeerbottom .weather-title {
  margin-top: 0px;
  text-align: left;
}
.deanbeerbottom .weather-control {
  padding-top: 5px;
}
.deanbeerbottom .weather-control .weather-city {
  padding-bottom: 5px;
}
.deanpage #tab2 .btn {
}
.deanbeerbottom .interest_item_dtls p {
  font-size: 12px;
}
.deanbeerbottom .sch_mapview ul.location_area_list {
  height: 275px;
  padding-top: 10px;
}
.deanbeerbottom .dean_mapinput {
  position: absolute;
  top: 10%;
  left: 10px;
}
.deanbeerbottom .dean_mapinput .fa {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 20px;
  color: #000000;
}
.deanbeerbottom .dean_mapinput input {
  height: 40px;
  border: 0px;
  padding-left: 30px;
  color: #000000;
  font-size: 16px;
}
.deanbeerbottom .dean_mapinput ::-webkit-input-placeholder {
  /* Edge */
  color: #000000;
}

.deanbeerbottom .dean_mapinput :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000;
}

.deanbeerbottom .dean_mapinput ::placeholder {
  color: #000000;
}
.deanbeerbottom .cityland_con h4 {
  text-align: left;
}

.dean_amenities .iteamdeanam {
  padding: 15px;
  margin-bottom: 15px;
}
.dean_amenities .iteamdeanam .image {
  height: 18rem;
  display: flex;
  align-items: center;
}
.dean_amenities .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
}
.dean_amenities .box .item {
  border: 1px solid #000000;
}
.dean_amenities .iteamdeanam img {
  width: 100%;
  margin: auto;
}
.dean_amenities .iteamdeanam p {
  font-size: 15px;
  color: #636161;
  text-align: center;
}
.floor_pln #thumbs.owl-carousel .owl-item img {
  height: 100%;
}

.deanresponsive-tabs .floorplans-tabs .nav-tabs.deantabss > li a {
  border: 0px;
  display: inline;
  background: transparent;
  color: #000000;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
}
/* .deanresponsive-tabs .floorplans-tabs .nav-tabs.deantabss>li.active a{
    
   
    border-bottom: 2px solid #000000;
} */
.deanresponsive-tabs .floorplans-tabs .nav-tabs.deantabss > li a:before {
  display: none;
}

.floorplans-tabs .tab-content .tab-pane {
  transition: all 3s;
}
.deanresponsive-tabs .floorplans-tabs .nav-tabs.deantabss > li a:after {
  content: "";
  width: 0;
  height: 0;
  margin: 0 auto;
  border: 0px;
  border-bottom: 2px solid #000000;
  display: block;
  transition: width 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: initial;
}
.deanresponsive-tabs .floorplans-tabs .nav-tabs.deantabss > li.active a:after {
  width: 100%;
}
.deanresponsive-tabs .floorplans-tabs ul.nav-tabs.deantabss {
  width: 50%;
  margin: auto;
}
.deanresponsive-tabs .floorplans-tabs .nav-tabs.deantabss > li {
  margin: 0px 15px;
  flex-grow: initial;
  display: inline-block;
}

.dean_floorplan .lc_map {
  height: 680px;
}

.deanbeerbottom .map-alignment {
  height: 100%;
}

.dean_floorplan .gm-style {
  max-width: 1000px !important;
}
.dean_floorplan .deanfloor_smslider.owl-carousel.owl-drag .owl-item .item {
  padding-bottom: 10px;
}
.responsive-tabs.floorplans-tabs {
  position: relative;
}
.deanviewsitemap,
.deanviewsitemap:hover {
  letter-spacing: -1px;
  color: #000000;
  font-size: 16px;
  position: absolute;
  right: 0px;
  padding-top: 15px;
  top: 5px;
}
.deanviewsitemap::after {
  content: "";
  margin: 0 auto;
  border: 0px;
  border-bottom: 2px solid #000000;
  display: block;
}

.dean_floorplan .deanfloor_smslider.owl-carousel.owl-drag .owl-item {
  background: transparent;
  padding: 10px 0px;
  margin: 0px;
  margin-right: -1px;
  color: #000000;
  border-radius: 0px;
  text-align: center;
  cursor: pointer;
  border-bottom: 2px solid #000000;
}
.dean_floorplan
  .deanfloor_smslider.owl-carousel.owl-drag
  .owl-item.current:before {
  content: "";
  position: absolute;
  top: 60%;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  margin-left: -20px;
  border-width: 15px;
  border-bottom-color: #000000;
}

.dean_floorplan
  .deanfloor_smslider.owl-carousel.owl-drag
  .owl-item.current:after {
  content: "";
  position: absolute;
  top: 63%;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  margin-left: -20px;
  border-width: 15px;
  border-bottom-color: #ffffff;
}

.deanfloor_bgslider.owl-carousel {
  width: 90%;
  margin: auto;
}
.deanfloor_smslider.owl-carousel {
  width: 90%;
  margin: auto;
  padding-bottom: 40px;
}

.dean_floorplan .deanfloor_smslider .owl-nav .owl-next,
.dean_floorplan .deanfloor_smslider .owl-nav .owl-prev {
  display: block;
}
.dean_floorplan .deanfloor_smslider .owl-nav .owl-next,
.dean_floorplan .deanfloor_smslider .owl-nav .owl-prev,
.dean_floorplan .deanfloor_smslider .owl-nav .owl-next:hover,
.dean_floorplan .deanfloor_smslider .owl-nav .owl-prev:hover {
  background: transparent;
  width: 22px;
  line-height: 33px;
  height: 40px;
  margin-top: -40px;
  position: absolute;
  text-align: center;
  top: 50%;
  font-size: 40px;
  color: #000000;
}
.dean_floorplan .deanfloor_smslider .owl-nav .owl-next {
  right: -5%;
}
.dean_floorplan .deanfloor_smslider .owl-nav .owl-prev {
  left: -5%;
}
.dean_floorplan .deanfloor_bgslider.owl-theme .owl-nav .owl-next,
.dean_floorplan .deanfloor_bgslider.owl-theme .owl-nav .owl-prev,
.dean_floorplan .deanfloor_bgslider.owl-theme .owl-nav .owl-next:hover,
.dean_floorplan .deanfloor_bgslider.owl-theme .owl-nav .owl-prev:hover {
  background: transparent;
  font-size: 40px;
  color: #000000;
  margin-top: -40px;
  position: absolute;
  text-align: center;
  top: 50%;
}
.dean_floorplan .deanfloor_bgslider .owl-nav .owl-next {
  right: -5%;
}
.dean_floorplan .deanfloor_bgslider .owl-nav .owl-prev {
  left: -5%;
}
.dean_floorplan .deanfloor_bgslider.comm_thumbnail .owl-item .item {
  height: auto;
  border: 0px;
  /* border-top: 2px solid #000000; */
}
.dean_floorplan .deanfloor_bgslider.owl-carousel .owl-item img {
  width: 350px;
  padding-bottom: 0px;
  height: 400px;
}
.deanfloor_bgthumb .owl-carousel .owl-item img {
  padding: 0px !important;
}
.dean_floorplan .floorimg h2 {
  color: #000000;
  font-size: 18px;
  padding: 0px;
  margin: 0px;
}
.dean_floorplan .deanfloor_bgslider.comm_thumbnail .owl-item .item {
  height: 100px;
}
.deanfloor_bgthumb .owl-carousel .owl-item img {
  height: 100%;
}

#floorview .floorexpandheader {
  display: flex;
  justify-content: space-between;
  width: 90%;
  border-bottom: 2px solid #000000;
  float: left;
  padding-top: 20px;
}
/* #floorview .floorexpandheader item{
    color: #000000;
    font-size: 15px;
    
} */
#floorview .modal-header {
  border: 0px;
}
#floorview .modal-header .close {
  opacity: 1;
}
#floorview .modal-header .close .fa {
  color: #000000;
}
#floorview .modal-content {
  border: 2px solid #000000;
  border-radius: 0px;
}

#galleryview .modal-header {
  border: 0px;
}
#galleryview .modal-header .close {
  opacity: 1;
}
#galleryview .modal-header .close .fa {
  color: #000000;
}
#galleryview .modal-content {
  border: 2px solid #000000;
  border-radius: 0px;
}
.photoG_bgG.owl-carousel.owl-loaded {
  width: 80%;
  margin: auto;
}
.photoG_bgG.owl-carousel .owl-item img {
  height: 450px;
}
.deanpage #galleryview .modal {
  overflow: hidden;
}

.photoG_bgG.owl-theme .owl-nav .owl-next,
.photoG_bgG.owl-theme .owl-nav .owl-prev,
.photoG_bgG.owl-theme .owl-nav .owl-next:hover,
.photoG_bgG.owl-theme .owl-nav .owl-prev:hover {
  background: transparent;
  font-size: 40px;
  color: #000000;
  margin-top: -40px;
  position: absolute;
  text-align: center;
  top: 50%;
}
.photoG_bgG .owl-nav .owl-next {
  right: -9%;
}
.photoG_bgG .owl-nav .owl-prev {
  left: -9%;
}

.photoG_smG.owl-carousel.owl-loaded {
  width: 80%;
  margin: auto;
}
.photoG_smG.owl-carousel .owl-item .item {
  height: 130px;
  padding: 0px 2px;
}
.photoG_smG.owl-carousel .owl-item img {
  height: 100%;
}

.photoG_smG.owl-theme .owl-nav .owl-next,
.photoG_smG.owl-theme .owl-nav .owl-prev,
.photoG_smG.owl-theme .owl-nav .owl-next:hover,
.photoG_smG.owl-theme .owl-nav .owl-prev:hover {
  background: transparent;
  font-size: 40px;
  color: #000000;
  margin-top: -40px;
  position: absolute;
  text-align: center;
  top: 50%;
}
.photoG_smG .owl-nav .owl-next {
  right: -9%;
}
.photoG_smG .owl-nav .owl-prev {
  left: -9%;
}

.flex-direction-r-r {
  flex-direction: row-reverse;
}

@media screen and (min-width: 767px) {
  .deanpage #galleryview .modal-dialog {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .deanpage #galleryview .modal-dialog {
    width: 900px;
  }
  .deanpage {
    margin-top: 0px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1399px) {
  .deanpage_banner .ribbon .ribbon-content {
    font-size: 20px;
  }
  .floorimg_textside h1 {
    font-size: 20px;
  }
  .floorimg_textside h2 {
    font-size: 30px;
  }
  .floorimg_textside h3 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1250px) {
  .deanpage .popup-video .modal-dialog {
    width: 1150px;
  }
  .floorimg_textside h1 {
    font-size: 20px;
  }
  .floorimg_textside h2 {
    font-size: 30px;
  }
  .floorimg_textside h3 {
    font-size: 35px;
  }
}

@media screen and (max-width: 1000px) {
  .photoG_smG.owl-carousel .owl-item .item {
    height: 90px;
  }
  .photoG_bgG.owl-carousel .owl-item img {
    height: 400px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .deanpage_banner .ribbon .ribbon-content {
    font-size: 17px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .deamthubimg .iteam.iteam-text h1 {
    font-size: 20px;
    font-weight: 600;
  }
  .deamthubimg .iteam.iteam-text p {
    font-size: 14px;
  }
  .deanpage_banner .banner_text h2 {
    font-size: 40px;
  }
  .deanpage_banner .banner_text h2 span,
  .deanpage_banner .banner_text h2 span b {
    font-size: 35px;
  }

  .deanpage_banner .ribbon .ribbon-content {
    font-size: 15px;
  }
  .dean_amenities .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .dean_amenities .iteamdeanam .image {
    height: 25rem;
  }
}

@media screen and (max-width: 767px) {
  .deanfloor_smslider.owl-carousel.owl-loaded {
    display: none;
  }

  .floorimg_textside h1 {
    text-align: center;
  }

  .deanviewsitemap,
  .deanviewsitemap:hover {
    padding-top: 0px;
    top: 0px;
    position: relative;
    display: inline-block;
  }

  .deamthubimg .iteam.iteam-text h1 {
    font-size: 20px;
    font-weight: 600;
  }
  .deamthubimg .iteam.iteam-text p {
    font-size: 14px;
  }

  .deanpage #galleryview .modal-dialog {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .deanpage_banner .banner_text h2 {
    font-size: 35px;
  }
  .deanpage_banner .banner_text h2 span,
  .deanpage_banner .banner_text h2 span b {
    font-size: 30px;
  }

  .deanpage_banner .ribbon {
    height: 40px;
    line-height: 35px;
  }
  .deanpage_banner .ribbon .ribbon-content {
    font-size: 10px;
  }
  .deanpage_banner .ribbon:after {
    right: -3em;
    border: 20px solid #000000;
    border-left-width: 20px;
    border-right-color: transparent;
    border-right-width: 36px;
  }
  .deanbeerbottom h1 {
    font-size: 17px;
  }
  .deanbeerbottom p {
    font-size: 15px;
  }
  .deanbeerbottom .deamthubimg .iteam {
    width: 100%;
  }
  .deanbeerbottom .deamthubimg:nth-child(odd) {
    flex-direction: column;
  }
  .deanbeerbottom .deamthubimg:nth-child(even) {
    flex-direction: column;
  }
  .deanbeerbottom .dean_mapinput {
    top: 13%;
    width: 80%;
  }
  .dean_mapheading {
    top: 25%;
  }
  .map-alignment {
    height: 100%;
  }
  .deamthubimg .iteam.iteam-text h1 {
    font-size: 22px;
    color: #000000;
    font-weight: 600;
  }
  .deanpage h6 {
    font-size: 12px;
    font-weight: 600;
  }
  .deanpage h6 span {
    padding: 0px 4px;
  }
  .floorimg_textside h3 {
    font-size: 20px;
  }
  .floorimg_textside .btn.btn-danger {
    padding: 10px 23px;
    display: inline;
  }
  .floorimg_textside .btn {
    font-size: 15px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
    padding: 10px 20px;
  }
  .floorimg_textside {
    text-align: center;
    padding: 0;
  }
  .deanpage .btn.deanbtn {
    padding: 10px 29px;
  }

  /* .deanbeerbottom .map-alignment img {
    width: 18px !important;
  } */
  .dean_amenities .box {
    grid-template-columns: repeat(1, 1fr);
    max-width: 320px;
    margin: auto;
  }
  .dean_amenities .iteamdeanam .image {
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .deanpage_banner .ribbon {
    height: 24px;
    line-height: 20px;
    margin: 0px;
    margin-bottom: 10px;
  }
  .deanpage_banner .ribbon .ribbon-content {
    font-size: 7px;
  }
  .deanpage_banner .ribbon:after {
    right: -3em;
    border: 12px solid #000000;
    border-left-width: 20px;
    border-right-color: transparent;
    border-right-width: 36px;
  }
  .deanpage_banner .banner_text h2 {
    font-size: 18px;
    font-weight: 600;
  }
  .deanpage_banner .banner_text h2 span,
  .deanpage_banner .banner_text h2 span b {
    font-size: 15px;
    font-weight: 600;
  }
  .deamthubimg .iteam.iteam-text h1 {
    font-size: 17px;
  }
  .threeborders {
    display: none;
  }
  .deanpage_banner .banner_text {
    background: linear-gradient(0deg, #404040, transparent);
  }
}

.deanpage .popup-video .modal-body {
  width: 100%;
  height: 600px;
}
.dean_floorplan .deanfloor_smslider.owl-theme .owl-nav .disabled {
  opacity: 0;
}
/* bungalow */

.deanpage .modal {
}
.deanpage .modal-header {
  border: 0px;
}
.deanpage .modal-header .close {
  opacity: 1;
  position: relative;
  top: 10px;
  z-index: 999;
}
.dean_amenities .iteamdeanam h1 {
  font-size: 20px;
}

.gallery-block.compact-gallery .no-gutters > .col,
.gallery-block.compact-gallery .no-gutters > [class*="col-"] {
  padding: 5px;
}
.dean_amenities .iteamdeanam h1 {
  font-size: 20px;
}
.gallery-block.compact-gallery .no-gutters > .col,
.gallery-block.compact-gallery .no-gutters > [class*="col-"] {
  padding: 5px;
}
.cursor-pointer {
  cursor: pointer;
}

.width145 {
  width: 145px !important;
}
.auto-confirmpage .intra_header p {
  font-size: 17px;
}
.auto-confirmpage .intra_header h1 {
  font-size: 30px;
  height: 60px;
}
.auto-confirmpage .jessalyne_controll {
  text-align: center;
}
.auto-confirmpage .jessalyne_controll .btn {
  padding: 5px 30px;
  background: #060606;
  color: #ffffff;
  margin-right: 15px;
}
.auto-confirmpage .jessalyne_controll .btn:hover {
  transition: all 0.6s;
  color: #000000;
  background: #ffffff;
}
.auto-confirmpage h6 {
  text-align: center;
  font-weight: 600;
  color: #000000;
  font-size: 20px;
}
.auto-confirmpage .img_div {
  height: 430px;
}
.auto-confirmpage .img_div img {
  height: 100%;
}
.auto_amenities.widget .widget_body {
  height: 450px;
  overflow: auto;
}

/*--------- Spinner Start ---------*/

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.spinner-grow {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow.spinner-grow33 {
  display: block;
  text-align: center;
  margin: auto;
  color: #000000;
}
.intra_header.spinner-grow33 {
  padding-top: 15em;
  padding-bottom: 15em;
}

/*--------- Today 05-09-2019 ---------*/
.deanpageonsep {
  text-align: center;
}
.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.text-left {
  text-align: left !important;
}

.deanpageonsep .deanpage_banner {
  position: relative;
}
.deanpageonsep .banner_text {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
  padding-top: 50px;
  padding-bottom: 20px;
}
.deanpageonsep .banner_text h2 {
  font-size: 60px;
  color: #ffffff;
  letter-spacing: 2px;
}
.deanpageonsep .banner_text h2 span {
  font-family: initial;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 60px;
}
.deanpageonsep .banner_text h2 span b {
  color: #000000;
  top: 0px;
  font-weight: 500;
  font-size: 60px;
}
.deanpageonsep .banner_text h2 b {
  position: relative;
  top: -1px;
}
.deanpageonsep .banner_text h3 {
  color: #000000;
  font-size: 40px;
  font-weight: 400;
  margin-top: 0px;
  font-family: var(--fontFamily);
  margin-bottom: -20px;
}
.deanpageonsep .banner_bootm {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-bottom: 20px;
}
.deanpageonsep .banner_bootm h1 {
  font-size: 3em;
  color: #071822;
  font-weight: 400;
  font-family: var(--fontFamily);
}
.deanpageonsep .banner_bootm img {
  width: 350px;
}
.deanpageonsep .banner_bootm p {
  font-size: 20px;
}
.deanpageonsep .banner_bootm img {
  padding: 7px;
}
.deanpageonsep .btn {
  background: #000000;
  color: #ffffff;
  font-size: 20px;
  border-radius: 30px;
  padding: 6px 20px;
}
.deanpageonsep .gallery {
  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;
  justify-content: space-between;
  height: calc(100% - 40px);
}
.opnsep-center {
  background: rgba(0, 0, 0, 0.9);
  position: relative;
}
.opnsep-center img {
  opacity: 0.7;
}
.opnsep-centerinner {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  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;
  align-content: center;
  justify-content: center;
}
.opnsep-centerinner h1 {
  font-size: 4em;
  color: #ffffff;
  margin-bottom: 50px;
}
.opnsep-centerinner ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.opnsep-centerinner ul li {
  color: #ffffff;
  font-size: 25px;
  padding: 5px;
}
.opnsep-centerinner ul li a {
  color: #ffffff;
  font-size: 15px;
}
.opnsep-centerinner .first-row {
  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;
  justify-content: center;
  height: 100%;
}
.opnsep-centerinner img {
  opacity: 1;
  width: 100px;
  margin-right: 40px;
}
.sepdean_bottom {
  position: relative;
  height: 616px;
  overflow: hidden;
}
.sepdean_bottom .no-gutter {
  height: 100%;
}
.sepdean_bottom h1 {
  font-weight: 600;
}
.sepdean_bottom h2 {
  display: block;
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-left: 15%;
}
.sepdean_bottom h2 b {
  border: 0px solid #4c4c4c;
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  line-height: 26px;
  margin-bottom: 40px;
  margin-right: 10px;
}
.sepdean_bottom h2 b .fa.fa-home {
  border: 0px solid #4c4c4c;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  line-height: 28px;
  margin-bottom: 40px;
  margin-right: 10px;
  background: #0a69af;
  color: #ffffff;
}
.mapbg.fa.fa-home {
  background: #0a69af;
  color: #ffffff;
  font-size: 25px;
  padding: 5px 6px;
  border-radius: 50%;
}
.sepdean_bottom h2 b .fa.fa-map-marker {
  border: 0px solid #4c4c4c;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  line-height: 28px;
  margin-bottom: 40px;
  margin-right: 10px;
  background: transparent;
  color: #000000;
  font-size: 40px;
}
.mapbg.fa.fa-map-marker {
  color: #000000;
  font-size: 40px;
}

.sepdean_bottom h2 span {
  display: block;
  text-align: left;
  font-weight: 500;
}
.sepdean_bottom h2 span a {
  font-size: 18px;
}
.sepdean_bottom h2 span a:hover {
  color: #0a69af;
}
.sepdean_bottom .red_bg {
  background: #000000;
  height: 100%;
}
.sepdean_bottom .red_bg h2 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 300;
  font-family: var(--fontFamily);
  margin-bottom: 30px;
}
.sepdean_bottom .red_bg ul {
  padding-left: 100px;
  margin: 0px;
  text-align: left;
}
.sepdean_bottom .red_bg ul li {
  list-style-type: decimal;
  color: #ffffff;
  font-size: 25px;
  padding: 14px 2px 15px 2px;
  font-weight: 300;
  font-family: var(--fontFamily);
}
.sepdean_bottom .red_bg ul li b {
  font-weight: 500;
}
.click_link {
  color: #007eff;
  font-size: 18px;
}

.mapcircle-ame .lc_map {
  height: 380px;
}

.mapcircle-ame .mapboxgl-canvas {
  left: 0px;
}
.mapcircle-ame .marker img {
  /* width: 26px; */
  /* z-index: 9999; */
  /* height: 35px; */
  width: auto;
  height: auto;
}

.search_port {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  margin-bottom: 30px;
  margin-top: 20px;
}
.search_port .item {
  position: relative;
  width: 300px;
  height: 270px;
  margin: 20px 10px;
  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;
  justify-content: center;
}
.search_port .item h1 {
  color: #ffffff;
  font-size: 20px;
  margin: 0px;
}

.search_port .item hr {
  position: relative;
  border: 0px;
  height: 10px;
  margin: 0px;
  padding-top: 10px;
  max-width: inherit;
}
.search_port .item hr:before {
  content: "";
  position: absolute;
  width: 30px;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  left: 0px;
}
.search_port .item hr:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #ffffff;
  top: 5px;
  right: 0px;
  border-radius: 50%;
}

.search_port .item a img {
  opacity: 0.5;
}
.search_port .item a {
  position: relative;
  background: rgba(0, 0, 0, 1);
}
.search_port .item a p {
  position: absolute;
  top: 40%;
  width: 100%;
  color: #ffffff;
  font-size: 20px;
  padding: 0px 10px;
  margin: 0;
}
.signup-3days {
  position: relative;
  background: #d4e7f2;
  padding: 20px 0px;
}
.signup-3days > img {
  opacity: 0.5;
}
.signup-3days .text {
  position: absolute;
  top: 0px;
  padding: 40px 0px;
  width: 100%;
  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;
  justify-content: space-between;
  height: 100%;
}
.signup-3days .text h1 {
  color: #071822;
  margin: 0px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-bottom: 5px;
}
.signup-3days .text .images .item {
  width: 280px;
  height: 280px;
  background: #ffffff;
  padding: 20px 30px;
  margin: 5px;
  border: 5px solid #000000;
  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;
  justify-content: space-evenly;
}
.signup-3days .text .images {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 20px 0px;
}
.signup-3days .text .images .item img {
  width: 130px;
  margin: 0 auto;
  padding: 0px;
}
.signup-3days .text .images .item p {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}
.signup-3days .text h2 {
  color: #071822;
  font-weight: 600;
  font-size: 25px;
  margin: 0;
  letter-spacing: 1px;
  padding-bottom: 5px;
}
.signup-3days .text .btn {
  width: 200px;
  margin: 0px auto;
}
.mountain-view {
  background-color: #d4e7f2;
}
.deanpageonsep .banner_bootm .row-imagesame {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.deanpageonsep .banner_bootm .row-imagesame img {
  width: 250px;
  padding: 0px !important;
  margin: 5px;
  height: 250px;
}

@media (max-width: 1400px) {
  .sepdean_bottom h2 span a {
    font-size: 16px;
  }
  .opnsep-centerinner ul li {
    font-size: 17px;
  }
  .opnsep-centerinner h1 {
    font-size: 3em;
  }
  .opnsep-center .opnsep-centerinner img {
    opacity: 1;
    width: 100px !important;
    margin-right: 40px;
  }
  .deanpageonsep .banner_bootm h1 {
    font-size: 2em;
  }
  .deanpageonsep .banner_text h2 {
    font-size: 45px;
  }
  .deanpageonsep .banner_text h2 span {
    font-size: 45px;
  }
  .deanpageonsep .banner_text h2 span b {
    font-size: 45px;
  }
  .deanpageonsep .banner_text h3 {
    font-size: 25px;
    font-weight: 400;
  }
  .deanpageonsep .banner_text {
  }
  .sepdean_bottom .red_bg ul li {
    font-size: 20px;
  }
  .sepdean_bottom .red_bg h2 {
    font-size: 20px;
  }
  .sepdean_bottom h1 {
    font-weight: 600;
  }
  .deanpageonsep .banner_bootm img {
    width: 300px;
  }
}

@media (min-width: 991px) and (max-width: 1280px) {
  .deanpageonsep .banner_bootm p {
    font-size: 17px;
  }
  .opnsep-centerinner ul li {
    font-size: 15px;
    padding: 4px 0px;
  }
  .sepdean_bottom h2 {
    font-size: 15px;
    line-height: 25px;
  }
  .sepdean_bottom h2 b {
    width: 25px;
    height: 25px;
    line-height: 21px;
  }
  .sepdean_bottom .red_bg ul li {
    font-size: 17px;
    padding: 10px 5px;
  }
  .sepdean_bottom .red_bg h2 {
    font-size: 18px;
  }
  .sepdean_bottom {
    height: 500px;
  }
  .mapcircle-ame .lc_map {
    height: 286px;
  }
  .signup-3days .text h1 {
    font-size: 30px;
  }
  .deanpageonsep .banner_bootm img {
    width: 280px;
  }
  .deanpageonsep .banner_bootm .row-imagesame img {
    width: 200px;
    padding: 0px !important;
    margin: 5px;
    height: 200px;
  }
}
@media (max-width: 1124px) {
  .sepdean_bottom h2 span a {
    font-size: 14px;
    letter-spacing: 0px;
  }
  .signup-3days .text h1 {
    font-size: 20px;
  }
  .signup-3days .text .images .item {
    width: 200px;
    height: 200px;
  }
  .signup-3days .text .images .item img {
    width: 80px;
  }
  .signup-3days .text .images .item p {
    font-size: 12px;
  }
  .signup-3days .text h2 {
    font-size: 20px;
  }
  .signup-3days > img {
    width: auto !important;
    max-width: inherit;
  }
  .opnsep-center img {
    width: auto !important;
    max-width: inherit;
  }
  .opnsep-center,
  .signup-3days {
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .deanpageonsep .deanpage_banner .deanbannerimg {
    margin-top: 0px !important;
  }
  .deanpageonsep .banner_bootm {
    flex-direction: column;
  }
  .deanpageonsep .banner_bootm .row-imagesame {
    justify-content: center;
  }
  .opnsep-centerinner h1 {
    font-size: 20px;
  }
  .opnsep-center .opnsep-centerinner img {
    width: 50px !important;
  }
  .opnsep-centerinner ul li {
    font-size: 12px;
    padding: 2px;
  }
  .deanpageonsep .banner_bootm .row-imagesame img {
    width: 180px;
    height: 180px;
  }
  .sepdean_bottom {
    height: auto;
  }
  .signup-3days .text .images .item {
    width: 170px;
    height: 170px;
  }
  .signup-3days .text .images .item img {
    width: 60px;
  }
  .signup-3days .text .images .item p {
    font-size: 9px;
  }
  .signup-3days .text h2,
  .signup-3days .text h1 {
    font-size: 17px;
  }
}
@media (max-width: 850px) {
  .deanpageonsep .banner_bootm .row-imagesame img {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .deanpageonsep .banner_bootm {
    flex-direction: column;
  }
  .deanpageonsep .banner_bootm .row-imagesame {
    justify-content: center;
  }
  .opnsep-centerinner h1 {
    font-size: 20px;
  }
  .opnsep-center .opnsep-centerinner img {
    width: 70px !important;
    margin-right: 20px;
    height: auto;
  }
  .opnsep-centerinner ul li {
    font-size: 9px;
    padding: 1px;
  }
  .opnsep-centerinner .first-row {
    height: auto;
  }
  .opnsep-centerinner ul {
    padding-top: 50px;
  }
  .opnsep-centerinner ul li {
    font-size: 14px;
  }
  .search_port .item h1 {
    font-size: 11px;
  }
  .search_port .item a p {
    font-size: 11px;
  }
  .search_port .item {
    height: auto;
  }
  .deanpageonsep .banner_bootm p {
    font-size: 15px;
  }
  .deanpageonsep .banner_bootm h1 {
    font-size: 20px;
    font-weight: 700;
  }
  .deanpageonsep .banner_text h2 span {
    font-size: 20px;
    font-weight: 700;
  }
  .deanpageonsep .banner_text h2 span b {
    font-size: 20px;
    font-weight: 700;
  }
  .deanpageonsep .banner_text h2 {
    font-size: 20px;
  }
  .deanpageonsep .banner_text h3 {
    font-size: 15px;
  }
  .signup-3days .text h1 {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--fontFamily);
  }
  .signup-3days .text .images {
    flex-direction: column;
  }
  .signup-3days .text .images .item {
    width: 180px;
    height: 180px;
  }
  .signup-3days .text .images .item img {
    width: 70px;
  }
  .signup-3days .text .images .item p {
    font-size: 11px;
  }
  .signup-3days > img {
    height: 750px;
  }
  .signup-3days .text h2 {
    font-size: 15px;
    font-family: var(--fontFamily);
  }
  .opnsep-center > img {
    height: 600px;
    width: auto !important;
    max-width: initial;
  }
  .opnsep-centerinner {
    justify-content: flex-start;
  }
  .sepdean_bottom h2 {
    margin-left: 10px;
  }
  .sepdean_bottom .red_bg ul {
    padding-left: 40px;
  }
  .sepdean_bottom h2 {
    font-family: var(--fontFamily);
    font-size: 15px;
  }
  .sepdean_bottom h2 span a {
    font-size: 13px;
  }
  .sepdean_bottom .red_bg {
    padding: 20px 0px;
  }
  .sepdean_bottom .red_bg ul li {
    font-size: 18px;
    padding: 5px;
  }
  .deanpageonsep .banner_bootm img {
    width: 200px;
  }
}

@media (max-width: 480px) {
  .search_port .item h1 {
    font-size: 8px;
  }
  .search_port .item a p {
    font-size: 8px;
    font-weight: bold;
  }
  .sepdean_bottom h2 {
    font-size: 12px;
  }
  .sepdean_bottom h2 span a {
    font-size: 10px;
    font-weight: bold;
  }
}

#map-4 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.deasncenterimges {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.deasncenterimges .item .img {
  height: 250px;
  width: 250px;
  border-radius: 50%;
  overflow: hidden;
}
.deasncenterimges .item .img img {
  width: auto;
  height: 100%;
  max-width: inherit;
}
.deasncenterimges .item h1 {
  font-size: 20px;
  color: #e22319;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .deasncenterimges .item .img {
    height: 180px;
    width: 180px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
  }
  .deasncenterimges .item h1 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .deasncenterimges {
    flex-direction: column;
    justify-content: center;
  }
  .deasncenterimges .item h1 {
    font-size: 15px;
  }
  .auto-confirmpage .jessalyne_controll .btn {
    padding: 5px 10px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .auto-confirmpage .jessalyne_controll .btn {
    padding: 5px 10px;
    font-size: 14px;
    width: 150px;
    margin: auto;
    margin-bottom: 10px;
    display: block;
  }
}

/* ======================= The Dean Parking =========================== */

.dean-parkingpage {
  text-align: center;
}
.dean-parkingpage .page_banner {
  position: relative;
}
.dean-parkingpage .banner_text {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
  padding-top: 30px;
}
.dean-parkingpage .banner_text h2 {
  font-size: 5em;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0px;
}
.dean-parkingpage .banner_text h2 b {
  position: relative;
  top: -1px;
}
.dean-parkingpage .banner_text h2 span {
  color: #fff503;
}
.dean-parkingpage.sa-parkingpage .banner_text h2 {
  color: #071822;
  font-weight: 200;
}
.dean-parkingpage.sa-parkingpage .banner_text h2 span {
  -webkit-text-stroke: 1px #071822;
  letter-spacing: 2px;
  font-weight: 600;
}
.dean-parkingpage .banner_text h3 {
  font-family: var(--fontFamily);
  color: #071822;
  letter-spacing: 5px;
  font-size: 5.3em;
  font-weight: bold;
  margin-top: 0px;
}
.dean-parkingpage .banner_text h3 span {
  color: #000000;
}
.dean-parkingpage .banner_bootm {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dean-parkingpage .banner_bootm .item {
  width: calc(50% - 15px);
  margin-bottom: 20px;
}
.dean-parkingpage .banner_bootm .item img {
  width: 100%;
}
.dean-parkingpage .banner_bootm .item_text {
  position: relative;
}
.dean-parkingpage .banner_bootm .item_text img {
  opacity: 0.6;
}
.dean-parkingpage .banner_bootm .item_text .textonimage {
  position: absolute;
  top: 0px;
  width: 100%;
  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;
  justify-content: space-around;
  height: 100%;
  background: linear-gradient(180deg, white, transparent);
  text-align: left;
  padding-left: 30px;
  padding-right: 100px;
  padding-top: 10px;
}
.dean-parkingpage .banner_bootm .item_text .textonimage p {
  color: #000000;
  font-size: 25px;
  font-weight: 500;
  font-family: var(--fontFamily);
  margin-bottom: 10px;
}
.dean-parkingpage .banner_bootm .item_text .textonimage p b {
  font-weight: 800;
}

.dean-parkingpage .parking-information {
  background: #071822;
  padding-bottom: 50px;
}
.dean-parkingpage .parking-information h1 {
  color: #fff503;
  width: 75%;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 50px;
  font-size: 6em;
  letter-spacing: 10px;
}
.dean-parkingpage .parking-information ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.dean-parkingpage .parking-information ul li {
  color: #ffffff;
  position: relative;
  text-align: left;
  padding-left: 50px;
  font-size: 25px;
  letter-spacing: 1px;
  padding-bottom: 30px;
}
.dean-parkingpage .parking-information ul li:before {
  position: absolute;
  background: url("../images/dean-parking/car-parking-icon.svg") no-repeat;
  width: 100%;
  height: 100%;
  content: "";
  left: 0px;
}
.dean-parkingpage .parking-information.parking-information2 ul li:before {
  background: url("../images/dean-parking/lock-icon-yellow.svg") no-repeat;
  background-position-y: 10px;
}
.dean-parkingpage .parking-information.parking-information3 ul li:before {
  background: url("../images/dean-parking/gift-icon-yellow.svg") no-repeat;
  background-position-y: 10px;
}

.dean-parkingpage .banner_bootm.banner_bootm22 .item {
  margin-top: 10px;
  margin-bottom: 10px;
}
.dean-parkingpage .parking-information p {
  color: #ffffff;
  text-align: left;
  padding-left: 50px;
  font-size: 25px;
  letter-spacing: 1px;
}
.thedeanam-amenities-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  margin-bottom: 30px;
}
.thedeanam-amenities-gallery img {
  width: 100%;
  height: 350px;
  margin: 0px;
}

img.altair-deanClogo.starBucks {
  width: 100px;
  left: 10px;
}
img.altair-deanClogo.S_logo {
  width: 60px;
}
.starBucksbanner.deanpage_banner .banner_text {
  background-image: linear-gradient(
    to bottom,
    rgba(255, 0, 0, 0),
    rgba(0, 0, 0, 1)
  );
  padding-top: 6%;
}
.col-md-5.without-viewimages {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.altairDean .starBucksbanner .deanbannerimg::after {
  display: none;
}
.altairDeanBlue .deanpage_banner .banner_text.thenolo h2 span {
  font-size: 5rem;
}
@media (min-width: 2000px) {
  .altairDeanBlue .deanpage_banner .banner_text.thenolo h2 span {
    font-size: 6rem;
  }
}
@media (max-width: 1500px) {
  .dean-parkingpage .banner_text h2 {
    font-size: 40px;
  }
  .dean-parkingpage .banner_text h3 {
    font-size: 3em;
  }
  .dean-parkingpage .banner_bootm .item_text .textonimage p {
    font-size: 15px;
  }
  .dean-parkingpage .parking-information h1 {
    font-size: 5em;
  }
  .dean-parkingpage .banner_text h2 b {
    top: 0px;
  }
}
@media (max-width: 1200px) {
  .dean-parkingpage .banner_text h2 {
    font-size: 38px;
  }
  .dean-parkingpage .banner_text h3 {
    font-size: 40px;
  }
  .dean-parkingpage .banner_bootm .item {
    width: calc(50% - 10px);
  }
  .dean-parkingpage .banner_bootm .item_text .textonimage p {
    font-size: 12px;
  }
  .dean-parkingpage .parking-information h1 {
    font-size: 4em;
  }
  .dean-parkingpage .banner_text h2 b {
    position: relative;
    top: -1px;
  }
  .thedeanam-amenities-gallery img {
    width: 100%;
    height: 280px;
    margin: 0px;
  }
  .altairDeanBlue .deanpage_banner .banner_text.thenolo h2 span {
    font-size: 4rem;
  }
}
@media (max-width: 991px) {
  .dean-parkingpage .banner_bootm .item_text .textonimage {
    padding-right: 50px;
  }
  .dean-parkingpage .banner_bootm .item_text .textonimage p {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .dean-parkingpage .parking-information h1 {
    font-size: 3em;
  }
  .dean-parkingpage .parking-information ul li {
    font-size: 20px;
  }
  .dean-parkingpage .parking-information p {
    font-size: 20px;
  }
  .floorimg_textside {
    text-align: center;
  }
  .floorimg_textside h1 {
    text-align: center;
  }
  .col-md-5.without-viewimages {
    position: inherit;
  }
}
@media (max-width: 800px) {
  .dean-parkingpage .banner_bootm .item_text .textonimage p {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .thedeanam-amenities-gallery {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
    margin-bottom: 30px;
  }
  .dean_floorplan .floorimg {
    width: 85%;
    margin: auto;
  }
  .dean-parkingpage .banner_bootm .item_text .textonimage p {
    font-size: 11px;
    margin-bottom: 0px;
    font-weight: 600;
  }
  .dean-parkingpage .banner_bootm .item_text .textonimage p b {
    font-weight: 800;
    font-size: 13px;
  }
  .dean-parkingpage .banner_bootm .item_text .textonimage {
    padding: 0px 20px;
  }
  .dean-parkingpage .banner_text h2 {
    font-size: 35px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .dean-parkingpage .banner_text h3 {
    font-size: 31px;
    margin-top: 10px;
  }
  .dean-parkingpage .parking-information h1 {
    font-size: 35px;
    padding-bottom: 20px;
  }
  .dean-parkingpage .parking-information ul li {
    font-size: 18px;
  }
  .dean-parkingpage .parking-information ul li:before,
  .dean-parkingpage .parking-information.parking-information2 ul li:before {
    width: 30px;
    height: 40px;
    background-size: contain;
  }
  .dean-parkingpage .banner_bootm .item img {
    height: 330px;
  }
  .dean-parkingpage .parking-information p {
    font-size: 18px;
  }
}
@media (max-width: 650px) {
  .dean-parkingpage .parking-information h1 {
    font-size: 35px;
    padding-bottom: 20px;
    width: 90%;
  }
  .dean-parkingpage .banner_bootm .item {
    width: 100%;
  }
  .dean-parkingpage .banner_bootm .item_text .textonimage p {
    font-weight: 500;
    font-size: 18px;
  }
  .dean-parkingpage .banner_bootm .item_text .textonimage p b {
    font-weight: 700;
    font-size: 19px;
  }
  .thedeanam-amenities-gallery img {
    height: 230px;
  }
  .photoG_bgG .owl-nav .owl-prev {
    left: -40px;
  }
  .photoG_bgG .owl-nav .owl-next {
    right: -40px;
  }
  .photoG_smG .owl-nav .owl-prev {
    left: -40px;
    transform: translateY(15%);
  }
  .photoG_smG .owl-nav .owl-next {
    right: -40px;
    transform: translateY(15%);
  }
  .deanpage .owl-carousel.owl-drag .owl-item {
    max-width: initial;
  }
  .deanpage .photoG_bgG.owl-carousel .owl-item img {
    width: 100% !important;
  }
  .deanresponsive-tabs .tab-content .panel-heading a {
    font-size: 18px;
    font-weight: 600;
  }
  .altairDeanBlue .deanpage_banner .banner_text.thenolo h2 span {
    font-size: 25px;
    padding: 0px 20px;
    display: block;
  }
}
@media (max-width: 480px) {
  .thedeanam-amenities-gallery img {
    height: 180px;
  }
  .dean-parkingpage .parking-information h1 {
    width: 100%;
    font-size: 25px;
  }
  .dean-parkingpage .banner_text h2 {
    font-size: 20px;
  }
  .dean-parkingpage .banner_text h2 b {
    position: relative;
    top: -1px;
  }
  .dean-parkingpage .banner_text h3 {
    font-size: 17px;
    letter-spacing: 2px;
  }
  .dean-parkingpage .banner_bootm .item_text .textonimage p {
    font-size: 11px;
  }
  .dean-parkingpage .banner_bootm .item_text .textonimage p b {
    font-size: 12px;
  }
  .dean-parkingpage .parking-information ul li {
    font-size: 14px;
    padding-left: 40px;
  }
  .dean-parkingpage .parking-information p {
    font-size: 14px;
    padding-left: 40px;
  }
  .dean-parkingpage .banner_bootm .item_text img {
    opacity: 0.6;
    min-height: 330px;
  }
}
.mailtoLink {
  text-decoration: underline !important;
  font-size: 17px;
  color: #000;
  font-weight: 600;
}