@charset "UTF-8";
/* Fonts */
@font-face {
	font-family: 'SFUI-regular';
	src: url(../fonts/SF-UI-Display-Regular.ttf);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SFUI-bold';
	src: url(../fonts/sf-ui-display-bold.ttf);
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'SFUI-semibold';
	src: url(../fonts/sf-ui-display-semibold.ttf);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SFUI-heavy';
	src: url(../fonts/sf-ui-display-heavy.ttf);
	font-weight: bold;
	font-style: normal;
}
.right-sec video {
	width: 100%;
}
.swiper-container-home .swiper-wrapper {
	padding-bottom: 40px;
}
.swiper-container-home .swiper-pagination {
	right: 0;
	margin: 0 auto;
}
.change-language  {
	 display: inline-block;
    float: right;
    padding-right: 60px;
	position: relative;
	/* z-index: 9; */
    padding-top: 18px;
}
.change-language a{
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}
/*.logged-in {
	display: none;
}*/
.logged-in {
	position: relative;
}
.loggedin-content {
	position: absolute;
	color: #fff;
}
.logged-in img {
	width: 100%;
	height: 640px;
	object-fit: cover;
}
.logged-in .inner-content {
	max-width: 600px;
	padding-top: 200px;
}
.logged-in .inner-content h2 {
	font-size: 54px;
	font-family: 'SFUI-heavy';
	margin-bottom: 15px;
}
.logged-in .inner-content p {
	color: rgba(255,255,255,0.80);
}
.services {
	position: relative;
	padding: 110px 0;
	background-color: #020959;
}
.services .row {
	text-align: center;
}
.services .col-md-4 {
	float: none;
	display: inline-block;
	width: 32.33%;
}
.services h2 {
	color: #fff;
	text-align: center;
	font-size: 50px;
	margin-bottom: 60px;
}
.services a {
	display: block;
	overflow: hidden;
	background-color: #020a69;
	margin: 0 0 15px 15px;
	padding: 0;
	position: relative;
	height: 450px;
	text-decoration: none;
}
.services .valign {
	display: table;
	height: 100%;
	width: 100%;
}
.services h3 {
	display: table-cell;
	vertical-align: middle;
	padding: 0 60px;
	color: #fff;
	font-size: 36px;
	position: relative;
	z-index: 9;
	line-height: 40px;
	text-align: center;
	transform: translateY(0);
	transition: all 0.8s;
}
.services .line {
	display: block;
	width: 2px;
	transform: translateY(0);
	height: 60px;
	background: #1a7fcd;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 90;
	transition: all 0.7s;
}
.services .service-content {
	position: absolute;
	bottom: 0px;
	width: 100%;
	transform: translateY(0);
	opacity: 0;
	text-decoration: none;
	color: #fff;
	padding: 0 40px;
	transition: all 0.8s;
	text-align: center;
}
.services .service-content .button {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	padding: 0 15px;
	letter-spacing: 1px;
	border-radius: 0;
	font-weight: 600;
	font-size: 14px;
	background-color: #0094ff;
	height: 50px;
	margin-bottom: 10px;
	text-transform: uppercase;
	line-height: 50px;
}
.services a:hover .line {
	top: 32.33%;
	transform: translateY(32.33%);
	transition: all 0.7s;
}
.services a:hover h3 {
	transform: translateY(-35%);
	transition: all 0.8s;
}
.services a:hover .service-content {
	opacity: 1;
	bottom: 40px;
	transform: translateY(-3%);
	transition: all 0.8s;
}
.services .thoery-bg {
	background: url(../img/theory-bg.png) center no-repeat;
}
.services .hazard-bg {
	/*background: url(../img/highway-bg.png) center no-repeat;*/
	background: url(../img/driving-bg.png) center no-repeat;
}
.services .showme-bg {
	background: url(../img/demo4.png) center no-repeat;
}
.services .driving-lessons {
	/*background: url(../img/demo3.png) center no-repeat;*/
	background: url(../img/eglen_ogren.png) center no-repeat;
}
.services .highway-bg {
	background: url(../img/hos_geldiniz.png) center no-repeat;
	/*background: url(../img/demo2.png) center no-repeat;*/
}
.services .common {
	background-size: cover;
	opacity: .1;
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 450px;
	transition: all 1s;
}
.services .service-content p {
	margin: 15px 0;
}
.services a:hover .common {
	opacity: .4;
	transition: all 0.8s;
}
/* New changes */
.question-img {
	padding: 50px 20px 0;
}
.question-img img {
	width: 170px;
}
.video-container {
	position: relative;
}
.video-container .video-loading {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	bottom: 0;
	right: 0;
	width: 64%;
	margin: 0 auto;
	height: 98%;
	background-color: rgba(0,0,0,0.7);
	z-index: 9;
}
.lds-spinner {
	color: official;
	display: inline-block;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -32px;
}
.lds-spinner div {
	transform-origin: 32px 32px;
	animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 29px;
	width: 5px;
	height: 14px;
	border-radius: 20%;
	background: #fff;
}
.lds-spinner div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
}
@keyframes lds-spinner {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
.question-loading {
	z-index: 999;
	right: 0;
	position: absolute;
	top: 58px;
	left: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% - 58px);
	background-color: rgba(0,0,0,0.7);
	border-radius: 0 0 5px 5px;
}
.question-loading .loader {
	width: 20px;
	position: absolute;
	margin: auto;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	height: 20px;
	-webkit-animation: rotating 1.5s linear infinite;
	-moz-animation: rotating 1.5s linear infinite;
	-ms-animation: rotating 1.5s linear infinite;
	-o-animation: rotating 1.5s linear infinite;
	animation: rotating 1.5s linear infinite;
}
@-webkit-keyframes rotating {
from {
-webkit-transform:rotate(0);
-o-transform:rotate(0);
transform:rotate(0)
}
to {
-webkit-transform:rotate(360deg);
-o-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes rotating {
from {
-ms-transform:rotate(0);
-moz-transform:rotate(0);
-webkit-transform:rotate(0);
-o-transform:rotate(0);
transform:rotate(0)
}
to {
-ms-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-webkit-transform:rotate(360deg);
-o-transform:rotate(360deg);
transform:rotate(360deg)
}
}
.webpackage-includes {
	min-height: 429px;
}
.webpackage-includes li {
	text-align: left;
	padding: 17px 10px;
	font-size: 18px;
}
.webpackage-includes li img {
	margin-right: 12px;
}
.section_list {
	overflow: hidden;
	margin: 0 -15px;
}
.section_list li {
	float: left;
	width: 25%;
	padding: 0 15px;
}
.mcq-sections .section_list a {
	position: relative;
	display: table;
	width: 100%;
	font-size: 18px;
	color: #222;
	min-height: 110px;
	font-weight: bold;
	padding: 0 30px;
	border-radius: 10px;
	border: 1px solid #e6e6e6;
	margin-bottom: 20px;
	transition: all 0.3s ease-in-out;
}
.mcq-sections .section_list a span {
	display: table-cell;
	vertical-align: middle;
	max-width: 315px;
}
.mcq-sections .section_list a:after {
	position: absolute;
	content: '';
	top: 44px;
	right: 5px;
	background: url("../img/right-arrow-l.svg") no-repeat;
	height: 20px;
	opacity: 0.7;
	width: 34px;
}
.mcq-sections .section_list a:hover, .mcq-sections .section_list a:focus {
	border: 1px solid #007AFF;
	background-color: #007AFF;
	color: #fff;
	transition: all 0.3s ease-in-out;
}
.mcq-sections .section_list a:hover:after {
	background: url("../img/right-arrow-active.svg") no-repeat;
}
.login-signup-popup {
	position: absolute;
	top: 50%;
	display: none;
	padding: 35px;
	border-radius: 5px;
	width: 26%;
	border: 1px solid #e6e6e6;
	left: 0;
	right: 0;
	margin: -257.5px auto;
	background-color: #fff;
	z-index: 9999;
}
.col-md-6.right-sec {
	margin: 50px 0;
	padding-right: 50px;
}
.hazard-desc {
	position: absolute;
	left: 100px;
	width: 45%;
	height: 83px;
	line-height: 18px;
	display: table;
	overflow: auto;
}
.hazard-desc p {
	display: table-cell;
	font-size: 15px;
	vertical-align: middle;
}
body.overflow {
	overflow: hidden;
}
header {
	position: relative;
	z-index: 99;
}
/* Profile Section */
.profile-section {
	max-width: 965px;
	overflow: hidden;
	font-family: 'Lato', sans-serif;
	margin: 60px auto;
	background-color: #ffffff;
	border: solid 1px #d8e0ed;
}
.remove-container-fluid {
	margin: 0 -100px;
}
.profile-section .container {
	max-width: 100%;
	padding: 0;
	width: auto;
}
.profile-left-sec {
	width: 24%;
	float: left;
}
.profile-right-sec, .password-right-sec, .email-right-sec {
	width: 76%;
	float: left;
}
.profile-left-sec .nav-tabs {
	border-bottom: 0px;
	position: relative;
}
.profile-left-sec ul {
	padding: 0;
}
.profile-left-sec li {
	display: block;
	width: 100%;
}
.profile-left-sec li a {
	display: block;
	outline: none;
	border: none;
	border-radius: 0px;
	text-transform: uppercase;
	color: #666666;
	background-color: transparent;
}
.profile-left-sec .nav>li>a {
	padding: 15px;
	margin-right: 0;
	border-left: solid 3px transparent;
}
.profile-left-sec .nav-tabs>li.active>a {
	border: none;
	position: relative;
	font-weight: 600;
	color: #0080ff;
	border-left: solid 3px #0080ff;
}
.profile-left-sec .nav-tabs>li>a:hover, .profile-left-sec .nav-tabs>li>a:focus {
	color: #0080ff;
	background-color: transparent;
}
.profile-right-sec, .password-right-sec, .email-right-sec {
	position: relative;
	display: block;
	padding: 35px 70px 47px 100px;
	border-left: 1px solid #d8e0ed;
}
.email-right-sec {
	padding-bottom: 51px;
}
.password-right-sec {
	padding-bottom: 102px;
}
.profile-section .profile-img {
	position: relative;
	margin-bottom: 36px;
	margin-left: 12px;
}
.profile-section .profile-img img, .profile-img h2 {
	display: inline-block;
	vertical-align: middle;
}
.profile-section .profile-img h2 {
	font-size: 24px;
	font-weight: bold;
	padding-left: 21px;
	color: #222222;
}
.profile-section .profile-img img {
	width: 84px;
	height: 84px;
	border-radius: 50px;
}
.profile-right-sec label, .password-right-sec label {
	font-size: 14px;
	color: #222;
	font-weight: bold;
	min-width: 85px;
	text-transform: capitalize;
}
.password-right-sec label {
	min-width: auto;
	vertical-align: middle;
	width: 18%;
}
.profile-right-sec .form-group, .password-right-sec .form-group {
	margin-bottom: 23px;
	width: 80%;
}
.password-right-sec .form-group {
	width: 100%;
}
.profile-right-sec .form-group .form-control-clear, .password-right-sec .form-group .form-control-clear {
	right: 30px;
}
.profile-right-sec .form-control, .password-right-sec .form-control {
	width: 77%;
	padding: 0 34px 0 15px;
	display: inline-block;
	height: 37px;
	background-color: #ffffff;
	border-radius: 0px;
	box-shadow: none;
	outline: none;
	border: solid 1px #dedede;
}
.password-right-sec .form-control {
	width: 50%;
	padding-right: 15px;
}
.profile-section input[type="file"] {
	display: none;
}
.profile-section .profile-img label {
	display: inline-block;
	height: 84px;
	border-radius: 50px;
	cursor: pointer;
}
.password-right-sec .form-control {
	background-color: #fafafa;
}
.password-right-sec .form-control {
	min-width: 250px;
}
.profile-right-sec button, .password-right-sec button, .email-sms button {
	min-width: 180px;
	height: 50px;
	border-radius: 50px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
	box-shadow: none;
	outline: none;
	border: none;
	background: #0080ff;
}
.profile-right-sec button:hover, .password-right-sec button:hover, .profile-right-sec button:focus, .password-right-sec button:focus {
	color: #fff;
}
.password-right-sec button:disabled {
	background-color: #f37500;
	opacity: .3;
}
.back-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.8);
	z-index: 999;
	display: none;
}
/* Payment Custom Popup */
#cont {
	position: relative;
	width: 26px;
	height: 26px;
	margin: 0;
	display: inline-block;
}
#svg {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
 
#svg #bar {
	stroke: #4664f8;
}
.line {
	width: 10px;
	height: 300px;
	height: 200px;
}
.vertical-spacer {
	height: 3%;
}
.loggedin-email {
	text-align: center;
}
.header-logo {
	position: relative;
	margin-bottom: 6px;
	height: 35px;
}
.why-testlane .content .download-now
{
	display:block;
	position:relative;
	width:100%;
	float:left;
}
.payment-popup {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 999;
	display: none;
	margin: -150px -184px;
}
.logo-wrap {
	position: absolute;
	top: -38px;
	right: 0;
	left: 0;
	width: 70px;
	height: 70px;
	margin: 0 auto;
}
.logo-bevel {
	border: 1px solid rgba(0,0,0,.2);
	width: 64px;
	height: 64px;
	border-radius: 100%;
	box-shadow: inset 0 1px 0 0 hsla(0,0%,100%,.1);
	position: absolute;
	top: 3px;
	left: 3px;
}
.logo-border {
	border: 3px solid #fff;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	box-shadow: 0 0 0 1px rgba(0,0,0,.18), 0 2px 2px 0 rgba(0,0,0,.08);
	position: absolute;
	top: 0;
	left: 0;
}
.logo-img {
	width: 64px;
	height: 64px;
	margin: 3px;
	border-radius: 100%;
	background: #fff;
	background-position: center;
	background-size: contain;
	background-image: url(../img/logo.png);
	display: inline-block;
	object-fit: cover;
	background-repeat: no-repeat;
}
.PaymentMethodSelector-wrapper {
	width: 100%;
	position: relative;
	background-color: #e8e9eb;
}
.PaymentMethodSelector-edge {
	border-top: 1px solid #fff;
	box-shadow: 0 -1px 0 0 #d2d2d3;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: 100%;
	height: 4px;
	background-color: #f5f5f7;
	margin-bottom: -3px;
}
.payment-popup form {
	position: relative;
	padding: 38px 36px 0px;
}
.payment-popup form fieldset {
	position: relative;
	background: #fff;
	box-shadow: inset 0 1px 1px 0 hsla(240,1%,49%,.3), 0 1px 0 0 hsla(0,0%,100%,.7);
}
.payment-popup form .form-group {
	margin-bottom: 0;
}
.payment-popup form .form-control {
	height: 37px;
	border-radius: 0px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	padding: 9px;
	padding-left: 29px;
	font-size: 15px;
	color: #000;
}
.Textbox-iconLeft {
	position: absolute;
	top: 4px;
	left: 0;
	bottom: 0;
	pointer-events: none;
}
.Textbox-iconLeft svg {
	width: 30px;
	height: 30px;
}
.payment-popup .display-inline .form-group {
	position: relative;
	width: 50%;
	float: left;
}
.payment-button button {
	position: relative;
	border-radius: 4px;
	width: 100%;
	background-color: #3ea8e5;
	background-image: linear-gradient(-180deg, #44b1e8, #3098de);
	box-shadow: 0 1px 0 0 rgba(46,86,153,.15), inset 0 1px 0 0 rgba(46,86,153,.1), inset 0 -1px 0 0 rgba(46,86,153,.4);
	font-size: 17px;
	line-height: 21px;
	height: 37px;
	margin-top: 36px;
	font-weight: 700;
	text-shadow: 0 -1px 0 rgba(0,0,0,.12);
	color: #fff;
	cursor: pointer;
	transition: all .2s ease-in-out;
}
.mr-2, .mx-2 {
	margin-right: .5rem!important;
}
.main {
	display: inline-block;
	border-radius: 6px;
	width: 300px;
	padding-bottom: 36px;
	position: relative;
	background-color: #f5f5f7;
	box-shadow: 0 12px 30px 0 rgba(0,0,0,.5), inset 0 1px 0 0 hsla(0,0%,100%,.65);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.payment-popup .header {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	display: block;
	position: relative;
	height: 140px;
	padding: 12px 36px;
	text-align: center;
	background-color: #e8e9eb;
}
.Header-navClose {
	position: absolute;
	background: url(../img/close.png);
	background-size: 17px;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	background-position: 4px 4px;
	right: 6px;
	top: 6px;
}
.popup-title {
	font-size: 17px;
	font-weight: 700;
	color: #000;
	margin: 0;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
}
.popup-sub {
	font-size: 13px;
	font-weight: 500;
	color: #5b5b65;
	margin: 10px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	padding-bottom: 6px;
}
/* End of Payment Popup */
.options.option-img li {
	float: left;
	width: 47%;
	margin-right: 15px;
}
.options.option-img li label {
	display: none;
}
.options.option-img li .opt-img label {
	display: block;
	padding: 10px 0;
	text-align: center;
}
.options.option-img li .opt-img label img {
	margin: 0 auto;
	width: 80px;
	height: 80px;
	object-fit: cover;
}
input[type=radio]:checked ~ .opt-img label.correct-answer {
	background-color: #35A24D;
}
.hazard-test-page {
	padding: 20px 0 80px;
}
.options .correct-answer label {
	background-color: #35A24D !important;
	color: #fff;
}
.options .wrong-answer label {
	background-color: #E22424 !important;
	color: #fff;
}
input[type=radio]:checked ~ .opt-img label.wrong-answer {
	background-color: #E22424;
}
.ap-content {
	padding: 40px 0 80px
}
.types-of-data strong {
	padding-right: 4px;
}
.ap-content h4 {
	margin-bottom: 15px;
}
.ap-content.faq {
	background-color: #fcfcfc
}
.ap-content.terms p {
	margin-bottom: 22px
}
.ap-content .section-title h1 {
	position: relative;
	overflow: hidden
}
.ap-content .section-title h1:after {
	content: '';
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 1px;
	margin-right: -100%;
	border-top: 1px solid #e6e6e6
}
.ap-content h2 {
	margin: 1.875rem 0;
	font-size: 28px
}
.ap-content ul {
	padding-left: 25px
}
.ap-content p, .ap-content ul li {
	margin-bottom: 10px;
	position: relative
}
.ap-content ul li {
	padding-left: 15px
}
.ap-content ul li:before {
	content: "\2022";
	position: absolute;
	left: 0
}
.hazard-play-date-time .hazard-date, .hazard-play-date-time .hazard-time {
	display: inline-block;
}
.hazard-play-date-time .hazard-date span:last-of-type, .hazard-play-date-time .hazard-time:last-of-type {
	padding-left: 5px;
}
.hazard-play-date-time .seperator {
	padding: 0 10px;
}
.app-img {
	text-align: center;
	position: relative;
	height: calc(100vh - 80px);
}
.app-img .homescreen {
	position: absolute;
	bottom: -60px;
	left: -80px;
	right: 0;
	margin: 0 auto;
}
.app-img .homescreen img {
	max-width: 400px;
}
/*.app-img{
	    background: url(../img/iPhonex-header.png) no-repeat center center / cover;

}*/
.app-img .background {
	position: absolute;
	z-index: -1;
	left: -80px;
	right: 0;
	bottom: 0;
}
.app-img .background img {
	max-width: 660px;
}
.language-dropdown img {
	vertical-align: middle;
	padding-left: 3px;
	position: relative;
	top: -1px;
}
.language-dropdown .dropdown-menu {
	padding: 0;
}
.language-dropdown .dropdown-menu a {
	padding: 10px;
}
.language-dropdown .dropdown-menu img {
	width: 40px;
	height: 24px;
	object-fit: cover;
	margin-right: 8px;
}
.hazard-result {
	position: relative;
	z-index: 9;
	width: 70%;
	border: 1px solid #ddd;
	overflow: hidden;
	background-color: #fff;
	margin: 40px auto 0;
}
.hazard-result .result-status h2 {
	color: #3DBB59;
}
.hazard-result.failed .result-status h2 {
	color: #D24D4B;
}
.hazard-result .header {
	padding: 20px 0;
}
.opt-img:hover label {
	color: #222;
}
.hazard-result .header .back-nav {
	float: left;
	padding-left: 20px;
}
.hazard-result .header h3 {
	display: inline-block;
}
.result-container {
	border-top: 1px solid #ddd;
}
.result-container .number {
	float: left;
	font-size: 24px;
	margin-right: 4px;
}
.hazard-title:after {
	clear: both;
	content: '';
	display: block;
}
.plr20 {
	padding: 0 20px;
}
.hazard-description, .hazard-title span {
	float: left;
}
.hazard-description {
	padding-left: 6px;
}
.hazard-result-score span, .hazard-result-score a {
	font-size: 17px;
	color: #007FFD;
}
.hazard-result .result-score {
	background-image: linear-gradient(-226deg, #3DBB59 0%, #35A24D 100%);
	padding: 25px 30px;
	width: 40%;
	border-radius: 7px;
	color: #fff;
	margin: 15px auto;
}
.hazard-result.failed .result-score {
	background-image: linear-gradient(-201deg, #D24D4B 26%, #BF4644 94%);
}
.result-container li {
	text-align: left;
	float: left;
	width: 50%;
	min-height: 178px;
	padding: 15px 20px;
	border-bottom: 1px solid #ddd;
}
.result-container li:nth-child(2n) {
	border-left: 1px solid #ddd;
}
.result-container li:nth-child(20), .result-container li:nth-child(19) {
	border-bottom: none;
}
.regular {
	font-family: 'SFUI-regular';
}
.semibold {
	font-family: 'SFUI-semibold';
}
.bold {
	font-family: 'SFUI-bold';
}
.heavy {
	font-family: 'SFUI-heavy';
}
ul {
	list-style: none;
}
.options li label.loading {
	position: relative;
	cursor: not-allowed;
}
.loading:after {
	position: absolute;
	left: 0;
	content: '';
	top: 0;
	width: 100%;
	z-index: -1;
	opacity: 0.25;
	border-radius: 5px;
	height: 100%;
	background-image: repeating-linear-gradient( -45deg, rgba(0,0,0,0.3), rgba(0,0,0,0.3) 11px, #fff 10px, #fff 20px /* determines size */
 );
	background-size: 28px 28px;
	animation: move .5s linear infinite;
}
@keyframes move {
 0% {
 background-position: 0 0;
}
 100% {
 background-position: 28px 0;
}
}
/* Loader */
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
	display: none;
}
#overlay {
	position: fixed;
	top: 81px;
	left: 0;
	padding: 5px;
	overflow: hidden;
	justify-content: center;
	-webkit-justify-content: center;
	width: 100%;
	z-index: 99999;
	height: 100%;
	background: #fcfefc;
	transition: 1s opacity ease-in;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center
}
#overlay img {
	margin-top: -120px;
}
/* Scrollbar */
::-webkit-scrollbar {
 width:7px;
 height:7px;
 background-color: #f2f2f2;
 border-radius:10px
}
::-webkit-scrollbar-thumb {
 cursor:pointer;
 background-color: #afafaf;
 border-radius:10px
}
::-moz-scrollbar {
 width:7px;
 height:7px;
 background-color: #f2f2f2;
 border-radius:10px
}
::-moz-scrollbar-thumb {
 cursor:pointer;
 background-color: #afafaf;
 border-radius:10px
}
/* Normalise CSS */

.login-form fieldset.register-fields .form-group:nth-child(2) {
	border-bottom: 1px solid #C7D2DC;
}
.form-btns.order input {
	order: 2;
}
.form-btns.order a {
	order: 1;
}
.signup-content, .forgot-password-content {
	display: none;
}
html, body {
	margin: 0;
	padding: 0;
	line-height: 24px;
	font-size: 16px;
	color: #222;
	height: 100%;
	width: 100%;
}
h1, h2, h3, h4, h5, h6, p, ul {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
a:hover, a:focus {
	outline: none;
	border: none;
	text-decoration: none;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
button {
	-webkit-appearance: none;
	outline: none;
}
button:hover, button:focus, .btn-default:active:focus, .btn-default:active:hover, .btn:active:focus, .btn:focus {
	outline: none;
	border: none;
	box-shadow: none;
}
.form-control:-webkit-autofill {
 -webkit-box-shadow:0 0 0 100px #fff inset;
 box-shadow:0 0 0 100px #fff inset;
 -webkit-text-fill-color:#222;
 transition:background-color 5000s ease-in-out 0s
}
/* Login Page */
.login-container .col-md-6 {
	padding: 0;
}
.testlane-intro {
	padding: 120px 60px 30px 80px;
}
.testlane-intro h1 {
	font-size: 50px;
	margin-bottom: 20px;
	line-height: 58px;
}
.testlane-intro p {
	margin-bottom: 12px;
}
.intro-actions .button, .intro-actions .bordered-button {
	min-width: 180px;
	height: 60px;
	line-height: 60px;
}
.intro-actions {
	margin-top: 25px;
}
.intro-actions div {
	display: inline-block;
}
.intro-actions .bordered-button {
	top: auto;
}
.testlane-intro p {
	color: #666;
	font-size: 16px;
	line-height: 26px;
}
.home-header .col-md-6 .img {
	background-position: center center;
	background-size: contain;
	height: calc(100vh - 120px);
}
.section-title h1 {
	font-size: 42px;
	letter-spacing: 1px;
	margin-bottom: 8px;
}
.blue {
	color: #0080FF;
}
.login-content p {
	color: #72787E;
	font-size: 16px;
	line-height: 28px;
	max-width: 450px;
}
.login-content .login-form {
	max-width: 380px;
	margin: 40px 0 0 0;
}
.login-form fieldset {
	border: 1px solid #C7D2DC;
	border-radius: 4px;
	margin-bottom: 24px;
}
.login-form.signup-form fieldset {
	margin-bottom: 36px;
}
.login-form fieldset .form-group {
	margin-bottom: 0;
}
.login-form fieldset .form-group:first-of-type {
	border-bottom: 1px solid #C7D2DC;
}
.login-form.signup-form fieldset .form-group:nth-child(1), .login-form.signup-form fieldset .form-group:nth-child(2) {
	border-bottom: 1px solid #C7D2DC;
}
.login-form fieldset .form-control, .send-msg .form-control {
	border: none;
	font-size: 16px;
	color: #222;
	padding-left: 20px;
	background-color: transparent;
	border-radius: 0;
	height: 58px;
	box-shadow: none;
}
.login-form fieldset.forgot-fields .form-group {
	border-bottom: none;
}
.send-msg .form-control {
	border: 1px solid #ddd;
}
/*.login-form input[type="email"] {
	background: url(../img/email.svg) calc(9% - 15px) center no-repeat;
}
.login-form input[type="password"] {
	background: url(../img/password.svg) calc(10% - 15px) center no-repeat;

}*/
.login-form fieldset .form-control:focus, .login-form fieldset .form-control:hover, .send-msg .form-control:hover, .send-msg .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	transition: none;
}
.remember-me {
	display: inline-block;
	margin-bottom: 17px;
}
.remember-me .checkbox input[type="checkbox"] {
	margin-top: 6px;
	;
}
.checkbox span {
	position: relative;
	top: 1px;
}
.remember-me span {
	color: #222;
}
.forgot-password, .create-account {
	display: inline-block;
	float: right;
	margin-top: 9px;
}
.forgot-password a:hover, .login-form .back-to-login a:hover {
	color: #0080FF;
}
.login-form fieldset .form-group.border-bottom-none {
	border-bottom: none;
}
.login-form .back-to-login p, .login-form .back-to-login a {
	display: inline-block;
}
.login-form .back-to-login p {
	margin-right: 6px;
}
.button, .bordered-button {
	min-width: 150px;
	height: 54px;
	line-height: 27px;
	border: none;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background-color: #0080FF;
	border-radius: 4px;
	transition: all 0.6s ease;
}
.bordered-button {
	position: relative;
	top: 2px;
	line-height: 50px;
	margin: 0 0 0 8px;
	background-color: transparent;
	border: 1px solid #d8d8d8;
	color: #666;
}
.bordered-button:hover, .bordered-button:focus, .bordered-button:active, .bordered-button:active:hover {
	border: 1px solid #999;
	color: #333;
	transition: all 0.6s ease;
}
.button:hover, .button:focus, .button:active:focus, .button:active, .button:active:hover {
	background-color: #0080FF;
	border: none;
	box-shadow: 1.251px 7.902px 27px 0px rgba(0, 136, 255, 0.3);
	color: #fff;
	transition: all 0.6s ease;
}
.copyright {
	position: relative;
	display: inline-block;
	color: #72787E;
	padding-top: 30px;
}
.copyright span {
	margin-right: 4px;
}
.copyright span:last-of-type {
	margin-right: 0;
}
.user-img img {
	width: 44px;
	height: 44px;
	object-fit: cover;
	border-radius: 50px;
}
/* Homepage */
.site-wrapper {
	/*padding-top: 80px;*/
	padding-top: 0px;
    overflow: hidden;
    
}
.site-wrapper.hazard-test-page {
	padding-top: 110px;
}
.hazard-test-page .section-title {
	margin-bottom: 20px;
}
.container-fluid {
	padding: 0 100px;
}
.navbar-default {
	margin-bottom: 0;
	background-color: #fff;
	border-bottom: 1px solid #e6e6e6;
	/*-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .08);
	-moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .08);
	-o-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .08);*/
	min-height: 80px;
}
.navbar-brand {
	height: auto;
}
.navbar-brand>img {
	height: 50px;
	display: inline-block;
}
.navbar-brand span {
	color: #222;
	font-size: 18px;
	margin-left: 10px;
	vertical-align: middle;
	font-weight: bold;
}
.navbar-default .navbar-nav>li>a {
	padding: 28.5px 18px;
	font-size: 16px;
	color: #222;
	border-top: 3px solid transparent;
	transition: all 0.3s ease-in-out;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li.active>a:hover {
	/*color: #007FFD;*/
	background-color: #fafafa;
	border-top: 3px solid #007FFD;
	transition: all 0.3s ease-in-out;
}
.navbar-default .navbar-nav>li.profile>a:hover, .navbar-default .navbar-nav>li.profile>a:focus, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color: #fafafa;
	border-top: 3px solid #fafafa;
	color: #222;
	transition: all 0.3s ease-in-out;
}
.navbar-default .navbar-nav>li.profile>a {
	padding: 15.5px 10px;
}
.navbar-default .navbar-nav>li.profile>a .user-img {
	display: inline-block;
	margin-right: 6px;
}
.navbar-default .navbar-nav>li.profile>a>p {
	display: inline-block;
	vertical-align: middle;
}
.arrow-down {
	margin-left: 7px;
	vertical-align: middle;
}
.navbar-default .navbar-nav>.active>a {
	background-color: transparent;
	/*color: #007FFD;*/
	border-top: 3px solid #007FFD;
	transition: all 0.3s ease-in-out;
}
.light-blue {
	background-color: #f7fafd;
}
/* What it includes */
.what-it-includes {
	padding: 70px 0;
	position: relative;
}
.what-it-includes:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 50px;
	background-color: #f7fafd;
}
.download-now {
	margin-top: 20px;
}
.download-now li {
	float: left;
}
.download-now li:last-of-type {
	margin-left: 20px;
}
.download-now li a {
	display: block;
}
.grid-box {
	background-color: #fff;
	border-radius: 30px;
	min-height: 280px;
	padding: 20px 25px;
	text-align: center;
	box-shadow: -3.661px 41.84px 81px 0px rgba(0, 128, 255, 0.03);
	transition: box-shadow 0.6s ease-in-out;
}
.grid-box:hover {
	box-shadow: -2.93px 8.51px 40px 0px rgba(0, 128, 255, 0.18);
	transition: box-shadow 0.6s ease-in-out;
}
.grid-box .box-content {
	padding: 7px 0;
}
.grid-box .box-content p {
	color: #555;
	font-size: 15px;
	min-height: 100px;
	line-height: 22px;
}
.t30 {
	position: relative;
	top: -30px;
}
.grid-box .box-action a {
	color: #0080ff;
}
.grid-box .box-action a img {
	transition: padding-left 0.5s ease;
}
.grid-box .box-action a span {
	margin-right: 5px;
}
.grid-box .box-action a:hover img {
	padding-left: 5px;
	transition: padding-left 0.5s ease;
}
.grid-box .box-img {
	height: 60px;
	margin-bottom: 8px;
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
}
.grid-box .box-img img.w40 {
	width: 45px;
}
.grid-box .box-img img {
	width: 60px;
	margin: 0 auto;
}
/* Why Tetslane*/
.why-testlane {
	color: #fff;
	position: relative;
	overflow: hidden;
	background-image: -moz-linear-gradient( 127deg, rgb(0,128,255) 0%, rgb(85,170,255) 100%);
	background-image: -webkit-linear-gradient( 127deg, rgb(0,128,255) 0%, rgb(85,170,255) 100%);
	background-image: -ms-linear-gradient( 127deg, rgb(0,128,255) 0%, rgb(85,170,255) 100%);
}
.why-testlane .content {
	padding: 260px 0 0;
}
.why-testlane .content h1 {
	margin-bottom: 15px;
	font-size: 44px;
}
.why-testlane .content p {
	padding: 10px 0;
	font-size: 18px;
}
.why-testlane .content .bordered-button {
	color: #fff;
	margin-top: 24px;
	border-radius: 50px;
	margin-left: 0;
	border: 2px solid #fff;
	padding: 0 50px;
	transition: all 0.4s ease-in-out;
}
.why-testlane .content .bordered-button:hover {
	background-color: #fff;
	color: #3399ff;
	transition: all 0.4s ease-in-out;
}
.why-testlane:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	width: 100%;
	height:0;
	/*height: 220px;*/
}
.white {
	color: #fff;
}
/* Pricing */
.pricing {
	padding: 70px 0;
	position: relative;
	/*margin-top: -220px;*/
}
.pricing .package {
	background-color: #fff;
	padding: 35px 30px;
	text-align: center;
	box-shadow: -3.661px 41.84px 81px 0px rgba(0, 128, 255, 0.03);
	transition: box-shadow 0.6s ease-in-out;
	border-radius: 30px;
}
.pricing .package:hover {
	box-shadow: -2.93px 8.51px 40px 0px rgba(0, 128, 255, 0.18);
	transition: box-shadow 0.6s ease-in-out;
}
.package-img {
	margin-bottom: 20px;
}
.package-price {
	margin: 5px 0 12px;
}
.package-content {
	color: #555555;
	margin-bottom: 20px;
}
.choose-now a {
	display: block;
	text-decoration: none;
	color: #fff;
	height: 48px;
	margin: 0 auto;
	max-width: 264px;
	line-height: 48px;
	border-radius: 50px;
	background-color: #0080ff;
	text-align: center;
	transition: all 0.4s ease-in-out;
}
.choose-now a:hover {
	color: #fff;
	box-shadow: -2.084px 11.818px 35px 0px rgba(2, 122, 241, 0.24);
	transition: all 0.4s ease-in-out;
}
.uppercase {
	text-transform: uppercase;
}
footer {
	padding: 15px 0;
	background-color: #0080ff;
	color: #fff;
}
footer .social {
	text-align: right;
}
footer .social li {
	display: inline-block;
	padding: 0 10px;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover, footer a:focus {
	color: #fff;
}
footer p span {
	padding: 0 7px;
}
/* MCQ Test */
.start-test {
	display: none;
}
.main-container-wrapper {
	padding-top: 40px;
	min-height: 900px;
}
.start-test-dialog {
	padding: 40px;
	border: 1px solid #e6e6e6;
	transition: 0.3s;
	margin-bottom: 25px;
	border-radius: 4px;
}
.start-test-dialog .theory-intro {
	padding-bottom: 20px;
}
.start-test-dialog .theory-intro h2 {
	text-transform: capitalize;
}
.start-test-dialog .theory-intro a {
	display: inline-block;
	color: #fff;
	background-color: #007AFF;
	border-radius: 4px;
	padding: 14px 60px;
	margin: 15px 0 0;
	font-size: 18px;
	transition: all 0.6s ease;
}
.start-test-dialog .theory-intro a:hover, .start-test-dialog .theory-intro a:focus {
	background-color: #0080FF;
	border: none;
	box-shadow: 1.251px 7.902px 27px 0px rgba(0, 136, 255, 0.3);
	color: #fff;
	transition: all 0.6s ease;
}
.start-test-dialog .content p, .start-test-dialog .content ul li {
	color: #555;
	margin-bottom: 10px;
}
.start-test-dialog .content ul {
	list-style: disc;
	padding-left: 40px;
}
.section-title {
	margin-bottom: 36px;
}
.mcq-test {
	overflow: hidden;
	padding-bottom: 60px;
}
.question-scroller {
	overflow: auto;
	margin-right: -30px;
	padding-right: 30px;
	height: calc(100vh - 60vh);
}
.section-questions .question-list {
	padding-bottom: 115px;
}
.site-wrapper .section-title h1 {
	font-size: 36px;
	margin-bottom: 7px;
}
.section-title p {
	color: #666;
}
#magic-line {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	background: #007FFD;
}
.tabs {
	position: relative;
	display: block;
	margin-bottom: 24px;
	padding-right: 30px;
	min-height: 38px;
	border-bottom: 1px solid #D7DFE6;
}
.tabs li {
	list-style: none;
	float: left;
	margin-right: 10px;
	transition: all 0.4s ease-in-out;
}
.tabs li:last-of-type {
	margin-right: 0;
}
.tabs li a {
	display: block;
	padding: 0 18px 10px 0;
	border-bottom: 3px solid transparent;
	color: #222;
	transition: all 0.4s ease-in-out;
}
.tabs li.active a {
	border-bottom: 3px solid #007FFD;
}
.tabs li:hover a {
	border-bottom: 3px solid #007FFD;
	transition: all 0.4s ease-in-out;
}
#section-one .col-md-3 {
	padding: 0;
	width: 20%;
}
.main-test #section-one .col-md-3 {
	width: 25%;
}
.section-list {
	border: 1px solid #D7DFE6;
	background-color: #FCFCFC;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow: hidden;
}
.section-questions {
	border-top-right-radius: 5px;
	overflow: hidden;
	border-left: none;
	border-bottom-right-radius: 5px;
}
/*.section-list ul {
	height: 75vh;
	overflow: auto;
}*/
.section-list li {
	display: block;
	transition: all 0.4s ease-in-out;
}
.section-list li:hover {
	background-color: #ebebeb;
	transition: all 0.4s ease-in-out;
}
.section-list li:hover a {
	color: #222;
	transition: all 0.4s ease-in-out;
}
.section-list li a {
	position: relative;
	display: block;
	transition: all 0.4s ease-in-out;
	padding: 16px 25px;
	color: #777;
}
.section-list li a:after {
	position: absolute;
	content: '';
	top: 50%;
	right: 30px;
	background: url(../img/right-arrow.svg) no-repeat;
	width: 14px;
	margin: -7px 0;
	height: 13px;
	transition: all 0.3s ease-in-out;
	opacity: 0.5;
	z-index: 3;
}
.section-list li.active a:after {
	opacity: 1;
}
.section-list li.active {
	background-color: #ebebeb;
}
.section-list li a:hover:after {
	opacity: 1;
	transition: all 0.3s ease-in-out;
}
.section-list li.active a {
	color: #2A2727;
}
.mcq-test .col-md-9, .mcq-test .col-md-3 {
	padding: 0;
}
.mcq-test .col-md-9.q-9, .main-test .col-md-9 {
	width: 60%;
	border-radius: 5px;
	position: relative;
	background: url(../img/bg.png) no-repeat center center / cover;
}
.mcq-test .col-md-9.q-9 {
	width: 80%;
	border-radius: 5px;
}
.main-test .col-md-9 {
	width: 75%;
	padding: 0;
}
.section-questions .header {
	padding: 0 30px;
}
.section-questions .header h2 {
	color: #fff;
	display: inline-block;
	font-weight: 500;
	font-size: 24px;
	line-height: 56px;
}
.section-questions .header, .section-list .header {
	position: relative;
	text-align: left;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	min-height: 56px;
}
.section-questions .header .question-slider {
	margin: 0;
	display: inline-block;
	float: right;
	padding: 0;
	line-height: 56px;
}
.section-questions .header .question-slider .timer {
	float: none;
}
.section-questions .header h3 {
	display: inline-block;
}
.section-questions .header .end-test {
	position: absolute;
	right: 36px;
	top: 15px;
}
.section-list .header h3 {
	font-weight: 400;
	font-size: 24px;
	text-align: left;
	padding-left: 25px;
	line-height: 56px;
	color: #222;
}
.section-questions .header h3 {
	line-height: 56px;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	font-weight: 400;
	color: #fff;
}
.section-questions .question-name {
	width: 100%;
}
.section-questions .header .result-title, .section-complete .section-questions .header h3, .section-complete .question-slider, .section-complete .question-list, .result {
	display: none;
}
.section-complete .section-questions .header .result-title, .section-complete .result {
	display: block;
}
.result-wrapper {
	text-align: center;
	max-width: 460px;
	color: #fff;
	min-height: 170px;
	background-image: linear-gradient(-201deg, #3D9AFF 26%, #007AFF 97%);
	margin: 40px auto;
	padding: 36px 80px;
	border-radius: 10px;
}
.marks h3 {
	color: #fff;
}
.result .marks .actions .bordered-button {
	color: #fff;
}
.result .marks .actions .bordered-button:hover {
	background-color: #fff;
	color: #222;
	transition: all 0.4s ease-in-out;
}
.result-wrapper p {
	font-size: 24px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-weight: 300;
}
.result-wrapper h1 {
	font-size: 110px;
}
.marks .right-answers, .marks .wrong-answers {
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}
.marks .wrong-answers {
	border-top: none;
}
.marks .right-answers .wrapper, .marks .wrong-answers .wrapper {
	position: relative;
	padding: 20px 90px;
	margin: 0 auto;
	max-width: 500px;
}
.result .actions {
	margin: 50px auto;
	max-width: 500px;
}
.result .actions a {
	line-height: 50px;
	width: 48%;
}
.marks .right-answers h2, .marks .wrong-answers h2 {
	float: right;
	font-size: 24px;
}
.marks .right-answers h3, .marks .wrong-answers h3 {
	font-size: 22px;
}
.marks .right-answers h2 {
	color: #3DBB59;
}
.marks .wrong-answers h2 {
	color: #D24D4B;
}
.marks .right-answers h3, .marks .wrong-answers h3, .marks .right-answers h2, .marks .wrong-answers h2 {
	display: inline-block;
}
.question {
	position: relative;
	padding: 30px;
	background-color: #f9f9f9;
	width: 95%;
	margin: 20px auto 0;
	border-radius: 30px;
}
.question-slider {
	margin: 15px 0 0;
	padding: 0 30px;
}
.question-slider .slider {
	width: 50%;
	margin: 5px auto 0;
}
.question-slider .slider .baseline {
	stroke: #EFEFEF;
}
.question-slider .slider svg {
	height: 102px;
}
.question-slider .slider .baseline {
	stroke-width: 3;
}
.question-slider .slider .baseline, .question-slider .slider .mainline {
	stroke-linecap: round;
}
.question-slider h2 {
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	text-align: left;
	display: inline-block;
}
.question-slider #slider {
	text-align: center;
	width: 100% !important;
	margin: 0 auto;
}
.ldBar-label {
	display: none;
}
.question-name:after, .options:after {
	content: '';
	clear: both;
	display: block;
}
.question span {
	color: #222;
	float: left;
	font-size: 25px;
	font-weight: 500;
	vertical-align: top;
	margin: 5px 8px 0 0;
}
.question h1 {
	float: left;
	font-size: 25px;
	width: 96%;
	line-height: 36px;
	color: #222;
	max-width: 1200px;
}
.options {
	margin: 20px 0 25px;
}
.options li {
	display: block;
	color: #222;
	border: 1px solid #D3D3D3;
	margin-bottom: 15px;
	border-radius: 50px;
	position: relative;
	transition: all 0.3s ease-in-out;
}
.options li.right {
	background-color: rgba(61,187,89,0.15);
}
.options li.right:hover {
	background-color: rgba(61,187,89,0.15);
}
.options li.wrong {
	background-color: rgba(210,77,75,0.15);
}
.options li.wrong:hover {
	background-color: rgba(210,77,75,0.15);
}
.options li:hover, .options li:focus {
	color: #222;
}
/* Custom Radio Button */
.options li input[type=radio] {
	position: absolute;
	visibility: hidden;
}
.options li label {
	font-weight: 600;
	margin-bottom: 0;
	display: block;
	background-color: #fff;
	border-radius: 50px;
	position: relative;
	color: #222;
	padding: 16px 0 16px 30px;
	z-index: 1;
	font-size: 18px;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
}
.options li label::first-letter {
	text-transform: capitalize;
}
.options .submitted li.right label {
	color: #3DBB59;
}
/*.options li:hover label {
	color: #fff;
}*/
.options .submitted li {
	opacity: 0.4;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	cursor: default;
}
.options .submitted li:hover {
	background-color: transparent;
}
.options .submitted li.right:hover {
	background-color: rgba(61,187,89,0.15);
}
.options li.right {
	opacity: 1;
}
.options li.right:hover label {
	color: #3DBB59;
}
.options .submitted li.right:hover label {
	color: #3DBB59;
}
.options .submitted li:hover label {
	color: #222;
}
.options li.wrong:hover label {
	color: #D24D4B;
}
.options li .check {
	display: none;
	position: absolute;
	border: 2px solid rgba(255,255,255,0.8);
	border-radius: 100%;
	height: 29px;
	width: 29px;
	top: 30px;
	left: 20px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}
.options .correct-answer label:hover {
	background-color: #35A24D !important;
}
.options .wrong-answer label:hover {
	background-color: #E22424 !important;
}
.options li label:hover, .options li.active label {
	background-color: #007AFF;
	color: #fff;
	transition: all 0.3s ease-in-out;
}
.options li:hover .check {
	border: 2px solid #fff;
}
.options .submitted li:hover .check {
	border: 2px solid #aaa;
}
.options li.right:hover .check {
	border: 2px solid #3DBB59;
}
.options li.wrong:hover .check {
	border: 2px solid #D24D4B;
}
.option-wrapper {
	position: relative;
}
.options li .check::before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 15px;
	width: 15px;
	top: 5px;
	left: 5px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}
input[type=radio]:checked ~ .check {
	border: 2px solid #fff;
}
input[type=radio]:checked ~ .check::before {
	background: #fff;
}
input[type=radio]:checked ~ label {
	color: #fff;
}
input[type=radio]:checked ~ label.correct-answer {
	background-color: #35A24D;
}
input[type=radio]:checked ~ label.wrong-answer {
	background-color: #E22424;
}
.options li.right input[type=radio]:checked ~ .check {
	border: 2px solid #3DBB59;
}
.options li.right input[type=radio]:checked ~ .check::before {
	background: #3DBB59;
}
.explanation .panel-default>.panel-heading, .explanation .panel-group .panel-heading+.panel-collapse>.panel-body, .explanation .panel-default {
	background-color: transparent;
	border: none;
	padding: 0;
}
.explanation .panel-group .panel-heading+.panel-collapse {
	padding-top: 10px;
}
.explanation .panel-default>.panel-heading>.panel-title>a {
	display: block;
	color: #fff;
}
.options li.right input[type=radio]:checked ~ label {
	color: #3DBB59;
}
.options li.wrong input[type=radio]:checked ~ .check {
	border: 2px solid #D24D4B;
}
.options li.wrong input[type=radio]:checked ~ .check::before {
	background: #D24D4B;
}
.options li.wrong input[type=radio]:checked ~ label {
	color: #D24D4B;
}
/* */
.mr15 {
	margin-right: 15px;
}
.explanation {
	padding-left: 20px;
	font-size: 18px;
	opacity: 0;
	display: none;
	color: #222;
	backface-visibility: hidden;
	visibility: hidden;
	padding-bottom: 10px;
}
.explanation.view {
	opacity: 1;
	display: block;
	backface-visibility: visible;
	visibility: visible;
	transition: all 0.5s ease-in-out;
}
.explanation h4 {
	padding-bottom: 6px;
}
.question-navigation {
	position: absolute;
	border-top: 1px solid rgba(255,255,255,0.5);
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	text-align: center;
	padding: 20px 50px;
}
#section-one .col-md-3.p-15 {
	padding: 0 0 0 15px;
}
.test-progress, .test-info {
	background-color: #FCFCFC;
	border: 1px solid #D7DFE6;
	border-radius: 5px;
	padding: 15px 15px 15px 20px;
}
.test-info {
	margin-top: 15px;
}
.test-info h3 {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 10px;
}
.cell-wrapper {
	width: 100%;
	margin: 15px -10px 0 0;
}
.cell-wrapper:after {
	content: '';
	clear: both;
	display: block;
}
.cell-wrapper .cell {
	float: left;
	cursor: default;
	width: 40px;
	line-height: 38px;
	font-size: 12px;
	height: 38px;
	text-align: center;
	font-weight: bold;
	display: block;
}
.cell.current {
	background-color: #f2e100;
	color: #222;
	cursor: pointer;
}
.cell.show {
	background-color: #0480fa;
	color: #fff;
	cursor: pointer;
}
.cell.wrong {
	background-color: #E22424;
	color: #fff;
	cursor: pointer;
}
.cell.correct {
	background-color: #35A24D;
	color: #fff;
	cursor: pointer;
}
.question-navigation .middle-navigation .review {
	margin-right: 15px;
}
.question-navigation div {
	display: inline-block;
}
.question-navigation div a, .question-navigation div button {
	min-width: 180px;
	height: 50px;
	display: block;
	border: none;
	outline: none;
	color: #fff;
	background-color: #007AFF;
	text-align: center;
	line-height: 48px;
	box-shadow: none;
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
}
.question-navigation div button {
	line-height: initial;
}
.question-navigation div button.disabled, .question-navigation div button.disabled:hover, .question-navigation div button.disabled:focus {
	opacity: 1;
	background-color: #868686;
	color: #cecece;
}
.review-test {
	display: none;
}
.question-navigation .next-question a {
	background-color: #007AFF;
	border-color: #007AFF;
}
.question-slider .timer {
	float: right;
	display: inline-block;
	color: #fff;
	vertical-align: middle;
	font-size: 20px;
}
.question-slider .timer span {
	display: inline-block;
	vertical-align: middle;
}
.question-navigation .prev-question {
	float: left;
}
.question-navigation .next-question a.disabled, .question-navigation .prev-question a.disabled {
	color: #dddddd;
	cursor: not-allowed;
	background-color: #aeaeae;
}
.question-navigation .next-question a.disabled:hover svg, .question-navigation .prev-question a.disabled:hover svg {
	fill: #ddd;
}
.question-navigation .next-question a.disabled:hover, .question-navigation .next-question a.disabled:focus, .question-navigation .prev-question a.disabled:hover, .question-navigation .prev-question a.disabled:focus {
	color: #dddddd;
	background-color: #aeaeae;
}
.question-navigation svg {
	position: relative;
	vertical-align: middle;
	top: -1px;
}
.question-navigation .prev-question svg {
	margin-right: 4px;
}
.question-navigation .next-question svg {
	margin-right: 0;
	margin-left: 4px;
}
.question-navigation div a:hover, .question-navigation div button:hover {
	background-color: #fff;
	color: #222;
	transition: all 0.3s ease-in-out;
}
.question-navigation div a:hover svg, .question-navigation div button:hover svg {
	fill: #222;
}
.question-navigation div button.disabled:hover svg {
	fill: #ddd;
}
.question-navigation .next-question a:hover svg, .question-navigation .next-question button:hover svg {
	fill: #222;
}
.question-navigation .next-question {
	float: right;
}
/* Hazard Test */
.hazard-test {
	min-height: 800px;
}
.hazard-test .col-md-4 {
	margin-bottom: 20px;
	position: relative;
}
.hazard-test .col-md-4 .video-duration {
	position: absolute;
	bottom: 50px;
	padding: 5px 16px;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	border-radius: 3px;
	right: 30px;
	z-index: 99;
}
.hazard-test .col-md-4 img {
	width: 100%;
	height: 270px;
	border: 1px solid #ddd;
	object-fit: cover;
}
.video-title h3 {
	font-size: 19px;
	font-weight: 500;
	margin: 10px 0;
	color: #222;
}
.video-container .col-md-12 {
	position: relative;
	padding: 0;
	text-align: center;
}
.video-container video {
	width: 64%;
}
.video-instruction, .start-video, .time-closer, .score {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: none;
	margin: 0 auto;
	text-align: center;
	height: 98.77%;
	width: 64%;
	z-index: 9;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
}
.start-video {
	z-index: 99;
}
.start-video.height {
	height: 98.77%;
}
.score {
	display: block;
}
.score h1 {
	color: #fff;
}
.video-instruction {
	display: block;
}
.start-video {
	padding: 15px 30px;
	display: none;
	height: auto;
	background-color: transparent;
}
.video-instruction .vertical-center, .score .vertical-center {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	margin: -57px auto;
}
.score h1 {
	margin-bottom: 15px;
}
.score .dialog {
	background-color: #fff;
	border-radius: 15px;
	max-width: 320px;
	margin: 0 auto;
}
.score .dialog p {
	color: #222;
	padding: 20px 0;
	font-size: 18px;
}
.score .dialog ul:after {
	content: '';
	clear: both;
	display: block;
}
.score .dialog li a {
	float: left;
	width: 50%;
	color: #222;
	border-top: 1px solid #ddd;
	padding: 15px 0;
	transition: all 0.4s ease-in-out;
}
.score .vertical-center {
	margin: -86.5px auto;
}
.score .dialog li a:last-of-type {
	border-bottom-right-radius: 15px;
}
.score .dialog li a:hover, .score .dialog li a:focus {
	background-color: #238CFF;
	color: #fff;
	transition: all 0.4s ease-in-out;
}
.score .dialog li a:first-of-type {
	border-right: 1px solid #ddd;
	border-bottom-left-radius: 15px;
}
.video-instruction img {
	margin-bottom: 20px;
}
.video-instruction p {
	font-size: 18px;
}
.hazard-test {
	padding-bottom: 60px;
}
.start-video a {
	display: inline-block;
}
.start-video .back {
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 20px;
	text-shadow: 2px 2px rgba(0,0,0,0.47);
	vertical-align: middle;
}
.close-window {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 99;
}
.close-window .abort-test {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	display: block;
	color: #fff;
	margin: -27.5px auto;
	background-color: #EE3333;
	width: 184px;
	font-size: 20px;
	border-radius: 3px;
	height: 55px;
	line-height: 55px;
}
.close-window .skip-video {
	position: absolute;
	right: 0;
	top: 70%;
	vertical-align: middle;
	display: block;
	color: #fff;
	background-color: rgba(0,0,0,0.6);
	width: 184px;
	border: 1px solid #fff;
	border-right: none;
	font-size: 20px;
	height: 55px;
	line-height: 55px;
}
.close-window .skip-video img {
	margin-left: 4px;
}
.start-video .close-video {
	cursor: pointer;
	float: right;
	position: relative;
	z-index: 999;
}
.start-video .close-video img {
	width: 34px;
}
.start-video .back img {
	margin-right: 3px;
}
.close-container {
	width: 50%;
	background-color: #fff;
	padding: 40px 30px;
	color: #222;
	border-radius: 15px;
	margin: -95px auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}
.close-container h2 {
	font-size: 40px;
	margin-bottom: 10px;
}
.close-container p {
	font-size: 18px;
	line-height: 28px;
}
#user-score {
	display: inline-block;
}
/* Points */
.points {
	position: absolute;
	top: 0;
	display: none;
	left: 0;
	overflow: hidden;
	width: 64%;
	color: #fff;
	margin: 0 auto;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 9;
}
.points ul {
	float: right;
	padding: 15px 40px 15px 0;
}
.points li.title {
	display: block;
	margin-bottom: 5px;
	text-align: left;
}
.points ul li {
	display: inline-block;
	font-size: 18px;
	margin-right: 16px;
}
.points span {
	width: 18px;
	height: 18px;
	border-radius: 50px;
	display: inline-block;
	background-color: #fff;
	vertical-align: text-top;
	margin-right: 5px;
}
.points span.sky {
	background-color: #47B3FF;
}
.points span.purple {
	background-color: #B958E9;
}
.points span.pink {
	background-color: #FF3094;
}
.points span.red {
	background-color: #B31700;
}
.points span.orange {
	background-color: #FF7800;
}
/* Contact Us */
.header-bg {
	text-align: center;
	color: #fff;
}
.bg {
	position: relative;
}
.bg img {
	display: block;
	height: auto;
	width: 100%;
}
.bg .bg-cell {
	position: absolute;
	top: 50%;
	margin-top: -81.5px;
	left: 0;
	width: 100%;
	z-index: 1;
}
.header-bg .bg-cell h1 {
	font-size: 54px;
}
.header-bg .bg-cell p {
	max-width: 960px;
	margin: 20px auto 0;
	font-size: 18px;
	line-height: 28px;
}
.lets-talk {
	padding-top: 50px;
	padding-bottom: 78px;
	box-shadow: 0 2px 15px rgba(0,0,0,.2);
}
.lets-talk .breadcrumb {
	background-color: transparent;
	padding: 40px 0 80px;
	display: inline-block;
	margin-bottom: 0;
}
.page-title p {
	margin: 36px auto 58px;
	font-size: 18px;
	color: #666;
	line-height: 25px;
	width: 71%;
	text-align: center;
}
.contact-page {
	position: relative;
	overflow: hidden;
}
.contact-page .basic-info {
	position: relative;
	left: 7.33%;
}
.contact-page img {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 40px;
	color: #aeaeae;
}
.contact-page .address, .contact-page .mail, .contact-page .telephone {
	position: relative;
	padding-left: 64px;
}
.contact-page .mail a, .contact-page p {
	color: #5f5f5f;
	line-height: 26px;
}
.contact-page h4 {
	font-size: 15px;
	color: #000;
	padding: 0 0 5px;
	margin: 0;
	text-transform: uppercase;
}
.send-msg {
	padding: 80px 0;
}
.send-msg .page-title h2 {
	font-size: 28px;
}
.page-title h2 {
	text-align: center;
	font-size: 32px;
	font-family: SegoeUI-Bold;
}
.send-msg .page-title p {
	margin-bottom: 50px;
	line-height: 28px;
}
.form-content {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 0 0 52px;
}
.captcha img {
	margin-bottom: 20px;
	margin-left: -5px;
}
.send-msg .form-control {
	padding-left: 15px;
}
.send-msg textarea.form-control {
	resize: none;
	height: 120px;
	padding-top: 10px;
}
.video-progress-slider {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 64%;
	margin: 0 auto;
	z-index: 99;
	text-align: left;
}
.video-progress-slider button {
	margin-bottom: 2em;
}
#defaultBar {
	/*background-color: #ccc;*/
	width: 100%;
	height: 25px;
}
#defaultBar #progressBar {
	background-color: #fff;
	height: 6px;
	width: 0px;
	border-radius: 10px;
}
#reviewLine {
	width: 0px;
	position: absolute;
	top: 23px;
	height: 7px;
	background-color: #20211B;
}
#reviewLineReview {
	width: 0px;
	position: absolute;
	top: 23px;
	height: 7px;
	background-color: #20211B;
}
#reviewLine .points5 {
	float: left;
	width: 20%;
	top: 20px;
	height: 7px;
	background-color: #44ABFF;
}
#reviewLine .points4 {
	float: left;
	width: 20%;
	top: 20px;
	height: 7px;
	background-color: #B13FE7;
}
#reviewLine .points3 {
	float: left;
	width: 20%;
	top: 20px;
	height: 7px;
	background-color: #FF008D;
}
#reviewLine .points2 {
	float: left;
	width: 20%;
	top: 20px;
	height: 7px;
	background-color: #F4112E;
}
#reviewLine .points1 {
	float: left;
	width: 20%;
	height: 7px;
	background-color: #FF6E00;
}
#reviewLineReview .points5 {
	float: left;
	width: 100%;
	top: 20px;
	height: 7px;
	background-color: #44ABFF;
}
#reviewLineReview .points4 {
	float: left;
	width: 20%;
	top: 20px;
	height: 7px;
	background-color: #B13FE7;
}
#reviewLineReview .points3 {
	float: left;
	width: 20%;
	top: 20px;
	height: 7px;
	background-color: #FF008D;
}
#reviewLineReview .points2 {
	float: left;
	width: 20%;
	top: 20px;
	height: 7px;
	background-color: #F4112E;
}
#reviewLineReview .points1 {
	float: left;
	width: 20%;
	height: 7px;
	background-color: #FF6E00;
}
.result .actions{
	max-width: none;
	text-align: center;
}
.result .actions a{
	display: inline-block;
	width: auto;
	min-width: 220px;
}
/* Responsive */
@media(max-width:1700px) {
.services a:hover .service-content {
	bottom: 30px;
}
.services a:hover h3 {
	transform: translateY(-38%);
}
.app-img .homescreen img {
	max-width: 380px;
}
.app-img .background img {
	max-width: 580px;
}
.app-img .background {
	left: -60px;
}
.services .common, .services a {
	height: 380px;
}
.services a:hover .line {
	top: 21.33%;
}
}

@media(max-width:1440px) {
.services h2 {
	font-size: 40px;
}
.services h3 {
	font-size: 30px;
}
.services .service-content {
	padding: 0 20px;
	line-height: 22px;
}
.services .line {
	height: 50px;
}
.section-title {
	margin-bottom: 20px;
}
.webpackage-includes {
	min-height: 360px;
}
.webpackage-includes li {
	padding: 12px 10px;
}
.mcq-test .col-md-9.q-9 {
	width: 77%;
}
.login-signup-popup {
	width: 32%;
}
.video-instruction img {
	width: 84px;
}
.testlane-intro h1 {
	font-size: 32px;
	line-height: 40px;
}
.testlane-intro {
	padding-top: 50px;
}
.testlane-intro p {
	line-height: 24px;
}
.main-container-wrapper {
	padding-top: 25px;
	min-height: 800px;
}
.remove-container-fluid {
	margin: 0 -60px;
}
.app-img .homescreen img {
	max-width: 320px;
}
.question-scroller {
	height: calc(100vh - 64vh);
}
.app-img .background {
	left: 0;
}
.app-img .background img {
	max-width: 520px;
}
.login-container .col-md-6.left-sec {
	width: 38%;
}
.login-content p {
	font-size: 14px;
	line-height: 24px;
}
.app-img .homescreen {
	left: 0;
}
.login-container .col-md-6.middle-sec {
	width: 28%;
}
.site-wrapper .section-title h1 {
	font-size: 30px;
}
.login-container .col-md-6.right-sec {
	width: 34%;
}
.grid-box {
	min-height: 305px;
}
.why-testlane .content {
	padding-top: 180px;
}
.why-testlane .content p {
	font-size: 16px;
}
.navbar-default .navbar-nav>li>a {
	font-size: 14px;
	padding: 28.5px 10px;
}
.package-price h1 {
	font-size: 30px;
}
.pricing .package {
	/*max-height: 635px;*/
}
.pricing .col-md-4:first-of-type .package-img img {
	width: 60px;
}
.package-img img {
	width: 120px;
}
.container-fluid {
	padding: 0 60px;
}
.question h1 {
	width: 94%;
	font-size: 22px;
	line-height: 30px;
}
.main-test #section-one .col-md-3 {
	width: 25%;
}
#section-one .col-md-3 {
	width: 23%;
}
.mcq-test .col-md-6.q-6 {
	width: 54%;
}
.question-navigation {
	padding: 20px;
}
.test-info h3 {
	font-size: 16px;
}
.question-navigation div a {
	min-width: 140px;
	padding: 0 10px;
}
}

@media(max-width:1380px) {
	.navbar-brand{
		padding: 20px 15px;
	}
.navbar-default .navbar-nav>li>a {
	font-size: 13px;
	padding: 28.5px 8px;
}
.navbar-brand>img {
	height: auto;
	display: inline-block;
	width: 32px;
}
.services .service-content p {
	font-size: 14px;
	line-height: 20px;
}
.services a:hover .line {
	top: 16.33%;
}
.services .common, .services a {
	height: 320px;
}
.services .line {
	height: 50px;
}
.services h3 {
	font-size: 26px;
	line-height: 30px;
	padding: 0 30px;
}
.services a .service-content {
	padding: 0 20px;
}
.services a:hover .service-content {
	bottom: 20px;
}
.section_list li {
	width: 33.33%;
}
.mcq-sections {
	padding-bottom: 60px;
}
.mcq-sections .col-md-3 {
	width: 33.33%;
}
.testlane-intro {
	padding-top: 40px;
}
.testlane-intro h1 {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 15px;
}
.intro-actions {
	margin-top: 20px;
}
.question h1 {
	font-size: 20px;
	line-height: 28px;
}
.question-slider h2 {
	font-size: 20px;
}
.options li {
	margin-bottom: 10px;
}
.why-testlane .content {
	padding-top: 55px;
}
.question-navigation div a {
	min-width: 120px;
	font-size: 15px;
}
#video.loading {
	position: relative;
}
#video.loading:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}
.question-navigation .next-question svg {
	margin-left: 0;
}
.options li label {
	font-weight: 500;
	font-size: 17px;
}
.question span {
	font-size: 20px;
	margin-top: 3px;
}
.t30 {
	position: relative;
	/*top: -40px;*/
	top: 5px;
}
.app-img .homescreen img {
	max-width: 290px;
}
.app-img .background img {
	max-width: 440px;
}
.app-img .background {
	left: 12px;
}
.login-container .table-container {
	padding-left: 35px;
}
.site-wrapper .section-title h1 {
	font-size: 28px;
}
.hazard-test .col-md-4 {
	margin-bottom: 30px;
}
.hazard-test .col-md-4 .video-duration {
	bottom: 44px;
	right: 27px;
	font-size: 14px;
	padding: 3px 10px;
}
.video-title h3 {
	font-size: 16px;
}
}

@media(max-width: 767px) {
.navbar-default .navbar-collapse {
	display: block;
}
#overlay {
	top: 70px;
}
.navbar-nav {
	margin: 0;
}
header .navbar-default:before {
	position: absolute;
	content: '';
	width: 120px;
	top: 0;
	left: 0;
	height: 70px;
	background-color: rgba(255,255,255,0);
	z-index: 9999;
}
.navbar-collapse ul li {
	display: none;
	
}
.navbar-collapse.collapse.in  ul li
{
	display:block;
}
.navbar-default .navbar-nav>li>a
{
	    font-size: 13px;
    padding: 14px 8px;
    border-bottom: 1px solid gray;
}
.login-signup-popup {
    width: 95%;
}
.navbar-collapse ul li.language-dropdown .dropdown-menu {
	min-width: auto;
	width: 100%;
	border-radius: 0;
	border: 1px solid #e6e6e6;
}
.navbar-collapse ul li.language-dropdown {
	display: block !important;
	position: absolute;
	min-width: 120px;
	top: 0;
	background-color: #fff;
	right: 0;
}
.navbar-nav .open .dropdown-menu>li:first-of-type {
	border-bottom: 1px solid #e6e6e6;
}
.navbar-nav .open .dropdown-menu>li>a {
	padding: 8px 10px;
}
.navbar-collapse ul li.language-dropdown li {
	display: block;
}
.navbar-collapse ul li.language-dropdown a {
	padding: 23.5px 15px;
}
.ap-content {
	margin: 0 -40px;
}
.ap-content .container {
	padding: 0;
}
header .container-fluid, .lets-talk .container-fluid {
	padding: 0 15px;
}
.site-wrapper .ap-content .section-title h1 {
	font-size: 24px;
}
.ap-content h2 {
	margin: 1.275rem 0;
	font-size: 24px;
}
.ap-content .section-title h1:after {
	content: normal;
}
header .navbar-toggle {
	margin: 23px 20px 23px 0;
}
header .navbar-default {
	min-height: 70px;
}
.site-wrapper {
	padding-top: 60px;
}
header .navbar-brand {
	padding: 10px 15px;
}
header .navbar-header .hamburger {
	display: block;
}
footer .container-fluid {
	padding: 0 15px;
}
footer .social {
	display: none;
}
footer span, footer a {
	display: none;
}
footer .col-md-8 {
	width: 100%;
	text-align: center;
}
.header-bg {
	margin-top: 10px;
}
.bg img {
	height: 220px;
	object-fit: cover;
}
.header-bg .bg-cell {
	margin-top: -71.5px;
}
.header-bg .bg-cell h1 {
	font-size: 30px;
}
.page-title p {
	width: 100%;
	margin: 20px 0;
}
.header-bg .bg-cell p {
	max-width: 100%;
	padding: 0 25px;
	font-size: 16px;
	line-height: 22px;
}
.send-msg .page-title p {
	margin-bottom: 20px;
}
.lets-talk {
	padding-bottom: 40px;
}
.contact-page .basic-info {
	left: 0;
	padding: 0 15px;
}
.lets-talk .page-title h1 {
	font-size: 28px;
	margin-bottom: 30px;
}
.contact-page img {
	max-width: 44px;
}
.contact-page .basic-info .col-sm-4 {
	margin-bottom: 20px;
}
.send-msg {
	padding: 35px 0;
}
.form-content {
	max-width: 100%;
	padding: 0;
}
.form-content .col-md-4 {
	width: 100%;
}
.contact-page .address, .contact-page .mail, .contact-page .telephone {
	margin-bottom: 0;
}
*
{
	word-break: break-word;
}
.pricing .section-title .package,.what-it-includes .flex-mob-scroller .grid-box
{
	margin-bottom:25px;
}
.testlane-intro {
    padding: 120px 30px 30px 35px;
}
.download-now li:last-of-type {
	margin:0;
}
.download-now li {
	float: left;
    width: 50%;
    padding: 0 10px;
	margin:0;
}
.services .col-md-4 {
    float: none;
    display: inline-block;
    width: 50%;
}
}
}