@import url(style.css);

.nav-toggle-open {
    border: 0 !important;
    font-size: 30px !important;
    color: var(--second-primary) !important;

}

.nav-toggle-close {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff8a;
    color: var(--second-primary);
    font-size: 19px;
    border: 3px solid #fff;
    margin-left: auto;
}

@media screen and (max-width:1200px) {
    .discover-column .col-lg-16{
        width: 33%;
    }
    .service-custom-badge span{
        width: fit-content;
    }
    .service-custom-badge{
               align-items: center;
        flex-direction: row;
        justify-content: flex-end;
        padding-top: 10px;
    }
}

@media screen and (max-width:991px) {
    .offcanvas-cs {
        background-color: var(--second-primary) !important;
    }
    .navbar-menu li a.nav-link{
        color: var(--color-white) !important;
    }
    .top-auth-box-2 a{
           background-color: var(--color-white) !important;
             color: var(--second-primary) !important;
    }
    .top-auth-box-2{
        margin:10px auto !important;
    }
    .home-search-secondry-box{
        position: relative;
    }
    .home-baner-2-search{
        position: absolute;
       bottom: 100%;
        left: 2.5%;
        width: 95%;
       
    }
    .flex-row-coll{
        flex-direction: column-reverse;
    }
    .categories-small-left h3{
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .footer-widget-third{
        padding-left: 0;
    }
    .footer-third-bottom ul{
        padding: 0;
        justify-content: flex-start;
    }
    .copyright-third{
        justify-content: center;
    }
    .service-top-sucess p{
        text-align: center;
    }
    .service-profile-tab-container ul.overview-list li{
        width: 50%;
    }
}

@media screen and (max-width:768px) {
    .home-baner-2-search .home-baner-search{
        flex-direction: column;
        gap: 10px;
    }
    .home-baner-2-search input.w200-input{
        width: 100% !important;
        border-left: 1px solid var(--second-primary) !important;
    }
    .home-baner-2-search input{
        border-radius: 10px;
    }
    .home-baner-2-search{
        padding: 15px;
    }
    .home-baner-2-search h1{
        font-size: 30px;
    }
    .home-baner-search button{
        border-radius: 5px;
        height: 50px;
    }
     .discover-column .col-lg-16{
        width:50%;
    }
    .carousel-btn2 .owl-nav button.owl-next{
        right: 0;
    }
    .carousel-btn2 .owl-nav button.owl-prev{
        left: 0;
    }
    .section-padding{
        padding: 30px 0;
    }
    .service-listing-title h3{
        font-size: 30px;
    }
    .service-main-container{
        flex-direction: column;
    }
    .service-main-container-info-left{
        padding: 10px 0;
    }
    .service-main-container img{
        width: 100%;
    }
    .service-profile-left{
        flex-direction: column;
    }
    .service-profile-left-inner{
        padding-left: 0;
        padding-top: 10px;
    }
    .service-profile-left img {
        width: 100px;
        height: 100px;
    }
    .carousel-btns .owl-nav button.owl-next{
        margin-right: 0;
    }
    .carousel-btns .owl-nav button.owl-prev{
        margin-left: 0;
    }
}

@media screen and (max-width:567px) {
    .home-categories-section-second{
        padding: 18px;
    }
     .discover-column .col-lg-16{
        width:100%;
    }
     .categories-small-left h3,.discover-title h3{
      font-size: 25px;
    }
    .section-title h3{
        font-size: 25px;
    }
    .footer-third-bottom ul{
        flex-direction: column;
        gap: 5px;
        align-items: flex-start;
        padding-left: 20px;
    }
    .search-modal-content .modal-header h1{
        font-size: 18px;
    }
    .search-modal-title h3{
        font-size: 20px;
        line-height: 28px;
    }
    .search-modal-content .modal-footer{
        gap: 0px;
    }
    .search-modal-content .modal-body{
        padding-bottom: 0;
    }
    .search-modal-checkbox-field ul li{
        width: 100%;
    }
    .search-modal-final-top h3{
        font-size: 22px;
    }
    .search-modal-check-linear label{
        font-size: 14px;
        line-height: 21px;
    }
    .service-listing-title h3{
        font-size: 26px;
        line-height: 40px;
    }
    .service-top-sucess p{
        line-height: 20px;
    }
    .service-btns-group a{
               width: 49%;
        justify-content: center;
        align-items: center;
        display: flex
;
    }
    .service-profile-left h3{
        font-size: 20px;
    }
    .service-profile-info-container-tabs li button{
        font-size: 14px;
                padding: 5px 13px !important;
    }
    .service-profile-tab-container ul.overview-list li{
        width: 100%;
    }
    .service-profile-tab-container h3{
        font-size: 27px;
    }
    .service-review-top{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
}