/* *******========={faq style 1 and 2 page css}=======************** */
.metan-faq-s1 .et_pb_toggle{border:none;
	padding:0;
	margin-bottom:0!important;}
.metan-faq-s1 .et_pb_toggle h5{
	padding:0;border:none;
	border-radius:0;
	position:relative}
.metan-faq-s1 .et_pb_toggle .et_pb_toggle_title{
	display: block;
	margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit;
padding: 15px 20px 15px 60px !important;
margin: 0;
background: #fff;
font-size: 18px;
font-weight: 700;
letter-spacing: 1px;
color: rgba(var(--black), 1);
border: 1px solid rgba(var(--black), 1);
border-radius: 0;
position: relative;  }
.metan-faq-s1 .et_pb_toggle_open h5{
	margin-bottom:20px;}
.metan-faq-s1 .et_pb_toggle_close h5::before,
.metan-faq-s1 .et_pb_toggle h5:before{font-size:30px;
	right:auto;
	left:0}
.metan-faq-s1 .et_pb_toggle_title::before{
	font-weight: 900;
width: 30px;
height: 30px;
line-height: 30px;
background: rgba(var(--orange), 1);
border-radius: 5px;
border: 1px solid rgba(var(--black), 1);
text-align: center;
font-size: 20px;
color: #fff;
position: absolute;
left: -20px !important;
transition: all 0.3s ease 0s; }
.metan-faq-s1 .et_pb_toggle_close h5:before{content:'\45'}
.metan-faq-s1 .et_pb_toggle_open h5:before{content:"\43"!important;
	display:block!important}
.metan-faq-s1 .et_pb_toggle_open h5{
	color:df8d12!important;
	padding-top:0!important;
	padding-bottom:0!important}
.metan-faq-s1 .et_pb_toggle_content{
	padding: 20px;
margin: 0 30px;
border-bottom: 2px dashedrgba(var(--black), 1);
background: #fff;
border-top: none;
border-left: 2px dashed rgba(var(--black), 1);
border-right: 2px dashed rgba(var(--black), 1);
font-size: 15px;
color: rgba(var(--black), 1)!important;
line-height: 28px;
letter-spacing: 1px;}
.metan-faq-s1 .et_pb_toggle_content p{
	font-size: 15px;
color: rgba(var(--black), 1);
letter-spacing:0px;
line-height: 28px;}
@media only screen and (max-width: 480px) {
	.metan-faq-s1 .et_pb_toggle_content{
		font-size: 14px;
line-height: 22px;
margin: 0 10px;} }
/* **{{{{{{{{{{{{{{{{{faq Tabs}}}}}}}}}}}}}}** */
  .tabsfaq .single-tabfaq {
    /* Width is calculated for 6 tabs (100/6 = 16.6666666667). If you'll use more or less tabs just divide 100 with number of tabs and replace 16% in every line) */
    -ms-flex: 0 0 16.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: calc(16.6666666667% - 10px);
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 0 !important;
    cursor: pointer;  }
  .tabsfaq .single-tabfaq:hover, .tabsfaq .single-tabfaq.current {
    /* Set tab background color for hover and active state */
    background: rgba(var(--orange), 1);  }
  .tabsfaq .single-tabfaq:hover h4, .tabsfaq .single-tabfaq.current h4 {
  color: #fff!important;  }
  .tabsfaq .single-tabfaq:hover .et-pb-icon, .tabsfaq .single-tabfaq.current .et-pb-icon {
    /* Set icon color for hover and active tab state */
    color: rgba(var(--black), 1) !important;  }
  .tab_contentfaq .tabs_itemfaq {
    display: none;  }
  .tab_contentfaq .tabs_itemfaq:first-child, .et-fb-root-ancestor .tab_contentfaq .tabs_itemfaq {
    display: block;  } 
  @media only screen and (max-width: 768px) {
    .kh-feature-content.text-left {
    order: 2;    }
    .kh-feature-image.text-left {
    order: 1;
    padding-bottom: 35px;    }
    .kh-feature-text ul li {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;   }
    .tabsfaq .single-tabfaq {
      -ms-flex: 0 0 50%; /* Two tabs in a row on mobile */
      -webkit-box-flex: 0;
      flex: 0 0 50%;
      max-width: calc(50% - 10px);
      margin-top: 10px;    }  }
  @media only screen and (min-width: 768px) and (max-width: 980px) {
    .tabsfaq .single-tabfaq {
    -ms-flex: 0 0 33.333333%; /* Three tabs in a row on tablet */
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: calc(33.333333% - 10px);
    margin-top: 10px;    }  }
