/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* reset */

/*----sap-----*/
.sap_tabs {
  clear: both;
  margin: 0 auto;
  
 
  text-align: center;
}
.facts{
  padding: 4% 4% 5% 4%;
  background: #fff;

}
.top1{
  margin-top: 2%;
}
.resp-tabs-list {
  width: 100%;
}
.tab-text h3 a {
  color: #918D8D;
  font-size: 1.4em;
  text-decoration: none;
}
.resp-tab-item:first-child{
border-right:none;

}


i.resp-tab-item.lost {
  margin: 0;
}
.resp-tab-item{
  border:none;
  color: #333;
  font-size: 1em;
 
  text-transform: uppercase;
  cursor: pointer;
  padding:1em 0;
  display: inline-block;
  text-align: center;
  list-style: none;
  float: left;
 width:33.33333333333333%;
  outline: none;
  border:solid 1px #CCCCCC;
 
  font-weight: 600;
}

.resp-tab-item:hover {
 
  text-shadow: none;
  color:#ea4934;
}

.resp-tab-active {
   background:#fff;
  text-shadow: none;
   
	border:solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFFF;
	
	
 
   color:#ea4934;
}
.lst{
border-left:none
}
.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border:solid 1px #CCCCCC;
  margin-top:-1px;
  text-align:left;


 
 
  
 
}
h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
.resp-tab-content {
  display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}
h2.resp-accordion {
  font-size:1em;
  margin: 0px;
  padding: 10px 15px;
  background:#C5CDD1;
  margin:10px 0;
  color:#FFF;
}
span.tab-img img {
  border: 3px solid rgba(213, 210, 210, 0.6);
}
h2.resp-accordion:hover{
  background:#FE2232;
  text-shadow: none;
  color: #FFF;
}
span.tab-img{
  float: left;
  width: 25.5%;
  margin-right: 2.6%;
}
.tab-text{
  float:right;
  width:68.5%;
  position: relative;
}
.tab-text p{
  margin-bottom: 10px;
}
.tab-text span{
    position: absolute;
  top:45%;
  left: 0%;
  width: 99%;
  height: 1px;
  background: rgba(231, 231, 240, 1);
}
.post-meta {
  margin-top: 1em;
}
.tab-text p a{
  color: #69e9cf;
  font-size: 0.875em;
  line-height: 1.5em;
  text-transform: uppercase;
}
.tab-text p a:hover{
  color:#eee378;
}
.link1 {
  font-size: 0.9em;
  color: #918A8A;
  font-style: italic;
  font-weight: 600;
}
.post-meta p {
  font-size: 15px;
  margin-bottom: 2px;
  color: #999;
}
.post-meta a {
  color: #777;
  margin-right: 10px;
}
.post-meta a:hover{
  color:red;
}
.tab-left{
  margin-bottom:5%;
}
li.resp-tab-item.lost{
  margin:0;
}
.top-img {
  padding-bottom: 0.7em;
}
/*---------*/


/*-----start-responsive-design------*/
@media (max-width:1440px){
 
  .sap_tabs {
  margin: 0 auto;
 
}
  
}
@media (max-width:1366px){
  .sap_tabs {
  clear: both;
  margin: 0 auto;
 
  }

}
@media (max-width:1280px){
  .sap_tabs {
  clear: both;
  margin: 0 auto;
 
  }

}
@media (max-width:1024px){
 
 .sap_tabs {
  clear: both;
  margin: 0 auto;
  
  }
 
}
@media (max-width:768px){
  .sap_tabs {
  clear: both;
  margin: 0 auto;
  
  }
 
  
}
@media (max-width:640px){

  .resp-tab-item {
  font-size: 0.9em;
  }
 
}
@media (max-width:480px){
 
  .resp-tab-item {
  font-size: 0.7em;
  }
 
 

}
@media (max-width:320px){
  .wrap {
    margin: 0 auto;
  
  }
  .resp-tab-item {
  font-size: 0.55em;
  }
 
 
  .facts {
  padding: 4% 4% 4% 4%;
  }
 
}
