@media screen and (min-width:1024px) and (max-width:1300px) {
 .mainContainer {
 	 width:95%;
 }
 #owl-main-text h2{
 	font-size:40px !important;
 }
}
@media screen and (min-width:685px) and (max-width:1023px) {
	#owl-main-text h2{
 	font-size:25px !important;
	letter-spacing:0px;
	font-weight:bold;
 }
  .mainContainer {
 	 width:95%;
 }
.about_sec .about_rt:nth-child(2){
 	display:none;
 }
 .about_lt{
 	width:66% !important;
 }
 .product_sec p{
 	width:100%;
 }
 ul.tabs{
 	width:99% !important;
 }
 ul.tabs li{
   margin: 0px 1% 0px !important;
 }
 .menu{
 	display:none;
 }
 .menu_icon {
  /* width: 25px; */
  /* height: 25px; */
  width: 61px;    height: 57px;
  margin: 0px 0px 0px 0;
  padding: 6px;
  background: url(../images/menu.png) no-repeat center;
  z-index: 10000;
  background-color: #fff;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
}
ul.responsive {
	width:100%;
	position: absolute;
	padding: 0px;
	margin: 0px;
	background-color: #043D52;
	float: right;
	display: none;
	z-index: 10;
	top: 128px;
}
ul.responsive li {
	width:100%;
	padding:0px;
	margin: 0px;
	border-top: 1px solid #04516B;
	float: left;
    display: block;
	z-index: 99999;
}
.responsive .languages_sec, .responsive .login{
        display: block;
    }
ul.responsive li a {
	display: block;
	padding:10px 0 10px 15px;
	margin: 0px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: 'OswaldLight';
	font-size: 20px;
	text-transform: uppercase;
}
ul.responsive li a:hover {
	display: block;
	color: #999;
	text-decoration: none;
}
.logointro{
	margin-bottom:10px !important;
}
}