@charset "utf-8";
/* CSS Document */
/*==============contact===========*/
.contact{
	padding: 40px 0;
    float: left;
    width: 100%;
}
.cont-hd{text-align:center; padding:0;}
.cont-hd2{text-align:left;font-size:26px;}
.cont-inner {
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 10px;
	margin: 70px 0 0 0;
	padding: 20px;
	background: #f5f5f5;
}
ul.cont-list1 {
    margin: 0px 0 0 0;
    float: left;
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
ul.cont-list1 li{
	float: left;
    width: 100%;
    padding: 0 0 0 45px;
    position: relative;
    text-align: left;
}
ul.cont-list1 li img{
	    position: absolute;
    top:10px;
    left: 0;
}
.cont-list1-p1{
	font-weight: 600;
    color: #333333;
    font-size: 20px;
    line-height: 30px;
}
.cont-list1-p2{
	font-size: 18px;
	color:#333;
}
.cont-frm{
	width: 49%;
    float: right;
	position:relative;
}
.contact-bg {
    position: absolute;
    top: -100px;
    right: 0;
    max-width: 412px;
}
.cont-frmElmnts{
	float:left;
	width:100%;
	margin:15px 0 0 0;
	display:block;
	position:relative;
}
.cont-frmElmnts input, .cont-frmElmnts textarea{
	    width: 100%;
    background: #f9f9f9;
    height: 41px;
    border: 1px solid #c6c6c6;
    box-sizing: border-box;
    padding: 0 10px 0 10px;
    font-family: inherit;
	border: none;
    font-size: 16px;
    color: #000;
    border-radius: 4px;
    text-align: left;
	outline: none;
}
.cont-lft{ width:49%; float:left;}
.cont-rgt{ width:49%; float:right;}
.cont-frmElmnts textarea{
	height:141px;
    width: 99.83%;
    padding:14px 10px 0 10px;
    bborder: none;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8b8b8b;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #8b8b8b;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #8b8b8b;
}
:-moz-placeholder { /* Firefox 18- */
  color: #8b8b8b;
}
@media only screen and (max-width: 1185px){
ul.cont-list1 {width: 53%;}
.cont-frm {width: 45%;}
}

@media only screen and (max-width: 1013px){

}
@media only screen and (max-width: 767px){

.contact {padding: 25px 0;}	
.cont-inner{margin-top:20px;}
.contact-bg1 { display: inline-block;  max-width: 270px;   margin: 0 auto;}
ul.cont-list1 {
    margin: 0px 0 0 0;
	width:100%;
	row-gap: 10px;
}	
ul.cont-list1 li, ul.cont-list1 li:nth-child(2), ul.cont-list1 li:nth-child(1) {
    width: 100%;
}
.cont-list1-p1 {
    font-size: 20px;
    line-height:28px;
	padding:0px 0 0 0;
}
.cont-hd2 {padding: 5px 0 0 0;}	
.cont-frm {margin: 20px auto 0 auto; width:100%;}
.cont-lft, .cont-rgt {
    width: 100%;
    float: none;
}
.cont-frmElmnts textarea {height: 100px;}
.cont-list1-p2{ font-size:16px;}
}
/*==============FAQ===========*/
.faq{
	padding:60px 0 50px;
}

/*-----------accordion--------------*/
#accordion{height:auto!important;margin:34px auto 0 auto;display:block;width:100%;}
.ui-accordion .ui-accordion-header { 
	display: block; 
	cursor: pointer; 
	zoom: 1; 
	background:#fff url(../images/uparrow.png) 99% 24px no-repeat;	
	text-align:left; 
    padding:20px 40px 18px 32px;
	margin:4px 0 0 0;	
	outline:none;
	position:relative;	
	font-size:22px;
	line-height:24px;
	color:#34322d;
	text-align:left;
}
.ui-accordion .ui-accordion-header.active{
	background:#fff url(../images/downarrow.png) 99% 24px no-repeat;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	color:#249834;	
}
.ui-accordion .ui-accordion-header .bullet{
	position:absolute;
	left:0;
	top:20px;
	background:#fff url(../images/qtn-hov.png) left top no-repeat;
	height:24px;
	width:25px;
}
.ui-accordion .ui-accordion-header.active .bullet{
	background:#fff url(../images/qtn.png) left top no-repeat;
	height:24px;
	width:25px;
}
.ui-accordion .ui-accordion-content { 
	padding:0; 
	border-top: 0; 
	overflow: auto; 
	zoom: 1; 
	border:none;
	padding:0 0 10px 0;
	background:#fff;	
}
.accord-txt{
	box-sizing: border-box;
    float: left;
	text-align:left;
    padding: 10px 10px 10px 0;
    width: 100%;
	border-top:1px solid #229635;
}
@media only screen and (max-width: 767px){
.faq{padding:30px 0;}	
	
.ui-accordion .ui-accordion-header .bullet {
    left: 0;
	top:8px;
}
.ui-accordion .ui-accordion-header { 
	font-size: 20px;
    line-height: 24px;
    padding: 10px 40px 10px 28px;
	margin:2px 0 0 0;	
}
.accord-txt {
    padding: 12px 10px 12px 0;
}
.ui-accordion .ui-accordion-header { 	
	background:#fff url(../images/uparrow.png) 99% 18px no-repeat;		
}
.ui-accordion .ui-accordion-header.active{
	background:#fff url(../images/downarrow.png) 99% 18px no-repeat;	
}
}
@media only screen and (max-width: 479px){
.ui-accordion .ui-accordion-header { font-size: 19px;}
}
/*==============about===========*/
.abut-s1{
	padding:50px 0;
}
.ab-img{
	float:right;
	margin:-120px 0 0 50px;
}
.abut-s1-p1{	
	text-align:left;
	color:#2d2d2d;
	margin:20px 0 0 0;
}
.abut-s1-p1 span{color:#319f2f;font-size:21px;}
.abut-s2{
	padding:50px 0;
	display:table;
	margin:0 auto;
}
ul.abut-s2-list{
	padding:40px 0 0 0;
}
ul.abut-s2-list li{
	float:left;
	width:33.33%;
	margin:0 0 0 0;
	text-align:center;
}
ul.abut-s2-list li img{
	display:block;
	margin:0 auto 0 auto;
}
.abut-s2-list-p1{
	font-size:24px;
	line-height:28px;
	color:#2d2d2d;
	margin:20px 0 0 0;
	font-weight:600;
}
.abut-s2-list-p1 span{ color:#2b9b32;}
.abut-s2-list-p2{
	color:#2d2d2d;
	margin:15px 0 0 0;
	padding:0 30px;
}
@media only screen and (max-width: 1179px){
.ab-img {
    float: right;
    margin: -121px 0 0 29px;
    width: 368px;
}
.abut-s2-list-p2 {padding: 0 20px;}
}
@media only screen and (max-width: 1013px){
.abut-s1, .abut-s2 {
    padding: 40px 0;
}	
.ab-img {
    float: none;
    margin:30px auto 20px auto;
	display:block;
    width: 368px;
}
ul.abut-s2-list li img { width: 180px;}
.abut-s2-list-p2 {
    padding: 0 10px;
}
.abut-s1-p1 {
	text-align:center;
}	
.abut-s1-p1 span{font-size:20px;}
}
@media only screen and (max-width: 767px){
.abut-s1, .abut-s2 {
    padding: 30px 0;
}		
ul.abut-s2-list {
    padding: 10px 0 0 0;
}
ul.abut-s2-list li {
    float: none;
    width: 100%;
    margin: 30px 0 0 0;
}
.abut-s2-list-p2 {padding: 0 0;}
}
@media only screen and (max-width: 479px){
.ab-img { width: 243px;}
}
/*==================start review page==================*/
#horizontalTab{padding:40px 0 0 0;}

/****************************************/
.thank-you {
    min-height: 38vh;
    text-align: center;
    padding: 50px 0;
}
.thnx-txt1 {
   display: inline-block;
    width: 100%;
    font-size: 40px;
    line-height: 55px;
    font-weight: 600;
    color: #ff3c00;
    margin-bottom: 10px;
}
.thnx-txt2 {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
}
.pro-p1 {
	display: inline-block;
	color: #2d2d2d;
	width: 70%;
	margin-top: 20px;
	vertical-align: top;
}
/***********************************/
.box{	
	float: left;
    overflow: hidden;
    background: #fff;
    width: 100%;
	display:none;
}
.box-inner{
	width: 100%;
    padding: 10px;
	float:left;
 }
 
 .box-inner iframe {
    float: left;
    width: 100%;
    border: none;
    height: 100%;
    min-height: 40vh;
	font-family:inherit;
}
 .box-inner iframe table{font-family:inherit;}
  .box-inner iframe body{margin:0;}
  
  /*SIZE SLIDE*/
.sizeChartWeb-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    background-color: rgba(0,0,0,.8);
	display:none;
}
.sizeChartWeb-content {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	margin: 0 auto;
	background-color: #fff;
	scroll-behavior: smooth;
	box-shadow: 0 0 5px #d5d6d9;
	height: 100%;
	max-width: 800px;
	position: absolute;
	right: 0;
}
.sizeChartWeb-close {
    position: fixed;
    border-radius: 4px;
    top: 3px;
    right: 755px;
    padding: 8px 8px 6px;
	cursor: pointer;
}
.sizeChartWeb-button {
    background-color: #fff;
    border: 0;
    outline: 0;
    color: #282c3f;
    font-size: 15px;
    font-weight: 700;
}
.sizeChartWeb-content h2{font-size:22px;}
.sizeChartWeb-content h3{font-size:18px; margin-top:0px;}
.sizeChartWeb-content table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size:14px;
	color:#191919;
	margin:20px 0;
	text-align:center;
	}
.sizeChartWeb-content table th {background: #F9F9F9; font-weight:bold;}
.sizeChartWeb-content .horizontalrow {background-color: #f2f2f2; font-weight:bold;}
.sizeChartWeb-content table th,.sizeChartWeb-content table td {padding: 4px;border-right: 1px solid #DCDCDC}
.sizeChartWeb-content table th:first-child,.sizeChartWeb-content table td:first-child {border-left: 1px solid #dcdcdc}
.sizeChartWeb-content table tr {border-bottom: 1px solid #DCDCDC}
.sizeChartWeb-content table tr:first-child {border-top: 1px solid #DCDCDC}
@media only screen and (max-width: 767px){
.thank-you {
    min-height: 52vh;
    text-align: center;
    padding-top: 60px;
}
.sizeChartWeb-content table{ font-size:10px;}
.sizeChartWeb-close{right: 340px;}
.size-guide-box{ top:2px;}
}
@media only screen and (max-width: 479px){
.thank-you {
    min-height: 43vh;
    text-align: center;
    padding-top: 60px;
    padding: 50px 20px;
}
}

