@media (max-width: 1400px) {
    .desktop_propery .crad_flex_box .card_box {
        width: calc(100%);
    }
}

@media (max-width: 1199px) {
    .main_login .login_section .left_section .center_content h1 {
        font-size: 50px;
    }

    .login_section .right_section .lgo_box img {
        max-width: 340px;
    }
}

@media (max-width: 991px) {
    .main_login .login_section .left_section .center_content h1 {
        font-size: 38px;
    }

    .login_section .right_section .lgo_box img {
        max-width: 240px;
    }

    .login_section .right_section .text_box h3 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .main_login .login_section {
        flex-direction: column;
    }

    .mobile_hide {
        display: none;
    }

    .main_login .login_section .left_section,
    .main_login .login_section .right_section {
        width: 100%;
        height: calc(100vh - 50vh);
    }

    .mainHeader .web_header {
        display: none;
    }

    .mainHeader .mobile_header {
        display: block;
    }

    .mainHeader .header_part {
        padding: 20px;
    }

    .mainHeader .header_part::after {
        display: none;
    }

    .end_layer_box {
        opacity: 1;
        visibility: visible;
    }

    .footer_sticky .footer_box .custom_search {
        display: none;
    }

    .footer_sticky .footer_box h4 {
        margin-bottom: 0;
    }

    .hero_general_setion {
        height: calc(100vh - 268px);
    }

    .end_layer_box::after {
        height: 290px;
        width: 100%;
        top: 0;
    }

    .banner_logo_box::after {
        left: 50%;
        height: 270px;
        width: 100%;
    }

    .videoModal .modal-dialog {
        max-width: 550px;
    }

    .videoModal .modal-body {
        flex-direction: column;
    }

    .videoModal .modal-body .top_video_box {
        width: 100%;
    }

    .videoModal .modal-body .top_video_box iframe {
        min-width: 100%;
        min-height: 210px;
    }
}

@media (max-width: 575px) {
    .footer_sticky .footer_box h4 {
        font-size: 26px;
    }

    .hero_general_setion {
        height: calc(100vh - 261px);
    }

    .login_section .right_section {
        padding: 20px 30px !important;
        height: 100% !important;
    }

    .toggle_menu {
        width: 100%;
    }

    #polygonBtn {
        top: 120px;
        left: 10px !important;
    }

    #circleBtn {
        top: 120px;
        left: 70px !important;
    }

    .support_chat_container .chat-box {
        right: 20px;
        max-width: 400px;
    }
}

@media (max-width: 479px) {
    .main_login .login_section .left_section .center_content h1 {
        font-size: 34px;
    }

    .login_section .right_section .text_box h3 {
        font-size: 28px;
    }

    .login_section .right_section .text_box h6 {
        font-size: 16px;
    }

    .center_box .img_box img {
        width: 160px;
        height: 160px;
    }

    .footer_sticky .footer_box h4 {
        font-size: 24px;
    }

    .support_chat_container .chat-box {
        right: 0px;
        max-width: 350px;
        height: 450px;
    }
}

@media (max-width: 375px) {
    .footer_sticky {
        padding: 20px 20px 30px;
    }

    .banner_logo_box {
        padding: 20px 0 30px;
    }

    .end_layer_box {
        padding: 30px 0 20px;
    }
    .banner_logo_box img,
    .end_layer_box img {
        max-width: 140px;
    }

    .support_chat_container .chat-box {
        max-width: 320px;
    }

    .hero_general_setion {
        height: calc(100vh - 230px);
    }
}
