/*
Theme Name: Custom Child Theme
Theme URI: 
Author: Sytian Team
Author URI: https://www.sytian-productions.com/
Template: custom-theme
Description: Wordpress Child Theme
Version: 1.0
License: 
License URI: 
Tags:
*/
/*html{
	height: 100%;
  	overflow: hidden;
  	position: relative;
}*/
body{ 
	padding-bottom: 0 !important;
	height: 100% !important;
  	overflow: hidden;
}
@media (min-width:320px){
   .tb-heading, .module-layout.tours-layout-single .single-flex-tabs{
      display: none;
   }
}
@media (min-width:576px){
   .tb-heading, .module-layout.tours-layout-single .single-flex-tabs{
      display: none;
   }
}
@media (min-width:768px){
   .tb-heading, .module-layout.tours-layout-single .single-flex-tabs{
      display: block;
   }
}
.single-flex-tabs .tb-content table {
width: 100% !important;
}

.gall_img{
     margin-bottom: 20px;
}