.live_chat {
    display: none;
}

.menu_btn {
    display: none;
}

.close_btn {
    display: none;
}

.common_banner_a {
    background-image: url("../imgs/about-img-banner.webp");
    height: 200px;
}

@media screen and (max-width: 1200px) {
    .common_padding {
        padding: 0px 15px;
    }
}

@media screen and (max-width: 1024px) {
    .search_btn {
        padding: 13px;
    }

    .bg_hero {
        height: 620px;
    }

    .desi_grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .logo_img img {
        height: 44px;
    }
}

@media screen and (max-width: 992px) {
    .nav_cust_links {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 9;
        align-items: flex-start;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
    }

    .close_btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav_cust_links_active {
        opacity: 1;
        visibility: visible;
    }

    .nav_cust_links ul {
        background-color: var(--color-white);
        height: 100%;
        width: 45%;
        gap: 24px;
        flex-direction: column;
        padding: 30px;
        position: relative;
    }

    .nav_cust {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .menu_btn {
        display: flex;
    }

    .nav_cust_links ul li a {
        color: var(--color-darkBlue);
    }

    .live_chat {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 0px 15px;
        background-color: #eee;
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 8px;
    }

    .close_btn {
        position: absolute;
        top: 10px;
        right: 10px;
        border: none;
        background-color: var(--color-darkBlue);
        color: var(--color-white);
        width: 40px;
        height: 40px;
        border-radius: 3px;
    }

    .menu_btn button {
        background-color: transparent;
        border: none;
    }

    .menu_btn button img {
        height: 55px;
        width: auto;
    }

    .logo_img img {
        height: 40px;
    }

    .search_cont {
        margin: auto;
    }



}

@media screen and (max-width: 768px) {
    .banner_title {
        font-size: 37px;
    }

    .bg_hero {
        height: 530px;
    }

    .process_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .process_container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 5px;
    }

    .deals_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .process_img img {
        height: 60px;
    }

    .desi_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sub_header_main {
        display: none;
    }

    .footer_bg {
        flex-direction: column;
        gap: 10px;
    }

    .footer_bg ul {
        flex-wrap: wrap;
    }

    .about_content_1 {
        margin-left: 0px;
    }

    .blog_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 568px) {

    p,
    li {
        font-size: 13px;
    }

    .margin_top {
        margin-top: 30px;
    }

    .font_control_r {
        font-size: 12px;
        display: none;
    }
    
    .yy {
    background-color: #25304e !important;
    padding: 7px;
    border-radius: 3px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
a.yy img {
    width: auto;
    height: 24px;
}

    .common_padding {
        padding: 0px 12px;
    }

    .about_content_1 {
        padding: 10px;
    }

    .common_banner_a {
        height: 130px;
    }

    .process_container {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding-top: 15px;
    }

    .process_container:first-child {
        border: none;
        padding-top: 0px;
    }

    .process_grid {
        grid-gap: 20px;
    }

    .nav_cust_links ul {
        width: 80%;
    }

    .menu_btn {
        display: flex;
    }

    .menu_btn button img {
        height: 40px;
    }

    .tabs_btn .form-check {
        display: flex;
        align-items: center;
        gap: 6px;
        justify-content: center;
    }

    .tabs_btn .form-check input {
        margin-top: 0px;
    }

    .semi_title {
        font-size: 16px;
    }

    .common_title {
        line-height: initial;
        font-size: 25px;
    }

    .form_holder label img {
        height: 17px;
    }

    .tabs_btn button {
        width: 100%;
    }

    .logo_img img {
        height: 33px;
    }

    .content_banner {
        margin-bottom: 1rem !important;
    }

    .banner_title {
        font-size: 30px;
    }

    .nav_cust_links ul {
        padding: 20px;
    }

    .close_btn {
        width: 30px;
        height: 30px;
    }

    .nav_cust_links ul {
        gap: 16px;
    }

    .live_chat img {
        height: 35px;
    }

    .num_live {
        font-size: 19px;
    }

    .process_grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .deals_grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .deals_content1 {
        width: 90%;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
    }

    .desi_grid {
        grid-gap: 16px;
    }

    .desi_img img {
        height: 130px;
    }

    .form_holder label {
        font-size: 13px;
    }

    .form_bg {
        padding: 15px;
    }

    .tabs_btn label {
        font-size: 14px;
    }

    .tabs_btn button {
        padding: 8px 15px;
    }

    .deals_grid {
        grid-gap: 15px;
    }

    .search_btn {
        padding: 13px 10px;
        font-weight: 600;
    }

    .deals_img img {
        height: 160px;
    }

    .desi_content .font_15 {
        font-size: 12px;
    }

    .desi_title {
        font-size: 15px;
    }

    .ratings_cont {
        font-size: 14px;
    }

    .starting_from {
        flex-direction: column;
    }

    .read_btn {
        width: 100%;
        justify-content: center;
    }

    .footer_title {
        font-size: 19px;
    }

    .starting-from {
        margin-top: 5px;
    }

    .contact_main_control {
        padding: 15px;
    }

    .common_title2 {
        font-size: 20px;
        line-height: 30px;
    }

    .form_main_c {
        margin: 0px 6px;
    }

    .form_holder_main {
        margin: 0px -6px;
    }

    .sub_cont {
        margin: 0px 6px;
    }

    .class_all_input {
        padding: 10px 10px;
        font-size: 13px;
    }

    .form_main_c label {
        font-size: 14px;
    }

    .form_holder_c label {
        font-size: 14px;
    }

    .footer_logo img {
        height: 35px;
    }

    .ratings_cont i {
        font-size: 13px;
    }

    .footer_bg ul {
        gap: 5px 10px;
    }

    .footer_bg ul li a {
        font-size: 12px;
    }

    .lang_btn {
        padding: 8px 9px;
        font-size: 15px;
        gap: 5px;
    }

    .lang_btn {
        font-size: 13px;
    }

    .form_holder input {
        font-size: 13px;
    }

    .contact_title {
        font-size: 17px;
    }

    .contact_img2 {
        width: 50px;
        height: 50px;
    }

    .footer_bg {
        gap: 4px;
        padding: 10px 6px !important;
    }

    .connect_ul li {
        padding: 5px 10px;
        margin-top: 12px;
    }

    .connect_ul li {
        gap: 6px;
    }

    .blog_grid {
        grid-gap: 14px;
    }

    .blog_img img {
        height: 120px;
    }

    .blog_content .pr_title {
        font-size: 16px;
    }

    .blog_content .font_14 {
        font-size: 12px;
    }

    .read_btn {
        padding: 9px;
    }

    .recent_ul ul li a {
        padding: 7px 12px;
    }
}