@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body{
    font-family: 'Philosopher', sans-serif;
}
.header2 {
 color: #8d97ad;
    font-weight: 300;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    height: 90px;
}
.mobilee{
  display: none;
}
.desktope{
  display: block;
}
.floor-plan a img {
    border: 3px solid #19a534;
    margin: 8px 0px;
}
.map-img iframe{
  border: 2px solid #003585;
}
.contact-form .submit-btn .btn{
    background-color: #003585;
    color: #fff;
    padding: 8px 20px;
    background: linear-gradient(90deg, rgba(158,96,41,1) 0%, rgba(233,166,100,1) 24%, rgba(158,96,41,1) 100%);
}
.whtsap-btn:hover{
  color: #fff;
  text-decoration: none;
}
      .thanksyou-section {
    text-align: center;
    padding: 228px 0 100px;
    min-height: 90vh;
    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;
}
.desk-img{
  display: block;
  margin-top: -30px;
}
.mobi-img{
  display: none;
}
.thanksyou-section i {
    clear: both;
    width: 100%;
    font-size: 72px;
    color: #4caf50;
    text-align: center;
    font-weight: 700;
    padding-bottom: 35px;
}
span.dot-style {
    display: inline-block;
    padding: 0;
    position: relative;
}
span.dot-style.slideBorder:before {
    visibility: visible;
    left: -2px;
}
span.dot-style:before {
    content: '';
    background: url(../img/dot_black.png) no-repeat 0 0;
    position: absolute;
    left: 50%;
    bottom: -3px;
    height: 7px;
    width: 7px;
    line-height: 7px;
    transition: all .8s ease;
    visibility: hidden;
    z-index: 2;
}
span.dot-style i {
    font-style: normal;
    display: block;
    position: relative;
    padding: 0 35px 5px;
}
span.dot-style.slideBorder i:after {
    left: 0;
    right: 0;
}
span.dot-style i:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    margin: 0 auto;
    height: 1px;
    background: #006d3a;
    transition: all .8s ease;
}
span.dot-style.slideBorder:after {
    visibility: visible;
    right: -2px;
}
span.dot-style:after {
    content: '';
    background: url(../img/dot_black.png) no-repeat 0 0;
    position: absolute;
    right: 50%;
    bottom: -3px;
    height: 7px;
    width: 7px;
    line-height: 7px;
    transition: all .8s ease;
    visibility: hidden;
    z-index: 2;
}
.about-content {
    padding: 1rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-radius: 30px;
}
.get-call-back {
    position: fixed;
    top: 50%;
    right: -48px;
    background: #13458b;
    color: #fff;
    padding: 6px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    display: block;
    width: 130px;
    margin-top: -28px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 99;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 5px;
    text-align: center;
    background: linear-gradient(90deg, rgba(158,96,41,1) 0%, rgba(233,166,100,1) 24%, rgba(158,96,41,1) 100%);
}
.get-call-back:hover {
    color: #fff;
    text-decoration: none;
}
.banner-form-title{
  color: #fff;
    font-weight: 600;
    text-align: center;
    background-color: #13458b;
    padding: 8px 3px;
    border-radius: 6px;
    font-size: 20px;
  background: linear-gradient(90deg, rgba(158,96,41,1) 0%, rgba(233,166,100,1) 24%, rgba(158,96,41,1) 100%);
}
.pricing-divider h3{
  color: #fff;
}
input:focus, textarea:focus, button:focus, a:focus{
  box-shadow: none!important;
}
.banner-content h1 {
    font-size: 31px;
    font-weight: 700;
    color: #fff;
}
.header2 h1,
.header2 h2,
.header2 h3,
.header2 h4,
.header2 h5,
.header2 h6 {
  color: #3e4555;
}
.submit-btn btn{
      color: #fff;
    background-color: #003585;
    padding: 7px 20px;
}
.navbar-brand img{
    width: 173px;
}
.btns {
    /*background-color: #ffffffa3;*/
    padding: 10px 10px;
    border-radius: 10px;
    width: 100%;
    color: white;
}
nav.navbar{
    padding: 0px 0;
}
.header2.bg-success-gradiant {
    background: #fff;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.header2 ul.navbar-nav{
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 0 auto;
}
.header2 .font-12 {
  font-size: 12px;
}
.banner-form .submit-btn{
        background-color: #00458c;
    color: #fff;
        background: linear-gradient(90deg, rgba(158,96,41,1) 0%, rgba(233,166,100,1) 24%, rgba(158,96,41,1) 100%);
}
.header2 .dropdown-item {
  padding: 8px 1rem;
  color: #8d97ad;
}
.header2 .h2-nav .navbar-nav .nav-item .nav-link {
  padding: 12px 0px;
  color: #363636;
  font-weight: 500;
}
.header2 .h2-nav .navbar-nav .nav-item .nav-link:hover {
color: #00458c;
    font-weight: 600;
}
.header2 .h2-nav .navbar-nav .nav-item {
  margin: 0 12px;
}
.main-content .btn-success {
    padding: 9px 10px;
    display: inline-block;
    border-radius: 10px 0;
}
#hero {
    width: 100%;
    height: 100vh;
    background: url(../img/nr-img/b7.jpg) bottom center no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 25px;
    }
#hero:before {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#hero .banner-content {
    /*background-color: #fff;*/
    border-radius: 14px;
    padding: 20px;
}
.divider-custom {
       margin: 0rem 0 1.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.divider-custom .divider-custom-line {
       width: 100%;
    max-width: 7rem;
    height: 0.25rem;
    background-color: #19a534;
    border-radius: 1rem;
    border-color: #19a534;
    margin-right: 1rem;
}
.divider-custom.divider-light .divider-custom-icon span{
    color: #19a534;;;
    font-size: 2rem;
}
.divider-custom .divider-custom-line:last-child {
    margin-left: 1rem;
}

.NewLaunch{
           font-size: 48px;
    font-weight: 700;
    color: #e7a462;
    text-shadow: 0px 0px 11px #000;
}
.banner-form{
      background-color: #ffffffa8;
    padding: 1rem;
    border-radius: 1rem;
}
.banner .banner-content{
      background-color: #00000094;
    border-radius: 14px;
    padding: 20px;
}
.banner-content .get-brochure-btn{
  font-size: 16px;
    color: #063b65;
    font-weight: 600;
    background-color: #fff;
    padding: 8px 27px;
}
.banner-content .get-price-btn{
      font-size: 16px;
    color: #fff;
    font-weight: 600;
    background-color: #13458b;
    padding: 8px 27px;
}
.modal .modal-content{
  overflow:hidden;
}
.main-banner-section {
    z-index: 999;
    position: relative;
}
.modal .form-control {
  height: 40px;
    border-radius: 0px;
    padding-left: 15px;
    color: #000;
}
.modal .btn {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
padding-right:20px;
background:#007b5e;
border-color:#007b5e;
}
.modal .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #007b5e;
  outline: 0;
  box-shadow: none;
}
.modal .top-strip{
    height: 155px;
    background: #003679;
    transform: rotate(
141deg
);
    margin-top: -94px;
    margin-right: 190px;
    margin-left: -130px;
    border-bottom: 65px solid #ffffff;
    border-top: 10px solid #ffffff;
}
.modal .bottom-strip{
height: 155px;
  background: #fff;
  transform: rotate(112deg);
  margin-top: -110px;
  margin-right: -215px;
  margin-left: 300px;
  border-bottom: 65px solid #003679;;
  border-top: 10px solid #003679;;
}
h3.modal-heading{
  text-transform: uppercase;
  background-color: #003679;
  color: #fff!important;
  padding: 6px;
  font-size: 20px;
  font-weight: 500;
}
.modal-body{
  padding: 0;
  background-color: #13458b;
}
.modal-form-section{
  padding: 10px 33px;
}
.modal-submit-btn{
    margin-top: 1.5rem;
    padding: 7px 20px;
    border: none;
    background-color: #349d2a;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    border-radius: 5px;
}
.modal button.close{
  background-color: white;
    color: #003c75;
    padding: 0px 7px 7px;
    margin: 0;
    opacity: 1;
}
.bid-site-visit {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    display: none;
}
.bid-site-visit .row {
    background: #13458b;
    color: #fff;
    border: 1px solid #fff;
    line-height: inherit;
}
.bid-site-visit .row a{
        font-size: 17px;
    padding: 8px 0px;
    display: block;
    color: #fff;
}
.bid-site-visit .row a.whatsapp_btn {
    padding: 0!important;
}
.bid-site-visit .row a img {
    width: 41px;
}
.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: 2px;
    font-size: 17px;
    font-weight: 500;
}
.price-table .pricing-divider {
       border-radius: 0px;
    background: #C64545;
    padding: 0.4em 0 0.1em;
    position: relative;
}
.price-table .green .pricing-divider {
background: #13458b; 
background: linear-gradient(90deg, rgba(158,96,41,1) 0%, rgba(233,166,100,1) 24%, rgba(158,96,41,1) 100%);
}
.whtsap-btn {
    position: fixed;
    bottom: 50px;
    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;
}
.whtsap-btn span{
  font-size: 32px;
}
.price-table .green b {
  color:#1AA85C
}
.price-table .pricing-divider-img {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 80px;
}
.Payment-plan {
/*    margin-top: 3rem;*/
    text-align: center;
}
.Payment-plan p {
    font-size: 23px;
    background-color: #1b5aa9;
    color: #fff;
    display: inline-block;
    padding: 0.6rem 2rem;
}
.Payment-plan p span {
    background-color: #fff;
    color: #285aa8;
    padding: 2px 20px;
}

.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 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    text-align: center;
}
.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: #fff;
    background-color: #fff;
    padding: 4px 17px;
    border-radius: 5px;
  }
  .getpricebtn:hover{
  color: #fff;
    background-color: #1662da;
    padding: 3px 17px;
    border-radius: 5px;
    text-decoration: none;
}
.about-section{
     padding: 50px 0;
    background-color: #ffffff;
}
.about-section p{
  font-size: 17px;
}
.about-section h1{
      font-size: 40px;
    font-weight: 700;
    color: #00458c;
    margin-bottom: 2rem;
}
.am-sec {
text-align: center;
    padding: 20px 10px;
    margin: 10px 0;
    transition: .5s ease-in-out;
    border-radius: 20px;
}
.am-sec span {
  font-size: 37px;
  color: #00448b;
  padding: 8px;
}
.am-sec p {
  font-size: 1.3em;
  color: #244a69;
  margin-top: 0.7em;
  text-transform: capitalize;
}
.am-sec:hover {
  background-color: #fffbf3;
  border-radius: 15px;
}
.amenities{
  padding: 50px 0;
}
.amenities h2.h1{
  font-weight: 700;
  margin-bottom: 2rem;
}
.service-16 {
  font-weight: 500;
}
.service-16 h1, .service-16 h2, .service-16 h3, .service-16 h4, .service-16 h5, .service-16 h6 {
  color: #ffffff;
}
.service-16 .font-weight-medium {
  font-weight: 500;
}
.service-16 .op-7 {
  opacity: 0.7;
}
.service-16 .wrap-service-16 .spacing {
  padding: 80px 35px;
}
.service-16 .wrap-service-16 .with-bg {
  width: 100%;
  min-height: 200px;
  background-size: cover;
  background-position: center center;
}
.service-16 .wrap-service-16 .with-text {
  max-width: 520px;
  margin-left: 80px;
  color: #fff;
}
.service-16 .list-style-none {
  list-style: none;
}
.service-16 .bg-info-gradiant {
    background: #13458b;
}
.service-16 .btn-md {
    padding: 10px 18px;
    font-size: 19px;
    background-color: #57b84e;
    color: #fff;
    text-transform: uppercase;
    background: linear-gradient(90deg, rgba(158,96,41,1) 0%, rgba(233,166,100,1) 24%, rgba(158,96,41,1) 100%);
}
.service-16 .wrap-service-16 .spacing1 {
  padding: 30px 0px;
}
.service-16 i{
  position: absolute;
    left: 85px;
    font-size: 26px;
}
.contact-form{
      background-color: #fff;
    padding: 20px;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
/*    border-radius: 35px;*/
/*    border: 10px solid #b7b7b7;*/
}
.gallery .img{
  margin: 15px 0;
}
.section-title{
    font-weight: 700;
        margin-bottom: 2rem;
}
.price-table tr td a {
    color: #fff;
    background-color: #19a534;
    padding: 5px 10px;
    font-weight: 400;
    font-size: 17px;
    border-radius: 5px;
}
.price-table tr td a:hover{
  text-decoration: none;
  box-shadow: none;
}
#gallery img{
    margin: 15px 0;
/*    border-radius: 28px;*/
    height: 235px;
    object-fit: cover;
/*    border: 3px solid #bbd7ff;*/
}
.container-fluid.nr-flude {
    width: 88%;
}
.banner6 {
  color: #8d97ad;
  font-weight: 300;
  overflow: hidden;
  position: relative;
  background-color: #d9d9d9;
}
.banner6.sitemap{
  background-color: #fff !important;
}
.banner6.sitemap h2{
 color: #1b5aa9;
}
    
.banner6.sitemap img{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  height: 400px;
  object-fit: cover;
/*  border-radius: 30px;*/
}
.gallery h2{
 color: #1b5aa9;
 margin-bottom: 6px;
}

    
.contact .contact-form-heading{
    color: #003585;
    text-align: center;
    padding: 10px 0;
}
.banner6 .subtitle {
  color: #8d97ad;
  line-height: 24px;
}
.banner6 a {
  text-decoration: none;
}
.banner6 .btn-danger-gradiant {
  background-color: #00498d;
}
.banner6 .btn-danger-gradiant:hover {
  background: #00498d;
}
.banner6 .btn-md {
  padding: 15px 45px;
  font-size: 16px;
}
.banner6 .bg-facebook {
  background-color: #3b5a9a;
}
.banner6 .bg-twitter {
  background-color: #56adf2;
}
.banner6 .text-danger {
  color: #ff4d7e !important;
}
.banner6 .right-image {
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
}
@media (max-width: 1023px) {
  .banner6 .contact-form {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .banner6 .right-image {
    position: relative;
    bottom: -95px;
  }
}
@media (min-width: 1024px) {
  .header2 .navbar-nav>.dropdown .dropdown-menu {
    min-width: 210px;
    margin-top: 0px;
  }
  .header2 .dropdown-submenu:hover>.dropdown-menu {
    display: block;
  }
.header2 .dropdown-toggle::after {
  display: none;
}
.header2 .dropdown-submenu>.dropdown-menu.menu-right {
  left: auto;
  right: 100%;
  top: 0;
}
  .header2 .hover-dropdown .navbar-nav > .dropdown:hover > .dropdown-menu {
      display: block;
      margin-top: 0px;
  }
.header2 .h2-nav .navbar-nav .nav-item .btn:hover {
    opacity: 1;
}
.header2 .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0;
    border-radius: 0.25rem;
    display: none;
}
}
@media (max-width: 767px){
    .navbar-brand img{
        width:170px;
    }
    .header2 {
    color: #8d97ad;
    font-weight: 300;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    padding: 1px 5px 2px 5px;
}
}
@media (max-width: 370px) {
  .banner3 .left,
  .banner3 .right {
    padding: 25px;
  }
}
@media (max-width: 320px) {
  .banner3 .left,
  .banner3 .right {
    padding: 25px 15px;
  }
}
.banner3 .font-14 {
  font-size: 14px;
}
.banner3 .text-inverse {
  color: #3e4555 !important;
}
.floor-plan a{
  border: 0px solid #003585;
}
.floor-plan a img{
  border: 1px solid #44e93b;
}
.header2 .btn-dark {
    color: #fff;
    background-color: #00458c;
    /*! border-color: #00458c; */
    font-weight: 500;
    background: linear-gradient(90deg, rgba(158,96,41,1) 0%, rgba(233,166,100,1) 24%, rgba(158,96,41,1) 100%);
}
.header2 .btn-dark:hover {
    color: #fff;
    background-color: #00458c;
    border-color: #00458c;
}
footer{
      background-color: #103584;
    color: #fff;
    padding: 1rem;
}
footer p a{
  color: #fff;
  font-weight: 500;
}
footer p a:hover{
  color: #fff;
  font-weight: 500;
}
.booking-call-strip {
    background: #1e458a;
    padding: 25px 15px;
    margin: 50px 0;
    background: linear-gradient(90deg, rgba(158,96,41,1) 0%, rgba(233,166,100,1) 24%, rgba(158,96,41,1) 100%);
}
.booking-call-strip h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
}
.booking-call-strip h4 a {
    font-size: 40px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
}
.booking-call-strip h4 i {
    transform: rotate( 93deg);
    font-size: 31px;
    margin-right: 11px;
}
.one-band {
     background: #1e458a;
    padding: 20px 0;
     background: linear-gradient(90deg, rgba(158,96,41,1) 0%, rgba(233,166,100,1) 24%, rgba(158,96,41,1) 100%);
}
h3.text-warning{
color: #ffffff!important;
    text-shadow: 1px 1px 1px #000;
    font-weight: 600;
}
.amenities-listing {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.amenities-box {
    width: 22%;
    background: rgb(255, 255, 255);
    margin: 0 31px 30px 0;
    display: flex;
    align-items: center;
    padding: 20px;
    color: #0e0d0d;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid rgb(155 155 155);
}
.amenities-image {
    margin-right: 10px;
}

.amenities-box i {
    font-size: 44px;
    display: inline-block;
    color: #0e57a4;
    padding-right: 11px;
}
.amenities-box:hover {
            transform: translateY(-10px);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
            z-index: 1; /* Bring to front on hover */
            border: 1px solid #4ceb41;
        }
.amenities-content {
    font-size: 18px;
    font-weight: 500;
    color: #0e57a4;
}

.one-band h3 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
.fsdgfdone-band.one-band p {
  margin: 0;
  color: #fff;
  margin-top: 10px;
}
.one-band a {
    width: 188px;
    background: #ffffff;
    padding: 12px 15px;
    font-size: 21px;
    color: #254589;
    font-weight: 400;
    border-radius: 0;
    box-shadow: -4px 4px 0 0 #ffffff4f;
    transition: ease all .5s;
    border: none;
    text-transform: uppercase;
}
.one-band a.btn:hover{
 
    background: #00458c;
    color: #fff;
}
.price-table {
    background-color: #f9f9f9;
    padding: 50px 0;
}
.heading2 {
    margin-bottom: 0.8rem;
    text-align: center;
    color: #052c3f;
    text-transform: uppercase;
    font-weight: 700;
   font-size: 2.3rem;
       margin-bottom: 2rem;
}
.price-table table {
    border: 1px solid #dee2e6;
    width: 800px;
    margin: 0 auto;
    table-layout: fixed;
}
.price-table thead {
    background-color: #003585;
    color: #fff;
    border-bottom: none;
}
.price-table table thead tr th {
    padding: 10px 15px;
}
@media (max-width: 767px) {
.booking-call-strip h4 a{
font-size: 28px;
}

.desk-img{
  display: none;
}
.mobi-img{
  display: block;
}

.amenities-listing .amenities-box {
    width: 44%;
    text-align: center;
    flex-direction: column;
    padding: 10px;
    margin: 5px;
}
.amenities-image {
    margin-right: 0px;
}
.amenities-content {
    font-size: 14px;
}
.service-16 i {
    position: absolute;
    left: 30px;
    font-size: 26px;
}
.mobile-margin{
  margin-top: 4rem;
}
.mobilee{
  display: block;
}
.desktope{
  display: none;
}
    .service-16 .wrap-service-16 .with-text {
      margin-left: 0px;
  }
  .NewLaunch {
    font-size: 33px;
    font-weight: 700;
}
.banner-content h1 {
    font-size: 19px;
    font-weight: 700;
}
.banner-content h3.text-white {
    font-size: 1.45rem;
}
.banner-content .get-brochure-btn {
    padding: 8px 9px;
}
.heading2{
  font-size: 1.5rem;
}
.one-band h3 {
    font-size: 22px;
    }
    .one-band a {
    margin-top: 1rem;
  }
.banner-form{
      margin-top: 1rem;
}
.banner3 h3.font-weight-medium {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    padding: 10px 3px;
    background-color: #1ea837;
    color: #fff;
}
.am-sec {
    text-align: center;
    padding: 1px 0px;
    margin: 3px 0;
    box-shadow: none;
  }
  .am-sec p {
    font-size: 1em;
    color: #244a69;
    margin-top: 0em;
    text-transform: capitalize;
}
.one-band {
    text-align: center;
}
.service-16 .wrap-service-16 .with-text {
    margin-left: 0px;
    padding: 0px 8px 0 30px;
}
.service-16 span.material-icons {
    left: 2px;
}
.contact .contact-form-heading{
  font-size: 24px;
    font-weight: 600;
}
  .banner6 .contact-form {
      padding-left: 15px;
    padding-right: 15px;
    margin-top: 2rem;
  }
  .bid-site-visit {
    display: block;
}
#hero {
    width: 100%;
        height: 110%;
    padding: 50px 0;
}

.about-section h1 {
    font-size: 25px;
}
.whtsap-btn{
  display: none;
}
.floor-plan a img {
    border: 3px solid #19a534;
    margin: 8px 0px;
}
.price-table .princing-item {
    transition: all 150ms ease-out;
    margin: 10px 0;
}
footer {
    padding-bottom: 2rem;
}
#hero .banner-content {
    margin-top: 4rem;
}
.NewLaunch {
    font-size: 24px;
  }
  .banner-content h3.text-warning {
    font-size: 1.25rem;
}
.banner-content .get-price-btn {
    padding: 8px 13px;
}
#hero .banner-content {
    padding: 0px;
    text-align: center;
}
.banner-content h3.text-white {
    font-size: 1.25rem;
}
}
.captch-foter{
  display: flex;
}
.captch-foter img {
    width: 31px;
    margin: 2px 5px;
}
.captcha-code {
    background-color: #20a739;
    color: #fff;
    outline: none;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
}
.plus-captcha {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.plus-captcha .plus-text{
    margin: 5px 5px;
    color: #fff;
}
.plus-captcha span {
    margin-top: 7px;
    margin: 6px 6px;
}
#ns-text {
    color: #13458b;
}
#new-ns {
    height: 300px;
}
#new-js {
    height: 250px;
}
#js-pp {
    width: 294px;
}
/*nr-add*/
.container-nr {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: stretch; /* Ensures equal height for both rows */
            max-width: 1200px;
            margin: auto;
            height: 395px; /* Set a fixed height for both rows */
            margin-top: 60px;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
            border-radius: 20px;
            margin-bottom: 10px;
        }

        .left-r {
            width: 46%;
            position: relative;
            overflow: hidden; /* Prevents overflow on zoom */
        }
        .right-r {
            width: 54%;
            position: relative;
            overflow: hidden; /* Prevents overflow on zoom */
        }

        .left-r img {
            width: 100%;
            height: 100%; /* Makes the image cover the entire row */
            object-fit: cover; /* Ensures the image covers its container without distortion */
            transition: transform 0.3s ease;
            cursor: zoom-in;
        }

        .left-r img:hover {
            transform: scale(1.1);
        }

        .right-r {
            display: flex;
            flex-direction: column;
            justify-content: center; /* Centers the content vertically */
            padding: 20px;
            background-color: white; /* Optional: Add a background for contrast */
        }

        .right-r h1 {
            font-size: 2em;
            margin: 0;
        }

        .right-r p {
            margin-top: 10px;
            font-size: 17px;
            color: #000000b8;
            line-height: 1.6;
        }

        @media (max-width: 768px) {
            .container-nr {
                flex-direction: column;
                height: auto; /* Remove fixed height for smaller screens */
            }

            .left-r, .right-r {
                width: 100%;
            }
        }
   .w-100 {
    width: 100% !important;
    height: 100%;
    border: 1px solid #939393;
}
.w-100:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border: 2px solid #4ceb41;
}
#pricelist {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.bl-ink{
    animation: blink 1s infinite; /* Apply blink animation */
}
@keyframes blink {
            0%, 100% {
                opacity: 1;
            }
            50% {
                opacity: 0;
            }
        }

.img-box-nr {
    /*width: 300px;   Set your desired width 
    height: 200px;  Set your desired height */
    overflow: hidden; /* Hide overflow if needed */
    border: 1px solid #ccc; /* Optional: add a border */
    display: flex; /* Center the image */
    align-items: center; /* Vertically center */
    justify-content: center; /* Horizontally center */
}

.img-box-nr img {
    max-width: 100%; /* Ensure the image fits */
    max-height: 300px; /* Maintain aspect ratio */
    object-fit: cover; /* Crop the image if necessary to cover the box */
}

        .swiper {
            width: 100%;
            height: 100%;
        }

        .swiper-slide {
            display: flex; /* Center content inside the slide */
            align-items: center;
            justify-content: center;
            background-color: #f0f0f0; /* Background color for visibility */
            border: 1px solid #ccc; /* Optional border */
            border-radius: 4px; /* Rounded corners */
        }

        @media (max-width: 768px) {
            .container {
                flex-direction: column; /* Stack columns on smaller screens */
            }

            .image-column, .slider-column {
                width: 100%; /* Full width on smaller screens */
            }
        }
        .position-relative.jr-ul {
    margin-bottom: 3px;
}
#nr-car {
    padding: 5px;
}

.btn-success {
  color: #fff;
  background-color: #c18145;
  border-color: #c18145;
}