@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-lg-8 {
    width: 66.6667%;
  }
}

@media (max-width: 567px) {
  .col-12 {
    width: 100% !important;
  }
}

@font-face {
  font-family: "nakheelregular_text";
  src: url("../fonts/Nakheel-TextRegular.eot");
  src: url("../fonts/Nakheel-TextRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/Nakheel-TextRegular.woff2") format("woff2"), url("../fonts/Nakheel-TextRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "nakheelregular_headline";
  src: url("../fonts/Nakheel-HeadlineRegular.eot");
  src: url("../fonts/Nakheel-HeadlineRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/Nakheel-HeadlineRegular.woff2") format("woff2"), url("../fonts/Nakheel-HeadlineRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "nakheelbold_text";
  src: url("../fonts/Nakheel-TextBold.eot");
  src: url("../fonts/Nakheel-TextBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Nakheel-TextBold.woff2") format("woff2"), url("../fonts/Nakheel-TextBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "nakheelbold_headline";
  src: url("../fonts/Nakheel-HeadlineBold.eot");
  src: url("../fonts/Nakheel-HeadlineBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Nakheel-HeadlineBold.woff2") format("woff2"), url("../fonts/Nakheel-HeadlineBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@media (min-width: 1920px) {
  .container {
    width: 1600px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
  .container {
    width: calc(1160px + (1600 - 1160) * ((100vw - 1200px) / (1920 - 1200)));
  }
}

body {
  font-family: "nakheelregular_text";
}

.btn.btn-blue.btn_block, .btn-theme {
  background-color: #00263A;
  color: white;
  height: 44px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  padding: 15px;
  min-width: 260px;
    width:fit-content;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  line-height: 18px;
}

@media (max-width: 567px) {
  .btn-theme {
    width: 100%;
  }
}

.header-container {
  height: auto;
}

.header-container.new-header .header {
  height: 130px;
}

.header-container.new-header .navbar {
  padding: 0;
}

.header-container.new-header .navbar .navbar__logo {
  display: block;
}

.header-container.new-header .navbar .navbar__logo.white {
  display: none;
}

.header-container.new-header .navbar .navbar-toggle {
  top: 27px;
  right: 20px;
}

.header-container.new-header .navbar .navbar-toggle .icon-bar {
  background-color: #00263a;
}

/*
@media (min-width: 769px) {
  .header-container.new-header .navbar .mobile-logo {
    display: none;
  }
}
*/

.header-container.new-header .header__nav .navbar__logo {
  margin-top: 54px;
}

.header-container.new-header .header__nav .navbar__logo img {
  height: calc(24px + (36 - 24) * ((100vw - 1024px) / (1920 - 1024)));
  max-height: calc(24px + (36 - 24) * ((100vw - 1024px) / (1920 - 1024)));
}

@media only screen and (min-width: 993px) and (max-width: 1024px) {
  .header-container.new-header .header__nav .navbar__logo {
    margin-top: 67px;
  }
  .header-container.new-header .header__nav .navbar__logo img {
    height: 21px;
    max-height: 21px;
  }
}

.header-container.new-header .header__nav .navbar-top .nav li {
  margin-left: calc(15px + (30 - 15) * ((100vw - 1024px) / (1920 - 1024)));
}

.header-container.new-header .header__nav .navbar-top .nav li a {
  color: #b5aba3 !important;
  font-size: calc(12px + (16 - 12) * ((100vw - 1024px) / (1920 - 1024)));
  font-family: "nakheelregular_text";
  font-weight: normal !important;
}

.header-container.new-header .header__nav .navbar-top .nav li.highlight a {
  color: #00617f !important;
  font-family: "nakheelbold_text";
}

.header-container.new-header .header__nav .navbar-top .nav li.highlight a img {
  height: 16px;
  padding-right: 10px;
  margin-bottom: 4px;
}

.header-container.new-header .header__nav .header__main-nav li {
  margin: 0 30px 0 0;
}

.header-container.new-header .header__nav .header__main-nav li a {
  color: #00263a;
  font-size: 20px;
  font-size: calc(13px + (20 - 14) * ((100vw - 1024px) / (1920 - 1024)));
  font-weight: normal !important;
  line-height: 29px;
  font-family: "nakheelregular_text";
}

.header-container.new-header .header__nav .header__main-nav li.dropdown {
  position: relative;
}

.header-container.new-header .header__nav .header__main-nav li.dropdown:after {
  content: "";
  position: absolute;
  right: -18px;
  top: 4px;
  background: url("../images/arrow.svg");
  background-position: right center;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
}

.header-container.new-header .header__nav .header__main-nav li.dropdown:hover::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: -11px !important;
}

.header-container.new-header .header__nav .header__main-nav li.dropdown .dropdown-menu {
  background: #00263a;
  padding-bottom: 0;
}

.header-container.new-header .header__nav .header__main-nav li.dropdown .dropdown-menu li {
  border-bottom: 1px solid #00617f7a;
}

.header-container.new-header .header__nav .header__main-nav li.dropdown .dropdown-menu li a {
  padding: 3px 20px !important;
  font-size: 16px;
}

.header-container.new-header .header__nav .header__main-nav li.dropdown .dropdown-menu li.dropdown-submenu {
  background: #00617f7a;
  border: none;
}
@media(max-width:1024px) {
	 .header-container.new-header .header__nav .navbar .navbar-collapse.in {
   
    height: calc(100vh - 60px) !important;
  }
}
@media (max-width: 992px) {
	.header-container.new-header .header__nav .header__main-nav li a:hover {
		background: transparent !important;
	}
  .header-container.new-header .header {
    height: 100px;
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: white;
  }
  .header-container.new-header .header__search_overlay {
    display: none;
  }
  .header-container.new-header .header__nav {
    padding: 40px 0;
    position: relative;
  }
  .header-container.new-header .header__nav .navbar__logo {
    margin-top: 0;
  }
  .header-container.new-header .header__nav .navbar__logo img {
    height: 24px;
    max-height: 24px;
  }
  .header-container.new-header .header__nav .navbar {
    position: static;
  }
  .header-container.new-header .header__nav .navbar .navbar__logo {
    padding-left: 30px;
  }
  .header-container.new-header .header__nav .navbar .navbar-close {
    padding: 0;
    text-align: end;
    top: 35px;
    right: 30px;
  }
  .header-container.new-header .header__nav .navbar .mobile-logo {
    position: absolute;
    left: 30px;
    top: 38px;
  }
  .header-container.new-header .header__nav .navbar .mobile-logo img {
    height: 24px;
    max-height: 24px;
  }
  .header-container.new-header .header__nav .navbar .navbar-collapse {
    padding: 30px;
  }
  .header-container.new-header .header__nav .navbar .navbar-collapse.in {
    width: 100%;
    background: #00263a;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    height: calc(100vh - 60px);
	  transition: all 0.2s ease;
  }
	.header-container.new-header .header__nav .navbar .navbar-collapse {
		background: #00263a;
		transition: all 0.2s ease;
	}
  .header-container.new-header .header__nav .header__main-nav {
    padding: 20px 0;
    margin: 0;
  }
  .header-container.new-header .header__nav .header__main-nav li {
    margin: 0 0 0 0;
  }
  .header-container.new-header .header__nav .header__main-nav li a {
    color: white;
    font-size: 20px;
    font-weight: normal !important;
    line-height: 29px;
    padding-left: 0;
  }
  .header-container.new-header .header__nav .header__main-nav li.dropdown {
    position: relative;
  }
  .header-container.new-header .header__nav .header__main-nav li.dropdown:after {
    content: "";
    position: absolute;
    right: 7px;
    top: 8px;
    background: url("../images/arrowon.svg");
    background-position: right center;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
  }
  .header-container.new-header .header__nav .header__main-nav li.dropdown:hover::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    right: -18px;
  }
  .header-container.new-header .header__nav .header__main-nav li.dropdown .dropdown-menu {
    background: #00263a !important;
    padding-bottom: 30px;
  }
  .header-container.new-header .header__nav .header__main-nav li.dropdown .dropdown-menu li {
    border-bottom: 1px solid #00617f7a;
  }
  .header-container.new-header .header__nav .header__main-nav li.dropdown .dropdown-menu li a {
    padding: 3px 20px !important;
    font-size: 16px;
  }
  .header-container.new-header .header__nav .header__main-nav li.dropdown .dropdown-menu li.dropdown-submenu {
    background: #00617f7a;
    border: none;
  }
  .header-container.new-header .header__nav .header__main-nav li.dropdown .dropdown-toggle:focus {
    background: none;
  }
  .header-container.new-header .header__nav .navbar-top {
    border-top: 1px solid #003f72 !important;
    padding: 20px 0;
  }
  .header-container.new-header .header__nav .navbar-top .nav li a {
    padding-left: 0;
    padding-right: 0;
  }
  .header-container.new-header .header__nav .navbar-top .nav li.highlight {
    padding-top: 10px;
  }
  .header-container.new-header .header__nav .navbar-top .nav li.highlight a {
    color: #ffff !important;
    font-family: "nakheelbold_text";
  }
  .header-container.new-header .header__nav .navbar-top .nav li.highlight a img {
    height: 16px;
    padding-right: 10px;
    margin-bottom: 4px;
  }
  .header-container.new-header .header__nav .navbar-top .nav li.highlight a:focus, .header-container.new-header .header__nav .navbar-top .nav li.highlight a:hover {
    background: transparent !important;
  }
  .header-container.new-header .header__nav .navbar-top .nav li.highlight:focus, .header-container.new-header .header__nav .navbar-top .nav li.highlight:hover {
    background: transparent !important;
  }
}

@media (min-width: 993px) {
  .overlay-header .header-container.new-header .header {
    background: transparent;
  }
  .overlay-header .header-container.new-header .header .navbar .navbar__logo {
    display: none;
  }
  .overlay-header .header-container.new-header .header .navbar .navbar__logo.white {
    display: block;
  }
  .overlay-header .header-container.new-header .header .navbar .navbar-collapse {
    background: transparent;
  }
  .overlay-header .header-container.new-header .header .navbar .navbar-collapse .navbar-top ul li a {
    color: white !important;
	  font-size:16px;
  }
  .overlay-header .header-container.new-header .header .navbar .navbar-collapse .header__main-nav li a {
    color: white !important;
  }
  .overlay-header .header-container.new-header .header .navbar .navbar-collapse .header__main-nav li.dropdown::after {
    background-image: url("../images/arrowwhite.svg");
  }
  .overlay-header .header-container.new-header .header:hover {
    background: white;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .overlay-header .header-container.new-header .header:hover .navbar .navbar__logo {
    display: block;
  }
  .overlay-header .header-container.new-header .header:hover .navbar .navbar__logo.white {
    display: none;
  }
  .overlay-header .header-container.new-header .header:hover .navbar .navbar-collapse {
    background: transparent;
  }
  .overlay-header .header-container.new-header .header:hover .navbar .navbar-collapse .header__main-nav li a {
    color: #00263a !important;
  }
  .overlay-header .header-container.new-header .header:hover .navbar .navbar-collapse .header__main-nav li.dropdown::after {
    background-image: url("../images/arrow.svg");
  }
  .overlay-header .header-container.new-header .header:hover .navbar .navbar-collapse .header__main-nav li.dropdown .dropdown-menu a {
    color: white !important;
  }
  .overlay-header .header-container.new-header .header:hover .navbar .navbar-collapse .navbar-top ul li a {
    color: #b5aba3 !important;
    font-size: 16px !important;
    font-family: "nakheelregular_text";
    font-weight: normal !important;
  }
  .overlay-header .header-container.new-header .header:hover .navbar .navbar-collapse .navbar-top ul li.highlight a {
    color: #00617f !important;
    font-family: "nakheelbold_text";
  }
  .overlay-header .header-container.new-header .header:hover .navbar .navbar-collapse .navbar-top ul li.highlight a img {
    height: 16px;
    padding-right: 10px;
    margin-bottom: 4px;
  }
}

@media (max-width: 992px) {
  .overlay-header .header-container.new-header .header {
    background: transparent;
  }
  .overlay-header .header-container.new-header .header .navbar .navbar__logo {
    display: none;
  }
  .overlay-header .header-container.new-header .header .navbar .navbar__logo.white {
    display: block;
  }
  .overlay-header .header-container.new-header .header .navbar .navbar-toggle {
    top: 27px;
    right: 20px;
  }
  .overlay-header .header-container.new-header .header .navbar .navbar-toggle .icon-bar {
    background-color: white;
  }
    
    .header-container.new-header .header__nav {
        padding: 40px 0 0;
        position: relative;
    }
    
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner-section .floating-menu a svg {
  height: 24px;
  max-height: 24px;
}

.banner-section .picture_container {
  position: relative;
}

.banner-section .picture_container a span {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
  font-size: 80px;
  line-height: 80px;
  display: inline-block;
  color: white;
  width: 30%;
  text-align: center;
}

.banner-section .picture_container a .banner-image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.banner-section .spotlight__carousel__container {
  padding-bottom: 0;
}

.banner-section .spotlight__carousel__container a {
  display: block;
    /*pointer-events: none;*/
}

.slick-slide .picture_container a {pointer-events: none;}

.banner-section .spotlight__carousel__container a:focus {
  outline: none;
}

.banner-section .spotlight__carousel__container a .tilal-banner {
  height: 770px;
  max-height: 770px;
}

@media (max-width: 567px) {
  .banner-section .spotlight__carousel__container a .tilal-banner {
    height: 480px;
  }
}

.banner-section .spotlight__intro_content {
  padding: calc(40px + (60 - 40) * ((100vw - 1024px) / (1920 - 1024))) 0;
}

.banner-section .spotlight__intro_content p {
  color: #00263A;
  font-size: 30px;
  line-height: 36px;
  font-family: "nakheelregular_text";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*-webkit-line-clamp: 3;*/
  -webkit-box-orient: vertical;
}

.banner-section .spotlight__intro_content p + p {
  margin-top: 20px;
}

.banner-section .spotlight__intro_content.ourcommunity .title {
  color: #00263A;
  font-size: 48px;
  /*line-height: 54px;*/
  font-weight: bold;
  text-transform: capitalize;
  /*margin-bottom: 30px;*/
    margin-bottom: 0px;
  text-align: center;
	overflow: auto;
	display: inline-block;
	width:100%;
    
}

.banner-section .spotlight__intro_content.ourcommunity p {
  color: #59595C;
  font-size: 21px;
  line-height: 24px;
}

@media (max-width: 567px) {
  .banner-section .spotlight__intro_content.ourcommunity {
    padding: 60px 0;
  }
  /*.banner-section .spotlight__intro_content.ourcommunity .title {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
  }*/
  
    .banner-section .spotlight__intro_content.ourcommunity .title {
        font-size: 36px;
        line-height: 35px;
        margin-bottom: 0;
        display: inline-block;
    }

    
  .banner-section .spotlight__intro_content.ourcommunity p {
    font-size: 16px;
    line-height: 20px;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*-webkit-line-clamp: 8;*/
    -webkit-box-orient: vertical;
  }
}

.banner-section .spotlight__intro_content.nakheelmall {
  padding: 80px 0;
 /* padding-bottom:10px*/
 padding-bottom: 0px;
}

.banner-section .spotlight__intro_content.nakheelmall .blue-title {
  font-size: 36px;
  color: #00617F;
  text-align: center;
  margin-bottom: 20px;
  line-height: 40px;
  font-weight: bold;
}

.banner-section .spotlight__intro_content.goldenmile p {
  margin-bottom: 30px;
}

.banner-section .spotlight__intro_content.goldenmile .btn-theme {
  margin: auto;
}

.banner-section .floating-menu a:nth-child(1) {
  background: white;
}

.banner-section .floating-menu a:nth-child(2) {
  background: #ABE5E8;
}

.banner-section .floating-menu a:nth-child(3) {
  background-color: #00617F;
}

@media (min-width: 769px) {
  .banner-section .picture_container video {
    min-height: 900px !important;
    height: 900px !important;
	  object-fit: cover;
       object-position: center;
  }
}

@media (max-width: 992px) {
	.header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li a:hover {
		background: transparent;
	}
  .banner-section .floating-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0px;
    -webkit-transform: none;
            transform: none;
    top: auto;
    width: 100%;
  }
  .banner-section .floating-menu a {
    height: 60px;
    width: calc(100% / 3);
  }
}

@media (max-width: 567px) {
  .banner-section .picture_container video {
    height: 580px !important;
    -o-object-fit: fill;
       object-fit: fill;
    -o-object-position: center;
       object-position: center;
  }
  .banner-section .spotlight__intro_content {
    padding: 60px 30px;
  }
  .banner-section .spotlight__intro_content p {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    /*-webkit-line-clamp: 7;*/
  }
}

.spotlight-section {
  padding: 80px 0;
}

.spotlight-section.pb-0 {
  padding-bottom: 0;
}

.spotlight-section .spotlight .spotlight-section-title {
  font-size: 48px;
  font-family: "nakheelbold_text";
  line-height: 54px;
  color: #00263A;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.spotlight-section .spotlight .spotlight-bottom-disc {
  font-size: 30px;
  line-height: 36px;
  color: #00263A;
  text-align: center;
  padding-top: 30px;
  width: 66.66667%;
  margin: auto;
}

.spotlight-section .desktop {
  position: relative;
}

.spotlight-section .desktop .playpause {
  background: url("../images/playicon.png");
  background-repeat: no-repeat;
  height: 120px;
  width: 120px;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
	display: none;
}

@media (max-width: 567px) {
	
  .spotlight-section .desktop .playpause {
    height: 64px;
    width: 64px;
	  display: none;
  }
}

@media (max-width: 567px) {
  .spotlight-section {
    padding: 60px 0;
  }
  .spotlight-section .spotlight .spotlight-section-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .spotlight-section .spotlight .spotlight-bottom-disc {
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    padding: 0 30px;
  }
  .spotlight-section .controls {
    height: 480px;
  }
}

.map-section .community-location {
  margin: 0;
  max-height: 456px;
}

.park-listes {
  background: #abe5e866;
  padding: 80px 0;
}

.park-listes .park-block {
  margin: 0 10px;
}

.park-listes .park-block .top-section {
  position: relative;
  height: 400px;
  max-height: 400px;
}

.park-listes .park-block .top-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0;
}

.park-listes .park-block .top-section .park-title {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #00263a66;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
}

.park-listes .park-block p {
  font-size: 21px;
  color: #59595C;
  line-height: 24px;
  padding: 30px;
  padding-bottom: 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.park-listes.e-services .title {
  color: #00263A;
  font-size: calc(38px + (48 - 38) * ((100vw - 1024px) / (1920 - 1024)));
  line-height: calc(40px + (45 - 40) * ((100vw - 1024px) / (1920 - 1024)));
  margin-bottom: calc(60px + (85 - 60) * ((100vw - 1024px) / (1920 - 1024)));
  text-align: center;
  font-weight: bold;
}

.park-listes.e-services .park-block .top-section {
  position: relative;
}

.park-listes.e-services .park-block .top-section .overlay-part {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px calc(80px + (120 - 80) * ((100vw - 1024px) / (1920 - 1024)));
  background-color: #00263acc;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
}

.park-listes.e-services .park-block .top-section .overlay-part .maim-title {
  color: white;
  font-size: 36px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.park-listes.e-services .park-block .top-section .overlay-part .main-desc {
  color: white;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px;
}

.park-listes.e-services .park-block .top-section .overlay-part .light-btn {
  height: 44px;
  width: 260px;
  color: #00263A;
  background: white;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 18px;
  letter-spacing: 3.2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  font-weight: bold;
}

@media (max-width: 992px) {
  .park-listes.e-services .title {
    color: #00263A;
    font-size: calc(30px + (38 - 30) * ((100vw - 320px) / (768 - 320)));
    line-height: calc(36px + (40 - 36) * ((100vw - 320px) / (768 - 320)));
  }
  .park-listes.e-services .park-block .top-section .overlay-part {
    padding: 10px calc(30px + (80 - 30) * ((100vw - 320px) / (768 - 320)));
  }
  .park-listes.e-services .park-block .top-section .overlay-part .maim-title {
    font-size: calc(30px + (36 - 30) * ((100vw - 320px) / (768 - 320)));
    line-height: 36px;
  }
  .park-listes.e-services .park-block .top-section .overlay-part .main-desc {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .park-listes.e-services .park-block .top-section .overlay-part .light-btn {
    height: 44px;
    width: 260px;
    color: #00263A;
    background: white;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 18px;
    letter-spacing: 3.2px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    font-weight: bold;
  }
}

.download-later-section {
  background-color: #6AD1E3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 240px;
  margin-bottom: 100px;
}

.download-later-section .later-btn {
  background: #00263A;
  color: white;
  height: 44px;
  max-height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 18px;
  font-size: 16px;
  padding: 10px 50px;
  letter-spacing: 3.2px;
  text-align: center;
}

@media (max-width: 992px) {
  .download-later-section {
    padding: 0 30px;
    height: 200px;
    margin-bottom: 60px;
  }
  .download-later-section .later-btn {
    line-height: 16px;
    font-size: 14px;
    padding: 10px 50px;
  }
}

.mall-timings {
  padding: 80px 0;
}

.mall-timings .timing-outer .timing-block .head {
  text-align: center;
  border-bottom: 1px solid #B5ABA3;
}

.mall-timings .timing-outer .timing-block .head img {
  height: 48px;
  max-height: 48px;
}

.mall-timings .timing-outer .timing-block .head span {
  font-size: 24px;
  color: #B5ABA3;
  line-height: 28px;
  display: block;
  text-align: center;
  padding: 20px 0;
}

.mall-timings .timing-outer .timing-block .body {
  text-align: center;
  padding-top: 20px;
}

.mall-timings .timing-outer .timing-block .body h4 {
  color: #00263A;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  margin: 0;
}

.mall-timings .timing-outer .timing-block .body p {
  font-size: 21px;
  color: #B5ABA3;
  margin: 0;
}

@media (max-width: 992px) {
  .mall-timings {
    padding: 60px 20px 0 20px;
  }
  .mall-timings .timing-outer .timing-block {
    margin-bottom: 60px;
  }
  .mall-timings .timing-outer .timing-block .head img {
    height: calc(36px + (48 - 36) * ((100vw - 320px) / (768 - 320)));
    max-height: calc(36px + (48 - 36) * ((100vw - 320px) / (768 - 320)));
  }
}

.community-intro.community-intro-section {
  margin-top: -150px;
}

.community-intro.community-intro-section .community-intro__content .community-intro__content .section-title {
  background: #00617eb3;
  text-align: left;
  color: white;
  padding: 23px 30px;
  font-family: "nakheelbold_text";
  text-transform: capitalize;
  margin: 0;
}

.community-intro.community-intro-section .community-intro__content .community-intro__content .community-intro {
  background: #F5F1E8;
}

.community-intro.community-intro-section .community-intro__content .community-intro__content .community-intro .community-intro__content {
  padding: 60px 54px;
}

.community-intro.community-intro-section .community-intro__content .community-intro__content .community-intro .community-intro__content .tilal-logo {
  height: 105px;
  max-height: 105px;
  margin-bottom: 30px;
}

.community-intro.community-intro-section .community-intro__content .community-intro__content .community-intro .community-intro__content p {
  color: #59595C;
  font-size: 24px;
  line-height: 24px;
}

.community-intro.community-intro-section .community-intro__content .community-intro__content .community-intro .community-intro__content .community-options__buttons_new {
  margin: 0;
}

.community-intro.community-intro-section .community-intro__content .community-intro__content .community-options__buttons_new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: start;
      align-self: start;
}

.community-intro.community-intro-section .community-intro__content .community-intro__content .community-options__buttons_new > div {
  margin-bottom: 0;
  max-width: 268px;
  padding: 0 10px;
}

.community-intro.community-intro-section .community-intro__content .community-intro__content .community-options__buttons_new > div .btn-blue {
  background: #00263A;
  color: white;
  border: none;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
	text-transform: capitalize;
}

.community-intro.community-intro-section .community-intro__content .community-intro__content .community-options__buttons_new > div .btn-blue:hover {
  opacity: .7;
}

.community-intro.community-intro-section .community-intro__content #registration-from .enquiry-form-cont {
  margin-top: 0;
  background: #00263A;
  padding: 80px 60px;
}

.community-intro.community-intro-section .community-intro__content #registration-from .enquiry-form-cont .form-heading {
  font-size: 30px;
  margin: 0;
  font-family: "nakheelregular_text";
  text-transform: capitalize;
  padding-bottom: 33px;
}

.community-intro.community-intro-section .community-intro__content #registration-from .enquiry-form-cont .form-heading span {
  font-size: 24px !important;
  text-transform: capitalize;
}

.community-intro.community-intro-section .community-intro__content #registration-from .enquiry-form-cont .form-group {
  margin-bottom: 20px;
}

.community-intro.community-intro-section .community-intro__content #registration-from .enquiry-form-cont .form-group .form-control {
  height: 44px;
  color: #59595C;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "nakheelregular_text";
  border: none;
}

.community-intro.community-intro-section .community-intro__content #registration-from .enquiry-form-cont .form-group .form-control::-webkit-input-placeholder {
  color: #59595C;
  font-family: "nakheelregular_text";
}

.community-intro.community-intro-section .community-intro__content #registration-from .enquiry-form-cont .form-group .form-control:-ms-input-placeholder {
  color: #59595C;
  font-family: "nakheelregular_text";
}

.community-intro.community-intro-section .community-intro__content #registration-from .enquiry-form-cont .form-group .form-control::-ms-input-placeholder {
  color: #59595C;
  font-family: "nakheelregular_text";
}

.community-intro.community-intro-section .community-intro__content #registration-from .enquiry-form-cont .form-group .form-control::placeholder {
  color: #59595C;
  font-family: "nakheelregular_text";
}

.community-intro.community-intro-section .community-intro__content #registration-from .enquiry-form-cont .form-group .form-control.msg-field {
  height: 120px;
}

.community-intro.community-intro-section .community-intro__content #registration-from .enquiry-form-cont .form-group .btn-light {
  background-color: #6AD1E3;
  border: none;
  color: #00263A;
  font-size: 16px;
  margin-top: 15px;
}

.community-intro.community-intro-section .community-intro__content #registration-from .enquiry-form-cont .form-group .iti--separate-dial-code .iti__flag-container {
  padding: 0;
}

.community-intro.community-intro-section .community-intro__content #registration-from .enquiry-form-cont .form-group .iti--separate-dial-code .iti__flag-container .iti__selected-flag {
  background-color: #B5ABA3;
}

.community-intro.community-intro-section .community-intro__content #registration-from .enquiry-form-cont .form-group .iti--separate-dial-code .iti__flag-container .iti__selected-dial-code {
  color: white;
}

.community-intro.community-intro-section .community-intro__content #registration-from .enquiry-form-cont .form-group .iti--separate-dial-code .iti__flag-container .iti__arrow {
  border-top: 4px solid #fff;
}

@media (max-width: 567px) {
	.header-container.new-header .navbar .navbar-toggle {
		right: 20px;
		top: 30px !important;
	}
  .community-intro.community-intro-section {
    margin-top: -80px;
  }
  .community-intro.community-intro-section .community-intro__content .community-intro__content .section-title {
    text-align: center;
    padding: 10px 0;
    font-size: 36px;
  }
  .community-intro.community-intro-section .community-intro__content .community-intro__content .community-intro .community-intro__content {
    padding: 60px 10px;
    text-align: center;
  }
  .community-intro.community-intro-section .community-intro__content .community-intro__content .community-intro .community-intro__content .tilal-logo {
    height: 173px;
    max-height: 73px;
    margin-bottom: 20px;
  }
  .community-intro.community-intro-section .community-intro__content .community-intro__content .community-intro .community-intro__content p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .community-intro.community-intro-section .community-intro__content .community-intro__content .community-options__buttons_new {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .community-intro.community-intro-section .community-intro__content .community-intro__content .community-options__buttons_new > div {
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
  }
  .community-intro.community-intro-section .community-intro__content .community-intro__content .community-options__buttons_new > div .btn-blue {
    height: 44px;
    margin-top: 20px;
    width: 100%;
  }
  .community-intro.community-intro-section .community-intro__content #registration-from .enquiry-form-cont {
    padding: 60px 30px;
  }
  .community-intro.community-intro-section .community-intro__content #registration-from .enquiry-form-cont .form-heading {
    font-size: 24px;
    color: white;
    padding-bottom: 10px;
  }
  .community-intro.community-intro-section .community-intro__content #registration-from .enquiry-form-cont .form-heading span {
    font-size: 18px !important;
  }
  .community-intro.community-intro-section .community-intro__content #registration-from .enquiry-form-cont .form-group {
    margin-bottom: 10px;
  }
  .community-intro.community-intro-section .community-intro__content #registration-from .enquiry-form-cont .form-group .form-control.msg-field {
    height: 80px;
  }
}

.iti__country-list {
  z-index: 9999 !important;
}

.bottomform-section {
  padding: 80px 0 0 0;
}

.bottomform-section .bottom-form {
  background: none;
}

.bottomform-section .bottom-form .form-heading {
  color: #00263A;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 54px;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 0;
}

.bottomform-section .bottom-form .form-heading span {
  padding-top: 9px;
  font-size: 24px;
  line-height: 28px;
  color: #59595C;
  font-weight: 400;
  display: block;
  text-transform: capitalize;
}

.bottomform-section .bottom-form .form-group {
  margin-bottom: 30px;
}

.bottomform-section .bottom-form .form-group .form-control {
  background-color: #F5F1E8;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bottomform-section .bottom-form .form-group .form-control.msg-field {
  height: 80px;
}

.bottomform-section .bottom-form .form-group .iti--allow-dropdown {
  width: 100%;
}

.bottomform-section .bottom-form .form-group .iti--allow-dropdown .iti__selected-flag {
  background: #B5ABA3;
}

.bottomform-section .bottom-form .form-group .iti--allow-dropdown .iti__arrow {
  border-top: 4px solid #fff;
}

.bottomform-section .bottom-form .form-group .iti--allow-dropdown .iti__arrow.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #fff;
}

.bottomform-section .bottom-form .form-group .iti--allow-dropdown .iti__country-name {
  color: #000000;
}

.bottomform-section .bottom-form .downloadSumbitBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bottomform-section .bottom-form .downloadSumbitBtn .btn-block,
.bottomform-section .bottom-form .downloadSumbitBtn .btn-block:hover{
  background-color: #00263a;
  color: white;
	border: none;
}

@media (max-width: 992px) {
  .bottomform-section {
    padding: 60px 0;
  }
  .bottomform-section .bottom-form .form-heading {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 24px;
  }
  .bottomform-section .bottom-form .form-heading span {
    font-size: 18px;
  }
  .bottomform-section .bottom-form .form-group {
    margin-bottom: 0px;
  }
  .bottomform-section .bottom-form .form-group .form-control {
    margin-bottom: 10px;
  }
  .bottomform-section .bottom-form .form-group .form-control.msg-field {
    height: 80px;
  }
  .bottomform-section .bottom-form .country-select {
    margin-bottom: 10px;
  }
  .bottomform-section .bottom-form .downloadSumbitBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bottomform-section .bottom-form .downloadSumbitBtn .col-md-8 {
    width: 100%;
  }
  .bottomform-section .bottom-form .downloadSumbitBtn .btn-block {
    background-color: #00263a;
    color: white;
    width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 567px) {
  .bottomform-section .bottom-form .form-heading {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 24px;
  }
  .bottomform-section .bottom-form .form-heading span {
    font-size: 18px;
  }
  .bottomform-section .bottom-form .form-group {
    margin-bottom: 0px;
  }
  .bottomform-section .bottom-form .form-group .form-control {
    margin-bottom: 10px;
  }
  .bottomform-section .bottom-form .form-group .form-control.msg-field {
    height: 80px;
  }
  .bottomform-section .bottom-form .downloadSumbitBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bottomform-section .bottom-form .downloadSumbitBtn .col-md-8 {
    width: 100%;
  }
  .bottomform-section .bottom-form .downloadSumbitBtn .btn-block {
    background-color: #00263a;
    color: white;
    width: 100%;
  }
}

.com_option-section {
  background-color: #f5f1e840;
  padding: 80px 0;
}

.com_option-section .community-options {
  padding: 0;
}

.com_option-section .community-options .section-title {
  color: #00263A;
  font-size: 40px;
  line-height: 51px;
  margin-bottom: 50px;
  padding: 0;
  font-family: "nakheelbold_text";
}

.com_option-section .community-options .community-facilities__amenities {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.com_option-section .community-options .community-facilities__amenities > div {
  width: 100%;
}

.com_option-section .community-options .community-facilities__amenities .slick-slide > div {
  width: auto;
  padding: 0 30px;
  margin: 0;
}

.com_option-section .community-options .community-facilities__amenities .slick-slide > div span {
  margin: auto;
  margin-bottom: 24px;
  font-size: 16px;
  color: #00617F;
  line-height: 20px;
  font-family: "nakheelregular_text";
}

.com_option-section .community-options .community-facilities__amenities .slick-slide > div span:first-child {
  background: none;
  height: 80px;
  width: 80px;
  border-radius: 0;
}

@media (max-width: 567px) {
  .com_option-section {
    padding: 60px 0;
  }
  .com_option-section .community-options {
    padding: 0;
  }
  .com_option-section .community-options .section-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .com_option-section .community-options .community-facilities__amenities .slick-slide {
    visibility: hidden;
  }
  .com_option-section .community-options .community-facilities__amenities .slick-slide.slick-current, .com_option-section .community-options .community-facilities__amenities .slick-slide.slick-active {
    visibility: visible;
  }
  .com_option-section .community-options .community-facilities__amenities .slick-slide > div {
    width: auto;
    padding: 0 20px;
    margin: 0;
  }
  .com_option-section .community-options .community-facilities__amenities .slick-slide > div span {
    font-size: 14px;
  }
  .com_option-section .community-options .community-facilities__amenities .slick-slide > div span:first-child {
    height: 48px;
    width: 48px;
  }
  .com_option-section .community-options .community-facilities__amenities .slick-slide > div span:first-child img {
    max-width: 100%;
  }
  .com_option-section .community-options .community-facilities__amenities .slick-dots {
    padding-bottom: 0;
  }
  .com_option-section .community-options .community-facilities__amenities .slick-dots li {
    margin: 0 10px 0 0;
    height: 6px;
    width: 6px;
  }
  .com_option-section .community-options .community-facilities__amenities .slick-dots li button {
    height: 6px;
    width: 6px;
  }
  .com_option-section .community-options .community-facilities__amenities .slick-dots li.slick-active {
    width: 26px;
  }
  .com_option-section .community-options .community-facilities__amenities .slick-dots li.slick-active button {
    width: 26px;
    border-radius: 50px;
    background-color: #B5ABA3;
  }
}

@media (max-width: 567px) and (min-width: 992px) {
  .com_option-section .community-options .community-facilities__amenities .slick-dots {
    display: none !important;
  }
}

.image-gallery {
  padding: 60px 0 80px 0;
}

.image-gallery .image-tile {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.image-gallery .image-tile.large {
  max-height: 700px;
}

.image-gallery .image-tile.small {
  max-height: 350px;
}

.image-gallery .image-tile.margin {
  padding-bottom: 20px;
}

@media (max-width: 992px) {
  .image-gallery .image-tile.large {
    max-height: 480px;
  }
  .image-gallery .image-tile.small {
    display: none;
  }
  .image-gallery .slick-slider {
    padding: 0 20px;
  }
  .image-gallery .slick-slide .row {
    margin: 0;
  }
  .image-gallery .slick-list {
    padding: 0 !important;
  }
}

.custom-slickslide .slick-dots {
  padding-bottom: 0;
}

.custom-slickslide .slick-dots li {
  margin: 0 5px 0 0;
  height: 6px;
  width: 6px;
}

.custom-slickslide .slick-dots li button {
  height: 6px;
  width: 6px;
}

.custom-slickslide .slick-dots li.slick-active {
  width: 26px;
}

.custom-slickslide .slick-dots li.slick-active button {
  width: 26px;
  border-radius: 50px;
  background-color: #B5ABA3;
}

@media (min-width: 992px) {
  .custom-slickslide .slick-dots {
    display: none !important;
  }
}

.new-Launches {
  background: #F3EFE9;
	
  margin: 0;
  padding: 80px 0;
}

.new-Launches .carousal-main-title {
  line-height: 54px;
  font-size: 48px;
  font-size: calc(30px + (48 - 30) * ((100vw - 320px) / (1920 - 320)));
  color: #00263A;
  margin-bottom: 25px;
  font-family: "nakheelbold_text";
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 567px) {
  .new-Launches .carousal-main-title {
    padding-left: 10px;
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.new-Launches .project__wrap-outer {
  padding: 0 18px;
}

@media (max-width: 567px) {
  .new-Launches .project__wrap-outer {
    padding: 0 10px;
  }
}

.new-Launches .slick-slider {
  margin-top: 0;
}

.new-Launches .slick-slider .slick-slide {
  visibility: hidden;
}

.new-Launches .slick-slider .slick-slide.slick-active {
  visibility: visible;
}

@media (min-width: 992px) {
  .new-Launches .slick-slider .slick-slide:not(:hover) {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}

.new-Launches .slick-slider .slick-list {
  overflow: visible;
}

@media (min-width: 992px) {
  .new-Launches .slick-slider {
    height: 592px;
  }
}

@media (max-width: 567px) {
  .new-Launches .slick-slider {
    margin-top: 0;
  }
}

.new-Launches .slick-dots {
  display: none !important;
}

.new-Launches .slick-arrow {
  visibility: visible;
  height: 50px;
  width: 50px;
  position: absolute;
  top: calc(30% + (42 - 30) * ((100vw - 320px) / (1920 - 320)));
  right: 0;
  left: auto;
}

.new-Launches .slick-arrow.slick-prev {
  right: auto;
  left: 0;
}

@media (max-width: 567px) {
  .new-Launches .slick-arrow.slick-prev {
    right: auto;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    left: -10px;
  }
}

.new-Launches .slick-arrow:hover {
  opacity: 0.5;
}

@media (max-width: 567px) {
  .new-Launches .slick-arrow {
    top: 185px;
    right: -10px;
    height: 36px;
    width: 36px;
  }
}

.new-Launches .single-project__wrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background: transparent;
  margin: 0 14px;
  margin: 0;
}

.new-Launches .single-project__wrap .single-project__media,
.new-Launches .single-project__wrap .single-project__info {
  float: none !important;
}

.new-Launches .single-project__wrap .single-project__media .launch-cta .btn.btn-outline_blue,
.new-Launches .single-project__wrap .single-project__info .launch-cta .btn.btn-outline_blue {
  background-color: #f5f1e8;
  border: none;
  height: 44px;
  max-height: 44px;
  line-height: 18px;
  font-size: 16px;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 4px;
  font-family: "nakheelbold_text";
}

.new-Launches .single-project__wrap .single-project__media .launch-cta .btn.btn-outline_blue:hover,
.new-Launches .single-project__wrap .single-project__info .launch-cta .btn.btn-outline_blue:hover {
  background-color: #f5f1e8;
  color: #003f72;
}

.new-Launches .single-project__wrap .single-project__media .launch-cta.bottom,
.new-Launches .single-project__wrap .single-project__info .launch-cta.bottom {
  display: none;
}

.new-Launches .single-project__wrap .single-project__media .launch-cta.bottom .btn.btn-outline_blue,
.new-Launches .single-project__wrap .single-project__info .launch-cta.bottom .btn.btn-outline_blue {
  background: #00263a;
  color: white;
}

@media (max-width: 567px) {
  .new-Launches .single-project__wrap .single-project__media .launch-cta,
  .new-Launches .single-project__wrap .single-project__info .launch-cta {
    display: none;
  }
  .new-Launches .single-project__wrap .single-project__media .launch-cta.bottom,
  .new-Launches .single-project__wrap .single-project__info .launch-cta.bottom {
    display: block;
  }
}

.new-Launches .single-project__wrap .single-project__media {
  position: relative;
  height: calc(360px + (480 - 360) * ((100vw - 992px) / (1920 - 992)));
}

.new-Launches .single-project__wrap .single-project__media img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.new-Launches .single-project__wrap .single-project__media .hover-block {
  width: 100%;
  height: 100%;
  background-color: #00617fe7;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

.new-Launches .single-project__wrap .single-project__media .hover-block .launch-logo {
  margin-bottom: 60px;
}

.new-Launches .single-project__wrap .single-project__media .hover-block .launch-logo img {
  height: 100px !important;
  max-height: 100px;
}

.new-Launches .single-project__wrap .single-project__media .hover-block .launch-title {
  color: white;
  font-size: 36px;
  margin-bottom: 30px;
  line-height: 28px;
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
  white-space: nowrap;
}

.new-Launches .single-project__wrap .single-project__media .hover-block .launch-desc {
  color: white;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 60px;
  text-align: center;
  font-family: "nakheelregular_text";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

@media (max-width: 567px) {
  .new-Launches .single-project__wrap .single-project__media .hover-block {
    display: none;
  }
}

.new-Launches .single-project__wrap .single-project__media .launch-title-outer {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #00263a30;
}

.new-Launches .single-project__wrap .single-project__media .launch-title-outer .launch-title {
  color: white;
  font-size: calc(24px + (32 - 24) * ((100vw - 992px) / (1920 - 992)));
  line-height: calc(28px + (36 - 28) * ((100vw - 992px) / (1920 - 992)));
  text-transform: capitalize;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 567px) {
  .new-Launches .single-project__wrap .single-project__media {
    max-height: 400px;
  }
  .new-Launches .single-project__wrap .single-project__media img {
    height: 100%;
  }
}

.new-Launches .single-project__wrap .single-project__info {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  background: none;
  padding-right: 20px;
}

.new-Launches .single-project__wrap .single-project__info p {
  font-size: 16px;
  line-height: 20px;
  color: #59595c;
  font-family: "nakheelregular_text";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
  padding: 30px;
  padding-bottom: 0;
  text-align: center;
}

@media (max-width: 567px) {
  .new-Launches .single-project__wrap .single-project__info {
    padding-top: 20px;
    padding-right: 0;
  }
  .new-Launches .single-project__wrap .single-project__info p {
    padding: 20px;
    padding-top: 0;
    margin: 0;
  }
  .new-Launches .single-project__wrap .single-project__info .launch-cta.bottom {
    display: none;
  }
}

.new-Launches .single-project__wrap:hover .single-project__media {
  height: 560px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.3);
}

.new-Launches .single-project__wrap:hover .single-project__media img {
  height: 100%;
  -o-object-position: center;
     object-position: center;
}

.new-Launches .single-project__wrap:hover .single-project__media .hover-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.new-Launches .single-project__wrap:hover .single-project__media .launch-title-outer {
  opacity: 0;
}

@media (max-width: 567px) {
  .new-Launches .single-project__wrap:hover .single-project__media {
    height: 460px;
  }
}

.new-Launches .single-project__wrap:hover .single-project__info {
  padding-top: 30px;
}

.new-Launches .single-project__wrap:hover .single-project__info p {
  visibility: hidden;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 0;
}

@media (max-width: 567px) {
  .new-Launches .single-project__wrap:hover .single-project__info p {
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 992px) {
  .new-Launches .single-project__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
  }
  .new-Launches .single-project__wrap .single-project__media {
    max-width: 100%;
  }
}

@media (max-width: 567px) {
  .new-Launches .single-project__wrap {
    margin: 0;
  }
  .new-Launches .single-project__wrap .single-project__media {
    height: 460px;
  }
  .new-Launches .single-project__wrap .single-project__media img {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .new-Launches {
    padding: 75px 10px;
  }
}

@media (max-width: 567px) {
  .new-Launches {
    padding: 60px 0;
  }
}

.community-highlights.custom-community {
  padding: 80px 0 100px 0;
}

.community-highlights.custom-community .title-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0px;
  width: 58%;
  margin-left: auto;
  margin-bottom: 30px;
}

.community-highlights.custom-community .title-section .section-title {
  font-size: 48px;
  color: #00263A;
  line-height: 54px;
  font-family: "nakheelbold_text";
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
}

.community-highlights.custom-community .title-section a {
  font-size: 24px;
  color: #00617f;
  line-height: 74px;
  text-decoration: underline;
  font-family: "nakheelregular_text";
}

.community-highlights.custom-community .highlights-listing .highlights-listing__listitem {
  width: 100%;
}

.community-highlights.custom-community .highlights-listing .highlights-listing__listitem .highlights-listing__listitem_inner {
  border: none;
}

.community-highlights.custom-community .highlights-listing .highlights-listing__listitem .highlights-listing__listitem_inner > div {
  padding: 30px 0 0 0;
}

.community-highlights.custom-community .highlights-listing .highlights-listing__listitem .highlights-listing__listitem_inner > div > div {
  padding: 0;
}

.community-highlights.custom-community .highlights-listing .highlights-listing__listitem .highlights-listing__listitem_inner > div > div::after {
  display: none;
}

.community-highlights.custom-community .highlights-listing .highlights-listing__listitem .highlights-listing__listitem_inner figure img {
  max-height: 400px;
  height: 400px;
}

.community-highlights.custom-community .highlights-listing .highlights-listing__listitem .highlights-listing__listitem_inner h2 {
  color: #00263a;
  font-size: 36px;
  font-family: "nakheelbold_text";
  font-weight: bold;
  line-height: 40px;
  padding-bottom: 20px;
}

.community-highlights.custom-community .highlights-listing .highlights-listing__listitem .highlights-listing__listitem_inner h3 {
  color: #00617F;
  font-size: 24px;
  font-family: "nakheelregular_headline";
  min-height: 56px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}

.community-highlights.custom-community .highlights-listing .highlights-listing__listitem .highlights-listing__listitem_inner .highlights-listing__para p {
  color: #59595c;
  font-size: 21px;
  line-height: 24px;
  font-family: "nakheelregular_text";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media (max-width: 992px) {
  .community-highlights.custom-community {
    padding: 60px 30px;
    margin-bottom: 0;
  }
  .community-highlights.custom-community .title-section {
    margin-bottom: 8px;
    padding: 0;
  }
  .community-highlights.custom-community .title-section .section-title {
    font-size: 30px;
    margin: 0;
    padding-left: 0;
  }
  .community-highlights.custom-community .title-section a {
    font-size: 16px;
  }
  .community-highlights.custom-community .highlights-listing .highlights-listing__listitem:not(:last-child) {
    padding-bottom: 20px;
  }
  .community-highlights.custom-community .highlights-listing .highlights-listing__listitem .highlights-listing__listitem_inner {
    border: none;
    overflow: hidden;
  }
  .community-highlights.custom-community .highlights-listing .highlights-listing__listitem .highlights-listing__listitem_inner > div {
    padding: 0 0 0 0;
  }
  .community-highlights.custom-community .highlights-listing .highlights-listing__listitem .highlights-listing__listitem_inner > div > div {
    padding: 0;
  }
  .community-highlights.custom-community .highlights-listing .highlights-listing__listitem .highlights-listing__listitem_inner > div > div::after {
    display: none;
  }
  .community-highlights.custom-community .highlights-listing .highlights-listing__listitem .highlights-listing__listitem_inner figure img {
    max-height: 240px;
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .community-highlights.custom-community .highlights-listing .highlights-listing__listitem .highlights-listing__listitem_inner h2 {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .community-highlights.custom-community .highlights-listing .highlights-listing__listitem .highlights-listing__listitem_inner h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    min-height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 0;
  }
  .community-highlights.custom-community .highlights-listing .highlights-listing__listitem .highlights-listing__listitem_inner .highlights-listing__para p {
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
}

@media (max-width: 567px) {
  .community-highlights.custom-community .title-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .community-highlights.custom-community .title-section .section-title {
    font-size: 30px;
    margin-bottom: 5px;
    padding: 0;
  }
  .community-highlights.custom-community .title-section a {
    font-size: 16px;
    line-height: 15px;
  }
  .community-highlights.custom-community .highlights-listing .highlights-listing__listitem .highlights-listing__listitem_inner h2 {
    font-size: 24px;

    margin-bottom: 0;
    margin-top: 20px;
    padding-bottom: 5px;
	  line-height: 28px;
	  text-align: left;
  }
  .community-highlights.custom-community .highlights-listing .highlights-listing__listitem .highlights-listing__listitem_inner h3 {
    -webkit-line-clamp: 1;
    margin-bottom: 20px;
  }
}

.virtual-tour {
  background-color: #abe5e840;
  padding: 80px 0 80px 0;
}

.virtual-tour .virtual-section-title {
  font-size: 48px;
  line-height: 54px;
  color: #00263A;
  font-family: "nakheelbold_text";
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width: 567px) {
  .virtual-tour .virtual-section-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.virtual-tour .virtual-tour-block {
  background: #fefefe;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
  position: relative;
}

.virtual-tour .virtual-slick .slick-list {
  padding: 0 !important;
  overflow: visible;
}

.virtual-tour .virtual-slick .slick-list .slick-track .slick-slide .virtual-tour-block {
  height: 400px;
  margin: 0 10px;
}

.virtual-tour .virtual-slick .slick-list .slick-track .slick-slide .virtual-tour-block .virtual-title {
  z-index: 1;
  font-size: 36px;
  font-family: "nakheelbold_text";
  color: white;
  z-index: 999;
  cursor: pointer;
  line-height: 72px;
  text-align: center;
}

.virtual-tour .virtual-slick .slick-list .slick-track .slick-slide .virtual-tour-block::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00263A;
  opacity: 0.5;
  z-index: 0;
}

.virtual-tour .virtual-slick .slick-list .slick-track .slick-slide:hover .virtual-tour-block::before {
  background-color: #00263A;
  opacity: .9;
}

@media (min-width: 768px) {
  .virtual-tour .virtual-slick .slick-list .slick-track .slick-slide {
    visibility: visible;
  }
  .virtual-tour .virtual-slick .slick-list .slick-track .slick-slide .virtual-tour-block {
    height: 320px;
  }
}

.virtual-tour .virtual-slick .slick-list .slick-track .slick-slide.slick-center .virtual-tour-block {
  margin: 0;
}

@media (max-width: 992px) {
  .virtual-tour .virtual-slick .slick-list .slick-track .slick-slide {
    visibility: hidden;
  }
  .virtual-tour .virtual-slick .slick-list .slick-track .slick-slide .virtual-tour-block {
    margin: 0;
    height: 400px;
    width: 100%;
  }
  .virtual-tour .virtual-slick .slick-list .slick-track .slick-slide .virtual-tour-block .virtual-title {
    font-size: 36px;
    font-family: "nakheelbold_text";
    color: white;
    line-height: 72px;
  }
  .virtual-tour .virtual-slick .slick-list .slick-track .slick-slide.slick-current {
    visibility: visible;
  }
}

@media (max-width: 567px) {
  .virtual-tour .virtual-slick .slick-list .slick-track .slick-slide {
    visibility: hidden;
  }
  .virtual-tour .virtual-slick .slick-list .slick-track .slick-slide .virtual-tour-block {
    margin: 0;
    height: 400px;
    width: 100%;
  }
  .virtual-tour .virtual-slick .slick-list .slick-track .slick-slide .virtual-tour-block .virtual-icon img {
    height: 48px;
  }
  .virtual-tour .virtual-slick .slick-list .slick-track .slick-slide .virtual-tour-block .virtual-title {
    font-size: 36px;
    font-family: "nakheelbold_text";
    color: white;
    line-height: 72px;
  }
  .virtual-tour .virtual-slick .slick-list .slick-track .slick-slide.slick-center .virtual-tour-block {
    margin: 0;
    height: 400px;
    width: 100%;
  }
  .virtual-tour .virtual-slick .slick-list .slick-track .slick-slide.slick-center .virtual-tour-block .virtual-icon img {
    height: 48px;
  }
  .virtual-tour .virtual-slick .slick-list .slick-track .slick-slide.slick-center .virtual-tour-block .virtual-title {
    font-size: 32px;
    line-height: 36px;
    text-align: center;
  }
}

.virtual-tour .virtual-slick .slick-dots {
  display: none !important;
}

.virtual-tour .virtual-slick .slick-dots li {
  margin: 0 10px 0 0;
  height: 6px;
  width: 6px;
}

.virtual-tour .virtual-slick .slick-dots li button {
  height: 6px;
  width: 6px;
}

.virtual-tour .virtual-slick .slick-dots li.slick-active {
  width: 26px;
}

.virtual-tour .virtual-slick .slick-dots li.slick-active button {
  width: 26px;
  border-radius: 50px;
  background-color: white;
}

@media (max-width: 992px) {
  .virtual-tour .virtual-slick .slick-dots {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .virtual-tour .virtual-slick {
    margin-bottom: 0;
  }
}

@media (max-width: 992px) {
  .virtual-tour {
    padding: 60px 20px;
  }
}

.download-section {
  position: relative;
}

.download-section video {
  position: absolute;
  z-index: -1;
  opacity: 0.5;
}

.download-section::before, .download-section:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: calc(110px + (128 - 110) * ((100vw - 992px) / (1920 - 992)));
  width: 100%;
  background-color: white;
  z-index: 1;
}

.download-section:after {
  height: calc(80px + (100 - 80) * ((100vw - 992px) / (1920 - 992)));
}

.download-section:before {
  top: 0;
  z-index: 0;
}

.download-section .download-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -20px;
}

.download-section .download-outer .download-block {
  width: 50%;
}

.download-section .download-outer .download-block .download-head {
  font-size: calc(32px + (48 - 32) * ((100vw - 992px) / (1920 - 992)));
  line-height: 45px;
  font-family: "nakheelbold_text";
  color: #00263a;
}

.download-section .download-outer .download-block .download-subhead {
  font-size: 24px;
  color: #000000;
  line-height: 28px;
  margin-bottom: 23px;
}

.download-section .download-outer .download-block .store-icons img {
  max-height: 60px;
  height: calc(40px + (60 - 40) * ((100vw - 992px) / (1920 - 992)));
}

.download-section .download-outer .download-block .store-icons img:first-child {
  margin-right: 13px;
}

.download-section .download-outer .download-block .inner .qr-code-outer {
  display: none;
}

@media (min-width: 993px) {
  .download-section .download-outer .download-block .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .download-section .download-outer .download-block .inner .qr-code-outer {
    display: block;
    margin-right: calc(10px + (30 - 10) * ((100vw - 993px) / (1920 - 993)));
  }
  .download-section .download-outer .download-block .inner .qr-code-outer img {
    height: calc(100px + (160 - 100) * ((100vw - 993px) / (1920 - 993)));
  }
}

.download-section .download-outer .mobile-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
}

.download-section .download-outer .mobile-block img {
  height: calc(400px + (560 - 400) * ((100vw - 992px) / (1920 - 992)));
}

@media (max-width: 992px) {
  .download-section video {
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .download-section::before, .download-section:after {
    height: calc(80px + (110 - 80) * ((100vw - 567px) / (991 - 567)));
  }
  .download-section:before {
    display: none;
  }
  .download-section .download-outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 47px;
    margin-bottom: 0;
  }
  .download-section .download-outer .download-block {
    text-align: center;
    width: 100%;
    padding-left: 17px;
  }
  .download-section .download-outer .download-block .download-head {
    font-size: calc(32px + (38 - 32) * ((100vw - 320px) / (991 - 320)));
  }
  .download-section .download-outer .download-block .download-subhead {
    font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (991 - 320)));
    margin-bottom: calc(16px + (23 - 16) * ((100vw - 320px) / (991 - 320)));
  }
  .download-section .download-outer .download-block .store-icons img {
    height: 40px;
  }
  .download-section .download-outer .download-block .store-icons img:first-child {
    margin-right: 10px;
  }
  .download-section .download-outer .mobile-block {
    width: 100%;
  }
  .download-section .download-outer .mobile-block img {
    height: calc(340px + (400 - 340) * ((100vw - 567px) / (992 - 567)));
  }
}

@media (max-width: 567px) {
  .download-section::before, .download-section:after {
    height: calc(60px + (80 - 60) * ((100vw - 320px) / (566 - 320)));
  }
  .download-section .download-outer .download-block {
    text-align: start;
  }
  .download-section .download-outer .download-block .download-head {
    font-size: calc(30px + (32 - 30) * ((100vw - 320px) / (566 - 320)));
    line-height: 28px;
  }
  .download-section .download-outer .download-block .download-subhead {
    margin-bottom: 12px;
  }
  .download-section .download-outer .mobile-block {
    width: 100%;
  }
  .download-section .download-outer .mobile-block img {
    height: calc(260px + (340 - 260) * ((100vw - 320px) / (566 - 320)));
  }
}

.ourcommunity-section {
  padding: calc(60px + (100 - 60) * ((100vw - 320px) / (1920 - 320))) 0;
}

.ourcommunity-section .community-main-title {
  color: #00263A;
  font-size: calc(30px + (48 - 30) * ((100vw - 1024px) / (1920 - 1024)));
  line-height: 54px;
  margin-bottom: calc(20px + (30 - 20) * ((100vw - 769px) / (1920 - 769)));
  text-align: center;
  font-weight: bold;
}

.ourcommunity-section .community-slick .community-card,
.ourcommunity-section .nakheelmall-slick .community-card,
.ourcommunity-section .nakheelhotel-slick .community-card {
  margin: 0 10px;
}

.ourcommunity-section .community-slick .community-card .community-head,
.ourcommunity-section .nakheelmall-slick .community-card .community-head, 
.ourcommunity-section .nakheelhotel-slick .community-card .community-head {
  height: calc(320px + (420 - 320) * ((100vw - 1024px) / (1920 - 1024)));
  width: 100%;
  position: relative;
  display: block;
}

.ourcommunity-section .community-slick .community-card .community-head .community-image,
.ourcommunity-section .nakheelmall-slick .community-card .community-head .community-image,
.ourcommunity-section .nakheelhotel-slick .community-card .community-head .community-image  {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.ourcommunity-section .community-slick .community-card .community-head .image-title,
.ourcommunity-section .nakheelmall-slick .community-card .community-head .image-title,
.ourcommunity-section .nakheelhotel-slick .community-card .community-head .image-title {
  position: absolute;
  left: 0;
  top: 0;
  color: white;
 font-size: calc(22px + (36 - 24) * ((100vw - 1024px) / (1920 - 1024)));
  line-height: calc(26px + (40 - 26) * ((100vw - 1024px) / (1920 - 1024)));
  text-transform: capitalize;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #00263a66;
  text-align: center;
}

.ourcommunity-section .community-slick .community-card .community-head:hover .image-title,
.ourcommunity-section .nakheelmall-slick .community-card .community-head:hover .image-title,
.ourcommunity-section .nakheelhotel-slick .community-card .community-head:hover .image-title {
  background-color: #00263acc;
}

.ourcommunity-section .community-slick .community-card .community-desc,
.ourcommunity-section .nakheelmall-slick .community-card .community-desc,
.ourcommunity-section .nakheelhotel-slick .community-card .community-desc {
  padding: 30px;
  padding-bottom: 0;
  font-size: 16px;
  color: #59595C;
  line-height: 20px;
  min-height: 130px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-bottom: 60px;
}

.ourcommunity-section .loadmore-btn {
  font-size: 16px;
  line-height: 40px;
  color: #00263A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 4.8px;
  font-weight: bold;
}

@media (max-width: 567px) {
  .ourcommunity-section .loadmore-btn {
    padding-top: 60px;
  }
}

.ourcommunity-section.nakheel-mall {
  padding-top: 80px;
}

.ourcommunity-section.nakheel-mall .community-slick .community-card .community-head .image-title,
.ourcommunity-section.nakheel-mall .nakheelmall-slick .community-card .community-head .image-title,
.ourcommunity-section.nakheel-mall .nakheelhotel-slick .community-card .community-head .image-title {
  height: calc(100% - 100px);
}

.ourcommunity-section.nakheel-mall .community-slick .community-card .community-head .mall-logo,
.ourcommunity-section.nakheel-mall .nakheelmall-slick .community-card .community-head .mall-logo,
.ourcommunity-section.nakheel-mall .nakheelhotel-slick .community-card .community-head .mall-logo {
  height: 100px;
  background: #f5f1e8e6;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ourcommunity-section.nakheel-mall .community-slick .community-card .community-desc,
.ourcommunity-section.nakheel-mall .nakheelmall-slick .community-card .community-desc,
.ourcommunity-section.nakheel-mall .nakheelhotel-slick .community-card .community-desc  {
  min-height: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

@media (max-width: 992px) {
  .ourcommunity-section .community-main-title {
    font-size: 30px;
  }
  .ourcommunity-section .community-slick .community-card {
    margin: 0 10px;
  }
  .ourcommunity-section .community-slick .community-card .community-desc {
    padding: 20px 0 0 0;
    margin-bottom: 0px;
    min-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .ourcommunity-section .community-slick .slick-dots {
    padding-top: 30px;
  }
}

.upcoming-retail .about-marine-content .gallery-container {
  background: white;
}

.upcoming-retail .about-marine-content .gallery-container .upcoming-ret-title {
  color: #00263A;
  font-size: 56px;
  line-height: 60px;
  margin-bottom: 32px;
  text-align: center;
}

.upcoming-retail .about-marine-content .gallery-container .upcoming-ret-desc {
  color: #59595C;
  font-size: 21px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 80px;
}

.upcoming-retail .about-marine-content .gallery-container .widget-box .widget-box__media img {
  height: 430px;
  max-height: 430px;
}

.upcoming-retail .about-marine-content .gallery-container .widget-box .widget-box__media .mobile-contents {
  display: none;
}

.upcoming-retail .about-marine-content .gallery-container .widget-box .widget-box__content {
  border: none;
  background-color: #f5f1e8e6;
  padding: 70px 50px;
  max-height: 430px;
}

.upcoming-retail .about-marine-content .gallery-container .widget-box .widget-box__content .section-logo {
  height: 84px;
  max-height: 84px;
  max-width: 120px;
  margin-bottom: 20px;
}

.upcoming-retail .about-marine-content .gallery-container .widget-box .widget-box__content .section-title {
  color: #00263A;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 24px;
}

.upcoming-retail .about-marine-content .gallery-container .widget-box .widget-box__content p {
  color: #59595C;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.upcoming-retail .about-marine-content .gallery-container .widget-box .widget-box__content .btn-outline_blue {
  background: #00263A;
  border: none;
  color: white;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  border-radius: 0;
  height: 44px;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.upcoming-retail .about-marine-content .gallery-container .widget-box.desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*padding: calc(80px + (100 - 80) * ((100vw - 1024px) / (1920 - 1024))) 0;*/
    padding: calc(80px + (100 - 100) * ((100vw - 1024px) / (1920 - 1024))) 0;
}

.upcoming-retail .about-marine-content .gallery-container .widget-box.desc .desc-title {
  color: #00617F;
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.upcoming-retail .about-marine-content .gallery-container .widget-box.desc .description {
  font-size: 21px;
  color: #59595C;
  line-height: 24px;
  text-align: start;
  width: 100%;
}

.upcoming-retail .about-marine-content .gallery-container .widget-box.desc .description + p {
  margin-top: 20px;
}

.upcoming-retail .about-marine-content .gallery-container .widget-box.desc ul {
  width: 100%;
  text-align: start;
  padding-left: calc(100px + (150 - 100) * ((100vw - 1024px) / (1920 - 1024)));
  padding-top: 40px;
}

.upcoming-retail .about-marine-content .gallery-container .widget-box.desc ul li {
  color: #59595C;
  font-size: 21px;
  line-height: 36px;
  position: relative;
}

.upcoming-retail .about-marine-content .gallery-container .widget-box.desc ul li::before {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #6AD1E3;
  position: absolute;
  left: -20px;
  top: 13px;
}

@media (max-width: 992px) {
  .upcoming-retail .about-marine-content .gallery-container .widget-box.desc {
    padding: 0;
  }
  .upcoming-retail .about-marine-content .gallery-container .widget-box.desc .desc-title {
    font-size: calc(24px + (36 - 24) * ((100vw - 320px) / (768 - 320)));
    margin-bottom: 20px;
  }
  .upcoming-retail .about-marine-content .gallery-container .widget-box.desc .description {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }
  .upcoming-retail .about-marine-content .gallery-container .widget-box.desc .description + p {
    margin-top: 20px;
  }
  .upcoming-retail .about-marine-content .gallery-container .widget-box.desc ul {
    width: 100%;
    text-align: start;
    padding-left: 40px;
    padding-top: 20px;
  }
  .upcoming-retail .about-marine-content .gallery-container .widget-box.desc ul li {
    color: #59595C;
    font-size: 16px;
    line-height: 20px;
    position: relative;
  }
  .upcoming-retail .about-marine-content .gallery-container .widget-box.desc ul li::before {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #6AD1E3;
    position: absolute;
    left: -20px;
    top: 13px;
  }
}

.upcoming-retail.whoweare .about-marine-content .gallery-container .widget-box .widget-box__media img {
  height: 430px;
  max-height: 430px;
	object-fit: cover;
}

.upcoming-retail.whoweare .about-marine-content .gallery-container .widget-box .widget-box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: calc(50px + (100 - 50) * ((100vw - 1024px) / (1920 - 1024)));
}

.upcoming-retail.whoweare .about-marine-content .gallery-container .widget-box .widget-box__content .section-title {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 20px;
}

.upcoming-retail.whoweare .about-marine-content .gallery-container .widget-box .widget-box__content p {
  font-size: 24px;
  line-height: 28px;
  text-align: start;
}

.upcoming-retail.whoweare .about-marine-content .gallery-container .widget-box.comminity-block {
  margin-bottom: 100px;
}

.upcoming-retail.whoweare .about-marine-content .gallery-container .widget-box.comminity-block .widget-box__media {
  position: relative;
}

.upcoming-retail.whoweare .about-marine-content .gallery-container .widget-box.comminity-block .widget-box__media img {
  height: 480px;
  max-height: 480px;
}

.upcoming-retail.whoweare .about-marine-content .gallery-container .widget-box.comminity-block .widget-box__media .community-contents {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  background: #00263a99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: calc(80px + (120 - 80) * ((100vw - 1024px) / (1920 - 1024)));
}

.upcoming-retail.whoweare .about-marine-content .gallery-container .widget-box.comminity-block .widget-box__media .community-contents .section-title {
  color: white;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: center;
}

.upcoming-retail.whoweare .about-marine-content .gallery-container .widget-box.comminity-block .widget-box__media .community-contents .section-desc {
  font-size: 24px;
  color: white;
  line-height: 28px;
  margin: 0;
  text-align: center;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.upcoming-retail.whoweare .about-marine-content .gallery-container .widget-box.comminity-block .widget-box__media:nth-child(2) .community-contents, .upcoming-retail.whoweare .about-marine-content .gallery-container .widget-box.comminity-block .widget-box__media:nth-child(3) .community-contents {
  background: #00617f99;
}

@media (max-width: 992px) {
  .upcoming-retail .about-marine-content .gallery-container {
    background: white;
    padding-top: 0;
    margin-top: 0;
  }
  .upcoming-retail .about-marine-content .gallery-container .upcoming-ret-title,
  .upcoming-retail .about-marine-content .gallery-container .upcoming-ret-desc {
    display: none;
  }
  .upcoming-retail .about-marine-content .gallery-container .widget-box {
    border: none;
    margin-bottom: 0;
  }
  .upcoming-retail .about-marine-content .gallery-container .widget-box .widget-box__media {
    position: relative;
  }
  .upcoming-retail .about-marine-content .gallery-container .widget-box .widget-box__media img {
    height: 420px;
    max-height: 420px;
  }
  .upcoming-retail .about-marine-content .gallery-container .widget-box .widget-box__media .mobile-contents {
    display: block;
  }
  .upcoming-retail .about-marine-content .gallery-container .widget-box .widget-box__media .mobile-contents .section-title {
    position: absolute;
    left: 0;
    top: 0;
    background: #00263a66;
    height: calc(100% - 100px);
    color: white;
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 30px;
  }
  .upcoming-retail .about-marine-content .gallery-container .widget-box .widget-box__media .mobile-contents .section-logo {
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #f5f1e8e6;
    width: 100%;
  }
  .upcoming-retail .about-marine-content .gallery-container .widget-box .widget-box__media .mobile-contents .section-logo img {
    max-width: 108px;
    max-height: 76px;
  }
  .upcoming-retail .about-marine-content .gallery-container .widget-box .widget-box__content {
    padding: 20px 20px 0 20px;
    background: white;
  }
  .upcoming-retail .about-marine-content .gallery-container .widget-box .widget-box__content .section-logo,
  .upcoming-retail .about-marine-content .gallery-container .widget-box .widget-box__content .section-title {
    display: none;
  }
  .upcoming-retail .about-marine-content .gallery-container .widget-box .widget-box__content .btn-outline_blue {
    width: 100%;
  }
  .upcoming-retail.whoweare .about-marine-content .gallery-container .widget-box {
    margin-bottom: 60px;
  }
  .upcoming-retail.whoweare .about-marine-content .gallery-container .widget-box .widget-box__media img {
    height: 320px;
    max-height: 320px;
  }
  .upcoming-retail.whoweare .about-marine-content .gallery-container .widget-box .widget-box__media .mobile-contents {
    display: block;
  }
  .upcoming-retail.whoweare .about-marine-content .gallery-container .widget-box .widget-box__media .mobile-contents .section-title {
    height: 100%;
    text-align: center;
  }
  .upcoming-retail.whoweare .about-marine-content .gallery-container .widget-box .widget-box__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0 0 0px;
  }
  .upcoming-retail.whoweare .about-marine-content .gallery-container .widget-box .widget-box__content .section-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .upcoming-retail.whoweare .about-marine-content .gallery-container .widget-box .widget-box__content p {
    text-align: center;
    font-size: 16px;
  }
  .upcoming-retail.whoweare .about-marine-content .gallery-container .widget-box.comminity-block {
    margin-bottom: calc(60px + (80 - 60) * ((100vw - 320px) / (768 - 320)));
  }
  .upcoming-retail.whoweare .about-marine-content .gallery-container .widget-box.comminity-block .widget-box__media {
    position: relative;
  }
  .upcoming-retail.whoweare .about-marine-content .gallery-container .widget-box.comminity-block .widget-box__media img {
    height: calc(240px + (480 - 240) * ((100vw - 320px) / (768 - 320)));
    max-height: calc(240px + (480 - 240) * ((100vw - 320px) / (768 - 320)));
  }
  .upcoming-retail.whoweare .about-marine-content .gallery-container .widget-box.comminity-block .widget-box__media .community-contents {
    padding: calc(20px + (80 - 20) * ((100vw - 320px) / (768 - 320)));
  }
  .upcoming-retail.whoweare .about-marine-content .gallery-container .widget-box.comminity-block .widget-box__media .community-contents .section-title {
    color: white;
    font-size: calc(24px + (36 - 24) * ((100vw - 320px) / (768 - 320)));
    line-height: 30px;
    margin-bottom: 10px;
  }
  .upcoming-retail.whoweare .about-marine-content .gallery-container .widget-box.comminity-block .widget-box__media .community-contents .section-desc {
    font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (768 - 320)));
    line-height: 16px;
  }
}

.top-tab-section {
  overflow-x: scroll;
}

.top-tab-section::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

.top-tab-section::-webkit-scrollbar {
  height: 1px;
  background-color: #F5F5F5;
}

.top-tab-section::-webkit-scrollbar-thumb {
  background-color: #29607C;
}

.top-tab-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0 0 0;
  border-bottom: 1px solid #29607C;
}

.top-tab-section ul li {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  margin: 0 calc(20px + (60 - 20) * ((100vw - 1024px) / (1920 - 1024)));
  padding-bottom: 10px;
  min-width: 100px;
  text-align: center;
  white-space: nowrap;
}

.top-tab-section ul li a {
  color: #000000;
}

.top-tab-section ul li.active {
  border-bottom: 3px solid #86CFE0;
}

.top-tab-section ul li.active a {
  color: #00617F;
}

@media (max-width: 992px) {
  .top-tab-section ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .top-tab-section ul li {
    font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (768 - 320)));
    line-height: 28px;
    font-weight: bold;
    margin: 0 calc(10px + (20 - 10) * ((100vw - 320px) / (768 - 320)));
    padding-bottom: 10px;
    min-width: auto;
  }
  .top-tab-section ul li a {
    color: #000000;
  }
  .top-tab-section ul li.active {
    border-bottom: 3px solid #86CFE0;
  }
  .top-tab-section ul li.active a {
    color: #00617F;
  }
}

.director-board {
  padding-bottom: 40px;
}

.director-board .director-title {
  color: #00617F;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 30px;
}

.director-board .board-directors-outer .member-card {
  margin: 0 10px 60px 10px;
}

.director-board .board-directors-outer .member-card .member-image img {
  width: 100%;
  height: 320px;
  max-height: 320px;
}

.director-board .board-directors-outer .member-card .member-name {
  color: #59595C;
  font-size: 24px;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.director-board .board-directors-outer .member-card .member-designation {
  color: #B5ABA3;
  font-size: 20px;
  line-height: 20px;
}

.director-board.leadership {
  padding-top: calc(80px + (100 - 80) * ((100vw - 320px) / (768 - 320)));
}

@media (max-width: 992px) {
  .director-board .director-title {
    font-size: calc(24px + (40 - 24) * ((100vw - 320px) / (768 - 320)));
    margin-bottom: 20px;
  }
  .director-board.leadership {
    padding-top: calc(0px + (80 - 0) * ((100vw - 320px) / (768 - 320)));
  }
}

.book-online .online-btn {
  background: #ABE5E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 55px calc(80px + (120 - 80) * ((100vw - 1024px) / (1920 - 1024)));
}

.book-online .online-btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.book-online .online-btn span img {
  height: 90px;
  max-height: 90px;
}

.book-online .online-btn span .name {
  color: #00617F;
  font-size: 36px;
  line-height: 54px;
  padding-left: 30px;
  text-align: center;
}

.book-online .online-btn .arrow {
  height: 48px;
  max-height: 48px;
}

@media (max-width: 992px) {
  .book-online .online-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 55px calc(20px + (80 - 20) * ((100vw - 1024px) / (1920 - 1024)));
  }
  .book-online .online-btn span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .book-online .online-btn span img {
    height: 90px;
    max-height: 90px;
  }
  .book-online .online-btn span .name {
    font-size: 36px;
    line-height: 54px;
    padding-left: 0;
  }
  .book-online .online-btn .arrow {
    display: none;
  }
}

.g-recaptcha {
  height: 78px;
  min-height: 78px;
}

.news-section .container .row {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.news-section .news-title {
  color: #00263A;
  font-size: 48px;
  font-weight: bold;
  line-height: 54px;
  text-align: center;
  margin-bottom: 30px;
}

.news-section .news-card {
  margin-bottom: 60px;
}

.news-section .news-card img {
  /*height: 320px;*/
  max-height: 418px;
  width: 100%;
  margin-bottom: 20px;
}

.news-section .news-card .title {
  color: #00263A;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-section .news-card .date {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  color: #B5ABA3;
}

@media (max-width: 992px) {
  .news-section {
    padding: 0 20px;
  }
  .news-section .news-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .news-section .news-card {
    margin-bottom: 40px;
  }
  .news-section .news-card img {
    height: 240px;
    max-height: 240px;
  }
}

.news-details .news-heading {
  color: #00263A;
  font-size: calc(40px + (48 - 40) * ((100vw - 1024px) / (1920 - 1024)));
  line-height: calc(36px + (54 - 36) * ((100vw - 1024px) / (1920 - 1024)));
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.news-details .news-date {
  font-size: 21px;
  color: #59595C;
  line-height: 24px;
  margin-bottom: 50px;
}

.news-details .news-subheading {
  font-size: 30px;
  color: #00617F;
  margin-bottom: 45px;
  text-align: center;
}

.news-details .news-description {
  text-align: start;
}

.news-details .news-description p,
.news-details .news-description .p {
  color: #59595C;
  font-size: 20px;
  line-height: 24px;
}

.news-details .news-description p + p,
.news-details .news-description .p + p {
  margin-top: 20px;
}

.news-details .news-description p b,
.news-details .news-description .p b {
  color: #00617F;
}

.news-details .news-description p a,
.news-details .news-description .p a {
  color: #00617F;
}

@media (max-width: 992px) {
  .news-details .news-heading {
    font-size: calc(36px + (40 - 36) * ((100vw - 320px) / (768 - 320)));
    line-height: calc(36px + (54 - 36) * ((100vw - 320px) / (768 - 320)));
  }
  .news-details .news-date {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .news-details .news-subheading {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: start;
  }
  .news-details .news-description p,
  .news-details .news-description .p {
    font-size: 16px;
    line-height: 20px;
  }
  .news-details .news-description p + p,
  .news-details .news-description .p + p {
    margin-top: 10px;
  }
	
}

.footer.updatedfooter {
  padding-top: 0;
  background-color: white;
}

.footer.updatedfooter .footer-block-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer.updatedfooter .footer-block-outer .footer-block {
  width: 50%;
  padding-bottom: calc(60px + (80 - 60) * ((100vw - 992px) / (1920 - 992)));
}

.footer.updatedfooter .footer-block-outer .footer-block:nth-child(3), .footer.updatedfooter .footer-block-outer .footer-block:nth-child(4) {
  padding-bottom: calc(48px + (60 - 48) * ((100vw - 992px) / (1920 - 992)));
}

.footer.updatedfooter .footer-block-outer .footer-block .logo {
  margin-bottom: 30px;
  width: calc(180px + (207 - 180) * ((100vw - 992px) / (1920 - 992)));
}

.footer.updatedfooter .footer-block-outer .footer-block .subscribe-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer.updatedfooter .footer-block-outer .footer-block .subscribe-list li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer.updatedfooter .footer-block-outer .footer-block .subscribe-list li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer.updatedfooter .footer-block-outer .footer-block .subscribe-list li span img {
  height: calc(18px + (21 - 18) * ((100vw - 992px) / (1920 - 992)));
  margin-right: calc(12px + (14 - 12) * ((100vw - 992px) / (1920 - 992)));
}

.footer.updatedfooter .footer-block-outer .footer-block .subscribe-list li span a {
  font-size: calc(16px + (24 - 16) * ((100vw - 992px) / (1920 - 992)));
  color: #00263a;
  line-height: 28px;
  text-transform: uppercase;
}

.footer.updatedfooter .footer-block-outer .footer-block .subscribe-list li span:not(:last-child) {
  margin-right: calc(14px + (40 - 14) * ((100vw - 992px) / (1920 - 992)));
}

.footer.updatedfooter .footer-block-outer .footer-block .subscribe-list.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.footer.updatedfooter .footer-block-outer .footer-block .subscribe-list .subscribe-text {
  font-size: 21px;
  line-height: 24px;
  color: #00263a;
  margin-right: 20px;
}

.footer.updatedfooter .footer-block-outer .footer-block .subscribe-list #footer-subscription-form {
  background-color: #f5f1e8;
  width: calc(320px + (260 - 320) * ((100vw - 992px) / (1920 - 992)));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer.updatedfooter .footer-block-outer .footer-block .subscribe-list #footer-subscription-form .input-email {
  height: 56px;
  background-color: #f5f1e8;
  border: none;
  padding: 20px;
  width: 90%;
  color: #00263a;
}

.footer.updatedfooter .footer-block-outer .footer-block .footerlink-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer.updatedfooter .footer-block-outer .footer-block .footerlink-outer .footer__desktop__links {
  border-left: 1px solid #707070;
  padding-left: 15px;
}

.footer.updatedfooter .footer-block-outer .footer-block .footerlink-outer .footer__desktop__links:not(:last-child) {
  padding-right: calc(80px + (100 - 80) * ((100vw - 992px) / (1920 - 992)));
}

@media (min-width: 1400px) {
  .footer.updatedfooter .footer-block-outer .footer-block .footerlink-outer .footer__desktop__links {
    width: 25%;
  }
  .footer.updatedfooter .footer-block-outer .footer-block .footerlink-outer .footer__desktop__links:not(:last-child) {
    padding-right: 0;
  }
}

.footer.updatedfooter .footer-block-outer .footer-block .footerlink-outer .footer__desktop__links li a {
  color: #000000;
  font-size: 16px;
  line-height: 38px;
  padding: 0;
}

.footer.updatedfooter .footer-block-outer .footer-block .soc {
  margin-bottom: 10px;
}

.footer.updatedfooter .footer-block-outer .footer-block .soc li:not(:last-child) {
  margin-right: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
}

.footer.updatedfooter .footer-block-outer .footer-block .soc li a img {
  height: calc(36px + (44 - 36) * ((100vw - 320px) / (1920 - 320)));
}

.footer.updatedfooter .footer-block-outer .footer-block .disclaimer-text {
  color: #00263a;
  font-size: 16px;
  line-height: 20px;
}

.footer.updatedfooter .footer__newsletter_subs {
  display: none;
  background: #00263ad1;
}

.footer.updatedfooter .footer__newsletter_subs .footer__newsletter_subs__content h2 {
  font-family: "nakheelbold_text";
}

.footer.updatedfooter .footer__newsletter_subs .footer__newsletter_subs__content h3 {
  font-family: "nakheelregular_headline";
}

@media (max-width: 992px) {
  .footer.updatedfooter .footer-block-outer .footer-block {
    width: 100%;
    padding-bottom: calc(40px + (100 - 40) * ((100vw - 768px) / (992 - 768)));
    text-align: center;
  }
  .footer.updatedfooter .footer-block-outer .footer-block:nth-child(3), .footer.updatedfooter .footer-block-outer .footer-block:nth-child(4) {
    padding-bottom: calc(40px + (100 - 40) * ((100vw - 768px) / (992 - 768)));
  }
  .footer.updatedfooter .footer-block-outer .footer-block:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer.updatedfooter .footer-block-outer .footer-block:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer.updatedfooter .footer-block-outer .footer-block:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .footer.updatedfooter .footer-block-outer .footer-block:nth-child(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer.updatedfooter .footer-block-outer .footer-block .logo {
    margin: auto;
    margin-bottom: 25px;
  }
  .footer.updatedfooter .footer-block-outer .footer-block .logo img {
    width: calc(138px + (180 - 138) * ((100vw - 320px) / (992 - 320)));
  }
  .footer.updatedfooter .footer-block-outer .footer-block .subscribe-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer.updatedfooter .footer-block-outer .footer-block .subscribe-list li span img {
    height: calc(18px + (21 - 18) * ((100vw - 992px) / (1920 - 992)));
    margin-right: calc(12px + (14 - 12) * ((100vw - 992px) / (1920 - 992)));
  }
  .footer.updatedfooter .footer-block-outer .footer-block .subscribe-list li span a {
    font-size: calc(18px + (24 - 18) * ((100vw - 992px) / (1920 - 992)));
    color: #00263a;
    line-height: 28px;
    text-transform: uppercase;
  }
  .footer.updatedfooter .footer-block-outer .footer-block .subscribe-list li span:not(:last-child) {
    margin-right: calc(24px + (40 - 24) * ((100vw - 992px) / (1920 - 992)));
  }
  .footer.updatedfooter .footer-block-outer .footer-block .subscribe-list.left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 25px;
  }
  .footer.updatedfooter .footer-block-outer .footer-block .subscribe-list .subscribe-text {
    font-size: calc(16px + (21 - 16) * ((100vw - 320px) / (992 - 320)));
    margin-right: 20px;
  }
  .footer.updatedfooter .footer-block-outer .footer-block .subscribe-list #footer-subscription-form {
    width: 100%;
  }
  .footer.updatedfooter .footer-block-outer .footer-block .subscribe-list #footer-subscription-form .input-email {
    height: calc(44px + (56 - 44) * ((100vw - 320px) / (992 - 320)));
    border: none;
    padding: 20px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .footer.updatedfooter .footer-block-outer .footer-block .footerlink-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer.updatedfooter .footer-block-outer .footer-block .footerlink-outer .footer__desktop__links {
    border-left: 0;
    padding-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer.updatedfooter .footer-block-outer .footer-block .footerlink-outer .footer__desktop__links:not(:last-child) {
    display: none;
  }
  .footer.updatedfooter .footer-block-outer .footer-block .footerlink-outer .footer__desktop__links li a {
    padding: 0 15px;
  }
  .footer.updatedfooter .footer-block-outer .footer-block .footerlink-outer .footer__desktop__links li:not(:first-child) a {
    border-left: 1px solid #707070;
  }
  .footer.updatedfooter .footer-block-outer .footer-block .soc {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer.updatedfooter .footer-block-outer .footer-block .disclaimer-text {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .footer.updatedfooter .footer-block-outer .footer-block {
    padding-bottom: calc(25px + (40 - 25) * ((100vw - 567px) / (768 - 567)));
  }
  .footer.updatedfooter .footer-block-outer .footer-block:nth-child(3), .footer.updatedfooter .footer-block-outer .footer-block:nth-child(4) {
    padding-bottom: calc(25px + (40 - 25) * ((100vw - 567px) / (768 - 567)));
  }
  .footer.updatedfooter .footer-block-outer .footer-block .subscribe-list li span img {
    height: calc(16px + (18 - 16) * ((100vw - 320px) / (992 - 320)));
  }
  .footer.updatedfooter .footer-block-outer .footer-block .subscribe-list li span a {
    font-size: calc(18px + (24 - 18) * ((100vw - 992px) / (1920 - 992)));
  }
  .footer.updatedfooter .footer-block-outer .footer-block .subscribe-list li span:not(:last-child) {
    margin-right: calc(24px + (40 - 24) * ((100vw - 992px) / (1920 - 992)));
  }
  .footer.updatedfooter .footer-block-outer .footer-block .subscribe-list.left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .footer.updatedfooter .footer-block-outer .footer-block .subscribe-list .subscribe-text {
    margin-right: 20px;
  }
  .footer.updatedfooter .footer-block-outer .footer-block .subscribe-list #footer-subscription-form .input-email {
    height: calc(44px + (56 - 44) * ((100vw - 320px) / (992 - 320)));
    border: none;
    padding: 20px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .footer.updatedfooter .footer-block-outer .footer-block .footerlink-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer.updatedfooter .footer-block-outer .footer-block .footerlink-outer .footer__desktop__links {
    border-left: 0;
    padding-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer.updatedfooter .footer-block-outer .footer-block .footerlink-outer .footer__desktop__links li a {
    padding: 0 15px;
  }
  .footer.updatedfooter .footer-block-outer .footer-block .footerlink-outer .footer__desktop__links li:not(:first-child) a {
    border-left: 1px solid #707070;
  }
  .footer.updatedfooter .footer-block-outer .footer-block .soc {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer.updatedfooter .footer-block-outer .footer-block .disclaimer-text {
    font-size: 16px;
  }
	.header-container.new-header .header__nav .header__main-nav li.dropdown:after {
		right:20px !important;
	}
	.header-container.new-header .header__nav .header__main-nav li.dropdown:hover::after {
		right: 4px !important;
		transform: rotate(180deg)
	}
	.header-container.new-header .header__nav .header__main-nav li.dropdown.open {
		background: none;
	}
}

@media (max-width: 567px) {
  .footer.updatedfooter .footer-block-outer .footer-block {
    padding-bottom: 25px;
  }
  .footer.updatedfooter .footer-block-outer .footer-block:nth-child(3), .footer.updatedfooter .footer-block-outer .footer-block:nth-child(4) {
    padding-bottom: 25px;
  }
  .footer.updatedfooter .footer-block-outer .footer-block .subscribe-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer.updatedfooter .footer-block-outer .footer-block .subscribe-list li span a {
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (992 - 320)));
  }
  .footer.updatedfooter .footer-block-outer .footer-block .subscribe-list li span:not(:last-child) {
    margin-right: 0;
  }
  .footer.updatedfooter .footer-block-outer .footer-block .subscribe-list .subscribe-text {
    margin-right: 0;
    margin-bottom: 7px;
  }
  .footer.updatedfooter .footer-block-outer .footer-block .footerlink-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer.updatedfooter .footer-block-outer .footer-block .footerlink-outer .footer__desktop__links {
    padding-left: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer.updatedfooter .footer-block-outer .footer-block .footerlink-outer .footer__desktop__links li a {
    padding: 0 5px;
    white-space: nowrap;
  }
  .footer.updatedfooter .footer-block-outer .footer-block .footerlink-outer .footer__desktop__links li:not(:first-child) a {
    border-left: 1px solid #707070;
  }
  .footer.updatedfooter .footer-block-outer .footer-block .soc {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer.updatedfooter .footer-block-outer .footer-block .disclaimer-text {
    font-size: 16px;
  }
}

@media (min-width) {
  .cookies-banner {
    background: #003f72ed !important;
    font-family: "nakheelregular_text" !important;
  }
}

.cookies-banner .btn-opt-out {
  color: white !important;
}

.cookies-banner .cookies-accept {
  background-color: #6AD1E3 !important;
  border: none !important;
  color: #00263A !important;
}

.cookies-banner .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cookies-banner .row .col-lg-16 {
  max-width: 80%;
}

.cookies-banner .row .col-lg-8 {
  max-width: 20%;
}

@media (max-width: 992px) {
  .cookies-banner .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cookies-banner .row .col-lg-16 {
    max-width: 100%;
  }
  .cookies-banner .row .col-lg-8 {
    max-width: 100%;
  }
	.spotlight-section .col-xs-24.desktop + .col-sm-12 {
		display: flex;
	}
}

.community-facilities__amenities > div span:first-child svg {
  width: 80%;
}
/*# sourceMappingURL=style.css.map */

.cookies-banner {
  background: #003f72ed !important;
  font-family: "nakheelregular_text" !important;
}

.cookies-banner .btn-opt-out {
  color: white !important;
}

.cookies-banner .cookies-accept {
  background-color: #6AD1E3 !important;
  border: none !important;
  color: #00263A !important;
}

.cookies-banner .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cookies-banner .row .col-lg-16 {
  max-width: 80%;
}

.cookies-banner .row .col-lg-8 {
  max-width: 20%;
}

@media (max-width: 1024px) {
  .cookies-banner .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cookies-banner .row .col-lg-16 {
    max-width: 100%;
  }
  .cookies-banner .row .col-lg-8 {
    max-width: 100%;
  }
}

.community-facilities__amenities > div span:first-child svg {
  width: 80%;
}

.btn.btn-blue,
.btn.btn-outline_blue,
.btn.btn-blue:hover,
.btn.btn-blue:hover,
.btn.btn-outline_blue:hover,
.btn.btn-outline_blue:hover {
  background-color: #00263A !important;
  color: white !important;
  height: 44px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  padding: 15px;
  width: 260px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  line-height: 18px;
  margin-left: auto;
  margin-right: auto;
	border: none !important;
  border-radius: 0 !important;
}

.floating-menu a svg {
  height: 24px;
  max-height: 24px;
}

.floating-menu a:nth-child(1):hover svg, .floating-menu a:nth-child(3):hover svg {
  fill: #ABE5E8;
}
/*# sourceMappingURL=updatedcss.css.map */


.mobvideo{	
	display: none;
}
.desktopvideo {
	display: inline-block;
}

@media(max-width:567px){
	.new-Launches .single-project__wrap .single-project__media .hover-block .launch-desc {
		margin-bottom: 0;
	}
	.new-Launches .single-project__wrap .single-project__media .launch-title-outer .launch-title {
		font-size: 24px;
	}

.mobvideo{	
	display: inline-block;
	object-fit: cover!important;
}
.desktopvideo {
	display: none;
	object-fit: cover!important;
}
}
.banner-section .picture_container a span {
	position: absolute;
    bottom: calc(80px + (100 - 80) * ((100vw - 1024px) / (1920 - 1024)));
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    font-size: calc(60px + (80 - 60) * ((100vw - 1024px) / (1920 - 1024)));
    line-height: calc(60px + (80 - 60) * ((100vw - 1024px) / (1920 - 1024)));
    display: inline-block;
    color: white;
    width: 38%;
    text-align: center;
}
@media (max-width: 567px) {
	.banner-section .picture_container a span {
    bottom: 30px;
    font-size: 48px;
    white-space: normal;
    line-height: 48px;
    width: 100%;
}
.banner-section .spotlight__carousel__container a .tilal-banner {
	width: 25%;
}
}
.community-highlights.custom-community .highlights-listing .highlights-listing__listitem .highlights-listing__listitem_inner figure img,
.banner-section .spotlight__carousel__container a .tilal-banner{
	object-fit: cover;
	object-position: center;
}
.about-marine-content #contactForm .intl-tel-input {
	margin-left: 30px;
}
.about-marine-content #contactForm .selected-flag {
	background: #B5ABA3;
}

.about-marine-content #contactForm .selected-flag{background: transparent; }

.about-marine-content #contactForm #cphone{padding-left: 60px;}

.about-marine-content #contactForm input {
	height: 45px;
	background: #F5F1E8;
/*	break-after: 0;*/
		padding: 6px 12px;
/*	padding-left: 60px;*/
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
}
.about-marine-content #contactForm .btn.btn-outline_blue {
	margin-left: auto !important;
	margin-right: 0 !important;
}
.table thead  tr th {
	    background: #00263A;
    font-size: 16px;
    padding: 5px 11px !important;
    line-height: 20px; 
	border-color: #00617F;
			
}
.table tbody tr td {
	color: #00617F;
	line-height: 20px;
	font-size: 16px;
	border-color: #fafafa;
}
.community-rental-details_feetable .table .inner_table tbody tr > td {
	border-color: #fafafa;
}
.table tbody tr td tr td {
	padding-bottom: 0!important;
	padding-top: 0!important;
}
@media(max-width:567px) {
.header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li a {
	font-size: 16px;
}
	.table thead  tr th,
	.table tbody tr td  {
		text-align: left!important;
		padding-top: 5px!important;
		padding-bottom: 5px!important;
	}
	.table tbody tr td td {
	padding-bottom: 10!important;
	padding-top: 10!important;
}
	.headers {
		padding-top: 5px!important;
		padding-bottom: 5px!important;
	}
}
#mainNav a {
	
	text-transform: capitalize;
}
.overlay-header .header-container.new-header .header .navbar .navbar-toggle,
.header-container.new-header .navbar .navbar-toggle{
	top: 0;
}
.community-card.nofooter-logo .image-title {
	height: 100% !important;
}
.community-card.nofooter-logo .mall-logo {
	display: none !important;
}
.community-card.nofooter-logo .community-desc {
	margin-bottom: 0!important;
}
.community-card.nofooter-logo  a {
	    height: calc(240px + (320 - 240) * ((100vw - 320px) / (1920 - 320))) !important;
}

@media (max-width:992px) {
	.about-marine-content #contactForm .intl-tel-input {
		margin-left: 0
	}
	.about-marine-content #contactForm .btn.btn-outline_blue {
	    margin: 20px 0 20px 0 !important;
		width: 100%;
	}
	.contact-form form .contact-form__footer {
		margin-top: 0;
	}
	.intro-content {
		margin: 30px 0 0 0 ;
	}
	.intro-content .section-title {
		margin-bottom: 20px;
	}
	.about-marine-content .contact-form {
		padding-left: 7px;
		padding-right: 7px;
	} 
}
.contact-form__error {
	color: red !important;
}
.contact-form__success {
color: green !important;
}
.contact-form form .contact-form__inputs input.error,
.form-control.error{
	border: none;
	border-radius: 0;
	border-bottom: 2px solid red!important;
}
.footer.updatedfooter .footer-block-outer .footer-block .subscribe-list li span {
	white-space: nowrap;
}
.floating-menu a {
	display: flex;
	align-items: center;
	justify-content: center;
}


@media only screen and (min-width: 567px) and (max-width: 992px) {
	.header-container.new-header .navbar .navbar-toggle {
		top: 27px !important;
		right: 30px;
	}
	.header__nav .navbar .navbar-collapse .navbar-collapse__scroll_wrap {
		height: calc(100% + 60px);
	}
	.header__nav .navbar .navbar-collapse .navbar-collapse__scroll {
		top: 60px;
	}
	.header-container.new-header .header {
		padding: 0;
	}
	.header-container.new-header .header__nav .header__main-nav li.dropdown .dropdown-menu {
		margin-left: 0;
	}
	.header-container.new-header .header__nav .header__main-nav li.dropdown:hover::after {
		right: 10px !important;
	}
	.banner-section .spotlight__intro_content p {
		padding: 0 20px !important;
		font-size: 24px;
		line-height: 28px;
		text-align: center;
	}
}
@media(min-width:1200px) {
	.header-container.new-header .header__nav .header__main-nav li.dropdown:hover::after {
		right: -33px !important;
	}
}
.sitemap h1,
.section-title.section-title_spacetop{
	   color: #00263a!important;
	text-transform: capitalize;
}
.sitemap__content__cols h2,
.sitemap .sitemap__content .sitemap__content__cols h2 a{
	    font-size: 18px!important;
    text-transform: capitalize!important;
    color: #00263a!important;
}
.sitemap__content__cols  ul li  {
    font-size: 16px!important;
    margin-bottom: 5px!important;
    text-align: left!important;
}
.community-options .community-options__buttons > div .btn {
	width: 100%;
}
@media(min-width: 1024px) {
	.mobile-logo {
		display: none;
	}
}




/* DESIGNATION TAB SECTION STARTS HERE */
.designation-tabs {
    padding: 80px 0 60px 0;
}
.designation-tabs ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.designation-tabs ul li:not(:last-child) {
    margin-right: calc(60px + (80 - 60) * ((100vw - 1024px) / (1920 - 1024)));
}
.designation-tabs ul li.active {
    border-bottom: 5px solid #6AD1E3;
}
.designation-tabs ul li a {
    font-size: calc(28px + (36 - 28) * ((100vw - 1024px) / (1920 - 1024)));
    line-height: calc(30px + (40 - 32) * ((100vw - 1024px) / (1920 - 1024)));
    font-weight: bold;
    color: #00263a;
}

@media(max-width:1024px) {
    .designation-tabs {
        padding: 60px 0 30px 0;
    padding-left: 7px;
    padding-right: 7px;
    }
    .designation-tabs ul li:not(:last-child) {
        margin-right: calc(20px + (60 - 20) * ((100vw - 320px) / (1024 - 320)));
    }
    .designation-tabs ul li.active {
        border-bottom: 3px solid #6AD1E3;
    }
    .designation-tabs ul li a {
        font-size: calc(16px + (28 - 16) * ((100vw - 320px) / (1024 - 320)));
        line-height: calc(20px + (30 - 20) * ((100vw - 320px) / (1024 - 320)));
        white-space: nowrap;
    }
}

/* designation board starts here */
.designation-board {
    padding: 0 0 calc(40px + (60 - 40) * ((100vw - 1024px) / (1920 - 1024))) 0;
}
.designation-board .row {
    display: flex;
    flex-wrap: wrap;
}
.designation-card {
    width: 100%;
}
.designation-card .member-card {
    display: flex;
}
.designation-card .member-image img {
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.designation-card .member-card .mem-details{
    padding: 30px;
    background: #F6F6F6;
}
.designation-card .member-name {
    font-size: calc(26px + (30 - 26) * ((100vw - 1024px) / (1920 - 1024)));
    color: #00263A;
    line-height: calc(30px + (34 - 30) * ((100vw - 1024px) / (1920 - 1024)));
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: bold;
}
.designation-card .member-designation {
    color: #B5ABA3;
    font-size: calc(16px + (24 - 16) * ((100vw - 1024px) / (1920 - 1024)));
    line-height: 28px;
    margin-bottom: 15px;
}
.designation-card .read-more {
    color: #6AD1E3;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    padding-top: 20px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: normal;
}
.designation-card .member-descript {
    
    transition: all 0.8s ease;
}
.designation-card .member-description p {
    color: #59595C;
    font-size: 16px;
    line-height: 20px;
}
.designation-card .member-description p:not(:last-child) {
    margin-bottom: 20px;
}
/* chariman */
.designation-card.chairman .member-card .mem-details{
    padding: calc(40px + (60 - 40) * ((100vw - 1024px) / (1920 - 1024)));
}

.designation-card.chairman .member-image img {
    width: 468px;
    min-height: 562px;
    height: 100%;
}
/* board-director */
.designation-card.board-director  {
    margin-bottom: 60px;
}
.designation-card.board-director .member-card .mem-details{
    padding: calc(40px + (60 - 40) * ((100vw - 1024px) / (1920 - 1024)));
}
.designation-card.board-director .member-card .member-description.elepsis p {
    overflow: hidden;
    max-height: 75px;
    transition: max-height 1s ease;
}
.designation-card.board-director .member-image {
    background: #F6F6F6;
}
.designation-card.board-director .member-card .mem-details p{
    margin: 0;
    max-height: 300px;
    overflow: hidden;
    transition: max-height 1s ease;
}
.designation-card.board-director .member-image img {
    width: 468px;
    height: 330px;
    max-height: 330px;
}
.designation-card.board-director:nth-child(even) .member-card {
    flex-direction: row-reverse;
}
/* csuite */
.designation-card.csuite  {
    margin-bottom: 50px;
}
.designation-card.csuite .member-card {
    flex-direction: column;
}
.designation-card.csuite .member-card .mem-details{
    padding: 30px;
}

.designation-card.csuite .member-image img {
    width: 100%;
    height: 320px;
    max-height: 320px;
}
.designation-card.csuite .mem-details {
    min-height: 320px;
}

.designation-card.csuite .member-description p {
    margin: 0;
    max-height: 800px;
    transition: max-height 2s ease;
    overflow: hidden;
}
.designation-card.csuite .member-description.elepsis p {
    overflow: hidden;
    transition: max-height 2s;
    max-height: 122px;
}



.d-none {
    display: none !important;
}
.d-inline-block {
    display: inline-block !important;
}

@media(max-width:992px) {
    .designation-board {
        padding: 0 7px calc(20px + (40 - 20) * ((100vw - 320px) / (1024 - 320))) 7px;
    
    }
    .designation-card .member-card {
        flex-wrap: wrap;
    }
    .designation-card .member-image {
        width: 100%;
    }
    .designation-card .member-image img {
        max-width: 100%;
        width: 100%;
    }
    .designation-card .member-card .mem-details{
        padding: 20px;
    }
    .designation-card .member-name {
        font-size: calc(20px + (26 - 20) * ((100vw - 320px) / (1024 - 320)));
        line-height: calc(24px + (30 - 24) * ((100vw - 320px) / (1024 - 320)));
        margin-top: 0;
    }
    .designation-card .member-designation {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .designation-card .read-more {
        padding-top: 10px;
    }
    .designation-card .member-description p {
        font-size: 14px;
        line-height: 18px;
    }
    /* chariman */
    .designation-card.chairman .member-card .mem-details{
        padding: calc(20px + (40 - 20) * ((100vw - 320px) / (1024 - 320)));
    }
    
    .designation-card.chairman .member-image img {
        min-width: 100%;
       /* height: 300px;*/
        min-height: 300px;
    }
    /* board-director */
    .designation-card.board-director  {
        margin-bottom: calc(20px + (60 - 20) * ((100vw - 320px) / (1024 - 320)));
    }
    .designation-card.board-director .member-card .mem-details{
        padding: calc(20px + (40 - 20) * ((100vw - 320px) / (1024 - 320)));
    }
    
    .designation-card.board-director .member-image img {
        width: 100%;
        height: calc(440px + (320 - 440) * ((100vw - 320px) / (1024 - 320)));
        max-height: calc(440px + (320 - 440) * ((100vw - 320px) / (1024 - 320)));
    }
    .designation-card.board-director .member-description.elepsis p {
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    }
    .designation-card.board-director .read-more {
        display: inline-block;
    }
    .designation-card.board-director .mem-details {
        max-height: 100%;
    }
    /* csuite */
    .designation-card.csuite  {
        margin-bottom: calc(20px + (50 - 20) * ((100vw - 320px) / (1024 - 320)));
    }
    .designation-card.csuite .member-card .mem-details{
        padding: 20px;
    }
    
    .designation-card.csuite .member-image img {
        width: 100%;
        height: calc(240px + (320 - 240) * ((100vw - 320px) / (1024 - 320)));
        max-height: calc(240px + (320 - 240) * ((100vw - 320px) / (1024 - 320)));
    }
    .designation-card.csuite .mem-details {
        min-height: 230px;
    }
    .designation-card.csuite .member-description p {
        max-height: 900px; /* Updated date 27/01/2023 */
    }
    .designation-card.csuite .member-description.elepsis p {
        max-height: 90px;
    }
}
.member-description.elepsis.no-button .read-more {
    display: none;
}

/* designation board dends here */

.stretch-card {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  flex-direction: column;
 }
 .stretch-card > .card {
    width: 100%;
    min-width: 100% !important;
 }


.content-mrgn{margin-top:80px}

@media (max-width: 992px) {.content-mrgn{margin-top:0px}}

.btn.btn-blue{
    min-width: 260px !important;
    width:fit-content !important;
}


/* 28/02/2023  banner image change*/
.container-img{height: 640px;width: 100%;position: relative;overflow: hidden;}

.banner-inner{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);height: 100%;width: 100%;object-fit: cover;}