@charset "utf-8";
/* CSS Document */

/*
    font-family: 'Poppins'; font-weight: normal;
    font-family: 'Poppins'; font-weight: 500;
    font-family: 'Poppins'; font-weight: normal; font-style: italic;
    font-family: 'Poppins'; font-weight: 600;
    font-family: 'Courier New'; font-weight: normal; font-style: normal;
    font-family: 'Oswald'; font-weight: normal;
*/

body {
	overflow-x: hidden;
}

.guidepg {
	width: 100%;
	clear: both;
	margin: 50px 0 50px 0;
}

.guidepg .wrapper {
	position: relative;
	z-index: 1;
	border-bottom: 0px solid #000 !important;
	padding: 0 !important;
}

.guidetitlediv {
	width: 100%;
	margin: 80px 0 0 0;
	display: block;
	float: left;
	position: relative;
	z-index: 0;
	text-align: center;
	padding: 0 300px;
}

.guidetitlediv p {
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin: 0 0 15px 0;
}

.guidecontainer {
	max-width: 1000px;
	margin: 0 auto 60px;
	background: #fff;
	padding: 80px 100px;
	box-shadow: 0 0 20px rgb(0 0 0 / 5%);
	border-bottom: 2px solid #3e4571;
	position: relative;
	z-index: 0;
	scroll-margin-top: 150px;
}

.img-in {
	margin: 30px 0 30px 0;
}

.img-in img {
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
	border: 10px solid #ffffff;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

/*site gradient guide page*/
.guidepg .sitegradient {
	height: 500px;
	margin: -200px 0 0 0;
}

.guidepg .sitegradient:before {
	height: 170px;
}

.guidepg .sitegradient:after {
	height: 170px;
}

.wid50 {
	width: 48%;
	margin: 0;
}

.guidepg h2 {
	font-size: 30px;
	text-transform: none;
	background: transparent;
	padding: 0;
	border: 0px solid #fff;
	margin: 0 0 15px 0;
	font-weight: 500;
}

.guidepg h3 {
	font-size: 24px;
	color: #2d2d2d;
	text-transform: none;
}

.guidepg h4 {
	font-size: 20px;
	color: #2d2d2d;
	text-transform: none;
}

.guidepg .in-subheading {
	font-size: 18px;
	color: #2d2d2d;
	text-transform: none;
	margin: 0 0 10px 0 !important;
}

.guidepg h2:before,
.guidepg h3:before,
.guidepg h4:before {
	display: none;
}

.quicklink_div ::-webkit-scrollbar {
	width: 3px;
}

.quicklink_div ::-webkit-scrollbar-track {
	background-color: #ebebeb;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.quicklink_div ::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #57d6ed;
}

.moreindent {
	padding: 0 0 0 20px;
}

/*
.guidecontainer ul {display: flex; flex-wrap: wrap; margin: 10px 0 30px;}
.guidecontainer li {position: relative; width: 100%; font-weight: normal; font-size: 14px; line-height: 26px; list-style: none; color: #4B4B4B; border-left: 1px solid rgba(0,0,0,0.1); padding: 0 0 15px 30px;}
.guidecontainer li:last-child {padding: 0 0 0 30px;}
.guidecontainer li span{font-weight: 600}
.guidecontainer li:last-child p {margin-bottom: 0}
*/

.guidecontainer ul {
	width: 100%;
	clear: both;
	float: left;
	margin: 0 0 10px;
	padding: 0 0 0 50px;
}

.guidecontainer ul li {
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	position: relative;
	z-index: 0;
	color: #373737;
	line-height: 26px;
	text-align: left;
}

.guidecontainer ul li p {
	margin-bottom: 10px;
}

.guidecontainer ul li strong,
.guidecontainer ul li span {
	font-weight: 600;
}

.guidecontainer ul li:before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 10px;
	height: 10px;
	top: 7px;
	left: -48px;
	color: #ffffff;
	text-align: center;
	border-radius: 100%;
	line-height: 18px;
	font-weight: 600;
	font-size: 12px;
	font-style: normal;
	background: rgb(87, 214, 237);
	background: linear-gradient(148deg, rgba(87, 214, 237, 1) 0%, rgba(255, 225, 174, 1) 100%);
}

/*
ol {list-style: none; counter-reset: my-awesome-counter; margin: 10px 0 30px;}
ol li {counter-increment: my-awesome-counter;}
ol li::before {content: counter(my-awesome-counter) ". ";color: #3e4571;font-weight: bold;margin: 0 5px 0 0;}
*/

.guidecontainer ol {
	width: 100%;
	clear: both;
	float: left;
	margin: 20px 0 30px;
	padding: 0 0 0 40px;
}

.guidecontainer ol li {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	text-align: left;
	font-size: 14px;
	position: relative;
	z-index: 0;
	color: #373737;
	counter-increment: my-awesome-counter;
}

.guidecontainer ol li p {
	margin: 20px 0 0;
}

.guidecontainer ol li:before {
	position: absolute;
	z-index: 0;
	width: 26px;
	height: 26px;
	top: -3px;
	left: -40px;
	color: #3e4571;
	text-align: center;
	border-radius: 100%;
	line-height: 26px;
	font-weight: 600;
	font-size: 12px;
	font-style: normal;
	content: counter(my-awesome-counter);
	background: rgb(87, 214, 237);
	background: linear-gradient(148deg, rgba(87, 214, 237, 1) 0%, rgba(255, 225, 174, 1) 100%);
}

.ch-head-badge {
	background-color: #3e4571;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 15px;
	display: inline-block;
	font-weight: 600;
	margin-bottom: 20px;
	min-width: 140px;
	text-align: center;
	line-height: 100%;
	height: 35px;
	position: relative;
}

/*for quick links styles */
.quicklink_div {
	width: 350px;
	position: fixed;
	z-index: 1;
	top: 100px;
	right: -350px;
	transition: all ease-out 0.3s !important;
	-webkit-transition: all ease-out 0.3s !important;
	-moz-transition: all ease-out 0.3s !important;
	-ms-transition: all ease-out 0.3s !important;
}

.showquicklinks .quicklink_div {
	right: 90px;
	transition: all ease-out 0.3s !important;
	-webkit-transition: all ease-out 0.3s !important;
	-moz-transition: all ease-out 0.3s !important;
	-ms-transition: all ease-out 0.3s !important;
}

/*
.chapter_container.qlinkshow .quicklink_div {
    right: 216px;
    position: fixed;
    z-index: 1;
    transition: all ease-out 0.3s !important;
    -webkit-transition: all ease-out 0.3s !important;
    -moz-transition: all ease-out 0.3s !important;
    -ms-transition: all ease-out 0.3s !important;
}
*/
.quicklink_div .sec_title {
	width: 100%;
	float: left;
	clear: both;
	font-size: 18px;
	color: #00253e;
	position: relative;
	z-index: -1;
	border-bottom: 1px solid #f1f4f5;
	padding: 10px 30px;
	font-weight: 600;
	margin: 0;
	background: #ffffff;
	box-shadow: 0 0 20px rgb(0 0 0 / 5%);
	background: rgb(87, 214, 237);
	line-height: 22px;
	background: linear-gradient(148deg, rgba(87, 214, 237, 1) 0%, rgba(255, 225, 174, 1) 100%);
}


.quicklink_div .moretraffic_div.audit_section .sec_title {
	background: none;
	color: #fff;
	padding: 40px 30px 10px;
	border: 0px solid transparent
}

.quicklink_div .moretraffic_div.audit_section {
	background: #3e4571;
}

.quicklink_div ul {
	width: 100%;
	padding: 20px 30px 15px;
	float: left;
	clear: both;
	background: #ffffff;
	margin: 0 !important;
	box-shadow: 0 0 20px rgb(0 0 0 / 5%);
	height: 350px;
	overflow-y: auto;
}

/*
.quicklink_div ul li {
    width: 100%;
    padding: 0;
    float: left;
    clear: both;
    margin: 0 0 10px 0;
    counter-increment: my-awesome-counter;
}
*/
.quicklink_div ul li {
	width: 100%;
	padding: 0 !important;
	float: left;
	clear: both;
	margin: 0 0 10px 0 !important;
	counter-increment: my-awesome-counter;
	font-size: 14px !important;
}

.quicklink_div ul li a.active {
	color: #3e4571;
	font-weight: 600;
}

.quicklink_div ul li.active a i {
	background: #3e4571;
}

.quicklink_div ul li::marker {
	font-size: 0;
}

.quicklink_div ul li a {
	display: block;
	color: #979797;
	text-decoration: none;
	position: relative;
	z-index: 0;
	padding: 0 0 0 30px;
	font-weight: 400;
	line-height: 20px;
}

.quicklink_div ul li a i {
	position: absolute;
	background: #979797;
	z-index: 0;
	width: 18px;
	height: 18px;
	top: 1px;
	left: 0;
	color: #ffffff;
	text-align: center;
	border-radius: 100%;
	line-height: 18px;
	font-weight: 600;
	font-size: 12px;
	font-style: normal;
}

.quicklink_div ul li a.active i {
	background: #3e4571;
}

.quicklink_div ul li a i:before {
	content: counter(my-awesome-counter);
}

.quicklink_div ul li a:hover {
	color: #707070;
	text-decoration: none;
}

.quicklink_div ul li p {
	margin-top: 8px;
}

.quicklink_div ul li p a {
	margin-bottom: 5px;
}

a.quicklink_trigger {
	display: none;
}

a.closemenu {
	display: none;
}

.moretraffic_div {
	width: 100%;
	float: left;
	clear: both;
	background: #ffffff;
	margin: 40px 0 0 0;
	position: relative;
	z-index: 0;
	box-shadow: 0 0 20px rgb(0 0 0 / 5%);
}

.moretraffic_div p.fordesktop {}

.moretraffic_div p.formobile {
	display: none;
}

.websiteurl {
	width: 100%;
	border: 1px solid #d0d0d0 !important;
	padding: 10px 10px 10px 40px;
	margin: 0 0 20px 0;
	color: #2d2d2d !important;
	font-size: 14px !important;
	background: url(../images/guidepg/url-icon.png) no-repeat 10px center !important;
}

.moretraffic_div p {
	font-size: 14px;
	width: 100%;
	padding: 10px 15px 15px 30px;
	float: left;
	font-weight: 600;
	line-height: normal;
	color: #fff;
}

.moretraffic_div form {
	width: 100%;
	float: left;
	padding: 0 30px 25px;
	clear: both;
}

input[type="submit"],
button[type="submit"] {
	width: auto;
	float: left;
}

.moretraffic_div.audit_section .websiteurl {
	background: url(../images/guidepg/url-icon.png) no-repeat 10px center #fff !important
}

.moretraffic_div.audit_section input[type="submit"],
.moretraffic_div.audit_section button[type="submit"] {
	width: auto;
	float: left;
	min-width: 130px;
	background: #ffe1af !important;
	color: #3e4571 !important;
	border: 0px solid transparent;
	text-transform: uppercase;
	font-weight: 600;
}


.overlaydiv {
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.55);
	display: none;
	transition: all ease-out 0.3s !important;
	-webkit-transition: all ease-out 0.3s !important;
	-moz-transition: all ease-out 0.3s !important;
	-ms-transition: all ease-out 0.3s !important;
}

body.overlay .overlaydiv {
	display: block;
	transition: all ease-out 0.3s !important;
	-webkit-transition: all ease-out 0.3s !important;
	-moz-transition: all ease-out 0.3s !important;
	-ms-transition: all ease-out 0.3s !important;
}

h2:after,
h3:after,
h4:after {
	display: none;
}

/*
body.showauditcta .guidepg .quicklink_div,
body.footerviewport .guidepg .quicklink_div{display:none}
*/
body.last_chapter_passed .guidepg .quicklink_div {
	display: none;
}

.page-template-page-guides-detail .inr_banner h1 {
	color: #fff;
	font-size: 42px;
	font-weight: 600;
	line-height: 46px;
	margin: 0 0 17px 0;
	height: auto;
	-webkit-line-clamp: inherit;
}

body.bodyfix {
	overflow: hidden;
}


body.page-template-page-guides-detail .guidelist_newcontainer {
	width: 100% !important;
	max-width: 100%;
}

body.page-template-page-guides-detail .guidelistpg_new {
	margin: 0 0 50px 0;
}

/*responsive styles*/
@media (max-width: 1900px) {
	.quicklink_div {
		width: 270px;
	}

	.showquicklinks .quicklink_div {
		right: 15px;
	}

	.quicklink_div .sec_title {
		padding: 10px 15px;
		line-height: 20px;
	}

	.quicklink_div ul {
		padding: 20px 15px 15px;
	}

	.moretraffic_div p {
		padding: 20px 15px 15px 15px;
	}

	.moretraffic_div form {
		padding: 0 15px 25px;
	}
}

@media (max-width: 1600px) {
	.guidecontainer {
		max-width: 850px;
		margin: 0 auto 60px;
		padding: 60px 70px;
	}
}

@media (max-width: 1599.98px) {
	.guidetitlediv {
		padding: 0 200px;
	}
}

@media (max-width: 1440px) {
	.quicklink_div .sec_title {
		font-size: 16px;
	}

	a.quicklink_trigger {
		display: block;
	}

	a.closemenu {
		display: block;
		position: absolute;
		z-index: 0;
		width: 25px;
		height: 25px;
		right: 10px;
		top: 45px;
		text-align: center;
	}

	a.quicklink_trigger {
		display: block;
		font-size: 18px;
		color: #fff;
		position: relative;
		z-index: 0;
		border-bottom: 0 solid #f1f4f5;
		padding: 5px 10px;
		font-weight: 600;
		background: #1d1d1d;
		display: block;
		transform: rotate(-90deg);
		left: -73px;
		width: 109px;
		top: 73px;
		border-radius: 4px 4px 0 0;
		text-decoration: none;
	}

	.quicklink_div {
		right: -270px;
		transition: all ease-out 0.3s !important;
		-webkit-transition: all ease-out 0.3s !important;
		-moz-transition: all ease-out 0.3s !important;
		-ms-transition: all ease-out 0.3s !important;
	}

	.showquicklinks .quicklink_div {
		right: -270px;
	}

	.quicklink_div.slide {
		right: 0;
	}

	/*
    .showquicklinks .quicklink_div,
    .showquicklinks .quicklink_div.slide,
    .showquicklinks.overlay .quicklink_div,
    .showquicklinks.overlay .quicklink_div.slide {right: 0px;}
*/
}

@media (max-width: 1200px) {
	.guidetitlediv {
		padding: 0 100px;
	}

	.inr_banner h1 {
		font-size: 36px !important;
		line-height: 40px !important;
		margin: 0 !important;
	}

	/*    .inrpage_sec {margin: 100px 0 50px 0!important;}*/
}

@media (max-width: 992px) {

	/*    .guidecontainer {max-width: 96%; padding: 40px 30px;}*/
	.guidecontainer {
		max-width: 96%;
		padding: 40px 30px;
		/*position: relative; z-index: -1;*/
	}

	/*    .inr_banner h1 {font-size: 32px!important; line-height: 40px!important; margin: 0!important;}*/

	.inr_banner h1 {
		font-size: 32px !important;
		line-height: 40px !important;
		margin: 0 !important;
		display: -webkit-box;
		/* max-width: 400px; */
		height: auto;
		-webkit-line-clamp: inherit;
		-webkit-box-orient: vertical;
		overflow: inherit;
		text-overflow: inherit;
		margin-top: 25px !important;
	}

	.guidepg h2 {
		font-size: 26px;
		text-transform: none;
	}

	.guidepg h3 {
		font-size: 20px;
	}

	.guidepg .in-subheading {
		font-size: 16px;
	}

	.img-in img {
		max-width: 100%;
	}

	.chaptercontainer {
		scroll-margin-top: 40px;
	}
}

@media (max-width: 768px) {
	.quicklink_div ul {
		height: calc(100vh - 500px);
		overflow-y: scroll;
	}

	/*    .guidecontainer ul {margin: 20px 0 10px 30px; padding: 0;}*/
	.guidecontainer ul {
		margin: 0 0 10px 30px;
		padding: 0 20px 0 0;
	}

	.guidecontainer ul li:before {
		left: -28px;
	}

	.guidecontainer {
		margin: 0 auto 30px;
	}

	.guidecontainer h3 {
		text-align: left;
		font-size: 18px;
		line-height: 24px;
	}
}

@media (max-width: 575px) {
	.inr_banner h1 {
		font-size: 28px !important;
		line-height: 30px !important;
	}

	.guidepg h2 {
		font-size: 20px;
		line-height: 26px;
	}

	.guidetitlediv {
		padding: 0;
	}

	.inrpage_sec {
		margin: 60px 0 50px 0 !important;
	}

	.quicklink_div {
		top: 110px;
	}

	.quicklink_div.slide {
		right: 0;
		top: 28px;
		width: 100%;
		background: #fff;
		height: 100vh;
	}

	.moretraffic_div {
		position: fixed;
		z-index: 0;
		box-shadow: 0 0 20px rgb(0 0 0 / 5%);
		bottom: 60px;
	}

	.quicklink_div ul {
		height: calc(100vh - 400px);
		overflow: scroll;
	}

	.moretraffic_div p {
		padding: 10px 15px 10px 15px;
	}

	input[type="submit"],
	button[type="submit"] {
		padding: 10px;
	}

	.websiteurl {
		margin: 0 0 10px 0;
	}

	.moretraffic_div form {
		padding: 0 15px 15px;
	}

	a.quicklink_trigger {
		position: absolute;
		top: 36px;
	}

	.quicklink_div.slide,
	.showquicklinks .quicklink_div {
		top: 110px;

	}

	a.closemenu {
		top: 8px;
	}

	.moreindent {
		padding: 0;
	}

	/*    .guidecontainer ul {margin: 10px 0 10px 30px; padding: 0 10px 0 0;}*/
	.guidecontainer ul {
		margin: 0 0 10px 30px;
		padding: 0 10px 0 0;
		width: calc(100% - 30px);
	}

	.ch-head-badge {
		font-size: 14px;
		padding: 10px 15px 8px;
		font-weight: 600;
		min-width: auto;
		text-align: center;
		height: auto;
	}

	.guidecontainer ul li {
		margin: 0 0 10px 0;
		font-size: 14px;
		color: #4b4b4b;
	}
}

@media (max-width: 360px) {}