@media only screen and (max-width: 800px) {
}
@media only screen and (max-width: 992px) {
    /* For mobile phones: */
    .hero-area {
        padding: 60px 0 20px 0;
    }
    .about_css {
        padding-top: 75px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .about_image_tag {
        top: 0px;
        left: 0px;
    }
    .about_image_tag .image_ img {
        width: 100px !important;
        height: 100px !important;
    }

    .insurance_css {
        padding-right: 0px !important;
        margin-top: 0px !important;
    }

    .insurance_css .first_img {
        text-align: center;
    }

    .insurance_css .first_img img {
        width: 200px !important;
        height: 200px !important;
    }

    .insurance_css .second_img img {
        width: 100% !important;
        height: auto !important;
        margin-top: 25px;
    }

    .insurance_image_tag {
        top: 150px;
    }
    .insurance_image_tag img {
        width: 100px !important;
        height: 100px !important;
        margin-right: 130px;
    }
    .company_img {
        margin-top: 0px !important;
        left: -50px;
        width: 100px;
        top: 90px;
    }
    .full_color_back {
        background-color: #43538a;
    }
    .left_border_10 {
        border-left: 10px solid #43538a;
    }
    .right_border_10 {
        border-right: 10px solid #43538a;
    }
    .roud_border_right_css {
        visibility: visible;
        animation-delay: 0.4s;
        animation-name: fadeInRight;
        position: relative;
        border-right: 50px solid #43538a;
        padding: 25px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .insurance_2_css {
        padding: 10px;
    }

    .table-striped > tbody > tr {
        text-align: center;
        color: #fff;
    }

    .table-striped > tbody > tr > th {
        background-color: #23262f;
        color: #fff;
        padding: 30px 10px;
    }

    .table-striped > tbody > tr > th:first-child {
        color: #fff;
    }

    .table-striped > tbody > tr > td {
        padding: 20px 10px;
    }

    .table-striped > tbody > tr:nth-child(odd) > td {
        background-color: #23262f;
        color: #fff;
    }
    .table-striped > tbody > tr:nth-child(even) > td {
        --bs-table-accent-bg: #353945;
        background-color: #353945;
        color: #fff;
    }

    .tbl_row_full_odd {
        min-width: 150px;
        max-width: 150px;
    }
    .tbl_row_full_even {
        min-width: 150px;
        max-width: 150px;
    }

    .op_firs_pos_img {
        position: absolute;
        top: 0;
        width: 150px;
        right: -25%;
    }
    .op_second_pos_main {
        margin-top: 50px;
        justify-content: flex-start !important;
    }
    .op_second_pos_main .first_img {
        width: 230px !important;
        margin-left: 130px !important;
    }

    .op_second_pos_img_sub {
        width: 160px;
        left: 60px !important;
    }
    .op_second_pos_img_sub .second_img {
        width: 110px !important;
        margin-bottom: 45px !important;
    }

    .notes_for_users {
        padding: 0px !important;
        margin-left: 10px !important;
    }
    .notes_for_users .nfs_sub_ {
        width: calc(100% - 30px) !important;
        border-radius: 30px;
        padding: 15px;
        margin: 10px;
    }

    .preparation .back_img {
        display: none;
    }

    .vision_part {
        margin-top: 25px;
    }

    .mission_part {
        margin-top: 25px;
    }

    .hidden_mob {
        display: none;
    }

    h3 {
        font-size: 20px !important;
    }

    .container {
        padding: 0px !important;
    }

    .row {
        padding: 0px !important;
        margin: 0px !important;
    }

    .margin-top-50 {
        margin-top: 50px !important;
    }

    .bonus_rewards .last_img {
        padding: 10px !important;
        text-align: center !important;
    }
    .bonus_rewards .last_img .first_img {
        width: 200px;
    }
    .bonus_rewards .last_img .second_img {
        width: 126px;
        position: absolute;
        top: 21%;
        left: 33%;
    }

    .withdrawal_and_exchange {
        padding: 0px !important;
    }

    .withdrawal_and_exchange .last_img {
        padding: 10px !important;
        text-align: center !important;
    }
    .withdrawal_and_exchange .last_img .first_img {
        width: 200px !important;
    }
    .withdrawal_and_exchange .last_img .second_img {
        width: 126px;
        position: absolute;
        top: 21%;
        left: 33%;
        display: none !important;
    }
    .withdrawal_and_exchange .mob_img {
        width: 100% !important;
    }
    .margin-top-0-mob {
        margin-top: 0 !important;
    }

    .border_none_mob {
        border: none !important;
    }

    .sticky .navbar .navbar-nav .nav-item a.active {
        color: #000 !important;
    }
}
