
@media only screen and (max-width: 992px){
    h1{
	
	font-size: 2.5rem;
	
}
h2{
	
	font-size: 1.5rem;

}
h4{
	font-size: 1.0rem;
}

.navbar-toggler{
	outline: none;
	border:none;
}
.navbar-toggler:focus{
	outline: none;
	box-shadow: none;
}
.navbar-brand img{
	max-width: 80px;
}
.header-tile-web{
	display: none;
}
.header-tile-mobile{
	display: block;
}
.header-tile-mobile .dropdown-item{
    font-size:12px!important;
}
.header-tile-mobile .btn-round-ddl{
    padding:5px!important;
    font-size:12px!important;
}
.class-tab .nav-item .nav-link{
	padding: 10px;
	width: 120px;
	height: 120px;
}

.class-tab .nav-item .active{
	padding: 10px;
	width: 120px;
	height: 120px;
}
/*video*/
/*banner*/
.video_banner{
	position: relative;
	width: 100%;
	height: 60vh;
	overflow: hidden;
	background-position: center;
}
.banner-content h1{
	font-weight: bold;
	font-size: 3.5rem;
	letter-spacing: 2px;
	font-style: italic;
	text-transform: uppercase;
}
.btn-banner{
	width: 120px;
	padding: 5px;
}
}
@media only screen and (max-width: 800px){
	.testimonial-item{
	height: auto;
}
	.content-area{
		margin-top: 30px;
	}
	.class-tab .nav-item .nav-link{
	padding: 8px;
	width: 60px;
	height: 60px;
	border-radius: 10px;
}

.class-tab .nav-item .active{
	padding: 8px;
	width: 60px;
	height: 60px;
	border-radius: 10px;
}
.class-tbl thead tr th,
.class-tbl tbody tr td{
	font-family: 'Poppins', sans-serif;
	text-align: center;
	width: auto;
	padding: auto;
   height: auto;
}
.ml-left{
	margin-left: 0px;
}
.cart-tbl thead tr th{
	width: auto;
	height: auto;

}
.cart-tbl tbody tr td{
	width: auto;
	height: auto;
    font-size: 14px;

}
.payment-cart{
	margin-top: 25px;
}
.inner-hero{

	height: 20vh;
	
}
.testimonial .owl-prev {
    
    width: 25px;
    height: 25px;
    border-radius: 50%!important;
    border:1px solid #101010!important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff!important;
    position: absolute;
    top: 40%;
    margin-left: -10px;
    display: block !important;
    border:0px solid black;
    background-color: #fff;
}

.testimonial .owl-next {
   
    position: absolute;
    top: 40%;
    right: -10px;
    display: block !important;
    border:0px solid black;
     border-radius: 50%!important;
    border:1px solid #101010!important;
     width: 25px;
    height: 25px;
    background-color: #fff!important;
}
}
@media only screen and (max-width: 600px){
	.copy-wright-area ul li{
	display: inline-block;
	margin-left: 0px;
	margin-right: 15px;
}
.overlay-class-txt{
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	z-index: 100;
	width: 90%;
	-webkit-transition:.5s;
	-moz-transition:.5s;
	transition:.5s;
}
.overly-btn{
	margin: 0 -8px;
	display: block;
}
}