
@media (min-width: 576px) {
    .featured_slider .slick-list.draggable, .new_slider .slick-list.draggable {
            margin: 0 -15px;
    }
    
}

@media (min-width: 768px) {
    .newsletter {
        width: 48%;
        margin-top: 80px;
    }
    .hiw_box:nth-child(even) {
        border-style: solid;
        border-width: 0px 1px 0px 1px;
        border-color: #e0e0e0;
    }
}

@media (min-width:992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: end;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .mobile_search {
        display: none;
    }
}

@media (min-width: 1200px) {
    
}

@media (min-width: 1400px) {
   
}


@media (max-width: 385px) {
    .contact_info a {
        margin-right: 5px;
        font-size: 14px;
    } 
    .top_left i.fa {
        font-size: 14px!important;
    }
    h1.highlight_font {
        font-size: 50px !important;
    }
    .footer_bottom h4 {
        font-size: 18px;
    }
    .social_profile a {
        width: 36px;
        height: 36px;
    }
    a.footer_link {
        font-size: 25px;
    }
}

@media (max-width: 575.98px) {
        h1.highlight_font {
            font-size: 60px;
        }
        button.slick-next.slick-arrow {
            right: -10px;
        }
        button.slick-prev.slick-arrow {
            left: -10px;
            z-index: 99;
        }
        .section_margin {
            margin-top: 40px;
        }
}

@media (max-width: 767.98px) {
        
    .slick-arrow i.fa {
            font-size: 35px;
    }
    .top_right, .top_left {
        width: 100% !important;
        justify-content: center;
        display: flex;
    }
    .top_right a {
        margin: 0px 5px;
    }
    .col-md-5.slider_content {
        text-align: center;
        margin-bottom: 20px;
    }
    .dual_btn {
        margin-top: 8px!important;
    }
    .dual_btn a {
        color: var(--white) !important;
        border: solid 3px var(--white)!important;
        padding: 5px 20px!important;
        background: var(--primary);
    }
    section#home_slider {
        padding-top: 30px!important;
        padding-bottom: 30px!important;
    }
    .category_info {
        align-content: end!important;
    }
    img#testimonial_png {
        opacity: 0.3;
    }
    section#home_testimonial {
        padding-top: 50px;
        padding-bottom: 150px;
        margin-top: 80px;
    }
    .testimonial .comment p {
        font-size: 22px;
    }
    .testimonial .comment {
        margin: 20px auto;
    }
    .testimonial_slider button.slick-prev {
        top: unset;
        bottom: -12%;
        left: 43%;
        right: unset;
    }
    .testimonial_slider button.slick-next {
        right: 25%;
    }
    .testimonial_slider button.slick-prev {
        left: 25%;
    }
    .hiw_box {
        padding: 10px 20px !important;
        margin-bottom: 20px;
    }
    .f_contact_info {
        padding: 20px 0px;
    }
    .footer_bottom .row>div {
        margin-bottom: 15px;
    }
    .hiw_box p {
        margin: 0px auto 15px;
    }
}

@media (max-width: 991.98px) {
    .bottom_header .col-sm-6.col-7 {
        display: flex;
        align-items: center;
        justify-content: end;
    }    
    .mobile_search a.search-form-tigger {
        color: #fff !important;
        font-size: 18px;
    }    
    button.navbar-toggler {
        border: unset;
    }    
    .navbar-toggler i.fa {
        color: #fff;
        font-weight: 300 !important;
    }    
    div#navbarCollapse {
        position: absolute;
        top: 60px;
        right: 8px;
        background: #fff;
        width: 200px;
        z-index: 99;
    }    
    .navbar-light .navbar-nav .nav-link {
        color: var(--black) !important;
    }    
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .show>.nav-link {
        color: var(--primary) !important;
    }    
    .navbar-nav.text-end {
        text-align: center !important;
    }    
    .navbar-toggler:focus {
        box-shadow: unset !important;
    }    
    .search-form-wrapper {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        padding: 20px 15px;
        margin-top: 18px;
        background: var(--white);
    }    
    .search-form-wrapper.open {
        display: block;
    }    
    span#basic-addon2 {
        position: absolute;
        right: 0;
        width: 38px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
    }    
    .top_center {
        display: none;
    }
    .slider_content h1 {
        font-size: 35px;
    }
    .footer_about {
        text-align: center;
    }
    .footer_about p{
        text-align: center;
    }
    .footer_about p {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
}

@media (max-width: 1199.98px) {

}

@media (max-width: 1399px) {
   
}


@media (min-width: 992px) and (max-width: 1199.98px) {
    .search {
        width: 250px!important;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    .category_img {
            height: 225px;
    }
    .category_info {
        min-height: 225px;
        padding: 20px 15px;
    }
    .category_info h5 {
        font-size: 25px;
    }
    .category_info a.cat_view {
        font-size: 16px;
        padding: 5px 12px;
    }
    a.footer_link {
        font-size: 20px;
    }

}

