


@media (max-width: 991px) {
    #navbar_content:not(.show){
        display: flex !important;
        flex-direction: column;
        position: fixed;
        transform: translateX(-100%);
        top: 0;
        height: 100vh;
        overflow: auto;
    }
    #navbar_content.collapse_content_shadow:not(.show){
        display: flex !important;
        flex-direction: column;
        position: fixed;
        transform: translateX(-100%);
        height: 100vh;
        overflow: auto;
        top: 0;
        left: 0;
        height: 100%;
        /* width: 100%; */
        background: #000000cc;
    }
    #navbar_content.collapse_content_shadow{
        /* display: block !important; */
        position: fixed;
        height: 100%;
        /* width: 100%; */
        transition: transform 0.4s, visibility 0.4s;
        will-change: transform, visibility;
        background: #000000cc;
        overflow: auto;
        overflow-x: hidden !important;
        left: 0;
        transform: translateX(0);
        padding: 0;
        z-index: 99;
        -webkit-box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
        -moz-box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
        box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
        max-width: 100%;
    }
    #navbar_content .navbar-nav{
        width: 100%;
    }
    
    #navbar_content{
        /* display: block !important; */
        flex-direction: column;
        display: flex !important;
        position: fixed;
        top: 0;
        max-width: 320px;
        width: 100%;
        transition: transform 0.4s, visibility 0.4s;
        will-change: transform, visibility;
        height: 100vh;
        overflow: auto;
        overflow-x: hidden !important;
        left: 0;
        transform: translateX(0);
        padding: 0;
        background: var(--white_color);
        z-index: 99;
        -webkit-box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
        -moz-box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
        box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
        text-align: right;
    }
    #nav_item{
        border-bottom: 1px solid var(--border_color);
        padding: 10px;
    }
    #nav_item:hover{
        padding-left: 15px;
    }
    #nav_item i{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 25px;
        height: 25px;
        border-radius: var(--border_radius);
    }
    #Btnnav_toggler{
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary_color);
        border: 1px solid var(--primary_color);
        background: transparent;
        transition: var(--transition);
        border-radius: calc(var(--border_radius) );
        width: 40px;
        height: 40px;
    }
    #Btnnav_toggler:hover{
        color: var(--white_color);
        background: var(--primary_color);
    }
    #Btnnav_toggler i{
        line-height: 0.4rem;
    }
    .hero_banner{
        padding-top: 170px;
        padding-bottom: 20px;
        min-height: auto;
    }
}
@media (max-width: 767.98px){
    .cta_section{
        padding: 15px 0;
    }
    .cta_section .cta_image{
        margin-bottom: 18px;
    }
    .cta_section .cta_image img{
        max-width: 320px;
    }
    .cta_section h2{
        text-align: center;
    }
    .cta_section p{
        text-align: center;
    }
    .cta_section .btn_default{
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }
    .servises_sec{
        padding-bottom: 10px;
    }
    .title_sm{
        font-size: 28px;
    }
   
    .aboutUs_sec{
        padding-top: 20px;
    }
    .title_bannerhero{
        margin-bottom: 15px;
    }
}


@media (max-width: 567px) {
    #navheader .container{
        padding: 15px 0;
    }
    #Btnnav_toggler{
        font-size: 17px;
        width: 35px;
        height: 35px;
    }
    #logo img{
        max-width: 100px;
    }
    .hero_banner{
        padding: 120px 0 20px;
    }
    .btn_default .cus-btn{
        padding: 10px 8px;
    }
    .btn_default .cus-btn .text{
        font-size: clamp(13px, 0.833vw, 42px);
    }
    .desc_bannerhero{
        font-size: 14px;
    }
    .fret_title{
        font-size: clamp(16px, 2.5vw, 23px);
    }
    .card_servises{
        padding: 15px 10px;
    }
    .servises_image{
        width: 90px;
        height: 90px;
    }
    .title_servises{
        font-size: 17px;
    }
    .servises_desc{
        font-size: 13px;
    }
    .title_sm{
        font-size: 22px;
    }
    .title_steps{
        font-size: 15px;
    }
    .modal-body ,.form_data{
        padding: 15px 10px !important;
    }
}
@media (max-width: 424px) {
    #navheader .btn_default .cus-btn .text{
        font-size: clamp(10px, 0.833vw, 42px);
    }
    #logo img{
        max-width: 80px;
    }
    
}