/*==================================================
=            Bootstrap 5 Media Queries             =
==================================================*/
 
 
/*==========  Mobile First Method  ==========*/
 
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
	rs-module-wrap{height:218px!important;}
	rs-module{height:218px!important;max-height:200px!important;}
	.bg-theme-colored2, .bg-theme-colored1{min-height:auto!important;}
}

/* Medium devices (tablets, 768px and up) */
/* @media (min-width: 768px) { */
@media only screen and (min-width: 480px) and (max-width: 768px) {  
	rs-module-wrap{height:218px!important;}
	rs-module{height:218px!important;max-height:200px!important;}
	.bg-theme-colored2, .bg-theme-colored1{min-height:auto!important;}
}

/* Large devices (desktops, 992px and up) */
/* @media (min-width: 992px) { */
@media only screen and (min-width: 768px) and (max-width: 992px) {  
	/* rs-module-wrap{height:218px!important;} */
	/* rs-module{height:218px!important;max-height:200px!important;} */
	.bg-theme-colored2, .bg-theme-colored1{min-height:auto!important;}
	
}

@media (max-width: 768px) {  
	header#header .header-top{padding:5px 0!important;}
	header#header .header-top .contact-info li{padding:0px !important;margin:0px !important;}
	rs-module-wrap{height:218px!important;}
	rs-module{height:218px!important;max-height:200px!important;}
	rs-fullwidth-wrap{height:218px!important;}
	rs-layer{display:none!important;}
	.bg-theme-colored2, .bg-theme-colored1{min-height:395px!important;}
	.tex-para1, .tex-para{height:auto;}
	.home-abt h3{font-size:20px!important;}
	.home-about{padding-top:20px;}
	.home-about h3{font-size:20px!important;}
	.about-section{margin-top:30px;}
	.service-para{padding:20px 0;}
	.sidebar{padding-top:30px;}
	.call-to-action h2{font-size:20px !important;}
	section > .container{padding-bottom:20px!important;padding-top:20px!important;}
	.mb-30{margin-bottom:0px!important;}
	.mt-lg-40{margin-top:20px!important;}
	footer#footer .footer-widget-area .widget .widget-title{margin-bottom:15px!important;}
	.page-title h2{font-size:20px!important;}
	#contact .cnt-title{font-size:22px!important;text-align:center;padding-bottom:15px;}
	#contact h5{font-size:22px!important;}
	.mb-50{margin-bottom:25px!important;}
	.cnt-intrest{font-size:20px!important;}
	.box-hover-effect.effect-siberia .info-box .info-content{padding:9px !important;}
	.info-box h3{font-size:12px!important;}
	.info-box p{font-size:12px!important;line-height:15px!important;}
	.info-box .btn{padding:0.2rem 1.0rem!important;}
	.bg-theme-colored2, .bg-theme-colored1{min-height:335px!important;}
	.opening-hours{padding-bottom:10px;}
}

@media only screen and (min-width: 768px) and (max-width: 998px) {  
	.bg-theme-colored2, .bg-theme-colored1{min-height:333px!important;}
	.equal-height-inner{height:700px!important;}
	.tex-para{height:150px!important;}
	.tex-para1{height:220px!important;}
	.home-abt h3{font-size:20px!important;}
	.box-hover-effect.effect-siberia .info-box .info-content{padding:9px !important;}
	.info-box h3{font-size:12px!important;}
	.info-box p{font-size:12px!important;line-height:15px!important;}
	.info-box .btn{padding:0.2rem 1.0rem!important;}
}
@media (max-width: 1120px) { 
	.tex-para{height:auto!important;}
	.tex-para1{height:auto!important;}
	.home-abt h3{font-size:18px!important;}
	.home-abt ul li{font-size:12px!important;}
	.home-abt p{font-size:12px!important;}
	/* .home-about{padding-top:18px;} */
	.home-about h3{font-size:18px!important;}
	.box-hover-effect.effect-siberia .info-box .info-content{padding:9px !important;}
	.info-box h3{font-size:12px!important;}
	.info-box p{font-size:12px!important;line-height:15px!important;}
	.info-box .btn{padding:0.2rem 1.0rem!important;}
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}


/*==========  Non-Mobile First Method  ==========*/

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {}
 
/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {}

/*
Apple iPhone 5, 5S & 5C 
Apple iPod Touch (5th generation)
*/
@media (min-width: 1136px) and (max-width: 1279px) {
	/*body {	font-size: 16px; }*/
}

/*
Apple iPhone 4 & 4S
Apple iPod Touch (4th generation)
*/
@media (min-width: 960px) and (max-width: 1135px) {
	/*body {	font-size: 15px; }*/
	h1 { font-size:3em; }		/* 39px */
	h2 { font-size:2.3077em; }	/* 30px */
	h3 { font-size:1.8461em; }	/* 24px */
}

/*
Sony Xperia
LG Optimus
Blackberry Storm 3, Torch 9850 & Torch 9860
Nokia Lumia 610, 710 & 800
HTC Desire, Desire Z, Desire S & One V
Samsung Galaxy
*/
/* With side menu
@media (min-width: 768px) and (max-width: 1279px) {
*/
/* Without side menu */
@media (min-width: 768px) and (max-width: 959px) {
	/*body {	font-size: 15px; }*/
	h1 { font-size:3em; }		/* 39px */
	h2 { font-size:2.3077em; }	/* 30px */
	h3 { font-size:1.8461em; }	/* 24px */
}



/*
Portrait orientation

Sony Xperia
LG Optimus
Blackberry Storm 3, Torch 9850 & Torch 9860
Nokia Lumia 610, 710 & 800
HTC Desire, Desire Z, Desire S & One V
Samsung Galaxy
*/
@media (max-width: 767px) {
	/*body {	font-size: 15px; }*/
	h1 { font-size:2.5em; }		/* 30px */
	h2 { font-size:2em; }		/* 24px */
	h3 { font-size:1.6667em; }	/* 20px */
}




/*
Very common low res
*/
/*@media (max-width: 479px) {
	body {	font-size: 12px; }
	h1 { font-size:2.5em; }
	h2 { font-size:2em; }
	h3 { font-size:2em; }
	h4 { font-size:1.3333em; }
	h5 { font-size:1.1667em; }
	h6 { font-size:1em; }
}*/