/*--------------------------------------------------------------------------------------*/
/*Responsive-Css-Here
/*--------------------------------------------------------------------------------------*/

@media (min-width: 1400px) {

    .container {
        max-width: 1440px;
    }
}

@media (min-width: 992px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
    .mobile-navbar {
        display: block !important;
    }

    .main-navbar {
        display: none !important;
    }


    .scrolled .mobile-navbar .navbar-collapse {
        padding-bottom: 0 !important;
    }

    .intro_img img {
        height: auto;
    }

    .banner_shape2 img {
        height: 100px;
    }

    .banner_shape1 img {
        height: 100px;
    }

    .dashboard-main .dash-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .dashboard-right {
        padding-left: 0 !important;
    }

    .dash-toggle,
    .dash-close {
        display: block !important;
    }

    .dashboard-main .dash-logo a {
        max-width: 70%;
        padding: 0 16px;
    }

    .dash-header .search-div {
        display: flex;
        gap: 16px;
        align-items: center;
    }

    .dashboard-main .dashboard-left {
        transform: translateX(-100%);
        z-index: 7;
        transition: all 0.5s;
        width: 50%;
    }

    .dashboard-main .dashboard-left.show {
        transform: none;
    }

    body.dash-menu-show {
        overflow-y: hidden;
    }

    #dash-menu-backdrop.show {
        z-index: 6;
    }


}

@media (max-width: 576px) {

    [data-aos^="fade"][data-aos^="fade"] {
        opacity: 1 !important;
        transform: translateZ(0) !important;
    }

    .banner_shape2 {
        right: 0 !important;
        top: 150px;
    }

    .intro_section,
    .page-banner {
        padding: 120px 0 60px 0;
    }

    .features {
        padding-top: 30px;
        padding-bottom: 0;
    }

    .features .box-row {
        row-gap: 20px;
    }

    .insurance_boxes {
        padding: 40px 0;
    }

    .why_block {
        flex-wrap: wrap;
        max-width: 90%;
        padding: 20px;
    }

    .why_block .why_img {
        min-width: unset;
        margin-bottom: 24px;
    }

    .why_block_text {
        padding-right: 0 !important;
    }

    .insurance_boxes.border-remove.globally-box .row {
        justify-content: center;
    }

    .insurance_boxes .row {
        row-gap: 24px;
    }

    .call_action_box h2 {
        font-size: 30px;
    }

    .call_action_box {
        padding: 30px;
    }

    .table-responsive {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    .intro_content h1 {
        font-size: 50px;
    }

    .box-bg,
    .help-desk-box {
        padding: 30px !important;
    }

    .page_title h2 {
        font-size: 35px;
    }

    .footer_img {
        max-width: 150px;
    }

    .footer-logo img {
        max-width: 200px;
    }

    .footer-top {
        padding: 40px 0;
    }

    h2,
    .h2 {
        font-size: 24px;
    }

    .main_footer_title h2 {
        color: #fff;
        margin-bottom: 25px;
    }

    .copy-right-area .row {
        row-gap: 16px;
    }

    .dropdown-submenu .dropdown-menu {
        padding-bottom: 0 !important;
        border-bottom: 0 !important;
        border-radius: 0 !important;
    }

    .contact-form {
        margin-top: 24px;
    }

    .pb-80 {
        padding-bottom: 40px;
    }

    .pt-80 {
        padding-top: 40px;
    }

    #backToTop {
        right: 30px;
        bottom: 100px;
    }

    .box_shape2 img,
    .box_shape1 img {
        height: 60px;
    }

    .help-desk-box ul {
        margin-bottom: 16px;
        padding-left: 16px;
    }

    .title_block h2 {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .banner_shape1 img {
        height: 80px !important;
    }

    .featured_block {
        min-height: unset;
        padding: 25px;
        margin-bottom: 0;
    }

    .featured_block h3 {
        font-size: 18px;
    }

    .mb-xs-0,
    .slick-dotted.slick-slider {
        margin-bottom: 0 !important;
    }

    .top_padding_remove,
    .rithmic-plans {
        padding-top: 0 !important;
    }

    .btn.mt-xs-3 {
        margin-top: 24px !important;
    }

    .affiliate-box {
        padding: 30px;
    }

    .featured_block_img img {
        height: 50px;
        margin-bottom: 20px;
    }

    .call_action {
        padding: 40px 0px;
    }

    .login-form-section .main-row {
        margin: 0 !important;
        flex-direction: column-reverse;
        padding: 12px 0;
        row-gap: 24px;
    }

    .contact-form h2,
    .login-form-div h2,
    .signup-form h2 {
        margin-bottom: 24px;
    }

    .login-form-div {
        padding: 0;
    }

    .signup-form {
        padding: 20px;
    }

    .dashboard-main .dash-logo {
        height: 10vh;
        margin-bottom: 20px !important;
    }

    .dashboard-main .dash-navbar {
        height: 75vh;
        overflow-y: auto;
        scrollbar-width: none;
    }

    .dashboard-left.show {
        width: 100% !important;
        border-right: 0;
        padding: 10px;
        overflow: hidden;
    }

    .dash-logout a {
        width: 100% !important;
        padding: 13px 5px;
        text-align: center;
    }

    .dash-header .row {
        row-gap: 16px;
    }

    .navbar-brand img {
        max-height: 60px;
    }

    .dash-header .col-6 {
        width: 80%;
    }

    .dash-header .col-4 {
        width: 100%;
    }

    .dashboard-data-wrapper .profile-page {
        padding: 16px;
    }

    .customer-profile-form {
        padding: 0;
    }

    .dashboard-data-wrapper .profile-page .form-row {
        row-gap: 16px;
    }

    .dashboard-data-wrapper .profile-page .form-row .col-md-12 {
        flex-direction: column;
        display: flex;
        row-gap: 16px;
    }

    h5,
    .h5 {
        font-size: 18px;
    }

    h3,
    .h3 {
        font-size: 22px;
    }

    .customer-profile-form h3.mb-4 {
        margin-bottom: 8px !important;
    }

    #loader1 img {
        max-width: 50px;
    }

    .customer-profile-form label,
    .contact-form label,
    .login-form-div label,
    .signup-form label {
        font-size: 14px;
    }

    .checkout-page .modal .modal-body {
        max-height: 70vh;
        overflow-y: auto;
    }

    label.text-danger {
        margin-bottom: 0 !important;
        width: 100%;
    }

    #checkout_form {
        row-gap: 0 !important;
    }

    h6,
    .h6 {
        display: inline-block;
        width: 100%;
    }

    h4,
    .h4 {
        font-size: 20px;
    }
}