@media only screen and (min-width:320px) and (max-width:991px) {
h1 {
 font-size:26px!important;
}
 h2 {
 font-size:21px!important;
}
 h3 {
 font-size:19px!important;
}
 h4 {
 font-size:15px!important;
}
}
@media only screen and (min-width:320px) and (max-width:767px) {
header .nav-bar .logo{
	padding-top:5px;
}
header .logo {
	display: table;
	float: none;
	/* margin: 5px auto; */
	width: 110px;
	padding-top:0;
} 
.gotrns { 
	margin: 31px 0 5px; 
}
header .user-nav {
	 margin-top: 11px !important;
	float: left;
}
section.slider {
	position:relative;
}
section.slider .slider-bottom { 
	width: 190px;
	height: 30px;
	 
}
section.slider .slide-back{ display:none}
section.slider .slider-container {
	position:inherit;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;overflow:inherit
}
.product-slide-bar {
	padding: 30px 0px !important;
	background: url(../design_img/product-back.png) no-repeat bottom center;
}
.product-slide-bar .main-head span {
	 
	font-size: 33px !important; 
}
.product-slide-bar .btn-more { 
	margin: 5px 0 20px 0; 
}
.enq-bar .btn-enq {
 
	float: none; 
	margin-left: 0;
	width: 100%;
	margin-bottom: 10px;
}
.enq-bar .fa {
	float:none
}
footer .side-brdr {
	border-left: 0px;
	height: auto;
	padding-left: 15px !important;
}
.enq-model .modal-dialog{
width: 93%!important;
}
 .product {
	height:435px;
}
.top-bar{
	display:none;
}
/* 31-10-2020 */
.vsn-blk img{
	margin-bottom:30px !important;
}
.abt-gape {
    margin-top: 20px;
}
.home-abt-bar .content .down {
   margin-bottom: 30px;
}


}
@media only screen and (min-width:768px) and (max-width:991px) {
footer .side-brdr {
	 
	height: 440px; 
}
.product {
	height: 270px;
}

}
@media only screen and (min-width:992px) and (max-width:1199px) {
 .product {
	height: 340px;
}
}
