/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-details__inner {
        flex-direction: column;
    }

    .contact-details__social-box {
        margin-top: 20px;
    }

}














/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    
    .contact-details__inner {
        flex-direction: column;
        align-items: baseline;
    }

    .contact-details__social-box {
        margin-top: 20px;
    }

    .contact-details__contact-list {
        flex-direction: column;
        align-items: baseline;
    }

    .contact-details__contact-list li+li {
        margin-left: 0;
        margin-top: 10px;
    }




}






























/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
   

    .contact-details__inner {
        flex-direction: column;
        align-items: baseline;
    }

    .contact-details__social-box {
        margin-top: 20px;
    }

    .contact-details__contact-list {
        flex-direction: column;
        align-items: baseline;
    }

    .contact-details__contact-list li+li {
        margin-left: 0;
        margin-top: 10px;
    }




}







@media only screen and (min-width: 1490px) and (max-width: 1725px) {
   
}


@media only screen and (min-width: 1200px) and (max-width: 1489px) {
   
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
   
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  
}


/*--------------------------------------------------------------
# Slider All Responsice Css
--------------------------------------------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
    
}



@media only screen and (max-width: 767px) {
    
}



@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  
}





/*--------------------------------------------------------------
# Main Menu All Responsice Css
--------------------------------------------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    

}




@media only screen and (min-width: 768px) and (max-width: 991px) {
    


}


@media (max-width: 767px) {
   



}




@media only screen and (min-width: 1500px) and (max-width: 1700px) {
   
}





@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    
}





@media only screen and (min-width: 1200px) and (max-width: 1499px) {}