
@media (max-width: 1440px) {
    h1.banner-heading {
    font-size: 50px;
    line-height: 60px;
}

.banner-content {
    padding: 100px 0 20px;
}

.sec-3-img img {
    top: -10.1vw;
}

    .btn-wrap .theme-btn {
    padding: 15px 5px;
    font-size: 12px;
}

.btn-wrap .theme-btn span {padding: 0px;}

.sec-testimonal-main {
    width: 27.5dvw;
}

.banner-form p {
    font-size: 16px;
}

.sec-heading .sub-heading {
    font-size: 14px;
}

span.sub-heading {
    font-size: 16px;
}

.sec-heading p {
    font-size: 16px;
}

section.sec-1 ul li {
    font-size: 16px;
}

.sec-3-img:before {
    left: -9vw;
    width: 39vw;
    height: 30vw;
    bottom: -3vw;
}

.pckg .upper .price .uspto {
    font-size: 14px;
}

.pckg .btn-wrap a span {display: none;}

.footer-hdng .btn-wrap .theme-btn span {
    display: none;
}

ul.menu.btns li {
    border: none;
}

.extra-line {
    border-bottom: none;
}

}

@media (max-width: 1200px) {
    
    .sec-3-img img {
    top: -10.2vw;
}
    .sub-brand-banner-img img {
    width: 200px;
}

    .main-header .logo img {
    width: 40vw;
}

.footer-main .logo img {
    width: 100%;
}

    .sec-bg-img-ext {
    height: 350px;
    background-size: cover;
    border-radius: 40px;
    margin-top: 30px;
    justify-content: center;
    display: flex;
}

.sec-bg-img-ext .sec-heading {
    margin-top: -90px;
}

    .sec-heading h2 {
    font-size: 32px;
}

.sec-heading p {
    font-size: 14px;
}

section.sec-1 ul li {
    font-size: 14px;
    line-height: 1.5;
}

.sec-heading h3 {
    font-size: 18px;
}

.sec-heading .sub-heading {
    margin: 0;
}

.sec-bg-img-ext .sec-heading {
}

.sec-bg-img-ext .sec-heading p {
    margin: 0;
    margin-bottom: 10px;
}

section.sec-1 {
    padding-bottom: 0;
}

section {
    padding: 3rem 0;
}

.accordion-list li h3 {
    padding-right: 20px;
}

    .sec-heading h2 {
    font-size: 32px;
}

.sec-heading p {
    font-size: 14px;
}

section.sec-1 ul li {
    font-size: 14px;
    line-height: 1.5;
}

.sec-heading h3 {
    font-size: 18px;
}

.sec-heading .sub-heading {
    margin: 0;
}

.sec-bg-img-ext .sec-heading {
}

.sec-bg-img-ext .sec-heading p {
    margin: 0;
    margin-bottom: 10px;
}

section.sec-1 {
    padding-bottom: 0;
}

section {
    padding: 3rem 0;
}

    .sub-brand-banner-img {
    gap: 20px;
}

    .sec-testimonal-main {
        width: 41.5dvw;
    }

    p.banner-text {
    font-size: 18px;
}

.banner-content {
    padding: 100px 0 20px;
}

.opt-sec-2-main h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.opt-sec-2-main p {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 7px;
}

.number-sec-2 h3 {
    font-size: 46px;
}

.sec-3-img:before {
    left: -8vw;
    width: 39vw;
    height: 36vw;
    bottom: -4.5vw;
}

.pckg {
    padding: 20px 14px;
}

.sec-testimonal-main {
    padding: 20px 15px;
}

.footer-hdng .btn-wrap {
    display: contents;
    align-items: center;
    justify-content: center;
}

.footer-hdng .btn-wrap a {
    margin-bottom: 10px;
    width: 100%;
}

.footer-hdng {
    padding: 20px 20px;
}

        h1.banner-heading {
        font-size: 40px;
        line-height: 50px;
    }
    header{
        padding: 1rem 0;
    }
    .btns{
        margin: 1.5rem 0;
    }
    .dropdown {
        position: unset;
        box-shadow: none;
        width: 100%;
        background: #f0f8ff80;
    }
    .dropdown ul li a {
        padding: 0;
        line-height: 1rem;
        padding: 1rem;
        font-weight: 500;
    }
    .form-head .form-heading{
        white-space: normal;
        font-size: 20px;
    }
    .form-head{
        padding: 1rem;
    }
    .btn-normal{
        padding: 10px 8px;
    }
    .sub-menu a {
        color: #333 !important;
        margin-bottom: 0 !important;
    }
    .sub-menu {
        left: auto !important;
        padding-top: 16px;
        top: 24px;
    }
    a.header-btn {
        padding: 15px 20px !important;
        margin-bottom: 0 !important;
        display: flex !important;
        gap: 5px !important;
        align-items: center;
    }
    .menuWrap .menu:first-child{
        padding-left: 0;
        width: 100%;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .menu-Bar {
        display: block;
        top: 0px;
    }
    .menuWrap.open {
        display: flex;
        left: 0px;
    }
    .menuWrap {
        position: fixed;
        left: -210%;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #ffffff;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-flow: column;
        transition: all 0.4s ease;
        z-index: 3;
        width: 70%;
        overflow-y: auto;
        box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%), 0px 2px 4px -1px rgb(0 0 0 / 6%);
    }
    ul.menu > li  {
        display: flex;
        justify-content: center;
        gap: 5px;
        border-bottom: 1px solid #ddd;
        padding: 0;
        flex-direction: column;
    }
    ul.menu > li > a {
        margin-bottom: 10px;
        padding: 0;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        padding-right: 0px;
        margin-right: 0px;
        color: #fff;
        font-size: 15px;
        text-transform: capitalize;
    }
    .container {
        position: relative;
    }
    header .main-header ul.menu>li > a {
        color: #333;
        width: 100%;
        text-align: left;
        margin: 0;
        display: flex;
        justify-content: space-between;
        padding: 1rem;
    }
    header .main-header ul.menu>li > a:before {
        display: none;
    }
}

@media (max-width : 1025px){
    .btn-wrap .theme-btn {
        font-size: 16px;
    }
    .overlap-slider {
        width: 100%;
        position: relative;
    }
}

@media (max-width : 991px){

.sec-bg-img-ext .sec-heading {
    margin: 0;
}

    .mmpopup .centercont h3 span {
    font-size: 24px;
}

.mmpopup .formpop {
    margin-top: 30px;
}

.sec-bg-img-ext .btn-wrap {
    justify-content: center;
}

    .sub-brand-banner-img {
    justify-content: center;
    gap: 50px;
}

section.section-2 {
    padding-bottom: 0;
}

.sec-testimonal-main {
    width: 39vw;
}

.faqs-img {
    display: none;
}

.sec-bg-img-ext {
    background-size: cover;
    padding: 60px 10px;
    text-align: center;
    border-radius: 50px;
}

    .banner-img {
    display: none;
}

.banner-form {
    width: 100%;
}

.sec-1-img {
    display: none;
}

.opt-sec-2-main {
    margin-bottom: 25px;
}

.sec-3-img {
    display: none;
}

section.section-3 {
    padding: 4rem 0px 3rem;
}

section {
    padding: 3rem 0px;
}

.pckg {
    margin-bottom: 30px;
}

.footer-hdng {
    margin-bottom: 20px;
}

}

@media (max-width : 767px){
    
    .sub-brand-banner-img img {
    width: 160px;
}
    .mmpopup .popup-content {
    padding: 30px 20px;
}

    section.sec-1 ul li {
    padding-bottom: 15px;
}

    .sub-brand-banner-img {
    justify-content: center;
    gap: 50px;
}

section.section-2 {
    padding-bottom: 0;
}

.sec-testimonal-main {
    width: 72vw;
}

.faqs-img {
    display: none;
}

.sec-bg-img-ext {
    background-size: cover;
    padding: 30px 10px;
    border-radius: 50px;
}

    .pckg .bottom ul {
    height: 200px;
}

.accordion-list li {
    padding: 30px 50px 30px 30px;
}

.main-half-2-footer {
    display: block;
    margin-bottom: 20px;
}

.accordion-list li h3 {
    padding-right: 30px;
}
.mmpopup {
    width: 80dvw;
}

}

@media only screen
and (min-width : 375px)
and (max-width : 736px) {
    .pkg-list {
        grid-template-columns: repeat(1, 1fr);
    }
    header{
        padding: 1rem 0;
    }
    .banner-content {
        padding: 100px 0 20px;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 16px;
    }
    h1.banner-heading {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 1rem;
    }
    p.banner-text {
        max-width: 100%;
        font-size: 16px;
        line-height: 25px;
    }
    .btn-wrap {
        flex-direction: column;
        margin-bottom: 2rem;
    }
    .btn-wrap a {
        width: 100%;
        text-align: center;
    }
    .banner-img {
        display: none;
    }
    .sec-heading h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .sec-heading p {
        font-size: 16px;
        line-height: 26px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .copyright {
        flex-direction: column;
        gap: 12px;
    }



}
