body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'Lato', sans-serif;
}

p {
  font-size: 1.25rem;
  letter-spacing: .015rem;
  margin-bottom: 1.375rem;
}

ul, ol {
  font-size: 1.25rem;
}

.logo {
  background: url(../images/STLab_Logo.png) no-repeat;
  background-size: contain;
  width: 298px;
  height: 58px;
  margin: 0px auto;
}

.hero {
  padding: 2.5rem 0px 0px 0px;
  background: #f8f9fb url(../images/background-dots.jpg) repeat-x;
  position: relative;
}

.hero h1 {
  font-size: 4.5rem;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1em;
  margin-bottom: 1.875rem;
}

.hero p {
  font-size: 1.625rem;
  line-height: 1.384615385em;
}

.hero img {
  max-width: 100%;
}

.hero .scroll-down {
  width: 75px;
  height: 75px;
  background: #000;
  margin: 0px auto;
  border-radius: 9999px;
  position: relative;
  bottom: -37px;
}


.step {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5em;
  letter-spacing: .2em;
  margin-top: 3em;
  color: #00b8db;
}

.divider {
  height: 2px;
  background-color: #00b8db;
  margin: 1em auto;
  width: 60px;
}


h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
}

h1 {}
h2 {
  font-size: 3.125em;
  line-height: 1.125em;
  margin-top: .25em;
  margin-bottom: 1em;
}

h3 {
  margin-top: 1.5em;
  margin-bottom: .5em;
}
h4 {}
h5 {}
h6 {}

.button {
  font-size: 1.25em;
  font-weight: bold;
  margin-top: 1em;
  padding: .75em 2em;
  background-color: #ff6600;
  border-bottom: solid #e15a00 4px;
}

.button:hover,
.button:active,
.button:focus {
  background-color: #f06000;
}

.footer {
  padding: 2em 0px;
  /*margin-top: 6em !important;*/
}

.footer p {
  margin-bottom: 0px;
  color: #999;
  font-size: 1em;
}

.footer a {
  color: inherit;
  text-decoration: underline;
}


.orange {
  color: #ff6600;
}

.blue {
  color: #00b8db;
}

.mt40 {
  margin-top: 2.5em;
}

.mb40 {
  margin-bottom: 2.5em;
}

.value-table {
  padding: 3em 3em 1em;
  box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.15);
  background-color: #fff;
}

.value-table .item-cell {
  width: 75%;
  float: left;
}

.value-table .value-cell {
  width: 25%;
  float: right;
}

/* Self Clearing Floats */

.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.handwriting {
  font-family: 'Damion', cursive;
}

.fs24 {
  font-size: 1.5rem;
}

.fs48 {
  font-size: 3rem;
}

img {border: none;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}


.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.flt-l{float:left;}
.flt-r{float:right;}
.container{
	max-width:980px;
	margin:0 auto;
	position:relative;
	}
.smal-content{
	float: left;
    width: 100%;
    padding: 0 57px 38px 57px;
    border-radius: 0 0 12px 12px;
    background: #fff;
    box-shadow: 0px 5px 15px 0px #e9e9e9;
	}


.section-1{
	margin:0;
	width:100%;
	background: #f4f4f4;
	float:left;
	font-family: 'Roboto Slab', serif;
	text-align:center;
	}
.section-1 .smal-content{
/* 	background: url(../images/section-1.jpg) no-repeat center top; */
	border-radius:0;
	padding: 0;
	background-size:cover;
	padding:0 57px 0;
	text-align:left;
	}
.comn-testi{
	font-size:17px;
	line-height:21px;
	color:#7a7a7a;
	position:relative;
	float:left;
	width:100%;
	padding-left:110px;
	padding-top:10px;
	min-height:94px;
	border-bottom:1px solid #d4d4d4;
    padding-bottom: 40px;
    margin: 30px 0;
    margin-bottom: -40px;
}
.comn-testi img{
	position:absolute;
	left:0;
	top:0;
}
.comn-testi span{
	font-size:20px;
	line-height:24px;
	font-weight:600;
	color:#272727;
	float:left;
	width:100%;
	padding-bottom:5px;
}

.section-2{
	float:left;
	width:100%;
	margin:0;
	padding:0px 0 50px 0;
	background:#f4f4f4;
	color: #272727;
	text-align:left;
	font-size:22px;
	}
.section-2 .smal-content {
	padding-top: 16px;
	}
.sec-h4{
	float:left;
	width:100%;
	font-weight: 700;
    max-width: 800px;
    margin: 40px 0 0 0;
    line-height: 1.58;
	font-size: 22px;
	}
.sec-txt{
	float:left;
	width:100%;
	font-weight: 400;
    line-height: 1.58;
    margin: 30px 0 0 0;
	text-align:left;
	font-size: 22px;
	}
.sec-txt span{
	text-transform:uppercase;
	font-weight:700;
	}
.sec-div-left{
	float:left;
	width:548px;
	}
.sec-right-img{
	float:right;
	}
.sec-right-img img{
	display:inline-block;
	vertical-align:top;
	margin-top: -44px;
	}
.sec3-right-img img{
	margin-top:0
	}	
	
.sec-h3{
	float:left;
	width:100%;
	font-size:26px;
	margin: 24px 0 0 0;
	line-height: 34px;
	}

.smal-content {
	font-family: 'medium-content-serif-font', serif;
}
.centerheading{
	float:left;
	width:100%;
	font-size:40px;
	font-family: 'medium-content-serif-font', serif;
	font-weight:700;
	text-align:center;
	line-height: 47px;
	margin: 55px 0 0 0;
	}

.centred-img{
	float:left;
	width:100%;
	text-align:center;
	margin-top:40px;
	margin-bottom:20px;
	}
.centred-img img{
	vertical-align:middle;
	vertical-align:middle;
	}
	
.stepHeading{
	float:left;
	width:100%;
	font-size:40px;
	font-family: 'Roboto Slab', serif;
	font-weight:700;
	text-align:center;
	line-height: 50px;
	margin: 50px 0;
	}
.stepHeading span{font-size:50px;}
.stepHeadingb{
	margin-top:14px;
	}
.sec-left-img{
	float:left;
	}
.sec-right-div{
	float:right;
	width:550px;
	}
.warn-sec{
	text-align:center;
	margin:40px 0 0 0;
	}
.sec2-warn-mg{
	margin-top:0px;
	}
.warn-heading{
	font-size:36px;
	font-family: 'Roboto Slab', serif;
	font-weight:700;
	padding:20px 00px;
	line-height:40px;
	background:#fffef8;
	border:2px solid #ffde00;
	border-radius:7px;
	margin-top:-35px;
	}
.warn-heading span{
	color:#fd3030;
	}
.sec3-uls{
	float:left;
    width: 100%;
    margin: 25px 0 0 0px;
	}
.sec3-lis{
    float: left;
    width: 100%;
    color: #272727;
    font-size: 22px;
    line-height: 28px;
    text-align: left;
    margin: 0px 0px 25px 0px;
	box-sizing:border-box;
	background: url(../images/sec2-lis.png) no-repeat top left;
	padding: 0px 0 0 55px;
	}
.sec3-lis:last-child{
	margin:0 0 0 0;
	}
.nexthead{
	text-align:left;
	margin:30px 0 0 0;
	color:#272727;
	font-size:36px;
	}
a.next-btn{
	float:left;
	margin:50px 0 0 0;
	}

/*******************
MEDIA QUERIES
******************/
@media only screen and (max-width:980px){
.container{
	max-width:767px;
	}	
.section-1 .smal-content{
	padding: 0 15px 20px;
	}
.main-hdg{font-size:38px; line-height:42px;}
h1.sec1-h1{
	font-size:50px;
	line-height: 48px;
    background-size: 100%;
	}
.sec-div-left, .sec-right-div{width:350px;}
.sec-right-img img{margin-top:20px;}
.for-desk{display:none;}
p.sec1-p{padding:0;}
}


@media only screen and (max-width:767px){
.container{width:100%; max-width:600px;}
.mob-hide{display:none;}
.comn-testi{margin:20px 0; padding-bottom:20px;}
.main-hdg{font-size:32px; line-height:36px;}
.main-img{margin-top:10px;}
h2.sec1-h2{font-size:32px; line-height:34px; margin:20px 0 0 0;}
h1.sec1-h1{background:#ff5757; font-size:30px; line-height:32px; padding:10px 10px 14px 10px; border-radius:50px;}
p.sec1-p{font-size:22px;}

.sec-div-left, .sec-right-div{width:100%;}
.sec-right-img, .sec-left-img{width:100%; text-align:center;}
.sec-right-img img, .sec-left-img img{display:inline-block; vertical-align:middle;}

.smal-content{padding:0 10px 10px 10px;}

.sec-h4{margin:25px 0 0 0;}
.sec-txt{margin:25px 0 0 0; font-size:20px;}
.sec-h3{font-size:24px; line-height:26px;}

.sec3-lis{font-size:20px; padding-left: 45px;}

.centerheading{ font-size:28px; line-height:34px; margin:30px 0 0 0;}
.centred-img{margin:30px 0 10px 0;}
.centred-img img{max-width:80%;}

.stepHeading{margin:35px 0; font-size:30px; line-height:40px;}
.stepHeading span{font-size:40px;}
.stepHeadingb { margin-top: 14px;}

.warn-heading {font-size: 30px; padding: 26px 00px 10px 00px;}
	
.nexthead{margin-bottom:0;font-size:28px;}

a.next-btn{margin-top:20px;}
a.next-btn img{width:200px;}

}

@media only screen and (max-width:450px){
.comn-testi{padding-top:0;}
}
