@media all and (max-width : 767px){
    body {
        overflow-x: hidden !important;
    }
    
    ul.lft-sec {
        padding: 0px;
        margin-bottom: 0px;
        margin-top: 20px;
    }
    
    section.banner {
        background-image: url('../images/banner-bg.webp');
        background-size: cover;
        background-repeat: no-repeat;
        padding: 150px 0px 90px;
        background-position: left center !important;
    }
    
    .contactfrm img {
        margin-top: 40px;
    }
    
    p.infopra {
        height: auto;
    }
    
    .processhead {
        margin-bottom: 20px;
        font-size: 40px;
        line-height: 45px;
    }
    
    .buttontestd {
        display: grid;
        gap: 10px;
    }
    
    section.testimonials-sec p.paragraphsec {
        width: 100%;
    }
    
    section.testimonials-sec h3.headingh3 {
        font-size: 40px;
        line-height: 45px;
    }
    
    img.ctaimg {
        transform: unset;
    }
    
    section.cta-sec {
        padding: 60px 0px;
    }
    
    .ctahead {
        font-size: 31px;
    }
    
    .buttondiv {
        display: grid;
        gap: 15px;
        margin-bottom: 40px;
    }
    
    .buttondiv a {
        width: max-content;
    }
    
    section.portfolio p.paragraphsec {
        width: 100%;
    }
    
    .testimonials-sec {
        padding: 60px 0px;
    }
    
    section.cta-sec {
        margin: 0px;
    }
    
    section.package-sec h3.headingh3 {
        font-size: 40px;
        line-height: 45px;
    }
    
    section.package-sec p.paragraphsec {
        width: 100%;
    }
    
    h3.headingh3 {
        font-size: 40px;
        line-height: 45px;
    }
    
    section.servicesec p.paragraphsec {
        width: 100%;
    }
    
    img.tabsimages {
        transform: unset;
        margin-bottom: -15px;
        margin-top: 40px;
    }
    
    .tabbuttondiv {
        display: grid;
        gap: 15px;
    }
    
    .tabbuttondiv a {
        width: max-content;
    }
    
    p.tabspara {
        width: 100%;
    }
    
    ul.tabsul {
        display: block;
    }
    
    .formdiv {
        width: 100%;
        margin-top: 50px;
    }
    
    section.header .row {
        display: block;
    }
    
    ul.headerul {
        display: none;
    }
    
    section.banner {
        padding-top: 95px;
    }
    
    ul.nav.nav-tabs {
        gap: 25px;
    }
    
    a.nav-link.active .imaged:after {
        display: none;
    }
    
    h3.tabheading {
        font-size: 36px;
    }
    
    section.servicesec {
        background-size: 100% 40%;
    }
    
    .imaged {
        display: none;
    }
    
    ul.nav.nav-tabs li a br {
        display: none;
    }
    
    ul.nav.nav-tabs li a {color: black !important;border: 1px solid #d4d4d4;padding: 11px 9px;font-size: 10px;border-radius: 5px;}
    
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        border: none;
        background: linear-gradient(90deg, rgba(209,42,43,1) 0%, rgba(105,21,22,1) 100%) !important;
        border: 1px solid #cc292a;
        color: white !important;
    }
    
    .tab-pane {
        margin-top: 45px;
    }
    
    section.servicesec {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    
    ul.banbadge {
    display: flex;
}

ul.banbadge li {
    width: 25%;
}

img.mainlogo {
    width: 65%;
}

.serviceinfo {
    min-height: auto;
}

section.banner h1 {
    font-size: 34px;
    margin-bottom: -10px !important;
}

section.banner p {
    font-size: 13px;
    margin-bottom: 15px;
    margin-top: 15px;
}

ul.bannerlist {
    gap: 5px;
    font-size: 13px;
    margin-bottom: 35px;
}

ul.bannerlist img {width: 15px;margin-right: 10px;}
    
    p.review {
        height: auto;
    }
    
    .bannerul {
        display: grid;
        gap: 40px;
        margin-bottom: 0px;
        padding: 0px;
        margin-bottom: 20px;
    }

    .col-md-4 .paragraphsec {
        margin-top: 25px !important;
    }
    
    .testimonials-sec .buttondiv a {
        margin: 0 auto;
    }
    
    p.sidetxt {
        text-align: left;
    }
    
    .processull {
        display: block;
    }
    
    .processulli {
        display: block;
    }
    }