body{
  margin: 0px;
  padding: 0px;
  background: #e9eaed;
  color: #000;
  font-family: RobotoDraft,'Helvetica Neue',sans-serif;
  font-size: 14px;
}

.lybrate-tab{
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  color: #333;
}

.lybrate-tab-header{
  background:#fff;
  font-weight: 400;
  width: 100%;
  color: #000;
  font-size: 13px;
  vertical-align: middle;
  min-height:50px;
  padding-bottom:10px;
}

.lybrate-tab-header a{
  color: #000;
  font-size: 13px;
}

.nav_links{
	margin-top:20px;
}
.headerBtn{
	background:#fff;
	color:#000;
	border:1px solid #000;
	padding:5px 10px;
	cursor:pointer;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	display:block;
}


.lybrate-tab-banner{
  height:630px;
  text-align: center;
  width: 100%;
  position: relative;
  color:#fff;
  background-size: cover;
}

.lybrate-tab-banner .btn-Request{
	text-decoration:none;
	display:inline-block;
	float:none;
	background: #c82506;
    font-size: 20px;
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    padding: 12px 20px;
    margin: 20px 0px;
    font-weight: 300;
    max-width:150px;
}


.lybrate-tab-banner-top{
	padding:7% 0 20px 0;
	font-size:24px;
	font-weight:bold;
}

.banner-txt{
	font-weight:300;
	font-size:30px;
	line-height:30px;
}

.lybrate-tab-banner-top img{
	margin-bottom:25px;
	max-width:350px;
}


.lybrate-tab .heading{
  font-weight: 300;
  margin: 20px 0 30px 0;
  font-size: 26px;
  line-height: 26pt;
  padding-bottom: 20px;
  color: #000;
  clear:both;
  text-align:center;
}

.lybrate-tab .heading2{
  font-size: 26px;
  line-height:26pt;
  font-weight: 300;
  margin: 20px 0;
  color: #000;
  clear:both;
  text-align:center;
}

.main-container{
	width:100%;
	padding:20px 0;
}

.simple-content{
	margin:10px 0;
}

.simple-content .innerBox{
    padding: 70px 20px 40px 20px;
    font-size: 14px;
    line-height: 16PT;
    font-family: Helvetica Neue;
}

.simple-content .innerBox h3{
   font-size: 20px;
	 line-height:22pt;
	 font-weight: 300;
}

.faq-strip{
	background:#fff;
}
ul.inline > li, ol.inline > li {
    padding-left: 10px;
    padding-right: 10px;
}
.btn-Request{
	text-decoration:none;
	display:inline-block;
	float:right;
	background: #c82506;
    font-size: 20px;
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    padding: 12px 20px;
    margin: 70px 0 0 20px;
    font-weight: 300;
}

.btn-Request:hover{
    color: #fff;
}

.strip{
	padding:50px;
	display:inline-block;
}
.strip .title{
	font-size:26px;
	font-weight:300;
	margin-bottom:20px;
	
}
.strip .description{
	font-size:18px;
	font-weight:300;
	
}

.lyFaqs{
	font-weight:400;
	padding:0 20px;
	
}
.lyFaqs .question {
	color:#c82506;
	margin:10px 0;
	line-height: 16pt;
	cursor:pointer;
	font-weight:400;
	}
	
.lyFaqs .answer {
	color:#000;
	line-height:16pt;
	font-weight:400;
	display:none;
	}
.mob-visible{
	display:none;
}
.desk-visible{
	display:block;
}
		
@media (max-width: 767px) {
	
.desk-visible{
	display:none !important;
}	
.mob-visible{
	display:block;
}	
.simple-content .innerBox{
    padding: 20px 10px;
	text-align:center;
}
.simple-content img{
	max-width:80%;
	text-align:center;
	margin:0px auto;
	display:block;
}

.lybrate-tab-banner-top img{
	margin-bottom:20px;
	max-width:80%;
}

.banner-txt{
	font-weight:400;
	font-size:20px;
	margin:0px 25px;
}

.strip{
	padding:20px;
	display:inline-block;
}
.strip .title{
	font-size:24px;
	line-height:28px;
	
}
.strip .description{
	font-size:16px;
	
}

.btn-Request {
    padding: 10px;
    font-size: 20px;
    margin: 10px auto;
    float: none;
    text-align: center;
    display: block;
    max-width: 150px;
}
.light-strip-bg .title{
	margin-bottom:5px;
}
.headerBtn{
	display:inline-block;
    padding: 3px 10px;
}
.lybrate-tab .nav_links_phone_item_number{
	display:block;
	padding-top:10px;
}
.logo-bot{
	max-height:24px;
}

.lyFaqs .question {
	line-height:24px;
	}
}
