@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
body {
  min-width: 1200px;
}
body .container {
  max-width: none !important;
  width: 1200px !important;
}
body [class^="col-"] {
  float: left;
}
body .col-sm-1,
body .col-md-1,
body .col-lg-1 {
  width: 8.33333333% !important;
}
body .col-sm-2,
body .col-md-2,
body .col-lg-2 {
  width: 16.66666667% !important;
}
body .col-sm-3,
body .col-md-3,
body .col-lg-3 {
  width: 25% !important;
}
body .col-sm-4,
body .col-md-4,
body .col-lg-4 {
  width: 33.33333333% !important;
}
body .col-sm-5,
body .col-md-5,
body .col-lg-5 {
  width: 41.66666667% !important;
}
body .col-sm-6,
body .col-md-6,
body .col-lg-6 {
  width: 50% !important;
}
body .col-sm-7,
body .col-md-7,
body .col-lg-7 {
  width: 58.33333333% !important;
}
body .col-sm-8,
body .col-md-8,
body .col-lg-8 {
  width: 66.66666667% !important;
}
body .col-sm-9,
body .col-md-9,
body .col-lg-9 {
  width: 75% !important;
}
body .col-sm-10,
body .col-md-10,
body .col-lg-10 {
  width: 83.33333333% !important;
}
body .col-sm-11,
body .col-md-11,
body .col-lg-11 {
  width: 91.66666667% !important;
}
body .col-sm-12,
body .col-md-12,
body .col-lg-12 {
  width: 100% !important;
}
body .col-sm-offset-0,
body .col-md-offset-0,
body .col-lg-offset-0 {
  margin-left: 0 !important;
}
body .col-sm-offset-1,
body .col-md-offset-1,
body .col-lg-offset-1 {
  margin-left: 8.33333333% !important;
}
body .col-sm-offset-2,
body .col-md-offset-2,
body .col-lg-offset-2 {
  margin-left: 16.66666667% !important;
}
body .col-sm-offset-3,
body .col-md-offset-3,
body .col-lg-offset-3 {
  margin-left: 25% !important;
}
body .col-sm-offset-4,
body .col-md-offset-4,
body .col-lg-offset-4 {
  margin-left: 33.33333333% !important;
}
body .col-sm-offset-5,
body .col-md-offset-5,
body .col-lg-offset-5 {
  margin-left: 41.66666667% !important;
}
body .col-sm-offset-6,
body .col-md-offset-6,
body .col-lg-offset-6 {
  margin-left: 50% !important;
}
body .col-sm-offset-7,
body .col-md-offset-7,
body .col-lg-offset-7 {
  margin-left: 58.33333333% !important;
}
body .col-sm-offset-8,
body .col-md-offset-8,
body .col-lg-offset-8 {
  margin-left: 66.66666667% !important;
}
body .col-sm-offset-9,
body .col-md-offset-9,
body .col-lg-offset-9 {
  margin-left: 75% !important;
}
body .col-sm-offset-10,
body .col-md-offset-10,
body .col-lg-offset-10 {
  margin-left: 83.33333333% !important;
}
body .col-sm-offset-11,
body .col-md-offset-11,
body .col-lg-offset-11 {
  margin-left: 91.66666667% !important;
}
body .col-sm-offset-12,
body .col-md-offset-12,
body .col-lg-offset-12 {
  margin-left: 100% !important;
}
body .visible-xs,
body .visible-xs-block,
body .visible-sm,
body .visible-sm-block {
  display: block !important;
}
body .visible-xs-inline,
body .visible-sm-inline {
  display: inline !important;
}
body .visible-xs-inline-block,
body .visible-sm-inline-block {
  display: inline-block !important;
}
body .hidden-xs,
body .hidden-sm {
  display: block !important;
}
body .container .navbar-header,
body .container .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
body .navbar-header {
  float: left;
}
body .navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}
body .navbar-toggle {
  display: none;
}
body .navbar-collapse {
  border-top: 0;
}
body .navbar-brand {
  margin-left: -15px;
}
body .navbar-nav {
  float: left;
  margin: 0;
}
body .navbar-nav > li {
  float: left;
}
body .navbar-nav > li > a {
  padding: 15px;
}
body .navbar-nav.navbar-right {
  float: right;
}
body .navbar .navbar-nav .open .dropdown-menu {
  position: absolute;
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
body .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #333;
}
body .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
body .navbar .navbar-nav .open .dropdown-menu > li > a:focus,
body .navbar .navbar-nav .open .dropdown-menu > .active > a,
body .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
body .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #fff !important;
  background-color: #428bca !important;
}
body .navbar .navbar-nav .open .dropdown-menu > .disabled > a,
body .navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
body .navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  color: #999 !important;
  background-color: transparent !important;
}
.col-md-4 {
    padding-right: 0px !important;
    padding-left: 5px !important;
}
.col-md-9 {
   
    padding-right: 0px !important;
    padding-left: 3px !important; 
}
.row
{
	margin-right: 0px !important;
	margin-left: 0px !important;
}

.main_conA {
    float: left;
    width: 100%;
    height: auto;
}
.headA {
    float: left;
    width: 100%;
    height: auto;
}



p{ font-family:Arial, Helvetica, sans-serif; font-family:12px;}

.gap{ padding-top:7px; margin-bottom:7px;}
.trs {
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}


.whatsapp_icon img {
	bottom: 10%;
	right: 0;
	position: fixed;
	z-index: 99;
}


.hed_out {
    width: 100%;
    height: auto;
    margin: 0px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 21px 15px 21px 15px;
	position:fixed;
    z-index: 9999;
}

.navbar-inverse {
    background:none;  
   border:none; 
}  


.wowslider-container1{ margin-top:100px !important;}
.navbar{     margin-bottom:0px; }
.nav { margin-top:1.0%;}
.navbar-right {margin-right:0px;}
.navbar-inverse .navbar-nav > li > a {
    color: #1f4357;
	font-family: 'Open Sans', sans-serif;
	 font-weight:normal; letter-spacing:1px;
	/* font-family:Arial, Helvetica, sans-serif; */
	font-size:15px; text-transform:uppercase; 
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #0196b7;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color:#0196b7;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
	background: #333;
}

.content_area{
	    width: 100%;
    height: auto;
    float: left;
    padding: 40px 0px 40px 0px;
	}

.wel_hed {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0px 0px 15px 0px;
    margin-bottom: 15px;
    background-image: url(../images/hed_line.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    text-align: center;
    /*font-family: Kozuka Gothic Pro;*/
	font-family: 'Poiret One', cursive;
    text-transform: uppercase;
    font-weight: normal;
    color: #1f4357;
    font-size: 42px;
	line-height:42px; 
}

.wel_hed img{    vertical-align:0px; } 
.wel_cont p{ font-family:Arial, Helvetica, sans-serif; color:#76848b; font-size:14px; line-height:20px; text-align:justify; }
 
 
.RedMor{ margin-top:20px;}
.RedMorLft{ background:#1e3f4f; color:#ffffff; width:74%; 
font-family:Arial, Helvetica, sans-serif; font-size:11px; line-height:28px;
 text-align:center; text-transform:uppercase; } 
.RedMorRight{ background:#3d85a6; color:#ffffff; width:25%;
font-family:Arial, Helvetica, sans-serif; font-size:24px; line-height:28px;
 text-align:center; text-transform:uppercase;}
.RedMor:hover .RedMorRight{ background:#3ca667;}
 
 
 .foot_out{
	background:url(../images/footbg.jpg) fixed no-repeat top center;
	width: 100%;
	height: auto;
	margin: 0px;
	}

.foot_out_in{
	background-color: rgba(8, 41, 61, 0.8);
	padding:30px 0;
	}
.OuPro_hed{
	width:100%;
	height: auto;
	margin: auto;
	padding: 0px 0px 15px 0px;
	margin-bottom: 15px;
	background-image: url(../images/hed_line.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: center;
	font-family: 'Poiret One', cursive;
	text-transform:uppercase;
	font-weight:normal;
	color:#ffffff;
	font-size:35px;
	}
.ProBox{ background-color: rgba(5, 5, 5, 0.5); margin-top:40px; } 
.ProBoxTop{ padding:10px; width:72%;}
.ProBoxTop p{ color:#e7e7e7; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:20px; text-align:justify; margin-bottom:0px;}
.ProBoxBottom{ background:#37abd1; padding:10px; color:#ffffff; font-family:Arial, Helvetica, sans-serif; font-size:16px; letter-spacing:1px; width:100%; display:block; }
.ProBoxBottom:hover{ text-decoration:none;  }

.ProBox:hover .ProBoxBottom{
	background:#29ad5e; color:#ffffff;
}


.pro_imgs{ position:relative; float:right; margin-top: -37% }


#back-top { background: none; width:100%; height: 42px; display: block; position: relative; 

	
}
#back-top span {
	width: 76px;
	height: 42px;
	display: block; float:none; margin:0 auto; 
	background: url(../images/page-scroll.png) no-repeat 0 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#back-top span:hover {
	background-position: 0 -5px;
}





/* Services page */

.innbanner{ /*margin-top:100px !important;*/ height:415px; display:block;
background:url(../images/inbanner.jpg) no-repeat top center;}

.Ser_point{ margin-top:25px;}

.Ser_hed{
	width:100%;
	height: auto;
	margin: auto;
	padding: 0px 0px 35px 0px;
	margin-bottom: 15px;
	background-image: url(../images/VisMisuder.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: center;
	font-family: 'Poiret One', cursive;
	text-transform:uppercase;
	font-weight:normal;
	color:#ffffff;
	font-size:32px;
	line-height:50px;
	}
.Ser_bl-box{ background-color: rgba(18, 18, 18, 0.4); }
.Ser_bl-box-in{ padding:20px;}
.Ser_bl-box-in p{ color:#dcdcdc; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; 
-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	}
.Ser_bl-box-in p i{ margin-right:10px;}
.Ser_bl-box-in p:hover{ color:#00bffe; }

.SerUnderBlue{ background:#37abd2; width:100%; height:10px;}



/* contactus page */
 
.contact_out{ background:#e4ecee;
}

.cont_left{ width:100%; margin-top:-20px; 
background:#e4ecee;
background-image: repeating-linear-gradient(180deg,rgb(75,183,208), rgb(0,157,192) 100%);
background: -webkit-linear-gradient(top, #4bb7d0, #29abc9, #009dc0);
background: -moz-linear-gradient(top, #4bb7d0, #29abc9, #009dc0);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4bb7d0, endColorstr=#009dc0);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4bb7d0, endColorstr=#009dc0)"; 
 }
.cont_left_in{ padding:21% 0;}
.cont_left_in h1{text-align: center;
	font-family: 'Poiret One', cursive;
	text-transform:uppercase; font-size:48px; color:#ffffff; font-weight:bold;
	}
.cont_left_in h2{text-align: center;
	    font-family: 'Poiret One', cursive;
	text-transform:uppercase; font-size:22px; letter-spacing:1px; color:#ffffff; font-weight:bold;
	}
.cont_left_in p{ color:#CDF1F9; font-family:Arial, Helvetica, sans-serif; line-height:24px; text-align:center;}
.cont_divi{ background:url(../images/cont_divi.png) no-repeat top center; display:block; height:10px;}
	
.con_link a {
    color: #ffffff;
}
.con_link a:hover {
    text-decoration: none;
    color: #24d8f8;
}
 
.cont_right{ width:100%; padding:0px;   }
.cont_right h2{ color:#ffffff; font-family: 'Poiret One', cursive; font-size:28px; text-transform:uppercase;
 background:#0185a3; line-height:64px; padding:0 30px; margin-top:40px;  }

.cont_right h2 i{ font-size:60px; font-weight:normal;}
.contact-form{ padding:20px 0 40px 20px; display:block;}
.contact-form p{ font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; color:#777776; margin:0px; }
.contact-form tr td{ padding:5px 0;}
.contact-form input, .contact-form textarea{    line-height:40px; height:40px; border:#A0A09E 1px solid; 
border-radius:5px;
width:100%; resize:none; padding:0px 15px; font-family:Verdana, Geneva, sans-serif; font-size:12px; background:none;
} 
.contact-form textarea{ height:100px;}
.contact-form .butt{ width:45%; color:#3e3c3d; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase;
 font-size:18px; line-height:54px; height:auto;  font-weight:normal;  
  background:#e1e1e1; 
background-image: repeating-linear-gradient(180deg,rgb(227,227,227), rgb(168,168,168) 100%);
background: -webkit-linear-gradient(top, #e3e3e3, #c2c2c2, #a8a8a8);
background: -moz-linear-gradient(top, #e3e3e3, #c2c2c2, #a8a8a8);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e3e3e3, endColorstr=#a8a8a8);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e3e3e3, endColorstr=#a8a8a8)"; 
}
 
.contact-form .butt:hover{ background:#0ab4dd; color:#ffffff;   }
.loc_hed{ 
    font-family: 'Poiret One', cursive;
    text-transform: uppercase;
    font-weight: bold;
	text-align:center;
    color: #009dc0;
	font-size:24px;
	 background: url(../images/VisMisuder.png) no-repeat bottom center; 
	 padding-bottom:30px;
	}


/* product page */

.pro_head{ 
 font-family: 'Poiret One', cursive;
    text-transform: uppercase;
    font-weight: bold;
	text-align:center;
    color: #009dc0;
	font-size:24px; letter-spacing:1px;
	 background: url(../images/VisMisuder.png) no-repeat bottom center; 
	 padding-bottom:30px;
	 }
	 
.pro_size{ padding-bottom:0px;    }
.pro_size img{ width:100%;} 
.pro_title{ background:#30A6CC; font-family:Arial, Helvetica, sans-serif; font-weight:normal; text-align:center; text-transform:uppercase; color:#ffffff; font-size:11px; line-height:40px; width:100%; display:block; margin-top:3px;height: 40.5px;
 }
.pro_shadow img{ width:100%; margin-top:4px;}


.pro_blue_outer{
	padding:0px 0px 20px 0px;
	/*   background:#2aabc9; 
background-image: repeating-linear-gradient(180deg,rgb(75,183,208), rgb(0,157,192) 100%);
background: -webkit-linear-gradient(top, #4bb7d0, #2bacc9, #019dc0);
background: -moz-linear-gradient(top, #4bb7d0, #2bacc9, #019dc0);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4bb7d0, endColorstr=#019dc0);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4bb7d0, endColorstr=#019dc0)";  */
/* float:left; */
}

.pro_head_white{
	 font-family: 'Poiret One', cursive;
    text-transform: uppercase;
    font-weight: bold;
	text-align:center;
    color: #ffffff;
	font-size:24px; letter-spacing:1px;
	 background: url(../images/VisMisuder_white.png) no-repeat bottom center; 
	 padding-bottom:30px;
	 }

.pro_title_white{
	background:#c3f1fc; font-family:Arial, Helvetica, sans-serif; font-weight:normal; text-align:center; text-transform:uppercase; color:#0487a3; font-size:14px; line-height:40px; width:100%; display:block; margin-top:3px;
	}





 
 
 
 
 
 
 




 @media (max-width: 512px){
.ProBoxTop{  width:100%;}
.pro_imgs{position:relative; float:none; display:block; margin:0 auto; width:40%; padding-bottom:15px; }
} 
 
 
@media (min-width: 512px){
.pro_imgs{    margin-top: -25%;
    width: 18%;}
} 
 
 @media (min-width: 620px){
.pro_imgs{     margin-top: -20%;
    width: 14%;}
}
  
@media (min-width: 768px){
.pro_imgs{    margin-top: -19%;
    width: 14%;}

.cont_left{ width:100%;}
.cont_right{ width:100%;}
}
 
@media (min-width: 992px){
.pro_imgs{ margin-top: -57%; width:40%; }
	
.contact_out{ background:#e4ecee url(../images/contact_out_bg.jpg) repeat-x bottom;}
.cont_left_in {  padding: 25% 0;}
.cont_left{ width:50%;}
.cont_right{ width:50%;}

}


@media (min-width: 1200px){
.pro_imgs{margin-top:-45%;  width:36%;}
} 

.MisVis{ padding:40px 0px;}


.MisVis_hed {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0px 0px 30px 0px;
    margin-bottom: 15px;
    background-image: url(../images/VisMisuder.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    text-align: center;
    font-family: 'Poiret One', cursive; 
    font-weight: normal;
    color: #ffffff;
    font-size: 35px;
}

.V_Icon{ width:45px; height:30px; margin:5px auto; display:block;}
.MisVis p{ font-size:12px; color:#ffffff; line-height:20px; text-align:justify;}

.v_more{ width:22px; height:22px; display:block; margin:0 auto; font-size:24px; color:#01bffe;
/*background:url(../images/vmore.png) no-repeat top center; */
margin-top:20px;}
.v_more:hover{ color:#3ca667;}


.Footlinks{ background-color: rgba(17, 55, 78, 0.8);}
.foot4{ margin:30px 0px;}
.Address_area p{ text-align:center; color:#fcfdfd; line-height:20px;  } 
.Address_area span{ color:#24d8f8; max-width: 200px;}
.Address_area span a{ color:#24d8f8; }
.foot_ph{ width:13px; height:13px;  background:url(../images/foot_ph.png) no-repeat top center; 
margin-top:4px; margin-right:10px; }
.foot_em{ width:13px; height:13px;  background:url(../images/foot_em.png) no-repeat top center; 
margin-top:4px; margin-right:10px;}
.fot_head{ font-family:Arial, Helvetica, sans-serif; color:#21B8FF; font-size:18px; font-weight:bold; text-transform:uppercase;}

.MenuLink{ max-width:160px;}
.fot_menu{ margin:0px; padding:0px;}
.fot_menu li{ list-style:none;}
.fot_menu li a{ color:#ffffff; font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:40px;
 display:block; left:40px; padding-left:0px;
text-decoration:none;
background:url(../images/fotmenu-icon.png) no-repeat center left;
 background-position-x: -50px;
 background-position: -50% 50%;
 
/*background-position-y: 7px;*/
}
.fot_menu li a:hover, .fot_menu li a.active{ background-color:none; padding-left:40px;
 background-position-x:0px;
  background-position: 0% 50%;
  }
  
.ContDetail{ max-width:160px;} 
.ContDetail span{ color:#ffffff;  display:block; line-height:40px;}
.ContDetail span a{color:#ffffff; }
.ContDetail span a:hover{ text-decoration:none; color:#24d8f8; }
.ContDetail span i{ margin-right:5px;}
.ContDetail span:hover{ color:#24d8f8;}

.FolwDetail{ max-width:160px;}
.FolwDetail a{ color:#ffffff;  display:block; line-height:40px; text-decoration:none; text-transform:uppercase;}
.FolwDetail a i{ margin-right:5px;}
.FolwDetail a:hover{ color:#24d8f8;}

.FootCopy{ background-color: rgba(3, 34, 54, 0.9);/* padding:15px 0;*/
font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#ffffff;}
.FootCopy p{ line-height:60px; margin:0px;}
.FootCopy a{ color:#ffffff; text-decoration:none;}
.FootCopy a:hover{ color:#37abd1; }

.fot_head_new {
    font-family: Arial, Helvetica, sans-serif;
    color: #76848b;
    font-size: 12px;
    
}
.pro_title_about {
   
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: justify;
     color: #30A6CC;
    font-size: 14px;
    line-height: 25px;
    width: 100%;
    display: block;
    margin-top: 3px;
}
.pro_head1 {
    font-family: 'Poiret One', cursive;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: #009dc0;
    font-size: 16px;
    letter-spacing: 1px;
    background: url(../images/VisMisuder.png) no-repeat bottom center;
    padding-bottom: 30px;
}
.fot_head_new1{
    font-family: Arial, Helvetica, sans-serif;
    color: #76848b;
    font-size: 18px;
    text-transform: uppercase;
	text-align:center;
}
@media (max-width: 320px){
.visible-xs {
    display: block !important;
    width: 66% !important;
    margin-top: 5px;
}
}
@media only screen and (min-width: 450px) and (max-width: 767px) {
.pro_size {
  
    width: 50%;
    float: left;
}
}
.product-page{
	margin-top:100px;
	padding-bottom:60px;
}		 

.product-list-box{
	padding-bottom:50px;
	background-color:#f8f8f8;
	border-radius:5px;
	padding:0px;
	overflow:hidden;
	margin-top: 21px;
}

.product-list-box h4{
	width: 100%;
    height: 45px;
    line-height: 45px;
    background: #1E4255;
    background-image: repeating-linear-gradient(180deg,rgb(15, 56, 79), rgb(28, 57, 71) 100%);
    background: -webkit-linear-gradient(top, #1C3947, #20465B, #1C3947);
	text-align:center;
	font-family:'Roboto Condensed',sans-serif;
	color:#fff;
	margin:0px;
}

.product-list-box ul li{
	width: 100%;
    line-height: 50px;
    font-family: 'Roboto',sans-serif;
    color: #1F4B62;
    padding: 0px 2%;
    border-bottom: 1px dashed #214B65;
    background: #49B6D0;
}

.product-list-box ul li a{
	color:#8a8a8a;
}


.product-main-box{
	height:auto;
	overflow:hidden;
	margin-top:20px;
}

.product-content{
	width:100%;
		border-radius:5px;
	padding:0px 10px;
}
.content_area1{
	    width: 100%;
    height: auto;
    float: left;
    padding: 0px 0px 0px 0px;
	}
	
.content_area_prd {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px 0px 0px 0px;
}
@media only screen and (min-width: 320px) and (max-width: 1200x) {
.pro_title {

    font-size: 12px;
}
}
@media only screen and (max-width: 319px){
.pro_title {
    font-size: 10px;
}
}
.size_img
{
	    margin-left: 5px;
    margin-right: 0px;
    width: 10px;
}