@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1024px) {
    .woocommerce-billing-fields__field-wrapper .row p {
        width: 90%;
    }

    .woocommerce-checkout .row {
        margin: 0;

    }

    .split-inner {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

}

@media screen and (max-width: 991px) {
    .woocommerce-checkout .row div {
        width: 100%;
    }
.ld-fancy-heading h2{
    font-size: 86px;
}

    .header-module {
        justify-content: flex-start;
    }

    .login p input {
        background: none;
    }


}


@media screen and (max-width: 768px) {
    .mobile-menu {
        padding: 0;
    }

    .woocommerce-MyAccount-navigation {
        width: 50% !important;
    }

    .woocommerce-MyAccount-content {
        margin: 0;
        width: 100% !important;
    }

    .sub_list button {
        width: 90% !important;
        font-size: 13px;
    }
}

@media screen and (max-width: 425px) {
    .ld-fancy-heading h2{
        font-size: 70px;
    }
    .module-content{
        padding-left: 0;
    }
    .module-form{
        margin-top: 20px;
    }
    .contact_wrapper {
        padding: 20px 10px;
    }

    .woocommerce-EditAccountForm {
        padding-top: 30px;
    }

    .wrapper_inconbox {
        margin-right: 20px !important;
    }

    .woocommerce-ResetPassword .woocommerce-form-row{
        width: 100%;
    }
    .iconbox-koala {
        margin-right: 10px !important;
    }

    .wrapper__info_block {
        padding: 0 !important;
    }

    .module-icon-box div div {
        display: flex;
        justify-content: center;
    }

    .woocommerce-checkout .row {
        margin: 0;

    }

    .contact-form {
        padding: 20px 20px;
    }

    .contact-checkbox {
        font-size: 12px;
    }

    .account-wrapper {
        flex-direction: column;
    }

    .woocommerce-MyAccount-navigation {
        width: 100% !important;
    }

    .woocommerce-MyAccount-navigation ul {
        padding: 0;
        margin: 0;
    }

    .tariff-wrapper {
        margin-top: 20px;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .tariff-block {
        padding: 20px;
    }
}

@media screen and (max-width: 375px) {
    .ld-fancy-heading h2{
        font-size: 57px;
    }
}


