/*for mobile*/
@media only screen and (max-width:760px) {
.header_media{display: none;}
.menu_line{display: none;}
.header_contact {float: unset; margin: 0px; text-align: center;}
.banner_text {margin: 10px 0px;}
.banner_text_inner h2 {font-size: 28px;margin-bottom: 20px;}
.banner_text_inner p {font-size: 16px;}
.logo_section {margin-top: 0px;}
.banner_img_margin {margin: 15px 0px;}
.all_padding {padding: 15px 0px;}
.footer_top { height: 100%;}
.footer_top img{ width: 200px;}
.footer_top_padding {padding: 10px 0px;}
.footer_top_padding h2 {font-size: 23px;}
.footer_logo {width: 200px; margin-top: 0px; margin: auto; display: block;}
.modal_book {width: 84px;}
p{font-size: 14px;}
.lightbox img {height: 150px;}
.allsm_banner img {height: 131px;}




}
/*for medium mobile*/
@media only screen and (min-width:480px) and (max-width:760px) {


}
/*for tablet*/
@media only screen and (min-width:760px) and (max-width:1024px) {

}

/*for destop*/
@media (min-width: 1200px){
 .container { width: 1150px;}

 }




