.modal_all {
    display: none;
}
.menu_btn{
    display: none;
}
.close_bt{
    display: none;
}
.modal_all_active {
    display: flex
;
}
.caa_tt .cate_content p{
     width: 90%;
     margin: auto;
     border-radius: 10px;
     text-align: center;
         display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.caa_tt .cate_content{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: flex-end;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    text-align:center;
}
.ul_ab{
    padding-left: 25px;
}
.ul_ab li{
    list-style: disc;
    margin: 10px 0px;
}
.kk_container img{
    height: 410px;
    object-fit: cover;
    width: 100%;
}
@media screen and (max-width: 1400px) {
    .common_padding {
        padding: 0px 15px;
    }

    .swiper-gal {
        margin: 0px !important;
    }
    .cate_grid{
         grid-template-columns: repeat(4,1fr);
    }
    .cate_cont img{ 
    height:430px;}
}
@media screen and (max-width: 1300px) {
    .grid_cus{
        grid-template-columns: repeat(4,1fr);
    }
}
@media screen and (max-width: 1200px) {
    .common_padding {
        padding: 0px 12px;
    }
}

@media screen and (max-width: 1024px) {
    .modal_semi {
        width: 70%;
    }
    .d_nn{
        display: none;
    }
    .links_sub1{
        display: none;
    }
    .gap_ss{
        width: 100%;
        justify-content: space-between;
    }
    .fc_grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 30px;
    }
    .line_fc{
        display: none;
    }
    .gal_grid_b2{
        grid-template-columns: repeat(2,1fr);
    }
}

@media screen and (max-width: 992px) {
    .nav_links_s {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 999;
        display: none;
    }
    .nav_links_s_ac{
        display: block;
    }

    .nav_links_s ul {
        background-color: var(--color-white);
        width: 40%;
        height: 100%;
        justify-content: center;
        flex-direction: column;
    }
    .line_dir {
    width: 34%;}
.close_bt{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    border: none;
    background-color: var(--color-black);
    color: var(--color-white);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .logo_img img {
        height: 43px;
    }

    .grid_cus {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 25px;
    }

    .hero_img_cont {
        width: 100%;
    }

    .hero_bb_b {
        width: 100%;
    }

    .hero_img_cont {
        left: 3rem;
    }

    .minus_ss {
        display: none;
    }

    .deals_grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .menu_btn{
        display: flex;
    }
    .menu_btn button{
        
        border: none;
        background-color: transparent;
    }
    .menu_btn img{
        height: 30px;
        width: auto;
    }
    .des_grr_dd{
        grid-template-columns: repeat(2,1fr);
    }
    .process_grid2{
        grid-template-columns: repeat(4,1fr);
    }
}

@media screen and (max-width: 768px) {
    .hero_bb_b p {
        font-size: 50px;
    }

    .hero_img_cont {
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .bg_u {
        margin: auto;
        width: 80%;
    }

    .hero_bb_b p {
        font-size: 45px;
        line-height: 55px;
    }

    .line_fc {
        display: none;
    }

    .fc_grid { 
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 30px;
    }

    .cate_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid_cus {
        grid-gap: 20px;
    }

    .deals_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .bg_cc{
        padding: 20px;
    }
    .branch_content{
        width: 100%;
    }
    .by_an{
        font-size: 14px;
    }
    .branch_title{
        font-size: 30px;
    }
    .button-54{
        font-size: 12px;
        padding: 8px 10px;
    }
    .borderr_aa{
        padding: 15px;
    }
    .by_an{
        padding: 8px 14px;
    }
    .process_grid2{
        grid-template-columns: repeat(3,1fr);
    }
    .modal_semi{
        width: 95%;
        padding: 30px 14px;
    }
    .modal_img{
        display: none;
    }
    .modal_cont{
        width: 100%;
    }
    .win_img_grid{
        grid-template-columns: repeat(2,1fr);
    }
}

@media screen and (max-width: 568px) {

    p,
    li {
        font-size: 13px;
    }

    .margin_top {
        margin-top: 40px;
    }

    .fc_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .news_cont img {
        height: 20px;
    }
    .des_grr_dd{
        grid-template-columns: repeat(1,1fr);
    }
    .process_grid2{
        grid-template-columns: repeat(2,1fr);
    }
    .banner_title {
        font-size: 22px;
        line-height: 33px;
    }
    .nav_links_s ul{
        width: 100%;
    }
    .sub_head {
        display: none;
    }

    .hero_bb_b p {
        font-size: 32px;
        line-height: 43px;
    }
    .gal_grid_b2{
        grid-template-columns: repeat(1,1fr);
    }
    .footer_t{
        font-size: 18px;
    }
    .footer_ul li a{
        font-size: 13px;
    }
    .hero_im11 {
        margin-top: -6rem;
    }

    .hero_im11 img {
        height: 100px;
    }

    .fc_grid {
        margin-top: 0px;
    }

    .hero_img1 img {
        height: 450px;
    }

    .logo_img img {
        height: 38px;
    }

    .btns_1 {
        font-size: 12px;
        padding: 8px 7px;
    }

    .d_nn {
        display: none;
    }

    .bg_u {
        width: 90%;
    }

    .cate_grid {
        grid-gap: 20px;
    }
    .nav_links_s ul li a{
        font-size: 16px;
    }
    .cate_content p {
        width: 70%;
    }

    .bg_u {
        font-size: 12px;
    }

    .common_title {
        font-size: 22px;
    }

    .cate_cont img {
        height: 180px;
    }

    .cate_content p {
        font-size: 11px !important;
        padding: 7px 12px;
    }

    .pro_img {
        height: 450px;
    }

    .arrow_btn {
        width: 62px;
        height: 62px;
    }

    .deals_cont_co {
        padding: 20px 15px;
    }

    .deals_grid {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 15px;
    }

    .grid_cus {
        grid-template-columns: repeat(2, 1fr);
    }

    .whatsapp_ {
        font-size: 14px;
    }

    .whatsapp_ svg {
        width: 21px;
        height: 21px;
    }

    .social_fixed a {
        font-size: 12px;
    }
    .hero_sec img{
        height: 250px;
        object-fit: cover;
    }
    .view_d{
        font-size: 14px;
    }
    .fo_add {
        font-size: 12px;}
        .by_an img {
            height: 17px;}
            .modal_ti{
                font-size: 20px;
            }
            .modal_cont{
                text-align:center;
            }
            .win_img_grid{
        grid-template-columns: repeat(1,1fr);
    }
}