@media (min-width:991px) and (max-width:1024px){
    .testImage{
        width: 100% !important;
       
    } 
    .con_links{
        margin-left:25px;
    }
    #caption h1{
        font-size:22px;
    }
    #caption{
        bottom:40px;
    }
}
@media (min-width:768px) and (max-width:991px){
    .testImage{
        width: 100% !important;
        height:40vh !important;
        top:0px !important;
      
    } 
    .banner_slidess{
        height:506px !important;
    }
    .con_links{
        margin-left:15px;
        font-size: 16px;
    }
    #caption h1{
        font-size:16px;
    }
    #caption{
        bottom:50px;
    }
}
@media (min-width:468px) and (max-width:991px){
    .testImage{
        width: 100% !important;
        height:53vh !important;
        top:0px !important;
      
    } 
    .banner_slidess{
        height:300px !important;
    }
}
@media (max-width:767px){
    .faq1{
        flex-direction: column;
    }
    .pets_h2{
        padding-left:30px;
    }
    .map{
        height: 400px;
    }
}
@media (max-width:567px){
    .faq1{
        padding-bottom:30px;
    }
    #page {
        padding-top: 0px;
    }
    .pets_h2 {       
        margin-bottom: 16px;
    }
    ul#social {        
        margin: 6px 0 20px 0;
    }
    .slick-next {
        right: 6px !important;
    }  
    .btn_div{
        margin-top:10px;
    }
    .slick-prev {
        left: 18px !important;
        opacity: 1 !important;
        z-index: 99999 !important;
    }
    .second-thumb .slick-prev{
        display: none !important;
    }
    .second-thumb .slick-next{
        display: none !important;
    }
}

