@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
}
@media (max-width: 1120px) {
   header ul.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    max-width: 100%;
    background: #568E4D;
    height: 100%;
    display: block;
    z-index: 99;
    padding: 20px;
    transform: translateX(-300px);
    transition: 0.4s;
}

header ul.nav a.nav-link {
    color: #fff;
}

header ul.nav a.nav-link.active, header ul.nav a.nav-link:hover {
    color: #fff;
}
button.menu-toggle-btn svg {}

button.menu-toggle-btn svg {
    width: 30px;
}

button.menu-toggle-btn {
    background: #048e3c;
    color: #fff;
    border: 1px solid #048e3c;
    padding: 4px;
    margin-left: 10px;
}
.video-container {
    height: 410px;
}

.video-container .video-text .video-text-inner h1 {
    font-size: 38px;
    line-height: 42px;
}
.feature-box.border-end {
    border: none !important;
}

.feature-box {
    padding: 30px 20px;
}
.bg-with-image-section:before {
    width: 100%;
}

.bg-with-image-section:after {
    display: none;
}
.feature-item .text {
    padding: 12px 10px;
}
.footer-cta {
    flex-wrap: wrap;
    justify-content: center;
}

.footer-cta .footer-cta-button {
    margin: 0 auto;
}
footer .footer-logos {
    justify-content: center;
}

footer .footer-text {
    justify-content: center;
    margin-top: 20px;
}
header  ul.nav.active {
    transform: translateX(0);
}
.blog-card.large .rounded-image {
    width: 100%;
}

.blog-card.large .content {
    padding: 30px;
    width: 100%;
}
.menu-toggle-btn {
    display :block;
}
}

@media only screen and (max-width: 480px) {
    .footer-cta {
    border-radius: 20px;
}
.btn {
    padding: 8px 10px;
    font-size: 12px;
    min-width: 100px;
}
.section-text h2, .section-text h1 {
    font-size: 27px;
}

.section-space {
    padding: 30px 0;
}
.icon-link-items {
    grid-template-columns: repeat(1, 1fr);
}
header a.navbar-brand img {
    height: 30px;
}
header a.btn.btn-outline-primary.phone-btn {
    font-size: 0;
    width: auto;
    min-width: inherit;
    text-align: center;
    padding: 10px;
    gap: 0;
}

.video-container .video-text .video-text-inner h1 {
    font-size: 28px;
    line-height: 32px;
}

.video-container .video-text .video-text-inner p {
    font-size: 15px;
    line-height: 1.2;
}
.feature-box h3 {
    font-size: 20px;
}

.feature-box {
    padding: 20px 20px;
}
section.inner-banner img {
    height: 270px;
}

section.inner-banner .inner-banner-content .banner-text h1 {
    font-size: 28px;
    line-height: 1.2;
}
section.inner-banner img {
    height: 270px;
}



.product-pagincation .pagination-block h5 {
    font-size: 11px;
}

.product-pagincation .pagination-block h4 {
    font-size: 14px;
}
.partner-box .hover-content {
    padding: 35px;
}

    .blog-card.large .content h3 {
    font-size: 20px;
}
}
