
@media (min-width:1180px) and (max-width:1536px) {
    .container {
        max-width: 1170px;
    }
    .home-sec2 .left-img, .home-sec2 .right-img {
         max-width: 200px;
    }
}
@media (max-width:1200px) {
    

}

@media (max-width: 1199px) and (min-width: 992px) {
}



@media (max-width: 991px) {
    .container {
        max-width: 100%;
    }
   
}

@media (min-width:768px) and (max-width:991px) {
    section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    
}

@media (min-width:768px) and (max-width:1024px) {
    h1 {
        font-size: 40px;
        line-height: 1.8;
    }
    h2 {
        font-size: 35px;
    }
    h3 {
        font-size: 28px;
        line-height: 1.5;
    }
    p {
        font-size: 15px;
        line-height: 1.8;
    }
    .btn {
        padding: 8px 20px;
        font-size: 13px;
        font-weight: 500;
    }
}


@media (min-width:768px) {
    #slidemenu #closeMenu {
        display: none;
    }

}

@media (max-width:768px) {
    .title {
        margin-bottom: 35px;
    }

}


@media (max-width:767px) {
    h1 {
        font-size: 30px;
        line-height: 38px;
    }
    h2 {
        font-size: 25px;
        line-height: 1.4;
    }
    h3 {
        font-size: 20px;
        line-height: 1.2;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    p {
        font-size: 14px;
        line-height: 1.8;
    }
    .title {
        margin-bottom: 15px;
    }
    .btn {
        padding: 8px 18px;
        font-size: 13px;
        line-height: 1.6;
        letter-spacing: 0.1px;
        font-weight: 500;
    }
    .nav-header {
        padding: 5px 0;
    }
    section {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #msform {
        padding: 15px;
    }
    #progressbar li:before, #progressbar li:after {
        left: 28px;
    }
    #msform input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]), #msform textarea {
        margin: 0 0 15px;
    }
    #msform .action-button {
        margin: 0;
    }

    .shp-list label figure {
        flex: 0 0 90px;
        padding-right: 10px;
    }
    .shp-list label {
        padding: 10px;
    }
    .shp-list label span:after {
        font-size: 15px;
        width: 25px;
        height: 25px;
        padding: 1px;
    }
    .radio-list label {
        width: 47%;
        margin: 0;
    }
    .radio-list figure {
        max-width: 30px;
    }
    .add-upload label img {
        max-width: 30px;
    }
    .image-preview .preview-box {
        width: 47%;
    }
    header .logo-sec img {
        max-width: 110px;
    }



    
}

@media (max-width: 568px) {
    .payment form .btn {
        width: 100%;
    }
}