@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');
body {
    font-size: 16px;
    color: #333;       
    font-family: 'Poppins', sans-serif;
}
a{text-decoration:none;}
.same-section {  
padding: 30px 0;
}  
.highlight-section{background-color: #f9f9f9;}      
.project-info-section {
    display: none;
}
.container {     
    max-width: 1280px;
}            
/* Slick Slider */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

header{
    position:fixed;
    width:100%;
    top:0;
    left:0;
    z-index:999;
    transition:all .5s;
    padding:10px 0;
    background-color: #fff;
}
.bgphn{border: 1px solid rgba(255,255,255,.4);border-radius: 10px;}
.modal .modal-content .form-control:focus{color:#333;border-color: #333;}
.darkHeader{
    background-color:#fff;
    padding: 5px 0;
    box-shadow: rgb(0 0 0 / 15%) 0px 1px 2px;
}
.darkHeader .project-logo{max-width: 120px;}
.header-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    position:relative;
}
.luxury-logo{
    max-width:130px
}
.menu ul{
    margin:0;
    padding:0;
    list-style:none;
    display:flex;
    align-items:center;
    justify-content:space-between
}
.home-slider img{width: 100%;height: 100%;object-fit: cover;}
.menu ul li a{
    color:#000;
    text-transform:uppercase;
    font-size:20px;
    text-decoration:none;
    font-family: 'Poppins', sans-serif;
    padding:10px 15px;  
    width:auto;
    display:inline-block;
    border-radius: 30px;
}
.menu ul li a.bgphn{background: #FF5A3C;color: #fff;border-color: #FF5A3C;line-height: 1;}
.menu ul li a.bgphn i{font-family: 'Fontawesome';margin-right: 5px;}
.menu ul li a.bgphn:hover{border-color: #333;background:#333;color: #fff !important;}
.menu ul li a:hover{
    background-color:transperent;
    color: #005538; 
}
.home-banner{height:75vh;overflow: hidden;}
.home-banner-img {
    display: none;
}
.home-slider{position:relative;}
.home-banner{position: relative;}
.home-banner:before{background:url(../images/pattern-black.png) rgba(0, 0, 0, 0.6) repeat;position: absolute;content: "";width: 100%;height: 100%;left:0;right: 0;top:0;bottom: 0;z-index: 2;}
.home-banner .overleytxt strong{text-align:left;font-size: 18px;margin-bottom:30px;font-weight: 600;text-transform: capitalize;background: linear-gradient(
        to right,
        #ffffff 20%,
        #e2e2e2 30%,
        #d7d7d7 70%,
        #FFFF00 80%
    );
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 28px;text-transform: capitalize;font-weight: 700;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;display:block;}
@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
.overleytxt{/*position: absolute;left:0%;top: 50%;transform:translate(0,-50%);z-index: 2;max-width:700px;right: 0;margin: 0 auto;text-align: center;*/}
.home-banner .row{position: absolute;left:0%;top:50%;transform:translate(0,-50%);right: 0;margin: 0 auto;z-index:2;max-width: 1280px;align-items: center;}
.overleytxt h6{color:#FFCC33;font-size: 26px;text-transform: capitalize;font-weight: 600;margin-bottom: 20px;}
.overleytxt h1{color: #fff;margin:0 0 30px;position: relative;padding-bottom: 20px;font-weight: 600;display: table;text-transform: uppercase;text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.35);font-size: 50px;}
.overleytxt h1:after{position: absolute;left: 0;bottom: 0;width: 70px;height: 4px;background:#FFCC33;content: "";}
.overleytxt p{color: #fff;margin-bottom:40px;line-height:30px;font-weight: 400;font-size: 16px;}
.overleytxt .vstlnk{border-radius:5px;padding:8px 25px;background:#FF5A3C;color: #fff;border:1px solid #FF5A3C;font-weight: 500;text-decoration: inherit;font-size: 16px;}
.overleytxt .vstlnk:hover{background:#FFCC33;border-color:#FFCC33;color: #333;}
.home-slider .owl-dots .owl-dot{width: 16px;height: 16px;background: #fff;margin: 0 10px;border-radius: 100%;}
.home-slider .owl-dots .owl-dot.active{background: #005538;}
.project-configurations {
    text-shadow: 0px 1px 2px #000;
    padding-left: 30px; 
}
.businesssec{background: #fff;}
.businesssec .busnebximg{height: 500px;position: relative;}
.businesssec .busnebximg:before{position: absolute;left: 0;right: 0;background: rgba(0,0,0,.7);content: "";width: 100%;height: 100%;}
.businesssec .busnebximg img{width: 100%;height: 100%;object-fit: cover;}
.businesssec .busnebximg .ovrlytxt{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.businesssec .busnebximg .ovrlytxt h2{font-size:40px;font-weight: 700;color: #fff;letter-spacing: 3px;text-transform: uppercase;}
.home-banner .form {width:85%;flex: 0 0 100%;color: #fff;margin: 0 auto;z-index: 2;}
.home-banner .form .animated_form {margin-bottom: 50px;background-color:rgba(255,204,51,.8);padding: 20px 15px;display: flex;flex-wrap: wrap;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}
.home-banner .form .animated_form .form-head {max-width: 100%;flex: 0 0 100%;}
.home-banner .form .animated_form .form_heading {margin-top: -58px;font-size: 18px;background-color: #fff;display: table;
padding: 8px 25px;color: #333;box-shadow: 2px -3px 10px rgb(0 0 0 / 10%);border-top-left-radius: 7px;border-top-right-radius: 7px;
}
.home-banner .form input[type="submit"]{width:auto;border-radius: 5px;margin-left: 10px;background-color: #FF5A3C;border-color: #FF5A3C;padding-right:20px !important;color:#fff !important;margin-bottom:0;}
.home-banner .form .form-content {display: flex;flex-wrap: wrap;width: 100%;}
.home-banner .form .animated_form .form-group{max-width:calc(47% - 10px);flex: 0 0 calc(47% - 10px);
 margin: 0 10px 20px;}
.home-banner .form .animated_form .form-label {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #999;
    background-color: #fff;
    z-index: 10;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
}
.home-banner .form .animated_form .form-input {
    position: relative;
    padding: 5px 10px;
    width: 100%;
    margin-bottom:0;
    height: 50px;
    outline: 0;
    border: 0;
    box-shadow: 0 1px 0 0 #e5e5e5;
    transition: box-shadow 150ms ease-out;
    border-radius: 5px;
}
.amemities-section a.btn{display: table;margin: 20px auto;width: auto;background: #333;border-color: #333;}
.amemities-section a.btn:hover{color: #fff;}
.project-rera {
    position: relative;
    margin: 3px 0 0 0;
}
.project-rera-mobile {
    display: none;
}
.banner-cnt {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 15px;
    z-index: 1;
} 
.project-configurations h1 {
    color: #fff;
    font-size: 42px;
    font-family: 'poppinsbold';
}
.project-configurations p {
    font-size: 16px;
    color: #fff;
    font-family: 'poppinsbold';
}
.configuration-item {
    padding-right: 20px;
}
.configuration-item h4 {
    color: #c08831;
    font-size: 20px;
    font-family: 'poppinssemibold';
    text-transform: uppercase;
} 
.configurations-size {
    position: relative;
}
.banner-configurations-site-visit {
    display: flex;
    align-items: center;
}
.banner-configurations {
    display: flex;
}
.configurations-size::after {
    content: "";
    background-color: gainsboro;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 10px;
    bottom: 0;
}
.project-configurations .configuration-item p {
    margin: 0;
}
.project-configurations .configuration-item p span {
    color: #c08831;
} 
.btn:focus{outline: inherit;box-shadow: none;}
.btn {
    background-color: #FF5A3C;
    border-radius:30px;
    color: #fff;
    font-size: 16px;
    letter-spacing:1px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #FF5A3C;
    padding: 12px 25px;
}
.btn:hover{background-color: #333;color: #fff;border-color: #333;}
.about-section{background: url(../images/buildingbg.png) no-repeat top left;background-size: contain;}
.about-section .paddlft{padding-left: 40px;}
.project-site-visit { 
    display: flex;
    align-items: center;
} 
.project-info-item {
    text-align: center;
    padding-top: 30px;
    height: 100%;
}
.project-info-item h3 {
    color: #232323;
    font-size: 16px;
    margin: 10px 0;
    font-weight: 700;
}
.project-info-item p {
    color: #232323;
    font-size: 14px;
}
.project-info-border {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.inner-title h2 {
    color: #b12526;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 20px;
}
.inner-title h2:before{position: absolute;bottom: 0;left: 0;background:#333;width: 70px;height: 4px;content: "";}
.inner-title p {
    color: #666666;
    font-size: 16px;
    line-height: 1.8em;
    text-align: justify; 
    margin: 0 0 5px 0; 
}
.inner-title p a {
    color: #666666;
    text-decoration: none;
}  
#floor-plan .project-site-visit a:hover {
    color: #fff;
}  
a:-webkit-any-link:focus-visible{outline: inherit;}
.about-video {
    position: relative;
    height: 100%;
} 
.about-video img{max-width: 100%;display: block;margin: 0 auto;}
.about-section .inner-title h2{display:block;border-radius:0px;position: relative;font-weight: 600;color: #005538;font-size: 28px;margin-top: 10px;margin-bottom: 20px;}
.about-section .inner-title p{margin-bottom: 20px;line-height:26px;}
.img-box { 
    background-image: url("../images/dlf-one-midtown-video.webp");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    display: inline-block;
    background-position: 100% 100%;
}
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
}
.highlight-div {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}
.highlight-div h3 {
    background-color: #c08831;
    color: #fff;
    font-size: 20px;
    padding: 20px 32px;
    margin: 0 0 30px 0;
}
.highlight-div p {
    color: #666;
    font-size: 16px;
    padding: 20px 32px;
    margin: 0;
}   
.table.table-bordered tr th, .table.table-bordered tr td {
    color: #fff;
    border: 2px solid #c08831;
    vertical-align: middle;
}
.highlight-div ul {
    list-style: none;
    width: 100%;
    display: inline-block;
    padding-right: 10px; 
}
.highlight-div ul li {
    color: #666666;
    font-size: 16px;
    font-weight: 600;
    padding-left: 30px;
    margin-bottom: 15px;
    position: relative;
}
.highlight-div ul li::before {
    position: absolute;
    content: '\f00c';
    left: 0px;
    top: 0px;
    color: #c08831;
    font-size: 18px;
    font-weight: 400;
    font-family: 'FontAwesome';
}
.highlight-image {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-title {
    margin:0 auto 20px auto;
}

.section-title h2 {
    font-size: 36px;
    color: #FF5A3B;
    line-height: 1em;
    font-weight: 600;    
    position: relative;
    display: table;
    padding-bottom: 30px;
    margin: 0 auto 20px;
    text-transform: capitalize;
}
.section-title h2:after{    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin:0 auto;
    background: #ffc107;
    width: 70px;
    height: 4px;
    content: "";}
.gray-background {
    background-color: #2a2a2a;
}
.gray-background .inner-title h2 {
    color: #005538;
}
.gray-background .inner-title p {
    color: #fff;
}
.floor-plan-section .container-fluid {
    padding: 0;
}
.features-section .container-fluid {
    padding: 0;
} 
#gallery .container-fluid {
    padding: 0;
} 
.location-advantage-section .container-fluid {
    padding: 0;
} 
.floor-plan {
    background-color: #fff;
    padding: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
} 
.floor-plan-img {
    box-shadow: 0px 0 5px gainsboro;
    text-align: center;
    padding: 15px;
    width: 100%; 
}  
.floor-plan-cnt {
    padding: 45px;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #fff;
}
.floor-plan-cnt .form-control{border-color: #e2e2e2;color: #333;}
.floor-plan-cnt .form-control:focus{border-color: #e2e2e2;color: #333;}
.floor-plan-cnt .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#333; /* Firefox */
}

.floor-plan-cnt .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#333;
}
.locadvntge{max-width: 1920px;position: relative;margin:0 auto;background: url(../images/locadvbgimgwrp.jpg) no-repeat;background-position: center center;background-size: cover;background-attachment: fixed;}
.locadvntge:before{content: "";height: 100%;right: 0;position: absolute;top: 0;width:100%;z-index: 0;background: rgb(220,53,69);
background: linear-gradient(90deg, rgba(220,53,69,1) 35%, rgba(255,204,51,1) 100%);opacity: .9;}
.locadvntge .section-title h2{color: #fff;}
.locadvntge ul{padding-bottom: 0;list-style:none;}
.locadvntge .container{position:relative;z-index: 2;}
.locadvntge ul li{position: relative;margin-bottom:20px;color: #fff;}
.locadvntge ul li:last-child{margin-bottom: 0;}
.locadvntge ul li span{width:30px;height:30px;display: inline-block;vertical-align: middle;line-height:30px;margin-right:10px;background: #fff;border-radius: 100%;text-align: center;font-weight: 700;color:#FF5A3C;}
.locadvntge ul li b{text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.35);}
.floor-plan-cnt .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color:#333;
}
.inner-title {
    width: 100%;
}
.inner-title .project-site-visit {
    margin: 20px 0 0 0;
}
.about-section .inner-title .project-site-visit a{font-size: 13px;}
.featured-inner h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    padding-left: 25px;
    border-left: 6px solid #c08831;
    text-transform: uppercase;
}
.featured-inner p {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0;
    padding-left: 30px;
}
.featured-inner {
    margin-top: 35px; 
}
.gray-background .inner-title ul {
    padding: 0;
    list-style: none;
    color: #fff;
    margin: 0;
}
.gray-background .inner-title ul li {
    font-size: 16px;
    font-weight: 500;
    padding-left: 30px;
    margin-bottom: 15px;
    position: relative;
}
.gray-background .inner-title ul li::before {
    content: '\f00c';
    font-size: 16px;
    font-weight: 400;
    font-family:"FontAwesome";
    position: absolute;
    left: 0;
    top: 0;
    color: #b12526;  
}
.copyright {width: 100%;color: #fff;font-size:15px;}
.location-map-div {
    height: 100%;
    background: #edfcf7;
}
img{max-width: 100%;}
.floorsec .section-title{margin-bottom: 0;}
.call-to-action-section {
    background-color: #c08831;
    padding: 40px 0;
}
.call-to-action-button {
    text-align: right;
}
.call-to-action-button .btn {
    background-color: #fff;
    color: #c08831;
    border-color: #fff;
}
.call-to-action-cnt p {
    color: #fff;
    font-size: 15px;
    margin: 0; 
} 
.modal-backdrop.show{opacity: .89;}
.specialist-block {
    margin-bottom: 30px;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px;
    min-height: 90%;   
} 
.specialist-block a {
    color: #fff;
    text-decoration: none;
}
.faq-section {
    background-color: #2a2a2a;
    padding: 40px 0;
}
.faq-section .section-title h2 {
    color: #fff;
    margin: 0 0 20px 0;
}
.faq-section .section-title p {
    color: #fff;
}
.faq-section .section-title p a {
    color: #fff;
}
.specialist-block h5 {
    margin-bottom: 10px;
    padding-left: 20px;
    border-left: 6px solid #c08831;
}
.specialist-block p {
    text-align: justify;
    margin: 0;
}
.top-footer {
    position: relative;
    padding: 50px 0px 50px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.location-detail {
    padding: 30px 30px;
    /* background-color: #2c2c2c; */  
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.3);
}
.top-footer .container {
    position: relative;
    padding: 0;
}
.location-detail h4 {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
}
.location-item {
    margin-top: 30px;
}
.location-item h5 {
    font-size: 22px;
}
.location-item p {
    margin: 0;
    font-size: 14px;
}
.location-item p a {
    color: #fff;
    text-decoration: none;
}
.form-footer h4 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 22px;
    letter-spacing: 1px;
    background-color:#FF5A3C;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
}
.form-footer .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 1; /* Firefox */
}

.form-footer .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333;
}

.form-footer .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #333;
}
.icncntwrerp{margin-bottom: 40px;}
.form-footer .padfrmlr{padding: 0 20px;}
.form-footer .form-control{border: none;border-bottom: 1px solid #333;color: #333;padding-left:0;padding-right:0;}
.form-footer textarea.form-control{height: 100px;}
#exampleModal .modal-dialog{max-width: 700px;}
.form-footer .send_btn{font-size: 14px;}
.icncntwrerp .icn{margin-bottom: 10px;}
.icncntwrerp span{font-size: 14px;}
.gallery-section ul#tabs-nav {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 5px;
  overflow: auto;
  text-align: center;
}
.gallery-section ul#tabs-nav li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  /*border: 1px solid #d5d5de;
  border-bottom: none;*/
  cursor: pointer;
}
.gallery-section ul#tabs-nav li:hover a,
.gallery-section ul#tabs-nav li.active a
{
    color: #fff;
    background-color: #005538;
}
.gallery-section #tabs-nav li a {
  text-decoration: none;
  color: #333;
  padding:12px 30px;
  background-color: #edfcf7;
   border-radius:30px;
   display: block;
}
.gallery-section .tab-content {
 display: flex;
 flex-wrap: wrap;
}
.form-group {
    margin-bottom: 20px;
    position: relative;
}
.form-control {
    border-radius: 0;
    padding: 10px 15px;
}
.formwrapper textarea.form-control {
    height: 100px !important;
    resize: none;
}
.form-control {
    border-radius: 0;
    padding: 10px 15px;
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
}
.countryCode { 
    position: absolute;
    width: 100px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    height: 57%;
    border: 0;
    background-color: transparent;
    z-index: 1;  
    color: #fff;
} 
.countryCode ~ .form-control {
    padding-left: 120px;
} 
.countryCode option {
    color: #000;
}
.form-control::placeholder {
    color: #fff;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
   color: #fff;
}  
.form-control::-ms-input-placeholder {
   color: #fff;
}
.form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}
.thankpagebg {
    background: url(../images/thankyoubg.jpg) no-repeat;
    background-size: cover;
    padding: 0;
}
.trnsbgmod {
    position: relative;
    z-index: 99;
    background: rgba(0,0,0,.8);
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.trnsbgmod .site-header{margin-bottom: 20px;}
.trnsbgmod .site-header i {
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;line-height: 1;
    color: #24b663;
}
.trnsbgmod .site-header h3 {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}
.followus {
    border-top: 1px solid rgba(255,255,255,.2);
    padding-top: 25px;
}
.site-footer{max-width: 820px;}
.calltobtn .dwnbrch {
    display: inline-block;
    margin: 15px 5px 15px 0;
    background: #005538;
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;
    border: 1px solid #005538;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}
.calltobtn .dwnbrch i{margin-right: 10px;}
.calltobtn .fillbtn {
    display: inline-block;
    margin: 15px 0 15px 5px;
    background: transparent;
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}
.calltobtn .fillbtn i{margin-right: 10px;}
.trnsbgmod .main-content p {
    color: #fff;
    margin-bottom: 20px;
}
.main-content {
    margin: 0 auto;
    max-width: 820px;
}
.mid-footer {
    background-color: #2a2a2a;
    padding-top: 30px;
    width: 100%;
    display: inline-block;
}
.footer-menu {
    margin-bottom: 15px;
}
.footer-menu h4 {
    color: #a3a3a5;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-left: 20px;
    border-left: 6px solid #c08831;
} 
.footer-menu ul {
    padding: 0;
    list-style: none;
    margin: 0;
    width: 100%;
    display: inline-block;
}
.footer-menu ul li {
    width: auto;
    display: block;
    margin:0 0px 10px 0; 
    position: relative;
    padding:0;
    list-style:none;
}
.footer-menu ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    display:none;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #777;
    border-radius: 100%;
    transform: translateY(-50%);
}
.footer-address-info a{color: #FFCC33;font-family: 'Raleway';}
.ltn__copyright-area .ltn__copyright-design p{font-family: 'Raleway';}
.ltn__copyright-area .ltn__copyright-design p a{color: #FFCC33;}
.footer-menu ul li a {
    color: #FFCC33;
    font-family: 'Raleway';
    text-decoration: none;
    font-size: 16px;
}
.rera-strip ul {
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 0;
}
.rera-strip {
    background-color: #696969;
    padding-top: 10px;
}
.rera-strip ul li {
    padding: 0 15px;
    text-align: center;
    font-size: 13px;
    border-right: 1px solid #fff;
    width: auto;
    display: inline-block;
    color: #fff;
    margin-bottom: 10px;
} 
.rera-strip ul li:last-child {
    border-right: 0;
}
.footer-para p {
    text-align: justify;
    margin-top: 16px;
    font-size: 13px;
}
.btm-footer p{color: #fff;margin-top:0px;margin-bottom: 0;font-size:14px;text-align: right;}
.btm-footer p i{font-family: 'FontAwesome';margin-right:10px;}
.btm-footer .row{align-items: center;}
.cntfrm .form-control{margin-bottom:20px;border-radius: 5px;}
.location-advantage-section h2{margin-bottom: 30px;}
.location-advantage-section .cntfrm input[type="submit"]{    background: #005538;color: #fff;
border:1px solid #005538;line-height: 1;padding: 12px 30px;color: #fff;font-size: 16px;border-radius: 30px;text-transform: uppercase;font-weight: 700;letter-spacing: 1px;}
.location-advantage-section .cntfrm input[type="submit"]:hover{background: transparent;border-color: #fff;color: #fff;}
.about_discover{background: url(../images/about-dot.png) repeat;}
.about-section .paddlft .inner-title{padding: 46px 40px;box-sizing: border-box;margin-top:60px; position: relative;background: url(../images/about-marble.jpg) no-repeat;background-size: cover;}
.about-section .paddlft .inner-title h2:before{display: none;}
.about-section .paddlft .inner-title h2{padding-bottom: 0;margin-top: 0;color: #FF5A3B;}
.about-section .discover_right .abt_img1{position: relative; z-index: 99;text-align: left;}
.about-section .discover_right .abt_img1 img{vertical-align: top;}
.about-section .discover_right .abt_img2{position: relative;margin-top: -66px;text-align: right;}
.about-section .discover_right .abt_img2 img{vertical-align: top;}
.about-section .discover_right{background: url(../images/about-marble.jpg) no-repeat;background-size: cover;padding:40px;}
.social-icons a {
    background-color: #c08831;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: inline-flex;
    border-radius: 100%;
    color: #fff;
    margin: 0 0 0 10px;
}
.btm-footer {
    background-color: #FF5A3B;
    padding: 15px 0;
}
.floorsec{background-color:#f9f9f9;}
.modal-body .top-footer {
    padding:0;
} 
.close:focus{outline: inherit;}
.close {
    padding: 0;
    position: absolute;
    right:10px;
    top:7px; 
    z-index: 9;
    background-color: transparent;
    border: 0;
    color: #fff;
    font-size: 20px;
}  
.modal-body .top-footer {
    padding:0;
    background-attachment: inherit;
    background-color: #fff;
} 
.modal-body {
    padding: 0;
}
.modal-content {
    border: 0;
}
.logo img {
    max-width: 100%;
} 
.fix-mobile-strip {
    display: none;
}
.fixrgtbtn{position: fixed;right: 0;top:28%;z-index: 9;}
.fixrgtbtn .inbtnbx{background: #005538;color: #fff;width: 40px;height: 40px;font-size: 18px;text-align: center;line-height: 40px;margin-bottom:5px;}
.fixrgtbtn .inbtnbx i{color: #fff;font-size: 18px;}
a.whatsapp {
    background-color: #2fb842;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size:42px;
    text-decoration: none;
    border-radius: 100%;
    text-align: center;
    width: 70px;
    height: 70px;
    position: fixed;
    right: 10px;
    bottom: 20px;
    margin: 0;
    z-index: 9;
} 
.project-logo {
    max-width:200px;
}
.call-to-action-section .logo {
    max-width: 180px;
} 
#callback-form {
  width: 100%;
  max-width:450px;
  position: absolute;
  top: 40%;
  margin-top: -140px;
  right: 2%;
      z-index: 2;
}
 
 .home-slider img.showdesk{display:block;}
 .home-slider img.showmob{display:none;}
 .formwrapper {
  padding: 15px;
  background:rgba(203,167,97,.9);
  border: ddd;
  border-radius: 4px;
  margin: 15px 0;
}

.formwrapper h4 {
  text-align: center;
  font-size:24px;
  color: #fff;
  font-weight: 700;
  display: table;
  margin: 0 auto 15px;
  padding: 5px;
}
.formwrapper .mb-1{color: #fff;} 
.formwrapper .mb-1 i{color: #fff;}
.formwrapper .input-group-text{background: #fff;color: #cba761;font-weight: 500;}
.formwrapper .form-control{background: transparent;border: 1px solid #fff;border-radius: 30px;padding: 8px 20px;color: #fff;height: 45px !important;}
.formwrapper .btn{width: auto !important;display: table;padding: 12px 40px;background: #fff !important;color:#cba761 !important;border-radius: 30px;border-color: #cba761 !important;margin: 20px auto 0px;font-weight: 600;} 
.highlight-section .section-top-border{margin-top:40px;}
.vdolptpbanr{height: 100vh;}
.vdolptpbanr video{height: 100%;width: 100%;object-fit: cover;}
.prjctlstvrnd .grpprjbxwrp{border-radius: 5px;border: 1px solid #e2e2e2;}
.prjctlstvrnd .grpprjbxwrp .prjimgwrp{height: 310px;overflow: hidden;}
.prjctlstvrnd .grpprjbxwrp .prjimgwrp img{width: 100%;height: 100%;object-fit: cover;}
.prjctlstvrnd .grpprjbxwrp .prjctnwrp{padding: 20px;}
.prjctlstvrnd .grpprjbxwrp .prjctnwrp i{font-family:'FontAwesome';margin-right:10px;color: #FF5A3C;position: absolute;left:0;top:3px;} 
.prjctlstvrnd .grpprjbxwrp .prjctnwrp p{margin-bottom: 5px;font-size: 15px;padding-left:20px;position: relative;}
.prjctlstvrnd .grpprjbxwrp .prjctnwrp a.bkvstbtn{text-decoration: none;background: #FF5A3C;border: 1px solid #FF5A3C;color: #fff;font-size: 15px;padding:8px 15px;border-radius: 30px;display: table;margin-top:10px;font-size: 14px;text-transform: capitalize;}
.prjctlstvrnd .grpprjbxwrp .prjctnwrp a.bkvstbtn:hover{background:#FFCC33;border-color: #FFCC33;color: #333;}
.single-defination {
    border: 1px solid #e2e2e2;
    padding:20px 20px 10px;
    position: relative;
    border-radius: 10px;
    background: #fff;
    margin-bottom:30px;
    box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
}
.single-defination .single-defination-icon {
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto 20px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background:#fffbfa;
    border-radius: 100%;
    border:1px dashed #FF5A3C;
}
.single-defination .single-defination-icon img{max-width:60%;}
.single-defination .single-defination-cnt {
    text-align: center;
}
.single-defination .single-defination-cnt h4 {
    margin-bottom:0px;
    color:#FF5A3B;
    font-weight: 500;
    font-size:16px;
    height: 40px;
    overflow: hidden;
}
.highlight-section .row{justify-content: center;}
.single-defination .single-defination-cnt strong {font-size: 18px;font-weight: 600;color: #000;}
.highlight-section{padding-bottom:50px;}
.amemities-section img{max-width: 100%;}
.amemities-section h4{background: #c08831;padding: 10px 15px;color: #fff;font-size: 16px;font-weight: 600;line-height: 24px;height: 70px;display: flex;
justify-content: center;align-items: center;}
.amemities-section .amenitybx{margin-bottom:30px;}
.location-advantage-section h2:before{background: #fbc1a0;}
.location-advantage-section p{margin-bottom: 30px;}
.info-area.gallery-section .floor_content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.info-area.gallery-section .floor_content a{display: block;height: 100%;}
.info-area.gallery-section .floor_content a img{width: 100%;height: 100%;object-fit: cover;}
.amemities-section{padding-bottom:60px;}
.amemities-section .section-title{margin-bottom: 0;}
.gallery-section {background-color: #fff;padding-bottom: 0;}
.info-area.gallery-section .floor_content .item {
    position: relative;
    transition: all 300ms ease-in-out;
    border: 2px solid #fff;
    max-width: 25%;
    flex: 0 0 25%;
    overflow: hidden;
    height: 280px;
}
.btm-footer a{color: #fff;}
.callright-box {
    width: auto;
    position: fixed;
    right: -4.4%;
    top: 50%;
    transform: rotate(-90deg);
    cursor: pointer;
    z-index:3;
}
.floorsec p{margin: 0 auto 40px;font-weight: 500;line-height: 28px;max-width: 70%;}
.floorsec .col-sm-8{margin: 0 auto;}
.callright-box span{background-color:#005538;color: #fff;letter-spacing: 2px;padding: 11px 20px;font-weight: 600;font-size: 18px;}
.enqhvrbtn{position: relative;overflow: hidden;}
.masterpln{display: table;margin: 0 auto 40px;}
.enqhvrbtn h5{position: absolute;margin-bottom: 0;background:#FF5A3B;color: #fff;padding: 10px 20px;bottom: 0;width: 100%;}
.enqhvrbtn img{}
.subplan{margin-bottom:15px;BORDER: 1PX SOLID #e2e2e2;}
.highlight-section p.text-center{max-width: 70%;font-weight: 500;margin: 0 auto;font-weight: 500;line-height: 28px;}
.enqhvrbtn .enqbtn{text-transform: uppercase;cursor: pointer;
    border: 0.1vw solid #e0e0e0;
    background: 0 0;
    border-radius: 0;
    position: absolute;
    top: -15%;
    left: 50%;
    font-weight: 600;
    z-index: 222;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;}
    .enqhvrbtn:hover .enqbtn{background:#FF5A3C;
    top: 50%;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    padding: 10px 15px;
    color: #fff;} 
    .banner_section .form_heading {
  margin-top: -50px;
  font-size: 18px;
  background-color: #fff;
  padding: 8px 25px;
  max-width: max-content;
  color: #333;
  box-shadow: 2px -3px 10px rgb(0 0 0 / 10%);
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.banner_section .animated_form .form-group,
.banner_section .animated_form input.btn {
  max-width: calc(20% - 10px);
  flex: 0 0 calc(20% - 10px);
  margin: 0;
  margin: 0 5px;
}
.banner_section .animated_form input.btn {
  max-width: calc(15% - 10px);
  flex: 0 0 calc(15% - 10px);
  background-color: #f4b86f;
  color: #2f2b48;
  font-weight:600;
}
.banner_section .animated_form .comment_group {
  max-width: calc(25% - 10px);
  flex: 0 0 calc(25% - 10px);
}
.ltn__testimonial-item{padding:20px;border-radius: 10px;box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);margin: 0 12px;min-height: 240px;}
.slick-arrow-1 .slick-arrow {
    background-color: #FF5A3C;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 15px;
    right: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width:30px;
    height:30px;
    line-height:28px;
    display: block;
    border: 1px solid #FF5A3C;
    border-radius: 100%;
    text-align: center;
    font-size:14px;
    text-align: center;
    color: #fff !important;
    z-index: 1;
    padding: 0;
    box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
}
.ltn__testimoni-info p{font-size: 15px;}
.slick-list{padding:20px 0;}
.ltn__testimoni-info-inner h5{font-size: 14px;color:#FF5A3B;}
.slick-arrow-1 i{    font-family: 'FontAwesome';}
.slick-arrow-1 .slick-prev {
    left: -20px;
    right: auto;
}
.slick-arrow-1:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}
.slick-arrow-1 .slick-next {
    right: -20px;
    left: auto;
}
.testsecmndv .col-sm-4{}
.testsecmndv .slick-slider{    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;}


   
@media only screen and (max-width: 1320px){
    .container {     
        max-width: 1230px; 
    } 
}

@media only screen and (max-width: 1279px){
    .rera-strip ul li {
        padding: 0 7px;
    }  
    a.whatsapp {
        font-size: 20px;
        width: 44px;
        height: 44px;
    }
    .project-configurations {
        padding-left: 45px;
    }
    .project-configurations h1 {
        font-size: 35px;
    }
    .project-configurations p {
        font-size: 16px;
    }
    .configuration-item h4 {
        font-size: 18px;
    }

}

@media only screen and (max-width: 1199px){
    .menu ul li a {
        font-size: 12px;
        padding: 20px 10px;
    } 
    .highlight-div h3 {
        font-size: 18px;
        padding: 15px 32px;
        margin: 0 0 15px 0;
    }
    .highlight-div ul li {
        font-size: 14px;
        padding-left: 30px;
        margin-bottom: 5px;
    }
    .same-section {
        margin-bottom: 35px;
    }
    .inner-title h2 {
        font-size: 30px;
    }
    .inner-title p {
        font-size: 14px;
    }
    .featured-inner h4 {
        font-size: 18px;
        margin-bottom: 10px;
        padding-left: 10px;
        border-left: 5px solid #c08831;
    }
    .featured-inner p {
        font-size: 14px;
        padding-left: 15px;
        line-height: 1.6em;
    }
    .section-title h2 {
        font-size: 30px;
    }
    .project-configurations h1 {
        font-size: 30px;
    }
    .banner-configurations-site-visit {
        width: auto;
        display: inline-block;
    }
    .configuration-item {
        padding-right: 18px;
    }
    .project-site-visit {
        margin: 12px 0 0 0;
    }

}

@media only screen and (max-width: 991px){
    .button_container{position:absolute;top:50%;right:0;height:29px;width:35px;cursor:pointer;z-index:100;transition:opacity 0.25s ease;transform:translateY(-50%);}
    .button_container:hover{opacity:0.7;}
    .button_container.active .top{transform:translateY(11px) translateX(0) rotate(45deg);background:#fff;}
    .button_container.active .middle{opacity:0;background:#fff;}
    .button_container.active .bottom{transform:translateY(-11px) translateX(0) rotate(-45deg);background:#fff;}
    .button_container span{background:#005538;border:none;height:5px;width:100%;position:absolute;top:0;left:0;transition:all 0.35s ease;cursor:pointer;}
    .button_container span:nth-of-type(2){top:11px;}
    .button_container span:nth-of-type(3){top:22px;} 
  /* .overlay{position:fixed;background:rgba(0,0,0,0.9);top:0;left:0;width:100%;height:0%;opacity:0;visibility:hidden;transition:opacity 0.35s, visibility 0.35s, height 0.35s;overflow:hidden;z-index:9;}
    .overlay.open{opacity:0.9;visibility:visible;height:100%;}
    .overlay.open li{-webkit-animation:fadeInRight 0.5s ease forwards;animation:fadeInRight 0.5s ease forwards;-webkit-animation-delay:0.35s;animation-delay:0.35s;}
    .overlay.open li:nth-of-type(2){-webkit-animation-delay:0.4s;animation-delay:0.4s;}
    .overlay.open li:nth-of-type(3){-webkit-animation-delay:0.45s;animation-delay:0.45s;}
    .overlay nav{position:relative;height:70%;top:50%;transform:translateY(-50%);text-align:center;}
    .overlay ul{list-style:none;padding:0;margin:0 auto;display:inline-block;position:relative;height:100%;}
    .overlay ul li{display:block;position:relative;opacity:0;margin:0 0 15px 0;}*/
    .overlay ul li a {
        display: block;
        position: relative;
        color: #fff;
        text-decoration: none;
        overflow: hidden;
        font-size: 25px;
        padding: 0;
        font-weight: 400;
    }
    .menu ul li a:hover {
        background-color: transparent;
    } 
    .overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after{width:100%;}
    .overlay ul li a:after{content:"";position:absolute;bottom:0;left:50%;width:0%;transform:translateX(-50%);height:3px;background:#fff;transition:0.35s;}
    @-webkit-keyframes fadeInRight{0%{opacity:0;left:20%;}
    100%{opacity:1;left:0;}
    }
    @keyframes fadeInRight{0%{opacity:0;left:20%;}
    100%{opacity:1;left:0;}
    }    
    .project-info-item p {
        font-size: 13px;
    }
    .project-info-item h3 {
        font-size: 12px;
    }    
    .luxury-logo {
        display: none;
    }
    .same-section {
        margin-bottom: 25px;
    }
    .inner-title h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .inner-title .project-site-visit {
        margin: 15px 0 0 0;
    }
    .about-video {
        height: 400px;
        margin-top: 20px;
    }
    .highlight-image {
        display: none;
    }
    .section-title h2 {
        font-size: 25px;
    }
    .form-footer h4 {
        font-size: 26px;
    }
    .specialist-block h5 {
        font-size: 18px;
    }
    header {
        padding: 10px 0;
    }
    .home-banner {
        padding-top: 58px;
    }
    .project-configurations h1 {
        font-size: 30px;
    }
    .project-configurations p {
        font-size: 16px;
    }
    .project-configurations p {
        font-size: 13px;
    }
	.btn {
		font-size: 13px;
		padding: 8px 10px;
	} 
	a.whatsapp {
        bottom: 14px;
    }

}
.whatsapp i{font-family: 'Fontawesome';font-weight: 400;}
@media only screen and (max-width: 767px){ 
    .fixrgtbtn{display: none;}
    .project-info-section {
        display: block; 
    }
    .home-banner{padding-top:0;}
    header{position:sticky;}
    .trnsbgmod{padding: 15px;width: 95%;}
    .trnsbgmod .main-content p{font-size: 14px;}
    .trnsbgmod .main-content p br{display: none;}
    .trnsbgmod .site-header{margin-bottom: 10px;}
    .home-banner:before{display: none;}
    .vdolptpbanr{position: relative;}
    .vdolptpbanr:before{    background: url(../images/pattern-black.png) rgba(0, 0, 0, 0.6) repeat;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;}
    .locadvntge ul{margin-top: 30px;padding: 0;}
    .slick-dots{text-align: center;}
    .slick-dots li{display: inline-block;margin: 0 5px;}
    .slick-dots li button{width: 10px;height: 10px;border-radius: 100%;background:#ffc107;padding:0;text-indent: -9999px;border: none;
    display: block;}
    .slick-dots li.slick-active button{background:#FF5A3B;}
    .vdolptpbanr{height:100%;}
    .overleytxt h6{font-size: 15px;margin-bottom: 10px;}
    .about-section .paddlft .inner-title{padding: 15px;}
    .about-section .inner-title h2{font-size: 22px;margin-bottom: 10px;}
    .home-banner .form .animated_form .form_heading{padding: 8px 10px;font-size: 15px;}
    .home-banner .form .animated_form .form-input{height: 40px;font-size: 14px;}
    .home-banner .form input[type="submit"]{width: auto;margin-left:5px;margin-top:10px;}
    .home-banner .overleytxt strong{font-size: 16px;margin-bottom:10px;}
    .home-banner .row{top:50%;transform:translate(0,-50%);}
    a.whatsapp {
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        z-index: 999;
    }
    .about-section .discover_right{padding:10px;}
    .overlay ul li a {
        font-size: 22px;
    }
    .btm-footer .container {
        display: block;
        text-align: center;
    }
    .copyright {
        margin-bottom: 10px;
    }
    .logo {
        text-align: center;
        margin: 0 0 15px 0;
    }
    .call-to-action-cnt {
        text-align: center;
        margin: 0 0 15px 0;
    }
    .call-to-action-button {
        text-align: center;
    } 
    .section-title h2 {
        font-size: 22px;
    }
    .form-footer h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }   
    .fix-mobile-strip {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99;
		box-shadow: 0 0 5px #696969;  
    }
    .fix-mobile-strip ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
    }
    .fix-mobile-strip ul li {
        width: 50%;
        text-align: center;
    }
    .fix-mobile-strip ul li a {
        display: block;
        text-decoration: none;
        color: #fff;
        background-color: #FF5A3B;
        padding: 10px;
        font-size: 16px;
    }  
    .btm-footer {
        padding: 15px 0 59px 0;   
    }
    .banner-cnt {
        display: none;
    } 
    .home-banner-img {
        display: block;
    }
    .home-banner {
        background-image: none;
        height:55vh;
    }
    header {
        background-color: #fff;
    }
    .project-rera-mobile {
        position: absolute;
        left: 15px;
        bottom: 0px;
        display: block;
        z-index: 2;
        color: #fff; 
    }
}


@media only screen and (max-width: 575px){
    .overlay ul li a {
        font-size: 20px;
    }   
    .project-configurations {
        border: 15px solid rgba(255,255,255,0.20); 
        padding: 15px;
    }
    .configuration-item {
        text-align: left;
        margin: 0 0 12px 0;
    }
    .configurations-size::after {
        width: 100%;
        height: 1px;
        right: 0;
        bottom: 4px;
    }
    .configuration-item h4 {
        font-size: 18px;
    }
    .configuration-item h4 { 
        margin: 0;
    }
    .project-configurations h1 {
        font-size: 20px;
        margin: 0;
    }
    .btn {
        font-size: 13px;
        padding: 8px 15px;
        letter-spacing: 1px;
    }
    .inner-title p {
        font-size: 13px;
        line-height: 1.5em;
    }
    .about-video {
        height: auto;
    }
    .highlight-div h3 {
        font-size: 16px;
        padding: 15px;
    }
    .highlight-div ul {
        padding-left: 15px;
    }
    .highlight-div ul li {
        font-size: 13px;
        padding-left: 25px;
    }
    .section-title h2 {
        font-size: 20px;
        padding: 0 15px 20px;
    }
    .same-section{padding:15px 0;}
    .section-title {
        margin: 0 0 20px 0;
    }
    .floor-plan-cnt {
        padding: 15px;
    }
    .inner-title h2 {
        font-size: 20px;
    }
    .featured-inner {
        margin-top: 20px;
    } 
    .featured-inner h4 {
        font-size: 16px;
    }
    .gray-background .inner-title ul li {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .rera-strip ul li {
        border-right: 0;
    }
    .specialist-block h5 {
        font-size: 16px;
    }   
    .project-info-item .icon {
        max-width: 50px;
        height: auto;
        margin: 0 5px 0 0;
    }  
    .fix-mobile-strip ul li a {
        font-size: 14px;
    }
    .project-info-border {
        border-right: 0;
        border-bottom: 1px solid #e6e6e6;
        flex: auto;
    }
    .project-info-item {
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto;
        display: flex;
        align-items: center;
        text-align: left;
    }
    .project-info-item h3 {
        margin: 0 0 5px 0;
    }
    .project-info-item p {
        margin-bottom: 0;
    }
    .project-info-item-txt h3 {
        width: auto;
        display: inline-block;
    }
    .project-info-item-txt p {
        width: auto;
        display: inline-block;
    }
    a.whatsapp {
        font-size: 18px;
        width: 41px;
        height: 41px;
    } 
    #about {
        margin-top: 15px;  
    }
    .same-section {
        margin-bottom: 15px;
    }
    .project-logo{max-width: 100px;}
    .callright-box{right: -19%;}
    .highlight-section .col-6 {width:100%;}
    .highlight-section .single-defination{margin-bottom:30px;}
    .highlight-section .section-top-border{margin-top:80px;}
    .info-area.gallery-section .floor_content .item{max-width:50%;flex: 0 0 50%;height: 150px;}
    .enqhvrbtn h5{font-size: 14px;}
    .subplan{min-height: 180px;}
    .amemities-section h4{height: auto;}
     .home-slider img.showdesk{display:none;}
    .home-slider img.showmob{display:block;}
    #callback-form{position: relative;top: inherit;right: inherit;margin-top: 0;}
    .overleytxt{transform:inherit;top:inherit;}
    .overleytxt h1{padding-bottom: 10px;font-size: 20px;margin-bottom:15px;    margin-top: 15px;}
    .overleytxt p{font-size: 12px;line-height: 20px;margin-bottom: 30px;}
    .overleytxt .vstlnk{padding:8px 15px;}
    .home-banner .home-slider:before{position: absolute; content: "";background: rgba(0, 0, 0, 0.6);width: 100%;
    height: 100%;z-index: 2;}
    .home-banner .owl-dots{position: absolute;    bottom: 10px;z-index: 9;text-align: center;left: 0;right: 0;margin: 0 auto;}
    .home-slider .owl-dots .owl-dot{margin: 0 5px;width: 12px;height: 12px;}
    .callright-box{z-index: 9;}
    .formwrapper{background: rgba(203,167,97,1);}
    .about-section .paddlft{padding-left: 15px;}
    .banner_section .form_heading {text-align: center;    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
    max-width: unset;
    box-shadow: none;
    padding: 0;}
    .home-banner .form{position: relative;margin-top:0px;width:100%;}
    .home-banner .form .form-content{margin:0 -5px;}
    .home-banner .form .animated_form .form-group{margin-left:5px;margin-right: 5px;max-width:inherit;flex:inherit;width: 100%;margin-bottom:5px;    max-width:46.3%;flex: 0 0 46.3%;}
    .home-banner .form .animated_form .form_heading{margin-top: 0;margin-bottom:5px;font-size:13px;}
    .home-banner .form .animated_form .form-input{font-size:13px;height:32px;}
    .home-banner .form .animated_form{padding:10px;}
    .home-banner .form .animated_form{margin-bottom: 0;}
    .highlight-section p.text-center{max-width: 100%;}
    .highlight-section .section-top-border{margin-top: 20px;}
    .floorsec p{max-width: 100%;}
    .menu ul li a.bgphn{padding: 10px 20px;font-size: 15px;}
    .about-section .discover_right .abt_img2{margin-top:30px;}
    .businesssec .busnebximg{height: auto;margin-bottom:20px;}
    .businesssec .busnebximg .ovrlytxt h2{font-size:20px;}
    .about-section .paddlft .inner-title{margin-top:0;}
    .icncntwrerp .col-sm-4{flex: 0 0 auto;width: 33.3333333333%;}
    .icncntwrerp{margin-left: 0;margin-right: 0;}
    .icncntwrerp span{font-size: 12px;    line-height: 14px;display: block;}
    .form-footer .send_btn{margin-bottom: 20px;}
}   

#exampleModal2 .form-footer{padding:0 15px;}
#exampleModal2 h4{margin:0 -15px 30px;}
/* --------------------------------------------------------------
    Header
-------------------------------------------------------------- */
.ltn__header-area {
  z-index: 9999;
  position: relative; }

/* ----------------------------------------------
    Header Top Area
---------------------------------------------- */
.ltn__header-top-area {
  border-bottom: 1px solid;
  border-color: var(--border-color-3); }
  .ltn__header-top-area .ltn__social-media ul li {
    font-size: 14px;
    margin: 0 10px 0 0; }

.top-area-color-white {
  background-color: var(--ltn__primary-color); }
  .top-area-color-white p,
  .top-area-color-white a,
  .top-area-color-white li,
  .top-area-color-white .welcome p,
  .top-area-color-white .welcome a,
  .top-area-color-white .ltn__drop-menu > ul > li > a,
  .top-area-color-white .ltn__drop-menu > ul > li:hover > a {
    color: var(--white); }

.ltn__header-top-area .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* welcome */
.welcome p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 40px; }

.ltn__top-bar-menu > ul {
  padding: 0;
  margin: 0; }
  .ltn__top-bar-menu > ul > li {
    list-style: none;
    display: inline-block;
    margin: 0 30px 0 0;
    font-size: 14px;
    font-weight: 700; }
    .ltn__top-bar-menu > ul > li:last-child {
      margin-right: 0; }
    .ltn__top-bar-menu > ul > li > i, .ltn__top-bar-menu > ul > li > a > i {
      margin-right: 3px;
      color: var(--ltn__secondary-color); }
.ltn__top-bar-menu > ul > li > a{color: #FFCC33;text-decoration: none;background-color: transparent;font-size: 14px;font-weight: 700;font-family: 'Raleway';}
.ltn__top-bar-menu > ul > li > a > i{font-family: 'icomoon' !important;}
.ltn__top-bar-menu .ltn__currency-menu .active-currency {
  font-size: 14px;
  font-weight: 700; }
.footer-top-area .footer-widget .ltn__social-media i.fa-facebook-f:before{    content: "\f09a";}
.top-bar-right .ltn__top-bar-menu ul li a i.fa-facebook-f:before{    content: "\f09a";}
.header-top-btn {
  display: inline-block; }
  .header-top-btn a {
    display: inline-block;
    padding: 0 20px;
    line-height: 40px;
    background-color: var(--ltn__secondary-color);
    color: var(--white); text-decoration: none;    font-family: 'Raleway';font-size: 14px;
    font-weight: 700;}
    .header-top-btn a:hover {
      background-color: var(--ltn__secondary-color-2); }

/* ----------------------------------------------
    Header Middle Area
---------------------------------------------- */
.ltn__header-middle-area {
  z-index: 999; }

.ltn__header-middle-area > .container-fluid > .row,
.ltn__header-middle-area > .container > .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }

.ltn__header-middle-area > .container-fluid > .row > .col,
.ltn__header-middle-area > .container > .row > .col {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 1;
  position: static; }

.site-logo {
  min-width: 185px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap; }
  .site-logo a {
    color: var(--ltn__primary-color);
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    display: contents; }
  .site-logo i {
    color: var(--ltn__secondary-color);
    margin-right: 5px;
    font-size: 24px;
    position: relative;
    top: -2px; }

.ltn__header-1 .ltn__header-middle-area {padding-top: 10px; padding-bottom: 10px; }
.footer-widget p{font-family: 'Raleway';}
