@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  src: url("/hi-life-single/fonts/Roboto/static/Roboto-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/hi-life-single/fonts/Roboto/static/Roboto-Light.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/hi-life-single/fonts/Roboto/static/Roboto-Medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/hi-life-single/fonts/Roboto/static/Roboto-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/hi-life-single/fonts/Roboto/static/Roboto-ExtraBold.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* breakpoints */
/**********************************/
html {
  color: #FFFFFF;
  font-size: 10px;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-size: 1.8rem;
  font-family: "Roboto" !important;
  color: #2C3E4F;
  overflow-x: hidden;
  background: #FFFFFF;
  cursor: default;
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
}
a:visited {
  color: inherit;
}
a:hover, a:active {
  color: inherit;
}
a:hover:visited, a:active:visited {
  color: inherit;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 0.1rem dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 0.15rem;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: none;
  color: #FFFFFF;
  text-decoration: underline;
}

del {
  background: none;
  color: #BB1010;
  text-decoration: line-through;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

small {
  font-size: 85%;
}

big {
  font-size: 125%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-family: "Roboto" !important;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0.5em;
  padding-bottom: 0;
}

ul, ol {
  margin: 0 0 1em 0.75em;
  padding: 0 0 1em 0.75em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

.container {
  padding: 0 2rem;
  margin: 0 auto;
  max-width: 124rem;
}
@media (max-width: 580px) {
  .container {
    padding: 0 2.5rem;
  }
}

.full-container {
  width: 100%;
  max-width: 100%;
  padding: 0 2rem;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

h1, h2, h3, h4, h5, h6 {
  color: #2C3E4F;
}

h1 {
  font-size: 6rem;
}

h2 {
  font-size: 4.5rem;
}

h3 {
  font-size: 4rem;
}

h4 {
  font-size: 3.5rem;
}

h5 {
  font-size: 2.5rem;
}

h6 {
  font-size: 2rem;
}

p, li {
  font-size: 1.7rem;
  color: rgba(44, 62, 79, 0.7490196078);
}

.enq-btn-red {
  background: #D0011A;
  border-radius: 3rem;
  font-size: 2rem;
  line-height: 1.2;
  padding: 1.7rem 2.3rem 1.7rem 2.3rem;
  max-height: 6rem;
  text-shadow: none;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(6, 28, 61, 0.2509803922);
          box-shadow: 0px 10px 25px 0px rgba(6, 28, 61, 0.2509803922);
  opacity: 1;
  max-width: 280px;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.344rem;
  color: #FFFFFF;
}
.enq-btn-red:hover {
  cursor: pointer;
}
.enq-btn-red:focus, .enq-btn-red:visited {
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
  color: #FFFFFF;
  transition: 0.7s ease all;
}
@media (max-width: 1080px) {
  .enq-btn-red {
    font-size: 1.5rem;
    padding: 1rem 2.3rem 1rem 2.3rem;
  }
}
@media (max-width: 580px) {
  .enq-btn-red {
    font-size: 1.5rem;
    padding: 1rem 2.3rem 1rem 2.3rem;
  }
}

.enq-btn-blue {
  background: #229FDA;
  border-radius: 3rem;
  font-size: 2rem;
  line-height: 1.2;
  padding: 1.7rem 2.6rem 1.7rem 2.6rem;
  max-height: 6rem;
  text-shadow: none;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(6, 28, 61, 0.2509803922);
          box-shadow: 0px 10px 25px 0px rgba(6, 28, 61, 0.2509803922);
  opacity: 1;
  max-width: 280px;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.344rem;
  color: #FFFFFF;
}
.enq-btn-blue:hover {
  cursor: pointer;
}
.enq-btn-blue:focus, .enq-btn-blue:visited {
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
  color: #FFFFFF;
  transition: 0.7s ease all;
}
@media (max-width: 580px) {
  .enq-btn-blue {
    font-size: 1.5rem;
    padding: 1rem 2.3rem 1rem 2.3rem;
  }
}

.play {
  content: "";
  position: absolute;
  background-image: url(../images/play-icon.svg);
  background-repeat: no-repeat;
  background-size: 5.5rem;
  width: 5.5rem;
  height: 5.5rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%, -50%);
}

.scnd-head-txt h1 {
  padding-top: 5.8rem;
  padding-bottom: 0.4rem;
  font-size: 4.5rem;
  line-height: 5rem;
  font-weight: 700;
}
@media (max-width: 1080px) {
  .scnd-head-txt h1 {
    font-size: 3rem;
    padding-top: 3rem;
  }
}
@media (max-width: 768px) {
  .scnd-head-txt h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 580px) {
  .scnd-head-txt h1 {
    font-size: 2.5rem;
  }
}
.scnd-head-txt .inspire-head {
  width: 100%;
  max-width: 194px;
  height: 75px;
  padding-top: 5.8rem;
  padding-bottom: 2rem;
}
.scnd-head-txt h2 {
  font-size: 2.6rem;
  line-height: 3.047rem;
  padding-bottom: 1.3rem;
  font-weight: 500;
  color: #2C3E4F;
  text-transform: uppercase;
}
@media (max-width: 1080px) {
  .scnd-head-txt h2 {
    font-size: 1.6rem;
  }
}
.scnd-head-txt p {
  margin: 0;
  font-size: 1.8rem;
  line-height: 2.109rem;
  font-weight: 400;
  color: #2C3E4F;
}
@media (max-width: 1080px) {
  .scnd-head-txt p {
    font-size: 1.4rem;
  }
}

.aprt-blk .first-blk .mySwiper {
  padding-top: 0rem;
  padding-bottom: 4.1rem;
}
.aprt-blk .first-blk .mySwiper .swiper-pagination {
  --swiper-theme-color: #c1c1c1;
  position: relative;
  bottom: -18px;
  z-index: 999;
}
.aprt-blk .first-blk .mySwiper .swiper-wrapper {
  text-align: center;
}
.aprt-blk .first-blk .mySwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1600px) {
  .aprt-blk .first-blk .mySwiper .swiper-wrapper .swiper-slide img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1024px) {
  .aprt-blk .first-blk .mySwiper .swiper-wrapper .swiper-slide img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 550px) {
  .aprt-blk .first-blk .mySwiper .swiper-wrapper .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.aprt-blk .first-blk .mySwiper .swiper-pagination-bullet {
  border: 2px solid #c1c1c1;
}
.aprt-blk .first-blk .swip-txt {
  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;
  gap: 2.6rem;
  padding-bottom: 24.7rem;
}
@media (max-width: 1080px) {
  .aprt-blk .first-blk .swip-txt {
    padding-bottom: 3rem;
  }
}
.aprt-blk .first-blk .swip-txt h2 {
  color: white !important;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 4.5rem;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0 6%;
  text-align: center;
}
@media (max-width: 1080px) {
  .aprt-blk .first-blk .swip-txt h2 {
    font-size: 3rem;
    line-height: 4.5rem;
  }
}
.aprt-blk .first-blk .swip-txt .enq-btn-red {
  width: 100%;
  max-width: 23.5rem;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.logo-sec {
  padding-top: 3rem;
  position: absolute;
  z-index: 2;
  width: 100%;
}
@media (max-width: 580px) {
  .logo-sec {
    padding-top: unset;
  }
}
@media (max-width: 1080px) {
  .logo-sec {
    padding-top: 1rem;
  }
}
.logo-sec .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .logo-sec .logo img {
    width: 100px;
  }
}
@media (max-width: 1144px) {
  .logo-sec .logo img {
    width: 110px;
    height: 90px;
  }
}
@media (max-width: 1024px) {
  .logo-sec .logo img {
    width: 90px;
    height: 50px;
  }
}
@media (max-width: 784px) {
  .logo-sec .logo img {
    width: 72px;
    height: 45px;
  }
}
@media (max-width: 580px) {
  .logo-sec .logo img {
    width: 72px;
    height: 45px;
  }
}
.logo-sec .logo .qr-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1080px) {
  .logo-sec .logo .qr-blk {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.logo-sec .logo .qr-blk .qr-detail {
  padding: 2px;
}
.logo-sec .logo .qr-blk h3 {
  color: #ffffff;
  list-style: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
}
@media (max-width: 1080px) {
  .logo-sec .logo .qr-blk h3 {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
@media (max-width: 580px) {
  .logo-sec .logo .qr-blk h3 {
    font-size: 1rem;
    line-height: 1rem;
  }
}
@media (max-width: 768px) {
  .logo-sec .logo .qr-blk img {
    width: 50px;
  }
}
@media (max-width: 580px) {
  .logo-sec .logo .qr-blk img {
    width: 37px;
  }
}

@media (max-width: 627px) {
  .qr-blk {
    right: 13px !important;
    top: 18px !important;
  }
}
.qr-blk {
  position: absolute;
  right: 160px;
  top: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1960px) {
  .qr-blk {
    top: 30px;
    right: 330px;
  }
}
@media (max-width: 1800px) {
  .qr-blk {
    top: 20px;
    right: 100px;
  }
}
@media (max-width: 1024px) {
  .qr-blk {
    top: 15px;
    right: 60px;
  }
}
@media (max-width: 768px) {
  .qr-blk {
    top: 15px;
    right: 60px;
  }
}
.qr-blk img {
  width: 64px !important;
  height: 64px !important;
}
@media (max-width: 1024px) {
  .qr-blk img {
    width: 35px !important;
    height: 35px !important;
  }
}
@media (max-width: 780px) {
  .qr-blk img {
    width: 35px !important;
    height: 35px !important;
  }
}
@media (max-width: 1080px) {
  .qr-blk {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.qr-blk .qr-detail {
  padding: 2px;
}
.qr-blk h3 {
  color: #ffffff;
  list-style: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
}
@media (max-width: 1080px) {
  .qr-blk h3 {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
@media (max-width: 580px) {
  .qr-blk h3 {
    font-size: 1rem;
    line-height: 1rem;
  }
}

.home-banner-sec {
  position: relative;
}
.home-banner-sec .outer {
  background: #F7F9FB;
  position: absolute;
  top: 168px;
  width: 100%;
}
@media (prefers-color-scheme: dark) {
  .home-banner-sec .outer body {
    background-color: white !important;
    color: black !important;
  }
}
@media (max-width: 2560px) {
  .home-banner-sec .outer {
    top: 456px;
  }
}
@media (max-width: 2050px) {
  .home-banner-sec .outer {
    top: 373px;
  }
}
@media (max-width: 1745px) {
  .home-banner-sec .outer {
    top: 310px;
  }
}
@media (max-width: 1600px) {
  .home-banner-sec .outer {
    top: 190px;
  }
}
@media (max-width: 1600px) {
  .home-banner-sec .outer {
    top: 168px;
  }
}
@media (max-width: 1300px) {
  .home-banner-sec .outer {
    top: 168px;
  }
}
@media (max-width: 1260px) {
  .home-banner-sec .outer {
    top: 168px;
  }
}
@media (max-width: 1130px) {
  .home-banner-sec .outer {
    top: 130px;
  }
}
@media (max-width: 915px) {
  .home-banner-sec .outer {
    top: 105px;
  }
}
@media (max-width: 865px) {
  .home-banner-sec .outer {
    position: unset;
  }
}
@media (min-width: 1600px) and (max-width: 2560px) {
  .home-banner-sec .outer .txt-form-blk {
    margin-top: -160px !important;
  }
}
.home-banner-sec .outer .txt-form-blk {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .home-banner-sec .outer .txt-form-blk {
    margin-top: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 219px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (max-width: 768px) {
  .home-banner-sec .outer .txt-form-blk {
    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;
    margin-right: 25px;
    margin-top: 0px;
  }
}
.home-banner-sec .outer .mobile-head {
  position: absolute;
  top: 95px;
  z-index: 1;
}
@media (max-width: 425px) {
  .home-banner-sec .outer .mobile-head {
    width: 100%;
    right: 0;
    top: 90px;
    text-align: center;
  }
}
@media (max-width: 320px) {
  .home-banner-sec .outer .mobile-head {
    top: 90px;
  }
}
.home-banner-sec .outer .mobile-head h2 {
  color: #ffffff;
  font-size: 4.5rem;
  line-height: 5rem;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .home-banner-sec .outer .mobile-head h2 {
    font-size: 4.5rem;
    line-height: 4rem;
  }
}
@media (max-width: 1080px) {
  .home-banner-sec .outer .mobile-head h2 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}
@media (max-width: 1024px) {
  .home-banner-sec .outer .mobile-head h2 {
    font-size: 2.5rem;
    line-height: 4rem;
  }
}
@media (max-width: 834px) {
  .home-banner-sec .outer .mobile-head h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media (max-width: 425px) {
  .home-banner-sec .outer .mobile-head h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media (max-width: 330px) {
  .home-banner-sec .outer .mobile-head h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.home-banner-sec .outer .mobile-head h1 {
  color: #ffffff;
  font-size: 4.5rem;
  line-height: 4.525rem;
  font-weight: 700;
  letter-spacing: 0%;
}
@media (max-width: 1440px) {
  .home-banner-sec .outer .mobile-head h1 {
    font-size: 4.5rem;
    line-height: 4rem;
  }
}
@media (max-width: 1202px) {
  .home-banner-sec .outer .mobile-head h1 {
    font-size: 3.5rem;
    line-height: 3rem;
  }
}
@media (max-width: 1024px) {
  .home-banner-sec .outer .mobile-head h1 {
    font-size: 2.5rem;
    line-height: 4rem;
  }
}
@media (max-width: 834px) {
  .home-banner-sec .outer .mobile-head h1 {
    font-size: 3.5rem;
    line-height: 3rem;
  }
}
@media (max-width: 425px) {
  .home-banner-sec .outer .mobile-head h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media (max-width: 330px) {
  .home-banner-sec .outer .mobile-head h1 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (max-width: 580px) {
  .home-banner-sec .outer .mobile-head h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.home-banner-sec .outer .mobile-head span {
  color: #FFE815;
  font-size: 3.1rem;
  line-height: 4.525rem;
  font-weight: 500;
  letter-spacing: 0%;
}
@media (max-width: 1024px) {
  .home-banner-sec .outer .mobile-head span {
    font-size: 2.5rem;
    line-height: 4rem;
  }
}
@media (max-width: 834px) {
  .home-banner-sec .outer .mobile-head span {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media (max-width: 425px) {
  .home-banner-sec .outer .mobile-head span {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media (max-width: 330px) {
  .home-banner-sec .outer .mobile-head span {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media (min-width: 865px) {
  .home-banner-sec .outer .mobile-head {
    display: none;
  }
}
.home-banner-sec .HomebnrSwiper .swiper-wrapper {
  position: relative;
}
.home-banner-sec .HomebnrSwiper .swiper-wrapper .desk-top-bnr {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 19, 45, 0)), color-stop(91.25%, #1b1b1b));
  background: linear-gradient(180deg, rgba(2, 19, 45, 0) 0%, #1b1b1b 91.25%);
}
@media (max-width: 768px) {
  .home-banner-sec .HomebnrSwiper .swiper-wrapper .desk-top-bnr {
    display: none;
  }
}
.home-banner-sec .HomebnrSwiper .swiper-wrapper .tab-bnr {
  display: none;
}
@media (min-width: 471px) and (max-width: 768px) {
  .home-banner-sec .HomebnrSwiper .swiper-wrapper .tab-bnr {
    display: block;
    height: 100vh;
  }
}
.home-banner-sec .HomebnrSwiper .swiper-wrapper .mobile-bnr {
  height: auto;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  backface-visibility: hidden;
  transform: translateZ(0);
  max-width: 100%;
  -webkit-perspective: 1000;
  perspective: 1000;
  -o-object-fit: contain;
  object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 19, 45, 0)), color-stop(91.25%, #1b1b1b));
  background: linear-gradient(180deg, rgba(2, 19, 45, 0) 0%, #1b1b1b 91.25%);
  display: none;
}
@media (max-width: 470px) {
  .home-banner-sec .HomebnrSwiper .swiper-wrapper .mobile-bnr {
    display: block;
  }
}
.home-banner-sec .HomebnrSwiper .swiper-pagination {
  position: absolute !important;
  left: 92% !important;
  bottom: 83px;
}
@media (max-width: 1024px) {
  .home-banner-sec .HomebnrSwiper .swiper-pagination {
    bottom: 25px;
  }
}
.home-banner-sec img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media (max-width: 1080px) {
  .home-banner-sec img {
    min-height: unset;
  }
}
@media (max-width: 780px) {
  .home-banner-sec img {
    height: 525px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 580px) {
  .home-banner-sec img {
    height: 525px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.home-banner-sec .count-sec {
  position: absolute;
  width: 100%;
  bottom: 40px;
  z-index: 1;
}
@media (max-width: 865px) {
  .home-banner-sec .count-sec {
    bottom: 445px;
  }
}
@media (max-width: 771px) {
  .home-banner-sec .count-sec {
    bottom: 451px;
  }
}
@media (max-width: 768px) {
  .home-banner-sec .count-sec {
    bottom: 468px;
  }
}
.home-banner-sec .count-sec .count-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.home-banner-sec .count-sec .count-outer .count-blk {
  padding-left: 91px;
  padding-right: 91px;
  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;
  border-left: 1px solid #ffe072;
}
.home-banner-sec .count-sec .count-outer .count-blk:first-of-type {
  padding-left: 0;
  border-left: unset;
}
.home-banner-sec .count-sec .count-outer .count-blk:last-of-type {
  padding-right: 0;
}
@media (max-width: 1024px) {
  .home-banner-sec .count-sec .count-outer .count-blk {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 650px) {
  .home-banner-sec .count-sec .count-outer .count-blk {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.home-banner-sec .count-sec .count-outer .count-blk h2 {
  color: #FFFFFF;
  font-size: 6rem;
  font-weight: 400;
  line-height: 100%;
  padding-bottom: 5px;
  color: #ffe815;
}
@media (max-width: 1080px) {
  .home-banner-sec .count-sec .count-outer .count-blk h2 {
    font-size: 3rem;
  }
}
@media (max-width: 834px) {
  .home-banner-sec .count-sec .count-outer .count-blk h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 580px) {
  .home-banner-sec .count-sec .count-outer .count-blk h2 {
    font-size: 2.5rem;
  }
}
.home-banner-sec .count-sec .count-outer .count-blk h3 {
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 1080px) {
  .home-banner-sec .count-sec .count-outer .count-blk h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 834px) {
  .home-banner-sec .count-sec .count-outer .count-blk h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 580px) {
  .home-banner-sec .count-sec .count-outer .count-blk h3 {
    font-size: 1rem;
  }
}
.home-banner-sec .head-txt {
  position: relative;
  z-index: 1;
  right: 40%;
  top: 171px;
  text-align: left;
}
@media (max-width: 2685px) {
  .home-banner-sec .head-txt {
    right: 12%;
    top: 25%;
  }
}
@media (max-width: 2560px) {
  .home-banner-sec .head-txt {
    right: 9%;
    top: 10%;
  }
}
@media (max-width: 1920px) {
  .home-banner-sec .head-txt {
    right: 0;
    top: -55px;
  }
}
@media (max-width: 1600px) {
  .home-banner-sec .head-txt {
    right: 9%;
    top: 10%;
  }
}
@media (max-width: 1440px) {
  .home-banner-sec .head-txt {
    right: 0%;
    top: 0;
  }
}
@media (max-width: 1210px) {
  .home-banner-sec .head-txt {
    right: 0%;
    top: -42px;
  }
}
@media (max-width: 1080px) {
  .home-banner-sec .head-txt {
    right: 3%;
    top: -17px;
  }
}
@media (max-width: 1080px) {
  .home-banner-sec .head-txt {
    right: 0%;
    top: -21px;
  }
}
@media (max-width: 1130px) {
  .home-banner-sec .head-txt {
    right: 0%;
    top: 65px;
  }
}
@media (max-width: 1024px) {
  .home-banner-sec .head-txt {
    right: 0%;
    top: 65px;
  }
}
@media (max-width: 865px) {
  .home-banner-sec .head-txt {
    display: none;
  }
}
@media (max-width: 770px) {
  .home-banner-sec .head-txt {
    right: 100px;
    top: 149px;
    padding-top: 25px;
  }
}
@media (max-width: 580px) {
  .home-banner-sec .head-txt {
    right: 100px;
    top: 85px;
  }
}
.home-banner-sec .head-txt h2 {
  color: #FFFFFF;
  font-size: 4.5rem;
  line-height: 5rem;
  font-weight: 300;
}
@media (max-width: 1440px) {
  .home-banner-sec .head-txt h2 {
    font-size: 4.5rem;
    line-height: 5rem;
    display: none;
  }
}
@media (max-width: 1080px) {
  .home-banner-sec .head-txt h2 {
    font-size: 3.5rem;
    line-height: 4.5rem;
    display:none;
  }
}
@media (max-width: 1024px) {
  .home-banner-sec .head-txt h2 {
    font-size: 2.5rem;
    line-height: 2rem;
    display: none;
  }
}
@media (max-width: 834px) {
  .home-banner-sec .head-txt h2 {
    font-size: 3rem;
    line-height: 3rem;
    color: black;
  }
}
.home-banner-sec .head-txt h1 {
  color: #FFFFFF;
  font-size: 4.5rem;
  line-height: 4.525rem;
  font-weight: 700;
  font-weight: 400;
  letter-spacing: 0%;
}
@media (max-width: 1440px) {
  .home-banner-sec .head-txt h1 {
    font-size: 4.5rem;
    line-height: 4.5rem;
    display:none;
  }
}
@media (max-width: 1202px) {
  .home-banner-sec .head-txt h1 {
    font-size: 3.5rem;
    line-height: 3rem;
    display: none;
  }
}
@media (max-width: 1024px) {
  .home-banner-sec .head-txt h1 {
    font-size: 2.5rem;
    line-height: 3rem;
    display: none;
  }
}
@media (max-width: 834px) {
  .home-banner-sec .head-txt h1 {
    font-size: 3rem;
    line-height: 3rem;
    color: black;
  }
}
@media (max-width: 580px) {
  .home-banner-sec .head-txt h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.home-banner-sec .head-txt span {
  color: #FFE815;
  font-size: 3.1rem;
  line-height: 4.525rem;
  font-weight: 500;
  letter-spacing: 0%;
}
@media (max-width: 1024px) {
  .home-banner-sec .head-txt span {
    font-size: 2.5rem;
    line-height: 2rem;
    display: none;
  }
}
@media (max-width: 834px) {
  .home-banner-sec .head-txt span {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.home-banner-sec .form-sec {
  max-height: 502px;
  background-color: #ffffff;
  margin-right: 0px;
  max-width: 380px;
  padding: 43px 50px 0px 50px;
  z-index: 1;
  right: 100px;
  top: 195px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 2685px) {
  .home-banner-sec .form-sec {
    right: 27%;
    top: 310px;
    margin-right: -40rem !important;
  }
}
@media (max-width: 2560px) {
  .home-banner-sec .form-sec {
    right: 21%;
    top: 49%;
    margin-right: -24rem !important;
  }
}
@media (max-width: 1920px) {
  .home-banner-sec .form-sec {
    right: 15%;
    top: 40%;
    padding: 43px 30px 0px 30px;
    margin-right: 0 !important;
    margin-top: -45px;
  }
}
@media (max-width: 1600px) {
  .home-banner-sec .form-sec {
    right: 6%;
    top: 26%;
    margin-right: 0px !important;
  }
}
@media (max-width: 1400px) {
  .home-banner-sec .form-sec {
    margin-right: 0px;
  }
}
@media (max-width: 1440px) {
  .home-banner-sec .form-sec {
    top: 171px;
    right: 6%;
    padding: 43px 40px 0px 40px;
  }
}
@media (max-width: 1210px) {
  .home-banner-sec .form-sec {
    top: 171px;
    margin-right: 0%;
    padding: 43px 40px 0px 40px;
  }
}
@media (max-width: 1311px) {
  .home-banner-sec .form-sec {
    padding: 25px 30px 0px 30px;
    top: 140px;
    right: 24px;
  }
}
@media (max-width: 1130px) {
  .home-banner-sec .form-sec {
    margin-right: 0 !important;
    margin-top: 65px;
  }
}
@media (max-width: 1024px) {
  .home-banner-sec .form-sec {
    margin-right: -40px !important;
    margin-top: 65px;
  }
}
@media (max-width: 1080px) {
  .home-banner-sec .form-sec {
    padding: 15px 20px 0px 20px;
    top: 113px;
    right: 24px;
  }
}
@media (max-width: 834px) {
  .home-banner-sec .form-sec {
    padding: 10px 15px 0px 15px;
    top: 113px;
    right: 24px;
  }
}
@media (max-width: 863px) {
  .home-banner-sec .form-sec {
    top: 95px;
    margin: 30px 0;
    padding: 30px 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
    position: unset;
    max-width: unset;
    margin-bottom: 53px;
    -webkit-box-shadow: 0px 10px 38px 0px rgba(8, 36, 78, 0.1294117647);
            box-shadow: 0px 10px 38px 0px rgba(8, 36, 78, 0.1294117647);
  }
}
@media (max-width: 770px) {
  .home-banner-sec .form-sec {
    top: 95px;
    margin: 30px 0;
    padding: 30px 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
    position: unset;
    max-width: unset;
    margin-bottom: 53px;
    -webkit-box-shadow: 0px 10px 38px 0px rgba(8, 36, 78, 0.1294117647);
            box-shadow: 0px 10px 38px 0px rgba(8, 36, 78, 0.1294117647);
  }
}
@media (max-width: 580px) {
  .home-banner-sec .form-sec {
    top: 95px;
    margin: 30px 0;
    padding: 30px 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80%;
    position: unset;
    max-width: unset;
    margin-bottom: 53px;
    -webkit-box-shadow: 0px 10px 38px 0px rgba(8, 36, 78, 0.1294117647);
            box-shadow: 0px 10px 38px 0px rgba(8, 36, 78, 0.1294117647);
  }
}
.home-banner-sec .form-sec h2 {
  font-size: 2.6rem;
  line-height: 3.047rem;
  font-weight: 700;
  color: #0B397D;
  padding-bottom: 2.2rem;
  text-align: center;
}
@media (max-width: 1080px) {
  .home-banner-sec .form-sec h2 {
    font-size: 2rem;
    padding-bottom: 1.2rem;
  }
}
.home-banner-sec .form-sec .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: unset;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 880px) {
  .home-banner-sec .form-sec .form {
    padding: 0;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    width: 100%;
  }
}
@media (max-width: 770px) {
  .home-banner-sec .form-sec .form {
    padding: 0 100px 0 100px;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    width: 90%;
  }
}
@media (max-width: 620px) {
  .home-banner-sec .form-sec .form {
    padding: unset;
    width: 100%;
  }
}
.home-banner-sec .form-sec .form .lst-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
.home-banner-sec .form-sec .form label {
  color: rgba(44, 62, 79, 0.7490196078);
  font-size: 1.6rem;
  line-height: 1.875rem;
  font-weight: 400;
  margin-bottom: 5px;
}
.home-banner-sec .form-sec .form label.error {
  color: red !important;
  position: absolute;
  bottom: 32% !important;
  background-color: transparent !important;
  line-height: 0.5 !important;
  top: auto !important;
  font-size: 1rem !important;
  left: 10px !important;
}
@media (max-width: 1440px) {
  .home-banner-sec .form-sec .form label.error {
    font-size: 1.5rem !important;
    left: 10px !important;
  }
}
@media (max-width: 768px) {
  .home-banner-sec .form-sec .form label.error {
    font-size: 1.2rem !important;
    left: 10px !important;
  }
}
.home-banner-sec .form-sec .form input {
  width: 280px;
  height: 45px;
  margin-bottom: 1rem;
  border: 1px solid rgba(22, 154, 216, 0.3019607843);
}
.home-banner-sec .form-sec .form input:focus {
  outline: none;
  border: 2px solid rgba(22, 154, 216, 0.3019607843);
}
@media (max-width: 1270px) {
  .home-banner-sec .form-sec .form input {
    height: 45px;
  }
}
@media (max-width: 1130px) {
  .home-banner-sec .form-sec .form input {
    font-size: 12px;
    font-weight: 400;
    height: 35px;
    width: 225px;
  }
}
@media (max-width: 1024px) {
  .home-banner-sec .form-sec .form input {
    font-size: 12px;
    font-weight: 400;
    height: 35px;
    width: 225px;
  }
}
@media (max-width: 1080px) {
  .home-banner-sec .form-sec .form input {
    font-size: 12px;
    font-weight: 400;
    height: 35px;
  }
}
@media (max-width: 863px) {
  .home-banner-sec .form-sec .form input {
    width: 90%;
    left: 60px;
  }
}
@media (max-width: 834px) {
  .home-banner-sec .form-sec .form input {
    font-size: 12px;
    font-weight: 400;
    height: 35px;
    width: 95%;
    left: 6px;
    max-width: 100%;
  }
}
@media (max-width: 770px) {
  .home-banner-sec .form-sec .form input {
    font-size: 12px;
    font-weight: 400;
    height: 35px;
    width: 90%;
  }
}
@media (max-width: 542px) {
  .home-banner-sec .form-sec .form input {
    font-size: 12px;
    font-weight: 400;
    height: 35px;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    left: 0;
    max-width: 100%;
  }
}
.home-banner-sec .form-sec .form textarea {
  width: 280px;
  border: 1px solid rgba(22, 154, 216, 0.3019607843);
}
.home-banner-sec .form-sec .form textarea:focus {
  outline: none;
  border: 2px solid rgba(22, 154, 216, 0.3019607843);
}
@media (max-width: 1270px) {
  .home-banner-sec .form-sec .form textarea {
    height: 50px;
  }
}
@media (max-width: 1130px) {
  .home-banner-sec .form-sec .form textarea {
    height: 40px;
  }
}
@media (max-width: 1024px) {
  .home-banner-sec .form-sec .form textarea {
    height: 40px;
  }
}
@media (max-width: 1080px) {
  .home-banner-sec .form-sec .form textarea {
    height: 40px;
  }
}
@media (max-width: 834px) {
  .home-banner-sec .form-sec .form textarea {
    height: 60px;
    width: 95%;
  }
}
@media (max-width: 863px) {
  .home-banner-sec .form-sec .form textarea {
    font-size: 12px;
    font-weight: 400;
    width: 95%;
  }
}
@media (max-width: 820px) {
  .home-banner-sec .form-sec .form textarea {
    font-size: 12px;
    font-weight: 400;
    width: 90%;
  }
}
@media (max-width: 542px) {
  .home-banner-sec .form-sec .form textarea {
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    padding: 0;
  }
}
.home-banner-sec .form-sec .enq-btn-red {
  bottom: -38px;
  padding: 1.7rem 2.3rem 3.7rem 2.3rem;
}
@media (max-width: 770px) {
  .home-banner-sec .form-sec .enq-btn-red {
    bottom: -15px;
    left: 26%;
  }
}
@media (max-width: 768px) {
  .home-banner-sec .form-sec .enq-btn-red {
    padding: 1rem 2.3rem 3rem 2.3rem;
  }
}
@media (max-width: 580px) {
  .home-banner-sec .form-sec .enq-btn-red {
    bottom: -15px;
    left: 29%;
    max-width: 150px;
    padding: 1rem 2.3rem 3rem 2.3rem;
  }
}
@media (max-width: 320px) {
  .home-banner-sec .form-sec .enq-btn-red {
    bottom: -15px;
    left: 22%;
    max-width: 150px;
    padding: 1rem 2.3rem 3rem 2.3rem;
  }
}

.apart-sec {
  background-color: #F7F9FB;
  /* Mobile only button */
}
.apart-sec .aprt-blk {
  position: relative;
  z-index: 0;
}
.apart-sec .aprt-blk .aprt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1080px) {
  .apart-sec .aprt-blk .aprt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .apart-sec .aprt-blk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.apart-sec .aprt-blk .first-blk {
  width: 33.25%;
  background-color: #264756;
  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;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
@media (max-width: 1024px) {
  .apart-sec .aprt-blk .first-blk {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .apart-sec .aprt-blk .first-blk .mySwiper {
    padding-top: 0rem;
  }
}
.apart-sec .aprt-blk .first-blk .mySwiper {
  height: 418px;
}
@media (max-width: 500px) {
  .apart-sec .aprt-blk .first-blk .mySwiper .swiper-wrapper .swiper-slide img {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.apart-sec .aprt-blk .first-blk .mySwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  max-width: 100%;
  max-height: 418px;
  height: 418px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .apart-sec .aprt-blk .first-blk .mySwiper .swiper-wrapper .swiper-slide img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 550px) {
  .apart-sec .aprt-blk .first-blk .mySwiper .swiper-wrapper .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.apart-sec .aprt-blk .first-blk ::before {
  content: "";
  position: absolute;
  width: 36%;
  z-index: -1;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#264756), to(#264756));
  background: linear-gradient(180deg, #264756 0%, #264756 100%);
  bottom: 0;
  right: 0;
  left: 0;
}
.apart-sec .aprt-blk .second-blk {
  width: 66.75%;
  background-color: #F7F9FB;
}
@media (max-width: 1024px) {
  .apart-sec .aprt-blk .second-blk {
    width: 100%;
  }
}
.apart-sec .aprt-blk .second-blk .sec-outer {
  padding-left: 62px;
  padding-right: 62px;
}
@media (max-width: 2560px) {
  .apart-sec .aprt-blk .second-blk .sec-outer {
    padding-right: 38%;
  }
}
@media (max-width: 1920px) {
  .apart-sec .aprt-blk .second-blk .sec-outer {
    padding-right: 26%;
  }
}
@media (max-width: 1727px) {
  .apart-sec .aprt-blk .second-blk .sec-outer {
    padding-right: 22%;
  }
}
@media (max-width: 1658px) {
  .apart-sec .aprt-blk .second-blk .sec-outer {
    padding-right: 16%;
  }
}
@media (max-width: 1440px) {
  .apart-sec .aprt-blk .second-blk .sec-outer {
    padding-right: 11%;
  }
}
@media (max-width: 1280px) {
  .apart-sec .aprt-blk .second-blk .sec-outer {
    padding: 0 2rem;
  }
}
.apart-sec .aprt-blk .second-blk .sec-outer .scnd-head-txt h1 {
  padding-top: 5.8rem;
  padding-bottom: 0.4rem;
  font-size: 4.5rem;
  line-height: 5rem;
  font-weight: 700;
}
@media (max-width: 1080px) {
  .apart-sec .aprt-blk .second-blk .sec-outer .scnd-head-txt h1 {
    font-size: 3rem;
    padding-top: 3rem;
  }
}
@media (max-width: 768px) {
  .apart-sec .aprt-blk .second-blk .sec-outer .scnd-head-txt h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 580px) {
  .apart-sec .aprt-blk .second-blk .sec-outer .scnd-head-txt h1 {
    font-size: 2.5rem;
  }
}
.apart-sec .aprt-blk .second-blk .sec-outer .scnd-head-txt .inspire-head {
  width: 100%;
  max-width: 194px;
  height: 75px;
  padding-top: 5.8rem;
  padding-bottom: 2rem;
}
.apart-sec .aprt-blk .second-blk .sec-outer .scnd-head-txt h2 {
  font-size: 2.6rem;
  line-height: 3.047rem;
  padding-bottom: 1.3rem;
  font-weight: 500;
  color: #2C3E4F;
  text-transform: uppercase;
}
@media (max-width: 1080px) {
  .apart-sec .aprt-blk .second-blk .sec-outer .scnd-head-txt h2 {
    font-size: 1.6rem;
  }
}
.apart-sec .aprt-blk .second-blk .sec-outer .scnd-head-txt p {
  margin: 0;
  font-size: 1.8rem;
  line-height: 2.109rem;
  font-weight: 400;
  color: #2C3E4F;
}
@media (max-width: 1080px) {
  .apart-sec .aprt-blk .second-blk .sec-outer .scnd-head-txt p {
    font-size: 1.4rem;
  }
}
.apart-sec .aprt-blk .second-blk .sec-outer .loc-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11.6px;
}
.apart-sec .aprt-blk .second-blk .sec-outer .amenities-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.apart-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amn-head {
  position: relative;
  display: inline-block;
  padding-right: 45px;
}
.apart-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amn-head::after {
  content: "";
  position: absolute;
  top: 56%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 560px;
  height: 0px;
  background: rgba(44, 62, 79, 0.7490196078);
  border-top: 1px solid rgba(44, 62, 79, 0.7490196078);
  opacity: 30%;
}
@media (max-width: 1024px) {
  .apart-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amn-head::after {
    width: 830px;
  }
}
@media (max-width: 768px) {
  .apart-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amn-head::after {
    width: 575px;
  }
}
@media (max-width: 580px) {
  .apart-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amn-head::after {
    width: 235px;
  }
}
@media (max-width: 375px) {
  .apart-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amn-head::after {
    width: 185px;
  }
}
.apart-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amn-head::before {
  left: 0;
}
.apart-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amn-head::after {
  right: 0;
}
@media (max-width: 834px) {
  .apart-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amn-head {
    font-size: 3.5rem;
  }
}
@media (max-width: 580px) {
  .apart-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amn-head {
    font-size: 3.2rem;
  }
}
.apart-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amn-head h2 {
  padding-top: 3.6rem;
  padding-bottom: 2.8rem;
  font-size: 2.2rem;
  line-height: 2.578rem;
  font-weight: 400;
}
@media (max-width: 1080px) {
  .apart-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amn-head h2 {
    font-size: 1.6rem;
    padding-top: 1.6rem;
    padding-bottom: 1rem;
  }
}
.apart-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amn-head span {
  font-size: 2.2rem;
  line-height: 2.578rem;
  font-weight: 600;
}
@media (max-width: 1080px) {
  .apart-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amn-head span {
    font-size: 1.6rem;
  }
}
.apart-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amn-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media (max-width: 1080px) {
  .apart-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amn-blk {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
@media (max-width: 580px) {
  .apart-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amn-blk {
    gap: 5px;
  }
}
@media (max-width: 425px) {
  .apart-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amn-blk {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.apart-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amenitieSwiper {
  width: 100%;
}
.apart-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amenitieSwiper ::before {
  content: "";
  position: absolute;
  width: 36%;
  z-index: -1;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#F7F9FB), to(#F7F9FB));
  background: linear-gradient(180deg, #F7F9FB 0%, #F7F9FB 100%);
  bottom: 0;
  right: 0;
  left: 0;
}
.apart-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amenitieSwiper .swiper-wrapper {
  background-color: #F7F9FB;
}
.apart-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amenitieSwiper .swiper-wrapper .amn-cnt-blk {
  background-color: #F7F9FB;
  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;
}
.apart-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amenitieSwiper .swiper-wrapper .amn-cnt-blk p {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  font-family: Roboto;
  color: #2C3E4F;
}
.apart-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amenitieSwiper .swiper-wrapper .amn-cnt-blk .swiper-slide {
  background-color: #F7F9FB;
}
.apart-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amenitieSwiper .swiper-wrapper .amn-cnt-blk .swiper-slide .amn-cnt-blk {
  width: 100%;
  max-width: 97px;
  gap: 18px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  text-align: center !important;
}
@media (max-width: 1080px) {
  .apart-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amenitieSwiper .swiper-wrapper .amn-cnt-blk .swiper-slide .amn-cnt-blk {
    gap: 10px;
    max-width: 110px;
  }
}
@media (max-width: 768px) {
  .apart-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amenitieSwiper .swiper-wrapper .amn-cnt-blk .swiper-slide .amn-cnt-blk {
    max-width: 175px;
  }
}
@media (max-width: 580px) {
  .apart-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amenitieSwiper .swiper-wrapper .amn-cnt-blk .swiper-slide .amn-cnt-blk {
    gap: 10px;
    max-width: 108px;
  }
}
@media (max-width: 409px) {
  .apart-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amenitieSwiper .swiper-wrapper .amn-cnt-blk .swiper-slide .amn-cnt-blk {
    gap: 10px;
    max-width: 105px;
  }
}
@media (max-width: 375px) {
  .apart-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amenitieSwiper .swiper-wrapper .amn-cnt-blk .swiper-slide .amn-cnt-blk {
    gap: 10px;
    max-width: 105px;
  }
}
.apart-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amenitieSwiper .swiper-wrapper .amn-cnt-blk .swiper-slide .amn-cnt-blk p {
  margin: 0;
  font-size: 1.3rem;
  line-height: 100%;
  font-weight: 400;
  color: #2C3E4F;
}
.apart-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amenitieSwiper .swiper-wrapper .amn-cnt-blk .swiper-slide .amn-cnt-blk img {
  width: 70px;
  height: 70px;
}
.apart-sec .aprt-blk .second-blk .sec-outer .proximity-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.apart-sec .aprt-blk .second-blk .sec-outer .proximity-sec .prox-head {
  position: relative;
  display: inline-block;
  padding-right: 45px;
}
.apart-sec .aprt-blk .second-blk .sec-outer .proximity-sec .prox-head::after {
  content: "";
  position: absolute;
  top: 56%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 530px;
  height: 0px;
  background: rgba(44, 62, 79, 0.7490196078);
  border-top: 1px solid rgba(44, 62, 79, 0.7490196078);
  opacity: 30%;
}
@media (max-width: 1024px) {
  .apart-sec .aprt-blk .second-blk .sec-outer .proximity-sec .prox-head::after {
    width: 810px;
    top: 45%;
  }
}
@media (max-width: 768px) {
  .apart-sec .aprt-blk .second-blk .sec-outer .proximity-sec .prox-head::after {
    width: 555px;
    top: 45%;
  }
}
@media (max-width: 580px) {
  .apart-sec .aprt-blk .second-blk .sec-outer .proximity-sec .prox-head::after {
    width: 215px;
    top: 45%;
  }
}
@media (max-width: 375px) {
  .apart-sec .aprt-blk .second-blk .sec-outer .proximity-sec .prox-head::after {
    width: 165px;
  }
}
.apart-sec .aprt-blk .second-blk .sec-outer .proximity-sec .prox-head::before {
  left: 0;
}
.apart-sec .aprt-blk .second-blk .sec-outer .proximity-sec .prox-head::after {
  right: 0;
}
.apart-sec .aprt-blk .second-blk .sec-outer .proximity-sec .prox-head h2 {
  padding-top: 3.5rem;
  padding-bottom: 2.7rem;
  font-size: 2.2rem;
  line-height: 2.578rem;
  font-weight: 400;
}
@media (max-width: 1080px) {
  .apart-sec .aprt-blk .second-blk .sec-outer .proximity-sec .prox-head h2 {
    font-size: 1.6rem;
    padding-top: 1.6rem;
  }
}
.apart-sec .aprt-blk .second-blk .sec-outer .proximity-sec .prox-head span {
  font-size: 2.2rem;
  line-height: 2.578rem;
  font-weight: 600;
}
@media (max-width: 1080px) {
  .apart-sec .aprt-blk .second-blk .sec-outer .proximity-sec .prox-head span {
    font-size: 1.6rem;
  }
}
.apart-sec .aprt-blk .second-blk .sec-outer .proximity-sec .pro-km-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 73px;
}
@media (max-width: 1080px) {
  .apart-sec .aprt-blk .second-blk .sec-outer .proximity-sec .pro-km-blk {
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .apart-sec .aprt-blk .second-blk .sec-outer .proximity-sec .pro-km-blk {
    gap: 170px;
  }
}
@media (max-width: 904px) {
  .apart-sec .aprt-blk .second-blk .sec-outer .proximity-sec .pro-km-blk {
    gap: 110px;
  }
}
@media (max-width: 580px) {
  .apart-sec .aprt-blk .second-blk .sec-outer .proximity-sec .pro-km-blk {
    gap: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 425px) {
  .apart-sec .aprt-blk .second-blk .sec-outer .proximity-sec .pro-km-blk {
    gap: 41px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
.apart-sec .aprt-blk .second-blk .sec-outer .proximity-sec .pro-blk .pro-sec-head h2 {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  font-size: 1.6rem;
  line-height: 1.875rem;
  font-weight: 400;
}
.apart-sec .aprt-blk .second-blk .sec-outer .proximity-sec .pro-blk .pro-sec-head h2::before, .apart-sec .aprt-blk .second-blk .sec-outer .proximity-sec .pro-blk .pro-sec-head h2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 11px;
  height: 2px;
  background: #FF9900;
  border-top: 2px dashed #FF9900;
}
.apart-sec .aprt-blk .second-blk .sec-outer .proximity-sec .pro-blk .pro-sec-head h2::before {
  left: 0;
}
.apart-sec .aprt-blk .second-blk .sec-outer .proximity-sec .pro-blk .pro-sec-head h2::after {
  right: 0;
}
.apart-sec .aprt-blk .second-blk .sec-outer .proximity-sec .pro-blk .pro-sec-head h3 {
  font-size: 3rem;
  line-height: 3.516rem;
  font-weight: 500;
}
.apart-sec .aprt-blk .second-blk .sec-outer .proximity-sec .pro-blk .pro-sec-head h3 span {
  font-size: 1.6rem;
  line-height: 1.875rem;
  font-weight: 400;
}
.apart-sec .aprt-blk .second-blk .sec-outer .proximity-sec .pro-km-blk {
  padding-bottom: 5.7rem;
}
@media (max-width: 580px) {
  .apart-sec .aprt-blk .second-blk .sec-outer .proximity-sec .pro-km-blk {
    padding-bottom: 0;
  }
}
.apart-sec .aprt-blk .second-blk .sec-outer .proximity-sec .pro-km-blk .pro-sec-head h3 {
  padding-bottom: 2.1rem;
}
.apart-sec .aprt-blk .second-blk .sec-outer .proximity-sec .pro-km-blk .pro-cntnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.apart-sec .aprt-blk .second-blk .sec-outer .proximity-sec .pro-km-blk .pro-cntnt p {
  margin: 0;
  padding-bottom: 1.7rem;
  color: #2C3E4F;
}
@media (max-width: 1080px) {
  .apart-sec .aprt-blk .second-blk .sec-outer .proximity-sec .pro-km-blk .pro-cntnt p {
    font-size: 1.5rem;
  }
}
.apart-sec .aprt-blk .second-blk .sec-outer .proximity-sec .pro-km-blk .pro-cntnt img {
  padding-bottom: 1.7rem;
}
.apart-sec .head-mobile {
  display: none;
  background: #F7F9FB;
  padding: 2rem;
}
.apart-sec .head-mobile .loc-blk {
  gap: 0.393rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .apart-sec .head-mobile {
    display: block;
  }
}
.apart-sec .head-desktop {
  display: block;
}
@media (max-width: 1024px) {
  .apart-sec .head-desktop {
    display: none;
  }
}
.apart-sec .enq-btn-red.mobile-btn {
  display: none;
}
@media (max-width: 600px) {
  .apart-sec .enq-btn-red.mobile-btn {
    display: inline-block;
    bottom: -15px;
    max-width: 150px;
    padding: 1rem 2.3rem 1rem 2.3rem;
    margin-bottom: 62px;
  }
}

.luxus-sec {
  background-color: #FFFFFF;
  /* Mobile only button */
}
.luxus-sec .aprt-blk {
  position: relative;
  z-index: 0;
}
.luxus-sec .aprt-blk .aprt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .luxus-sec .aprt-blk .aprt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .luxus-sec .aprt-blk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.luxus-sec .aprt-blk .first-blk {
  width: 33.25%;
  background-color: #264756;
  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;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
@media (max-width: 1024px) {
  .luxus-sec .aprt-blk .first-blk {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .luxus-sec .aprt-blk .first-blk .mySwiper {
    padding-top: 0rem;
  }
}
@media (max-width: 580px) {
  .luxus-sec .aprt-blk .first-blk .swiper-slide img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .luxus-sec .aprt-blk .first-blk .swiper-slide img {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.luxus-sec .aprt-blk .first-blk .mySwiper {
  height: 418px;
}
.luxus-sec .aprt-blk .first-blk::before {
  content: "";
  position: absolute;
  width: 0%;
  z-index: -1;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#264756), to(#264756));
  background: linear-gradient(180deg, #264756 0%, #264756 100%);
  bottom: 0;
  right: 0;
  left: unset;
}
.luxus-sec .aprt-blk .first-blk .swip-txt h2 {
  max-width: 32rem;
}
.luxus-sec .aprt-blk .second-blk {
  width: 66.75%;
  background-color: #FFFFFF;
}
@media (max-width: 1024px) {
  .luxus-sec .aprt-blk .second-blk {
    width: 100%;
  }
}
.luxus-sec .aprt-blk .second-blk .sec-outer {
  padding-right: 62px;
  padding-left: 62px;
}
@media (max-width: 2560px) {
  .luxus-sec .aprt-blk .second-blk .sec-outer {
    padding-left: 38%;
  }
}
@media (max-width: 1920px) {
  .luxus-sec .aprt-blk .second-blk .sec-outer {
    padding-left: 26%;
  }
}
@media (max-width: 1727px) {
  .luxus-sec .aprt-blk .second-blk .sec-outer {
    padding-left: 22%;
  }
}
@media (max-width: 1658px) {
  .luxus-sec .aprt-blk .second-blk .sec-outer {
    padding-left: 16%;
  }
}
@media (max-width: 1440px) {
  .luxus-sec .aprt-blk .second-blk .sec-outer {
    padding-left: 11%;
  }
}
@media (max-width: 1280px) {
  .luxus-sec .aprt-blk .second-blk .sec-outer {
    padding: 0 2rem;
  }
}
.luxus-sec .aprt-blk .second-blk .sec-outer .scnd-head-txt h1 {
  padding-top: 5.8rem;
  padding-bottom: 0.4rem;
  font-size: 4.5rem;
  line-height: 5rem;
  font-weight: 700;
}
@media (max-width: 1080px) {
  .luxus-sec .aprt-blk .second-blk .sec-outer .scnd-head-txt h1 {
    font-size: 3rem;
    padding-top: 3rem;
  }
}
@media (max-width: 768px) {
  .luxus-sec .aprt-blk .second-blk .sec-outer .scnd-head-txt h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 580px) {
  .luxus-sec .aprt-blk .second-blk .sec-outer .scnd-head-txt h1 {
    font-size: 2.5rem;
  }
}
.luxus-sec .aprt-blk .second-blk .sec-outer .scnd-head-txt .inspire-head {
  width: 100%;
  max-width: 194px;
  height: 75px;
  padding-top: 5.8rem;
  padding-bottom: 2rem;
}
.luxus-sec .aprt-blk .second-blk .sec-outer .scnd-head-txt h2 {
  font-size: 2.6rem;
  line-height: 3.047rem;
  padding-bottom: 1.3rem;
  font-weight: 500;
  color: #2C3E4F;
  text-transform: uppercase;
}
@media (max-width: 1080px) {
  .luxus-sec .aprt-blk .second-blk .sec-outer .scnd-head-txt h2 {
    font-size: 1.6rem;
  }
}
.luxus-sec .aprt-blk .second-blk .sec-outer .scnd-head-txt p {
  margin: 0;
  font-size: 1.8rem;
  line-height: 2.109rem;
  font-weight: 400;
  color: #2C3E4F;
}
@media (max-width: 1080px) {
  .luxus-sec .aprt-blk .second-blk .sec-outer .scnd-head-txt p {
    font-size: 1.4rem;
  }
}
.luxus-sec .aprt-blk .second-blk .sec-outer .loc-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11.6px;
}
.luxus-sec .aprt-blk .second-blk .sec-outer .amenities-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.luxus-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amn-head {
  position: relative;
  display: inline-block;
  padding-right: 45px;
}
.luxus-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amn-head::after {
  content: "";
  position: absolute;
  top: 56%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 560px;
  height: 0px;
  background: rgba(44, 62, 79, 0.7490196078);
  border-top: 1px solid rgba(44, 62, 79, 0.7490196078);
  opacity: 30%;
}
@media (max-width: 1024px) {
  .luxus-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amn-head::after {
    width: 830px;
  }
}
@media (max-width: 768px) {
  .luxus-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amn-head::after {
    width: 575px;
  }
}
@media (max-width: 580px) {
  .luxus-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amn-head::after {
    width: 235px;
  }
}
@media (max-width: 375px) {
  .luxus-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amn-head::after {
    width: 185px;
  }
}
.luxus-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amn-head::before {
  left: 0;
}
.luxus-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amn-head::after {
  right: 0;
}
@media (max-width: 834px) {
  .luxus-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amn-head {
    font-size: 3.5rem;
  }
}
@media (max-width: 580px) {
  .luxus-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amn-head {
    font-size: 3.2rem;
  }
}
.luxus-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amn-head h2 {
  padding-top: 3.6rem;
  padding-bottom: 2.8rem;
  font-size: 2.2rem;
  line-height: 2.578rem;
  font-weight: 400;
}
@media (max-width: 1080px) {
  .luxus-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amn-head h2 {
    font-size: 1.6rem;
    padding-top: 1.6rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 600px) {
  .luxus-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amn-head h2 {
    font-size: 1.6rem;
    padding-top: 3rem;
    padding-bottom: 1rem;
  }
}
.luxus-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amn-head span {
  font-size: 2.2rem;
  line-height: 2.578rem;
  font-weight: 600;
}
@media (max-width: 1080px) {
  .luxus-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amn-head span {
    font-size: 1.6rem;
  }
}
.luxus-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amn-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media (max-width: 1080px) {
  .luxus-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amn-blk {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
@media (max-width: 580px) {
  .luxus-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amn-blk {
    gap: 5px;
  }
}
@media (max-width: 425px) {
  .luxus-sec .aprt-blk .second-blk .sec-outer .amenities-sec .amn-blk {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.luxus-sec .aprt-blk .second-blk .sec-outer .amenities-sec .luxamenitieSwiper {
  width: 100%;
  background-color: #FFFFFF;
}
.luxus-sec .aprt-blk .second-blk .sec-outer .amenities-sec .luxamenitieSwiper::before {
  content: "";
  position: absolute;
  width: 36%;
  z-index: -1;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
  bottom: 0;
  right: 0;
  left: 0;
}
.luxus-sec .aprt-blk .second-blk .sec-outer .amenities-sec .luxamenitieSwiper .swiper-wrapper {
  background-color: #FFFFFF;
}
.luxus-sec .aprt-blk .second-blk .sec-outer .amenities-sec .luxamenitieSwiper .swiper-wrapper .swiper-slide {
  background-color: #FFFFFF;
}
.luxus-sec .aprt-blk .second-blk .sec-outer .amenities-sec .luxamenitieSwiper .swiper-wrapper .swiper-slide .amn-cnt-blk {
  background-color: #FFFFFF;
  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;
}
.luxus-sec .aprt-blk .second-blk .sec-outer .amenities-sec .luxamenitieSwiper .swiper-wrapper .swiper-slide .amn-cnt-blk p {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  font-family: Roboto;
  color: #2C3E4F;
}
.luxus-sec .aprt-blk .second-blk .sec-outer .proximity-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.luxus-sec .aprt-blk .second-blk .sec-outer .proximity-sec .prox-head {
  position: relative;
  display: inline-block;
  padding-right: 45px;
}
.luxus-sec .aprt-blk .second-blk .sec-outer .proximity-sec .prox-head::after {
  content: "";
  position: absolute;
  top: 56%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 530px;
  height: 0px;
  background: rgba(44, 62, 79, 0.7490196078);
  border-top: 1px solid rgba(44, 62, 79, 0.7490196078);
  opacity: 30%;
}
@media (max-width: 1024px) {
  .luxus-sec .aprt-blk .second-blk .sec-outer .proximity-sec .prox-head::after {
    width: 810px;
    top: 45%;
  }
}
@media (max-width: 768px) {
  .luxus-sec .aprt-blk .second-blk .sec-outer .proximity-sec .prox-head::after {
    width: 555px;
    top: 45%;
  }
}
@media (max-width: 580px) {
  .luxus-sec .aprt-blk .second-blk .sec-outer .proximity-sec .prox-head::after {
    width: 215px;
    top: 45%;
  }
}
@media (max-width: 375px) {
  .luxus-sec .aprt-blk .second-blk .sec-outer .proximity-sec .prox-head::after {
    width: 165px;
  }
}
.luxus-sec .aprt-blk .second-blk .sec-outer .proximity-sec .prox-head::before {
  left: 0;
}
.luxus-sec .aprt-blk .second-blk .sec-outer .proximity-sec .prox-head::after {
  right: 0;
}
.luxus-sec .aprt-blk .second-blk .sec-outer .proximity-sec .prox-head h2 {
  padding-top: 3.5rem;
  padding-bottom: 2.7rem;
  font-size: 2.2rem;
  line-height: 2.578rem;
  font-weight: 400;
}
@media (max-width: 1080px) {
  .luxus-sec .aprt-blk .second-blk .sec-outer .proximity-sec .prox-head h2 {
    font-size: 1.6rem;
    padding-top: 1.6rem;
  }
}
.luxus-sec .aprt-blk .second-blk .sec-outer .proximity-sec .prox-head span {
  font-size: 2.2rem;
  line-height: 2.578rem;
  font-weight: 600;
}
@media (max-width: 1080px) {
  .luxus-sec .aprt-blk .second-blk .sec-outer .proximity-sec .prox-head span {
    font-size: 1.6rem;
  }
}
.luxus-sec .aprt-blk .second-blk .sec-outer .proximity-sec .pro-km-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 73px;
}
@media (max-width: 1080px) {
  .luxus-sec .aprt-blk .second-blk .sec-outer .proximity-sec .pro-km-blk {
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .luxus-sec .aprt-blk .second-blk .sec-outer .proximity-sec .pro-km-blk {
    gap: 170px;
  }
}
@media (max-width: 904px) {
  .luxus-sec .aprt-blk .second-blk .sec-outer .proximity-sec .pro-km-blk {
    gap: 110px;
  }
}
@media (max-width: 580px) {
  .luxus-sec .aprt-blk .second-blk .sec-outer .proximity-sec .pro-km-blk {
    gap: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 425px) {
  .luxus-sec .aprt-blk .second-blk .sec-outer .proximity-sec .pro-km-blk {
    gap: 41px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
.luxus-sec .aprt-blk .second-blk .sec-outer .proximity-sec .pro-blk .pro-sec-head h2 {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  font-size: 1.6rem;
  line-height: 1.875rem;
  font-weight: 400;
}
.luxus-sec .aprt-blk .second-blk .sec-outer .proximity-sec .pro-blk .pro-sec-head h2::before, .luxus-sec .aprt-blk .second-blk .sec-outer .proximity-sec .pro-blk .pro-sec-head h2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 11px;
  height: 2px;
  background: #FF9900;
  border-top: 2px dashed #FF9900;
}
.luxus-sec .aprt-blk .second-blk .sec-outer .proximity-sec .pro-blk .pro-sec-head h2::before {
  left: 0;
}
.luxus-sec .aprt-blk .second-blk .sec-outer .proximity-sec .pro-blk .pro-sec-head h2::after {
  right: 0;
}
.luxus-sec .aprt-blk .second-blk .sec-outer .proximity-sec .pro-blk .pro-sec-head h3 {
  font-size: 3rem;
  line-height: 3.516rem;
  font-weight: 500;
}
.luxus-sec .aprt-blk .second-blk .sec-outer .proximity-sec .pro-blk .pro-sec-head h3 span {
  font-size: 1.6rem;
  line-height: 1.875rem;
  font-weight: 400;
}
.luxus-sec .aprt-blk .second-blk .sec-outer .proximity-sec .pro-km-blk {
  padding-bottom: 5.7rem;
}
@media (max-width: 580px) {
  .luxus-sec .aprt-blk .second-blk .sec-outer .proximity-sec .pro-km-blk {
    padding-bottom: 0;
  }
}
.luxus-sec .aprt-blk .second-blk .sec-outer .proximity-sec .pro-km-blk .pro-sec-head h3 {
  padding-bottom: 2.1rem;
}
.luxus-sec .aprt-blk .second-blk .sec-outer .proximity-sec .pro-km-blk .pro-cntnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.luxus-sec .aprt-blk .second-blk .sec-outer .proximity-sec .pro-km-blk .pro-cntnt p {
  margin: 0;
  padding-bottom: 1.7rem;
  color: #2C3E4F;
}
@media (max-width: 1080px) {
  .luxus-sec .aprt-blk .second-blk .sec-outer .proximity-sec .pro-km-blk .pro-cntnt p {
    font-size: 1.5rem;
  }
}
.luxus-sec .aprt-blk .second-blk .sec-outer .proximity-sec .pro-km-blk .pro-cntnt img {
  padding-bottom: 1.7rem;
}
.luxus-sec .head-mobile {
  display: none;
  background: white;
  padding: 2rem;
}
.luxus-sec .head-mobile .loc-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.393rem;
}
@media (max-width: 1024px) {
  .luxus-sec .head-mobile {
    display: block;
  }
}
.luxus-sec .head-desktop {
  display: block;
}
@media (max-width: 1024px) {
  .luxus-sec .head-desktop {
    display: none;
  }
}
.luxus-sec .enq-btn-red.mobile-btn {
  display: none;
}
@media (max-width: 600px) {
  .luxus-sec .enq-btn-red.mobile-btn {
    display: inline-block;
    bottom: -15px;
    max-width: 150px;
    padding: 1rem 2.3rem 1rem 2.3rem;
    margin-bottom: 62px;
  }
}

.about-sec .about-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 54px;
  padding-top: 10.1rem;
}
@media (max-width: 1080px) {
  .about-sec .about-outer {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .about-sec .about-outer {
    padding-top: 3rem;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-sec .about-outer .about-cntnt h1 {
  font-size: 4.5rem;
  line-height: 5.273rem;
  font-weight: 400;
  padding-bottom: 1.1rem;
}
@media (max-width: 1080px) {
  .about-sec .about-outer .about-cntnt h1 {
    font-size: 3.5rem;
  }
}
.about-sec .about-outer .about-cntnt span {
  font-size: 4.5rem;
  line-height: 5.273rem;
  font-weight: 600;
}
@media (max-width: 1080px) {
  .about-sec .about-outer .about-cntnt span {
    font-size: 3.5rem;
  }
}
.about-sec .about-outer .about-cntnt p {
  max-width: 64rem;
  font-size: 1.7rem;
  line-height: 3.2rem;
  font-weight: 400;
  margin: 0;
  padding-bottom: 17px;
}
@media (max-width: 1080px) {
  .about-sec .about-outer .about-cntnt p {
    max-width: 50rem;
  }
}
@media (max-width: 768px) {
  .about-sec .about-outer .about-cntnt p {
    max-width: 100%;
  }
}
.about-sec .about-outer .abt-points-blk .abt-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-sec .about-outer .abt-points-blk .abt-points p {
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0%;
  font-family: Roboto;
  color: #2C3E4F;
}
.about-sec .about-outer .abt-points-blk .abt-points img {
  padding-bottom: 10px;
}
.about-sec .about-outer .abt-video-blk {
  position: relative;
}
.about-sec .about-outer .abt-video-blk .video-blk {
  width: 100%;
  height: 100%;
  max-height: 21.2rem;
}
@media (max-width: 768px) {
  .about-sec .about-outer .abt-video-blk .video-blk {
    max-height: unset;
  }
}
.about-sec .about-outer .abt-video-blk .video-blk .slick-list {
  margin-bottom: 5rem !important;
}
.about-sec .about-outer .abt-video-blk .video-blk a {
  display: inline-block;
  border-radius: 4rem;
  position: relative;
  width: 100%;
  max-height: 21.2rem;
}
.about-sec .about-outer .abt-video-blk .video-blk a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-sec .about-outer .abt-video-blk .video-blk .play {
  content: "";
  position: absolute;
  background-image: url("../images/play-icon.svg");
  background-repeat: no-repeat;
  background-size: 5.5rem;
  width: 5.5rem;
  height: 5.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 90%;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  .about-sec .about-outer .abt-video-blk .video-blk .play {
    background-size: 5rem;
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 1080px) {
  .about-sec .about-outer .abt-video-blk .video-blk .play {
    background-size: 4rem;
    width: 4rem;
    height: 4rem;
  }
}
.about-sec .about-outer .abt-video-blk .video-blk .play:hover, .about-sec .about-outer .abt-video-blk .video-blk .play:active {
  -webkit-transform: translateX(-50%) scale(1.1);
          transform: translateX(-50%) scale(1.1);
  opacity: 0.8;
}

.client-sec .client-outer {
  padding-top: 12.2rem;
}
@media (max-width: 580px) {
  .client-sec .client-outer {
    padding-top: 3rem;
  }
}
.client-sec .client-outer .client-head {
  text-align: center;
}
.client-sec .client-outer .client-head h1 {
  position: relative;
  display: inline-block;
  padding: 0 45px;
  font-size: 4rem;
  line-height: 4.688rem;
  font-weight: 500;
  padding-bottom: 9px;
}
.client-sec .client-outer .client-head h1::before, .client-sec .client-outer .client-head h1::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35px;
  height: 1px;
  background: #169AD8;
  border-top: 1px dashed #169AD8;
}
.client-sec .client-outer .client-head h1::before {
  left: 0;
}
.client-sec .client-outer .client-head h1::after {
  right: 0;
}
@media (max-width: 834px) {
  .client-sec .client-outer .client-head h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 580px) {
  .client-sec .client-outer .client-head h1 {
    font-size: 3.2rem;
  }
}
.client-sec .client-outer .client-head h3 {
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 400;
  padding-bottom: 30px;
}
@media (max-width: 580px) {
  .client-sec .client-outer .client-head h3 {
    font-size: 1.5rem;
    line-height: 1rem;
  }
}
.client-sec .client-outer .client-slider {
  position: relative;
  -webkit-box-shadow: 0px 10px 35px 0px rgba(44, 62, 79, 0.1019607843);
          box-shadow: 0px 10px 35px 0px rgba(44, 62, 79, 0.1019607843);
}
.client-sec .client-outer .client-slider .mySwiperclient {
  margin-right: 12px;
}
@media (max-width: 768px) {
  .client-sec .client-outer .client-slider .mySwiperclient {
    width: auto;
    right: 0;
  }
}
@media (max-width: 580px) {
  .client-sec .client-outer .client-slider .mySwiperclient {
    width: 96%;
    margin: 12px;
    right: 3px;
  }
}
.client-sec .client-outer .client-slider .mySwiperclient .swiper-wrapper .swiper-slide p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3.2rem;
  text-align: center;
  max-width: 36rem;
}
.client-sec .client-outer .client-slider .mySwiperclient .swiper-wrapper .swiper-slide h4 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4rem;
  max-width: 27rem;
  text-align: center;
  color: rgba(44, 62, 79, 0.7490196078);
  font-family: Roboto;
  text-transform: uppercase;
}
.client-sec .client-outer .client-slider .mySwiperclient .swiper-wrapper .swiper-slide .client-blk {
  padding: 10px 20px 10px 20px;
  height: 467px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 10px 35px 0px rgba(44, 62, 79, 0.1019607843);
          box-shadow: 0px 10px 35px 0px rgba(44, 62, 79, 0.1019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (max-width: 1024px) {
  .client-sec .client-outer .client-slider .mySwiperclient .swiper-wrapper .swiper-slide .client-blk .client-img {
    width: 100%;
  }
}
@media (max-width: 580px) {
  .client-sec .client-outer .client-slider .mySwiperclient .swiper-wrapper .swiper-slide .client-blk {
    width: 100%;
    padding: unset;
    width: 100%;
  }
}
.client-sec .client-outer .client-slider .mySwiperclient .swiper-wrapper .swiper-slide .client-blk .client-video-blk {
  position: relative;
}
.client-sec .client-outer .client-slider .mySwiperclient .swiper-wrapper .swiper-slide .client-blk .client-video-blk .clt-video-img {
  width: 100%;
  position: relative;
}
.client-sec .client-outer .client-slider .mySwiperclient .swiper-wrapper .swiper-slide .client-blk .client-video-blk a .play-icon {
  width: 5.5rem;
  height: 5.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  .client-sec .client-outer .client-slider .mySwiperclient .swiper-wrapper .swiper-slide .client-blk .client-video-blk a .play-icon {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 1080px) {
  .client-sec .client-outer .client-slider .mySwiperclient .swiper-wrapper .swiper-slide .client-blk .client-video-blk a .play-icon {
    width: 5rem;
    height: 5rem;
  }
}
.client-sec .client-outer .client-slider .mySwiperclient .swiper-wrapper .swiper-slide .client-blk .client-video-blk a .play-icon:hover, .client-sec .client-outer .client-slider .mySwiperclient .swiper-wrapper .swiper-slide .client-blk .client-video-blk a .play-icon:active {
  -webkit-transform: translateX(-50%) scale(1.1);
          transform: translateX(-50%) scale(1.1);
  opacity: 0.8;
}
.client-sec .client-outer .client-slider .client-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: justify;
  gap: 80rem;
  -ms-flex-pack: justify;
  gap: 128rem;
  right: -42px;
  top: 195px;
}
@media (max-width: 1024px) {
  .client-sec .client-outer .client-slider .client-btn {
    right: 37px;
    gap: 85rem;
  }
}
@media (max-width: 768px) {
  .client-sec .client-outer .client-slider .client-btn {
    gap: 56rem;
    right: 75px;
    bottom: 105px;
  }
}
@media (max-width: 768px) {
  .client-sec .client-outer .client-slider .client-btn {
    gap: 51rem;
    right: 68px;
    bottom: 105px;
  }
}
@media (max-width: 580px) {
  .client-sec .client-outer .client-slider .client-btn {
    display: none;
  }
}
.client-sec .client-outer .client-slider .client-btn .btn {
  color: black;
}

.trust-sec {
  background-color: #169AD8;
  position: relative;
  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;
}

.trust-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/trust.png"); /* Replace with actual image path */
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 1.33; /* Adjust opacity as needed */
  z-index: 0;
  mix-blend-mode: screen;
}

.trust-outer {
  position: relative;
  padding-top: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 92px;
  z-index: 1;
}
@media (max-width: 580px) {
  .trust-outer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.trust-outer .trst-txt h1 {
  color: #FFFFFF;
  font-size: 5rem;
  font-weight: 300;
  line-height: 5.859rem;
  max-width: 89rem;
}
@media (max-width: 580px) {
  .trust-outer .trst-txt h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
.trust-outer .trst-txt span {
  font-size: 5rem;
  font-weight: 600;
  line-height: 5.859rem;
}
@media (max-width: 580px) {
  .trust-outer .trst-txt span {
    font-size: 3rem;
    line-height: 4rem;
  }
}
.trust-outer .enq-btn-red {
  padding: 1.7rem 4.3rem 1.7rem 4.3rem;
}

.villa-sec .villa-outer h1 {
  text-align: center;
  padding-top: 10rem;
  padding-bottom: 3.1rem;
  font-size: 4.5rem;
  line-height: 5.273rem;
  font-weight: 400;
}
@media (max-width: 580px) {
  .villa-sec .villa-outer h1 {
    padding-top: 3rem;
    font-size: 3rem;
    line-height: 4rem;
  }
}
.villa-sec .villa-outer span {
  font-size: 4.5rem;
  line-height: 5.273rem;
  font-weight: 700;
  line-height: 4rem;
}
@media (max-width: 580px) {
  .villa-sec .villa-outer span {
    font-size: 3rem;
    line-height: 4rem;
  }
}
.villa-sec .villa-outer .pristine-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 580px) {
  .villa-sec .villa-outer .pristine-blk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.villa-sec .villa-outer .pristine-blk .prist-first-blk .prist-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.villa-sec .villa-outer .pristine-blk .prist-first-blk .prist-blk .prist-txt {
  background-color: #DDEBF9;
  width: 100%;
}
.villa-sec .villa-outer .pristine-blk .prist-first-blk .prist-blk .prist-txt h3 {
  padding: 26px 30px 6px 30px;
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 700;
}
@media (max-width: 1080px) {
  .villa-sec .villa-outer .pristine-blk .prist-first-blk .prist-blk .prist-txt h3 {
    font-size: 2.2rem;
    line-height: 2rem;
  }
}
@media (max-width: 580px) {
  .villa-sec .villa-outer .pristine-blk .prist-first-blk .prist-blk .prist-txt h3 {
    padding: 40px 30px 6px 40px;
    font-size: 2rem;
    line-height: 2rem;
  }
}
.villa-sec .villa-outer .pristine-blk .prist-first-blk .prist-blk .prist-txt p {
  margin: 0;
  font-size: 2rem;
  line-height: 2.344rem;
  font-weight: 500;
  padding-bottom: 2.5rem;
  padding-left: 3.1rem;
}
@media (max-width: 1080px) {
  .villa-sec .villa-outer .pristine-blk .prist-first-blk .prist-blk .prist-txt p {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media (max-width: 580px) {
  .villa-sec .villa-outer .pristine-blk .prist-first-blk .prist-blk .prist-txt p {
    font-size: 1.2rem;
    line-height: 2rem;
    padding-left: 4.1rem;
  }
}
.villa-sec .villa-outer .pristine-blk .villa-qr-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  background-color: rgba(125, 125, 125, 0.14);
}
@media (max-width: 580px) {
  .villa-sec .villa-outer .pristine-blk .villa-qr-blk {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.villa-sec .villa-outer .pristine-blk .villa-qr-blk img {
  padding-left: 30px;
  padding-top: 30px;
}
@media (max-width: 580px) {
  .villa-sec .villa-outer .pristine-blk .villa-qr-blk img {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
.villa-sec .villa-outer .pristine-blk .villa-qr-blk .qr-detail {
  padding-top: 30px !important;
  padding: 2px;
}
@media (max-width: 580px) {
  .villa-sec .villa-outer .pristine-blk .villa-qr-blk .qr-detail {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
.villa-sec .villa-outer .pristine-blk .villa-qr-blk .qr-detail h3 {
  list-style: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  text-align: start;
  padding-right: 30px;
}
@media (max-width: 580px) {
  .villa-sec .villa-outer .pristine-blk .villa-qr-blk .qr-detail h3 {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
.villa-sec .villa-outer .villa-knowmore {
  position: relative;
  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;
}
.villa-sec .villa-outer .villa-bg {
  position: relative;
}
.villa-sec .villa-outer .villa-bg img {
  display: block;
  width: 100%;
  padding-bottom: 10rem;
}
@media (max-width: 580px) {
  .villa-sec .villa-outer .villa-bg img {
    padding-bottom: 3rem;
  }
}
.villa-sec .villa-outer .enq-btn-blue {
  position: absolute;
  top: 18%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 580px) {
  .villa-sec .villa-outer .enq-btn-blue {
    top: 50%;
  }
}

.video-sec {
  padding-top: 8.1rem;
  padding-bottom: 10rem;
}
@media (max-width: 580px) {
  .video-sec {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.video-sec .video-outer {
  position: relative;
}
.video-sec .video-outer .video-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .video-sec .video-outer .video-blk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.video-sec .video-outer .video-blk .video-head h2 {
  font-size: 4.5rem;
  line-height: 100%;
  font-weight: 400;
}
@media (max-width: 580px) {
  .video-sec .video-outer .video-blk .video-head h2 {
    font-size: 3.5rem;
    text-align: center;
  }
}
.video-sec .video-outer .video-blk .video-head span {
  font-size: 4.5rem;
  line-height: 100%;
  font-weight: 600;
}
@media (max-width: 580px) {
  .video-sec .video-outer .video-blk .video-head span {
    font-size: 3.5rem;
    text-align: center;
  }
}
.video-sec .video-outer .video-blk .mySwiper-video {
  width: 75%;
}
@media (max-width: 580px) {
  .video-sec .video-outer .video-blk .mySwiper-video {
    width: 98%;
    right: 0px;
  }
}
.video-sec .video-outer .video-blk .mySwiper-video .swiper-slide .video-img {
  position: relative;
}
.video-sec .video-outer .video-blk .mySwiper-video .swiper-slide .video-img .vid-img {
  width: 100%;
  position: relative;
}
.video-sec .video-outer .video-blk .mySwiper-video .swiper-slide .video-img .play-icon {
  width: 5.5rem;
  height: 5.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  .video-sec .video-outer .video-blk .mySwiper-video .swiper-slide .video-img .play-icon {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 1080px) {
  .video-sec .video-outer .video-blk .mySwiper-video .swiper-slide .video-img .play-icon {
    width: 5rem;
    height: 5rem;
  }
}
.video-sec .video-outer .video-blk .mySwiper-video .swiper-slide .video-img .play-icon:hover, .video-sec .video-outer .video-blk .mySwiper-video .swiper-slide .video-img .play-icon:active {
  -webkit-transform: translateX(-50%) scale(1.1);
          transform: translateX(-50%) scale(1.1);
  opacity: 0.8;
}
.video-sec .video-outer .video-blk .mySwiper-video .swiper-slide h3 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 400;
  text-align: center;
  color: rgba(44, 62, 79, 0.7490196078);
}
@media (max-width: 834px) {
  .video-sec .video-outer .video-blk .mySwiper-video .swiper-slide h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 580px) {
  .video-sec .video-outer .video-blk .mySwiper-video .swiper-slide h3 {
    font-size: 1.2rem;
  }
}
.video-sec .video-outer .video-blk .mySwiper-video .swiper-slide h4 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 400;
  text-align: center;
  color: rgba(44, 62, 79, 0.7490196078);
}
@media (max-width: 834px) {
  .video-sec .video-outer .video-blk .mySwiper-video .swiper-slide h4 {
    font-size: 1.5rem;
    line-height: 1.4rem;
  }
}
@media (max-width: 580px) {
  .video-sec .video-outer .video-blk .mySwiper-video .swiper-slide h4 {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}
.video-sec .video-outer .video-blk .video-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: justify;
  gap: 80rem;
  -ms-flex-pack: justify;
  right: -30px;
  bottom: 130px;
}
@media (max-width: 1024px) {
  .video-sec .video-outer .video-blk .video-btn {
    right: 78px;
  }
}
@media (max-width: 768px) {
  .video-sec .video-outer .video-blk .video-btn {
    gap: 56rem;
    right: 75px;
    bottom: 105px;
  }
}
@media (max-width: 580px) {
  .video-sec .video-outer .video-blk .video-btn {
    display: none;
  }
}
.video-sec .video-outer .video-blk .video-btn .btn {
  color: black;
}

.bank-sec .bank-outer {
  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;
}
.bank-sec .bank-outer .bank-head h2 {
  position: relative;
  display: inline-block;
  padding: 0 45px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 580px) {
  .bank-sec .bank-outer .bank-head h2 {
    font-size: 3rem;
    text-align: center;
  }
}
.bank-sec .bank-outer .bank-head h2::before, .bank-sec .bank-outer .bank-head h2::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 1px;
  background: #169AD8;
  border-top: 1px dashed #169AD8;
}
.bank-sec .bank-outer .bank-head h2::before {
  left: 0;
}
.bank-sec .bank-outer .bank-head h2::after {
  right: 0;
}
@media (max-width: 834px) {
  .bank-sec .bank-outer .bank-head h2 {
    font-size: 3.5rem;
  }
}
@media (max-width: 580px) {
  .bank-sec .bank-outer .bank-head h2 {
    font-size: 3.2rem;
  }
}
.bank-sec .bank-outer .bank-head span {
  font-size: 3rem;
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 580px) {
  .bank-sec .bank-outer .bank-head span {
    font-size: 3rem;
    text-align: center;
  }
}
.bank-sec .bank-outer .bnk-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.3rem;
  padding-bottom: 10rem;
}
@media (max-width: 768px) {
  .bank-sec .bank-outer .bnk-blk {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4rem;
    padding-bottom: 3rem;
  }
}
.foot-sec {
  background-color: #F3F1ED;
}
.foot-sec .foot-outer .foot-blk {
  padding-top: 4.1rem;
  padding-bottom: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 814px) {
  .foot-sec .foot-outer .foot-blk {
    -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;
    flex-direction: column;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.foot-sec .foot-outer .foot-blk img {
  padding-bottom: 15px;
}
.foot-sec .foot-outer .foot-blk p {
  padding-bottom: 15px;
  margin: 0;
}
@media (max-width: 580px) {
  .foot-sec .foot-outer .foot-blk p {
    font-size: 1.5rem;
  }
}

.count-sec {
  background: rgba(226, 146, 44, 0.1);
}
.count-sec .count-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 200px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .count-sec .count-outer {
    gap: 115px;
  }
}
@media (max-width: 768px) {
  .count-sec .count-outer {
    gap: 50px;
  }
}
@media (max-width: 620px) {
  .count-sec .count-outer {
    gap: 25px;
  }
}
@media (max-width: 540px) {
  .count-sec .count-outer {
    gap: 45px;
    -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;
    padding: 30px 0;
  }
}
.count-sec .count-outer .count-blk h2 {
  font-family: Inter;
  font-weight: 700;
  font-style: Semi Bold;
  color: #503410;
  font-size: 6rem;
  line-height: 100%;
}
@media (max-width: 1080px) {
  .count-sec .count-outer .count-blk h2 {
    font-size: 5rem;
  }
}
@media (max-width: 834px) {
  .count-sec .count-outer .count-blk h2 {
    font-size: 4rem;
  }
}
@media (max-width: 580px) {
  .count-sec .count-outer .count-blk h2 {
    font-size: 3.5rem;
  }
}
.count-sec .count-outer .count-blk h3 {
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0%;
  text-transform: capitalize;
  max-width: 22rem;
  padding-top: 1.3rem;
}
@media (max-width: 1080px) {
  .count-sec .count-outer .count-blk h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 834px) {
  .count-sec .count-outer .count-blk h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 580px) {
  .count-sec .count-outer .count-blk h3 {
    font-size: 1.5rem;
  }
}
.count-sec .count-outer .side-border {
  position: relative;
  padding: 0 60px;
}
.count-sec .count-outer .side-border::before,
.count-sec .count-outer .side-border::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 60%;
  width: 2px;
  background-color: rgba(80, 52, 16, 0.1);
}
.count-sec .count-outer .side-border::before {
  left: 0;
}
.count-sec .count-outer .side-border::after {
  right: 0;
}
@media (max-width: 540px) {
  .count-sec .count-outer .side-border::before,
  .count-sec .count-outer .side-border::after {
    display: none;
  }
}

.pop-up-from {
  position: fixed;
  width: 100%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.5215686275);
  z-index: 999;
  /* height: 100vh; */
  height: 100%;
}

@media (max-width: 770px) {
  .pop-up-from {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .pop-up-from .form-sec {
    padding: 30px;
  }
}
.form-sec {
  max-height: 502px;
  background-color: #ffffff;
  max-width: 380px;
  padding: 43px 50px 0px 50px;
  z-index: 1;
  right: 100px;
  top: 195px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 2685px) {
  .form-sec {
    right: 27%;
    top: 310px;
  }
}
@media (max-width: 2560px) {
  .form-sec {
    right: 21%;
    top: 49%;
  }
}
@media (max-width: 1920px) {
  .form-sec {
    right: 15%;
    top: 40%;
    padding: 43px 30px 0px 30px;
  }
}
@media (max-width: 1600px) {
  .form-sec {
    right: 6%;
    top: 26%;
  }
}
@media (max-width: 1440px) {
  .form-sec {
    top: 171px;
    right: 6%;
    padding: 43px 40px 0px 40px;
  }
}
@media (max-width: 1311px) {
  .form-sec {
    padding: 25px 30px 0px 30px;
    top: 140px;
    right: 24px;
  }
}
@media (max-width: 1080px) {
  .form-sec {
    padding: 15px 20px 0px 20px;
    top: 113px;
    right: 24px;
  }
}
@media (max-width: 834px) {
  .form-sec {
    padding: 10px 15px 0px 15px;
    top: 113px;
    right: 24px;
  }
}
@media (max-width: 863px) {
  .form-sec {
    top: 95px;
    padding: 3rem 0 3rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    position: unset;
    max-width: unset;
  }
}
@media (max-width: 770px) {
  .form-sec {
    top: 95px;
    padding: 3rem 0 3rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    position: unset;
    max-width: unset;
  }
}
.form-sec h2 {
  font-size: 2.6rem;
  line-height: 3.047rem;
  font-weight: 700;
  color: #0B397D;
  padding-bottom: 2.2rem;
  text-align: center;
}
@media (max-width: 1080px) {
  .form-sec h2 {
    font-size: 2rem;
    padding-bottom: 1.2rem;
  }
}
.form-sec .form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: unset;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-sec .form .close-btn {
  position: absolute;
  top: -86px;
  right: -21px;
  /* color: azure; */
  cursor: pointer;
}
@media (max-width: 770px) {
  .form-sec .form {
    padding: 0 100px 0 100px;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .form-sec .form .close-btn {
    top: -67px;
  }
}
@media (max-width: 620px) {
  .form-sec .form {
    padding: unset;
    width: 100%;
  }
}
.form-sec .form .lst-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
.form-sec .form label {
  color: rgba(44, 62, 79, 0.7490196078);
  font-size: 1.6rem;
  line-height: 1.875rem;
  font-weight: 400;
  margin-bottom: 5px;
}
.form-sec .form label.error {
  color: red !important;
  position: absolute;
  bottom: 32% !important;
  background-color: transparent !important;
  line-height: 0.5 !important;
  top: auto !important;
  font-size: 1rem !important;
  left: 0 !important;
}
@media (max-width: 1440px) {
  .form-sec .form label.error {
    font-size: 1.5rem !important;
    left: 10px !important;
  }
}
@media (max-width: 768px) {
  .form-sec .form label.error {
    font-size: 1.2rem !important;
    left: 10px !important;
  }
}
.form-sec .form .inpt-field {
  padding: 0px 10px;
}
.form-sec .form input {
  width: 280px;
  height: 45px;
  margin-bottom: 1rem;
  border: 1px solid rgba(22, 154, 216, 0.3019607843);
}
.form-sec .form input:focus {
  outline: none;
  border: 2px solid rgba(22, 154, 216, 0.3019607843);
}
@media (max-width: 1270px) {
  .form-sec .form input {
    height: 35px;
  }
}
@media (max-width: 1080px) {
  .form-sec .form input {
    height: 35px;
    width: 215px;
  }
}
@media (max-width: 863px) {
  .form-sec .form input {
    width: 500px;
  }
}
@media (max-width: 834px) {
  .form-sec .form input {
    height: 35px;
    width: 500px;
  }
}
@media (max-width: 770px) {
  .form-sec .form input {
    font-size: 12px;
    font-weight: 400;
    height: 35px;
    width: 500px;
  }
}
@media (max-width: 542px) {
  .form-sec .form input {
    font-size: 12px;
    font-weight: 400;
    height: 35px;
    width: auto;
  }
}
.form-sec .form textarea {
  width: 280px;
  border: 1px solid rgba(22, 154, 216, 0.3019607843);
}
.form-sec .form textarea:focus {
  outline: none;
  border: 2px solid rgba(22, 154, 216, 0.3019607843);
}
@media (max-width: 1270px) {
  .form-sec .form textarea {
    height: 50px;
  }
}
@media (max-width: 1080px) {
  .form-sec .form textarea {
    height: 40px;
  }
}
@media (max-width: 834px) {
  .form-sec .form textarea {
    height: 60px;
  }
}
@media (max-width: 863px) {
  .form-sec .form textarea {
    font-size: 12px;
    font-weight: 400;
    width: 500px;
  }
}
@media (max-width: 542px) {
  .form-sec .form textarea {
    font-size: 12px;
    font-weight: 400;
    width: auto;
  }
}
.form-sec .form .enq-btn-red {
  bottom: -38px;
  padding: 1.7rem 2.3rem 3.7rem 2.3rem;
}
.form-sec .form .enq-btn-red:hover {
  cursor: pointer;
}
@media (max-width: 770px) {
  .form-sec .form .enq-btn-red {
    bottom: -15px;
    left: 26%;
  }
}
@media (max-width: 768px) {
  .form-sec .form .enq-btn-red {
    padding: 1rem 2.3rem 3rem 2.3rem;
  }
}
@media (max-width: 580px) {
  .form-sec .form .enq-btn-red {
    bottom: -15px;
    left: 29%;
    max-width: 150px;
    padding: 1rem 2.3rem 3rem 2.3rem;
  }
}
@media (max-width: 320px) {
  .form-sec .form .enq-btn-red {
    bottom: -15px;
    left: 22%;
    max-width: 150px;
    padding: 1rem 2.3rem 3rem 2.3rem;
  }
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

#video-popup-container {
  display: none;
  position: fixed;
  z-index: 996;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  top: 20%;
  background-color: #fff;
}

#video-popup-close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 998;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  background-color: #000;
  line-height: 25px;
  color: #fff;
}

#video-popup-iframe-container {
  position: absolute;
  z-index: 997;
  width: 100%;
  padding-bottom: 56.25%;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: #000;
}

#video-popup-iframe {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}

#video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 995;
  top: 0;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}

#video-popup-close:hover {
  color: #DE0023;
}

.thankyou-headr {
  background: #264756 !important;
  height: 100%;
  width: 100%;
}
.thankyou-headr .header_area {
  position: relative !important;
  padding-bottom: 1.944vw;
}
@media screen and (max-width: 576px) {
  .thankyou-headr .header_area {
    left: 0;
  }
}

.thankyou-container-blk {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
.thankyou-container-blk .middle-banner-wrapper::before {
  display: none;
}
.thankyou-container-blk .middle-banner-wrapper::after {
  display: none;
}
.thankyou-container-blk .contnt-sec h1 {
  margin-bottom: 2rem;
}
.thankyou-container-blk .contnt-sec p {
  margin-bottom: 2rem;
}
.thankyou-container-blk .common-btn-blk {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.thankyou-container-blk .common-btn-blk .common-red-btn {
  border: none;
  border: 0.1rem solid linear-gradient(271.02deg, #CD0F0F 33.25%, #670808 255.65%) !important;
  background: linear-gradient(271.02deg, #CD0F0F 33.25%, #670808 255.65%);
  border-radius: 17.2153rem;
  color: #FFFFFF;
  font-size: 1.389vw;
  line-height: 0.8;
  padding: 1.25vw;
  max-height: 3.819vw;
  text-shadow: none;
  opacity: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
  display: inline-block;
  transition: 0.7s ease all;
}
.thankyou-container-blk .common-btn-blk .common-red-btn:focus, .thankyou-container-blk .common-btn-blk .common-red-btn:visited {
  background: linear-gradient(271.02deg, #CD0F0F 33.25%, #670808 255.65%);
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.thankyou-container-blk .common-btn-blk .common-red-btn:hover {
  background: transparent;
  border: 0.1rem solid black !important;
  color: black !important;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
@media screen and (max-width: 768px) {
  .thankyou-container-blk .common-btn-blk .common-red-btn {
    font-size: 1.5rem !important;
    line-height: 1.2;
    padding: 1.3rem;
    max-height: 4.5rem;
  }
}

.thankyouftr {
  margin-top: 0 !important;
  padding-top: 2rem;
}
.thankyouftr .ftr-privacy-blk {
  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;
}
@media (max-width: 776px) {
  .thankyouftr .ftr-privacy-blk {
    -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;
  }
}