@media (max-width: 980px){
    body{
        background-image: var(--white-bg);
    }
    .about_wrapper .col-lg-6.abt-content{
        margin-top: 20px;
    }
    section.cta-2 .col-3{
        width: 50%;
    }
    section.cta-2 .bottom-content h2{
        font-size: 20px;
        margin-right: 20px;
    }
    section.featured-pro .main-prop{
        width: 50%;
    }
    section.featured-pro .row{
        gap: 0;
    }
    section.faqs .col-5{
        width: 100%;
    }
    section.faqs .col-7{
        width: 100%;
        margin-top: 20px;
    }
    section.cta{
        background-position: 87%;
    }
} 
@media only screen and (min-width: 550px) and (max-width: 979px) {

    section.hero-section img{
        height: 650px;
    }
    section.hero-section .cont h1{
        font-size: 35px;
    }
    section.hero-section .cont p{
        width: 100%;
    }
    section.services .col-3{
        width: 50%;
        margin-bottom: 20px;
    }
    section.services .shape-img {
        width: 350px;
    }
    section.about-us .col-6{
        width: 100%;
    }
    section.about-us .img-sec img{
        height: auto;
    }
    section.courses .owl-dots{
        display: none !important;
    }
    section.cta .cta-cont{
        width: 100%;
    }
    section.user-reviews .col-3{
        width: 50%;
        margin-bottom: 20px;
    }
    
}

@media (max-width: 540px){
   
    section.hero-section .cont h1{
        font-size: 32px;
        margin-bottom: 10px;
    }
    section.hero-section .cont{
        padding: 30px;
    }
    section.hero-section .cont p {
        font-size: 12px;
        width: 100%;
    }
    section.hero-section .owl-nav button{
        width: 70px;
        height: 70px;
    }
    section.hero-section .owl-nav .owl-prev{
        left: -15px;
    }
    section.hero-section .owl-nav .owl-next{
        right: -15px;
    }
    section.hero-section img{
        height: 520px;
        object-position: 80%;
    }
    .about_wrapper .upper-head{
        width: 100%;
    }
    section.cta-2 .row p{
        text-align: center;
    }
    section.cta-2 .bottom-content .col-9{
        flex-direction: column;
        padding: 30px;
        gap: 14px;
    }
    section.cta-2 .bottom-content .col-9 h2{
        font-size: 16px;
        text-align: center;
        width: 100%;
    }
    .common-head p{
        font-size: 14px;
    }
    section.featured-pro .head-sec {
        padding: 20px;
    }
    section.featured-pro .head-sec h2{
        font-size: 22px;
    }
    section.featured-pro .main-prop{
        width: 100%;
    }
    section.services .shape-img{
        width: 200px;
        left: -85px;
        top: -80px;
    }
    section.services .col-3{
        width: 50%;
    }
    section.services .container-fluid{
        padding: 0;
    }
    section.services .workshop p{
        height: 120px;
        overflow: hidden;
    }
    section.services .workshop{
        padding: 15px 10px;
        margin-bottom: 20px;
    }
    section.services .workshop img{
        width: 48px;
    }
    section.services .workshop h4{
        font-size: 20px;
    }
    section.services .workshop p {
        font-size: 12px;
    }
    section.about-us .col-6{
        width: 100%;
    }
    .common-head h3{
        font-size: 25px;
    }
    section.about-us{
        padding-top: 0;
    }
    section.about-us .img-sec img{
        height: auto;
    }
    section.about-us .cont-sec{
        padding: 25px 0;
    }
    .about-numbers .simple{
        font-size: 24px;
    }
    .about-numbers .transparent{
        font-size: 24px;
    }
    section.courses .owl-dots{
        display: none !important;
    }
    section.courses .owl-nav{
        display: none !important;
    }
    section.courses .card-title{
        font-size: 15px;
        height: 40px;
        overflow: hidden;
    }
    section.cta .cta-cont{
        width: 100%;
    }
    section.cta .cta-cont h2{
        font-size: 22px;
    }
    section.user-reviews .col-3{
        width: 50%;
    }
    section.user-reviews .container-fluid{
        padding: 0;
    }
    section.blogs .blog-img img{
        height: 220px;
    }
    .blog-cont h4{
        font-size: 13px;
    }
.delayedPopupWindow .signup-box .signup-form form{
    gap: 10px;
}
.delayedPopupWindow .signup-box .main-box{
    flex-direction: column-reverse;
}
.delayedPopupWindow img{
    display: none;
}
.delayedPopupWindow .signup-box .signup-form h2{
    color: var(--btn-color);
    font-size: 40px;
    -webkit-text-fill-color: var(--btn-color);
}
.delayedPopupWindow .signup-box .signup-form form button{
    background: var(--btn-color);
}
.delayedPopupWindow{
    z-index: 999;
}

}       

@media (max-width: 391px){
    section.home-dec .head h2{
        font-size: var(--f54);
    }
    section.home-dec .head p{
        font-size: var(--f45);
        left: 70px;
        bottom: 38px;
    }
    .head h2 {
        font-size: 70px;
    }
}

