@charset "utf-8";
/* CSS Document */
   


/*======================== 27=====================*/


/*==========================================
        Large Desktop
==========================================*/

@media (min-width:1600px){

    .container{
        max-width:1320px;
    }

    .hero-content{
        max-width:760px;
    }

    .hero-content h1{
        font-size:82px;
        line-height:88px;
    }

    .hero-content p{
        font-size:24px;
        line-height:42px;
    }

}

/*==========================================
        Laptop
==========================================*/

@media (max-width:1399px){

    .navbar-nav .nav-item{
        margin:0 10px;
    }

    .hero-content h1{
        font-size:64px;
        line-height:72px;
        text-align: center;
        margin: 5px 0;
    }

	
	  .inner-hdng-parent .hero-content h1{font-size: 36px;
        line-height: 50px;
        text-align: center;
        text-transform: uppercase;
	 }
	
	
    .hero-content p{
        font-size: 16px;
        line-height: 30px;
    }

}

/*==========================================
        Bootstrap LG
==========================================*/

@media (max-width:1199px){

    .navbar-brand img{
        height:54px;
    }

    .navbar-nav .nav-link{
        font-size:15px;
    }

    .phone{
        display:none;
    }

    .book-btn{
        padding:12px 22px;
    }

    .hero-content{
        max-width:620px;
    }

    .hero-content h1{
        font-size:56px;
        line-height:62px;
    }

    .hero-content p{
        font-size:18px;
        line-height:32px;
    }

}

/*==========================================
        Bootstrap MD
==========================================*/

@media (max-width:991px){

    .navbar{

background:#ffffff;

padding: 15px 36px;

}

    .navbar-brand img{

        height:48px;

    }

    .navbar-toggler{

        border:0;

        padding:0;

    }

    .navbar-toggler-icon{

        background-image:none;

        position:relative;

        width:28px;

        height:2px;

        background:#222;

    }

    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after{

        content:"";

        position:absolute;

        left:0;

        width:28px;

        height:2px;

        background:#222;

    }

    .navbar-toggler-icon::before{

        top:-8px;

    }

    .navbar-toggler-icon::after{

        top:8px;

    }

    .navbar-collapse{

        background:#ffffff;

        margin-top:18px;

        border-radius:8px;

        padding:20px;

        box-shadow:0 15px 40px rgba(0,0,0,.08);

    }

    .navbar-nav{

        margin-bottom:20px;
    }

    .navbar-nav .nav-item{

        margin:0;
    }

    .navbar-nav .nav-link{

        color:#222 !important;

        padding:12px 0;

        border-bottom:1px solid #eee;

    }

    .header-right{

        width:100%;

        justify-content:flex-start;

        flex-wrap:wrap;

    }

    .phone{

        display:block;

        color:#222;

        margin-bottom:15px;

        width:100%;

    }

    .whatsapp{

margin-right: 4px;

}

    .carousel-item{

        min-height:700px;

    }

    .hero-content{

        max-width:100%;

        padding:0 15px;

    }

    .small-title{

        font-size:15px;
    }

    .hero-content h1{

        font-size:46px;

        line-height:54px;

    }

    .hero-content p{

        font-size:17px;

        line-height:30px;

    }

}

/*==========================================
        Bootstrap SM
==========================================*/

@media (max-width:767px){

    .carousel-item{

        min-height:620px;

    }

    .hero-content{

top: 24%;

text-align:center;

left: 0%;

transform:translate(-50%,-50%);

width:100%;

}

    .divider{

        display:flex;

        justify-content:center;

    }

    .divider img{

        width:180px;

    }

    .hero-content h1{

        font-size:38px;

        line-height:46px;

    }

    .hero-content p{

        font-size:16px;

        line-height:28px;

    }

    .hero-btns{

        justify-content:center;

        flex-wrap:wrap;

    }

    .btn-gold{

        margin-right:0;

        margin-bottom:15px;

        width:100%;

    }

    .btn-white{

        width:100%;

    }

    .carousel-control-prev,
    .carousel-control-next{

        display:none;

    }

}

/*==========================================
        Mobile
==========================================*/

@media (max-width:575px){

    .navbar{

padding: 12px 20px;
}

    .navbar-brand img{

        height:42px;

    }

    .book-btn{

padding: 6px 16px;

font-size:14px;

height: 41px;

}

    .whatsapp{

        width:40px;

        height:40px;

        font-size:18px;

    }

    .carousel-item{

        min-height:100vh;

    }

    .hero-content{

        padding:0 20px;

    }

    .small-title{

        font-size:13px;

        line-height:22px;

    }

    .hero-content h1{

        font-size:32px;

        line-height:40px;

        margin:15px 0;

    }

    .hero-content p{

        font-size:15px;

        line-height:26px;

        margin-bottom:0;

    }

    .btn-gold,
    .btn-white{

        width:100%;

        padding:15px;

        font-size:15px;

    }

    .carousel-indicators{

        bottom:15px;

    }

}

/*==========================================
        Small Mobile
==========================================*/

@media (max-width:400px){

    .hero-content h1{

        font-size:28px;

        line-height:36px;

    }

    .hero-content p{

        font-size:14px;

        line-height:24px;

    }

    .small-title{

        font-size:12px;
    }

    .divider img{

width: 100%;

}

}

/*==========================================
        Large Desktop
==========================================*/

@media (min-width:1600px){

    .container{
        max-width:1320px;
    }

    .about-content h2{
        font-size:56px;
    }

    .price-top h2{
        font-size: 40px;
    }

}

/*==========================================
        Laptop (1200px)
==========================================*/

@media (max-width:1399px){

    .about-content h2{
        font-size: 26px;
        line-height: 40px;
    }

    .about-content p{
        font-size: 16px;
        line-height: 28px;
    }

    .price-top h2{
        font-size: 40px;
    }

    .price-card li strong{
        font-size: 16px;
    }

    .stat-box h2{
        font-size: 40px;
    }

}

/*==========================================
        Bootstrap LG
==========================================*/

@media (max-width:1199px){

    .py-100{
        padding:80px 0;
    }

    .about-content{
        padding-right:15px;
    }

    .about-content h2{
        font-size:38px;
    }

    .about-content p{
        font-size:16px;
        line-height:28px;
    }

    .price-top{
        padding:30px 20px;
    }

    .price-top span{
        font-size:18px;
    }

    .price-top h2{
            font-size: 40px;
    }

    .price-card li{
        padding:18px;
    }

    .price-card li strong{
        font-size:18px;
    }

    .price-card li span{
        font-size:15px;
    }

    .schedule-btn{
        font-size:20px;
        height:70px;
    }

    .stat-box{
        padding:40px 15px;
    }

    .stat-box h2{
        font-size:50px;
    }

    .stat-box p{
        font-size:20px;
    }

}

/*==========================================
        Tablet
==========================================*/

@media (max-width: 991px){

    .py-100{
        padding:70px 0;
    }

    .about-content{
        margin-bottom:40px;
        text-align:center;
        padding-right:0;
    }

    .about-content h2{
        font-size:34px;
    }

    .about-btn{
        justify-content:center;
    }

    .about-image{
        margin-bottom:35px;
    }

    .price-card{
        margin-top:20px;
    }

    .bottom-image{
        margin-bottom:40px;
        width: 100%;
    }

    .stats-row{
        margin-left:0;
    }

    .stat-box{
        border-right:1px solid #eee;
    }

}

/*==========================================
        Mobile Landscape
==========================================*/

@media (max-width:767px){

    .py-100{
        padding:60px 0;
    }

    .about-content h2{
        font-size:30px;
        line-height:1.4;
    }

    .about-content p{
        font-size:15px;
        line-height:28px;
    }

    .about-btn{
        font-size:17px;
    }

    .price-top{
        padding:25px;
    }

    .price-top span{
        font-size:17px;
    }

    .price-top h2{
        font-size:46px;
    }

    .price-top p{
        font-size:18px;
    }

    .price-card li{
        padding:18px;
    }

    .price-card li strong{
        font-size:17px;
    }

    .price-card li span{
        font-size:14px;
    }

    .price-card li i{
        font-size:18px;
        margin-right:10px;
    }

    .schedule-btn{
        height:65px;
        font-size:18px;
    }

    .stat-box{
        padding:30px 15px;
        border-right:none;
        border-bottom:1px solid #ececec;
    }

    .stat-box:last-child{
        border-bottom:none;
    }

    .stat-box h2{
        font-size:42px;
    }

    .stat-box p{
        font-size:18px;
    }

}

/*==========================================
        Mobile
==========================================*/

@media (max-width:575px){

    .py-100{
        padding:50px 0;
    }

    .about-content h2{
        font-size:26px;
    }

    .about-content p{
        font-size:15px;
        line-height:26px;
    }

    .about-btn{
        font-size:16px;
    }

    .about-btn span{
        width:38px;
        height:38px;
        margin-left:12px;
    }

    .price-top{
        padding:25px 20px;
    }

    .price-top h2{
        font-size:42px;
    }

    .price-card li{
        flex-direction:column;
        align-items:flex-start;
    }

    .price-card li div{
        margin-bottom:8px;
    }

    .schedule-btn{
        font-size:17px;
    }

    .stats-row{
        margin-top:15px;
    }

    .stat-box{
        padding:25px 10px;
    }

    .stat-box h2{
        font-size:36px;
    }

    .stat-box p{
        font-size:16px;
    }

}

/*==========================================
        Small Mobile
==========================================*/

@media (max-width:375px){

    .about-content h2{
        font-size:22px;
    }

    .about-content p{
        font-size:14px;
        line-height:24px;
    }

    .about-btn{
        font-size:15px;
    }

    .price-top h2{
        font-size:36px;
    }

    .price-card li strong{
        font-size:16px;
    }

    .schedule-btn{
        height:60px;
        font-size:16px;
    }

    .stat-box h2{
        font-size:32px;
    }

    .stat-box p{
        font-size:15px;
    }

}

/*=========================
Responsive
==========================*/

@media(max-width:1199px){

.section-title h2{

font-size:46px;

}

.experience-img img{

height:350px;

}

}

@media(max-width:991px){

.experience-section{

padding:70px 0;

}

.section-title{

margin-bottom: 20px;
}

.section-title h2{

font-size:38px;

}

.experience-img img{

height:300px;

}

.experience-slider .owl-prev{

left:-20px;

}

.experience-slider .owl-next{

right:-20px;

}

}

@media(max-width:767px){

.section-title h2{

font-size:30px;

}

.experience-img img{

height:260px;

}

.experience-item h4{

font-size:22px;

}

.experience-slider .owl-prev,

.experience-slider .owl-next{

display:none;

}

}

@media(max-width:575px){

.experience-section{

padding:50px 0;

}

.section-title h2{

font-size:26px;

}

.experience-img img{

height:230px;

}

.experience-item h4{

font-size:20px;

margin-top:15px;

}

}

/*==========================================
        Large Desktop
==========================================*/

@media (min-width:1600px){

    .residential-content{
        padding:90px 80px;
    }

    .residential-content h2{
        font-size:68px;
    }

    .residential-image{
        height:460px;
    }

}

/*==========================================
        Laptop
==========================================*/

@media (max-width:1399px){

    .residential-content{
        padding:60px 45px;
    }

    .residential-content h2{
        font-size:50px;
    }

    .residential-image{
        height:400px;
        float: right;
        width: 90%;
    }

    .feature-box{
        min-height:220px;
        padding:40px 25px;
    }

    .feature-number{
        font-size:60px;
    }

    .feature-box h5{
        font-size:20px;
    }

}

/*==========================================
        Bootstrap LG
==========================================*/

@media (max-width:1199px){

    .residential-content{
        padding:50px 35px;
    }

    .residential-content h2{
        font-size:42px;
    }

    .residential-content h4{
        font-size:22px;
    }

    .residential-image{
        height:360px;
    }

    .feature-box{
        padding:35px 20px;
        min-height:200px;
    }

    .feature-number{
        font-size:52px;
        margin-right:18px;
    }

    .feature-box h5{
        font-size:18px;
        line-height:1.5;
    }

}

/*==========================================
        Tablet
==========================================*/

@media (max-width:991px){

    .residential-content{
        text-align:center;
        min-height:auto;
        padding:60px 30px;
    }

    .residential-content h2{
        font-size:38px;
    }

    .residential-image{
        height:350px;
        width: 100%;
    }

    .feature-box{
        border-right:1px solid #f3f3f3;
        border-bottom:1px solid #f3f3f3;
        min-height:180px;
    }

}

/*==========================================
        Mobile Landscape
==========================================*/

@media (max-width:767px){

    .residential-content{
        padding:45px 25px;
    }

    .residential-content h2{
        font-size:32px;
        line-height:1.3;
    }

    .residential-content h4{
        font-size:20px;
    }

    .residential-image{
        height:280px;
    }

    .feature-box{
        flex-direction:column;
        text-align:center;
        justify-content:center;
        padding:30px 20px;
        min-height:170px;
    }

    .feature-number{
        margin-right:0;
        margin-bottom:12px;
        font-size:50px;
    }

    .feature-box h5{
        font-size:18px;
    }

}

/*==========================================
        Mobile
==========================================*/

@media (max-width:575px){

    .residential-content{
        padding:40px 20px;
    }

    .residential-content h2{
        font-size:28px;
    }

    .residential-content h4{
        font-size:18px;
    }

    .residential-image{
        height:220px;
    }

    .feature-box{
        min-height:150px;
        padding:25px 18px;
    }

    .feature-number{
        font-size:42px;
    }

    .feature-box h5{
        font-size:16px;
        line-height:1.5;
    }

}

/*==========================================
        Small Mobile
==========================================*/

@media (max-width:375px){

    .residential-content h2{
        font-size:24px;
    }

    .residential-content h4{
        font-size:16px;
    }

    .residential-image{
        height:190px;
        width: 100%;
    }

    .feature-box{
        padding:22px 15px;
    }

    .feature-number{
        font-size:36px;
    }

    .feature-box h5{
        font-size:15px;
    }

}




/* Tablet */

@media(max-width:1100px){

.why-invest{
grid-template-columns:1fr;
}

.middle{
height:500px;
order:2;
}

.right{
order:3;
}

.left{
order:1;
text-align:center;
align-items:center;
}

.left p{
max-width:100%;
}

}

/* Mobile */

@media(max-width:768px){

body{padding: 0px 0px;}

.left{padding: 18px 25px;}

.left h2{
font-size:40px;
}

.left p{
font-size:16px;
}

.middle{
height:340px;
}

.badge{
width:130px;
height:130px;
left:15px;
bottom:15px;
}

.badge h3{
font-size:22px;
}

.right{padding:35px 25px;margin-top: 25px;}

.right li{
font-size:15px;
margin-bottom:22px;
}

.btn{
padding:15px 28px;
}

}



/* Tablet */


@media(max-width:1100px){

.features{
grid-template-columns:repeat(2,1fr);
}

.section-title h2{
font-size:46px;
}

.section-title p{
font-size:18px;
}

}

/* Mobile */

@media(max-width:768px){

.destination{padding: 60px 15px;}

.section-title h2{font-size: 30px;}

.section-title p{font-size:16px;margin-top:35px;line-height: 1.7;}

.features{
grid-template-columns:1fr;
gap:40px;
}

.image-box img{
height:250px;
}

.content{
padding-top:22px;
}

.content h3{
font-size:28px;
}

.content p{
font-size:16px;
}

}



/* ===========================
   Tablet
=========================== */

@media(max-width:991px){

.features-grid{
grid-template-columns:repeat(2,1fr);
}

}

/* ===========================
   Mobile
=========================== */

@media(max-width:768px){
 
.features-grid{
grid-template-columns:1fr;
}

.feature-card{
min-height:auto;
padding:20px;
}

.feature-intro h2{
font-size:42px;
}

.image-box{
width:95px;
height:90px;
}

.feature-content h3{
font-size:19px;
}

}



/*=========================
      RESPONSIVE
=========================*/

@media(max-width:992px){

.cta-title{

font-size:50px;
}

.cta-title span{

font-size:58px;
}

.cta-text{

font-size:18px;
}

}

@media(max-width:768px){

.cta-section{

padding: 50px 20px;
}

.cta-title{

font-size: 30px;
}

.cta-title span{

font-size:46px;

margin-top: 14px;
}

.divider{

width: 90%;
}

.divider::before,
.divider::after{

width:60px;
}

.cta-text{

font-size:16px;
line-height:1.8;
}

.cta-buttons{

flex-direction:column;
align-items:center;
}

.btn-primary,
.btn-outline{

width:100%;

max-width:320px;

font-size: 14px;
}

}



/*======================
   RESPONSIVE
=======================*/

@media(max-width:991px){

.benefits-grid{
grid-template-columns:repeat(2,1fr);
}

.box:nth-child(2),
.box:nth-child(4),
.box:nth-child(6){
border-right:none;
}

.box:nth-child(3){
border-right:1px solid #eee;
}

}

@media(max-width:767px){

.benefits-section{padding: 50px 0;}

.benefits-grid{
grid-template-columns:1fr;
}

.box{border-right:none !important;min-height:auto;padding: 35px 25px;}

.gold h2{
font-size:36px;
}

.gold p,
.content p{
font-size:16px;
}

.content h3{
font-size:24px;
}

.image{
height:250px;
}

}




/*==============================*/

@media(max-width:991px){

.section-title{

font-size:38px;

}

.location-box,
.contact-box{

padding: 30px 20px;

margin-top: 15px;
}

.subtitle{

font-size:17px;

}

}

@media(max-width:767px){

.location-contact{

padding:50px 0;

}

.section-title{

font-size:30px;

}

.location-list li{

font-size:16px;

}

.gold-btn{

width:100%;

margin-bottom:15px;

}

.whatsapp-link{

display:block;

text-align:center;

}

}



/* Responsive */

@media(max-width:991px){

.faq-title{

font-size:40px;

}

.faq-btn{

font-size:18px;



padding:18px;

}

.card-body{

font-size:16px;

padding:0 18px 20px;

}

}

@media(max-width:576px){

.faq-section{

padding:50px 0;

}

.faq-title{

font-size:30px;

}

.faq-btn{

font-size:16px;

line-height:1.5;

padding:16px;

}

.card-body{

font-size:15px;

line-height:1.8;

}

}



/*========================*/

@media(max-width:991px){

.about-text{

border:none;

padding-left:0;

margin-top:30px;

}

.phone{

font-size:34px;

}

.social-icons{

justify-content:flex-start;

margin-top:30px;

}

}

@media(max-width:767px){

.footer-section{

padding: 40px 0 20px;

text-align:center;
}

.phone{

font-size: 22px;
}

.footer-arrow{

display:none;

}

.social-icons{

justify-content:center;

}

.about-text p{

font-size:16px;

line-height:1.8;

}

.footer-section p{

font-size:16px;

margin-bottom: 30px;
}

.footer-links{

margin-top:20px;

}

}



/*======================================
      Responsive
=======================================*/

@media (max-width:991px){

.stat-box{

    border-bottom:1px solid rgba(212,175,55,.15);

}

}

@media (max-width:767px){

.stats-section{

    padding:60px 0;

}

.stat-box{

    padding:35px 15px;

}

.stat-box h2{

    font-size:34px;

}

.stat-box p{

    font-size:16px;

}

}

@media (max-width:575px){

.stat-box{

    border-right:none;

}

.stat-box h2{

    font-size:30px;

}

.stat-box p{

    font-size:15px;

}

}




/*==================================================
Tablet
==================================================*/

@media (max-width:991px){

.why-section{

    padding:70px 0;

}

.why-card{

    padding:40px 25px;

}

.why-card h3{

    font-size:26px;

}

.why-card p{

    font-size:16px;

}

}

/*==================================================
Mobile
==================================================*/

@media (max-width:767px){

.why-section{

    padding:60px 0;

}

.why-card{

    padding:35px 25px;

}

.icon-box{

    width:65px;
    height:65px;

}

.icon-box i{

    font-size:28px;

}

.why-card h3{

    font-size:24px;

    margin-bottom:15px;

}

.why-card p{

    font-size:15px;

    line-height:1.8;

}

}

/*==================================================
Small Mobile
==================================================*/

@media (max-width:575px){

.why-section{

    padding:50px 0;

}

.why-card{

padding: 20px 20px;
}

.why-card h3{

    font-size:22px;

}

.why-card p{

    font-size:14px;

}

}


/*==================================================
Large Desktop
==================================================*/

@media (max-width:1399px){

.promise-title{

    font-size:52px;

}

.welcome-title{

font-size: 32px;
}

.promise-subtitle,
.promise-content p{

font-size: 16px;
}

}

/*==================================================
Laptop
==================================================*/

@media (max-width:1199px){

.luxia-promise-section{

    padding:80px 0;

}

.promise-title{

    font-size:46px;

}

.welcome-title{

    font-size:34px;

}

.promise-subtitle{

    margin-bottom:55px;

}

.promise-subtitle,
.promise-content p{

    font-size:18px;

}

.welcome-text{

    font-size:18px;

}

}

/*==================================================
Tablet
==================================================*/

@media (max-width:991px){

.luxia-promise-section{

    padding:70px 0;

}

.promise-title{

    font-size:40px;

}

.welcome-title{

    font-size:30px;

}

.promise-subtitle{

    font-size:17px;

    margin-bottom:45px;

}

.welcome-text{

    font-size:17px;

    margin-bottom:35px;

}

.luxia-logo img{

    width:160px;

}

.gold-divider img{

    width:260px;

}

.promise-content p{

    font-size:17px;

    line-height:1.9;

}

}

/*==================================================
Mobile
==================================================*/

@media (max-width:767px){

.luxia-promise-section{

    padding:60px 0;

}

.promise-title{

    font-size:34px;

    line-height:1.3;

}

.welcome-title{

    font-size:26px;

    line-height:1.4;

}

.promise-subtitle{

    font-size:16px;

    margin-bottom:35px;

    line-height:1.8;

}

.welcome-text{

    font-size:16px;

    margin-bottom:30px;

}

.luxia-logo{

    margin-bottom:30px;

}

.luxia-logo img{

    width:140px;

}

.gold-divider{

    margin-bottom:35px;

}

.gold-divider img{

    width:220px;

}

.promise-content p{

    font-size:16px;

    line-height:1.9;

}

}

/*==================================================
Small Mobile
==================================================*/

@media (max-width:575px){

.luxia-promise-section{

    padding:50px 20px;

}

.promise-title{

    font-size:30px;

}

.welcome-title{

    font-size:22px;

}

.promise-subtitle{

    font-size:15px;

}

.welcome-text{

    font-size:15px;

}

.promise-content p{

    font-size:15px;

}

.luxia-logo img{

    width:120px;

}

.gold-divider img{

    width:180px;

}

}


/*=========================================
Tablet
=========================================*/

@media (max-width:991px){

.testimonial-section{

    padding:70px 0;

}

.testimonial-card{

    min-height:auto;

    padding:35px;

}

.testimonial-text{

    font-size:17px;

    margin-bottom:45px;

}

}

/*=========================================
Mobile
=========================================*/

@media (max-width:767px){

.testimonial-section{

    padding:60px 0;

}

.testimonial-card{

    padding:30px 25px;

}

.quote-icon i{

    font-size:28px;

}

.testimonial-text{

    font-size:16px;

    line-height:1.9;

    margin-bottom:35px;

    max-width:100%;

}

.client-image{

    width:48px;

    height:48px;

}

.client-details h4{

    font-size:17px;

}

.client-details span{

    font-size:14px;

}

}

/*=========================================
Small Mobile
=========================================*/

@media (max-width:575px){

.testimonial-section{

padding: 50px 0px;
}

.testimonial-card{

    padding:25px 20px;

}

.testimonial-text{

    font-size:15px;

}

.client-image{

    width:45px;

    height:45px;

}

.client-details h4{

    font-size:16px;

}

.client-details span{

    font-size:13px;

}

}



/*==================================================
Desktop
==================================================*/

@media(min-width:1200px){

.blog-content{

    min-height:238px;

}

}

/*==================================================
Tablet
==================================================*/

@media(max-width:991px){

.section-padding{

    padding:70px 0;

}

.blog-item{

    margin-bottom:25px;

}

.blog-content{

    padding:22px;

}

.blog-content h3{

    font-size:19px;

}

.blog-content p{

    font-size:15px;

}

.sidebar-widget{

    margin-top:25px;

}

.sidebar-widget h4{

    font-size:26px;

}

}

/*==================================================
Mobile
==================================================*/

@media(max-width:767px){

.section-padding{

    padding:60px 0;

}

.blog-item .row{

    display:block;

}

.blog-image{

    height:auto;

}

.blog-image img{

    height:auto;

}

.blog-content{

    padding:22px;

}

.blog-date{

    font-size:14px;

}

.blog-content h3{

    font-size:22px;

}

.blog-content p{

    font-size:15px;

    margin-bottom:18px;

}

.sidebar-widget{

    padding:25px;

}

.sidebar-widget h4{

    font-size:24px;

}

.sidebar-widget ul li a{

    font-size:16px;

}

}

/*==================================================
Small Mobile
==================================================*/

@media(max-width:575px){

.section-padding{

    padding:45px 0;

}

.blog-content{

    padding:20px;

}

.blog-content h3{

    font-size:20px;

}

.blog-content p{

    font-size:14px;

    line-height:1.8;

}

.sidebar-widget{

    padding:20px;

}

.sidebar-widget h4{

    font-size:22px;

}

.sidebar-widget ul li{

    margin-bottom:14px;

}

.sidebar-widget ul li a{

    font-size:15px;

}

}



/*=========================================
Responsive
=========================================*/

@media(max-width:1199px){

.blog-title{

    font-size:44px;

}

.blog-content h2{

    font-size:32px;

}

}

@media(max-width:991px){

.section-padding{

    padding:70px 0;

}

.blog-single{

    padding-right:0;

}

.sidebar-widget{

    margin-top:40px;

    position:relative;

    top:0;

}

.blog-title{

    font-size:38px;

}

.blog-content h2{

    font-size:28px;

}

.blog-content h4{

    font-size:22px;

}

}

@media(max-width:767px){

.section-padding{

    padding:60px 0;

}

.blog-title{

    font-size:30px;

    line-height:1.4;

}

.blog-image{

    margin-bottom:30px;

}

.blog-content h2{

    font-size:24px;

}

.blog-content h4{

    font-size:20px;

}

.blog-content h5{

    font-size:18px;

}

.blog-content p{

    font-size:15px;

    line-height:1.9;

}

.blog-list li{

    font-size:15px;

}

.blog-category{

    padding:20px;

    margin-top:40px;

}

.blog-category h4{

    font-size:24px;

}

.sidebar-widget{

    padding:22px;

}

.sidebar-widget h3{

    font-size:24px;

}

.search-form button{

    padding:0 20px;

    font-size:14px;

}

}

@media(max-width:575px){

.section-padding{

    padding:45px 0;

}

.blog-title{

    font-size:26px;

}

.blog-content h2{

    font-size:22px;

}

.blog-content h4{

    font-size:18px;

}

.blog-content p{

    font-size:14px;

}

.blog-category h4{

    font-size:22px;

}

.search-form .form-control{

    font-size:14px;

}

.search-form button{

    padding:0 16px;

    font-size:13px;

}

}


/*==========================
Responsive
===========================*/

@media(max-width:1199px){

.contact-content h2{

font-size:42px;

}

.contact-line a{

font-size:34px;

}

.map-heading h2{

font-size:42px;

}

}

@media(max-width:991px){

.contact-section{

padding:70px 0;

}

.contact-content{

padding-right:0;

margin-bottom:50px;

text-align: center;
}

.contact-image{

margin-top:20px;

}

.map-box iframe{

height:420px;

}

}

@media(max-width:767px){

.contact-content h2{

font-size:34px;

}

.contact-desc{

font-size:16px;
line-height:1.8;

}

.info-box{

margin-bottom:28px;

}

.info-box p,
.info-box a{

font-size:16px;

}

.contact-line{

display:block;

}

.contact-line .left{

margin-bottom:15px;

}

.contact-line a{

font-size: 22px;
}

.arrow{

font-size:22px;

}

.map-heading{

padding:45px 20px;

}

.map-heading h2{

font-size:34px;

}

.map-box iframe{

height:350px;

}

}

@media(max-width:575px){

.contact-section{

padding:50px 0;

}

.contact-content h2{

font-size:30px;

}

.map-heading h2{

font-size:30px;

}

}



/* Mobile */

@media(max-width:767px){

    .rdh-stats-section{
        padding:30px 0;
    }

    .rdh-stat-card{
        padding: 25px 15px;
    }

    .rdh-stat-card h2{
        font-size:42px;
    }

    .rdh-stat-card p{
        font-size:18px;
    }

    .rdh-border-x{
        border-left:none;
        border-right:none;
        border-top:1px solid #dddddd;
        border-bottom:1px solid #dddddd;
    }


}


/*==============================
  Responsive
==============================*/

@media (max-width:575px){

    .rkd-cta-wrapper{
        gap:12px;
    }

    .rkd-btn{
        width:100%;
        max-width:320px;
		margin: 5px 0;
    }

}

@media (max-width:767px){
	
	.modal { 
    z-index: 10500;
		}
	
	h2 { 
    font-size: 30px;}
		
		
	
	.contact-line .arrow{display:none;}
	.inner-hdng-parent{position:relative;} 
	.inner-hdng-parent .hero-content {
    top: 54%;
    left: 0;
    right: 0;
}
	.trusted{margin-top: 40px;}
	
	
	.inner-hdng-parent .hero-content {
        top: 52%;
        left: 0;
        right: 0;
        text-align: center;
        position: absolute;
       
        transform: translateY(-50%);
        z-index: 5; 
    }
	.inner-hdng-parent .divider {
        width: 90%;
        margin: 15px auto 15px;
    }    .why-section {
        padding: 0px 0 40px;
    }
	.residential-plots-in-mathura {
    padding-top: 50px;
    padding-left: 0;
    text-align: center;
}
	.bottom-image {
    overflow: hidden;
    width: auto;
    margin-top: 15px;
}
	.residential-plots-in-mathura {
    padding-top: 50px;
    padding-left: 0;
    text-align: center;
}
	.boxinvestleft {
    float: left;
    display: inline-block;
    width: 100%;
padding: 22px 18px 10px 18px;
}.why-invest {
    padding: 40px 0 0;
}
	
	.footer-logo { 
    display: block;
    margin: 0 auto;
}
	.footer-section .phone { 
    font-size: 26px;
	
}
	.scroll-top { 
    margin-top: 30px;
    margin-bottom: 12px;
}
	
	.footerhdgn6{margin-bottom: 20px;}
	
	.copyright {
    text-align: center; 
}
	
	
}

@media (max-width:1023px){
	
	.boxinvestleft { 
    width: 100%;
    padding: 33px 20px 20px 30px;
}
	
	.navbar.scrolled {
    padding: 22px 20px 10px;
}
	
	.modal-content { 
    margin-top: 0; 
}.footer-section p { 
    margin: 0 0 40px;
}
 
	.enquiry-btn { 
    right: -40px;
	}	
		
		.floating-contact { 
    right: 23px;
    top: 73%;}
	
	.footerlogomb {
    margin-bottom: 0;
}
	.social-icons a {
    width: 38px;
    height: 38px; 
    font-size: 16px; 
}
	
		
}

@media (max-width:1250px){
.enquiry-btn {
    position: fixed;
    right: -42px;
	
}
	.floating-contact { 
    right: 8px;
    top: 70%; 
}
	
	.social-icons a {
    width: 38px;
    height: 38px; 
    font-size: 16px; 
}
	
	.btnmargin .rkd-btn {
  
    font-size: 12px; 
    margin: 0 5px;
    padding: 20px 16px;
}
	
	.book-btn { 
    padding: 5px 18px; 
    height: auto;
    font-size: 13px; 
}
	
	    .schedule-btn {
        font-size: 16px; 
    }
	.bottom-image {
    overflow: hidden;
    width: auto;
}.text26 {
    font-size: 22px !important;
    line-height: 34px !important;
}.bottom-image {
    overflow: hidden;
    width: auto;
    margin-top: 20px;
}.boxinvestleft {
    float: left;
    display: inline-block;
    width: 100%;
    padding: 63px 20px 0px 30px;
}.feature-card { 
    display: block; 
}
	.whatsapp-link{display:none;}
	
}






