@import url(https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i|Roboto&amp;display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Spartan:100,200,300,400,500,600,700,800,900&display=swap);

/* Latest Collection Area css
============================================================================================ */
.service-card {
  margin-bottom: 15px;
  display: flex;
  gap: 15px;
  flex-direction: column;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: 0.1px solid #162e443d;
}

.service-card h4 {
  line-height: 17px;
  text-align: center;
  color: #555;
  font-size: 20px;
  margin-bottom: -7px;
}

.service-card p {
  line-height: 24px;
  text-align: center;
  margin-bottom: 0;
}

.service-card a {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  background-color: #162e44;
  color: #fff;
  display: block;
  transition: all 0.3s ease-in;
  padding: 10px 15px;
  text-align: center;
  border-radius: 3px;
}

.service-card a:hover {
  background-color: #d91c2b;
  color: #fff;
  padding-left: 20px;
}

.service-card img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.car-service-type {
  padding: 15px 0;
}

.enq-list-btn a,
.enq-list-btn a i {
  color: #fff ! IMPORTANT;
  cursor: pointer !important;
}

.enq-list-btn a:nth-child(1) {
  background-color: #20e36c;
}

.enq-list-btn a:nth-child(2) {
  background-color: #0279ec;
}

.enq-list-btn a:nth-child(3) {
  background-color: #0e0e2f;
}

.latest_collection_area {
  background: #f9f9f9;
}

.l_collection_inner {
  margin-top: 30px;
  margin-bottom: -30px;
  position: relative;
}

.l_collection_inner .main_btn {
  position: absolute;
  right: 15px;
  top: -105px;
  z-index: 2;
  line-height: 38px;
  text-transform: uppercase;
  font-weight: bold;
}

.l_collection_item {
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0px 2px 4px 0px rgba(0, 121, 175, 0.08);
  transition: all 300ms linear 0s;
}

.l_collection_item .car_img {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.l_collection_item .car_img img {
  transition: all 300ms ease;
}

.l_collection_item .car_img .rating {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.l_collection_item .car_img .rating a {
  color: #f6cc38;
}

.l_collection_item .text_body {
  padding: 25px 15px;
}

.l_collection_item .text_body h4 {
  text-align: center;

  color: #0279ec;
  font: bold 18px "Barlow", sans-serif;
  margin-bottom: 12px;
  transition: all 300ms linear 0s;
}

.l_collection_item .text_body h5 {
  display: inline-block;
  float: right;
  font: bold 24px "Barlow", sans-serif;
}

.l_collection_item .text_body p {
  margin-bottom: 0px;
}

.l_collection_item .text_body p span {
  font-weight: 500;
  color: #34373b;
}

.l_collection_item .text_footer {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #e4e4e4;
}

.l_collection_item .text_footer a {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  display: inline-block;
  text-align: center;
  color: #777777;
  font: normal 16px/38px "Barlow", sans-serif;
  cursor: auto;
}

.l_collection_item .text_footer a i {
  padding-right: 5px;
  transition: all 300ms linear 0s;
  color: #9d9d9d;
}

.l_collection_item:hover {
  box-shadow: 0px 10px 15px 0px rgba(19, 24, 131, 0.05);
}

.l_collection_item:hover .car_img:before {
  opacity: 1;
}

.l_collection_item:hover .car_img img {
  transform: scale(1.1);
}

.l_collection_item.grid_four {
  box-shadow: none;
  border-radius: 0px;
}

.l_collection_item.grid_four .text_body {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 17px;
  padding-bottom: 12px;
}

.l_collection_item.grid_four .text_body h4 {
  font-size: 20px;
  margin-bottom: 8px;
}

.l_collection_item.grid_four .text_body h5 {
  font-size: 20px;
}

.l_collection_item.grid_four .text-footer {
  margin-left: -10px;
  margin-right: -10px;
}

.all_btn {
  text-align: center;
  margin-top: 45px;
}

.all_btn .main_btn {
  text-transform: uppercase;
  font-weight: bold;
}


ul {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  color: #000 !important;
}

.main-footer .footer-info {
  padding: 50px 0;
  text-align: center;
}

.main-footer .footer-info .personal-info li {

  font-size: 16px;
  line-height: 26px;
  margin-bottom: 12px;
  position: relative;
  padding-left: 25px;
}

.main-footer .footer-info .personal-info li a {
  color: #000;
}

.main-footer .footer-info .main-title-4 h1 {

  font-weight: 600;
  font-size: 30px;
  color: #1563df;
}

.main-footer .footer-item {}

.copy-right2 {
  padding-left: 25px;
}

.copy-right2 ul li {
  display: inline-block;
}

.copy-right2 ul li a {
  margin-left: 2px;

  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  border-radius: 3px;
  background: transparent;

  text-align: center;
}

.copy-right2 ul li a:hover {
  color: #fff;

}


.copy-right2 a {
  color: #fff;
}

.copy-right2 p {
  line-height: 45px;
  color: #c1c9d1;
  margin-bottom: 0;
}

.banner-offers {
  position: absolute;
  top: 68px;
  right: 0;
  overflow: hidden;
  z-index: 9;
  margin-top: 0;
  padding-bottom: 20px;
  display: inline-block;
  width: 25vw;
  background-color: rgba(0, 0, 0, .65);
  border-bottom-right-radius: 8px;
  color: #fff
}

.fix-mobile-strip {
  display: none;
}

.pro-add h3 {
  font-size: 18px;
}

.payment-plan-10 img {
  position: absolute;
  bottom: 100px;
  left: 0;
  overflow: hidden;
  z-index: 9;
  display: inline-block;
  width: 250px;
}

.banner-offer {
  margin-top: 15px;
  cursor: pointer;
}

.banner-offers h4 {
  display: block;
  padding: 1vw .8vw .3vw;
  font-size: 1.8vw;
  font-weight: 100;
  text-transform: uppercase;
  color: #fff
}

.banner-offers h4 span {
  display: block;
  font-size: 1.2vw;
  text-transform: capitalize;
  line-height: 1.4vw;
  text-shadow: 0 1px 2px #000;
  color: #fff
}

.banner-offers h5 {
  background-color: rgba(0, 0, 0, .3);
  padding: .6vw .8vw;
  margin-bottom: .5vw;
  font-size: 1vw;
  text-transform: capitalize;
  text-shadow: 0 1px 2px #000;
  list-style: none
}

.pro-status {
  display: inline-block;
  padding: .3vw 2.5vw .3vw 2vw;
  font-size: 1.3vw;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--dark_red);
  text-align: center;
  width: 100%;
}

.pro-tag-line {
  display: block;
  padding: 12px .8vw;
  font-size: 1.2vw;
  text-transform: capitalize;
  line-height: 1.4vw;
  text-shadow: 0 1px 2px #000;
  color: #fff
}

.pro-price {
  display: block;
  padding: .1vw .8vw .3vw;
  color: #fff;
  text-shadow: 0 1px 2px #000;
  font-size: 1.8vw
}

.enquire-btn {
  font-size: 1.2vw;
  padding: .3vw 2vw;
  margin-left: 15px
}

.enquire-btn.form {
  font-size: 1.2vw;
  padding: .3vw 2vw;
  margin: 0 auto;
  display: block
}

.banner-offers p {
  margin: 8px 15px
}

.banner-offers ul {
  padding-left: 0;
  list-style: none
}

.banner-offers ul li {
  text-align: center;
  font-size: 15px;
  line-height: 28px;
  background: #59bc07;
  color: #000;
  margin-bottom: 8px;
  padding: 2px
}

.banner-offers li .arrow {
  filter: invert(1);
  max-width: 10px;
}

@-webkit-keyframes bounceIn {

  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@keyframes bounceIn {

  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

.bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}


@keyframes rocking {
  0% {
    transform: rotate(0)
  }

  25% {
    transform: rotate(0)
  }

  50% {
    transform: rotate(2deg)
  }

  75% {
    transform: rotate(-2deg)
  }

  100% {
    transform: rotate(0)
  }
}

@-webkit-keyframes Gradient {
  0% {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0 50%
  }
}

@-moz-keyframes Gradient {
  0% {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0 50%
  }
}

@keyframes Gradient {
  0% {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0 50%
  }
}

.effetMoveGradient,
.effetMoveGradient:hover {
  text-shadow: 0 3px 6px #34865d;
  background-color: #9E1F63;
  background: linear-gradient(-45deg, #34865d, #178eaa, #34865d, #178eaa);
  background-size: 400% 400%;
  -webkit-animation: Gradient 3s ease infinite, rocking 3s ease infinite;
  animation-delay: 2s;
  -moz-animation: Gradient 3s ease infinite, rocking 3s ease infinite;
  animation-delay: 2s;
  animation: Gradient 3s ease infinite, rocking 3s ease infinite;
  animation-delay: 2s;
  color: var(--colorBtn);
  border: none
}

.effetGradient,
.effetGradient:hover {
  text-shadow: 0 3px 6px #34865d;
  background-color: #9E1F63;
  background: linear-gradient(-45deg, #34865d, #178eaa, #34865d, #178eaa);
  background-size: 400% 400%;
  -webkit-animation: Gradient 3s ease infinite;
  -moz-animation: Gradient 3s ease infinite;
  animation: Gradient 3s ease infinite;
  color: #fff;
  border: none
}

.effectScale {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

.effectScale:hover {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08)
}

/* .sectio-bro-btn{background-color:transparent;color:#0279ec;border:1px solid 1px solid#fdcb00} */
.sectio-bro-btn:hover {
  text-shadow: 0 3px 6px #34865d;
  background-color: #fdcb00;
  background: linear-gradient(-45deg, #34865d, #178eaa, #34865d, #178eaa);
  background-size: 400% 400%;
  -webkit-animation: Gradient 3s ease infinite;
  -moz-animation: Gradient 3s ease infinite;
  animation: Gradient 3s ease infinite;
  color: #fff;
  border: 1px solid transparent
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  80% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  80% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

:root {
  --colorPrimary: #0279ec;
  --colorSecondary: #faf7f0;
  --colorBtn: #4a4947;
}

#location ul li {
  margin-bottom: 20px;
  position: relative;

}

.amenities-section {
  background: #f7fbff
}

.amenities-card:hover {
  box-shadow: 0 0 10px #e6e3e3;
  top: -5px
}

.amenities-card {
  text-align: center;
  background: #1563df;
  min-height: 192px;
  border-radius: 6px;
  padding: 20px 10px 5px;
  margin: 5px 0;
  -webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
  box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
  top: 0;
  position: relative;
  border: 1px solid #fee4e5;
  cursor: grab
}

.amenities-card-icon-section {
  width: 100%;
  margin: 0 auto 5px;

  padding: 0px
}

.amenities-card h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 4px;
  color: #fff;
}

.amenities-card p {
  font-size: 16px
}

#location h3 {
  text-align: center;
  font-size: 22px;
  color: #ff46a1;
  margin-bottom: 30px;
}

body {
  background-color: #fff;
}

.fix-footer {
  display: none;
}

.our-plan h3 {
  color: #ff46a1;
}

.feature-image2 {
  cursor: pointer;


  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
  box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
}

.cta {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 600;
  padding: 0 35px;
  line-height: 50px;
  text-align: center;
  outline: 0;
  color: #fff;
  background: #0279ec;
  border: none;
  border-radius: 6px;
  display: inline-block;
  -webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
  box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
  top: 0;
  position: relative;
}

.cta:hover {
  color: #fff;

}

.bg-white {
  background-color: #fff !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background: #3a2017;
}

.nav-pills .nav-link {
  color: #000;
  border-radius: 0.25rem;

}

.flex-sm-fill {
  -ms-flex: 0 0 auto !important;
  flex: 0 0 auto !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #4a4947;
}

.table thead th {
  color: #3a2017;

}

.table-bordered td,
.table-bordered th {}

.singleCol {
  margin-bottom: 15px;
}

.facts h2 {
  color: #212529;
  font-size: 29px;
  font-weight: 600;
  text-transform: capitalize;
}

.facts ul {
  padding: 0;
  list-style-type: none;
}

.facts ul li {
  list-style-type: none;
  color: #000;
  position: relative;
  padding-bottom: 10px;
  padding-left: 15px;
  line-height: 25px;
}

.facts ul li::before {
  font-family: 'FontAwesome';
  content: "\f138";
  color: #000;
  font-size: 18px;
  position: absolute;
  top: -1px;
  left: -7px;
}

.facts ul li p {
  color: #212529;
}

.facts {
  background-color: #fff;
  padding: 80px 0;
}

.highlight_section {
  position: relative;
  background: url('../images/highlights_bg.jpg') center center;
  background-size: cover;
}

/* .highlight_section:after{position:absolute; content:''; height:100%; width:30%; background:var(--dark-orange); left:0; top:0; z-index: 1;} */

.highlight_section:before {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  top: 0;
}

.highlight_section .left_col {
  position: relative;
  z-index: 9;
}

.highlight_section .left_col img {
  height: 100%;
  object-fit: cover;
  object-fit: cover;
}

.highlight_section .single {
  background: #292416;
  padding: 15px;
  text-align: center;
  height: 100%;
}

.highlight_section .single .icon {}

.highlight_section .single p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
  line-height: 18px;
}

.table-bordered {
  border: 1px solid #000;
}

.table {

  color: #000;
}

:root {
  --green: #48b18a;
  --gray: #19191b;
  --lightgreen: #2a3431;
  --gold: #3a2017;
  --golden-grad: #3a2017;
  --golden-grad2: #3a2017;
}

.price-table {
  background-color: #f7fbff;
}

body {
  color: #000;
}

.pro-title {
  margin-top: 25px;
}

.info-box h2 {
  font-size: 25px;
  font-weight: 800;
  color: #000;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0rem 0rem 1rem
}

.price-table .bg-gradient {

  background: #C9D6FF;

  background: -webkit-linear-gradient(to right, #E2E2E2, #C9D6FF);

  background: linear-gradient(to right, #E2E2E2, #C9D6FF);

}

.price-table ul li {

  margin-bottom: 0.4rem;

  font-size: 34px;

  font-weight: 500;

}

.price-table ul p {

  margin-bottom: 0rem;



}

.price-table .pricing-divider {

  border-radius: 20px;

  background: #C64545;

  padding: 1em 0 3em;

  position: relative;

}



.price-table .green .pricing-divider {

  background: linear-gradient(45deg, #BF953F, #FCF6BA, #AA771C);

}



.price-table .green b {

  color: #1AA85C
}

.price-table .pricing-divider-img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 80px;
}

.price-table .deco-layer {

  -webkit-transition: -webkit-transform 0.5s;

  transition: transform 0.5s;

}

.price-table .btn-custom {

  background: #C64545;
  color: #fff;
  border-radius: 20px
}



.price-table .img-float {

  width: 50px;
  position: absolute;
  top: -3.5rem;
  right: 1rem
}



.price-table .princing-item {

  transition: all 150ms ease-out;

  margin: 15px 0px;

}

.price-table .princing-item:hover {

  transform: scale(1.05);

}

.price-table .princing-item:hover .deco-layer--1 {

  -webkit-transform: translate3d(15px, 0, 0);

  transform: translate3d(15px, 0, 0);

}

.price-table .princing-item:hover .deco-layer--2 {

  -webkit-transform: translate3d(-15px, 0, 0);

  transform: translate3d(-15px, 0, 0);

}







.getpricebtn {

  color: #000;

  background: linear-gradient(45deg, #BF953F, #FCF6BA, #AA771C);

  padding: 8px 17px;

  border-radius: 5px;

}

.getpricebtn:hover {

  color: #000;

  background-color: #003585;

  padding: 8px 17px;

  border-radius: 5px;

  text-decoration: none;

}


.key-points.section {
  margin: 0px 0 60px 0;
  padding: 0
}

.key-points {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3)
}

.key-points .row {
  margin: 0 -8px
}

.key-points .row div[class*="col-"] {
  padding: 0 8px;
  border-right: 1px solid rgba(0, 0, 0, 0.3)
}

.key-points .row div[class*="col-"]:last-child {
  border: none
}

.box-modern-main {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.box-modern-main img {
  margin-bottom: 20px;
  width: 40px
}

.box-modern-main h4 {
  font-size: 16px;
  font-weight: 800;
  color: #333
}

.box-modern-main p {
  font-size: 14px;
  margin-bottom: 0px;
  color: #000
}

.locr-content h3 {
  color: #fff;
}

.amenities-gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* transition: all 0.5s; */
  /* border: 5px solid #000; */
  margin-bottom: 10px;
  /* box-shadow: 0 10px 8px -6px rgb(0 0 0 / 50%); */
}

.amenities-gallery img {
  border-radius: 25px;
  width: 100%;
  transition: all 0.5s;
  /* border: 3px solid #d59742; */
  /* padding: 50px; */
  height: auto;
  /* padding: 50px 0px; */
}

.ami-overlay {
  width: 100%;
  height: 100%;
  /* background: rgba(226, 187, 108, 0.8); */
  position: absolute;
  top: 0;
  /* transform: translate(-101%, 0); */
  transition: all 1s;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.amenities-gallery:hover img {
  /* transform: scale(1.1); */
  transition: all 0.5s;
}

.amenities-gallery:hover .ami-overlay {
  /*transform: translate(0%, 0);*/
  opacity: 1;
  transition: all 0.5s;
  cursor: url(../images/hovericon.png), auto !important;
}

.amelrgimg {
  height: 365px;
  object-fit: cover;
}

.nri_box_wrap {
  display: flex;
  margin: 30px 0px 0px;
  gap: 50px;
}

.nri_box_wrap .nribox_img_wrap {
  position: relative;

  text-align: center;
}

.nri_box_wrap .nribox_img_wrap:before {
  content: "";
  position: absolute;
  height: 75%;
  width: 2px;
  border-left: 1px solid #212529;
  top: 45px;
  left: 50%;
}

.nribox_txt_wrap h4 {
  color: #212529;
  font-size: 16px;
  line-height: 24px;
}

.left-content {
  max-width: 638px;
  margin-left: auto;
  padding-left: 15px;
}

.nri_box_wrap:last-child .nribox_img_wrap:before {
  display: none;
}



/****************************************** 5th section  ********************************** */

.amiwrap {
  text-align: center;
  background: #0000001f;
  padding: 30px 10px;
  box-shadow: inset 1px 1px 14px 0px #e0e0e0;
  margin-bottom: 20px;
  min-height: 165px;
}

.amiwrap-img {
  padding: 22px 0px;
  width: 50% !important;
  margin: 0 auto;
}

.amiwrap p {
  font-size: 16px;
  margin: 10px 0px;
  text-align: initial;
  font-family: 'Playfair_Display';
  color: #A58344;
}

.amiwrap h3 {
  font-size: 13px;
  margin: 15px 0px;
  text-align: initial;
}

.amiwrap p::after {
  content: "";
  width: 20px;
  height: 3px;
  position: absolute;
  transition: all 0.2s linear;
  background: #A58344;
  left: 17px;
  top: 39px;
}

.about p {
  font-size: 14px;
  margin: 10px 18px;
}

/*----- Border Animation -----*/

.amiwrap {
  position: relative;
  cursor: pointer;
  transition: ease all 0.5s;
}

.amiwrap:hover {
  transform: translateY(-10px);
  transition: ease all 0.5s;
}

.amiwrap::before,
.amiwrap::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #A58344;
}

.bo {
  /* padding: 26px; */
  display: flex;
  align-items: center;
  justify-content: end;
}

.bo img {
  font-size: 66px;
  width: 58px;
}

.bo1 {
  padding: 8px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bo::before {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #A58344;
  left: 0px;
  top: 0px;
}

.bo::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #A58344;
  right: 0px;
  top: 0px;
}

.amiwrap:hover::before,
.amiwrap:hover::after {
  width: 100%;
}

.amiwrap:hover .bo::before,
.amiwrap:hover .bo::after {
  height: 100%;
}

.border-effect::before {
  left: 50%;
  top: 0;
  transition-duration: 0.4s;
}

.border-effect::after {
  left: 50%;
  bottom: 0;
  transition-duration: 0.4s;
}

.border-effect .bo::before {
  left: 0;
  top: 50%;
  transition-duration: 0.4s;
}

.border-effect .bo::after {
  right: 0;
  top: 50%;
  transition-duration: 0.4s;
}

.border-effect:hover::before,
.border-effect:hover::after {
  left: 0;
}

.border-effect:hover .bo::before,
.border-effect:hover .bo::after {
  top: 0;
}


/*--- End of border amination----------*/

.carousel2 .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 0;
  background-color: #cdae63 !important;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff !important;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.carousel2 .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  right: 0;
  background-color: #cdae63 !important;
  width: 45px;
  height: 45px;
  line-height: 45px !important;
  color: #fff !important;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.carousel2 .owl-nav .owl-prev:hover i {
  color: #000 !important
}

.carousel2 .owl-nav .owl-next:hover i {
  color: #000 !important
}

.carousel2 .owl-nav+.owl-dots {
  display: none !important
}

body {
  font-family: Roboto, sans-serif;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, sans-serif;
  color: #0279ec;
  font-weight: 600;
  text-align: center;
}

header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

header.sticky {
  background-color: #fff;
}

header .navbar {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  padding: 0;
}

header.sticky .navbar {
  padding: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

header .navbar .navbar-collapse {
  justify-content: center;
}

header .navbar-light .navbar-nav .nav-item {
  padding: 0 1rem;
}

header .navbar-light .navbar-nav .nav-link {
  color: #0279ec;
  /* font-family: Merriweather, serif; */
  font-size: 15px;
  font-weight: 500;
  padding: 0;
  text-transform: uppercase;
}

header .navbar-light .navbar-nav .nav-link.active {
  color: #4a4947;
  font-weight: 500;
}

header .navbar-light .navbar-brand {
  width: 150px;
}

.bg-light {
  background-color: #fff !important;
}

.milestone-image a img {
  border: 2px solid #bc7c00;
}

.close_menu {
  display: none;
}

.am-sec {
  text-align: center;
  padding: 20px 10px;
  margin: 10px 0;
  transition: 0.5s ease-in-out;
  background-color: #fffbf3;
}

.am-sec i {
  font-size: 43px;
  color: #04406a;
  padding: 15px;
}

.am-sec p {
  font-size: 1.3em;
  color: #244a69;
  margin-top: 0.7em;
  text-transform: capitalize;
}

.milestone-image {
  margin-top: 20px;
  text-align: center;
}

.am-sec:hover {
  background-color: #04406a;
  border-radius: 15px;
}

.am-sec:hover i {
  color: #fff;
}

.am-sec:hover p {
  color: #fff;
}

.banner-slide {
  padding-top: 0px;
  position: relative;
  z-index: 99;
}

.banner-slide .carousel-item:before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.banner-slide .carousel-caption {
  position: absolute;
  top: 50%;
  left: 10%;
  right: auto;
  transform: translateY(-50%);
  text-align: left;
  bottom: auto;
}

.banner-slide .carousel-caption h1 {
  font-size: 35px;
  color: #f6ad00;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  letter-spacing: 15px;
  text-align: center;
}

.banner-slide .carousel-caption h1 span {
  font-size: 60px;
  letter-spacing: 35px;
  font-family: Montserrat, sans-serif;
  color: #f6ad00;
}

.banner-slide .carousel-caption p {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 10px;
  color: #f6ad00;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.banner-slide .carousel-caption .now-in {
  font-size: 20px;
}

.call-info {
  background: #0279ec;
  border-radius: 30px;
  padding: 10px 15px;
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.download {
  background-color: #fff;
}

.download .col-md-6 {
  padding: 0;
  margin: 0;
}

.download .brochure {
  padding: 2rem 1rem;
  background-color: #f5f5f5;
}

.download .brochure button {
  background-color: #d59500;
  border: none;
  color: #ffffff;
  padding: 0.8rem 1rem;
}

.download .floorplan {
  padding: 2rem 1rem;
  background-color: #f5f5f5;
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
  /* margin-top: 6rem; */
}

.download .floorplan button {
  background-color: #04406a;
  border: none;
  color: #ffffff;
  padding: 0.8rem 1rem;
}

#floorplan .modal-title {
  color: #fff;
}

#downloadbrochure .modal-dialog .modal-content {
  background-color: #f6ad00;
}

#floorplan .modal-dialog .modal-content {
  background-color: #04406a;
}

#downloadbrochure .form-submit {
  margin-top: 1rem;
}

#downloadbrochure .form-submit .btn-primary {
  background-color: #04406a;
  margin-top: 1rem;
  padding: 0.6rem 2rem;
}

#floorplan .form-submit .btn-primary {
  background-color: #f6ad00;
  margin-top: 1rem;
  padding: 0.6rem 2rem;
}

.download .brochure button:focus,
.download .brochure button:active,
.download .floorplan button:focus,
.download .floorplan button:active {
  text-decoration: none;
  border: none;
  box-shadow: none;
}

.project-img img {
  border: 1px solid #04406a;
  padding: 2px;
  margin-top: 1em;
}

.call-info i {
  background-color: #fff;
  padding: 15px;
  margin: -10px 15px -10px -15px;
  border-radius: 30px;
  color: #000;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.call-info a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.call-info a span {
  color: #fff;
}

header.sticky .call-info {
  border-radius: 20px;
  padding: 7px 15px;
}

header.sticky .call-info i {
  padding: 11px;
  margin: -6px 15px -5px -15px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.enquiry-form {
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  right: 10%;
  left: auto;
  background: #000000a9;
  padding: 20px;
  z-index: 99;
  border-radius: 10px;
  text-align: center;
  width: 325px;
}

.enquiry-form h4 {
  background: #0279ec;

  margin: -20px -20px 10px -20px;

  padding: 10px;
  text-align: center;
  color: #fff;
  border-radius: 10px 10px 0 0;
}

.enquiry-form p {
  font-size: 15px;
  font-weight: 600;
  line-height: 14px;
  position: relative;
}

.enquiry-form .form-control {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  height: calc(1.8em + 0.65rem + 2px);
  font-weight: 300;
  font-size: 15px;
  box-shadow: none;
  outline: 0;
}

.enquiry-form img {
  margin: 10px 0 auto;
  width: 270px;
}

.form-submit {
  text-align: center;
}

.form-submit .btn-primary {
  background: #0279ec;
  padding: 8px 20px;
  box-shadow: none;
  border: none;
  outline: 0;
  color: #fff;
  width: 100%;
}

.launch-project {
  background: #04406a;
  padding: 15px 0;
  position: relative;
  z-index: 99;
  margin-top: -76px;
}

.launch-project:before {
  position: absolute;
  content: "";
  width: 200px;
  height: 5px;
  left: 10%;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
}

.launch-project:after {
  position: absolute;
  content: "";
  width: 200px;
  height: 5px;
  right: 10%;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
}

.launch-project h4 {
  font-weight: 600;
  color: #fff;
  margin: 5px 0px 5px 0px;
}

.launch-project p {
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
}

.launch-project a {
  margin: 0;
  color: #fff;
  text-decoration: none;
}

.about-content {
  background-color: #f5f5f5;
  padding: 60px 0;
}

.about-content p strong {
  color: #04406a;
}

.about-content p:last-child {
  margin: 0;
  padding: 0px;
  margin-bottom: 16px;
}

.aboutus {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.aboutus-listing ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.aboutus-listing ul li {
  color: #000;
  overflow: hidden;
  width: 47%;
  display: inline-flex;
  vertical-align: top;
  font-size: 14px;
  padding: 9px 10px 6px 20px;
  /* border: 1px solid rgba(0,0,0,.1); */
  margin-bottom: 4px;
  margin-right: 15px;
  position: relative;
}

.aboutus-listing ul li i {
  font-size: 14px;
  color: #04406a;
  margin-right: 10px;
  margin-top: 5px;
}

.aboutus-listing ul li p {
  overflow: hidden;
  margin-bottom: 0;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
}

.aboutus-listing ul li:nth-child(even) {
  margin-right: 0;
}

.specifications {
  border-bottom: 0px solid rgba(0, 0, 0, 0.2);
}

.specifications.layout .col-lg-3 {
  margin-bottom: 30px;
}

.specifications table {
  width: 734px;
  max-width: 100%;
  margin: 0 auto;
  font-family: Spartan, sans-serif;
  border: 2px solid #04406a;
}

.specifications table td.bg {
  background: #04406a;
  color: #fff;
  width: 20%;
}

.specifications tr th {
  background-color: #04406a;
  color: #fff;
  /*width: 33.3%;*/
  padding: 0.25rem 0.6rem;
}

.specifications tr td {
  font-weight: 500;
  font-size: 15px;
  padding: 12px 10px;
}

.specifications .content-eoi {
  width: 575px;
  padding-top: 20px;
  margin: 0 auto;
}

.specifications .about-content {
  background-color: transparent;
  padding: 0 0 20px 0;
}

.specifications .content-eoi p {
  margin: 0 0 5px 0;
}

.specifications.layout a {
  display: block;
  overflow: hidden;
  height: 450px;
}

.our-project-content {
  padding: 20px;
  background-color: #80046f;
}

.our-project-content p {
  margin: 0;
}

.our-project .row .col-md-6:last-child .our-project-content {
  background-color: #d7ac57;
}

.our-project-content p {
  color: #fff;
  text-align: justify;
}

.section {
  padding: 60px 0;
}

.amenitiesWrapper h2 {
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 15px;
  position: relative;
  color: #885129;
}

h2.sectiontitle_new {
  margin: 0;
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 15px;
  position: relative;
  color: #fff;
}

h2.sectiontitle_new:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

h2.sectiontitle_new:after {
  position: absolute;
  content: "";
  border-bottom: 6px solid transparent;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
}

h2.sectiontitle_new_blk {
  margin: 0;
  text-align: left;

  padding-bottom: 15px;
  position: relative;
  color: #885129;

}

.section h2 {
  margin: 0;
  text-align: center;

  padding-bottom: 15px;
  position: relative;

}

.our-plan {
  background-color: #f9fff4;
}

.our-plan h4 {
  color: #c4aa58;
  margin: 30px 0 15px 0;
  font-size: 16px;
}

.our-plan ul {
  margin: 0 0 0 0px;
  padding: 0;
  list-style-type: none;
}

.our-plan ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
}

.our-plan ul li::before {
  font-family: "FontAwesome";
  content: "\f0da";
  color: #c4aa58;
  font-size: 18px;
  position: absolute;
  top: -2px;
  left: 0;
}

.our-plan h2 br {
  display: none;
}

.bhk-spacing {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 500;
}

.our-project .media-body {
  background-color: #04406a;
  padding: 20px;
  border: 10px solid #fff;
  margin-left: -10px;
}

.our-project .media-body h5 {
  color: gold;
}

.our-project .media-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.our-project .media-body ul li {
  color: #fff;
  margin-bottom: 4px;
  font-size: 15px;
}

.alert-section {
  margin-top: 0;
  padding: 30px 0;
  background-color: #ffb857;
  overflow: hidden;
}

.alert-section h3 {
  float: left;
  margin: 0;
  line-height: 45px;
}


#projectgallery {
  background: #fff;
}


#projectgallery .gallery-iamge iframe {
  width: 100%;
  height: 100%;
}

#projectgallery .gallery-iamge1 {
  height: 100%;
}

#projectgallery .gallery-iamge img,
#projectgallery .gallery-iamge iframe {
  margin: 15px 0;
  border-radius: 0px;
}

.alert-section a {
  float: right;
  text-decoration: none;
  background-color: #fff;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 10px;
  color: #000;
  font-weight: 400;
}

.alert-section a:hover,
.possession.further-assistance.alert-section a:focus {
  background-color: #04406a;
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.our-project .container-fluid {
  padding: 0 1px;
}

.our-project .owl-carousel .owl-item {
  margin-right: 0;
}

.our-project .owl-carousel .owl-nav button.owl-next span,
.our-project .owl-carousel .owl-nav button.owl-prev span {
  display: none;
}

.our-project .row {
  margin: 0 -1px;
}

.our-project .container {
  margin-top: 30px;
}

.our-project .container .row {
  margin: 0 -15px;
}

.further-assistance.alert-section h3 {
  float: none;
  color: #04406a;
  font-size: 40px;
  font-weight: 900;
}

.our-plan .row .col-lg-6 img {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.disclaimer {
  padding-top: 100px;
}

footer {
  background-color: #0e0e2f;

  position: relative;
  z-index: 999;
}

.footer-address p {
  margin: 0 0 15px 0;
  font-size: 26px;
  padding: 25px 0 0px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  color: #fff;
  font-weight: 600;
}

.footer-address .address i {
  color: #4a4947;
  font-size: 20px;
  margin-right: 20px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background-color: #fff;
  text-align: center;
  border-radius: 100px;
}

.footer-address .address {
  border: none;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  letter-spacing: initial;
  margin-right: 20px;
}

.footer-address a {
  border: none;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  letter-spacing: initial;
}

.footer-form {
  background-color: #0003;
  padding: 30px 40px;
}

.footer-form h4 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 0;
}

.footer-form p {
  color: #fff;
  font-size: 16px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}

.footer-form p:before {
  position: absolute;
  content: "";
  left: 0;
  background-color: #fff;
  width: 50px;
  height: 2px;
  bottom: 0;
}

.footer-form label {
  color: #fff;
  font-size: 15px;
}

.footer-form .form-control {
  background-color: #fff;
  border: none;
  font-size: 15px;
}

.footer-form textarea.form-control {
  resize: none;
}

.footer-form .form-submit {
  text-align: left;
}

.footer-form .form-submit .btn-primary {
  background-color: #0279ec;
}

.copyright {
  background: #0279ec;
  padding: 15px 0;
}

.copyright p {
  color: #fff;
  margin: 0;
  text-align: center;
  font-size: 0.7rem;
}

.copyright p.newp {
  color: #c1c1c1;
  margin: 0;
  text-align: center;
  font-size: 0.8rem;
}

.copyright a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.copyright p span {
  margin-left: 30px;
}

.project-modal .modal-header {
  background-color: #04406a;
  padding: 10px;
}

.project-modal .modal-header h5 {
  color: #fff;
}

.project-modal .modal-header .close {
  border: none;
  box-shadow: none;
  opacity: 1;
  color: #fff;
  outline: 0;
}

.project-modal .modal.fade .modal-dialog {
  top: 40%;
  transform: translateY(-50%);
  z-index: 999;
}

.project-modal .modal-body .form-control {
  font-size: 15px;
  box-shadow: none;
}

.project-modal .form-submit .btn-primary {
  box-shadow: none;
  outline: 0;
  border: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.project-modal .form-submit .btn-primary:focus,
.project-modal .form-submit .btn-primary:hover {
  background-color: #04406a;
  box-shadow: none;
}

.bid-site-visit {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  text-align: center;
  background-color: #04406a;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: none;
}

.bid-site-visit .expert-advice {
  width: 40%;
  float: left;
  padding: 5px 0;
  text-decoration: none;
  color: #fff;
}

/* .bid-site-visit .expert-advice:first-child {  border-right: 1px solid #000;} */
.bid-site-visit .expert-advice {
  border-right: 1px solid #0003;
}

.bid-site-visit .btn-in img,
.bid-site-visit .expert-advice img {
  margin: 0 auto 5px;
  display: block;
}

.bid-site-visit .btn-in {
  width: 50%;
  padding: 10px 0;
}

.alert-section br {
  display: none;
}

.right-form {
  position: fixed;
  width: 270px;
  top: 50%;
  transform: translateY(-50%);
  right: -270px;
  font-family: Montserrat, sans-serif;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  z-index: 9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.right-form.active {
  right: 0;
}

.right-form img {
  margin: 0 0 0px 15px;
}

.right-form .underline {
  position: absolute;
  left: 59%;
  top: 32px;
  width: 42%;
  transform: translateX(-50%);
}

.get-call-back {
  position: absolute;
  left: -104px;
  top: 40%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 18px;
  font-weight: 600;
  background: linear-gradient(45deg, #BF953F, #FCF6BA, #AA771C);
  color: #000;
  text-decoration: none;
  padding: 8px 22px;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.6);
  font-family: Montserrat, sans-serif;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}

.right-form.active .get-call-back {
  top: 61px;
}

.get-call-back:focus,
.get-call-back:hover {
  background-color: #000;
  color: #000;
  text-decoration: none;
}

.right-form {
  background-color: #fff;
  padding: 0;
}

.td-width {
  width: 200px !important;
  text-align: center;
}

.right-form p {
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  padding: 10px 20px 10px 20px;
  text-transform: uppercase;
  margin-bottom: 0;
  background-color: #fff;
  color: #04406a;
  margin-left: 77px;
}

.right-form form {
  padding: 15px 15px 40px 15px;
  margin: 0;
  background-color: #eaeaea;
  border-top: 2px solid #000;
}

.landingpage-form.right-form form {
  padding: 20px;
}

.right-form .form-control {
  font-family: "Josefin Sans", sans-serif;
  border-radius: 0;
  outline: 0;
  font-size: 14px;
  height: 42px;
}

.right-form .form-control:focus,
.right-form .form-control:hover {
  box-shadow: none;
  border: 1px solid #ccc;
}

.right-form .btn-primary {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  border-radius: 0;
}

.whatsapp_btn {
  position: fixed;
  bottom: 64px;
  right: 20px;
  display: none;
  border-radius: 10px;
  z-index: 999;
  /* -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, .5);  -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, .5);  box-shadow: 3px 3px 6px rgba(0, 0, 0, .5); */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.whatsapp_btn img {
  width: 40px;
  height: 40px;
}

.thanksyou-section {
  text-align: center;
  padding: 228px 0 100px;
  min-height: 97vh;
  font-size: 15px;
  color: #757474;
}

.thanksyou-section .thanks {
  clear: both;
  width: 100%;
  font-size: 60px;
  color: #4caf50;
  font-weight: 900;
  padding-bottom: 30px;
  margin: 0;
  text-transform: uppercase;
}

.thanksyou-section i {
  clear: both;
  width: 100%;
  font-size: 72px;
  color: #4caf50;
  text-align: center;
  font-weight: 700;
  padding-bottom: 35px;
}

.thanksyou-section span {
  color: #ff5722;
  font-weight: 500;
}

.thanksyou-section+.copyright {
  margin-top: -50px;
  padding: 15px 0;
}

#Projects .owl-item {
  margin-top: 20px;
}

.header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 1400px) {
  .banner-slide .carousel-caption h1 {
    font-size: 50px;
  }

  .banner-slide .carousel-caption p {
    font-size: 20px;
  }

  .enquiry-form .form-control {
    height: calc(1.75em + 0.75rem + 2px);
  }

  .banner-slide .carousel-caption {
    left: 5%;
  }

  .enquiry-form {
    right: 5%;
  }
}

@media (max-width: 1199px) {
  header .navbar-light .navbar-toggler {
    background-color: gold;
  }

  header .navbar-light .navbar-toggler {
    background-color: #0279ec;
    border-radius: 100px;
    padding: 0;
    width: 45px;
    height: 45px;
    border: 0 solid rgba(0, 0, 0, 0.1);
    box-shadow: none;
    outline: 0;
    margin-left: 50%;
  }

  header .navbar-collapse {
    position: fixed;
    width: 250px;
    top: 0;
    bottom: 0;
    right: -250px;
    overflow-y: auto !important;
    display: block !important;
    left: auto;
    height: auto !important;
    background-color: #000;
    border: 2px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 99;
  }

  header .navbar-collapse.show {
    right: 0;
  }

  .close_menu {
    display: block;
    overflow: hidden;
    margin: 0 0 30px 0;
  }

  .close_menu a {
    width: 68px;
    line-height: 30px;
    background-color: #000;
    color: #fff;
    padding: 4px 10px;
    display: inline-block;
    text-align: center;
    float: right;
  }

  .close_menu a:focus,
  .close_menu a:hover {
    background-color: #04406a;
  }

  .navbar-light .navbar-nav .active>.nav-link {
    color: #fff;
  }

  header .navbar-light .navbar-nav .nav-item.active {
    color: #fff;
  }

  header .navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    font-size: 15px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }

  header .navbar-light .navbar-nav .nav-link.active,
  header .navbar-light .navbar-nav .nav-link:focus,
  header .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
  }
}

@media (max-width: 1024px) {
  .banner-slide .carousel-caption p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .banner-slide .carousel-caption {
    left: 5%;
    right: 5%;
  }

  .am-sec {
    text-align: center;
    padding: 2px 0px;
    margin: 1px 0;
  }

  .am-sec i {
    font-size: 25px;
    padding: 8px;
  }

  .am-sec p {
    font-size: 0.9em;
    color: #244a69;
    margin-top: 0em;
    text-transform: capitalize;
  }

  .enquiry-form {
    position: static;
    transform: none;
    margin: 20px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }

  .right-form {
    /* display: none; */
  }

  .our-project .media {
    display: block;
  }

  .our-project .media img {
    width: 100%;
  }

  .our-project .media-body {
    margin-left: 0;
  }

  .alert-section {
    text-align: center;
  }

  .alert-section h3 {
    float: none;
    display: block;
    font-size: 26px;
  }

  .alert-section a {
    float: none;
    margin: 5px 0 0 0;
    display: inline-block;
  }

  .launch-project:before {
    width: 100px;
  }

  .launch-project:after {
    width: 100px;
  }

  .footer-address p {
    margin: 0;
  }

  .footer-address a {
    margin: 0 0 15px 0;
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .enquiry-form {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    left: auto;
    background: #000000;
    padding: 20px;
    z-index: 99;
    border-radius: 0px;
    text-align: center;
    width: 325px;
  }

  .call-info i {
    background-color: #0279ec;

  }

  .call-info {
    background: #0279ec;
    border-radius: 30px;
    padding: 10px 15px;
    color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }

  .key-points .row div[class*="col-"] {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid transparent
  }

  .wid {
    width: 30%;
  }

  .bo {
    padding: 25px 0px;
    display: flex;
    align-items: center;
    justify-content: inherit;
  }

  .amiwrap {
    text-align: center;
    /* background: #fff; */
    padding: 10px 0px;
    box-shadow: 1px 1px 25px #e0e0e0;
    margin-bottom: 20px;
  }

  .space {
    padding: 60px 40px;
  }

  .amenities-icon {
    width: 100%;
  }

  .agent-info {
    padding: 0px 0px 40px;
  }

  .table-responsive-sm.new-w {
    padding: 7px;
  }

  #gallery .gallery-iamge img,
  #gallery .gallery-iamge iframe {
    margin: 7px 0;
    border-radius: 8px;
  }

  .m-magrin-t {
    margin-top: 1rem !important;
  }

  #aminities .col-6 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .disclaimer h1 {
    font-size: 20px;
  }

  .disclaimer h2 {
    font-size: 20px;
  }

  .td-width {
    width: 120px !important;
  }

  #enq-now-form .form-group {
    margin-bottom: 0.3rem;
  }

  header .navbar-light .navbar-brand {
    width: 200px;
    padding: 5px 0;
    margin-right: 0;
  }

  .specifications tbody {
    border: 2px solid #8b226b;
  }

  .gallery-img-display {
    /*display: none;*/
  }

  header.sticky .call-info {
    border-radius: 50px;
  }

  header .navbar-light .navbar-brand {
    width: 135px;
  }

  header.sticky .call-info i {
    margin: -3px 0 -5px -10px;
  }

  header.sticky .navbar {
    padding: 0 10px;
  }

  .banner-slide {
    padding-top: 56px;
  }

  .banner-slide .carousel-caption h2 {
    font-size: 40px;
  }

  .banner-slide .carousel-caption h2 span {
    font-size: 50px;
  }

  .section h2 {
    font-size: 24px;
  }

  .new-w tr th,
  .new-w tr td {
    width: 50%;
  }

  .bid-site-visit {
    display: block;
  }

  .call-info {
    width: 46px;
    height: 46px;
    line-height: 30px;
  }

  .call-info i {
    padding: 0;
    margin: 0;
    color: #fff;

  }

  .alert-section h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .aboutus-listing ul li {
    width: 100%;
    margin-right: 0;
    color: #000;
    overflow: hidden;
    display: inline-flex;
    vertical-align: top;
    font-size: 14px;
    padding: 6px 6px 6px 6px;
    margin-bottom: 0px;
    position: relative;
    border: none;
  }

  .aboutus-listing {
    text-align: left !important;
  }

  .specifications table {
    width: 600px;
  }

  .specifications tr td {
    font-size: 14px;
  }

  .call-info span {
    display: none;
  }

  .our-plan .row .col-lg-6:first-child {
    margin-bottom: 20px;
  }

  .further-assistance.alert-section h3 {
    font-size: 32px;
    line-height: 38px;
  }

  .alert-section {
    padding: 20px 0;
  }

  .alert-section br {
    display: block;
  }

  .launch-project:after,
  .launch-project:before {
    display: none;
  }

  .specifications.layout .col-lg-3:last-child {
    margin-bottom: 0;
  }

  .our-project .row .col-lg-4:nth-child(4),
  .our-project .row .col-lg-4:nth-child(5),
  .our-project .row .col-lg-4:nth-child(3),
  .our-project .row .col-lg-4:nth-child(1),
  .our-project .row .col-lg-4:nth-child(2),
  .our-project .row .col-lg-4:nth-child(6) {
    display: block;
  }

  #gallery .iamge img {
    width: 100%;
  }

  img.img-fluid.img-thumbnail {
    margin-top: 14px;
    border-radius: 16px;
  }

  .our-project .owl-carousel .owl-item:nth-child(10),
  .our-project .owl-carousel .owl-item:nth-child(3) {
    display: none;
  }

  .whatsapp_btn {
    display: block;
    z-index: 999;
    bottom: 9px;
    right: 19px;
  }

  .thanksyou-section+.copyright {
    margin-top: 0;
  }

  .thanksyou-section .thanks {
    font-size: 50px;
  }

  .thanksyou-section {
    padding: 110px 0 40px;
    min-height: 85vh;
  }

  .copyright {
    padding-bottom: 74px;
  }

  .thankss.copyright {
    margin-bottom: 0;
  }
}

@media (max-width: 640px) {
  header .navbar {
    padding: 5px;
  }

  header .navbar-light .navbar-brand {
    width: 180px;
  }

  .banner-slide .carousel-caption h1 {
    font-size: 30px;
  }

  .banner-slide .carousel-caption h1 span {
    font-size: 40px;
  }

  .banner-slide .carousel-caption p {
    font-size: 14px;
  }

  .banner-slide .carousel-caption .now-in {
    font-size: 14px;
  }

  .specifications .content-eoi {
    width: 100%;
    max-width: 100%;
  }

  .specifications .content-eoi p {
    font-size: 14px;
  }

  .footer-address .address {
    margin: 10px 20px 10px 0;
  }

  .footer-address h3 {
    font-size: 24px;
  }

  .footer-address .address {
    position: relative;
    padding-left: 70px;
    padding-top: 15px;
  }

  .footer-address .address i {
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 20px;
  }

  .footer-form {
    margin-top: 20px;
  }

  .whatsapp-image {
    display: none;
  }
}

.scrollprice {
  display: none !important;
}

@media (max-width: 575px) {
  .scrollprice {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    position: relative;
    padding: 10px 15px 0px 15px;
    display: block !important;
  }

  .scrollprice:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 15px;
    left: 22%;
    top: 62%;
    transform: translateY(-50%);
    background: url(../img/left.png);
  }

  .scrollprice:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 15px;
    right: 22%;
    top: 62%;
    transform: translateY(-50%);
    background: url(../img/right.png);
  }
}

@media (max-width: 533px) {
  .footer-address .address {
    padding-top: 0;
  }

  .footer-address .address .fa-phone {
    top: -15px;
  }

  .footer-address .address i {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }

  .footer-address .address,
  .footer-address a {
    font-size: 15px;
  }

  .footer-address .pad {
    padding-left: 50px;
  }

  .footer-address .address {
    padding-left: 0px;
  }
}

@media (max-width: 480px) {
  .footer-address .pad {
    padding-left: 50px;
  }

  .banner-slide .carousel-item img {
    height: 195px;
  }

  .footer-address p.address:nth-child(odd) {
    padding-top: 0;
  }

  .banner-slide .carousel-caption p {
    display: block;
  }

  .banner-slide .carousel-caption p {
    letter-spacing: 6px;
  }

  .specifications table {
    width: 100%;
    max-width: 100%;
  }

  .specifications .container {
    padding-left: 0;
    padding-right: 0;
  }

  .specifications tr td {
    font-size: 13px;
  }

  .scrollprice:before {
    left: 17%;
    top: 62%;
  }

  .scrollprice:after {
    right: 17%;
    top: 62%;
  }
}

@media (max-width: 420px) {
  header .navbar {
    padding: 5px 15px 5px 5px;
  }

  .banner-slide .carousel-caption h1 {
    font-size: 25px;
  }

  .banner-slide .carousel-caption h1 span {
    font-size: 35px;
  }

  .specifications .content-eoi {
    width: 320px;
  }

  .our-plan h2 br {
    display: block;
  }

  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
  }

  .enquiry-form {
    padding: 20px 10px;
    margin: 10px 10px 10px;
  }

  .enquiry-form .form-group {
    margin-bottom: 0.5rem;
  }

  .enquiry-form h4 {
    margin: -20px -10px 10px -10px;
    font-size: 20px;
  }

  .launch-project h4 {
    font-size: 14px;
  }

  .specifications tr td {
    padding: 12px 10px;
  }

  .our-project .owl-carousel .owl-nav button.owl-next,
  .our-project .owl-carousel .owl-nav button.owl-prev {
    display: none;
  }

  .copyright a {
    margin-left: 0;
  }

  .copyright p span {
    margin-left: 0;
  }

  .footer-address .address {
    margin: 10px 10px 26px 0;
  }

  .scrollprice:before {
    left: 12%;
    top: 62%;
  }

  .scrollprice:after {
    right: 12%;
    top: 62%;
  }
}

.our-project .row .col-lg-12 {
  padding: 0 1px;
  margin-bottom: 2px;
}

.our-project {
  background: #f5f5f5;
}

.specifications tr td sup {
  color: #000;
  font-size: 20px;
  top: 5px;
  left: -5px;
}

.specifications tr td .fas {
  color: #04406a;
  font-size: 14px;
  padding-right: 8px;
}

.dr-payment-plan585 h4 {
  font-size: 18px;
  font-weight: 600;
  margin-left: 260px;
  margin-top: 20px;
  position: relative;
  padding-left: 25px;
  background: #eee;
  width: 590px;
  padding: 10px 20px;
}

.dr-payment-plan585 h4:before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #80046f;
}

.dr-payment-plan585 h4 span {
  padding-left: 20px;
  color: #04406a;
}

@media (max-width: 991px) {
  .dr-payment-plan585 h4 {
    font-size: 18px;
    font-weight: 600;
    margin-left: 50px;
  }
}

@media (max-width: 767px) {
  .section {
    padding: 30px 0;
  }

  footer {
    z-index: 9;
  }

  .copyright p {
    margin: 0;
    text-align: center;
    font-size: 0.6rem;
  }

  .owl-item video {
    padding-top: 20px;
  }

  .copyright .container-fluid {
    padding-left: 8px;
    padding-right: 8px;
  }

  .dr-payment-plan585 h4 {
    font-size: 18px;
    font-weight: 600;
    margin-left: 0;
    width: auto;
  }

  .launch-project {
    margin-top: 0px;
  }
}

.dr-payment-plan585 .table-bordered td {
  background-color: #fff4d7 !important;
  color: #04406a;
}

.banner-slide .carousel-caption {
  display: none !important;
}

.launch1 {
  display: none;
}

@media (max-width: 991px) {
  section.launch-project {
    display: none;
  }

  .launch1 {
    display: block;
  }
}

.table td,
.table th {
  vertical-align: center !important;
}

.plus-captcha {
  display: flex;
}

.plus-captcha .plus-text {
  margin: 5px 5px;
  display: flex;
  align-items: center;
}

.plus-captcha span {
  margin-top: 7px;
  margin: 6px 6px;
}

.bot-text {
  margin-bottom: 0.4rem;
}

.contact .contact-form .plus-captcha p span {
  display: initial;
}

.right-form .plus-captcha .plus-text {
  margin: 5px 5px;
  display: flex;
  align-items: center;
  background-color: transparent;
  font-size: 16px;
  padding: 0;
}

.footer-form .plus-captcha .plus-text:before {
  display: none;
}

/* add-css */
.spanoverview {
  background: #bea668;
  padding: 2px;
}

.amenitiesWrapper img {

  display: block;
  margin: 0 auto;
}

.amenitiesWrapper {
  background: #f7fbff;
  padding: 50px 0 20px 0;
}

.featBox {
  max-width: 25%;
  flex: 0 0 25%;
}

.featBox section {
  padding: 10px 20px;

  height: 100%;

  transition: all ease-in-out 500ms;
}

.featBox section .img-fluid {

  margin: 16px auto;


  padding: 10px;
}

.featBox section .img-fluid img {

  transition: all ease-in-out 500ms;
}

.featBox section h3 {
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.featBox section .btn-primary {
  color: #fff;
  background-color: #4f8309;
  border-color: #4f8309;
  font-size: 12px;

  margin: 0 auto !important;
  width: 120px !important;
  display: block;
}

.featBox section p.text-uppercase {
  letter-spacing: 1px;
  font-size: 13px;
  margin-bottom: 8px;
  text-align: center;
}

.featBox section p {
  font-size: 16px;
  text-align: center;
  color: #fff;
  text-transform: none;

}

.bannerText {
  text-align: left;
  z-index: 9;
  color: #fff;
  background: linear-gradient(to right, #04406a, transparent);
  position: absolute;
  top: 35%;
  padding-left: 20px;
}

.bannerText p {
  font: 700 15px "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.bannerText h1,
.bannerText h2 {
  font-family: robot;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 50px;
}

.bannerText h2 {
  color: #ffffff;
}

@media (max-width: 1024px) {
  .featBox {
    max-width: 25%;
    flex: 0 0 25%;
  }
}

@media (max-width: 812px) {}

@media (max-width: 500px) {
  .overview-box {
    width: 48%;
    margin: 3px auto;
  }

  .col-4,
  .col-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .featBox {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .readmore a {
    padding: 5px 5px;
  }

  .hm-loctionContainer .col-lg-6 {
    padding: 0;
    margin: 10px 0;
  }

  .heading h3 {
    margin-top: 20px;
    font-size: 20px;
  }

  .bannerText {
    padding: 9px;
  }

  .carousel-item section {
    align-items: flex-start;
    margin-top: 10px;
  }

  .featSlider {
    max-height: 400px;
    overflow: auto;
  }

  .hm-loctionContainer {
    background-size: cover;
  }

  iframe {
    height: 200px !important;
  }

  .top-menu ul li a {
    font-size: 12px;
    padding: 4px;
  }
}

.sec_5 {
  background-color: #04406a;
  padding: 3rem 0 2.5rem;
}

.prclist {
  background-color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2rem;
  border-radius: 0.4rem;
  text-align: center;
}

.cate_name {
  padding: 0.7rem 0;
  background-color: rgba(53, 53, 53, 0.2);
  border-radius: 0.4rem 0.4rem 0 0;
  font-size: 1.3rem;
}

.floorname {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.5rem 0.5rem 0.8rem;
  font-size: 0.8rem;
  line-height: 180%;
}

.allvalue {
  padding: 0.5rem 0.5rem 0.8rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0.4rem 0.4rem;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 100%;
}

.floorarea {
  background-color: rgba(192, 158, 82, 0.2);
  padding: 0.5rem 0.5rem 0.8rem;
  font-size: 0.8rem;
  line-height: 180%;
}

.floorname span {
  display: block;
  font-size: 1.3rem;
}

.floorarea .btn-outline-primary {
  background: #04406a;
  border: 1px solid #0003;
  color: #000;
}

.banner-offers {
  padding: 100px 0px 0 10px;
  position: absolute;
  top: 15%;
  left: 5%;
  z-index: 99;
}

.banner-offers h4 {
  display: block;
  padding: 0.5rem;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}

.banner-offers h4 span {
  display: block;
  font-size: 20px;
  text-transform: capitalize;
  /* line-height: 1.4vw; */
  text-shadow: 0 1px 2px #000;
  color: #fff;
}

.banner-offers h5 {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  text-transform: capitalize;
  text-shadow: 0 1px 2px #000;
  list-style: none;
}

a.btn.enquire-btn.call-now {
  color: #fff;
  background-color: #04406a;
}

.pro-status {
  display: inline-block;
  padding: 0.5rem;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  background-color: #c4aa58;
}

.pro-tag-line {

  font-size: 20px;

  color: #000;
}

.pro-price {
  display: block;
  padding: 0.3rem;
  color: #fff;
  text-shadow: 0 1px 2px #000;
  font-size: 25px;
}

.enquire-btn {
  font-size: 16px;
  padding: 0.5rem;
  /* margin-left: 15px; */
}

.enquire-btn.form {
  font-size: 16px;
  padding: 0.6rem;
  margin: 0 auto;
  display: block;
}

.banner-offers p {
  margin: 8px 15px;
}

.banner-offers ul {
  padding-left: 20px;
  list-style: none;
  background: #0e66ae;
}

.banner-offers ul li {
  /* text-align: center; */
  font-size: 15px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 8px;
  padding: 2px;
}

.banner-offers p {
  margin: 8px 15px;
}

.banner-offers ul {
  padding-left: 0px;
  list-style: none;
  background: #0e66ae;
}

.banner-offers ul li {
  /* text-align: center; */
  font-size: 15px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 8px;
  padding: 2px;
}

button.enquire-btn {
  color: #fff;
  background-color: #04406a;
  margin: 6px;
}

button.enquire-btn:hover {
  color: #fff;
  background-color: #04406a;
  margin: 6px;
}

.whtsap-btn img {
  width: 50px;
}

.whtsap-btn {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 999;
  font-size: 31px;
  color: #fff;
  padding: 0;
  margin: 0;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #248e4f;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.call2-btn {
  position: fixed;
  bottom: 30px;
  left: 90px;
  z-index: 999;
  font-size: 31px;
  color: #fff;
  padding: 0;
  margin: 0;
  height: 50px;
  width: 50px;

  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.call_pop a {
  display: block;
  background: #ffffff;
  text-align: center;
  padding: 7px 0px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  border-radius: 5px;
  margin-top: 0rem;
  text-decoration: none;
}

.call_pop a i {
  font-size: 25px;
  color: #000;
}

.enquire-now-form .modal-dialog {
  max-width: 350px;
}

.enquire-now-form .modal-content {
  background: #0e0e2f;
}

.enquire-now-form h5.modal-title {
  text-align: center !important;
  color: #fff;
}

.enquire-now-form .modal-header {
  text-align: center;
  display: inline-block;
}

.enquire-now-form .modal-header .close {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  color: #fff;
  right: -1px;
  top: -1px;
  background: #0279ec;
  opacity: 1;
  font-size: 18px;
  padding: 8px;
  border-radius: 0;
  outline: none;
}


.enquire-now-form2 p {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 2px 5px;
}

.modal {
  z-index: 99999;
}

.enquire-now-form2 .modal-dialog {
  max-width: 1200px;
}

.enquire-now-form2 .modal-content {
  background: #000;
}

.enquire-now-form2 h5.modal-title {
  text-align: center !important;
  color: #fff;
}

.enquire-now-form2 .modal-header {
  text-align: center;
  display: inline-block;
}

.enquire-now-form2 .modal-header .close {
  padding: 0;
  margin: 0;
  position: absolute;
  color: #fff;
  right: -1px;
  top: -1px;
  background: #ca984f;
  opacity: 1;
  font-size: 18px;
  padding: 8px;
  border-radius: 0;
  outline: none;
}

.fix-footer {
  display: none;
}

#totop a {
  width: 40px;
  height: 40px;
  background: #0279ec;
  position: fixed;
  bottom: 60px;
  right: 5px;
  line-height: 40px;
  color: #fff;
  left: auto;
  top: auto;
  text-align: center;
  border-radius: 5px;
}

.inner-padd {
  padding: 6rem 0 1rem;
  background: #f5f5f5;
}

@media (max-width: 576px) {
  .enquire-now-form .modal-dialog {
    max-width: 100% !important;
  }

  .featSlider {
    max-height: inherit;
    overflow: auto;
  }
}

@media (max-width: 768px) {
  .whtsap-btn {}

  .fix-footer {
    display: block !important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 5px 0;
    z-index: 9;
  }

  .fix-footer {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1082bd;
    padding: 5px 0;
    z-index: 999;
  }

  .fix-footer p {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
  }

  .fix-footer .meeting {
    position: unset;
    animation: unset;
    display: inline;
  }

  .fix-footer p a {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .fix-footer p a img {
    width: 32px;
    margin: 0 auto;
  }

  .fix-footer p a span {
    font-size: 26px;

    width: 100%;
    color: #fff;
  }

}

@media (max-width: 991px) {
  .banner-offers {
    padding: 20px 0px 0 10px;
    top: 2%;
  }

  .banner-offers h4 {
    font-size: 12px;
    padding: 0;
  }

  .banner-offers h4 span {
    font-size: 12px;
  }

  .pro-tag-line {
    padding: 0;
    font-size: 12px;
  }

  .enquire-btn {
    padding: 0.2rem 0.3rem;
    font-size: 12px;
  }

  .enquiry-form-mar-mob {
    margin: 15px 15px !important;
  }

  .enquiry-form {
    width: 100%;
    position: relative !important;
    margin: 0 !important;
    transform: none !important;
    right: 0 !important;
    left: 0 !important;
  }

  header .navbar-light .navbar-toggler {
    margin-left: 11%;
  }

  .get-call-back {
    padding: 5px 5px;
    font-size: 14px;
    left: -68px;
  }

  .right-form.active .get-call-back {
    top: 36px;
  }

  .whatsapp_btn {
    display: none;
  }
}

@media (max-width: 768px) {
  .banner-offers {
    padding: 0px;
    top: 10% !important;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    left: 0 !important;
  }

  .banner-offers h4 {
    font-size: 20px;
    padding: 0;
    margin-bottom: 15px;
  }

  .banner-offers h4 span {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .pro-tag-line {
    padding: 0;
    font-size: 20px;
    margin-bottom: 15px;
  }

  .enquire-btn {
    padding: 0.2rem 0.3rem;
    font-size: 20px;
  }

  .banner-slide .carousel-item img {
    min-height: 195px;
  }
}

@media only screen and (min-width: 500px) and (max-width: 768px) {
  header .navbar-light .navbar-toggler {
    margin-left: 45%;
  }

  .banner-offers {
    top: 7%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  .banner-offers {
    top: 10%;
  }

  .banner-offers h4 {
    font-size: 16px;
    padding: 0;
  }

  .banner-offers h4 span {
    font-size: 16px;
  }

  .pro-tag-line {
    padding: 0;
    font-size: 16px;
  }

  .enquire-btn {
    padding: 0.5rem;
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-offers {
    padding: 0px 0px 0 10px;
    top: 20%;
  }

  .enquiry-form {
    padding: 10px;
  }

  .enquiry-form h4 {
    margin: 0 0 10px 0;
  }

  .enquiry-form .form-group {
    margin-bottom: 0.5rem;
  }

  .enquiry-form p {
    display: none;
  }

  .enquiry-form .form-control {
    height: calc(1.25em + 0.75rem + 2px);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1260px) {
  header .navbar-light .navbar-nav .nav-item {
    padding: 0 0.7rem;
  }
}

@media only screen and (min-width: 992px) {
  .info-box {
    width: 27vw;
    top: 8px;
    left: 10px;
    color: #000;
    border-radius: 8px;
    font-weight: 400;
    padding-bottom: 10px;
  }

  .pro-status {
    display: block;
    text-shadow: none;
    color: #fff;
    background-color: --colorPrimary:#282722;
    padding: .6vw 2.5vw .3vw 2vw;
    font-weight: 400;
  }

  .pro-title,
  .pro-add,
  .pro-dev,
  ul.pro-spec,
  .info-box span.heading,
  .pro-tag-line,
  .pro-price,
  .pro-rera {
    text-shadow: none;
    color: #000;
    font-weight: 400;
  }

  .pro-title {
    padding: .5vw .8vw .3vw;
  }

  .pro-title,
  .pro-add,
  .pro-price {}

  ul.pro-spec {
    background-color: transparent;
    margin-bottom: 0;
  }

  .info-box span.list-icon {
    display: none;
  }

  .pro-rera {
    font-size: .8vw;
  }
}

.offer {
  display: block;
  padding: 8px;
  font-size: 13px;
  font-weight: 700;
}

.offer-top {
  background: #0279ec;
  ;
  border-radius: 8px 8px 0px 0px;
}

.offer-bottom {
  background: #D6EBCA;
  border-radius: 0px 0px 8px 8px;
}

.offer-bg-animation {
  color: #ffffff;
  display: block;
  background: linear-gradient(-45deg, #A07A1A, #6D5125, #A07A1A, #6D5125);
  background-size: 400% 400%;
  -webkit-animation: Gradient 3s ease infinite;
  -moz-animation: Gradient 3s ease infinite;
  animation: Gradient 3s ease infinite;
}

.hl-price {
  display: inline-block;

  padding: 2px 10px;

  background: linear-gradient(-45deg, var(--colorSecondary),
      #0279ec, #0279ec, var(--colorSecondary));
  font-size: 20px;
  transform-origin: center center;

  color: #fff;
}

@keyframes hl-anim {

  0%,
  100% {
    transform: rotate(0deg);
  }

  30% {
    transform: rotate(5deg);
  }

  60% {
    transform: rotate(-5deg);
  }
}

#ul-bo li {
  text-align: left;
  margin-bottom: 10px;
}

.info-box {
  position: absolute;
  top: -75px;
  left: 75px;
  z-index: 9;
  margin-top: 15vw;
  padding-bottom: .5vw;
  display: inline-block;
  width: 28vw;
  background-color: #ffffffa9;
  padding: 15px;

  border-bottom-right-radius: 8px;
  color: #fff;
}

@media only screen and (max-width:991px) {
  .navbar.micro-navbar {
    padding: .1rem 0
  }

  .navbar.micro-navbar .navbar-brand {
    padding: 0;
    margin-left: .2rem
  }

  .navbar-toggler {
    margin: .7rem .5rem .7rem 0
  }

  .logo {
    height: 60px;
    max-width: 275px
  }

  .micro-side {
    display: none
  }

  .micro-main-slider .carousel-item img {
    width: 100%;
    margin-top: 65px
  }

  .micro-main-slider ol {
    margin-bottom: 0
  }

  .navbar.micro-navbar .nav-fill .nav-item:first-child {
    border-top: 1px solid #ededed
  }

  .navbar.micro-navbar .nav-fill .nav-item:not(:last-child) {
    border-bottom: 1px solid #ededed
  }

  .info-box h4 {
    color: #000 !important;
  }

  .info-box {
    padding-bottom: .5vw;
    display: block;
    width: 100%;
    background-color: #fff;
    color: #000;
    text-align: center;
    position: relative;
    left: 0;
    margin-top: 0px;
  }

  .pro-status {
    display: block;
    padding: 3px;
    font-size: 16px;
    text-transform: uppercase;
    text-shadow: 0 1px 2px #333;
    /* color:var(--colorBtn); */
    background-color: #0279ec
  }

  .pro-title {
    display: block;
    padding: 3px;
    font-size: 18px;
    line-height: 24px;

    margin: 5px 0;
    color: #0279ec;


  }

  .pro-add,
  .pro-dev {
    display: block;
    padding: 3px 0;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 22px
  }

  ul.pro-spec {
    background-color: #f1f1f1;
    padding: 5px 8px;
    margin-top: 3px;
    margin-bottom: 5px;
    font-size: 15px;
    text-align: left;
    text-transform: capitalize;
    list-style: none
  }

  .info-box span.heading {
    padding: 3px 0;
    margin-top: 3px;
    font-weight: 600
  }

  .info-box span.list-icon {
    color: #0279ec
  }

  .pro-tag-line {
    display: block;
    padding: 3px 0;
    font-size: 15px;
    text-transform: capitalize
  }

  .pro-price {
    display: block;
    padding: 5px 0;
    font-weight: 600;
    font-size: 26px
  }

  .micro-form-btn {
    font-size: 16px;
    padding: 4px 15px
  }

  .pro-rera {
    display: block;
    padding: 3px 0;
    font-size: 13px;
    margin-top: 3px
  }

  .mob-form {
    padding: 5px 10px;
    display: block;
    width: 100%;
    text-align: center;
    border-top: 2px solid #c8c8c8;
    border-bottom: 2px solid #c8c8c8;
    background-color: #f1f1f1;
    background: linear-gradient(-45deg, #f1f1f1, #c8c8c8, #f1f1f1, #c8c8c8);
    background-size: 400% 400%;
    -webkit-animation: Gradient 3s ease infinite;
    -moz-animation: Gradient 3s ease infinite;
    animation: Gradient 3s ease infinite
  }

  .mob-form .form-heading {
    font-size: 18px;
    text-shadow: 0 1px 3px #fff;
    margin: 10px 0
  }

  .micro-form-field {
    font-size: 15px
  }

  .mob-form .form-group {
    margin-bottom: 8px
  }

  .mob-form .micro-form-btn {
    margin: 10px 0
  }

  .section {
    padding: 20px;
    margin: 10px;
    position: relative;
    overflow: hidden
  }

  .section-link {
    top: -70px;
    height: 70px
  }

  .section .head {
    color: #0279ec;
    font-family: roboto-bold, Helvetica, Arial, sans-serif;
    font-size: 30px
  }

  .section-heading {
    font-family: roboto-bold, Helvetica, Arial, sans-serif;
    font-size: 25px;
    text-align: center
  }

  .section-heading-sub {
    font-family: roboto-bold, Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center
  }

  .sectio-bro-btn {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    padding: 3px 20px
  }

  .table.micro-price-table {
    width: 100%
  }

  .table.micro-price-table .mb-w {
    min-width: 120px
  }

  .at-property-btn {
    padding: 2vw 4.5vw;
    width: 75%;
    text-align: center
  }

  .master-plan {
    display: block;
    width: 100%;
    height: auto
  }

  .master-plan img {
    max-width: 100%;
    max-height: 200px
  }

  .floor-plan-img {
    width: 100%;
    max-height: 200px
  }

  .ami-tab-link {
    width: 50%;
    text-align: center
  }

  .d-video {
    width: 100%;
    min-height: 250px
  }

  .lmap {
    width: 100%;
    height: 300px;
    border: 2px solid #d7d7d7
  }

  .loc-tab-link {
    width: 100%;
    text-align: center
  }

  .loc-con-head {
    font-size: 30px;
    padding-bottom: 5px;
    margin-bottom: 5px
  }

  .vsv-img {
    width: 100%;
    height: auto
  }

  .vsv-img img {
    min-height: 170px
  }

  .vsv-icon {
    background-color: #fff;
    -webkit-mask: url(data:image/svg+xml;
 base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ4NS43NCA0ODUuNzQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4NS43NCA0ODUuNzQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMjQyLjg3MiwwQzEwOC43MzIsMCwwLjAwNCwxMDguNzM2LDAuMDA0LDI0Mi44NjRjMCwxMzQuMTQsMTA4LjcyOCwyNDIuODc2LDI0Mi44NjgsMjQyLjg3Ng0KCQkJYzEzNC4xMzYsMCwyNDIuODY0LTEwOC43MzYsMjQyLjg2NC0yNDIuODc2QzQ4NS43MzYsMTA4LjczNiwzNzcuMDA4LDAsMjQyLjg3MiwweiBNMzM4LjQxMiwyNjMuOTRsLTEzNC4zNiw5Mi43MzINCgkJCWMtMTYuNzc2LDExLjU4OC0zMC41ODQsNC4yNDgtMzAuNTg0LTE2LjMxNlYxNDUuMzhjMC0yMC41NTYsMTMuODA4LTI3LjksMzAuNTg0LTE2LjMxMmwxMzQuMzIsOTIuNzMyDQoJCQlDMzU1LjEzNiwyMzMuMzg0LDM1NS4xNzYsMjUyLjM0OCwzMzguNDEyLDI2My45NHoiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center;
    mask: url(data:image/svg+xml;
 base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ4NS43NCA0ODUuNzQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4NS43NCA0ODUuNzQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMjQyLjg3MiwwQzEwOC43MzIsMCwwLjAwNCwxMDguNzM2LDAuMDA0LDI0Mi44NjRjMCwxMzQuMTQsMTA4LjcyOCwyNDIuODc2LDI0Mi44NjgsMjQyLjg3Ng0KCQkJYzEzNC4xMzYsMCwyNDIuODY0LTEwOC43MzYsMjQyLjg2NC0yNDIuODc2QzQ4NS43MzYsMTA4LjczNiwzNzcuMDA4LDAsMjQyLjg3MiwweiBNMzM4LjQxMiwyNjMuOTRsLTEzNC4zNiw5Mi43MzINCgkJCWMtMTYuNzc2LDExLjU4OC0zMC41ODQsNC4yNDgtMzAuNTg0LTE2LjMxNlYxNDUuMzhjMC0yMC41NTYsMTMuODA4LTI3LjksMzAuNTg0LTE2LjMxMmwxMzQuMzIsOTIuNzMyDQoJCQlDMzU1LjEzNiwyMzMuMzg0LDM1NS4xNzYsMjUyLjM0OCwzMzguNDEyLDI2My45NHoiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center;
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto
  }

  .disclaimer {
    font-family: Poppins, sans-serif;
    width: 100%;
    padding: 0 5% 2%;
    margin-bottom: 40px;
    font-size: 11px;
    letter-spacing: 0
  }

  .mob-action {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #0279ec;
    color: var(--colorBtn);
    box-shadow: 0 1px 6px 2px rgba(0, 0, 0, .4);
    z-index: 1030
  }

  .mob-action .nav-item {
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    width: 32%;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
  }

  .mob-action .nav-item:not(:last-child) {
    border-right: 1px solid var(--colorBtn)
  }

  .table-pricing tbody,
  .table-pricing td,
  .table-pricing th,
  .table-pricing thead,
  .table-pricing tr,
  table.table-pricing {
    display: block
  }

  .table-pricing thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px
  }

  .table-pricing tr {
    margin: 0;
    padding: 10px 0
  }

  .table-pricing tr:nth-child(odd) {
    background: #ccc
  }

  .table-pricing td {
    border: none;
    position: relative;
    text-align: center;
    padding: 3px
  }

  .table-pricing td:before {
    position: absolute;
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap
  }

  .price-type {
    font-size: 25px;
    font-weight: 600
  }

  .price-amt {
    font-size: 17px;
    font-weight: 600
  }

  .price-amt .mi {
    font-size: 14px;
    font-weight: 600;
    margin-right: 0
  }

  .table-pricing .btn-sm {
    padding: 5px 15px;
    font-size: 16px
  }

  .mi {
    margin-right: 5px
  }

  .mi.action-icon {
    font-size: 18px;
    color: var(--colorBtn)
  }

  .modal-logo {
    margin-top: 20px;
    max-height: 60px;
    max-width: 90%
  }

  .close {
    position: absolute;
    right: 10px;
    top: 3px
  }

  .modal-head {
    background-color: #0279ec
  }

  .modal-body {
    padding: 0
  }

  .modal-title {
    display: block;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--colorBtn);
    padding: 10px 0
  }

  .modal-title-secondary {
    display: block;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 10px 0 5px
  }

  .form-modal {
    padding: 5px 10px 10px
  }

  .modal-highlight,
  .modal-highlight-title {
    display: none
  }

  .modal-call-btn,
  .modal-call-btn:hover {
    display: block;
    background-color: #0279ec;
    color: var(--colorBtn);
    padding: 5px 0;
    text-decoration: none
  }
}

.info-box h4 {
  color: #fff;
}