/*
Theme Name: Ascent Child
Description: Child theme for the Ascent.
Template: ascent

*/

@import url("../ascent/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

@font-face {
  font-family: 'TrebuchetMS';
  src: url('fonts/Trebuchet MS.eot');
  src: url('fonts/Trebuchet MS.woff2') format('woff2'),
       url('fonts/Trebuchet MS.eot?#iefix') format('embedded-opentype');
  src: url('fonts/TrebuchetMS.woff') format('woff'),
       url('fonts/TrebuchetMS.ttf') format('truetype'),
       url('fonts/TrebuchetMS.svg#TrebuchetMS') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TrebuchetMS-Bold';
  src: url('fonts/Trebuchet MS Bold.eot');
  src: url('fonts/Trebuchet MS Bold.woff2') format('woff2'),
       url('fonts/Trebuchet MS Bold.eot?#iefix') format('embedded-opentype');
  src: url('fonts/TrebuchetMS-Bold.woff') format('woff'),
       url('fonts/TrebuchetMS-Bold.ttf') format('truetype'),
       url('fonts/TrebuchetMS-Bold.svg#TrebuchetMS-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TrebuchetMS-Italic';
  src: url('fonts/TrebuchetMS-Italic.woff') format('woff'),
       url('fonts/TrebuchetMS-Italic.ttf') format('truetype'),
       url('fonts/TrebuchetMS-Italic.svg#TrebuchetMS-Italic') format('svg');
	   src: url('fonts/TrebuchetMS-Italic.eot');
  src: url('fonts/TrebuchetMS-Italic.woff2') format('woff2'),
       url('fonts/TrebuchetMS-Italic.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: 'OpenSans';
	src: url('fonts/OpenSans.eot');
	src: url('fonts/OpenSans.eot?#iefix') format('embedded-opentype'),  url('fonts/OpenSans.woff2') format('woff2'),  url('fonts/OpenSans.woff') format('woff'),  url('fonts/OpenSans.ttf') format('truetype'),  url('fonts/OpenSans.svg#OpenSans') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Semibold';
	src: url('fonts/OpenSans-Semibold.eot');
	src: url('fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),  url('fonts/OpenSans-Semibold.woff2') format('woff2'),  url('fonts/OpenSans-Semibold.woff') format('woff'),  url('fonts/OpenSans-Semibold.ttf') format('truetype'),  url('fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sanslight';
	src: url('fonts/OpenSans-Light-webfont.eot');
	src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/OpenSans-Light-webfont.woff2') format('woff2'),  url('fonts/OpenSans-Light-webfont.woff') format('woff'),  url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),  url('fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/OpenSansRegular.eot');
    src: url('fonts/OpenSansRegular.eot') format('embedded-opentype'),
         url('fonts/OpenSansRegular.woff2') format('woff2'),
         url('fonts/OpenSansRegular.woff') format('woff'),
         url('fonts/OpenSansRegular.ttf') format('truetype'),
         url('fonts/OpenSansRegular.svg#OpenSansRegular') format('svg');
}
@font-face {
	font-family: 'OpenSans-Bold';
	src: url('fonts/opensansbold.eot');
	src: url('fonts/opensansbold.eot?#iefix') format('embedded-opentype'),
	url('fonts/opensansbold.woff') format('woff'),
	url('fonts/opensansbold.ttf') format('truetype'),
	url('fonts/opensansbold.svg#opensansbold') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
  font-family: 'Helvetica-Condensed-Bold';
  src: url('fonts/Helvetica-Condensed-Bold.eot');
  src: url('fonts/Helvetica-Condensed-Bold.woff2') format('woff2'),
       url('fonts/Helvetica-Condensed-Bold.woff') format('woff'),
       url('fonts/Helvetica-Condensed-Bold.ttf') format('truetype'),
       url('fonts/Helvetica-Condensed-Bold.svg#Helvetica-Condensed-Bold') format('svg'),
       url('fonts/Helvetica-Condensed-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}


body{
	font-family: 'TrebuchetMS';
	font-size:16px;
}

a{
	font-family: 'TrebuchetMS';
	color:#0b408f;
}
a:hover{
	color:#ff0204;
	text-decoration:none;
}

a:focus{
	color:inherit;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'TrebuchetMS-Bold';
	text-transform:uppercase;
	line-height: 30px;
}
h2{
	font-size:40px;
	display:inline-block;
}
p{
	font-family: 'TrebuchetMS';
	text-align:justify;
	color:#363636;
	font-size:16px;
	line-height:30px;
}
ol{
	padding-left:20px;
	font-weight:600;
}
ol li p{
	font-weight:normal;
	margin-left: 10px;
	text-align:left;
}
ul{
	padding-left:15px;
	/*color:#0b408f;*/
}
ul li p{
	color:#363636;
	margin-left: 10px;
	text-align:left;
}
li{
	text-align:justify;
	line-height:30px;
	margin-left:5px;
}
#banner{
	margin:0 auto;
	max-width:1900px;
}
.section-hd{
	text-align:center;
	}
.section-hd h2{
	font-size:30px;
} 
.section-wrap{
	padding:60px 0px;	
}
.section-wrap:last-child{
	padding-bottom:0px;
}
.section-wrap h2{
	border-bottom:2px solid #ff0204;
	margin-bottom: 22px;
    padding-bottom: 7px;
	text-align:center;
	color:#0b408f;
	margin:0 auto;
	margin-bottom:20px;
}
.header-top{
	background-color:#2c5b9f;
	border-top:none;
	padding:13px 0px 17px;
}
.header-top a:hover{
	color:#ff0204;
}
.mail-info span{
	margin-right:20px;
}
.mail-info span i{
	margin-right:2px;
}
.top-info .mail-info span.phone-info{
	margin-right: 0;
	padding-right: 0;
}
.sign-in-padding {
  padding-left: 0;
  padding-right: 0;
}
#home-slider .bg-overlay{
	background:none;
}

.header-bottom{
	background:none;
	position:relative;
	z-index:999;
}
#header-main.sticky{
	background:#fff none repeat scroll 0 0;
	z-index: 999;
}
.sign-in-top{
	float:right;
}
.sign-in-top a{
	background: url(images/sign-in-icon.png) no-repeat scroll left center;
	padding:7px 3px 9px 28px;
	text-align: left;
	background-size: 20px;
}
.sign-in-top .home-login-icon{
	background-image: url(images/user-icon.png);
/*	padding:6px 0 9px 38px;*/
}
.sign-in-top .home-logout-icon{
	background-image: url(images/sign-out-icon.png);
/*	padding:6px 0 9px 38px;*/
}
/*---Navigation css ----*/
nav.main-menu ul > li a{
	font-size:15px;
	color:#072a51;
	text-transform:uppercase;
	transition:none;
}

nav.main-menu ul > li:hover > a{
	background:none;
	color:#ff0204;
	transition:none;
}
nav.main-menu ul > .current-menu-item > a{
	border-bottom:2px solid #2066d0;
	color:#ff0204;
	background:none;
}
nav.main-menu ul .current_page_item > a:focus{
	font-weight:600;
}
nav.main-menu ul > li::after{
	 background: #2066d0 none repeat scroll 0 0;
    content: "";
    display: block;
    /*height: 2px;*/
    transition: width 0.3s ease-out 0s;
    width: 0;
}

nav.main-menu ul > li:hover::after{
	width:100%;
}
/*---End Navigation css ----*/
/*---Slider css ----*/
#home-slider .slide-content{
	color:#081019;
	text-transform:uppercase;
	max-width:570px;
}
#home-slider .slide-content h1{
	font-size:45px;
	color:#0b408f;
	margin:0px 0px 10px 0px;
	
}
#home-slider .slide-content h1 span{
	color:#ff0204;
}
#home-slider .slide-content h2{
	font-size:27px;
	color:#081019;
	margin:0px 0px 10px 0px;
}
#home-slider .slide-content > span{
	font-family: 'TrebuchetMS-Italic';
	text-transform:none;
}
#home-slider .content-wrapper{
	top:44%;
}
/*End slider css ---*/
/*---Home about section ---*/
.about-short{
	background: url(images/gilbert-about-img.png) no-repeat left bottom;
	position:relative;
	background-size:25%;
	/*top:-225px;*/
	overflow:hidden;
}

.home-about-wrap{
	background:#234174 none repeat scroll 0 0 / cover;	
}

.home .main-content{
	padding-top:0px;
	/*top:-117px;*/
	position:relative;
	padding-bottom:0px;
}
.about-short .abt-profile{
	padding-left:0px;
}
.about-short{
	padding-top:7px;
}
.hm-abt-ct{
	color:#fff;
	padding-top: 42px;
	line-height:30px;
	text-align:justify;
	margin-left:30%;
	width: 63%;
}
.hm-abt-ct h2{
	margin-bottom:22px;
	border-bottom:1px solid #ff0204;
	font-size:40px;
	padding-bottom:7px;
	display:inline-block;
	color:#fff;
}
.hm-abt-ct p{
	color:#ffffff;
}
.fl-right{
	float:right;
}
.about-short .reade-more-btn-wh{
	margin-right: 10px;
	margin-bottom:15px;
}
.reade-more-btn-wh{
	background-color:#fff;
	padding:5px 20px;
	color:#ff0204;
}
.reade-more-btn-wh:hover{
	background-color:#ff0204;
	color:#fff;
}
.reade-more-btn-bl{
	background-color:#0b408f;
	padding:5px 18px;
	color:#fff;
}
.reade-more-btn-bl:hover{
	background-color:#ff0204;
	color:#fff;
}
.main-content-div{
	min-height:150px;
}
/*----home-product section ----*/
.hm-product-bg{
	background: url(images/hm-product-bg.png) no-repeat scroll left top / cover;
}
.product-details{
	padding:20px 15px;
	overflow: hidden !important;
}
.bx-pr:hover{
	-webkit-box-shadow: 0px 3px 8px rgba(171,175,188,1);
	-moz-box-shadow: 0px 3px 8px rgba(171,175,188,1);
	box-shadow: 0px 3px 8px rgba(171,175,188,1);
	transition:all 0.3s ease-in-out 0s;
}
.product-details i{
	display:inline-block;
	vertical-align:top;
	height:36px;
	width:36px;
	margin-right:15px;
	margin-top:5px;
}
.product-heading{
	overflow:hidden;
}
.pr-hd{
	font-size:19px;
	margin-bottom:0px;
	color:#363636;
	margin-top:6px;
}
.pr-subhd{
	font-family: 'TrebuchetMS-Italic';
	font-size:13px;
}
.product-heading label{
	display:block;
	font-weight:normal;
	margin-bottom:0px;
}
.bx-pr p{
	margin-top:8px;
	color:#363636;
	text-align:left;
	line-height:25px;
	min-height: 200px;
}
.opa-icon{
	background: url(images/opa-icon.png) no-repeat scroll 0 0
}
.lea-icon{
	background: url(images/lea-icon.png) no-repeat scroll 0 0
}
.wpi-icon{
	background: url(images/wpi-icon.png) no-repeat scroll 0 0
}
.team-icon{
	background: url(images/team-icon.png) no-repeat scroll 0 0
}
.css-icon{
	background: url(images/css-icon.png) no-repeat scroll 0 0
}
.bx-pr{
	border:1px solid #c7d0d6;
	position:relative;
	overflow:hidden;
	background-color:#fff;
}

/*.bx-pr .reade-more-btn-bl{
	position:absolute;
	right:0;
	bottom:0;
}*/
.sign-up-product{
	border:1px solid #ff0204;
	padding: 3px 15px;
	color:#ff0204;
	text-transform:uppercase;
	font-size:13px;
	font-family: 'TrebuchetMS-Bold';
	display:inline-block;
	margin:0px 0px 6px 15px;
}
.sign-up-product:hover{
	text-decoration:none;
	color:#0b408f;
	border:1px solid #0b408f;
}
.bx-wrap{
	padding:15px 0px;
	overflow:hidden;
}
.product-tool .col-md-4{
	padding-top:15px;
	padding-bottom: 15px;
}
.sign-up-product:focus{
	color:#f00;
	text-decoration:none;
	}

/*----Journal Publication ----*/
.journal-wrap{
	background:#234174 none repeat scroll 0 0 / cover;
}
.journal-wrap .section-hd h2{
	color:#fff;
}
.bg-img{
	background-position: 50% center;
    background-size: cover;
    height: 170px;
	overflow:hidden;
}
.journal-bx{
	background-color: rgba(255, 255, 255, 0.30);
    text-align: center;
    transition: background-color 0.5s ease-in-out 0s;
}
.journal-bx a{
	display:inline-block;
	width:100%;
	color:#0b408f;
	text-decoration:none;
	font-size:26px;
}
.journal-bx a h3{
	margin:72px 15px;
	font-family: 'TrebuchetMS-Bold';
}
.bg-img.book{
	background-image:url(images/book-bg.png)
}
.bg-img.manual{
	background-image:url(images/manuals-bg.png)
}
.bg-img.case-training{
	background-image:url(images/case-traning-bg.png)
}
.bg-img .hover-arrows{
	transition:0.5s;
	transform: rotateY(90deg);
}
.bg-img:hover .hover-arrows{
	transform: rotateY(0deg);
}
.bg-img:hover .journal-bx{
	background-color:rgba(0, 0, 0, 0.35);
}
.bg-img:hover h3{
	color:#fff;
}
.hover-arrows {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.right-arrow {
    bottom: 15px;
    position: absolute;
    right: 50px;
}
.left-arrow {
    left: 17px;
    position: absolute;
    top: 17px;
}

/*----End Journal Publication ----*/
/*---Service Wrap----*/
.service-wrap .bx-pr{
	background-color:#fbfbfb;
}
.service-wrap .bx-pr .reade-more-btn-bl{
	position:absolute;
	right:0;
	bottom:0;
}
.bx-pr img{
	float:left;
}
.service-content{
	overflow:hidden;
	padding:15px;
}
/*---End Service wrap ----*/

/*---footer---*/
#footer-info{
	background-color:#0d2246;
}
#footer-info .site-info{
	text-align:center;
}
#footer-info .site-info a:hover{
	color:#ff0204;
}
#colophon{
	background-color:#1c345f;
	border-top:none;
}
#colophon a{
	color:#fff;
}
#colophon a:hover{
	color:#ff0204;
}
.site-footer-inner{
	text-align:center;
}
.site-footer-inner .mail-info{
	max-width:800px;
	margin:0 auto;
	overflow:hidden;
	padding:10px 0;
}
.site-footer-inner .mail-info i{
	color:#ff0204;
}
.site-footer-inner .mail-info span{
	padding: 15px 50px;
	margin-right:0px;
	border-right: 1px solid #2f5ca0;
	/*float:left;*/
}
.site-footer-inner .mail-info span:last-child{
	border-right:none;
}
.site-footer-inner .mail-info .ft-address{
	width:288px;
}
.footer-menu ul li{
	display:inline-block;
	text-decoration:none;
}
.footer-menu li:after{
	content:"|";
}
.footer-menu li:last-child::after{
	content:none;
}
.footer-menu li a{
	font-size:16px;
	padding:5px 10px;
	margin:0px 10px;
}
#colophon .footer-menu li a:hover, #colophon .footer-menu li.current-menu-item a{
	background-color:#ff0204;
	color:#fff;
}
/*---End footer---*/
a#scroll-top{
	background-color:#1c345f;
	border:1px solid #fff;
}
a#scroll-top:hover{
	background-color:#ff0204;
}

/*-------About Us page----*/
.about-us{
	padding-right:30px;
}

.promise{
	padding-left:30px;
}
.hd {
    border-bottom: 2px solid #0b408f;
	margin-bottom:20px;
	color:#0b408f;
	overflow:hidden;
	display: flex;
	align-items: center;
}
.hd img{
	float:left;
	max-width:50px;
	margin-right:8px;
}
.hd h3{
	float:left;
    margin: 0;
    padding: 10px 10px 7px 0px;	
	/*width:89%;*/
	width:auto;
}
.new-hd{
	display: flex;
  	align-items: end;
}
.hd-subhd{
	display: flex;
  	align-items: center;
}
.hd-subhd h3{
	min-width: 120px;
}
.hd-subhd-txt{
	font-size: 19px;
	line-height: 22px;
  	margin: 0;
}
.recognitions-wrap{
	overflow:hidden;
	margin:20px 0px;
	background: #fbfbfb none repeat  scroll 0 0;
	padding:20px;
}
.recognitions-wrap .hd h3{
	padding:0px 10px;
}

/*.recognitions-wrap .hd{
	border-bottom:0px;
}*/
.recognitions-wrap .hd img{
	float:left;
	width:10%;
}

.recognitions-wrap .hd h3{
	width:90%;
}

.hd span{
	float:left;
	line-height:20px;
	padding:0px;
	font-size:16px;
	font-family: 'TrebuchetMS-Italic';
	margin-bottom: -1px;
}

.innerpage-icon{
	margin-right:10px;
}
.recognitions-content{
	padding:15px 0px 15px 0px;
/*	border-top: 1px solid #a6b5bf;*/
	position:relative;
}

.recognitions-content p{
	margin-left:5px;
}
.recognitions-content ul{
	list-style:none;
}
/*-------End About Us page----*/

/*----Product Page------*/

.product-details img{
	display:inline-block;
	vertical-align:top;
	height:36px;
	width:36px;
	margin-right:15px;
	margin-top:5px;
}


.product-content-wrap .bx-pr{
	border:1px solid #c7d0d6;
}

.product-content-wrap .bx-pr:hover{
	border:1px solid #0078c1;
}
.product-content-wrap .bx-pr .reade-more-btn-grey{
	position:absolute;
	right:0;
	bottom:0;
}
.product-content-wrap .reade-more-btn-grey{
	background-color:#c7d0d6;
	padding:5px 18px;
	color:#363636;
}
.product-content-wrap .reade-more-btn-grey:hover{
	background-color:#0078c1;
	color:#fff;
}
/*.product-content-wrap .sign-up-product{
	border:1px solid #0078c1;
	color:#0078c1;
	font-family: 'OpenSans-Bold';
}
.product-content-wrap .sign-up-product:hover{
	color:#363636;
	border:1px solid #363636;
}*/
.product-content-wrap .col-md-4{
	padding-top:15px;
	padding-bottom: 15px;
}
/*----End product Page-----*/

/*----Product Inner page---*/
.content-section{
	margin-bottom:20px;
}

.content-section p{
	/*font-family: 'OpenSansRegular';*/
	overflow:hidden;
}
.video-wrap{
	text-align:center;
	margin-bottom:20px;
}
.content-subheading h4{
	font-size:22px;
	color:#0b408f;
	font-family: 'TrebuchetMS';
	text-transform: capitalize;
	margin-bottom: 20px;
    margin-top: 25px;
}
.content-section li p{
	text-align:justify;
}
.content-section p.note{
	font-style:italic;
}
.pdf-link{
	padding:10px;
	border:1px solid #d4d4d4;
	overflow:hidden;
}
.pdf-link a img{
	margin:0 15px 0 0;
	float:left;
}
/*---Sidebar---*/
.product-sidebar h3{
	color: #0b408f;
    font-size: 22px;
	margin-bottom: 25px;
    margin-top: 10px;
}
.product-bx .main-sec{
	overflow:hidden;
}
.product-bx .main-sec h4, .product-bx .main-sec h4 a{
	font-size:22px;
	margin:0px;
}
.product-bx .main-sec h4 a:hover{
	color:#0b408f;
}

.product-sidebar .main-sec p{
	font-family: 'TrebuchetMS-Italic';
	font-size:15px;
	line-height:20px;
}	
 a.red-bor-btn{
	border: 1px solid #ff0204;
    color: #ff0204;
	display: inline-block;
    font-family: "TrebuchetMS-Bold";
    font-size: 13px;
    margin-top: 5px;
    padding: 3px 15px;
    text-transform: uppercase;
	}
	
	.main-sec .pr-subhd{
		margin:3px 0px 8px 0px;
		display:block;
	}
	
 a.red-bor-btn:hover{
	color:#363636;
	border: 1px solid #0b408f;
}
.product-sidebar .product-bx:hover, .product-sidebar .product-bx.active{
	background:url(images/product-sidbar-border.png) repeat-y scroll top left;
	-webkit-box-shadow: 0px 7px 9px -6px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 7px 9px -6px rgba(0,0,0,0.35);
	box-shadow: 0px 7px 9px -6px rgba(0,0,0,0.35);
	background-color:#ffffff;
	}
.product-sidebar .product-bx:hover .main-sec h4 a, .product-sidebar .product-bx.active .main-sec h4{
	color:#0b408f;
}

.product-sidebar .product-bx:hover a.red-bor-btn{
	color:#0b408f;
	border: 1px solid #0b408f;
}

 a.reade-more-btn-bl:focus{
	color:#fff;
	}
.product-sidebar .product-bx{
	border:1px solid #d4d4d4;
	padding: 55px 15px 55px 24px;
	margin-bottom:15px;
	background-color:#fbfbfb;
	}
.product-bx.inactive .main-sec h4{
	color:#363636;
	}
.product-bx i {
    text-align: center;
	margin-right:18px;
	display: inline-block;
	height:36px;
	width:36px;
}

.main-sec i{
    height: auto;
    margin-right: 0;
    width: auto;
	}

.main-sec .reade-more-btn-bl{
	padding: 11px 18px;
    position: relative;
    right: 0;
	bottom: 0;
	}
	
.bx-wrap .col-md-6{
	padding-bottom:15px;
	padding-top:15px;
	}

.inner-banner-heading h1 {
    color: hsl(0, 0%, 100%);
    text-shadow: 3px 4px 4px hsl(0, 0%, 0%);
}
.mean-container .mean-bar .mean-nav ul li a.mean-expand:hover{
	background-color:transparent;
	}
.mean-container .mean-nav ul li a.mean-expand{
	top: -9px;
	}
.product-heading .pr-hd a:hover {
    color: hsl(216, 87%, 30%);
}
.product_extra_content p{
	margin-bottom: 24px;
}
.row.grey-bg-sec {
  background: #FBFBFB;
  padding: 20px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 24px;
}
.product_extra_content .grey-bg-sec p{
	margin-bottom: 0;
}
/*---EndSidebar---*/
/*---End product inner page----*/

/*-----Services page-----*/
.para-title{
	color:#222222;
	font-size:22px;
	margin-top:30px;
	font-family: 'TrebuchetMS';
	text-transform: capitalize;
	line-height:24px;
}
/*-----end Services page-----*/
/*----Services sidebar---*/
.services-sidebar h3{
	color: #0b408f;
    font-size: 22px;
	margin: 12px 0 27px;
}
.side-title h5{
	font-size:16px;
	/*font-family: 'OpenSans-Semibold';*/
	font-family: 'TrebuchetMS-Bold';
	color:#fff;
	text-transform:capitalize;
	margin:0px;
}
.side-title{
	background-color:#2c5b9f;
	padding:25px 15px;
	line-height:0px;
}
.side-title:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #2c5b9f;
    bottom: -45px;
    content: "";
    height: 0;
    left: 7%;
    margin-left: 0;
    position: relative;
    width: 0;
}
.services-sidebar ul li a{
	color:#363636;
	font-size:16px;
}
.services-sidebar ul li a:hover{
	color:#0078c1;
}
.services-sidebar ul{
	margin:0 0 15px 0;
	padding:0; display:inline-block;
	width:100%;
}
.services-sidebar ul ul{
	margin:0 0 0px 0;
	padding:0;
	display:inline-block;
	width:100%;
}
.services-sidebar ul li{
	list-style:none;
	position:relative;
	padding:20px;
	line-height:26px;
	color:#363636;
	font-size:16px;
	/*font-family: 'OpenSansRegular';*/
	border-bottom:1px solid #cdcdcd;
	text-align:left;
}
.services-sidebar ul li:last-child{
	border-bottom:none;
}
.services-sidebar ul ul li{ 
	list-style:none;
	position:relative;
	padding:10px 20px 10px 20px;
	line-height:26px;
	color:#363636;
	font-size:16px;
	/*font-family: 'OpenSansRegular';*/
	border-bottom:none;
}
.services-sidebar ul li:before{
	content: "\f101" ;
	color:#afafaf;
	font-family: "FontAwesome";
	position:absolute;
	left:0;
	top:20;
}

.list-style{
	position:relative;
	padding-left:5px;
}
.list-style li{
	margin-left:14px;
	margin-bottom:8px;
	list-style:left;
	list-style:none;
	position:relative;
}
.list-style li:before{
	content: "\f101" ;
	font-family: "FontAwesome";
	position:absolute;
	left:-15px;
	top:0px;

}
.list-style ul{
	position:relative;
	padding-left:5px;
}
.list-style li li{
	margin-left:14px;
	list-style:none;
	margin-bottom:8px;
}
.list-style li li:before{
	content: "\f101" ;
	color:#0b408f;
	font-family: "FontAwesome";
	position:absolute;
	left:0;
	top:20;
}
	
.services-sidebar ul ul li:before{
	content: "\f105";
	color:#afafaf;
	font-family: "FontAwesome";
	position:absolute;
	left:0;
	top:20;
}
/*---End sidebar-----*/

.more{
	position:relative;
}
/*---Banner Text style-----*/
#banner{
	position:relative;
	}
.inner-page-heading {
    bottom: 11px;
	height:55%;
    color: #081019;
    left: 0;
    position: absolute;
	width:100%;
}
#banner img{
	width: 100%;
}
.inner-page-heading h1{
	font-size:40px;	
	font-family: 'TrebuchetMS-Bold';
	margin-top:5px;
	position:absolute;
	bottom:0px;
	}
.inner-page-heading .banner-txt{
	font-family: 'TrebuchetMS';
	font-size:21px;
	}
.inner-page-heading .btxt-author{
	font-family: 'TrebuchetMS-Italic';
	font-size:15px;
	float: right;
	}
.banner-txt-wrap span{
	display:block;
	}
.inner-page-heading .banner-txt-wrap{
	margin-left: 170px;
    max-width: 600px;
    overflow: hidden;
	float:right;
	width:100%;
	background-color:rgba(255,255,255,0.3);
	}
	
	.wp-video{
		margin:0 auto;
	}
	
	header.page-header .entry-title{
		display:none;
	}
	
	.book-wpi-wrap input[type="text"], .book-wpi-wrap input[type="email"], .book-wpi-wrap input[type="password"]{
		margin-bottom:0;
		padding:5px;
	}
	.book-wpi-wrap .form-horizontal .control-label{
		text-align:left;
	}
	
	.book-wpi-wrap .btn-default{
		background:#1c345f;
		color:#fff;
		border:none;
		text-transform:uppercase;
		border-radius:0px;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
	}
	.book-wpi-wrap .btn-default:hover{
		background:#ff0204;
	}
	.book-wpi-wrap .btn-default:disabled{
		background-color:#999;
		color:#fff;
		cursor:default;
	}
	
body input[type="text"]:focus, body input[type="email"]:focus, body input[type="url"]:focus, body input[type="tel"]:focus, body input[type="number"]:focus, body input[type="date"]:focus, body input[type="range"]:focus, body input[type="password"]:focus, body input[type="text"]:focus, body textarea:focus, body .form-control:focus{
	border:2px solid #2c5b9f;
}

.main-content{
	padding:60px 0 0 0;
}
body input[type="submit"]:hover, body input[type="submit"]:focus {
	background:#0b408f;
}
.table-responsive{
	padding:10px;
	}
.item.image_type {
    max-height: 632px;
}

.com-price{
	border:1px solid #e6e6e6;
	margin-bottom:25px;
	min-height:110px;
}
.com-price h4{
	text-align:center;
}
.com-price p{
	text-align:center;
	line-height:normal;
}
.com-price p.pric-high{
	color:#0b408f;
}
.com-price p.pric-high span{
	font-weight:bold;
	font-size:20px;
}
.price-wrap{
	background:#fbfbfb;
	border:1px solid #dde0e2;
	margin-bottom:10px;
}
.price-wrap table{
	border-collapse:inherit;
	border:none;
	background:none;
}
.price-wrap  table tbody td{
	border:none;
}
.price-title h4{
	padding:0;
	margin:0;
}
.price-dis p{
	line-height:normal;
}
.price-dis p span{
	font-weight:normal;
	font-style:italic;
}
.price span{
	font-weight:bold;
	font-size:16px;
	text-align:center;
	display:inline-block;
	padding:3px 15px;
	border:1px solid #0b408f;
	background:#fff;
	color:#0b408f;
}
.price-wrap table td{
	padding-bottom:10px;
	padding-top:15px;
}
.border-dis td.price-dis, .border-dis td.price{
	border-bottom:1px solid #dde0e2;
}
.book-top{
	height:197px;
}
.bookcode-div{
	text-align:center;
}
/*Junoral inner page*/
.book-author{
	font-weight:600;
	color:#0b408f;
}
.s-dec{
	color:#333;
}
.journal{
	/*display:block;*/
	color:#ff0204;
}
.journal em{
	color:#333;
}
.slide-content.text-center.clearfix {
    text-align: left;
}
.bk-txt{
	background:#eeeeee;
	padding:10px;
	/*display:inline-block;*/
	line-height:normal;
	display:block;
}
/*Junoral inner page*/


.datepicker-days table thead, .datepicker-days table th{
	background:#1c345f;
	color:#fff;
}
.datepicker-days table th.prev:hover, .datepicker-days table th.datepicker-switch:hover, .datepicker-days table th.next:hover, .datepicker-days table th.today:hover{
	background:#ff0204;
}
.datepicker-days table th.today{
	color:#fff;
}
.datepicker table tr td, .datepicker table tr th{
	border-radius: 0 !important;
-moz-border-radius: 0px !important;
-webkit-border-radius: 0px !important;
}
.book-wpi-wrap .form-control[readonly]{
	background:#fff;
 }
.book-wpi-wrap  .input-group-addon{
	background:#1c345f;
	color:#fff;
}

.imgtxt-wrap{
	background:#eeeeee;
	}

.helvetica-font{
	font-family: 'Helvetica-Condensed-Bold';
	font-size:18px;
}

.imgtxt-wrap img{
	margin:0px 18px 0 0;
}

.br-none, .br-none tbody tr, .br-none tbody td{
	border:none;
}
/*---02.06.17 css changes----*/
body input[type="text"], body input[type="email"], body input[type="url"], body input[type="tel"], body input[type="number"], body input[type="date"], body input[type="range"], body input[type="password"], body input[type="text"], body textarea, body .form-control{
	padding:3px;
	background: transparent;
	}
.signup-lea-sec select{
	padding:3px;
	margin-bottom: 20px;
	}
button, html input[type="button"], input[type="reset"], input[type="submit"]{
	background: #0b408f;
	font-family: "TrebuchetMS-Bold";
	font-size: 14px;
    font-weight: normal;
    padding: 8px 20px;
    text-transform: uppercase;
    color: #fff;
    border: none;
	}
button, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover{
	background: hsl(0, 100%, 50%);
	transition: all 0.3s ease-in-out 0s;
	}
.lea-link{
	border:1px solid #ddd;
	text-align:center;
	/*width: 90%;
    max-width: 360px;*/
	padding:10px;
	}
.signup-error .error-discri-div{
	/*border: 1px solid hsl(0, 0%, 83%);*/
    padding: 10px;
	}
.report-lea-table{
	padding: 0px;
	}
select:focus{
	border: 2px solid hsl(215, 58%, 40%);
	}
.sign-into-lea .signin-cont a{
	float: none;
    text-align: center;
	}

/*---09.06.17 css changes----*/
.min-hi > p > span{
	color:#f00;
	font-size:21px;
	}
.entry-content {
    min-height: 150px;
}
#colophon .mail-info{
	line-height:1.42857;
	}
.product-template-default .hide-text{
	display:none;
	}
.biglink2 a{
	color:#f00;
	font-weight: bold;
	font-style:italic;
	}
.evaluat-name{
	color:#f00;
	font-size:22px;
	}
.lea-home-page{
	min-height: 200px;
	}
	.content-section ol {
		margin-left:0px;
		font-weight:inherit;
	}
/*--- Adding link in footer start here----*/	
	#footer-info .gems-llc{
		color:#ff0204;
		}
	#footer-info .gems-llc:hover{
		color:#fff;
		transition:all 0.3s ease-in-out 0s;
		}
	#footer-info .site-info a:hover{
		color:#fff;
		}
/*--- Adding link in footer end here----*/
#home-slider .owl-wrapper, #home-slider .owl-item{
width: 100% !important;
}
#home-slider .owl-wrapper-outer.autoHeight{
   overflow: hidden;
    position: relative;
    width: 100%;
    }
.content-hd {
	border-bottom: 2px solid #0b408f;
    margin-bottom: 20px;
    color: #0b408f;
	overflow: hidden;
	text-align: center;
	}
	.content-hd h3{
		margin: 0 0 18px;
		font-size: 32px;
	}
	.content-hd h4{
		margin: 0 0 18px;
		color: #363636;
		font-size: 20px;
    	line-height: 30px;
	}
.light-bg {
  background: #F0F4FF;
  padding: 8px;
  text-align: center;
}
.btn-wrap {
  overflow: hidden;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 30px;
}
.btn-wrap a {
  	background: #0b408f;
	font-family: "TrebuchetMS-Bold";
	font-size: 14px;
	font-weight: normal;
	padding: 1px 20px;
	text-transform: uppercase;
	color: #fff !important;
	display: inline-block;
}
.btn-wrap a:focus{
	text-decoration:none;
}
/*---Responsive css start here----*/


.error-404{
	background:none;
	color:inherit;
}
.error-404 h1{
	color:#ff0204;
}
.error-404 p{
	text-align:center;
}
.error-404 p a{
	color:#0b408f;
}
.error-404 p a:hover{
	color:#ff0204;
}
.site-branding .site-description{
    display:none;
}

/*--Testimonials---*/
.testimonials-sec {
  margin-top: 25px;
}
.box-repeat-wrap{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}
.box-style{
	border: 1px solid #C7D0D6;
	background: #FBFBFB;
	padding: 16px;
	display: flex;
	flex-flow: column;
}
.ion-hd{
	display: flex;
	align-items: center;
	margin: 0 0 16px;
}
.ion-hd h3{
	font-size: 20px;
	line-height: 24px;
	color: #0B408F;
	margin: 0 0 0 16px;
	text-transform: capitalize;
}
.box-style p{
	text-align: left;
	margin: 0 0 12px;
}
.name-designation-wrap{
	margin-top: auto;
	padding-top: 12px;
	border-top: 1px solid #DCE4EA;
}
.name-designation-wrap h5{
	margin: 0;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 24px;
}
.name-designation-wrap span{
	display: block;
	font-size: 14px;
	line-height: 20px;
}
/*--End Testimonials---*/
.hd.txt-center h3{
	float: none;
	text-align: center;
}
.payment-bx-gray{
	background: #FBFBFB;
	border: 1px solid #C7D0D6;
	padding: 24px;
	max-width: 455px;
	margin:45px auto;
}
.payment-bx-gray .errortxt {
	padding-bottom: 0;
}
.payment-bx-gray form h4{
	margin-top: 0;
}
.payment-btn-wrap{
	margin-bottom: 0;
}
.payment-bx-gray form{
	margin-bottom: 0;
}
.payment-bx-gray #prepaid_id {
  max-width: 195px;
}
/*CSA page*/
.csa-title{
	font-family: 'TrebuchetMS';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	text-transform: unset;
	color: #0B408F;
	margin-top: 25px;
	margin-bottom: 24px;
}
.csa-list-style li{
	margin-bottom: 30px;
	margin-top: 25px;
}
.csa-list-style {
	padding-left: 13px;
}
.csa-link a{
	font-family: 'TrebuchetMS';
	background: #0B408F;
	padding: 8px 13px;
	color:#fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	line-height: 23px;
	display: inline-block;
}
.csa-link{
	text-align: center;
	margin-top: 60px;
}

.second-stage-img, .job-placements-sec, .example-sec{
	
	display: grid;
	grid-template-columns: 2fr 2fr;
	gap: 51px 69px;
	margin: 0 auto;
	text-align: center;
	align-items: center;
	
	padding: 30px 0px;
	
  }
  .second-stage-img .img-content{
	
	display: grid;
	grid-template-columns: 2fr 2fr;
	gap: 0px 30px;
	margin: 0 auto;
	text-align: center;
	align-items: center;
justify-content: center;
  }
  .second-stage-img p{
	text-align: left;
  }
  .default-btn, body input[type="submit"] {
	background: #0b408f;
	font-family: "TrebuchetMS-Bold";
	font-size: 14px;
	font-weight: normal;
	padding: 8px 20px;
	text-transform: uppercase;
	color: #fff !important;
  }
  .default-btn:hover {
	background: #f00;
	text-decoration: none;
	color: #fff;
  }
  .default-btn:focus{
  	outline: 0;
	text-decoration: none;
  }
  .cover-page1 .cover-right-cont .partner-title, .cover-page1 .title-indi-report {
	line-height: 30px;
	font-family: 'OpenSansRegular';
	color: #343433;
  }
  .cover-page1 p{
	font-family: 'Arial';
  }
  .score-interpretation-img{
	
	display: grid;
	grid-template-columns: 2fr 2fr 2fr;
	gap: 51px 15px;
	margin: 0 auto;
	text-align: center;
	align-items: center;	
	padding: 30px 0px;
	
  }
  .example-sec ul li{
	font-family: 'TrebuchetMS';
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #363636;
  }
  .example-sec ul {
	border: 1px solid #D2D2D2;
	padding: 16px 30px;
  }
 .job-placements-sec textarea {
	height: 200px;
}
.score-interpretation-main h4, .wpi-score-txt{
	font-family: "TrebuchetMS-Bold";
	font-size: 20px;
		text-transform: inherit;
		color: #363636;

}
.wpi-score-txt a{
	color: #0b408f;
	border-bottom: 2px solid #0b408f;
}
.wpi-score-txt a:hover{
	color: #ff0204;
	border-bottom: 2px solid #ff0204;
}
.score-interpretation-main .hd h3{
	text-transform: uppercase;
	/*color: #363636;*/
}

.error404 .feedback-sec.hd h3{
	text-transform: uppercase;
	color: #0b408f;	
}
.score-interpretation-main .job-placements-sec h4, .score-interpretation-main .example-sec h4{
	font-size: 18px;
	text-align: left;
}
.error404 .stage3-page .hd h3, .error404 .wpi-user-signup .hd h3{
	text-transform: uppercase;
}
.ebook_result_list{
	display: grid;
	grid-template-columns: 5fr 5fr 5fr 5fr 5fr;
	gap: 51px 0px;
	margin: 0;
	text-align: center;
	align-items: center;
	padding: 30px 0px;
	max-width: 550px;
	width: 100%;
}
.ebook_result_list li{
	list-style: none;
	text-align: center;
	margin-left: 0;
}
.ebook_result_list input[type="radio"] {
	display: block;
	margin: 0 auto;
}
.result-para p {
	text-align: center;
  }
  .feedback-sub-txt, .feedback-share-sec h4{
	font-family: "TrebuchetMS-Bold";
	font-size: 16px;
	line-height: 30px;
	text-transform: inherit;
	color: #363636;
	text-align: center;
  }
  #surveyFeedback .feedback-sub-txt, #surveyFeedback .feedback-share-sec h4{
  	text-align: left;
  }
 .feedback-share-sec #feedback_thoughts {
	max-width: 600px;
  }
  .thank-you-hd{
	border-bottom: none;
  }
  .ebook_result_list input[type=radio] + label>img {
	border: 1px dashed #444;
	width: 48px;
	height: 48px;
	transition: 500ms all;
	text-align: center;
	width: 48px;
	margin: 0 auto;
	display: block;
  }
  .ebook_result_list input[type=radio] + label>img::selection {
	border:1px solid #000;

  }
  #invite_friend_popup .modal-content.thank-you-form .modal-header{
	font-family: 'TrebuchetMS';
 text-align: center;
font-weight: 700;
font-size: 24px;
line-height: 30px;
border-bottom: none;
  }
  .modal-content.thank-you-form .modal-footer {
	border-top: none;
  }
  #invite_friend_popup .modal-content.thank-you-form #responseform_sec label{
	font-family: 'TrebuchetMS';
	font-size: 16px;
line-height: 30px;
font-weight: 400;
  }
  #invite_friend_popup .modal-content.thank-you-form #responseform_sec input[type="text"]{
	height: 50px;
  }
  #invite_friend_popup .social-sec a:link {
	margin: 9px 20px;
  }
  #invite_friend_popup .social-sec {
	text-align: center;
  }
  #invite_friend_popup .submit-button{
	text-align: center;
	margin-top: 26px;
  }
  #invite_friend_popup .modal-title {
	font-size: 24px;
	margin-top: 15px;
line-height: 30px;

  }
  .modal-content.thank-you-form {
	border-radius: 0px;
	padding: 50px 0px;
  }
  #invite_friend_popup .modal-header .close {
	margin-top: -44px;
  }
  #invite_friend_popup .modal-content.thank-you-form #responseform_sec label span {
	color: #ff0204;

  }
  /*#veryunsatisfied, #unsatisfied, #neutral, #satisfied, #verysatisfied {
	display: none;
  }
  .ebook_result_list .very-unsatisfied input[type="radio"] + label > img{
	background-image: url('http://staging.gilbertems.com/wp-content/uploads/2023/05/ph_smiley-nervous.png');
	width: 46px;
  }
  .ebook_result_list .unsatisfied input[type="radio"] + label {
	background-image: url('http://staging.gilbertems.com/wp-content/uploads/2023/05/ph_smiley-meh.png');
	width: 46px;
  }
  .ebook_result_list .neutral input[type="radio"] + label {
	background-image: url('http://staging.gilbertems.com/wp-content/uploads/2023/05/codicon_smiley.png');
	width: 46px;
  }
  .ebook_result_list .satisfied input[type="radio"] + label {
	background-image: url('http://staging.gilbertems.com/wp-content/uploads/2023/05/streamline_mail-smiley-sad-face-chat-message-smiley-emoji-sad-face-unsatisfied.png');
	width: 46px;
  }
  .ebook_result_list .verysatisfied input[type="radio"] + label {
	background-image: url('http://staging.gilbertems.com/wp-content/uploads/2023/05/fontisto_smiley.png');
	width: 46px;
  }


  .ebook_result_list .very-unsatisfied input[type="radio"] + label :hover, .ebook_result_list .very-unsatisfied input[type=radio]:checked + label {
	background-image: url('http://staging.gilbertems.com/wp-content/uploads/2023/05/ph_smiley-nervous-1.png');
	width: 46px;
  }

  .ebook_result_list .unsatisfied input[type="radio"] + label:hover, .ebook_result_list .unsatisfied input[type=radio]:checked + label{
	background-image: url('http://staging.gilbertems.com/wp-content/uploads/2023/05/ph_smiley-meh-1.png');
  }
  .ebook_result_list .neutral input[type="radio"] + label:hover, .ebook_result_list .neutral input[type=radio]:checked + label  {
	background-image: url('http://staging.gilbertems.com/wp-content/uploads/2023/05/codicon_smiley-1.png');
	width: 46px;
  }
  .ebook_result_list .satisfied input[type="radio"] + label:hover, .ebook_result_list .satisfied input[type=radio]:checked + label  {
	background-image: url('http://staging.gilbertems.com/wp-content/uploads/2023/05/streamline_mail-smiley-sad-face-chat-message-smiley-emoji-sad-face-unsatisfied-1.png');
	width: 46px;
  }
  .ebook_result_list .verysatisfied input[type="radio"] + label:hover, .ebook_result_list .verysatisfied input[type=radio]:checked + label {
	background-image: url('http://staging.gilbertems.com/wp-content/uploads/2023/05/fontisto_smiley-1.png');
	width: 46px;
  }
  .ebook_result_list .very-unsatisfied input[type="radio"] + label:hover, .ebook_result_list .very-unsatisfied input[type=radio]:checked + label{
	background-image: url('http://staging.gilbertems.com/wp-content/uploads/2023/05/ph_smiley-nervous-1.png');
	width: 46px;
  }
  
  .ebook_result_list input[type="radio"] + label >:hover:active img {
	display: none;

  }*/

 .ebook_result_list [type="radio"]:checked,
.ebook_result_list [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.ebook_result_list [type="radio"]:checked + label,
.ebook_result_list [type="radio"]:not(:checked) + label
{
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 30px;
    position: relative;
    padding-top: 50px;
    cursor: pointer;
    color: #363636;
    display: inline-block;
    padding-left: 0;

}
.ebook_result_list [type="radio"]:checked + label:before,
.ebook_result_list [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 100%;
    right: 0;
    margin: 0 auto;

}
.ebook_result_list [type="radio"]:checked + label:after,
.ebook_result_list [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    right: 0;
    margin: 0 auto;
}

.ebook_result_list .very-unsatisfied [type="radio"]:checked + label:before,
.ebook_result_list .very-unsatisfied [type="radio"]:not(:checked) + label:before {
background: url('images/very_unsatisfied.png') no-repeat center;
}
.ebook_result_list .very-unsatisfied [type="radio"]:checked + label:after,
.ebook_result_list .very-unsatisfied [type="radio"]:not(:checked) + label:after {
background: url('images/very_unsatisfied_active.png') no-repeat center;
}

.ebook_result_list .unsatisfied [type="radio"]:checked + label:before,
.ebook_result_list .unsatisfied [type="radio"]:not(:checked) + label:before {
background: url('images/unsatisfied.png') no-repeat center;
}
.ebook_result_list .unsatisfied [type="radio"]:checked + label:after,
.ebook_result_list .unsatisfied [type="radio"]:not(:checked) + label:after {
background: url('images/unsatisfied_active.png') no-repeat center;
}

.ebook_result_list .neutral [type="radio"]:checked + label:before,
.ebook_result_list .neutral [type="radio"]:not(:checked) + label:before {
background: url('images/neutral.png') no-repeat center;
}
.ebook_result_list .neutral [type="radio"]:checked + label:after,
.ebook_result_list .neutral [type="radio"]:not(:checked) + label:after {
background: url('images/neutral_active.png') no-repeat center;
}

.ebook_result_list .satisfied [type="radio"]:checked + label:before,
.ebook_result_list .satisfied [type="radio"]:not(:checked) + label:before {
background: url('images/satisfied.png') no-repeat center;
}
.ebook_result_list .satisfied [type="radio"]:checked + label:after,
.ebook_result_list .satisfied [type="radio"]:not(:checked) + label:after {
background: url('images/satisfied_active.png') no-repeat center;
}

.ebook_result_list .verysatisfied [type="radio"]:checked + label:before,
.ebook_result_list .verysatisfied [type="radio"]:not(:checked) + label:before {
background: url('images/very_satisfied.png') no-repeat center;
}
.ebook_result_list .verysatisfied [type="radio"]:checked + label:after,
.ebook_result_list .verysatisfied [type="radio"]:not(:checked) + label:after {
background: url('images/very_satisfied_active.png') no-repeat center;
}

.ebook_result_list [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.ebook_result_list [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.error404 .stage2-page .hd h3 {
	text-transform: uppercase;

}
.main-con-td.education-sec .blue-txt.graph {
	text-align: left;
  }

/*---Smiley Face animatio--*/
.rating-scale-parent {
  text-align: center;
  position: relative;
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
  transition: background-color 0.5s ease-in-out;
}
 
.rating-col img {
/*  transition: filter 0.5s ease-in-out; /* Smooth transition for the filter effect */*/
}
 
.middle-position .rating-col img {
  filter: grayscale(100%); /* Apply grayscale when in the middle position */
}
 
.very-good-rating img {
  filter: grayscale(0%); /* No grayscale for very good rating images */
}
 
.almost-good-rating img {
  filter: grayscale(0%); /* No grayscale for almost good rating images */
}
 
 
.rating-col label span {
  background: #0f99d6;
  transition: background-color 0.5s ease-in-out;
}
 
.middle-position .rating-col label span {
  background: #ddd; /* Grey color when in the middle */
}
 
 
.dragme {
  width: 20px;
  height: 14px;
  position: absolute;
  top: 29%;
  left:50%;
  transform: translate(-50%, -50%);
  cursor: grab;
  z-index: 99;
}
.rating_scale {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
}
.rating-col {
  width: 50%;
  text-align: center;
  position: relative;
}
.rating-col .arrow-scale {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 32px;
}
.rating-col h4{
  font-size: 18px;
  line-height: 34px;
  margin-top: 0;
  margin-bottom: 5px;
}
.rating-col label{
  margin-bottom: 19px;
  display: block;
}
.rating-col label span {
    display: inline-block;
    box-sizing: border-box;
    padding: 15px 0;
    width: 100%;
    background: #0f99d6;
}
.rating-col.almost-good-rating label span{
  background: #EF4D4D;
  border-radius: 60px 0px 0px 60px;
}
.rating-col.almost-good-rating label span{
  background: #F5DF68;
}
.rating-col.very-good-rating label span{
  background: #5CB26A;
  border-radius: 0px 60px 60px 0px;
}
.rating-col label input[type="radio"] {
  display: none;
}
.rating-col label input[type="radio"]:checked ~ span {
  position: relative;
}
.rating-col label input[type="radio"]:checked ~ span:after{
  content: none;
  display: block;
  width: 24px;
  height: 18px;
  position: absolute;
  right: 0px;
  top: -10px;
  left: 0px;
  margin: 0 auto;
}
/*---End Smiley Face animation--*/
.radio-label-inline-align {
  overflow: hidden;
}
.radio-label-inline-align .form-group{
	float: left;
	margin-right: 30px;
	margin-bottom: 0;
}
.form-input-design .form-group{
	margin-bottom: 0;
}
.radio-label-inline-align label{
	width: auto;
	font-size: 16px;
	line-height: 30px;
}
.radio-label-inline-align label.font-weight-normal,
.form-input-design label.font-weight-normal{
	font-weight: normal;
}
.row{
	margin-right: -15px;
	margin-left: -15px;
}
body .form-input-design input[type="text"]{
	background: #FFFFFF;
	border: 1px solid #DADADA;
	padding: 10px 20px;
	font-family: 'TrebuchetMS';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #363636;
}
.social-sec a {
  margin-right: 40px;
}
.social-sec a:last-child{
	margin-right: 0px;
}
.margin-bottom-40{
	margin-bottom: 40px;
}
.radio-button-design [type="radio"]:checked,
.radio-button-design [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radio-button-design [type="radio"]:checked + label,
.radio-button-design [type="radio"]:not(:checked) + label
{
	position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;

}
.radio-button-design [type="radio"]:checked + label:before,
.radio-button-design [type="radio"]:not(:checked) + label:before {
        content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    border: 1px solid #DADADA;
    border-radius: 100%;
    background: #fff;

}
.radio-button-design [type="radio"]:checked + label:after,
.radio-button-design [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #0B408F;
    position: absolute;
    top: 8px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.radio-button-design [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.radio-button-design [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.error_class{
border: 1px solid #f00 !important;
}

/*CSA page*/
/*New spacing changes for all stage pages start*/
.wpi-user-signup {
  padding-bottom: 200px;
  padding-top: 10px;
}
.error404 .head{
	display: flex;
	align-items: center;
}
.error404 .head li.hd1{
	padding-top: 0;
}
.error404 .head li.hd2{
	align-items: center;
	justify-content: center;
}
.error404 .head li.hd2{
	display: flex;	
}
.your-result-top-sec{
	margin-bottom: 27px;
}
.your-result-top-sec .content-hd{
	margin-bottom: 27px;
}
.your-result-top-sec p{
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	color: #363636;
	margin-bottom: 18px;
}
.your-result-top-sec p.light-bg{
	font-size: 16px;
	line-height: 30px;
	color: #363636;
	margin-bottom: 7px;
}
.download-pdf-cont-sec{
	margin-bottom: 27px;
}
.download-pdf-cont-sec p{
	margin-bottom: 27px;
}
.download-pdf-cont-sec h4{
	margin: 0;
	text-transform: inherit;
}
.download-pdf-cont-sec > ul{
	margin-bottom: 27px
}
.lets-go-stage-next-sec .hd{
	margin-bottom: 27px;
}
.view-result-sec {
  margin-top: 32px;
}
.csa_welcome_wrap .csa-title{
	text-transform: unset;
}
.lets-go-stage-next-sec h3{
	text-transform: unset;
}
.your-result-testimonial-sec{
	padding-bottom: 70px;
}
.font-size-20{
	font-size: 20px;
	line-height: 30px;
	color: #363636;
}
.csa-second-stag-cont h4{
	font-size: 20px;
	line-height: 30px;
	color: #0B408F;
	text-transform: unset;
}
.margin-bottom-27{
	margin-bottom: 27px;
}
.proced-to-pay-sec{
	margin-top: 43px;
	margin-bottom: 75px;
}
.wpi-user-signup.user-signup-csa-payment-sec{
	padding-bottom: 0;
}
.user-signup-csa-payment-sec .hd h3{
	margin: 0 auto;
}
.hd.work-experience-heading{
	margin-bottom: 40px;
}
.survery-top-section {
  padding-bottom: 10px;
}
#surveyDataFRM .clock-dis{
	margin-bottom: 20px;
}
.survery-submit-sec{
	margin-top: 20px;
}
.second-stage-img.single-col-row{
	padding: 20px;
	background-color: #FBFBFB;
	margin-bottom: 40px;
}
.second-stage-img.doble-col-row{
	margin-bottom: 40px;
	padding: 0;
	gap: 24px;
}
.second-stage-img.doble-col-row .img-content{
	padding: 20px;
	background-color: #FBFBFB;
}
.treblig-box-botton-sec{
	margin-bottom: 32px;
}
.treblig-box-botton-sec h4{
	font-size: 20px;
	line-height: 30px;
	color: #363636;
	margin-bottom: 30px;
}
.treblig-box-botton-sec h5{
	font-size: 18px;
	line-height: 30px;
	color: #363636;
}
.stage3-page p{
	margin-bottom: 10px;
}
.stage4-page p{
	margin-bottom: 10px;
}
.stage4-page ul li{
	margin-bottom: 0px;
}
.stage3-unlock-3 {
  margin: 85px 0 20px;
}
.stage3-page .hd img{
	margin-bottom: -1px;
}
.feed-common-popup .modal-dialog{
	max-width: 550px;
	width: 100%;
	margin: 10% auto 0;
}
.feed-common-popup .modal-header{
	border-bottom: none;
}
.feed-common-popup .modal-footer{
	border-top: none;
}
.feed-common-popup .modal-body{
	padding: 20px 75px;
}
.feed-common-popup .modal-body p{
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	color: #363636;
}
.feed-common-popup .modal-body > div{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
/*.feed-common-popup .modal-body > div p*/
.feed-common-popup .modal-body .radio-design p{
	width: 20%;
}
body #opinion_text textarea{
	border: 1px solid #dcdee4;
	resize: none;
	min-height: 95px;
}
.feed-common-popup .modal-body > div#opinion_text,
.feed-common-popup .modal-body > div.feedback_option_wrap{
	margin-bottom: 20px;
}
/*---------------------------------*/
.radio-design [type="radio"]:checked,
.radio-design [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radio-design [type="radio"]:checked + label,
.radio-design [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.radio-design [type="radio"]:checked + label:before,
.radio-design [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #DADADA;
    border-radius: 100%;
    background: #fff;
}
.radio-design [type="radio"]:checked + label:after,
.radio-design [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #0B408F;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.radio-design [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.radio-design [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*---------------------------------*/
.ebook-download-result-top-sec{
	margin-bottom: 68px;
}
.ebook-download-result-top-sec .hd h3{
	margin: 0 auto;
}
.download-ebook-sec .default-btn{
	text-transform: unset;
	margin-right: 15px;
}
.download-ebook-sec .default-btn:last-child{
	margin-right: 0;
}
.ebook-download-result-top-sec .result-para {
  max-width: 535px;
  width: 100%;
  margin: 0 auto 40px;
}
.meeting-with-coach-sec{
	padding-bottom: 50px;
}
.meeting-with-coach-row {
  display: flex;
  gap: 43px;
}
.meeting-with-coach-col {
  width: 50%;
}
.meeting-with-coach-col ul{
	padding-left: 0;
}
.meeting-with-coach-col li {
  list-style-type: none;
  margin-bottom: 20px;
}
.meeting-with-coach-sec h4{
	font-size: 20px;
	line-height: 30px;
	color: #0B408F;
	margin-bottom: 20px;
	text-transform: unset;
}
.hd.thank-you-hd{
	margin-bottom: 40px;
}
.thank-you-hd h2{
	margin: 0 auto;
	line-height: 40px;
}
.invite-friend-button-sec{
	margin-bottom: 35px;
}
body #invite_friend_popup input[type="text"], 
body #invite_friend_popup input[type="email"],
#invite_friend_popup textarea{
	border: 1px solid #DADADA;
}
body input[type="submit"]:hover, body input[type="submit"]:focus,
.btn-wrap a:hover, .btn-wrap a:focus{
	background: hsl(0, 100%, 50%);
}
.modal-header .close{
	opacity: 1;
}
.wpi-regi-step2-cont .form_radio label span{
	color: #333333;
}
#invite_friend_popup textarea{
	resize: none;
}
.radio-design-parent .radio-design {
  display: flex;
  align-items: center;
}
.radio-design-parent .radio-design p{
  width: 80px;
}
#invite_friend_popup .modal-content.thank-you-form #responseform_sec .radio-design label{
	line-height: 20px;
}
.devide-or{
	border-bottom: 1px solid #DADADA;
	line-height: 0;
	text-align: center;
	margin: 17px 0 25px;
}
.devide-or span {
  background: #fff;
  padding: 0 10px;
}
.responseMessage-wrap p{
	text-align: center;
}
.no-bullet{
	list-style-type: none;
}
.primary_survey_que_heading h3 {
	text-transform: unset;
}
#invite_friend_popup .modal-dialog{
	width: 550px;
}
#invite_friend_popup .modal-footer{
	padding: 0;
}
#invite_friend_popup .modal-body{
	padding-top: 0;
}
#invite_friend_popup .modal-body .responseMessage-wrap .default-btn{
	width: 160px;
}
.meeting-with-coach-col-left{
	text-align: center;
	margin-bottom: 50px;
}
.ebook-download-bottom-btn-sec{
	margin-bottom: 55px;
}
.text-transform-unset{
	text-transform: unset !important;
}

.stage-progress-section{
	position: relative;
	height: 100px;
	text-align: center;
}
.stage-progress-section .stage-custom-links{
  position: relative;
  width: 20%;
display: inline-block;
}

.stage-progress-section .stage-custom-links:focus{
	outline: 0;
	text-decoration: none;
}
.stage-progress-section .stage-custom-links:before{
  content: '';
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 30px;
  margin: 0 auto;
  background: #ffffff;
  border: 3px solid #0b408f;
  border-radius: 50%; 
  z-index: 9; 
}
.stage-progress-section .stage-custom-links.current-inprogress-stage:before{
  border: 3px solid #ff0204;
  background: #ff0204;
}
.stage-progress-section .stage-custom-links.active:before{
  border: 3px solid #0b408f;
  background: #0b408f;
}
.stage-progress-section .stage-custom-links.current-inprogress-stage:before,
.stage-progress-section .stage-custom-links.active.current-inprogress-stage:before{
  border: 3px solid #ff0204;
  background: #ff0204;	
}
.stage-progress-section .stage-custom-links:after{
  content: '';
  width: 100%;
  height: 3px;
  background-color: #0b408f;
  position: absolute;
  left: 50%;
  top: 43px;
  z-index: -9;
}
/*.stage-progress-section .stage-custom-links:nth-child(3):after{
  height: 6px;
}*/
ol{
	font-weight: normal;
}
.stage-progress-section .stage-custom-links:last-child:after{
  content: none;
}
/*New spacing changes for all stage pages end*/
.pop-desc{
	text-align: center;
	line-height: 22px !important;
	max-width: 360px;
	margin: 0 auto 15px;
}

@media only screen and (min-width: 1400px){
	.owl-wrapper-outer{
 		height: 650px !important;
		max-height:700px;
	}
}

@media only screen and (min-width: 1200px){
	
	.row.grey-bg-sec{
		display: flex;
		align-items: center;
	}

}
@media only screen and (max-width: 1200px) {
	
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	
	.hm-abt-ct p{
		margin-bottom:2px;
		font-size:15px;
		line-height:25px;
	}
	.hm-abt-ct{
		padding-top:5px;
	}
	.service-wrap .bx-pr > img{
		width:45%;
	}
	.product-details{
		height:301px;
	}
	.bx-pr p{
		line-height:25px;
		}
	/*---Banner Text style-----*/
	#banner{
		position:relative;
		}
	.inner-page-heading {
	    bottom: 5px;
	    color: #081019;
	    left:0;
	    position: absolute;
	}
	.inner-page-heading h1{
		font-size:40px;	
		font-family: 'TrebuchetMS-Bold';
		margin-top:5px;
	}
	.inner-page-heading .banner-txt{
		font-family: 'TrebuchetMS';
		font-size:21px;
	}
	.inner-page-heading .btxt-author{
		font-family: 'TrebuchetMS-Italic';
		font-size:15px;
		float: right;
	}
	.banner-txt-wrap span{
		display:block;
	}
	.inner-page-heading .banner-txt-wrap{
		margin-left: 170px;
	    max-width: 530px;
	    overflow: hidden;
	}
	.sign-in-top a{
		padding:6px 0 9px 25px;
	}
	.header-top {
	  font-size: 10px;
	}
	.book-top{
		height:281px;
	}
	.col-md-7.top-info{
		width:50%;
	}
	.col-md-5.sign-in-padding{
		width:49%;
	}
	.product-heading{
		min-height:81px;
		}
	.product-details{
		height: 315px;
	}
}
@media only screen and (max-width: 991px) {
	.about-us-page .promise{
		padding-left:15px;
		margin-top:30px;
	}
	.about-us-page .about-us{
		padding-right:15px;
	}
	.hd h3{
		font-size:20px;
	}
	.hd-subhd-txt{
		font-size: 15px;
	  line-height: 20px;
	}
	.hd-subhd h3 {
	  min-width: 100px;
	}
	.about-us-page .row{
		margin-left:0px;
		margin-right:0px;
	}
	.content-subheading h4{
		font-size: 20px;
	}
	.para-title{
		font-size:19px;
	}
	
	.about-short{
		background-size:31%;
	}
	.product-details{
		height:280px;
	}
	.bx-pr p{
		line-height:25px;
		}
	.act-creation.col-md-8 {
    	overflow: hidden;
	}
	.signin-box {
		clear: both;
		padding-top: 15px;
	}
	.content-hd h3 {
	  font-size: 26px;
	}
}
@media only screen and (min-width: 768px) {

	#invite_friend_popup .modal-dialog {
		margin: 6% auto 30px;
	}
	#invite_friend_popup .modal-body {
		margin: 0px 50px;
	  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.abt-profile img {
		padding-top: 25px;
	}
	.hm-abt-ct h2{
		font-size:32px;
	}
	.hm-abt-ct p{
		margin-bottom:2px;
		font-size:15px;
		line-height:22px;
	}
	.hm-abt-ct {
		padding-top: 5px;
	}
	.section-wrap h2{
		font-size:28px;
	}
	.journal-bx a h3{
		margin: 56px 15px;
	}
	.journal-wrap .bg-img{
		height:132px;
	}
	.journal-bx a h3{
		font-size:19px;
	}
	.hover-arrows img{
		width:14%;
	}
	.service-wrap .bx-pr > img{
		width: 25%;
	}
	.service-wrap .bx-wrap .col-md-6{
		margin-top:20px;
	}
	.service-wrap .bx-wrap .col-md-6:first-child{
		margin-top:0px;
	}
	.site-footer .container {
		width: 763px;
	}
	.site-footer-inner .mail-info span{
		padding: 15px 45px;
		}
	/*---Banner Text style-----*/

	.inner-page-heading {   
	    left:0;
		bottom: 0;
	}
	.inner-page-heading h1 {
	    font-size: 35px;
		margin-top: 5px;
	}
	.inner-page-heading .banner-txt{
		font-size: 16px;
	}
	.inner-page-heading .btxt-author {   
	    font-size: 13px;
	}
	.inner-page-heading .banner-txt-wrap {
	    margin-left: 115px;
	    max-width: 460px;
	}
	.inner-page-heading .banner-txt-wrap{
		float:inherit;
	}
	.bx-pr p{
		min-height:150px;
	}
	.address-txt{
		display:block;
	}
	#home-slider .content-wrapper {
	    top: 38%;
	}
	#home-slider .slide-content h2{
		font-size: 24px;
	}
	#home-slider .slide-content h1{
		font-size: 39px;
	}
	.sign-in-padding{
		padding-left:0px;
		padding-right:0px;
	}
	.service-content{
		padding-bottom:0;
	}
	.top-info .mail-info span{
		display:inline;
	}
	.top-info .mail-info{
		text-align:center;
	}
	.sign-in-padding .sign-in-top{
		text-align:center;
		float:none;
		margin-top:12px;
	}
	.header-bottom{
		padding:14px 0px;
	}
	.lea-home-page form p{
		text-align:inherit;
	}
	.header-top {
		min-height: 90px;
	}
}
@media only screen and (max-width: 767px) {
	p{
		font-size:14px;
		line-height:25px;
	}
	
	.sticky .site-header-inner h1{
		margin-bottom:13px !important;
	}
	
	.section-wrap.hm-product-bg{
		padding-top:60px;
	}
	.sticky #logo img{
		width:150px;
	}
	.sticky .mean-container a.meanmenu-reveal{
		padding:3px 13px 3px 13px;
		height:17px;
	}
	.sticky .mean-container .mean-bar{
		border:1px solid;
	}
	
	.sticky .mean-container .mean-nav{
		margin-top:21px;
	}
	.hm-abt-ct {
		padding-top: 5px;
	}
	.mail-info{
		padding-bottom:0px;
	}
	
	.mail-info span{
		margin-right:0px;
	}
	.address-txt{
		margin-bottom:6px;
		display:block;
	}
	.mean-container .mean-bar, .mean-container .mean-bar .meanmenu-reveal{
		background-color: #2c5b9f;
		border:1px solid #2c5b9f;
	}
	.mean-container .mean-bar{
		border:2px solid #2c5b9f;
	}
	.mean-container .mean-nav{
		background:#fff repeat scroll 0 0;
	}
	.mean-container .mean-nav ul li{
		border-bottom:1px solid rgba(0, 0, 0, 0.1);
		margin-left:0px;
	}
	.mean-container .mean-nav ul li a{
		color:#2c5b9f;
		text-align:center;
		padding:3px 5%;
	}
	.mean-container .mean-nav ul > li:hover > a{
		color:#ff0204;
	}
	.mean-container a.meanmenu-reveal{
		outline:none;
	}
	/*---Footer---*/
	.site-footer-inner .mail-info{
		float:none;
	}
	.site-footer-inner .mail-info span{
		border-right:none;
		float:none;
		display:block;
	}
	.site-footer-inner .mail-info .ft-address{
		width:100%;
	}
	/*---End footer---*/
	.section-wrap h2{
		font-size:27px;
	}
	.hm-abt-ct h2{
		font-size:25px;
	}
	.product-tool .col-md-4{
		float:left;
		width:50%;
	}
	.journal-wrap .bx-wrap{
		max-width:530px;
		margin: 0 auto;
	}
	.journal-wrap .bx-wrap .col-sm-4{
		margin-bottom:25px;
	}
	.service-wrap .bx-pr > img{
		width:38%;
	}
	.service-wrap .bx-wrap .col-md-6 {
		margin-top: 20px;
	}
	#home-slider .slide-content{
		max-width:411px;
	}
	#home-slider .slide-content h2{
		font-size:15px;
	}
	#home-slider .slide-content h1{
		font-size:25px;
	}
	#home-slider .slide-content > span{
		font-size:11px;
	}
	.hover-arrows img{
		width:11%;
	}
	.side-title h5{
		font-size:14px;
	}
	.product-details{
		height:230px;
		/*overflow: hidden;*/
	}
	
	/*---Banner Text style-----*/

	.inner-page-heading {   
	    left: 65px;
		bottom: 30px;
	}
	.inner-page-heading h1 {
	    font-size: 20px;
	    margin-bottom: 2%;
	    margin-top: 3px;
	}
	.inner-page-heading .banner-txt{
		font-size: 13px;
	}
	.inner-page-heading .btxt-author {   
	    font-size: 11px;
	}
	.inner-page-heading .banner-txt-wrap {
	    margin-left: 60px;
	    max-width: 440px;;
		padding-right: 20px;
	}
	.inner-page-heading .banner-txt-wrap{
		float:inherit;
	}
	.sign-in-padding {
	  padding-left: 15px;
	  padding-right: 15px;
	}
	.sign-in-top{
		float:inherit;
		text-align:center;
		padding-top: 25px;
	}
	.sign-in-top a{
		width: 100%;
		display: block;
		padding: 6px 0 6px 35px;
		background-size:inherit;
	}
	.header-bottom .mean-container .mean-nav{
		margin-top:30px;
	}
	.header-bottom .mean-container a.meanmenu-reveal{
		padding: 3px 13px 3px;
	}	
	.header-bottom .mean-container .mean-bar{
		padding: 0;
	}
	.home .main-content{
		margin-top:0px;
	}
	.about-short{
		background-size: 50% auto;
	}
	.mail-info span{
		margin-right:10px;
	}
	.about-short {
	    background-size: 30% auto;
	}
	.inner-page-heading{
		left:0px;
	}	
	.recognitions-wrap .hd h3{
		padding:0px;
		width:88%;
		line-height:18px;
	}
	.act-creation, .sign-into-lea{
		padding-left:0px;
		padding-right:0px;
		}
	.lea-home-page form p{
		text-align:inherit;
	}
	.score-interpretation-img, .second-stage-img, .job-placements-sec, .ebook_result_list {
		grid-template-columns: 1fr;
	}

	.feed-common-popup .modal-body {
	  padding: 20px 20px;
	}
	.feed-common-popup .modal-dialog{
		max-width: 94%;
		margin: 5% auto;
	}

	.meeting-with-coach-row {
	  flex-direction: column;
	}
	.meeting-with-coach-col {
	  width: 100%;
	}
	/*.feed-common-popup .modal-body > div p*/ 
	.feed-common-popup .modal-body .radio-design p{
	  width: 30%;
	}
	.example-sec{
	  grid-template-columns: 1fr;
	}
	.row.grey-bg-sec{
		padding: 5px;
	}
	#invite_friend_popup .modal-dialog {
	  width: 96%;
	}
	.hd-subhd {
	  display: block;
	}
	.hd-subhd-txt{
		font-size: 15px;
		line-height: 18px;
	}
	.hd-subhd h3 {
	  min-width: 100%;
	}
}

@media only screen and (max-width: 580px) {
	
	.product-tool .col-md-4,.product-tool .col-md-6{
		float:none;
		width:100%;
	}
	.hd img{
		width:50px;;
	}
	.hd h3{
		font-size:20px !important;
		padding: 2px;
	}
	.hd-subhd-txt{
		padding-left: 2px;
	}
	.about-us-page .hd span{
		font-size:11px;
	}
	.content-subheading h4{
		font-size: 18px;
	}
	.para-title{
		font-size:17px;
	}
	.product-content-wrap .bx-wrap .col-xs-6{
		width:100%;
	}
	.product-details{
		height:100%;
	}
	.about-short{
		background-size:40%;
	}
	.about-us-page .row{
		margin-left:-15px;
		margin-right:-15px;
	}
	.mail-info span{
		margin-right:10px;
	}
	.box-repeat-wrap {
		grid-template-columns: 1fr;
	}
	.ion-hd h3 {
	  font-size: 18px !important;
	  margin: 0 0 0 10px;
	}
	.stage2-page .hd{
		display: flex;
		align-items: end;
	}
	.payment-bx-gray #prepaid_id {
	  max-width: 100%;
	}
	.payment-bx-gray{
		padding: 15px;
	}

	.stage-progress-section .stage-custom-links{
		width: 25%;
	}
	.download-ebook-sec .default-btn{
		margin-bottom: 15px;
		margin-right: 0;
	}
	.download-ebook-sec .default-btn:last-child{
		margin-bottom: 0;
	}

	.thank-you-hd h2{
		font-size: 30px;
	}
}
@media only screen and (max-width: 479px) {
	.gilbert-book-price-info{
		font-size: 10px;
    }
	
	body{
		font-size:13px !important;
	}
	
	p, li{
		text-align:left;
	}
	
	h3, .h3{
		font-size:14px !important;
		line-height:21px !important
	}
	.site-navigation {
	    width: 96%;
	}	
	.footer-menu ul li{
		display: block;
		margin-bottom: 10px;
		text-align: center;		
	}	
	.about-short{
		margin-top:10px;
	}
	
	.footer-menu ul li:after{
		content:"";
	}
	.section-wrap h2{
		font-size:17px;
	}
	.service-wrap .bx-pr > img {
		width: 100%;
	}
	.hm-abt-ct{
		padding:0px 10px;
		margin-left:0px;
		width:100%;
	}
	.about-short{
		background-size:58%;
	}
	.journal-wrap .bg-img{
		height:132px;
	}
	.journal-bx a h3{
		margin: 55px 15px;
		font-size:20px;
	}
	.hd h3{
		/*width:79%;*/
		width:auto;
		font-size:16px;	
	}
	.about-us-page .hd span{
		font-size:10px;
	}
	#home-slider .slide-content h2{
		font-size:12px;
		line-height: 16px;
    	margin: 0;
	}
	#home-slider .slide-content h1{
		font-size:20px;
		line-height: 16px;
   		margin: 0;
	}
	#home-slider .slide-content > span{
		font-size:9px;	
	}
	.video-wrap video {
		width: 100%;
	}
	.recognitions-content{
		padding:20px 0px;
	}	
		/*---Banner Text style-----*/
		
	#banner > img{
		height:110px;
	}

	.inner-page-heading {   
	    left: 15px;
		bottom: 30;
	}
	.inner-page-heading h1 {
	    font-size: 20px;
	    margin-bottom: -4%;
	    margin-top: 3px;
	}
	.inner-page-heading .banner-txt{
		font-size: 13px;
		}
	.inner-page-heading .btxt-author {   
	    font-size: 11px;
	}
	.inner-page-heading .banner-txt-wrap {
	    margin-left: 15px;
	    max-width: 440px;;
		padding-right: 20px;
	}
	.mean-container .mean-nav{
		margin-top:30px;
	}
	.mean-container a.meanmenu-reveal{
		padding: 3px 13px 3px;
	}	
	.mean-container .mean-bar{
		padding: 0;
	}
	.home .main-content{
		margin-top:0px;
	}
	.about-short{
		background-size: 50% auto;
	}
	.mail-info span{
		margin-right:10px;
	}
	.inner-page-heading{
		left:0px;
	}
	.hd h3{
		line-height:18px;
	}
	.innerpage-icon{
		margin-right:0px;
	}
	.recognitions-wrap .hd h3{
		padding:0px;
		width:86%;
	}
	.content-hd h3 {
	  font-size: 20px !important;
	}
	.content-hd h4{
		font-size: 18px;
	}
	
}

@media only screen and (min-width:581px) and (max-width:767px){
	.product-details{
		height:315px;
	}
}


/* CSA Website Revisions */
.content-hd-result {
    border-bottom: 2px solid #0b408f;
    padding-bottom: 15px;
    text-align: center;
}

.content-hd-result p {
    font-size: 22px;
	text-align: center;
}

.content-hd-result h4 {
    text-align: center;
    font-size: 22px;
    font-weight: 900;
}

.next-step-result{
	text-align: center;
	border-bottom: 2px solid #0b408f;
    padding-bottom: 50px;
}
.next-step-result p{
	text-align: center;
	line-height: 22px;
	padding-bottom: 25px;
}

.next-step-result h3{
	text-align: center;
	color:#0b408f;
	font-size: 30px;
}

.lets-go-stage-next-sec-result{
	padding-top: 25px;
	text-align: center;
}

.lets-go-stage-next-sec-result h3{
	text-align: center;
	color: #0b408f;
	font-size: 32px;
}

.lets-go-stage-next-sec-result p{
	text-align: center;
	line-height: 22px;
	text-align: center;
	padding-bottom: 20px;
}

.your-result-top-sec-result {
    line-height: 22px;
    text-align: center;
}
/*
#checkmarkIcon {
	background-color: #ccc;
    display: inline;
    padding: 5px;
    border-radius: 50%;
    width: 25px;
    margin-left: 5px;
}

#checkmarkIcon1 {
	background-color: #ccc;
    display: inline;
    padding: 5px;
    border-radius: 50%;
    width: 25px;
    margin-left: 5px;
}

#checkmarkIcon2 {
	margin-top: 5%;
    background-color: #ccc;
    display: inline;
    padding: 7px;
    border-radius: 50%;
    width: 32px;
    margin-left: 10px;
    height: 32px;
}

#checkmarkIcon3 {
	margin-top: 5%;
    background-color: #ccc;
    display: inline;
    padding: 7px;
    border-radius: 50%;
    width: 45px;
    margin-left: 10px;
    height: 32px;
}

#checkmarkIcon4 {
	margin-top: 5%;
    background-color: #ccc;
    display: inline;
    padding: 7px;
    border-radius: 50%;
    width: 50px;
    margin-left: 10px;
    height: 32px;
}

#checkmarkIcon5 {
	margin-top: 2%;
    background-color: #ccc;
    display: inline;
    padding: 7px;
    border-radius: 50%;
    width: 32px;
    margin-left: 10px;
    height: 32px;
}

.stage2-page-result h2 {
    font-size: 32px;
    color: #0b408f;
}

.blockrepeated-result h2 {
    font-size: 32px;
    color: #0b408f;
}

.stage3-overview h2{
	font-size: 32px;
    color: #0b408f;
}

.result-buttons {
    display: flex;
}

.next-step-result-2 {
    display: inline-block;
    text-align: center;
    border-bottom: 2px solid #0b408f;
    padding-bottom: 50px;
}
*/
.default-btn-steps{
    background: #0b408f;
    font-family: "TrebuchetMS-Bold";
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
    padding: 8px 20px;
    text-transform: math-auto;
    color: #fff !important;
}

body textarea, body input {
    -webkit-appearance: auto !important;
    -webkit-border-radius: 0px;
}




/*--Stage common css--*/
.stage-hd{
	font-size: 24px;
	color: #0b408f;
	text-transform: capitalize;
}
.default-btn.big-default-btn{
  padding: 9.0px 20px;
  min-width: 250px;
  display: inline-block;
  text-transform: inherit;
}
.btn-tick-sec{
	display: flex;
  	gap: 10px;
  	margin-top: 20px;
}
.btn-tick-wrap{
	flex-basis: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-tick-wrap > a {
	line-height: 17px;
  min-width: 265px;
  height: 100%;
  max-width: 265px;
  text-transform: inherit;
  align-items: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  min-height: 40px;

}
.btn-tick-wrap > a button{
	width: 100%;
	height: 100%;
}
.check-round{
	margin-top: 0;
	background-color: #ccc;
	display: inline;
	padding: 7px;
	border-radius: 50%;
	width: 30px;
	margin-left: 7px;
	height: 30px;
}
.check-round.green-tick{
	background-color: green;
}
.check-round img{
	filter: brightness(0) invert(1);
	margin: 0 !important;
}
.congrats-hd{
	text-align: center;
}
.congrats-hd h4, .congrats-hd h2{
	font-size: 26px;
	text-align: center;
	margin: 0;
	text-transform: inherit;
	margin: 0 0 20px;
}
.congrats-hd h2{
	font-size: 36px;	
}
.gif-txt{
/*	position: relative;	*/
}
.gif-txt::after, .gif-txt::before{
	content: '';
	width: 210px;
  	height: 180px;
	background: url(images/congratulations-animation.gif) repeat scroll right top;
	background-size: cover;
	position: absolute;
	right: 0;
	top: -60px;
}
.gif-txt::before{
	right: unset;
	left: 0;
	background-position: left top;
}
/*.complete-survey .gif-txt::after, .complete-survey .gif-txt::before {
	height: 46%;
}*/
.next-step-wrap, .continue-stage-wrap{
	border-top: 2px solid #0b408f;
	padding-top:40px ;
	margin-top: 40px;
}
.next-step-wrap h3, .continue-stage-wrap h3{
	text-align: center;
	color: #0b408f;
	font-size: 30px;
	margin: 0 0 10px;
	font-weight: 900;
	text-transform: inherit;
}
.next-step-wrap p, .continue-stage-wrap p{
	text-align: center;
	line-height: 22px;
}
.color-red-txt{
	color: #ff0204;
}
.complete-csa-course-sec{
	text-align: center;
	margin-top: 50px;
}
.mark-stage-btn-wrap {
  margin: 20px 0;
  text-align: center;
}
.wel-hd{
	font-size: 26px;
	color: #0b408f;
	text-transform: capitalize;
	margin: 20px 0 30px;
}
.thank-you-hd-style{
	color: #0b408f;
	text-align: center;
}
@media only screen and (max-width: 1299px) {
	.four-btn-tick-sec .btn-tick-wrap > a{
		min-width: 82%;
		max-width: 82%;
	}
}
@media only screen and (max-width: 1199px) {
	.four-btn-tick-sec .btn-tick-wrap > a button{
		font-size: 13px;
  		line-height: 14px;
  		padding: 8px 10px;
	}
	.four-btn-tick-sec .check-round{
		width: 25px;
	  	height: 25px;
	}
	.four-btn-tick-sec .check-round img{
		margin-top: -2px !important;
	}
	.gif-txt::after, .gif-txt::before{
		width: 140px;
	}

}
@media only screen and (max-width: 991px) {
	.btn-tick-sec.four-btn-tick-sec {
		flex-wrap: wrap;
	}
	.four-btn-tick-sec .btn-tick-wrap{
		flex: 1 1 33%;
	}
	.gif-txt::after, .gif-txt::before{
		width: 100px;
		height: 140px;
	}
	.wel-hd{
		font-size: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.btn-tick-sec{
		display: block;
	}
	.btn-tick-wrap{
		margin-bottom: 10px;
	}
	.four-btn-tick-sec .btn-tick-wrap > a button{
		padding: 12px 10px;
	}
	.gif-txt::after, .gif-txt::before{
		width: 50px;
	}
}
@media only screen and (max-width: 479px) {
	.congrats-hd h4{
		font-size: 16px;
		line-height: 18px;
	}
	.congrats-hd h2{
		font-size: 18px;
		line-height: 20px;
	}
	.next-step-wrap, .continue-stage-wrap{
		padding-top: 20px;
  		margin-top: 20px;
	}
	.stage-hd {
  		font-size: 20px;
  		line-height: 26px;
	}
	.btn-tick-wrap > a{
		min-width: 82%;
		max-width: 82%;		
	}
	.btn-tick-wrap{
		position: relative;
	}
	.btn-tick-wrap .check-round{
		position: absolute;
    	right: 0;
	}
	.mark-stage-btn-wrap .default-btn.big-default-btn{
		min-width: 82%;
	}
}
@media only screen and (max-width: 359px) {
	.btn-tick-wrap > a {
	  min-width: 235px;
	  max-width: 235px;
	}
}