/* ---------------MEDIA QUERY START HERE---------------  */

@media only screen and (min-width: 320px) and (max-width: 375px){
    
    .header-contact ul{
    display:block !important;
    }
    .header-contact ul li{
        font-size: 10px !important;
    }
}


 @media only screen and (max-width: 419px) {
    /* .slider-content {*/
    /*padding-top: 45px !important;*/
    /*}*/
    
    .header-contact ul li {
    font-size: 13px !important;
}
    
    
 }

 @media only screen and (min-width: 420px) {
     
     .header-contact ul{
    display:-webkit-box;
}
.header-contact ul li{
    font-size:10px !important;
}
     .pt-100{
         padding-top:60px !important;
     }
/*.slider-content {*/
/*    padding-top: 135px !important;*/
/*    }*/
.single-choose-us {
    margin-bottom:30px;
}
/*.header-top:before {*/
/*    height: 42px !important;*/
/*  }*/

/*.header-top{*/
/*    padding:12px 0;*/
/*}*/


.header-top.bg-img .container{
    padding-top:5px !important;
}
.header-contact ul li {
    font-size: 12px !important;
}


 }

 /* Extra small devices (phones, 600px and down) */
 

 
@media only screen and (max-width: 600px) {
    .mean-container a.meanmenu-reveal {
  top: -35px !important;
}
  .header-contact ul{
    display:-webkit-box ;
}
.header-contact ul li{
    font-size:10px !important;
}
    .default-btn {
        padding: 11px 22px 11px !important;
        font-size: 12px !important;
    }
    .w-10 {
        max-width: 40px;
    }
    .w-13 {
        max-width: 50px;
    }

    .slider-content .slider-btn a {
        padding: 12px 16px 12px;
        font-size: 10px;
        margin-right: 10px;
    }

    img.img-size.logo{
        width:150px !important;
    }

    .img-size,img{
        /* width:150px !important; */
    }
    .slider-content h1 {
        text-align: left;
    }
    
    .footer-widget .footer-list ul li a {
    color: #fff;
    display: flex;
    border-right:2px solid #a5a5a5;
    height: 18px;
    padding: 0 11px 0 0;
    justify-content: center;
    align-items: center;
}
/*    .footer-widget .footer-list ul li a:last-child{ */
/*    border:none;*/
/*}*/
.footer-widget .footer-list ul li:last-child a {
  border:none;
}
.pt-60 {
     padding-top: 0; 
}


}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

/*.slider-content {*/
/*    padding-top: 50px;*/
/*}*/

}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
    
    .header-contact ul li a {
        /*font-size:15px;*/
    }
    .count-img {
    width: 55px;
}
    
    .filter-button {
    font-size: 15px;
    border: 1px solid #e60012;
    border-radius: 2;
    text-align: center;
    color: #e60012;
    margin-bottom: 30px;
    padding-right: 8px;
    padding-left: 8px;
    margin: 0px 0px 10px 0;
}
    
.filter-button:hover
{
    font-size: 15px;
    border: 1px solid #e60012;
    border-radius: 2;
    text-align: center;
    color: #ffffff;
    background-color: #e60012;
    margin-bottom: 30px;
    padding-right: 8px;
    padding-left: 8px;
     margin: 0px 0px 10px 0px;

}
    
    .content_box p{
        font-size:15px;
    }
    .spreading_box.type_two .image_box {
    position: relative;
    border-radius: 50%;
    margin: 0 auto 30px auto;
    min-width: 110px;
    max-width: 140px;
    width: 80px;
}
.header-top:before {
    height: 55px;
}
.slider-content {
    padding-top: 30%;
}
.single-choose-us{
    margin-bottom: 10px;
}

.res-pb{
    padding-bottom:0px !important;
}
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

.count-three {
  margin-left: 0 !important;
}

.pt-230 {
    padding-top: 230px !important;
}

}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {



}