@media (min-width:1301px) and (max-width:1340px) {  
    .modal {
        width: 85%;
    }
}
@media (min-width:1200px) and (max-width:1300px) { 
    .counter-stats-withtitle {
        padding: 40px 25px;
    }
    .checkout-buttons .button-wrapper a {
        font-size: 12px;
    }
    .shipping-input-fields input, .shipping-input-fields select {
        font-size: 16px;
    }
    .modal {
        width: 85%;
    }
     form.calculator-form-edit h4 {
        margin-bottom: 20px;
        font-size: 16px;
    }
}
/**
     * @desc Responsive  Css
     * @date 4 january 2022
     * @author Catalyst
     */
@media (min-width:993px) and (max-width:1199px) {

    /* Footer Css */
    .footer-menu ul#menu-footer-menu li {
        margin-right: 0;
    }

    .footer-menu ul#menu-footer-menu {
        justify-content: space-between;
    }

    /* End Archive Pages Style */

    .blog-col-section.col-sm-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* End Archive Pages Style */
    /* footer */
    .footer-social-links {
        margin-top: 0;
    }
    
    /* banner slider */
    .background-with-content-carousel .owl-nav {
        width: 50%;
    }
    .banner-cta-button svg {
        height: 30px;
        width: 30px;
    }
    .banner-cta-button a {
        font-size: 20px;
        line-height: 28px;
        margin: 5px 0;
    }
    .banner-cta-button {
        max-width: 200px;
        width: 200px;
        height:200px;
        top: -60px;
    }
    
    /* icon block */
    .card-two-col-icon img {
        height: 80px;
    }
    
    /* testimonial block */
    .item.client-reviews-wrapper {
        padding: 25px 20px;
    }
    div#client-reviews .owl-nav {
        max-width: 12%;
        width: 12%;
    }
    
    .icon-box-feature {
        max-width: 100%;
    }
    
    /* contact page css */
    .counter-inner-container {
        flex-wrap: wrap;
    }
    .counter-stats-withtitle {
        border-right: none;
        justify-content: left;
        width: 50%;
    }
    .contact-information-addresses {
        max-width: 100%;
    }
    .contact-page-form {
        max-width: 100%;
    }
    
    .cart-item-container .col-sm-8 {
        max-width: 100%;
        flex: 100%;
    }
    .cart-item-container .col-sm-4 {
        max-width: 100%;
        flex: 100%;
    }
    .checkout-pricing-block {
        margin: 50px 0;
    }
    
    /* checkout page */
    .form-field-container .col-sm-7 {
        max-width: 100%;
        flex: 100%;
    }
    .form-field-container .col-sm-5 {
        max-width: 100%;
        flex: 100%;
    }
    div#checkout-popup .popup-modal {
        padding: 50px;
    }
    .sub-total-container {
        margin-bottom: 50px;
    }
    form#calculator-form-id-edit .col-sm-3 {
        margin-bottom: 40px;
        max-width: 100%;
        flex: 100%;
    }
    .modal {
        width: 90%;
    }
    form.calculator-form-edit h4 {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .kits-included-container {
        display: block !important;
    }
}

@media screen and (max-width: 992px) {

    /* Mobile Menu Css */
    .header-main-div {
        display: none;
    }

    .mobile-menu {
        display: block;
        position: relative;
        height: 75px;
    }
    .address-header {
        margin: auto 0;
    }

    .container-fluid.ap-navBar {
        display: none;
    }

    .button_container {
        position: absolute;
        top: auto;
        right: 40px;
        height: 27px;
        width: 35px;
        cursor: pointer;
        z-index: 100;
        transition: opacity 0.25s ease;
    }

    .button_container:hover {
        opacity: 1;
    }

    .button_container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg);
    }

    .button_container.active .middle {
        opacity: 0;
    }

    .button_container.active .bottom {
        transform: translateY(-11px) translateX(0) rotate(-45deg);
    }

    .button_container span {
        background: #fff;
        border: none;
        height: 3px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.35s ease;
        cursor: pointer;
    }

    .button_container span:nth-of-type(2) {
        top: 11px;
    }

    .button_container span:nth-of-type(3) {
        top: 22px;
    }

    .overlay {
        position: fixed;
        background: #091242;
        top: 0;
        left: 0;
        width: 100%;
        height: 0%;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.35s, visibility 0.35s, height 0.35s;
        overflow: hidden;
        z-index: 99;
    }

    .overlay.open {
        opacity: 1;
        visibility: visible;
        height: 100%;
    }

    .overlay.open li {
        animation: fadeInRight 0.5s ease forwards;
        animation-delay: 0.35s;
    }

    .overlay.open li:nth-of-type(2) {
        animation-delay: 0.4s;
    }

    .overlay.open li:nth-of-type(3) {
        animation-delay: 0.45s;
    }

    .overlay.open li:nth-of-type(4) {
        animation-delay: 0.5s;
    }

    .overlay nav {
        position: relative;
        /* height: 70%; */
        top: 45%;
        left: 0;
        margin-left: 20px;
        transform: translateY(-50%);
        font-size: 50px;
        font-weight: 400;
        text-align: left;
    }

    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: block;
        position: relative;
    }

    .overlay ul li {
        display: block;
        margin-bottom: 35px;
        position: relative;
        opacity: 0;
    }

    .overlay ul li a {
        display: block;
        position: relative;
        color: #FFF;
        text-decoration: none;
        font-size: 16px;
        line-height: 20px;
    }

    .overlay ul li.menu-item-has-children {
        margin-bottom: 0;
    }

    .overlay ul li ul.sub-menu {
        margin-top: 20px;
    }

    .overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
        width: 100%;
    }

    .overlay ul li a:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0%;
        transform: translateX(-50%);
        height: 3px;
        background: #FFF;
        display: none;
        transition: 0.35s;
    }

    @keyframes fadeInRight {
        0% {
            opacity: 0;
            left: 20%;
        }

        100% {
            opacity: 1;
            left: 0;
        }
    }

    .mobile-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 10px 40px;
        background: #091242;
        height: auto;
        z-index: 999;
        transition: all ease-in-out .4s;
        display: flex;
        align-items: center;
    }

    .mobile-logo-wrapper img {
        width: 170px;
        height: auto;
    }

    .nav-up .mobile-header {
        top: -140px;
    }

    .menu-open .mobile-header {
        top: 0 !important;
    }

    .overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
        width: 20%;
    }

    .overlay ul li a:after {
        bottom: -5px;
    }

    .overlay ul li.current-menu-item a:after {
        width: 20%;
        display: none;
    }
    .overlay ul li.current-menu-item a {
        color:#FFC64A;
    }

    /* End Mobile Menu Css */
    .row.footer-row .col-sm-7 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .footer-logo {
        width: 200px;
        margin: 0;
    }

    .row.footer-row .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 50px;
    }

    .col-sm-6.two-content-col-sec {
        order: 2;
        margin-top: 25px;
    }

    .col-sm-6.two-content-col-sec, .col-sm-6.two-img-col-sec {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-sm-6.two-img-col-sec .two-col-img img {
        max-height: 300px;
    }

    .popup-modal-body .col-sm-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .popup-modal-body .row .col-sm-6, .popup-img-col, .popup-img-col img {
        height: 100%;
    }

    .close-button {
        background: #fff;
    }

    .col-sm-6.popup-col-content {
        padding: 0 50px 40px 50px;
    }
    
    /* footer */
    .footer-address-text {
        text-align: left;
    }
    .footer-social-links {
        margin-top: 0;
        justify-content: center;
    }
    .wpcf7-submit {
        width: 100%;
    }
    .footer-information p {
        text-align: left;
    }
    .footer-menu {
        margin-top: 30px;
        text-align: left;
    }
    .footer-information {
        margin-top: 55px;
    }
    .footer-section h3 {
        text-align: left;
        margin-top: 20px;
    }
    .subscribe-form {
        margin-top: 40px;
    }
    .footer-section .col-sm-4 {
        max-width: 100%;
        flex: 100%;
    }
    
    /* banner block */
    .banner-carousel-slider {
        padding: 100px 0 0;
    }
    .background-with-content-carousel .owl-nav {
        width: 30%;
    }
    .banner-slider-inner-container .col-sm-6 {
        max-width: 100%;
        flex: 100%;
    }
    .banner-cta-button a {
        font-size: 16px;
        line-height: 26px;
        margin: 5px 0;
    }
    .banner-cta-button {
        padding: 30px 20px;
        top: 70px;
        width: 150px;
        height: 150px;
    }
    .background-with-content-carousel .owl-nav {
        bottom: 30px;
    }
    .banner-cta-button svg {
        width: 30px;
        height: 20px;
    }
    /* card block */
    .card-two-col-content {
        padding: 0;
    }
    .card-two-col-icon {
        border: none;
    }
    .card-two-col-row.row .col-sm-6 {
        margin-bottom: 40px;
    }
    .card-two-col-row.row .col-sm-6 {
        max-width: 100%;
        flex: 100%;
    }
    .card-two-col-content h3 {
        margin-bottom: 5px;
        margin-top: 0;
    }
    
    /* video block */
    div#video-container {
        height: 450px;
    }
    .our-story-section {
        padding: 50px 20px;
    }
    
    /* Two column block*/
    .two-col-img-content-sec .row {
        padding-bottom: 60px;
    }
    .feature-list {
        margin-top: 20px;
    }
    
    
    /* reviews block */
    div#client-reviews .owl-nav {
        position: absolute;
        max-width: 100%;
        width: 20%;
        top: auto;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -15px;
    }
    .item.client-reviews-wrapper {
        padding: 25px 20px;
    }
    .client-image {
        width: 75%;
    }
    img.customer-image {
        margin: 0;
        margin-right: 20px;
    }
    .quote-icon {
        width: 15%;
    }
    .reviews-sec {
        padding: 0px 0 120px;
    }
    
    /* mobile contact address */
    .mobile-contact-address .icon-address-header {
        margin-left: 20px;
        margin-right: 0;
    }
    .mobile-contact-address {
        position: absolute;
        bottom: 15%;
        right: 0;
        margin: auto 0;
        width: 60%;
        left: 0;
    }
    .mobile-contact-address .header-address {
        display: block;
    }
    .header-social-links {
        position: absolute;
        bottom: 30px;
        left: 20px;
    }
    .banner-hero-image {
        margin-top: 0;
        padding-top: 100px;
    }
    .hero-content-block h1 {
        font-size: 40px;
    }
    .page-id-124 .col-sm-6.two-img-col-sec .two-col-img {
        margin-right: 0;
    }
    .page-id-124 .page-introduction-sec {
        padding: 80px 0;
    }
    .two-column-feature-row {
        margin-top: 0;
        padding: 50px 0px;
    }
    .two-column-feature-row .col-sm-6 {
        flex: 100%;
        max-width: 100%;
    }
    .icon-box-feature {
        max-width: 100%;
    }
    
    /* contact page css */
    .basic-info-contactblock {
        width: auto;
    }
    .counter-inner-container {
        padding: 30px 0;
        flex-wrap: wrap;
    }
    .counter-stats-withtitle {
        border-right: none;
    }
    .counter-stats-withtitle {
        padding: 20px;
    }
    .counter-data {
        font-size:40px;
    }
    .counter-stats-withtitle {
        justify-content: left;
        width:50%;
    }
    .map-feature-list-ctpage p {
        width: 100%;
        font-size: 15px;
        line-height: 25px;
    }
    .map-feature-list-ctpage {
        display: block;
    }
    .map-image-block-with-list {
        padding: 50px 0;
    }
    .contact-block-inner-container {
        padding: 50px 20px;
    }
    .contact-page-address {
        width: 100%;
        margin-bottom: 40px; 
    }
    .textarea-field {
        width: 100%;
    }
    .input-field {
        width: 100%;
    }
    .contact-information-addresses {
        display: block;
        max-width: 100%;
    }
    .basic-info-contactblock p {
        margin-top: 20px;
    }
    .contact-page-form {
        display: block;
        max-width: 100%;
    }
    form.calculator-form .col-sm-3 {
        max-width: 100%;
        width: 100%;
        flex: 100%;
        margin-bottom: 50px;
    }
    .total-value-container .col-sm-4 , .total-value-container .col-sm-8 {
        max-width: 100%;
        width: 100%;
        flex: 100%;
    }
    .label-total-value {
        margin-bottom: 20px;
    }
    .total-input-boxes label {
        font-size:14px !important;
        margin-left: 5px;
    }
    .data-strips {
        margin-top: 50px;
    }
    .banner-hero-image-block .col-sm-7, .banner-hero-image-block .col-sm-5 {
        max-width: 100%;
        width:100%;
        flex: 100%;
    }
    /* cart page */
    .popup-modal {
        padding: 52px 20px;
    }
    .cart-item-container .col-sm-8 {
        padding-right: 0;
        padding-left: 0;
    }
    .continue-shopping-button a {
        font-size: 14px;
    }
    .popup-modal-body h2 {
        font-size: 24px;
    }
    .cart-item-info {
        display: block;
        padding-top: 50px;
    }
    .product-info {
        width: 100%;
        margin-top: 30px;
    }
    .product-thumb {
        width: 50%;
    }
    .product-thumb img {
        padding-right: 0;
    }
    .checkout-buttons .button-wrapper {
        display: flex;
    }
    .checkout-buttons .button-wrapper a {
        width: 100%;
        margin-top: 10px;
        font-size: 12px;
        padding: 10px !important;
        height: 50px;
    }
    .checkout-pricing-block {
        margin: 0;
        margin-bottom: 50px;
    }
    .cart-item-container .col-sm-8, .cart-item-container .col-sm-4 {
        max-width: 100%;
        flex: 100%;
        width: 100%;
        padding: 0;
    }
    .order-review, .cart-terms-block {
        padding: 20px;
    }
    .edit-delete-button {
        margin-bottom: 10px;
    }
    
    /* checkout page */
    .form-field-container .col-sm-7 {
        max-width: 100%;
        flex: 100%;
    }
    .form-field-container .col-sm-5 {
        max-width: 100%;
        flex: 100%;
    }
    div#checkout-popup .popup-modal {
        padding: 60px 20px;
    }
    .sub-total-container {
        margin-bottom: 50px;
        padding: 0px 20px 20px;
    }
    .card-two-col-content p {
        max-width: 100%;
    }
    .right-side-image-left-side-content .two-content-col-sec .two-col-content {
        margin-right: 0;
    }
    .two-col-img-content-sec .two-content-col-sec .two-col-content {
        margin-left: 0;
    }
    #edit-cart-popup .data-strips {
        margin-top: 0 !important;
    }
    form#calculator-form-id-edit .col-sm-3 {
        margin-bottom: 40px;
        max-width: 100%;
        flex: 100%;
    }
    div#validate-popup {
        max-width: 75%;
        max-height: 50%;
    }
    .validation-popup-container h4 {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }
    .validation-popup-container img {
        max-width: 200px;
    }
    .calculator-view-cart-container {
        display: block;
    }
    #view-cart-button {
        margin-top: 20px;
    }
    .featured-image-calculator .col-sm-6 {
        max-width: 100%;
        flex: 100%;
        width:100%;
    }
    .kits-included-container {
        display: block !important;
    }
    .calculator-block {
        padding-left: 0px !important;
    }
}


@media screen and (max-width: 767px) {

    /* Footer Css */
    .footer-menu .menu {
        display: block;
    }

    .footer-menu .menu li {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .footer-menu .menu li ul.sub-menu {
        margin-top: 10px;
    }

    .row.footer-row .col-sm-7 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-logo {
        width: 190px;
        margin: 0;
        margin-bottom: 40px;
    }

    .footer-menu ul#menu-footer-menu li {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .row.footer-row {
        text-align: center;
    }

    .copyright-section {
        display: block;
        text-align: center;
    }

    .page-terms-links-sec ul#menu-terms-menu {
        justify-content: space-between;
        margin-top: 10px;
    }

    .page-terms-links-sec ul#menu-terms-menu li {
        margin-left: 0;
    }

    /*End  Footer Css */
    body h1 {
        font-size: 40px;
        line-height: 1.14;
    }

    body h2 {
        font-size: 30px;
        line-height: 1.14;
    }

    p {
        line-height: 1.56;
    }

    .sub-heding {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 1.56;
    }

    .mobile-header {
        padding: 10px 15px;
    }

    .button_container {
        right: 15px;
    }

    /* Archive Pages Style */
    .blog-col-section.col-sm-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .featured-posts-sec {
        padding: 30px 0 70px;
    }

    .blog-col-section.col-sm-4 {
        margin-bottom: 35px;
    }

    /* End Archive Pages Style */
    /* Card Two Col Style */
    .card-two-col-row.row .col-sm-6,
    .col-sm-3.card-two-col-icon,
    .col-sm-9.card-two-col-content,
    .row.footer-row .col-sm-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .lightbox-col.col-sm-3 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
        margin-bottom: 10px;
    }

    .col-sm-9.card-two-col-content {
        order: 2;
    }

    .card-two-col-icon img {
        width: 70px;
    }

    .owl-carousel-custom-nav button.owl-prev, .owl-carousel-custom-nav button.owl-next {
        position: unset;
        width: 45px;
        height: 45px;
        margin: 10px;
        margin-top: 30px;
    }

    .owl-carousel-custom-nav .owl-nav {
        text-align: center;
    }

    .banner-background-color.banner-main-sec {
        height: 100%;
        padding: 100px 0;
    }

    /* End Card Two Col Style */
    .small-popup-size {
        width: 100%;
    }

    .medium-popup-size {
        width: 100%;
        height: 100%;
    }

    .col-sm-4.content-row-col,
    .col-sm-6.content-row-col,
    .col-sm-3.content-row-col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .content-col-content {
        min-height: 100% !important;
    }

    .content-wrapper {
        padding: 30px 0;
    }


    .tab-link {
        margin: 0;
        padding: 0;
        width: max-content;
        letter-spacing: normal;
    }

    .tab-carousel .owl-item {
        padding: 0 10px;
    }

    .vertical-tab-row .tab-wrapper .tabs {
        display: flex;
    }

    .vertical-tab-row .tab-wrapper, .vertical-tab-row .content-wrapper {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .vertical-tab-row .content-wrapper {
        padding: 30px 15px;
    }
    
    /* banner carousel */
    .background-with-content-carousel .owl-nav {
        width: 45%;
    }
    div#client-reviews .owl-nav {
        width: 45%;
        bottom: auto;
    }
    .banner-carousel-slider {
        margin-top: 0;
        padding: 100px 0 0;
    }
    
    /* hero image block */
    .banner-hero-image-block .col-sm-5 , .banner-hero-image-block .col-sm-7 {
        max-width: 100%;
        flex: 100%;
    }
    
    /* contact page css */
    .counter-inner-container {
        display: block;
    } 
    .counter-stats-withtitle {
        width: 100%;
    }
    
    /* cart buttons */
    .checkout-buttons .button-wrapper {
        display: block;
    }
    .order-config-button {
        width: 100%;
        margin: 0;
    }
    .checkout-button-modal {
        width: 100%;
    }
    .product-information-cart {
        display: block;
    }
    .product-thumb-cart {
        display: block;
    }
    .product-title-cart {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .shipping-input-fields input {
        padding: 14px 10px;
        font-size: 14px;
    }
    .country_dropdown {
        padding: 14px 10px;
        font-size: 14px;
    }
    .sub-total-container {
        margin-bottom: 50px;
    }
    .additional-information-box {
        max-width: 100%;
        margin: 10px 0 0 0;
    }
    .button-inner-container {
        justify-content: center;
    }
    .cart-item-header {
        display: block;
    }
    .policy-links-container a,.policy-links-container p {
        font-size: 12px;
    }
    div#video-container {
        height: 350px;
    }
    /* modal */
    .modal {
        width: 95%;
    }
    .email-input-fields input {
        padding: 14px;
        margin-bottom: 30px;
    }
    .email-input-fields input::placeholder {
        font-size: 14px;
    }
    .shipping-input-fields input {
        padding: 14px;
    }
    .shipping-input-fields input::placeholder {
        font-size: 14px;
    }
    .address-block {
        display: block;
    }
    .address-block .country-dropdown {
        width: 100%;
    }
    .address-block div {
        margin-right: 0;
    }
    .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
        max-width: 90%;
        margin: auto;
        position: static;
    }
    form#calculator-form-id-edit .col-sm-3 {
        margin-bottom: 40px;
        max-width: 100%;
        flex: 100%;
    }
    .validation-popup-container h4 {
        font-size: 16px;
        line-height: 26px;
        text-align: center;
    }
    
    .featured-image-calculator .col-sm-6 {
        max-width: 100%;
        flex: 100%;
        width:100%;
    }
}

@media screen and (max-width: 575px) {
    .content-with-container .banner-main-sec .container {
        padding: 0 15px;
    }
    .total-data-strips , .total-dividers , .total-mats{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .total-mats label , .total-data-strips label, .total-dividers label {
        margin: 10px 0 0 0;
        width: 100%;
        text-align: center;
    }
    .total-value-container input {
        width: 90%;
        margin: auto;
    }
}
@media screen and (max-width: 480px) { 
    body h1 {
        font-size: 35px;
    }
    .slider-content h1 {
        margin-bottom: 20px;
    }
    p {
        font-size: 14px;
    }
    .mobile-logo-wrapper img {
        width: 100px;
    }
    .background-with-content-carousel .owl-nav {
        bottom: 50px;
    }
    .banner-carousel-slider {
        padding: 80px 0 0 0;
    }
    .background-with-content-carousel img {
        height: 400px;
    }
    .button-wrapper a {
        height: 50px;
        font-size: 14px;
        padding: 15px 30px;
    }
    .card-two-col-icon img {
        width: 50px;
        height: 70px;
    }
    .card-two-col-row.row .col-sm-6 {
        margin-bottom: 20px;
    }
    .card-two-col-sec {
        padding: 50px 0 20px;
    }
    .card-two-col-row.row {
        padding-top: 30px;
    }
    div#video-container {
        height: 250px;
    }
    .page-introduction-sec {
        padding: 50px 0;
    }
    .feature-list-text {
        font-size: 14px;
    }
    .two-col-img-content-sec .row {
        padding-bottom: 30px;
    }
    .item.client-reviews-wrapper p {
        font-size: 14px;
    }
    .feature-list-item {
        margin-bottom: 10px;
    }
    .footer-menu ul#menu-footer-menu li {
        margin-bottom: 0; 
    }
    .subscribe-form {
        margin-top: 20px;
    }
    .footer-menu {
        margin-top: 20px;
    }
    .row.footer-row {
        padding: 30px 0;
    }
    .footer-container::after {
        top: 80px;
    }
    .footer-logo {
        margin-bottom: 0;
    }
    .footer-information {
        margin-top: 25px;
    }
    .footer-address-icon img {
        max-width: 50px;
    }
    .subscribe-form p {
        margin: 0;
    }
    .copyright-content p {
        font-size: 14px;
        line-height: normal;
    }
    .footer-address-col {
        margin-bottom: 15px;
    }
    .banner-hero-image {
        padding-top: 40px;
    }
    .page-id-124 .two-col-img-content-sec {
        padding-top: 40px;
    }
    .page-id-124 .page-introduction-sec {
        padding: 20px 0 40px;
    }
    .two-column-feature-row {
        padding: 40px 0 20px;
    }
    .feature-icon-text p {
        font-size: 14px;
    }
    .content-block-two-icons p {
        font-size: 14px;
        line-height: 20px;
    }
    .input-field input::placeholder {
        font-size: 14px;
    }
    .input-field p {
        margin-bottom: 5px;
    }
    .textarea-field textarea::placeholder {
        font-size: 14px;
    }
    .input-field input, .textarea-field textarea {
        padding: 14px;
    }
    .submit-button input {
        padding: 14px 30px;
        font-size: 14px;
    }
    .contact-block-with-form {
        margin: 40px 0;
    }
    .contact-block-inner-container {
        padding: 50px 20px 20px;
    }
    .map-image-block-with-list {
        padding: 0 0 20px;
    }   
    .map-feature-list-ctpage p {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .map-feature-list-ctpage p svg {
        height: 10px;
    }
    .counter-data {
        font-size: 30px;
    }
    .counter-title p {
        font-size: 16px;
    }
    .calculator-configuration.block {
        padding: 40px 0;
    }
    .calculator-block {
        margin-top: 40px;
    }
    .contact-address-icon img {
        max-width: 50px;
    }
    .total-value-container .col-sm-4, .total-value-container .col-sm-8 {
        padding: 0;
    }
    .button-inner-container {
        display: flex;
        max-width: 100%;
        margin: auto;
    }
    div#validate-popup {
        max-width: 90%;
    }
}

@media screen and (max-height: 640px) {
    .overlay.open {
        overflow-y: scroll;
    }
}

@media screen and (max-width: 991px) and (orientation: landscape) {
    .overlay nav {
        height: 178%;
        top: 114%;
    }
}

/*17 December 2024*/
.map-image-block-with-list {
        padding: 20px 0 20px;
    } 