
@media (min-width:1200px) and (max-width:1366px) {
    .container {
        max-width: 1170px;
    }
}
@media (max-width:1200px) {
    

}

@media (max-width: 1199px) and (min-width: 992px) {
    
}



@media (max-width: 991px) {
    .container {
        max-width: 100%;
    }
    .header-section {
        padding: 0;
    }
    header {
        padding: 15px 0 0;
    }
    header .top-sec {
        border: transparent;
        padding-bottom: 15px;
    }
    header .call-sec {
        flex: 0 0 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 15px;
    }
    header .call-sec figure {
        max-width: 28px;
    }
    header .call-sec h4 {
        margin: 0;
    }
    header .logo-sec img {
        max-width: 220px;
    }
    header .logo-sec {
        width: auto;
        padding: 0 15px;
        position: relative;
        z-index: 9999999;
    }
    header .menu-sec {
        background: transparent;
        position: absolute;
        width: 100%;
        left: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0;
        top: 0;
    }
    header #navigation {
        position: absolute;
        right: 0;
        width: 100%;
        display: unset;
        left: 0px;
        top: 15px;
    }
    header #navigation nav > ul > li > a {
        padding: 10px;
        color: #ffffff;
    }
    header #navigation li.dropdown > a::after {
        display: none;
    }
    header #navigation nav > ul > li > a:hover {
        color: #ffffff;
        background: #008949;
    }
    header .slim-container .slim-bar {
        background: none !important;
    }
    header .slim-container a.slimNav_sk78-reveal {
        width: 20px;
        height: 15px;
        padding: 12px;
        color: #fff;
        font-size: 16px;
        background: #00a859;
        border-radius: 6px;
        margin-right: 10px;
    }
    header .slim-container a.slimNav_sk78-reveal span {
        background: #fff !important;
    }
    header a.slimNav_sk78-reveal.slimclose {
        color: #fff !important;
    }
    header .slim-container .slim-nav {
        background: #00a859 !important;
        overflow: hidden;
        margin-top: 52px;
        box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
    }
    header .slim-container .slim-nav ul li a.slim-expand {
        width: 40px !important;
        height: 40px !important;
        position: absolute !important;
        line-height: 1.5 !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        border-color: rgb(0, 0, 0, 0.1) !important;
    }

    header #navigation li.menu-item-has-children > a::after {
        display: none;
    }
    header #navigation li a {
        font-size: 16px;
        line-height: 19px;
        padding: 10px 10px;
        margin: 0;
        box-sizing: border-box;
        width: 100%;
        color: #2745d7;
        text-transform: none;
        border-top: 1px solid rgb(0 0 0 / 10%);
    }

    header #navigation nav > ul > li > a::before {
        display: none;
    }
    
    header #navigation .submenu {
        position: static;
        transform: inherit;
        width: 100%;
        overflow: hidden;
        transition: inherit;
        transform-origin: inherit;
        padding: 0;
        background: transparent;
        border: transparent;
        border-radius: 0;
        opacity: 1;
    visibility: visible;
    box-shadow: none;
    }
    header #navigation .submenu:before {
        display: none;
    }
    /*header #navigation .submenu li a {
        box-sizing: border-box;
        width: 100%;
        padding: 10px 15px;
        padding-left: 20px;
        color: #ffffff;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.06em;
    }*/
    /*header #navigation .submenu li a:hover {
        color: #2745d7;
    }*/
    header #navigation .submenu li a {
        color: #fff;
        text-transform: capitalize;
    }
    header #navigation .submenu li .submenu a {
        padding-left: 30px;
    }
    header .account-sec {
        margin-left: auto;
        margin-right: 0;
        margin-top: 20px;
        position: absolute;
        z-index: 9999999;
        max-width: 170px;
        right: 55px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    footer .social {
        float: right;
    }
    footer h4 {
        margin: 20px 0 25px;
    }
    
}

@media (min-width:768px) and (max-width:1024px) {
    h1 {
        font-size: 35px;
        line-height: 1.2;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 20px;
        line-height: 1.5;
    }
    p {
        font-size: 15px;
        line-height: 1.8;
    }
    .btn {
        padding: 8px 20px;
        font-size: 13px;
        font-weight: 500;
    }
    .banner-sec {
        padding: 6em 0 4rem;
    }
    .banner-sec .main-img {
        max-width: 380px;
    }
    .banner-sec .banner-text .btn {
        margin-top: 20px;
    }
    .banner-sec .banner-text h1 {
        font-size: 30px;
    }
    .banner-sec .banner-text p {
        font-size: 15px;
        line-height: 1.6;
    }

    
    
}


@media (max-width:768px) {
    .title {
        margin-bottom: 35px;
    }
    

}


@media (max-width:767px) {
    h1 {
        font-size: 30px;
        line-height: 1.2;
    }
    h2 {
        font-size: 25px;
        line-height: 1.4;
    }
    h3 {
        font-size: 18px;
        line-height: 1.2;
    }
    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;
    }
    .m-none {
        display: none;
    }
    section {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    header .logo-sec img {
        max-width: 150px;
    }
    header .call-sec h4 {
        font-size: 16px;
    }
    header .call-sec span {
        font-size: 12px;
    }
    header .call-sec {
        margin-top: 35px;
    }
    header .call-sec figure {
        max-width: 24px;
    }
    header .slim-container .slim-nav {
        margin-top: 42px;
    }

   .banner-sec {
        padding: 13rem 0 15px;
        text-align: center;
    }
    .banner-sec p {
        max-width: 100%;
        font-size: 17px;
        line-height: 1.5;
    }
    .banner-sec .desk-img {
        max-width: 280px;
        margin-top: 10px;
    }


    .inner-banner h2 {
        text-align: center;
        margin: 20px 0 15px;
    }
    .testimonial-sec .title h2 span {
        font-size: 20px;
    }

    .home-sec4 .flex-box {
        margin: 0 0 15px;
    }
    .home-sec4 .flex-box h5 {
        min-height: auto;
    }


    footer {
        padding: 30px 0 20px;
    }
    footer h4 {
        margin: 10px 0 15px;
    }
    footer .privacy {
        padding-top: 15px;
        margin-top: 15px;
        text-align: center;
    }
    footer .social {
        /* justify-content: center; */
        gap: 10px;
        margin: 0 0 15px;
    }
}

@media (max-width: 568px) {
}