@media screen and (min-width: 768px) {
    .login-container .onboarding {
        display: flex;
    }
}

@media screen and (max-width: 767px) {
    .login-container {
        min-height: 100vh !important;
        height: 100% !important;
    }
}

@media screen and (width: 768px) {
    .login-container .onboarding {
        order: 0;
    }

    .login-container .login-form {
        order: 1;
    }

    .login-container {
        min-height: 100vh !important;
        height: 100% !important;
    }
}

@media screen and (max-width: 420px) {
    .login-container .login-form {
        padding: 20px;
    }

    .login-container .login-form-group {
        margin-bottom: 16px;
    }

    .login-container {
        margin: 0;
    }

    .inner-shop-details-nav-wrap .nav-tabs{
        margin-left: 0;
        margin-right: 0;
    }

    .scroll-top.open{
        display: none;
    }
}


@media (width<=991px) {
    nav.navbar {
        display: none;
    }
    .navbarResponsive{
        display: block;
    }

    .login_slider_img {
        padding: 0 2rem;
    }

    .navbar-brand img {
        width: 120px;
        height: 15px;
    }

    .special-btn {
        padding: 16px 5px 16px 16px;
    }

    .banner-content h2 {
        font-size: 45px;
        letter-spacing: 0;
        line-height: 1.15;
    }

    .capsule-features-item {
        margin-bottom: 1rem;
    }

    .special-banner-area {
        padding: 35px 0;
    }

    .breadcrumb-bg .transparent-title{
        display: none;
    }

    .about-company{
        padding-right: 0 !important;
        margin-right: 0 !important;
    }

    .breadcrumb-bg {
        min-height: 250px;
    }

    .breadcrumb-content h2 {
        font-size: 35px;
    }

    .about-company h2 {
        padding-top: 2rem;
    }

    .sup-info-area {
        padding: 0px 0 0px;
    }

    .sup-info-img img {
        height: 350px;
    }

    .section-title .title {
        font-size: 30PX;
        letter-spacing: 0;
    }

    .sup-info-area .choose-list-wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .sup-info-img .img-shape {
        width: 100%;
        height: 350px;
        background: #f7faff;
        border-radius: 0;
        margin-top: 0;
        margin-bottom: 2rem;
    }

    .pt-120 {
        padding-top: 50px;
    }
    .capsule-section-title .title {
        text-transform: none;
        font-size: 35px;
        letter-spacing: 0;
    }

    .faq-wrapper .accordion>.card>.card-header button {
        font-size: 14px;
        padding: 12px 37px 16px 16px;
    }

    .cap-faq-img img {
        display: none;
    }

    .pb-120 {
        padding-bottom: 50px;
    }

    .pb-115 {
        padding-bottom: 50px;
    }

    .scroll-top.open {
        opacity: 1;
        bottom: 12px;
        right: 20px;
    }

    .inner-shop-details-content .title {
        margin-top: 16px;
        font-size: 22px;
    }

    .inner-shop-details-meta ul li {
        font-size: 12px;
    }

    .inner-shop-details-img {
        height: 350px;
    }

    .reviews-comment .review-info { 
        flex-direction: column;
    }

    .add-review form {
        padding: 30px 20px;
    }

    .contact-form-wrap {
        padding: 20px;
    }

    .contact-info-box-content ul {
        padding-left: 0 !important;
    }

    section.about-company-section {
        padding-block: 1rem !important;
    }

    .product-desc-wrap {
        padding-top: 25px;
    }

    .product-desc-wrap .nav-tabs .nav-item {
        margin: 10px;
    }

    .copyright-text p {
        text-align: center;
        margin-bottom: 0;
        padding-top: 0 !important;
    }

    footer.footer-style-two {
        padding-block: 0 1rem;
    }
}

.form-check-input:checked {
    background-color: #4441c8 !important;
    border-color: #4441c8 !important;
}

.form-check-input:focus {
    box-shadow: 0 0 0 .25rem rgb(114 107 193 / 40%) !important;
}
.btn-outline-success{
    border: transparent !important;
}

span#verifyUserResponse {
    color: red !important;
    font-size: 12px;
}