@font-face {
	font-family: 'CircularStdLight';
	src: url('../fonts/circular-light-webfont.eot') format('eot'),
		url('../fonts/circular-light-webfont.ttf') format('ttf'),
		url('../fonts/circular-light-webfont.svg') format('svg'),
		url('../fonts/circular-light-webfont.woff') format('woff'),
		url('../fonts/circular-light-webfont.woff2') format('woff2');
}

@font-face {
	font-family: 'CircularXX-Regular';
	src: url('../fonts/CircularXXSub-Regular.woff2') format('woff2'),
		url('../fonts/CircularXXSub-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/*
1) Grids
--------------------------------*/
.row:before,
.row:after {
	content: "";
	display: table;
	clear: both;
}

.row {
	margin: 0px !important;
}

/*
2) Header
--------------------------------*/
header {
	padding: 14px 45px 0;
	/*background-color:rgba(21,26,28,0.25);*/
	/*background-color:#151a1c;*/
	background-color: #303a3f;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 999;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
	min-height: 79px;
}

header.fixed {
	position: fixed;
	/*background:rgba(48,58,63,0.95) !important;*/
	background-color: #151a1c;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
	/*padding:12px 45px 0px;*/
	height: 79px;
}

.page-license-terms header,
.error404 header {
	background: rgba(48, 58, 63, 0.95) !important;
}

.logo {
	float: left;
	padding-right: 0px;
	margin-top: 5px;
	width: 23%;
	margin-right: 2%;
}

.logo img {
	width: 281px;
	max-width: 100%;
}

.menu {
	float: right;
	width: 75%;
	text-align: right;
}

.menu_icon {
	display: none;
}

.menu ul {
	margin-bottom: 0px;
}

.menu li {
	display: inline-block;
	list-style: none;
	margin-left: 4%;
}

.menu li.show_767 {
	display: none;
}

.menu li:first-child {
	margin: 0px;
}

.menu li {
	padding-bottom: 14px;
}

.menu li a {
	color: #fff;
	font-size: 14px;
	font-family: 'circular-medium', Arial, sans-serif;
	text-transform: uppercase;
	padding-bottom: 0px;
	letter-spacing: 0.03em;
	text-decoration: none;
}

.menu li a::after {
	background-color: #00c8c7;
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	margin: 10px auto 0px;
	opacity: 0;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.menu li:hover a::after,
.menu li.current-menu-item a::after {
	opacity: 1;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.menu li.border_btn a,
#mc_embed_signup_scroll input[type="submit"],
.custom_bg_btn {
	font-size: 12px;
	font-family: 'circular-bold', Arial, sans-serif;
	height: 51px;
	display: block;
	line-height: 51px;
	width: 140px;
	padding-bottom: 0px;
	text-align: center;
	border: 1px solid #fff;
	background-color: inherit;
	border-radius: 4px;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.menu li.border_btn a:hover {
	border-color: #00c8c7;
	color: #00c8c7;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.menu li.border_btn {
	margin-left: 2.6%;
}

.menu li.border_btn.with_bg {
	margin-left: 14px;
}

.menu li.border_btn.with_bg a,
.custom_bg_btn {
	background-color: #00c8c7;
	border-color: #00c8c7;
}

.menu li.border_btn.with_bg a:hover,
.custom_bg_btn:hover {
	background-color: inherit;
	color: #00c8c7;
	text-decoration: none;
}

.menu li.border_btn a::after {
	display: none;
}

.custom_bg_btn {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	width: 175px;
	text-decoration: none;
}

.custom_btn,
.custom_btn:hover {
	color: #00c8c7;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 14px;
}

.middle_banner_sec .middle_banner_inner_sec p:nth-child(1) {
	font-style: italic;
}

.menu li {
	position: relative;
}

.menu li .sub-menu {
	position: absolute;
	left: -65px;
	right: 0px;
	top: 100%;
	text-align: left;
	background: #ffffff;
	min-width: 260px;
	display: none;
	width: 100%;
	padding: 33px 15px;
	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.15);
}

.menu li .sub-menu li {
	padding-bottom: 0px;
	width: 100%;
	margin-left: 0px;
}

.menu li .sub-menu li a {
	color: #151a1c;
	padding: 11px 15px;
	display: block;
	text-transform: none;
	color: #4d525a;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}

.menu li .sub-menu li a:hover {
	color: #00c8c7;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}

.menu .sub-menu li a:after {
	display: none;
}

.menu li .sub-menu li span {
	display: inline-block;
	vertical-align: middle;
	font-family: 'circular-book', Arial, sans-serif;
}

.menu-item ._svg {
	width: 22px;
	max-height: 21px;
}

.menu-item img._before,
.rtl .menu-item img._after {
	margin-right: 20px;
}

.menu li:hover .sub-menu {
	display: block;
}

.menu li.border_btn.with_bg a {
	width: auto;
	padding: 0px 12px;
}

/*
3) Body Styles
--------------------------------*/
/*reiews_page_start*/
.an_powered_by_box {
	display: none;
}

#an_all_comment_box .an_comment_loaded_box .an_comment_box path {
	display: none;
}

#an_all_comment_box .an_comment_loaded_box .an_comment_box {
	border: none;
	position: relative;
	height: auto;
	padding: 0px;
	margin: 0px 2.7% 40px 0px;
	flex: inherit;
	-webkit-flex: inherit;
	min-width: inherit;
	width: 31.5%;
	float: left;
}

#an_all_comment_box .an_comment_loaded_box .an_comment_box:nth-child(3n+3) {
	margin-right: 0px;
}

/*#an_all_comment_box .an_comment_loaded_box .an_comment_box > div > div {
    display: none;
}*/
#an_all_comment_box .an_comment_loaded_box .an_comment_box .an_testimonial_text_title_box {
	background-color: #f2f5fa;
	padding: 24px 22px 24px;
	/*height:100%;*/
	border: none;
	margin-bottom: 24px;
	display: block;
	max-height: inherit;
	overflow: inherit;
}

#an_all_comment_box .an_comment_loaded_box .an_comment_box .an_testimonial_text_title_box + div {
	padding: 0px !important;
	width: 100% !important;
}

#an_all_comment_box .an_comment_loaded_box .an_comment_box .an_testimonial_text_title_box::after {
	background: url(../images/arrow.png) no-repeat center center;
	content: "";
	display: inline-block;
	width: 27px;
	height: 18px;
	position: absolute;
	bottom: 65px;
	left: 16px;
}

/*#an_all_comment_box .an_comment_loaded_box .an_comment_box .an_testimonial_text_title_box:after,
#an_all_comment_box .an_comment_loaded_box .an_comment_box .an_testimonial_text_title_box:before {
    top: inherit;
    bottom:38px;
    left:36px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
#an_all_comment_box .an_comment_loaded_box .an_comment_box .an_testimonial_text_title_box:after {
    border-color: rgba(242, 245, 250, 0);
    border-top-color: #f2f5fa;
    border-width: 25px;
    margin-left: -30px;
}
#an_all_comment_box .an_comment_loaded_box .an_comment_box .an_testimonial_text_title_box:before {
    border-color: rgba(242, 245, 250, 0);
    border-top-color: #f2f5fa;
    border-width: 25px;
    margin-left: -30px;
}*/
#an_all_comment_box .an_comment_loaded_box .an_comment_box .an_testimonial_text_title_box p {
	font-size: 15px !important;
	color: #000000;
	line-height: 1.5 !important;
	font-family: 'circular-book', Arial, sans-serif;
}

#an_all_comment_box .an_comment_loaded_box .an_comment_box .an_photo {
	width: 57px;
	height: 57px;
	border-radius: 50%;
	background-color: #00c8c7;
	margin-right: 5px;
	box-shadow: 2px 0px 12px 8px #f5f6f6;
	border: 3px solid #fff;
	float: left;
	text-align: center;
	display: block !important;
}

#an_all_comment_box .an_comment_loaded_box .an_comment_box .an_photo span {
	font-family: 'circular-bold', Arial, sans-serif;
	font-size: 16px;
	line-height: 50px;
}

#an_all_comment_box .an_comment_loaded_box .an_comment_box .an_testimonial_text.an_comment_user_name,
#an_all_comment_box .an_comment_loaded_box .an_comment_box .an_testimonial_text.an_testimonial_text_company {
	font-size: 14px;
	font-family: 'circular-bold', Arial, sans-serif;
	line-height: 1.28;
	padding: 0px;
	color: #4d525a;
	font-weight: normal;
}

#an_all_comment_box .an_comment_loaded_box .an_comment_box .an_testimonial_text.an_comment_time {
	font-size: 12px;
	font-family: 'circular-book', Arial, sans-serif;
	opacity: 1;
	color: #8f9db3;
}

#an_all_comment_box .an_comment_loaded_box .an_comment_box > div {
	/*display:inherit !important;
    height:auto !important;*/
}

#an_all_comment_box {
	max-width: 1195px;
	margin: 0 auto !important;
}

/*reiews_page_end*/
/*webinar_upcoming_page start*/
.inner_page_banner {
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 17.30%;
	position: relative;
}

.inner_page_banner.main_webinar.new {
	padding-bottom: 0;
}

.inner_page_banner.blog_banner_new {
	padding-bottom: 0px;
	/*min-height:260px;*/
	min-height: 297px;
	background: #303A3F;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.inner_page_banner.blog_banner_new h1 {
	margin-bottom: 0px;
	font-size: 40px;
	line-height: 1.35 !important;
}

.banner_overlay {
	background-color: rgba(48, 58, 63, 0.88);
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

.inner_banner_content {
	position: absolute;
	z-index: 99;
	left: 0;
	right: 0;
	max-width: 1173px;
	margin: 0 auto;
	color: #fff;
	top: 67%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.blog_banner_new .inner_banner_content {
	top: 70%;
}

.inner_banner_content_box {
	max-width: 950px;
	float: left;
}

.main_webinar.new .inner_banner_content_box {
	max-width: inherit !important;
	float: none !important;
}

.inner_banner_content span {
	color: #00c8c7;
	font-size: 14px;
	letter-spacing: 0.05em;
	display: block;
	margin-bottom: 15px;
}

.inner_banner_content h1 {
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 15px;
	font-family: 'circular-bold', Arial, sans-serif;
}

.main_webinar.new .inner_banner_content h1 {
	font-size: 36px !important;
	color: #151a1c !important;
	text-align: center !important;
}

.single-webinars .inner_banner_content h1,
.page-template-template-webinar .inner_banner_content h1 {
	font-family: 'circular-book', Arial, sans-serif
}

.inner_banner_content p {
	font-size: 20px;
}

.go_back_btn {
	font-size: 12px;
	color: #8f9db3;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #8f9db3;
	border-radius: 4px;
	padding: 8px 26px 6px;
	min-width: 106px;
	display: inline-block;
	text-decoration: none;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.go_back_btn:hover {
	color: #fff;
	text-decoration: none;
	background-color: #00c8c7;
	border-color: #00c8c7;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.go_back_btn_div {
	float: right;
}

.webinar-intro {
	font-size: 20px;
	line-height: 28px;
	color: #131a20;
	padding-bottom: 10px;
}

.webinar_content_div {
	display: flex;
	-webkit-display: flex;
}

.webinar_content p {
	margin-bottom: 25px;

}

.left_coumn_section {
	width: 50%;
	float: left;
	padding-top: 120px;
}

.right_column_section {
	width: 50%;
	float: right;
	background-color: #f2f5fa;
	padding: 153px 0px;
}

.left_column_box {
	max-width: 76%;
	margin: 0 auto;
}

.webinar_general_info {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	margin: 28px 0px;
	padding: 66px 33px 57px;
}

.column_text {
	width: 28%;
	float: left;
	padding-right: 15px;
}

.column_text:first-child {
	width: 44%;
}

.column_text span {
	font-size: 12px;
	color: #3e7dcc;
	font-family: 'circular-bold', Arial, sans-serif;
	letter-spacing: 0.05em;
	display: block;
	margin-bottom: 7px;
}

.column_text p {
	color: #666;
	margin-bottom: 4px;
}

.description {
	margin: 80px 0px;
}

.pg-content h1,
.pg-content h2,
.pg-content h3,
.pg-content h4,
.pg-content h5,
.pg-content h6 {
	margin: 12px 0px;
}

.pg-content ul,
.pg-content ol {
	margin: 30px 0px;
	padding-left: 45px;
}

.pg-content li {
	margin-bottom: 5px;
}

.pg-content address {
	margin: 20px 0px;
	line-height: 1.5;
}

.webinar_extra_details {
	display: flex;
	-webkit-display: flex;
	margin: 97px 0px 40px !important;
}

.webinar_img {
	width: 134px;
	float: left;
	height: 134px;
	margin-right: -134px;
}

.webinar_img img {
	max-width: 100%;
	height: auto;
	border-radius: 50%;
}

.webinar_description {
	padding-left: 165px;
}

.webinar_description p {
	color: #999;
	font-size: 14px;
}

.webinar_description:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	/* adjust for white space between pseudo element and next sibling */
	margin-right: -.25em;
	/* stretch line height */
	height: 100%;
}

.webinar_description_box {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

.right_column_box {
	max-width: 537px;
	margin: 0 auto;
}

.right_column_box h3 {
	text-align: center;
}

/*webinar_upcoming_page end*/
/*demand webinar start*/
.webinar_content.demand_webinar {
	max-width: 1173px;
	margin: 0 auto;
	padding-top: 124px !important;
}

.webinar_content.demand_webinar .left_coumn_section {
	padding-top: 17px;
	padding-right: 94px;
	width: 70%;
}

.webinar_content.demand_webinar .right_column_section {
	width: 30%;
	padding: 20px 0px 33px 51px;
	border-left: 1px solid #e6e6e6;
	background: inherit;
}

.webinar_content.demand_webinar .left_coumn_section p span {
	font-size: 20px;
	color: #131a20;
	line-height: 1.55;
}

.webinar_content.demand_webinar .left_coumn_section p {
	margin-bottom: 25px;
	line-height: 1.5;
}

.webinar_content.demand_webinar .webinar_content_div {
	display: block;
}

.webinar_content.demand_webinar .right_column_section h6 {
	font-size: 12px;
	color: #3e7dcc;
	font-family: 'circular-bold';
	letter-spacing: 0.05em;
	margin-bottom: 28px;
	text-transform: uppercase;
	padding: 0px 30px;
}

.webinar_content.demand_webinar .right_column_section ul {
	border-top: 1px solid #e6e6e6;
}

.webinar_content.demand_webinar .right_column_section li span {
	font-family: 'circular-bold';
	display: block;
}

.webinar_content.demand_webinar .right_column_section li {
	list-style: none;
	padding: 21px 30px;
	border-bottom: 1px solid #e6e6e6;
	color: #666666;
	line-height: 1.75;
}

/*tab start*/
#tabs-container {
	background-color: #f2f5fa;
	padding: 80px 0px;
}

.tabs_div {
	max-width: 1173px;
	margin: 132px auto 0px !important;
	position: relative;
	/*padding-bottom:37%;*/
}

.tabs-menu {
	height: 30px;
	float: left;
	clear: both;
}

.tabs-menu li {
	height: 30px;
	line-height: 30px;
	float: left;
	margin-right: 10px;
	list-style: none;
	background-color: #ccc;
	border-top: 1px solid #d4d4d1;
	border-right: 1px solid #d4d4d1;
	border-left: 1px solid #d4d4d1;
}

.tabs-menu li.current {
	position: relative;
	background-color: #fff;
	border-bottom: 1px solid #fff;
	z-index: 5;
}

.tabs-menu li a {
	padding: 10px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}

.tabs-menu .current a {
	color: #2e7da3;
}

.tab {
	border: 1px solid #d4d4d1;
	background-color: #fff;
	float: left;
	margin-bottom: 20px;
	width: auto;
}

.tab-content {
	width: 660px;
	padding: 20px;
	display: none;
}

#tab-1 {
	display: block;
}

.custom_tab .tabs-menu {
	float: none;
	text-align: center;
	position: relative;
	top: -100px;
}

.custom_tab .tabs-menu li {
	display: inline-block;
	float: none;
	border: none;
	background: inherit;
	margin: 0px 24px;
}

.custom_tab .tabs-menu li a {
	font-size: 24px;
	color: #151a1c;
	text-transform: capitalize;
	font-family: 'circular-bold';
	padding: 0px 0px 10px;
	position: relative;
}

.custom_tab .tabs-menu li.current a::after,
.custom_tab .tabs-menu li a:hover::after {
	background-color: #00c8c7;
	content: "";
	display: inline-block;
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -8px;
}

/*.custom_tab .tab-content {
    width:auto;
    padding:0px;
}*/
.custom_tab .tab {
	border: none;
	background: inherit;
	margin-top: 0px;
	width: 100%;
}

.custom_tab .tab-content {
	position: relative;
	/*padding-bottom: 56.25%;*/
	width: 100%;
	/*height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom:35px; */
}

/*.custom_tab .tab-content iframe,
.custom_tab .tab-content .wistia_embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    min-height: inherit !important;
}
.custom_tab .tab-content .wistia_embed {
    position: absolute !important;
}*/
.embed-container,
.video_html_box {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.fancybox-content:not(.blog-subscribe-popup) {
	position: relative;
	padding-bottom: 56.25% !important;
	height: 0 !important;
	overflow: hidden !important;
	max-width: 100% !important;
	margin: 0px !important;
}

.fancybox-slide {
	max-width: 75% !important;
	overflow: inherit !important;
	margin: 0 auto !important;
	right: 0px !important;
}

.embed-container iframe,
.embed-container object,
.embed-container embed,
.video_html_box iframe,
.fancybox-content:not(.blog-subscribe-popup) iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.custom_tab .tab-content .wistia_embed,
.video_html_box .wistia_embed {
	min-height: inherit !important;
}

/*tab end*/
/*demand webinar end*/
/*mc_embed_signup start*/
#subscribe-bar {
	max-width: 500px;
	border-radius: 4px;
	text-align: center;
	padding: 52px 43px 31px;
	display: none;
	cursor: default;
	box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.2);
	min-height: 430px;
}

#subscribe-bar h5 {
	font-size: 20px;
	font-family: 'circular-medium';
	padding: 0px 50px;
	color: #4d525a;
	margin: 0px 0px 20px;
	line-height: 1.3;
}

.blog-subscribe-popup .fancybox-button {
	width: 54px;
	height: 54px;
}

/*#subscribe-bar iframe {
    position: static !important;
    min-height: inherit !important;
}*/
#mc_embed_signup {
	background-color: #303a3f !important;
}

#mc_embed_signup form {
	max-width: 1173px;
	margin: 0 auto;
	padding: 69px 50px !important;
}

#mc_embed_signup form h2 {
	margin: 4px 20px 0px 0px !important;
	color: #fff;
	font-size: 20px;
	display: inline-block;
	line-height: 1.4;
	width: 255px;
	text-align: right;
	float: left;
	font-family: 'circular-bold';
	letter-spacing: -0.02em;
}

#mc_embed_signup_scroll div {
	display: inline-block !important;
	width: auto !important;
	vertical-align: top;
}

#mc_embed_signup_scroll .indicates-required {
	display: none !important;
}

#mc_embed_signup .mc-field-group {
	min-height: inherit !important;
	padding-bottom: 0px !important;
}

#mc_embed_signup .mc-field-group {
	width: 27.7% !important;
	margin-right: 15px;
	font-family: 'circular-book', Arial, sans-serif;
}

#mc_embed_signup .mc-field-group input {
	padding: 15px;
	text-indent: inherit !important;
	background-color: #444f54 !important;
	border: none;
	border-radius: 4px;
	color: #8f9db3 !important;
	padding: 10px 30px !important;
	height: 62px;
	font-size: 14px;
}

#mc_embed_signup_scroll input[type="submit"] {
	margin: 5px 0px 0px !important;
	height: 52px !important;
	width: 165px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	line-height: 52px;
}

#mc_embed_signup_scroll input[type="submit"]:hover {
	background-color: #00c8c7;
	border-color: #00c8c7;
}

#mc_embed_signup .mc-field-group input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #8f9db3;
}

#mc_embed_signup .mc-field-group input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #8f9db3;
}

#mc_embed_signup .mc-field-group input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #8f9db3;
}

#mc_embed_signup .mc-field-group input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #8f9db3;
}

/*#mc_embed_signup_scroll #mce-responses {
    display:none !important;
}*/
#mc_embed_signup div#mce-responses {
	width: 100% !important;
	text-align: center;
	margin: 0px !important;
}

#mc_embed_signup div.response {
	float: none !important;
}

#mc_embed_signup #mce-error-response {
	color: #fff;
}

#mc_embed_signup #mce-error-response a,
#mc_embed_signup #mce-success-response {
	color: #00c8c7 !important;
}

/*mc_embed_signup end*/
/*webinar all starts*/
.webinar_content.demand_webinar.webinar_all {
	padding-top: 94px;
	margin-bottom: 80px;
}

.webinar_all_title h4 {
	font-size: 26px;
	color: #151a1c;
	font-family: 'circular-bold';
}

.upcoming_top_section.row {
	margin: 88px 0px 72px !important;
}

.left_section_upcoming {
	width: 65.7%;
	float: left;
}

.web_background_image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-bottom: 60%;
}

.right_section_upcoming {
	width: 34.3%;
	float: right;
	padding-left: 70px;
}

.date_description h6 {
	color: #247dd2;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 13px;
	line-height: 1;
}

.date_description h4 {
	font-size: 30px;
	color: #131a20;
	line-height: 1.26;
	margin: 20px 0px;
}

.date_description h4 a {
	color: #131a20;
	text-decoration: none;
}

.date_description span {
	color: #8f9db3;
	font-size: 16px;
	text-transform: capitalize;
	display: block;
	margin-bottom: 36px;
}

.grid_box_panel {
	width: 31.8%;
	margin-right: 2.3%;
	float: left;
	display: flex;
	-webkit-display: flex;
	margin-bottom: 60px;
}

.grid_box_panel:nth-child(3n+3) {
	margin-right: 0px;
}

.grid_box_panel:nth-child(3n+1) {
	clear: left;
}

.grid_box {
	width: 100%;
}

.box_img {
	/*min-height:235px;*/
}

.box_img a {
	display: block;
	/*background-repeat:no-repeat;
    background-size: cover;
    background-position:center center;
    padding-bottom:60%;*/
}

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

.box_description {
	margin-top: 22px;
}

.box_description h5 {
	color: #247dd2;
	font-size: 13px;
	text-transform: uppercase;
}

.box_description h4 {
	color: #131a20;
	font-size: 26px;
	text-transform: capitalize;
	line-height: 1.30;
}

.box_description h4 a {
	color: #131a20;
	text-decoration: none;
}

.box_title {
	margin: 12px 0px 18px;
}

.date_description h5 {
	margin-bottom: 20px;
}

.webinar_main_content.webinar_content.demand_webinar.webinar_inner {
	padding-top: 0px;
}

.article_section {
	background-color: #f2f5fa;
	padding: 15px 0px 40px;
}

.malinky-ajax-pagination-loading {
	margin: 0px !important;
}

.demand_webinar_grid.row {
	margin: 95px 0px 58px !important;
}

.demand_webinar_grid.row .box_description {
	margin-top: 30px;
}

.malinky-ajax-pagination-loading img {
	width: 30px !important;
	height: auto !important;
}

/*features*/
/*.post {
    margin-top:200px !important;
}*/
.accordion_section {
	max-width: 1173px;
	margin: 100px auto 120px !important;
}

.inner_container {
	max-width: 1173px;
	margin: 0 auto !important;
	float: none !important;
}

.details_title h4 {
	font-family: 'circular-bold';
}

.accordion_section .vc_tta-panel-heading,
.accordion_section .vc_tta-panel-body {
	border: none !important;
}

.accordion_section .vc_tta-panel-title {
	border: 1px solid #adb8c8 !important;
	border-radius: 2px;
}

.accordion_section .vc_tta-panel.accordions.vc_active .vc_tta-panel-title,
.accordion_section .vc_tta-panel.accordions .vc_tta-panel-title:hover {
	background-color: #25484c !important;
	border-color: #25484c !important;
}

.accordion_section .vc_tta-panel.accordions .vc_tta-panel-title {
	font-size: 16px;
}

.accordion_section .vc_tta-panel.accordions .vc_tta-panel-title a span {
	color: #25484c;
}

.accordion_section .vc_tta-panel.accordions.vc_active .vc_tta-panel-title a span,
.accordion_section .vc_tta-panel.accordions .vc_tta-panel-title:hover a span {
	color: #fff !important;
}

.accordion_section .vc_tta-panel.accordions li {
	font-size: 16px !important;
	list-style: none;
	position: relative;
	padding-left: 15px;
}

.accordion_section .vc_tta-panel.accordions li a {
	color: #00c8c7;
}

.accordion_section .vc_tta-panel.accordions li::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #39837d;
	position: absolute;
	left: 0px;
	top: 9px;
}

.accordion_section .vc_tta-panel.accordions .vc_tta-panel-title a {
	padding: 16px 25px !important;
}

.accordion_section .vc_tta-panel.accordions .vc_tta-panel-body {
	padding-left: 27px !important;
	/*padding-top:20px !important;
    padding-bottom:15px !important;*/
}

/*book-demo-popup*/
.pardot-popup {
	position: fixed;
	cursor: default;
	background-color: rgba(0, 0, 0, 0.8);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
	height: 0px;
}

.pardot-popup-inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	max-width: 550px;
	margin: 0 auto;
	display: none;
}

.pardot-popup-box {
	background-color: #fff;
	height: 90%;
	max-height: 610px;
	padding: 35px;
	overflow: auto;
}

body.book_popup_open .pardot-popup {
	opacity: 1;
	visibility: visible;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
	height: auto;
}

body.book_popup_open .pardot-popup .pardot-popup-inner {
	display: block;
}

.pardot-popyp-close::before {
	content: "×";
	font-size: 33px;
	color: #fff;
}

.pardot-popyp-close {
	position: absolute;
	right: -28px;
	top: 5px;
	cursor: pointer;
	line-height: 0.5;
}

[data-tooltip]::before {
	width: 200px !important;
	font-size: 13px !important;
	left: 45% !important;
	padding: 10px !important;
}

#an_testimonials2 {
	overflow: inherit !important;
}

.get-started.menu-item ._svg {
	width: 24px;
	max-height: 24px;
}

.menu li .sub-menu li span {
	position: relative;
	top: 1px;
}

/*consulting-service-page*/
.consult_service_page.header-transparent header {
	background-color: #161f26;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.consult_service_page.header-transparent header.fixed {
	background-color: #151a1c;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.consult_service_page h4 {
	font-family: 'circular-medium';
	line-height: 1.2;
	margin-bottom: 22px;
	font-size: 30px;
}

.consult_service_page p {
	font-size: 15px;
	line-height: 1.66;
}

.consult_service_page .publish_banner .left_column > .vc_column-inner {
	height: 520px;
	overflow: hidden;
}

.consult_service_page .max_1026 {
	max-width: 1026px;
	margin: 0 auto;
	float: none !important;
}

.consult_service_page .btn {
	margin-top: 25px;
	font-size: 16px;
	padding: 16px 10px;
	background-color: #00c8c7;
	border: 1px solid #00c8c7;
	color: #fff;
	display: inline-block;
	min-width: 180px;
	text-align: center;
	border-radius: 4px;
	text-decoration: none;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.consult_service_page .btn:hover {
	background-color: transparent;
	color: #00c8c7;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.consult_service_page .btn.without_bg {
	background-color: transparent;
	border-color: #fff;
}

.consult_service_page .btn.without_bg:hover {
	background-color: #fff;
	color: #04b5ac;
}

.consult_service_page .max_279 img {
	max-width: 279px;
}

.consult_service_page .middle_scroll .inner_box {
	max-width: 385px;
}

.consult_service_page .tell-us-section .btn {
	min-width: 174px;
	padding: 16px 10px;
	margin-top: 15px;
}

.consult_service_page .publish_banner .right_column {
	order: 1;
}

.consult_service_page .order-change > div:nth-child(1) {
	order: 2;
}

.consult_service_page .align-top {
	align-items: flex-start !important;
	-webkit-align-items: flex-start !important;
}

.consult_service_page .intro_bg_section {
	padding: 120px 0px 100px;
	position: relative;
	overflow: hidden;
}

.consult_service_page .intro_section {
	position: relative;
}

.consult_service_page .site-content {
	position: absolute;
	right: 0;
	top: 0;
}

.consult_service_page .intro_bg_section .inner_container {
	position: relative;
}

.consult_service_page .inner_box {
	max-width: 365px;
	padding-left: 15px;
}

.consult_service_page .intro_bg_section .inner_box h4 {
	padding-right: 0px;
}

.consult_service_page .intro_bg_section .inner_container {
	position: relative;
	padding: 0;
	max-width: 994px;
	margin: 0 auto !important;
	float: none !important;
}

.consult_service_page .vc_row-o-equal-height {
	align-items: center;
	-webkit-align-items: center;
}

.consult_service_page .vc_column_container > .vc_column-inner {
	padding-left: 15px;
	padding-right: 15px;
}

.max_303 img {
	max-width: 303px;
}

.max_340 img {
	max-width: 340px;
}

/*book-demo*/
header.without_menu {
	padding: 13px 0px 18px;
}

.page-wrapper.top_space {
	margin-top: 62px;
}

.book-demo-page .max_630 {
	max-width: 630px;
	margin: 0 auto;
	float: none;
}

.book-demo-page h4 {
	font-size: 28px;
}

.book-demo-page .steps_box img {
	max-width: 74px;
}

.book-demo-page .steps_section {
	max-width: 618px;
	margin-top: 42px !important;
	margin-bottom: 16px !important;
}

.book-demo-page .steps_section .steps_box h6 {
	font-size: 18px;
	color: #3e7dcc;
	margin-bottom: 5px;
}

.book-demo-page .steps_section .steps_box p {
	font-size: 16px;
	color: #303a3f;
	line-height: 1.3;
}

.book-demo-page .steps_section .steps_box::after {
	content: "";
	/* background: url(../images/dots_img.png) no-repeat center / cover; */
	position: absolute;
	width: 104px;
	height: 5px;
	top: 35px;
	right: -52px;
}

.book-demo-page .steps_section .steps_box:last-child::after {
	display: none;
}

.book-demo-new .max-600 {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}

.book-demo-new .max-600 h3 {
	margin-bottom: 37px;
	font-family: 'circular-medium';
}

.max-1360 {
	max-width: 1380px;
	margin: 0 auto;
	padding: 0px 15px !important;
	float: none !important;
}

.book-demo-animation::after {
	content: "";
	position: absolute;
	right: 15px;
	top: -85px;
	background: url(../images/Squares_Demo_Page.svg) no-repeat center / cover;
	width: 214px;
	height: 249px;
}

.book-demo-animation {
	position: relative;
	z-index: 9;
}

.book_demo_content h4 {
	font-size: 28px;
}

.book_demo_box h5 {
	font-size: 17px;
	font-family: 'circular-bold', Arial, sans-serif;
	margin-bottom: 10px;
}

.book_demo_box p {
	font-size: 15px;
}

.book_demo_box p strong {
	font-weight: normal;
	text-decoration: underline;
}

.book_demo_content {
	width: 57.8% !important;
	padding-left: 78px !important;
	padding-right: 86px !important;
	margin-top: 3px;
}

.book_demo_box {
	position: relative;
	padding-left: 30px;
	padding-right: 50px;
}

.book_demo_box::before {
	content: "";
	position: absolute;
	background: url(../images/Demo_Page_Tick.svg) no-repeat center / cover;
	width: 18px;
	height: 16px;
	top: 2px;
	left: 0;
}

.max-1120 {
	max-width: 1124px;
	margin: 0 auto !important;
	position: relative;
	z-index: 9;
}

.book_demo_form {
	width: 42.2% !important;
}

.book_demo_form_box {
	background-color: #fff;
	width: 100%;
	border-radius: 3px;
	padding: 45px;
	box-shadow: 0px 0px 16px 5px rgba(0, 0, 0, 0.1);
}

.book_demo_form_box h5 {
	font-size: 17px;
	font-family: 'circular-bold', Arial, sans-serif;
	margin-bottom: 10px;
}

.top_minus_one {
	margin-top: -1px;
}

.newsletter_new h6 {
	font-size: 15px;
	margin-bottom: 29px;
	color: #00c8c8;
}

.newsletter_new h4 {
	font-size: 30px;
	font-family: 'circular-medium';
	margin-bottom: 43px;
}

.newsletter_new p {
	margin-bottom: 0px;
}

.home_trial_section .btn {
	text-decoration: none !important;
	font-size: 15px;
	border: 1px solid #fff;
	color: #fff !important;
	min-width: 180px;
	display: inline-block;
	padding: 16px 10px;
	border-radius: 4px;
	margin: 0px 10px;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.home_trial_section .btn:hover {
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
	border-color: #00c8c7;
	background-color: #00c8c7;
}

.home_trial_section .btn.with_blue_bg {
	border-color: #00c8c7;
	background-color: #00c8c7;
}

.home_trial_section .btn.with_blue_bg:hover {
	border-color: #fff;
	background-color: transparent;
}

.home_trial_section .btn.white_border {
	background-color: #161f26;
}

.home_trial_section .btn.white_border:hover {
	background-color: #00c8c7;
}

.newsletter_new {
	position: relative;
}

.newsletter_new-inner {
	padding: 98px 0px 85px 0px;
	position: relative;
	z-index: 9;
}

.home_trial_section_new {
	background-color: #161f26;
	text-align: center;
	color: #fff;
}

.newsletter_new::before {
	content: "";
	position: absolute;
	background: url(../images/Squares_CTA_Bar_Left.svg) no-repeat center / cover;
	left: 15px;
	bottom: -14px;
	width: 222px;
	height: 271px;
}

.newsletter_new::after {
	content: "";
	position: absolute;
	background: url(../images/Squares_CTA_Bar_Right.svg) no-repeat center / cover;
	right: 116px;
	top: -27px;
	width: 169px;
	height: 135px;
}

body.page-template-q_onboarding_page .newsletter_new::before {
	bottom: 0px;
}

.m-b-35 {
	margin-bottom: 35px;
}

.max-700 {
	max-width: 700px;
	margin: 0 auto;
}

.book-demo-content-section + footer {
	border-top: none;
}

body.page-template-book-demo .footer_bluebg {
	display: none;
}



/*
5) Footer
--------------------------------*/
footer {
	background-color: #151a1c;
	margin-top: 0px;
	padding: 75px 45px;
}

.footer_menu {
	float: right;
	text-align: right;
}

.footer_menu li {
	list-style: none;
	display: inline-block;
	margin-right: 32px;
	vertical-align: middle;
}

.footer_menu li:last-child {
	margin-right: 0px !important;
}

.footer_menu li a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-family: 'circular-book', Arial, sans-serif;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.footer_menu li a:hover {
	color: #00c8c7;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.footer_menu li.social_icon {
	margin-right: 8px;
}

.footer_menu li.social_icon a {
	font-size: 34px;
}

.copyright_text {
	display: inline-block;
	margin-top: 5px;
}

.copyright_text p {
	font-size: 12px;
	color: #4d525a;
}

.copyright_text p:last-child {
	margin-bottom: 0px;
}

.show_767 {
	display: none !important;
}

.hide_767 {
	display: block;
}

.show_992 {
	display: none;
}

@media only screen and (max-width: 1520px) {
	.menu li {
		margin-left: 5%;
	}

	.menu li.border_btn {
		margin-left: 5%;
	}

	.menu li.border_btn.with_bg {
		margin-left: 10px;
	}
}

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

	/*header {
        padding:31px 25px 0;
    }
    header.fixed {
        padding:12px 25px 0;
    }*/
	footer {
		padding: 75px 25px;
	}

	.logo {
		width: 24%;
		margin-top: 2px;
	}

	.menu {
		width: 73%;
	}

	.menu li {
		margin-left: 2%;
	}

	.menu li a {
		font-size: 14px;
	}

	.menu li.border_btn a {
		font-size: 11px;
		width: 100px;
		height: 35px;
		line-height: 35px;
	}
}

@media only screen and (max-width: 1100px) {
	.logo {
		width: 250px;
	}

	.menu li {
		margin-left: 1.2%;
	}

	.menu {
		width: 71%;
	}

	.menu li a {
		font-size: 13px;
	}

	.menu li.border_btn {
		margin-left: 1%;
	}

	.menu li.border_btn a {
		font-size: 11px;
		width: 100px;
		height: 35px;
		line-height: 35px;
	}

	.menu li.border_btn.with_bg {
		margin-left: 5px;
	}
}


.blog .container,
.single .container,
.archive .container,
.search .container {
	max-width: 1233px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.lh150.blog a {
	color: #00c8c7;
}

#posts > div {
	padding: 0 21px;
}

#posts .post_tags {
	font-size: 14px;
	margin-top: 42px;
}

#posts .post_tags a {
	color: #00c8c7;
	font-size: 14px;
}

#posts .post_tags a:hover {
	color: #fa614b;
}

.blog_post_category {
	margin: 25px 0 20px;
}

.blog_post_category a {
	font-size: 14px;
	letter-spacing: 0;
	color: #1c283b;
	text-transform: uppercase;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
}

.blog_post_category a:hover {
	color: #1c283b;
	text-decoration: none;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
}

.blog_post_category span {
	color: #cccccc;
}

.blog_content_box .blog_heading {
	font-size: 26px;
	margin-bottom: 5px;
	display: block;
}

.blog_author {
	font-size: 14px;
	display: inline-block;
	width: 100%;
	margin: 10px 0 20px;
}

.blog_author .blue {
	color: #4d525a;
}

.blog_author span {
	color: #cccccc;
}

.blog_description {
	line-height: 1.375;
}

#posts .item .blog_featured_image img {
	border: 1px solid #ccc;
	display: block;
}

.blog_description a {
	color: #3e7dcd;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
}

.blog_description a:hover {
	color: #3e7dcd;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
}

.blog_content_box .blog_heading {
	font-size: 26px;
	margin-bottom: 5px;
	display: block;
	color: #141a1f;
	line-height: 1.1;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
}

.blog_content_box .blog_heading:hover {
	color: #00c8c7;
	text-decoration: none;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
}

.single #article {
	padding-top: 50px;
}

.single #article h1 {
	padding-left: 0px;
}

.single #article ul,
.single #article ol {
	padding-left: 35px;
	margin-bottom: 20px;
}

.single #article .blog-sbar {
	padding-left: 50px;
}

.single #article .blog-sbar ul,
.single #article .blog-sbar ol {
	padding-left: 0px;
}

.single .blog-title {
	font-size: 30px;
	margin-bottom: 43px;
	padding-left: 0px;
}

.fs22 {
	font-size: 22px;
}

hr {
	border-color: #ccc;
}

.black,
.hv-black:hover {
	color: #141a1f;
}

.single .blog-info {
	font-size: 14px;
	margin-bottom: 20px;
}

.single .blog-info span {
	color: #cccccc;
}

.single .blog-info .blue {
	color: #666666;
}

.single .blog-title {
	font-size: 30px;
	margin-bottom: 43px;
}

.single .blog img {
	border: 1px solid #CCCCCC;
}

.single .blog p {
	margin-bottom: 40px;
}

.single #article .blog-sbar ul {
	list-style: none;
	margin-top: 5px;
}

.single #article .blog-sbar ul li a {
	font-size: 16px;
	color: #3e7dcc;
}

.single #article .blog-sbar ul li {
	margin-top: 0px;
	margin-bottom: 2px;
}

.single #article .blog-sbar ul li {
	padding-left: 0px;
}

.single #article .blog-sbar ul > li::before {
	display: none;
}

.single #article .blog-sbar h7 {
	margin: 30px 0px;
}

#posts .item {
	height: auto;
}

#posts .item:nth-child(3n+1) {
	clear: left;
}

.blog_content_box {
	margin-bottom: 50px;
}

.single #article .blog-sbar .related_articles .black {
	padding-left: 0px;
}

.bg-shade,
.hv-bg-shade:hover {
	/*	background-color: #f5f5f5;*/
	/*	display: inline-block;*/
	width: 100%;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
}

.rel {
	position: relative;
}

.category-sidebar {
	margin: 15px 0px 0px 15px !important;
}

.category-sidebar > li {
	display: inline-block;
	margin-right: 25px;
	padding: 10px 0 36px;
	position: relative;
}

.category-sidebar > li > a {
	color: #303a3f;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
}

.category-sidebar > li > a:hover {
	color: #39837d;
	text-decoration: none;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
}

.category_drop_menu_list #bar-control {
	top: 19px;
	/*z-index: 9999;*/
	z-index: 99;
}

.category_drop_menu_list {
	padding: 15px 0 0;
}

#bar-control {
	position: absolute;
	right: 30px;
	top: 20px;
}

/*.blog h1,
.single h1 {
    margin-bottom: 0px;
    font-size: 60px;
    line-height: 1.35 !important;
    padding-left:15px;
    padding-top: 120px;
}*/
.blog h1 a,
.single h1 a,
.archive h1 a,
.search h1 a {
	color: #ffffff;
}

.blog h1 a:hover,
.single h1 a:hover,
.archive h1 a:hover,
.search h1 a:hover {
	text-decoration: none;
}

.blog_banner {
	background: #303A3F !important;
	min-height: 440px;
}

.blog_banner > div {
	padding: 140px 0 40px;
}

.blog_banner a {
	color: #ffffff;
}

.hidden-lg {
	display: none;
}

#bar-control {
	list-style: none;
}

#bar-control li {
	float: left;
	margin: 5px 15px 0;
}

#bar-control li:last-child {
	margin-right: 0px;
	margin-top: 10px;
}

#bar-control .button.bc-grey {
	line-height: 1.15;
	padding: 15px 30px;
	text-align: center;
	border: 2px solid #dddddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	font-size: 14px;
	color: #00c8c7;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
}

#bar-control .button.bc-grey:hover {
	color: #00c8c7;
	text-decoration: none;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
}

ul#bar-control li:last-child img {
	opacity: 0.1;
}

.blog #article,
.archive #article {
	padding-top: 50px;
}

.blog #posts,
.archive #posts {
	margin-bottom: 30px !important;
}

.malinky-ajax-pagination-loading {
	margin-bottom: 30px !important;
}

.blueshade-bar div {
	color: #666666;
	font-size: 26px;
	margin-right: 30px;
}

.inl-bck {
	display: inline-block;
}

.search #article > h2 {
	padding: 0 15px;
	margin-top: 50px;
	margin-bottom: 30px;
}

/** Search Form */
.blueshade-bar {
	background-color: #d9f1f1;
	left: 0;
	right: 0;
	z-index: 99;
	position: absolute;
	width: 100%;
	padding: 45px 0;
	text-align: center;
}

.blueshade-bar form {
	background-color: #ffffff;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	padding: 10px 20px 10px 30px;
	color: #4c7cc6;
}

.blueshade-bar form p {
	margin: 0;
}

.blueshade-bar form input.s,
.blueshade-bar form input.email {
	border: none;
	background: none;
	width: 300px;
	line-height: 24px;
	height: 24px;
	font-size: 15px;
	color: #00c8c7;
	-webkit-appearance: none;
}

.blueshade-bar form input[type="submit"] {
	border: 0;
	background: url(../images/btn-arrow.png) no-repeat center bottom;
	display: inline-block;
	width: 10px;
	height: 21px;
	text-indent: -9999px;
	float: right;
}

.blueshade-bar .ajax-loader {
	display: none;
}

.blueshade-bar .wpcf7-response-output {
	color: #ffffff;
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	opacity: 0.7;
	line-height: 18px;
	padding: .8em 1em;
	top: 120%;
	left: 0;
	right: 0;
}

.blueshade-bar .wpcf7-response-output:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	margin: -5px;
	top: 0;
	left: 50%;
	background: inherit;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.blueshade-bar .wpcf7-mail-sent-ng,
.blueshade-bar .wpcf7-validation-errors {
	background: #be6464;
}

.blueshade-bar .wpcf7-mail-sent-ok {
	background: #398f14;
}

.blueshade-bar .wpcf7-not-valid-tip {
	display: none;
}

.blueshade-bar form {
	color: #4c7cc6;
	line-height: 0.8;
}

.blueshade-bar ::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #00c8c7;
}

.blueshade-bar :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #00c8c7;
	opacity: 1;
}

.blueshade-bar ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #00c8c7;
	opacity: 1;
}

.blueshade-bar :-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #00c8c7;
}

.close_search {
	width: 28px;
	height: 28px;
	background: url(../images/close_icon.png) 0 0 no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	cursor: pointer;
}

#article hr {
	margin: 40px 0px;
	border: 0px;
	border-bottom: 1px solid #cccccc;
	background: none;
}

.single #article .blog-sbar ul li a {
	font-size: 16px;
	color: #00c8c7;
}

.single #article .blog-sbar ul li {
	padding-left: 0px;
}

.single #article .blog-sbar ul li {
	margin-top: 0px;
	margin-bottom: 2px;
}

.related_articles .row {
	margin: 30px 0px !important;
}

.single #article .blog-sbar .related_articles .black {
	padding-left: 0px;
}

.fs18 {
	font-size: 18px;
}

.fs14 {
	font-size: 14px;
}

.related_articles a {
	line-height: 1.25;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	margin-bottom: 10px;
	display: block;
}

.related_articles a:hover {
	text-decoration: none;
	color: #00c8c7;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
}

.blue,
.hv-blue:hover,
.comment-reply-link {
	color: #00c8c7;
}

a.bck {
	display: block;
}

a.bck.mb20 {
	margin-bottom: 20px;
}

a.bck.mt20 {
	margin-top: 20px;
}

a.bck:hover {
	text-decoration: none;
}

.blog input[type="text"],
.blog input[type="email"] {
	color: #000000 !important;
}

.form-control {
	display: block;
	width: 100%;
	height: 35px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.35;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.single input.form-control[type="text"],
.single input.form-control[type="email"],
.single input.form-control[type="password"],
.single textarea.form-control {
	padding: 19px 25px;
	height: auto !important;
	font-family: 'circular-book';
	color: #777777;
	margin-bottom: 20px;
}

#comments {
	padding: 90px 0px;
	background: #F5F5F5;
}

#comments ol,
#comments ul {
	list-style: none;
}

.comment-reply-title .fs18 {
	font-size: 18px;
}

#comments .fs28 {
	font-size: 28px;
}

hr.white {
	border-color: #ffffff !important;
}

#comments hr {
	margin: 40px 0px;
	outline: 0;
	border: 0;
	height: 1px;
	background: #ffffff;
}

#comments .button {
	padding: 0 22px;
	text-align: center;
	border: 1px solid transparent;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	color: #ffffff;
	cursor: pointer;
	background: #00c8c7;
	margin-top: 20px;
	height: 52px;
	font-size: 12px;
	font-family: 'circular-bold', Arial, sans-serif;
	width: 165px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
}

#comments .button:hover {
	border-color: #00c8c7;
	color: #00c8c7;
	background-color: transparent;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
}

#comments a {
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
}

#comments a:hover {
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
}

.comment-author.vcard {
	font-size: 16px;
	font-family: 'circular-bold', Arial, sans-serif;
	color: #151a1c;
}

.comment-author.vcard a {
	color: #151a1c;

}

.comment-author.vcard a:hover {
	text-decoration: none;
}

.commentmetadata {
	margin-bottom: 30px;
}

.commentmetadata a {
	color: #00c8c7;
}

.commentmetadata a:hover {
	color: #3E7DCC;
	text-decoration: none;
}

#comments .reply {
	margin-top: 30px;
	margin-bottom: 50px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ffffff;
}

#comments .reply a:hover {
	color: #00c8c7;
	text-decoration: none;
}

.comment-reply-title a {
	color: #00c8c7;
}

.comment-reply-title a:hover {
	color: #3E7DCC;
	text-decoration: none;
}

/*
.guerrillawrap {
	margin-top: 20px !important;
	padding: 30px !important;
	margin-bottom: 80px !important
}
*/
/*

.guerrillagravatar {
	float: left;
	margin: 0 10px 0 0;
	margin-right: 10px;
	width: 10%;
	margin-right: 30px !important;
	font-family: 'circular-bold';
}

.guerrillawrap a {
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
}

.guerrillawrap a:hover {
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
}
*/

.guerrillatext {
	float: left;
	width: 84%;
}

.guerrillatext a {
	color: #00c8c7;
}

.guerrillatext a:hover {
	color: #00c8c7;
	text-decoration: none;
}

.blog .guerrillatext h4 {
	font-size: 18px;
	color: #000;
	font-family: 'circular-bold', Arial, sans-serif;
	margin: 1em 0 1em;
}

.guerrillasocial {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.guerrillasocial a {
	border: 0;
	margin-right: 10px;
	color: #00c8c7;
}

.guerrillasocial a:hover {
	color: #3E7DCC;
	text-decoration: none;
}

.blog h2 {
	font-size: 22px;
	color: #000;
}

.blog h3 {
	font-size: 18px;
	color: #000;
}

#article .blog h4 {
	font-size: 16px;
	color: #000;
}

.blog h5 {
	font-size: 14px;
	color: #000;
}

#article .blog h6 {
	font-size: 12px;
	color: #000;
}

.blog h2,
.blog h3,
#article .blog h4,
.blog h5,
#article .blog h6 {
	margin: 1em 0 1em;
	line-height: 1.25;
	font-family: 'circular-book';
}

#article .blog h1 {
	line-height: 1.35 !important;
}

#article ul > li,
#article ol > li {
	position: relative;
	padding-left: 35px;
	margin: 1em 0;
}

.blog-title {
	font-family: 'circular-book', Helvetica, Arial, sans-serif;
	font-weight: 400;
}

/* footer blue */
.footer_blue_section {
	background: #3e7dcc;
	padding-top: 80px;
}

.footer_blue_section .container {
	max-width: 100%;
}

.footer_blue_inner {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.blue_left {
	width: 50%;
	float: left;
}

.blue_left img {
	max-width: 1162px;
	height: auto;
	float: right;
}

.blue_right {
	width: 50%;
	float: left;
	padding: 60px;
}

.blue_right .text_inner {
	max-width: 530px;
	color: #ffffff;
	font-size: 18px;
}

.blue_right .text_inner h3 {
	font-family: 'Circular Std Black';
	margin-bottom: 30px;
	color: #ffffff;
	font-size: 30px;
}

.blue_right .text_inner .btn {
	font-size: 12px;
	color: #ffffff;
	border-radius: 4px;
	padding: 0px 32px;
	line-height: 52px;
	letter-spacing: 0.05em;
	font-family: 'circular-bold', Arial, sans-serif;
	background: #00c8c7;
	height: 52px;
	display: inline-block;
	border: 1px solid #00c8c7;
	margin-top: 80px;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.blue_right .text_inner .btn:hover,
.blue_right .text_inner .btn:focus {
	text-decoration: none;
	background: none;
	border-color: #ffffff;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.malinky-load-more a {
	font-size: 12px;
	color: #ffffff;
	border-radius: 4px;
	padding: 0px 32px;
	line-height: 52px;
	letter-spacing: 0.05em;
	font-family: 'circular-bold', Arial, sans-serif;
	background: #00c8c7;
	height: 52px;
	display: inline-block;
	border: 1px solid #00c8c7;
	margin-top: 20px;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
	text-transform: uppercase;
	margin-bottom: 80px;
}

.malinky-load-more a:hover,
.malinky-load-more a:focus {
	text-decoration: none;
	background: none;
	border-color: #00c8c7;
	color: #00c8c7;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.page-pricing .entry {
	background-color: #f2f5fa;
}

.core_img h3,
.feature_section h3,
.core_use_module h3,
.workflow_center_img h4,
.cross_img_headline h3 {
	background: #4d525a !important;
}

.webinar_description {
	width: 100%;
}

.webinar_extra_details.gated_page {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 30px 0px 7px;
}

.webinar_extra_details.gated_page .column_text {
	align-self: center;
	-webkit-align-self: center;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	background: transparent !important;
}

p.no_found_text {
	margin: 50px 0px 120px;
}

/*radio btn*/

.webinar_content .radio_group p {
	display: inline-block;
}

.webinar-registration .gotowebinar-field,
.webinar-registration .gotowebinar-question {
	border-radius: none !important;
	margin-bottom: 16px !important;
	border: 1px solid #d7dde6;
	padding: 0 15px;
	height: 59px;
}

#country_msdd {
	margin-bottom: 16px;
}

.webinar-registration input[type="submit"] {
	font-size: 12px;
	color: #ffffff;
	border-radius: 4px;
	padding: 0px 32px;
	line-height: 52px;
	letter-spacing: 0.05em;
	font-family: 'circular-bold', Arial, sans-serif;
	background: #00c8c7;
	height: 52px;
	display: inline-block;
	border: 1px solid #00c8c7;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
	text-transform: uppercase;
	max-width: 175px;
	width: 100%;
	cursor: pointer;
}

.webinar-registration td {
	padding: 0;
	display: block !important;
	width: 100% !important;
	margin-top: 5px;
}

.upcoming-webinars,
.webinar-registration {
	table-layout: auto;
	display: block;
	width: 100%;
}

.gotowebinar-required {
	font-size: 12px;
	font-family: 'circular-medium';
	color: #000;
	text-transform: uppercase;
}

.ddTitleText .ddlabel {
	color: #8f9db3 !important;
}

.webinar-registration input[type="submit"] {
	margin-top: 20px;
	margin-bottom: 10px;
}

.webinar-registration tbody {
	display: block;
	width: 100%;
}

.webinar-registration tr {
	display: block;
	width: 100%;
}

.webinar-registration tr:last-child {
	text-align: center;
}

.webinar-registration th {
	display: block;
	width: 100%;
}

.right_column_box {
	width: 100%;
}

.radio_group {
	position: relative;
}

.dd .ddTitle .ddTitleText {
	height: 59px !important;
}

.webinar-registration {
	margin-top: 20px;
}

.radio_group [type="radio"]:checked,
[type="radio"]:not(:checked) {
	position: absolute;
	left: 4px;
	top: 5px;
	z-index: 9;
	opacity: 0;
	width: 100%;
	cursor: pointer;
}

.radio_group [type="radio"]:checked + p,
.radio_group [type="radio"]:not(:checked) + p {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666;
	margin-bottom: 10px;
}

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

.radio_group [type="radio"]:checked + p:after,
.radio_group [type="radio"]:not(:checked) + p:after {
	content: '';
	width: 12px;
	height: 12px;
	background: #00c8c7;
	;
	position: absolute;
	top: 3px;
	left: 3px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.radio_group [type="radio"]:not(:checked) + p:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.radio_group [type="radio"]:checked + p:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.webinar-registration .ddcommon {
	width: 100% !important;
}

.webinar-registration .gotowebinar-required::after {
	display: none;
}

.form_details.dateselection {
	display: none;
}

.form_details.dateselection.showthis {
	display: block;
}

.webinar-registration-header {
	background: #fff;
	padding: 20px;
	border: solid 1px #eee;
	margin-top: 15px;
	margin-bottom: 35px;
}

.webinar-registration-header h3,
.webinar-registration-header em,
.webinar-registration-header br {
	display: none;
}

.webinar-registration-header p {
	margin-bottom: 0;
}

.timezone-convert-link-registration {
	color: #00c8c7;
	text-decoration: underline;
}


/* table chart */
.homenew_table {
	max-width: 1260px;
	margin: 0 auto;
}

.wpb_wrapper .homenew_table th {
	width: 140px;
	font-size: 13px;
	text-align: center;
	letter-spacing: 0.1em;
	padding: 0 15px;
}

.wpb_wrapper .homenew_table td {
	font-size: 14px;
}

.wpb_wrapper .homenew_table th:nth-child(1) {
	border: 1px solid #ffffff;
	border-bottom-color: #e5eaf1;
}

.wpb_wrapper .homenew_table td:nth-child(1) {
	background: #f2f5fc;
	border-left-color: #f2f5fc;
}

.wpb_wrapper .homenew_table td:nth-child(2),
.wpb_wrapper .homenew_table th:nth-child(2) {
	border-color: #45cfd9;
}

.top_img_sec .vc_carousel-slideline-inner .vc_item {
	line-height: 0;
	text-align: center;
}

.top_img_sec .vc_carousel-slideline-inner .vc_item > .vc_inner {
	margin-right: 35px !important;
}

.top_img_sec .vc_carousel-slideline-inner .vc_item img {
	width: auto;
	max-height: 48px;
}

.hide_click {
	display: none;
}

.homenew_center_section .btn_toggle {
	font-size: 16px;
	max-width: 460px;
	margin: 30px auto 0 !important;
}

.homenew_center_section .hide_click {
	font-size: 16px;
	max-width: 460px;
	margin: 30px auto 0 !important;
	text-align: right;
}

.homenew_report_inner .homenew_report_inner_innertxt {
	padding-left: 0px !important;
}

.homenew_report_inner .vc_column-inner > .wpb_wrapper {
	padding-left: 70px;
}

.homenew_report_inner .btn_toggle {
	margin-top: 30px;
}

.homenew_report_inner .hide_click {
	padding-bottom: 100px;
	color: #ffffff;
}

/*#sgcboxLoadedContent img, .colorbox3 #sgcboxContent {
    margin:0px !important;
}
.colorbox3 #sgcboxClose {
    background:url(../images/close_cursor.png) no-repeat 0 0 / cover !important;
    width:24px !important;
    height:24px !important;
    top:10px !important;
    right:10px !important;
}
.colorbox3 #sgcboxLoadedContent {
    border:0px !important;
    background:none !important;
}*/
.wph-modal.wph-modal--cabriolet section .wph-modal--image img {
	height: auto !important;
	width: auto;
}

figure .wph-modal--image {
	height: auto !important;
	max-height: inherit !important;
}

.wph-modal.wph-modal--cabriolet section .wph-modal--image {
	-webkit-box-flex: 0;
	-ms-flex: 0 667px !important;
	flex: 0 667px !important;
}

.wph-modal.wph-modal--cabriolet section {
	position: relative;
}

.wph-modal--message {
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: 0px;
	margin: 0 auto;
	max-width: 500px;
	width: 100%;
}

.wph-modal .wph-modal--content .wph-modal--message h2 {
	font: inherit !important;
	line-height: 1.3 !important;
}

.wph-modal--message h5 {
	color: #00D8C0 !important;
	font-size: 20px !important;
}

.wph-modal .wph-modal--content .wph-modal--message h2 {
	font-size: 44px !important;
	color: #ffffff !important;
}

.wph-modal .wph-modal--content .wph-modal--message p {
	color: #8CC0FF !important;
	font-size: 18px !important;
}


/*experts-landing-section-start*/
.expert_banner_section {
	padding-bottom: 658px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.expert_banner_section .banner_inner {
	max-width: 1031px;
	margin: 0 auto;
}

.expert_banner_section .banner_inner_sec {
	font-size: 22px;
	color: #ffffff;
	line-height: 1.36em;
	max-width: 627px;
	position: absolute;
	z-index: 9;
	padding-top: 215px;
}

.expert_banner_section .banner_inner_sec h2 {
	font-size: 46px;
	font-family: 'circular-bold', Arial, sans-serif;
	padding-bottom: 25px;
}

.expert_banner_section:after {
	content: ' ';
	background: rgba(48, 58, 63, 0.5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.expert_banner_section .service_select_top select {
	max-width: 270px !important;
}

.expert_banner_section .dd .ddTitle .ddTitleText {
	height: 58px !important;
}

.expert_banner_section .ddTitleText .ddlabel {
	color: #4d525a !important;
	opacity: inherit;
	letter-spacing: 0.009em;
}

.expert_banner_section .dd .ddArrow {
	background-image: url(../images/drop_downicon.png);
	width: 13px;
	height: 8px;
	margin-top: -3px;
	right: 21px;
}

.expert_banner_section .dd .ddTitle .ddTitleText {
	padding: 0 19px;
}

.expert_banner_section .dd .ddChild {
	border-top: 1px solid #8f9db3;
	height: auto !important;
	top: 59px !important;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
}

.expert_banner_section .dd .ddChild li.selected {
	background-color: #8f9db3;
}

.expert_banner_section .dd .ddChild li.hover {
	background-color: #8f9db3;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.expert_banner_section .dd .ddChild li {
	padding: 10px 5px;
	background-color: #fff;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

/*.expert_banner_section .dd .ddChild li:first-child{
    display:none !important;
}*/
.expert_banner_section .main_search_submit {
	background-color: #00c8c7;
	font-size: 12px;
	color: #fff;
	font-family: 'circular-bold', Arial, sans-serif;
	padding: 4px 0px;
	text-decoration: none;
	letter-spacing: 0.05em;
	border-radius: 4px;
	float: left;
	min-height: 58px;
	min-width: 150px;
	text-align: center;
	margin-left: 15px;
	margin-top: 41px;
	border: 0;
	cursor: pointer;
}

.expert_banner_section .ddcommon {
	min-width: 270px !important;
	float: left;
	margin-top: 41px;
	border: none;
}

.expert_banner_secti .dd .ddTitle .ddTitleText {
	line-height: 61px !important;
}


.four_column_section .col-4 {
	width: 25%;
	float: left;
	padding: 49px 0 45px;
	text-align: center;
}

.four_column_section .col-4 img {
	display: inline-block;
	text-align: center;
}

.four_column_section .col_inner_txt {
	padding: 23px 0 0 18px;
	color: #ffffff;
	font-size: 15px;
	font-family: 'circular-bold', Arial, sans-serif;
	text-transform: uppercase;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	display: inline-block;
}

.four_column_section .col-4:nth-child(1n+1) {
	background-color: #4d525a;
}

.four_column_section .col-4:nth-child(2n+2) {
	background-color: #5f646b;
}

.four_column_section {
	padding-bottom: 100px;
}

.expert_form-section {
	max-width: 1212px;
	margin: 0 auto;
	padding-bottom: 101px;
}

.expert_form-section .form_inner h2 {
	font-size: 30px;
	color: #151a1c;
	line-height: 0.75em;
	font-family: 'Circular Std Black';
	padding-bottom: 57px;
	text-align: center;
}

.expert_form-section .form_inner .ddcommon,
.expert_form-section .form_inner input {
	width: 313px !important;
	float: left;
	border: 1px solid #8f9db3 !important;
	margin-right: 25px;
}

.expert_form-section .form_inner .ddcommon .ddTitle .ddTitleText {
	height: 51px !important;
}

.expert_form-section .form_inner input {
	height: 53px !important;
	padding: 4px 18px 0;
	margin-right: 20px;
	font-size: 16px;
}

.expert_form-section .form_inner .dd .ddArrow {
	background-image: url(../images/drop_downicon.png);
	width: 13px;
	height: 8px;
	margin-top: -3px;
	right: 19px;
}

.expert_form-section .form_inner .ddTitleText .ddlabel {
	color: #8f9db3 !important;
	opacity: inherit;
	letter-spacing: 0.009em;
	font-size: 16px;
}

.expert_form-section .form_inner .dd .ddChild {
	top: 52px !important;
	z-index: 9 !important;
}

.expert_form-section .form_inner .dd .ddChild li {
	background-color: #bec6d3 !important;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.expert_form-section .form_inner .dd .ddChild li .ddlabel {
	color: #ffffff !important;
}

.expert_form-section .form_inner .dd .ddChild li:hover {
	background-color: #4d525a !important;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.expert_form-section .form_inner .dd .ddChild li.selected {
	background-color: #4d525a !important;
}

.expert_form-section .form_inner input::placeholder {
	color: #8f9db3 !important;
}

/*.expert_form-section .form_inner .dd .ddChild li:first-child{
    display:none !important;
}*/
.expert_form-section .form_inner .dd .ddTitle .ddTitleText {
	padding: 0 17px;
	line-height: 56px !important;
}

.expert_form-section .form_inner input[type="submit"] {
	background-color: #00c8c7;
	font-size: 12px;
	color: #fff;
	font-family: 'circular-bold', Arial, sans-serif;
	padding: 1px 28px 0px 34px;
	text-decoration: none;
	letter-spacing: 0.05em;
	border-radius: 4px;
	height: 52px;
	max-width: 193px;
	display: inline-block;
	text-align: center;
	border: 1px solid #00c8c7 !important;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	cursor: pointer;
}

.expert_form-section .form_inner input[type="submit"]:hover {
	background-color: inherit;
	border: 1px solid #00c8c7;
	color: #00c8c7;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
}

.expert_form-section .form_inner input[type="submit"] {
	margin-right: 0;
}

.expert_form-section .form_inner .dd .divider {
	border-left: 1px solid #8f9db3;
	border-right: 1px solid #fff;
	right: 47px;
	display: block;
}

.expert_content_section {
	background-color: #f2f5fa;
	padding-top: 52px;
	padding-bottom: 110px;
}

.expert_content_section .expert_content {
	padding-top: 55px;
	margin: 0 -20px 32px -21px !important;
}

.expert_content_section .content_inner_section {
	max-width: 1223px;
	margin: 0 auto;
	position: relative;
}

.expert_content_section .content_inner_section .loader_icon img {
	margin: 0 auto !important;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 63px;
}

.expert_content_section .content_inner_section .loader_icon img.spinner-users-search {
	top: 0;
}

.expert_content_section .col-3 {
	width: 33.33%;
	float: left;
	padding: 0 20px 32px 21px;
}

.expert_content_section .col-3 .inner_section {
	background-color: #ffffff;
	padding: 30px 30px 100px;
	position: relative;
}

.expert_content_section .col-3 img {
	float: left;
	padding-right: 18px;
}

.expert_content_section .col-3 .inner_content {
	clear: both;
	font-size: 13px;
	color: #4d525a;
	padding-top: 29px;
	font-family: 'circular-book', Arial, sans-serif;
	line-height: 1.30em;
}

.expert_content_section .content_inner_section .col-3 h6 {
	font-size: 18px;
	color: #4d525a;
	line-height: 1em;
	font-family: 'circular-bold', Arial, sans-serif;
	padding-bottom: 11px;
	padding-top: 5px;
}

.expert_content_section .content_inner_section .col-3 span {
	font-size: 12px;
	color: #8f9db3;
	font-family: 'circular-book', Arial, sans-serif;
	line-height: 15px;
	display: block;
	padding-bottom: 3px;
	text-align: left;
}

.expert_content_section .content_inner_section .col-3 span.greentxt {
	font-size: 12px;
	line-height: 15px;
	color: #00c8c7;
	font-family: 'circular-book', Arial, sans-serif;
}

.expert_content_section .col-3 a.btn {
	background-color: #8f9db3;
	font-size: 12px;
	border-radius: 4px;
	letter-spacing: 0.05em;
	font-family: 'circular-bold', Arial, sans-serif;
	color: #ffffff !important;
	padding: 21px 0 17px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #8f9db3;
	margin-top: 18px;
	display: block;
	text-transform: uppercase;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 29px;
	min-width: 320px;
	;
}

.expert_content_section .col-3 a.btn:hover {
	background-color: inherit;
	color: #8f9db3 !important;
	border: 1px solid #8f9db3;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
}

.expert_content_section .content_inner_section span {
	font-size: 14px;
	color: #303a3f;
	text-align: right;
	padding-right: 13px;
	display: block;
}

.expert_content_section .content_inner_section span a {
	font-family: 'circular-book', Arial, sans-serif;
	color: #303a3f;
	display: inline-block;
}

.expert_content_section .content_inner_section .experts-loadmore a.loadmore-btn {
	background-color: #00c8c6;
	font-size: 12px;
	color: #fff;
	font-family: 'circular-bold', Arial, sans-serif;
	padding: 17px 0px;
	text-decoration: none;
	letter-spacing: 0.05em;
	border-radius: 4px;
	height: 53px;
	min-width: 175px;
	border: 1px solid #00c8c6 !important;
	display: inline-block;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
}

.experts-loadmore {
	clear: both;
	text-align: center;
	margin-top: 35px;
}

.experts-loadmore .loadmore-btn {
	padding: 58px 0 109;
}

.expert_content_section .content_inner_section .experts-loadmore a.loadmore-btn:hover {
	background-color: inherit;
	border: 1px solid #00c8c6;
	color: #00c8c6;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
}

.expert_bottom_section {
	background-color: #adb8c8;
	text-align: center;
	padding: 109px 0 87px;
}

.expert_bottom_section .bottom_txt {
	max-width: 777px;
	margin: 0 auto;
	color: #ffffff;
	font-size: 30px;
	font-family: 'Circular Std Black';
	line-height: 1.4em;
	letter-spacing: -0.1px;
	padding-bottom: 32px;
}

.expert_bottom_section a.bottom_btn {
	background-color: #303a3f;
	color: #ffffff !important;
	font-size: 12px;
	color: #fff;
	font-family: 'circular-bold', Arial, sans-serif;
	padding: 17px 0;
	text-decoration: none;
	letter-spacing: 0.05em;
	border-radius: 4px;
	height: 53px;
	min-width: 190px;
	display: inline-block;
	border: 1px solid #303a3f;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
}

.expert_bottom_section a.bottom_btn:hover {
	background-color: inherit;
	border: 1px solid #303a3f;
	color: #303a3f !important;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
}

.expert_content_section .content_inner_section span.empty-users {
	text-align: center;
}

/*experts-landing-section-end*/

/*experts-add-profile-section-start*/
.expert_profile_banner {
	min-height: 440px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.expert_profile_banner:after {
	content: ' ';
	background: rgba(48, 58, 63, 0.5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.expert_profile_banner .profile_banner_inner {
	position: absolute;
	color: #ffffff;
	top: 225px;
	font-size: 20px;
	font-family: 'circular-book', Arial, sans-serif;
	z-index: 9;
	letter-spacing: -0.025em;
}

.expert_profile_banner .profile_banner_inner h2 {
	font-size: 40px;
	font-family: 'Circular Std Black';
	line-height: 2.017em;
	letter-spacing: -0.025em;
}

.expert_profile_banner .profile_content {
	max-width: 1164px;
	margin: 0 auto;
}

body.page-add-your-profile .add_profile_form {
	background-color: #f2f5fa;
	padding: 117px 0 71px;
}

body.page-add-your-profile form input,
body.page-add-your-profile form select {
	width: 540px;
	height: 61px;
}

body.page-add-your-profile form textarea {
	width: 540px;
	height: 140px;
	resize: none;
}

body.page-add-your-profile form input,
body.page-add-your-profile form select,
body.page-add-your-profile form textarea {
	display: block;
	border: 1px solid #d7dde6 !important;
	padding: 12px 15px;
}

body.page-add-your-profile form input[type="checkbox"] {
	width: 20px;
	height: 20px;
	display: inline-block;
}

form .dd,
button {
	outline: none !important;
	cursor: pointer;
}

textarea {
	outline: none !important;
	color: #727a86 !important;
}

body.page-add-your-profile form > div {
	margin-bottom: 29px;
}

body.page-add-your-profile .add_profile_form form {
	max-width: 540px;
	margin: 0 auto;
}

body.page-add-your-profile .add_profile_form form label {
	font-size: 12px;
	color: #151a1c;
	text-transform: uppercase;
	font-family: 'circular-medium';
	display: block;
	line-height: 1.66em;
	letter-spacing: 0.05em;
	margin-bottom: 2px;
}

body.page-add-your-profile form span.profile_heading {
	font-size: 16px;
	color: #8f9db3;
	line-height: 1.66em;
	padding: 3px 0 20px;
	display: block;
	cursor: pointer;
}

body.page-add-your-profile form .ddTitleText .ddlabel,
body.page-edit-my-profile form .ddTitleText .ddlabel {
	color: #c4cbd7 !important;
	opacity: inherit;
	letter-spacing: 0.009em;
	font-size: 16px;
}

body.page-add-your-profile form .ddTitleText .ddlabel.active,
body.page-edit-my-profile form .ddTitleText .ddlabel.active,
body.page-edit-my-profile form .ddTitleText .ddlabel {
	color: #727a86 !important;
}

body.page-add-your-profile form .dd .ddChild,
body.page-edit-my-profile form .dd .ddChild {
	top: 52px !important;
	z-index: 99 !important;
}

body.page-add-your-profile form .dd .ddChild li,
body.page-edit-my-profile form .dd .ddChild li {
	background-color: #bec6d3 !important;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

body.page-add-your-profile form .dd .ddChild li .ddlabel,
body.page-edit-my-profile form .dd .ddChild li .ddlabel {
	color: #ffffff !important;
}

body.page-add-your-profile form .dd .ddChild li:hover,
body.page-edit-my-profile form .dd .ddChild li:hover {
	background-color: #4d525a !important;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

body.page-add-your-profile form .dd .ddChild li.selected {
	background-color: #4d525a !important;
}

body.page-add-your-profile form .img {
	float: left;
	margin-bottom: 10px !important;
	margin-right: 16px;
}

body.page-add-your-profile form .textarea_txt {
	display: inline-block;
}

body.page-add-your-profile form .remove_profile_pic {
	font-size: 11px;
	color: #ffffff;
	background-color: #303a3f;
	border-radius: 32px;
	min-width: 112px;
	text-transform: uppercase;
	padding: 9px 0 8px;
	text-align: center;
	font-family: 'circular-bold', Arial, sans-serif;
	letter-spacing: 0.05em;
	margin-left: 16px;
	float: right;
	margin-top: -7px;
	cursor: pointer;
}

body.page-add-your-profile form .img_size {
	font-size: 14px;
	color: #8f9db3;
	display: inline-block;
	margin-top: 57px;
}

body.page-add-your-profile form button,
body.page-edit-my-profile form button,
body.page-change-my-password .change_password_form form input[type="submit"] {
	background-color: #00c8c7;
	font-size: 12px;
	color: #fff;
	font-family: 'circular-bold', Arial, sans-serif;
	padding: 1px 0px;
	text-decoration: none;
	letter-spacing: 0.05em;
	border-radius: 4px;
	height: 52px;
	min-width: 175px;
	display: inline-block;
	text-align: center;
	border: 1px solid #00c8c7 !important;
	text-transform: uppercase;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	cursor: pointer;
}

body.page-add-your-profile form button:hover,
body.page-edit-my-profile form button:hover,
body.page-change-my-password .change_password_form form input[type="submit"]:hover {
	background-color: inherit;
	border: 1px solid #00c8c7;
	color: #00c8c7;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
}

body.page-add-your-profile form .submit_btn {
	text-align: center;
	margin-top: 23px;
}

body.page-add-your-profile form span.custom_error,
body.page-expert-login form span.custom_error,
body.page-edit-my-profile span.custom_error,
span.custom_error,
body.page-change-my-password span.custom_error {
	font-size: 14px;
	color: #ff533f;
}

body.page-add-your-profile form .required_error input,
body.page-add-your-profile form .required_error select,
body.page-add-your-profile form .required_error textarea,
body.page-expert-login form .required_error input,
body.page-expert-login form .required_error textarea,
body.page-edit-my-profile .edit_profile_secion form .required_error input,
body.page-edit-my-profile .edit_profile_secion form .required_error dd,
body.page-edit-my-profile .edit_profile_secion form .required_error textarea,
.required_error input,
body.page-change-my-password form .required_error input {
	border-color: #ff533f !important;
}

dd {
	border: 1px solid #ff533f !important;
}

/*experts-add-profile-section-end*/

/*experts-login-section-start*/
body.page-expert-login .loginform {
	background-color: #f2f5fa;
	padding: 75px 0 119px;
}

body.page-expert-login .loginform form {
	max-width: 540px;
	margin: 0 auto;
	position: relative;
	padding: 84px 0 93px;
}

body.page-expert-login .loginform form label {
	font-size: 12px;
	color: #151a1c;
	text-transform: uppercase;
	font-family: 'circular-medium';
	display: block;
	line-height: 1.66em;
	letter-spacing: 0.05em;
	margin-bottom: 2px;
}

body.page-expert-login .loginform form input {
	display: block;
	border: 1px solid #d7dde6;
	padding: 12px 15px;
	width: 540px;
	height: 61px;
}

/*body.page-expert-login .loginform form input::placeholder {
    font-size:16px;
    color:#c4cbd7;
}
body.page-expert-login .loginform form input:focus::placeholder{
    color: #727a86;;
}*/
body.page-expert-login .loginform form button {
	background-color: #00c8c7;
	font-size: 12px;
	color: #fff;
	font-family: 'circular-bold', Arial, sans-serif;
	padding: 1px 26px 0px 27px;
	text-decoration: none;
	letter-spacing: 0.05em;
	border-radius: 4px;
	height: 52px;
	min-width: 175px;
	display: inline-block;
	text-align: center;
	border: 1px solid #00c8c7 !important;
	text-transform: uppercase;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	cursor: pointer;
}

body.page-expert-login .loginform form .submit_btn {
	text-align: center;
	margin-top: 66px;
}

body.page-expert-login .loginform form button:hover {
	background-color: inherit;
	border: 1px solid #00c8c7;
	color: #00c8c7;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
}

body.page-expert-login .loginform form > .field_set {
	margin-bottom: 29px;
	position: relative;
}

body.page-expert-login .loginform form .forgot-pass {
	font-family: 'circular-book', Arial, sans-serif;
	float: right;
	font-size: 14px;
	color: #8f9db3;
	text-decoration: none;
	position: absolute;
	right: 0;
	top: 0;
}

.error.empty,
.success.empty {
	min-height: 20px;
	font-size: 14px;
}

.success.empty {
	margin-bottom: 35px;
}

/*experts-login-section-end*/

/*experts-viewmyprofile_start*/
.my-account-nav {
	padding: 55px 0 61px;
	border-bottom: 1px solid #bec6d3;
}

.account-nav-inner {
	max-width: 1164px;
	margin: 0 auto;
}

.account-nav-inner a {
	font-size: 16px;
	color: #4d525a;
	text-decoration: none;
	font-family: 'circular-book', Arial, sans-serif;
	padding-right: 69px;
}

.account-nav-inner a:hover {
	color: #00c8c7;
}

.account-nav-inner > div {
	float: left;
}

.my-account-nav .account-menu.active {
	color: #00c8c7 !important;
	font-family: 'circular-bold', Arial, sans-serif;
}

.login-success {
	padding-bottom: 15px;
}

body.page-view-my-profile .viewmy_profile {
	background-color: #f2f5fa;
}

body.page-view-my-profile .my-account-user {
	max-width: 380px;
	margin: 0 auto;
	padding: 100px 0;
}

body.page-view-my-profile .my-account-user .inner_section {
	background-color: #ffffff;
	padding: 30px 30px;
}

body.page-view-my-profile .my-account-user img {
	float: left;
	padding-right: 18px;
}

body.page-view-my-profile .my-account-user .inner_section h6 {
	font-size: 18px;
	color: #4d525a;
	line-height: 1em;
	font-family: 'circular-bold', Arial, sans-serif;
	padding-bottom: 11px;
	padding-top: 5px;
}

body.page-view-my-profile .my-account-user .inner_section span {
	font-size: 12px;
	color: #8f9db3;
	font-family: 'circular-book', Arial, sans-serif;
	line-height: 15px;
	display: block;
	padding-bottom: 3px;
	text-align: left;
}

body.page-view-my-profile .my-account-user .inner_section span.greentxt {
	font-size: 12px;
	color: #00c8c7;
	font-family: 'circular-book', Arial, sans-serif;
	display: inline-block;
}

body.page-view-my-profile .my-account-user .inner_section .inner_content {
	clear: both;
	font-size: 13px;
	color: #4d525a;
	padding-top: 29px;
	font-family: 'circular-book', Arial, sans-serif;
	line-height: 1.30em;
	word-break: break-all;
}

body.page-view-my-profile .my-account-user .inner_section .inner_content a {
	background-color: #8f9db3;
	font-size: 12px;
	border-radius: 4px;
	letter-spacing: 0.05em;
	font-family: 'circular-bold', Arial, sans-serif;
	color: #ffffff !important;
	padding: 21px 10px 17px 10px;
	text-align: center;
	text-decoration: none;
	margin-top: 18px;
	display: block;
	text-transform: uppercase;
	border: 1px solid #8f9db3;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
}

body.page-view-my-profile .my-account-user .inner_section .inner_content a:hover {
	background-color: inherit;
	color: #8f9db3 !important;
	border: 1px solid #8f9db3;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
}

/*experts-viewmyprofile_end*/

/*experta_change_mypassowrd_start*/
body.page-change-my-password .change_password_section {
	background-color: #f2f5fa;
}

body.page-change-my-password .change_password_form form,
.lost_password_section form {
	max-width: 540px;
	margin: 0 auto;
}

body.page-change-my-password .change_password_form form > div,
.lost_password_section form > div {
	margin-bottom: 29px;
}

body.page-change-my-password .change_password_form form label,
.lost_password_section form label {
	font-size: 12px;
	color: #151a1c;
	text-transform: uppercase;
	font-family: 'circular-medium';
	display: block;
	line-height: 1.66em;
	letter-spacing: 0.05em;
	margin-bottom: 2px;
}

body.page-change-my-password .change_password_form form input,
.lost_password_section form input {
	display: block;
	border: 1px solid #d7dde6;
	padding: 12px 15px;
}

body.page-change-my-password .change_password_form form input:not([type="submit"]),
.lost_password_section form input {
	width: 540px;
	height: 61px;
}

body.page-change-my-password .change_password_form form .btn {
	text-align: center;
	margin-bottom: 0;
	margin-top: 93px;
}

body.page-change-my-password .change_password_form form .button a {
	float: left;
}

body.page-change-my-password .change_password_form form .btn a,
body.page-edit-my-profile .edit_profile_form form .submit_btn a,
.lost_password_section form .btn a {
	background-color: #8f9db3 !important;
	font-size: 12px;
	color: #fff;
	font-family: 'circular-bold', Arial, sans-serif;
	padding: 16px 0px !important;
	text-decoration: none;
	letter-spacing: 0.05em;
	border-radius: 4px;
	height: 52px;
	min-width: 175px;
	display: inline-block;
	text-align: center;
	border: 1px solid #8f9db3 !important;
	text-transform: uppercase;
	margin-top: 0 !important;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	margin-right: 5px;
}

body.page-change-my-password .change_password_form form .btn a:hover,
body.page-edit-my-profile .edit_profile_form form .submit_btn a:hover,
.lost_password_section form .btn a:hover {
	background-color: inherit !important;
	border: 1px solid #8f9db3 !important;
	color: #8f9db3 !important;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
}

body.page-change-my-password .change_password_form {
	padding: 117px 0;
}

/*experta_change_mypassowrd_end*/

/*experts_editmy_profile_start*/
body.page-edit-my-profile .edit_profile_secion {
	background-color: #f2f5fa;
}

body.page-edit-my-profile .edit_profile_secion form {
	max-width: 540px;
	margin: 0 auto;
}

body.page-edit-my-profile .edit_profile_secion form > span {
	display: block;
	font-size: 13px;
	color: #ff533f;
}

body.page-edit-my-profile .edit_profile_secion form label {
	font-size: 12px;
	color: #151a1c;
	text-transform: uppercase;
	font-family: 'circular-medium';
	display: block;
	line-height: 1.66em;
	letter-spacing: 0.05em;
	margin-bottom: 2px;
}

body.page-edit-my-profile .edit_profile_secion form input,
body.page-edit-my-profile .edit_profile_secion form dd,
body.page-edit-my-profile .edit_profile_secion form textarea {
	display: block;
	border: 1px solid #d7dde6 !important;
	padding: 12px 15px;
}

body.page-edit-my-profile .edit_profile_secion form input,
body.page-edit-my-profile .edit_profile_secion form select {
	width: 540px;
	height: 61px;
}

/*body.page-edit-my-profile .edit_profile_secion form input,
body.page-edit-my-profile .edit_profile_secion form dd,
body.page-edit-my-profile .edit_profile_secion form textarea{
    font-size:16px !important;
    color:#c4cbd7 !important;
}*/

body.page-edit-my-profile form textarea {
	width: 540px;
	height: 140px;
	resize: none;
}

body.page-edit-my-profile .edit_profile_form {
	padding: 117px 0 117px;
}

body.page-edit-my-profile .edit_profile_form span.profile_heading {
	font-size: 16px;
	color: #8f9db3;
	line-height: 1.66em;
	padding: 3px 0 20px;
	display: block;
	cursor: pointer;
}

body.page-edit-my-profile .edit_profile_form form .img {
	float: left;
	margin-bottom: 10px !important;
	margin-right: 16px;
}

body.page-edit-my-profile .edit_profile_form form .img_size {
	font-size: 14px;
	color: #8f9db3;
	display: inline-block;
	margin-top: 57px;
}

body.page-edit-my-profile .edit_profile_form form .image_sec.edit_fields input,
body.page-add-your-profile .add_profile_form form .image_sec.edit_fields input {
	width: inherit;
	height: 119px;
	cursor: pointer;
}

body.page-edit-my-profile .edit_profile_form form .overall,
body.page-add-your-profile .add_profile_form form .overall {
	width: 100%;
	display: inline-block;
}

body.page-edit-my-profile .edit_profile_form form .main-image,
body.page-add-your-profile .add_profile_form form .main-image {
	width: 22%;
	float: left;
}

body.page-edit-my-profile .edit_profile_form form .main-image-contens,
body.page-add-your-profile .add_profile_form form .main-image-contens {
	width: 53%;
	float: left;
	padding-left: 15px;
}

body.page-edit-my-profile .edit_profile_form form .remove_btn,
body.page-add-your-profile .add_profile_form form .remove_btn {
	width: 20%;
	float: left;
	margin-top: 57px;
}

body.page-edit-my-profile .edit_profile_form form .element-to-paste-filename,
body.page-add-your-profile .add_profile_form form .element-to-paste-filename {
	overflow-wrap: break-word;
}

body.page-edit-my-profile .edit_profile_form form .file_name,
body.page-add-your-profile .add_profile_form form .file_name {
	max-width: 173px !important;
}

body.page-edit-my-profile .edit_profile_form form .edit_fields {
	clear: both;
	margin-bottom: 29px;
}

body.page-edit-my-profile .edit_profile_form form .edit_fields.has-value {
	margin-bottom: 0 !important;
}

body.page-edit-my-profile .edit_profile_form form .edited_value {
	margin-bottom: 29px;
}

body.page-edit-my-profile .edit_profile_form form .remove_profile_pic {
	font-size: 11px;
	color: #ffffff;
	background-color: #303a3f;
	border-radius: 32px;
	min-width: 112px;
	text-transform: uppercase;
	padding: 9px 0 8px;
	text-align: center;
	font-family: 'circular-bold', Arial, sans-serif;
	letter-spacing: 0.05em;
	margin-left: 16px;
	float: right;
	margin-top: 0;
	cursor: pointer;
}

body.page-edit-my-profile .edit_profile_form form .changed-image-preview span {
	padding-right: 15px;
	font-size: 13px;
	color: #ff533f;
}

body.page-edit-my-profile .edit_profile_form form .changed-image-preview {
	clear: both;
	display: inline-grid;
	padding-bottom: 20px;
}

body.page-edit-my-profile .edit_profile_form form .changed-image-preview .edited_value {
	margin-bottom: 5px;
}

body.page-edit-my-profile .edit_profile_form form .changed-image-preview img {
	float: right;
	padding-right: 25px;
}

body.page-edit-my-profile form .submit_btn {
	text-align: center;
	margin-top: 79px;
}

/*experts_editmy_profile_end*/

/*expert_forgotpassword_start*/
.lost_password_section {
	background-color: #f2f5fa;
	padding: 121px 0;
}

.lost_password_section form .btn {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 0;
}

.lost_password_section form .btn input {
	background-color: #00c8c7;
	font-size: 12px;
	color: #fff;
	font-family: 'circular-bold', Arial, sans-serif;
	text-decoration: none;
	letter-spacing: 0.05em;
	border-radius: 4px;
	height: 52px;
	max-width: 190px;
	display: inline-block;
	text-align: center;
	border: 1px solid #00c8c7 !important;
	text-transform: uppercase;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	cursor: pointer;
}

.lost_password_section form .btn input:hover {
	background-color: inherit;
	border: 1px solid #00c8c7;
	color: #00c8c7;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
}

/*expert_forgotpassword_end*/

/*expert_thankyou_start*/
.thankyou_section {
	background-color: #f2f5fa;
	padding: 140px 0;
}

.thank-you-desc {
	max-width: 1164px;
	margin: 0 auto;
	font-size: 16px;
	color: #4d525a;
}

.return_btn {
	margin-top: 40px;
}

.thankyou_section a {
	background-color: #00c8c7;
	font-size: 12px;
	color: #fff;
	font-family: 'circular-bold', Arial, sans-serif;
	text-decoration: none;
	letter-spacing: 0.05em;
	border-radius: 4px;
	height: 52px;
	min-width: 255px;
	display: inline-block;
	text-align: center;
	border: 1px solid #00c8c7 !important;
	text-transform: uppercase;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	cursor: pointer;
	padding: 15px 0;
}

.thankyou_section a:hover {
	background-color: inherit;
	border: 1px solid #00c8c7;
	color: #00c8c7;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
}

/*expert_thankyou_end*/

form input::-webkit-input-placeholder,
form textarea::-webkit-textarea-placeholder {
	color: #c4cbd7;
}

form input:-moz-placeholder,
form textarea:-moz-placeholder {
	color: #c4cbd7;
}

form input::-moz-placeholder,
form textarea::-moz-placeholder {
	color: #c4cbd7;
}

form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
	color: #c4cbd7;
}


form input:focus::-webkit-input-placeholder,
form textarea:focus::-webkit-textarea-placeholder {
	color: #727a86;
}

form input:focus:-moz-placeholder,
form textarea:focus:-moz-placeholder {
	color: #727a86;
}

form input:focus::-moz-placeholder,
form textarea:focus::-moz-placeholder {
	color: #727a86;
}

form input:focus:-ms-input-placeholder,
form textarea:focus:-ms-input-placeholder {
	color: #727a86;
}

body.page-expert-login form input:focus,
body.page-edit-my-profile form input:focus,
body.page-edit-my-profile form textarea:focus,
body.page-edit-my-profile form select:focus,
body.page-add-your-profile form input:focus,
body.page-add-your-profile form textarea:focus,
body.page-change-my-password form input:focus,
body.page-forgot-my-password form input:focus {
	border-color: #727a86 !important;
}

form input {
	color: #727a86;
}

form textarea::placeholder {
	color: #c4cbd7;
}

form textarea:focus::placeholder {
	color: #727a86;
}

#account_country_titleText,
#account_region_titleText,
#account_area_of_speciality_titleText {
	position: absolute;
	z-index: 9999;
	top: 0px;
	height: 56px;
	border: medium none !important;
	width: 100%;
}

#msdrpdd22_msdd {
	position: relative;
}

#msdrpdd22_titleText {
	position: absolute;
	z-index: 9;
	top: 0px;
	height: 50px !important;
	border: medium none !important;
	width: 95% !important;
	left: 0px;
}

.service_select_top select {
	margin-top: 71px;
	opacity: 0;
	display: none;
}

.check_box_bg {
	width: 100%;
	display: inline-block;
	position: relative;
	margin: 10px 0px;
}

.check_box_bg span {
	padding-left: 35px;
}

.check_box_bg span:before {
	width: 20px;
	height: 20px;
	background: #ffffff;
	content: '';
	position: absolute;
	left: 0px;
	top: 3px;
}

.check_box_bg input[type="checkbox"] {
	width: 100% !important;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 3px;
	z-index: 99;
	opacity: 0;
}

.check_box_bg input[type="checkbox"]:checked + span:before {
	background: #00c8c7;
}

.avatar_img {
	width: 120px;
	margin-right: -120px;
	float: left;
}

.avatar_img + .content_inner {
	width: 100%;
	float: left;
	padding-left: 130px;
}

#lightbox {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	overflow: auto;

}

.overflow_hidden #lightbox {
	display: flex !important;
	display: -webkit-flex !important;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;

}

.popup_inner {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: auto;
	right: 0;
	max-width: 700px;
	margin: 0px auto;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 999;
	background-color: #ffffff;
	padding: 30px 50px;
	margin-bottom: 50px;
}

.popup_inner.hhh {
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
}

.expert_popup .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
	width: 100% !important;
	font-size: 12px;
	font-family: 'circular-medium';
	color: #000;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-weight: normal;
	padding-right: 0px;
}

.expert_popup .ginput_container_text {
	width: 100% !important;
}

.expert_popup .ginput_container {
	width: 100% !important;
	margin-left: 0px !important;
}

.expert_popup .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	background-color: #ffffff;
	border: 1px solid #d7dde6;
	color: #727a86;
	height: 61px;
	padding: 0 15px 0 15px;
	width: 100%;
	font-size: 16px;
	font-family: 'circular-book';
}

.expert_popup .gform_wrapper .left_label textarea.medium {
	width: 100% !important;
	font-weight: normal;
	padding: 22px 15px;
	border: 1px solid #d7dde6;
	outline: none !important;
	color: #727a86 !important;
}

.expert_popup .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0 !important;
}

.expert_popup .gform_wrapper .gform_footer input.button,
.expert_popup .gform_wrapper .gform_footer input[type="submit"] {
	width: 100%;
	height: 52px;
	background: #00c8c7;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'circular-bold', Arial, sans-serif;
	border: 0px;
	border-radius: 4px;
	cursor: pointer;
	display: table;
	margin: 15px auto 0px;
	max-width: 175px;
}

.expert_popup .gform_wrapper .gform_footer {
	margin-top: 25px;
}

.expert_popup .gform_wrapper .gform_footer:not(.top_label) {
	margin-left: 0px;
	width: 100%;
	padding-top: 0px;
	display: inline-block;
	margin-top: 0px;
	padding-bottom: 0px;
}

.expert_popup .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	max-width: 100%;
	padding-right: 16px;
	margin-left: 0;
	padding-top: 0px;
	color: #ff533f !important;
	font-size: 14px !important;
	font-weight: normal !important;
}

.expert_popup .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper li.gfield_error textarea {
	border: 1px solid #ff533f;
}

.expert_popup .close-lightbox {
	position: absolute;
	right: 20px;
	top: 20px;
	text-indent: -9999px;
	background: url(../images/close_icon.png) no-repeat 0 0 / cover;
	width: 25px;
	height: 25px;
	display: block;
	cursor: pointer;
}

.expert_popup .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: calc(100%) !important;
	background: none;
	border: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
	width: 100%;
	float: left;
}

.gform_wrapper ul.gform_fields li {
	width: 48% !important;
	clear: none !important;
	float: left;
}

.gform_wrapper ul.gform_fields li:nth-child(2n+2) {
	float: right !important;
}

.gform_wrapper ul.gform_fields li:nth-child(5) {
	width: 100% !important;
}

.expert_popup .gform_wrapper div.validation_error {
	display: none !important;
}

.expert_popup .gform_wrapper .gfield_required {
	color: #ff533f;
}

.popup_inner h2 {
	text-align: center;
	display: block;
	color: #000000;
	font-size: 24px;
}

.expert_popup .gform_wrapper form ul.gform_fields.left_label li.gfield,
.expert_popup .gform_wrapper form ul.gform_fields.right_label li.gfield,
.expert_popup .gform_wrapper ul.gform_fields.left_label li.gfield,
.expert_popup .gform_wrapper ul.gform_fields.right_label li.gfield {
	margin-bottom: 5px;
}

/*dashboard_section_start*/
.dashboard_gallery_sec .container {
	max-width: 1195px;
	margin: 0 auto !important;
	float: none;
}

.dashboard_gallery_sec .vc_column-inner {
	padding-bottom: 70px;
}

.dashboard_gallery_sec h5 {
	font-size: 24px;
	color: #131a20;
	display: inline-block;
	padding-top: 35px;
	padding-bottom: 15px;
	line-height: 1.41em;
}

.dashboard_gallery_sec a {
	font-size: 13px;
	color: #00c8c7;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.84em;
	letter-spacing: 0.05em;
	font-family: 'circular-bold', Arial, sans-serif;
}

.dashboard_gallery_sec {
	font-size: 15px;
	color: #8f9db3;
	line-height: 1.6em;
}

.dashboard_gallery_inner img {
	padding: 15px 0 0;
}

/*dashboard_section_end*/



.lp_banner {
	/*padding-bottom:33.64%;*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover !important;
	position: relative;
	height: 646px;
}

.lp_overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	bottom: 0;
	opacity: 0.2;
}

.landing_page_main_content {
	width: 100%;
	z-index: 9;
	position: relative
}

.landing_page_section_banner {
	position: relative;
}

.landing_page_main_content .main_block_section {
	background-color: #fff;
	max-width: 1090px;
	margin: 0 auto;
	display: inline-block;
	margin-top: -460px;
	text-align: left;
	color: #4d525a;
	position: relative;
}

/*.content-with-form {
    padding: 57px 45px 50px 60px;
}
.main_landing_content .table-with-content ,
.main_landing_content .table-bottom-content{
    padding: 26px 90px 50px 44px;
    margin:0 15px !important;
}*/
.container-blue-section {
	max-width: 1090px;
	margin-left: auto;
	margin-right: auto;
}

.lp_main_content {
	width: 100%;
	text-align: center;
}

.landing_page_main_content h1 {
	font-size: 30px;
}

.landing_page_main_content h2 {
	font-size: 20px;
}

.landing_page_main_content h3 {
	font-size: 18px;
}

.landing_page_main_content h4 {
	font-size: 17px;
}

.landing_page_main_content h5 {
	font-size: 16px;
}

.landing_page_main_content h6 {
	font-size: 15px;
}

.landing_page_main_content h1 {
	font-family: 'circular-book';
	color: #000000;
	line-height: 1.26em;
	font-weight: 400;
	padding-bottom: 27px;
}

.landing_page_main_content h2 {
	font-family: 'circular-bold';
	color: #000000;
	line-height: 1.7em;
	font-weight: 500;
	margin-bottom: 35px;
}

.landing_page_main_content .right-content h2 {
	text-align: center;
}

.landing_page_main_content h3,
.landing_page_main_content h4,
.landing_page_main_content h5,
.landing_page_main_content h6 {
	font-family: 'circular-bold';
	color: #000000;
	line-height: 1.7em;
	font-weight: 500;
}

.landing_page_main_content .main_left_column {
	line-height: 1.625em;
	padding-top: 15px;
}

.landing_form {
	border-left: 1px solid #d7dde6;
	padding-left: 40px;
}

/*.landing_form {
    padding: 0 23px 0 40px;
}*/
.bottom-content h2 {
	margin-bottom: 23px;
}

.landing_page_main_content .main_left_column p {
	margin-bottom: 32px;
}

.main_right_title {
	padding-top: 15px;
}

.main_right_title h2 {
	font-size: 28px;
	text-align: center;
	color: #fff;
	font-family: 'circular-book';
	padding-bottom: 27px;
	font-weight: 400;
}

.main_panel_button_description {
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 0 15px;
}

/*.main_right_column h3{
    font-family: 'circular-medium';
    color:#181f25;
    padding-bottom: 17px;
    font-weight:500;
    padding-top: 6px;
}*/
.main_right_column .main_button_section a {
	border-radius: 50px;
	display: inline-block;
	font-family: "circular-book";
	font-size: 18px;
	padding: 16px;
	text-align: center;
	line-height: 1.44em;
	width: 231px;
	margin-bottom: 36px;
}

.main_button_section a {
	color: #fff !important;
}

.main_button_description,
.main_button_description a {
	font-size: 15px;
	color: #3e7dcc;
	padding-bottom: 3px;
	max-width: 248px;
	margin: 0 auto;
}

.main_button_description a {
	text-decoration: underline !important;
}

.lp_three_column_section {
	clear: both;
}

.block_sec {
	background-color: #f2f5fa;
	display: inline-block;
	width: 100%;
}

.block_list {
	width: 33.33%;
	float: left;
}

.block_list .block_list_inner {
	max-width: 251px;
	margin: 0 auto;
	text-align: center;
	padding: 91px 0 78px;
	font-size: 15px;
	color: #4d525a;
}

.block_list .block_list_inner h3 {
	font-family: 'circular-medium';
	color: #303a3f;
	padding-bottom: 9px;
	font-weight: 500;
	line-height: 1.2em;
	font-size: 22px;
}

.block_icon {
	padding-bottom: 21px;
}

.block_sec .three_blocks_items {
	max-width: 960px;
	margin: 0 auto;
}

.logo_block {
	display: inline-block;
	padding: 0 15px;
}

.logo_section.logo_slider {
	align-items: center;
	display: flex;
}

.logo_module .bx-wrapper img {
	max-width: 100%;
	display: block;
	max-height: 52px;
	height: auto;
	margin: 0 auto;
}

.logo_module {
	padding: 30px 0;
}

.logo_module .bx-controls-direction {
	display: none;
}

.lp_bottom_section .bx-wrapper {
	background: #303a3f;
	max-width: 100% !important;
}

.lp_testimonial_content,
.lp_bottom_section .bx-controls {
	text-align: center;
	max-width: 740px;
	margin: 0 auto;
}

.lp_bottom_section .bx-wrapper .bx-pager {
	text-align: center !important;
	bottom: -106px !important;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.lp_bottom_section .bx-wrapper img {
	margin: 0 auto;
	/*  margin-bottom: 60px;*/
}

.lp_bottom_section .bx-prev {
	background-image: url(../images/prev_arrow.png) !important;
	height: 48px !important;
	width: 47px !important;
	display: block;
	left: 45px !important;
}

.lp_bottom_section .bx-next {
	background-image: url(../images/next_arrow.png) !important;
	height: 48px !important;
	width: 47px !important;
	display: block;
	background-position: center !important;
	right: 45px !important;
}

.lp_test_details {
	font-size: 18px;
	color: #fff;
	line-height: 1.55em;
}

.lp_test_details span {
	font-size: 12px;
	color: #adb8c8;
	text-transform: uppercase;
	line-height: 2.33em !important;
	letter-spacing: 0.05em !important;
	padding-top: 5px;
	display: block;
}

.lp_bottom_section .bx-wrapper .bx-pager.bx-default-pager a:hover,
.lp_bottom_section .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #8f9db3 !important;
}

.lp_bottom_section .bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #5e6a76 !important;
}

.lp_bottom_section {
	background: #303a3f;
	padding: 144px 0 191px !important;
}

.lp_bottom_section .lp_testimonial_image img {
	margin-bottom: 55px;
}

.main_left_column img {
	max-width: 100%;
	margin-top: 30px;
	height: auto;
}

.page-template-landing-page .subscription {
	display: none !important;
}

.page-template-landing-page-with-form .subscription {
	display: none !important;
}

.block_sec .three_blocks_items .block_icon span {
	border: 1px solid;
	border-radius: 50%;
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
}

.block_sec .three_blocks_items .block_icon .fa {
	font-size: 20px !important;
	vertical-align: text-bottom;
}

.main_block_section ul {
	list-style: disc;
	padding-left: 20px;
}

.main_block_section ol {
	list-style: decimal;
	padding-left: 20px;
}

.main_panel_button_section a.btn {
	border-radius: 4px;
	font-size: 16px;
	line-height: 1.62em;
	min-width: 183px;
	display: inline-block;
	padding: 17px 0 12px;
	font-family: "circular-book";
	font-weight: 400;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}

.main_panel_button_section a.btn:hover {
	text-decoration: none;
}

.main_panel_button_section {
	text-align: center;
	margin-top: 50px;
}

.main_right_title {
	padding-top: 10px;
}

.main_panel_section {
	padding: 200px 0 103px;
	margin-top: -112px;
}

/*lamding_page*/
.page-template-landing-q-brand .pb50 {
	padding-bottom: 21px;
}

.page-template-landing-q-brand .pt50 {
	padding-top: 22px;
}

.page-template-landing-q-brand #header .container.rel {
	width: auto;
}

.page-template-landing-q-brand #header #header-wrapper {
	padding: 20px 0 10px;
}

.page-template-landing-q-brand #footer .container {
	width: auto
}

.page-template-landing-q-brand .footer_bluebg {
	display: none;
}

.page-template-landing-q-brand #mc_embed_signup {
	display: none;
}

.main_button_section {
	text-align: center;
	margin-top: -90px;
}

.main_button_sections a.btn {
	color: #fff;
	border-radius: 4px;
	font-size: 16px;
	line-height: 1.62em;
	max-width: 183px;
	display: block;
	padding: 17px 0 12px;
	font-family: "circular-book";
	font-weight: 400;
	margin: 0 auto;
	text-align: center;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}

.main_button_sections a.btn:hover {
	text-decoration: none;
}

/*form-fixed-sec*/
.main_right_column.fixed {
	position: fixed;
	top: 120px;
	transition: top 0.5s ease;
	-webkit-transition: top 0.5s ease;
	-ms-transition: top 0.5s ease;
}

.main_right_column {
	position: relative;
	transition: top 0.5s ease;
	-webkit-transition: top 0.5s ease;
	-ms-transition: top 0.5s ease;
}

.main_right_column.fixed.absolute {
	bottom: 35px;
	top: auto;
	position: absolute;
	transition: top 0.5s ease;
	-webkit-transition: top 0.5s ease;
	-ms-transition: top 0.5s ease;
}

.page-template-landing-q-brand .main_button_section {
	margin-top: 0
}

.sticky_form_relative {
	position: relative;
}

.sticky_form_relative .sticky-form {
	position: initial;
}

/*form-fixed-sec*/


.left_col {
	width: 673px !important;
	float: left !important;
	padding-right: 11px !important;
}

.rght_col {
	width: 306px !important;
	float: right !important;
	/*padding-left: 40px;*/
}

.landing_page_main_content .container {
	width: auto;
}

.left_col h2 {
	margin-bottom: 22px
}

.left_col h5 {
	padding-bottom: 27px;
}

/*table-sec*/
.main_block_section table {
	width: 100%;
}

.main_block_section table th:first-child {
	background-color: transparent;
}

.main_block_section table thead th {
	background-color: #4d525a;
}

.main_block_section table tr th {
	color: #fff;
	font-size: 13px;
	padding: 17px 10px;
	border-right: 1px solid #7a8089;
	min-width: 60px !important;
	font-family: "circular-book";
	font-weight: 400;
	line-height: 1.22em;
}

.main_block_section table tbody td {
	border: 1px solid #e1e5ed;
}

.main_block_section table tbody td:first-child {
	min-width: 233px;
	padding: 11px;
	color: #4d525a;
	font-size: 15px;
	line-height: 1.22em;
}

.main_block_section table tbody tr:nth-child(odd) {
	background-color: #f2f4f9;
}

.main_block_section table tbody tr:nth-child(2n+2) {
	background-color: #fff;
}


/*table-sec*/

/*landing-page-end*/

/*Market-research*/
/*body.page-template-marketresearch header,
body.page-template-marketresearch-single header,
body.page-template-q101 header,
body.page-template-q_onboarding_page header {
    padding-bottom: 17px;
}*/
.marketresearch_banner {
	padding: 135px 0px 203px;
}

.max_794 {
	max-width: 794px;
	margin: 0 auto;
}

.marketresearch_banner .max_794 {
	max-width: 1093px;
}

.marketresearch_img {
	width: 48%;
	float: left;
}

.marketresearch_description {
	width: 52%;
	float: right;
	color: #1c283b;
	padding-left: 35px;
	padding-right: 50px;
}

.marketresearch_banner_inner {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.marketresearch_description h3 {
	color: #fff;
	font-family: 'circular-book';
	line-height: 1.26;
	margin-bottom: 29px;
	padding-right: 0px;
}

.marketresearch_description h3 span {
	display: block;
}

.marketresearch_description p {
	line-height: 1.625;
}

.marketresearch_description p:last-child {
	margin-bottom: 0px;
}

.grey_bg {
	max-width: 1093px;
	margin: -156px auto 57px;
	background-color: #f2f5fa;
	padding: 63px 50px 35px;
	/*min-height: 454px;*/
}

.center_title {
	text-align: center;
}

.grey_bg h4 {
	font-size: 22px;
	font-family: 'circular-bold';
	color: #1c283b;
}

.research_two_column_inner {
	max-width: 962px;
	margin: 0 auto;
	position: relative;
}

.research_two_column h5,
.research_two_column h4,
.research_two_column h3,
.research_two_column h2,
.research_two_column h1,
.research_two_column h6 {
	color: #1c283b;
	font-family: 'circular-bold';
	margin-bottom: 34px;
}

.research_two_column h1, .research_single_left h1 {
	font-size: 36px;
}
.research_two_column h2, .research_single_left h2{
	font-size: 32px;
}
.research_single_left h3{
	font-size: 28px;
}

.research_two_column {
	margin-bottom: 100px;
}

.research_column_left {
	width: 664px;
	float: left;
	padding-right: 58px;
}

.research_column_right {
	width: 298px;
	float: right;
}

.research_two_column p,
.research_two_column address {
	line-height: 1.625;
	margin-bottom: 36px;
}

.research_sidebar {
	border-left: 1px solid #e4e8ef;
	padding-left: 50px;
	text-align: center;
}

.research_two_column .research_sidebar h5 {
	margin-bottom: 18px;
}

.research_two_column ul,
.research_two_column ol {
	padding-left: 15px;
	margin: 30px 0px 30px 30px;
}

.research_two_column li {
	margin-bottom: 5px;
}

.research_two_column .btn,
.research_single_content .btn {
	background: #00c8c7;
	padding: 17px 32px;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 5px;
	color: #ffffff;
	border: 1px solid transparent;
	letter-spacing: 0.05em;
	font-family: 'circular-bold';
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	display: inline-block;
}

.research_two_column .btn:hover,
.research_single_content .btn:hover {
	text-decoration: none;
	border-color: #00c8c7;
	color: #00c8c7;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	background: transparent;
}

/*research-single*/
.research_single_banner {
	padding: 115px 0px 40px;
	min-height: 297px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.max_1015 {
	max-width: 1015px;
	margin: 0 auto;
	width: 100%;
}

.research_single_banner img {
	max-width: 152px;
	height: auto;
}

.research_single_banner_inner {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.research_single_banner_inner {
	width: 528px;
}

.single_img {
	width: 160px;
	float: left;
	padding-right: 18px;
}

.single_description {
	color: #fff;
	padding-left: 0px;
	width: 368px;
}

.single_description h6 {
	font-size: 12px;
	color: #8cc0ff;
	margin-bottom: 12px;
	font-family: 'circular-bold';
}

.single_description h1 {
	font-size: 30px;
}

.research_single_left {
	width: 664px;
	float: left;
	padding: 60px 47px 0px 0px;
}

.research_single_right {
	width: 351px;
	float: right;
	margin-top: -92px;
	background-color: #fff;
}
.research_single_content p strong {
	font-weight: normal;
	color: #3e7dcc;
	font-size: 18px;
	line-height: 1.55;
	padding-right: 20px;
}

.research_single_left h1,
.research_single_left h2,
.research_single_left h3,
.research_single_left h4,
.research_single_left h5,
.research_single_left h6 {
	color: #1c283b;
	font-family: 'circular-bold';
	margin-bottom: 34px;
}

.research_single_left p {
	margin-bottom: 40px;
	line-height: 1.625;
}

.research_single_left ul,
.research_single_left ol {
	margin: 35px 0px;
	padding-left: 30px;
}

.research_single_left li {
	margin-bottom: 5px;
}

.research_single_left hr {
	background-color: #e5e8ee;
	margin: 52px 0px;
	border: none;
	height: 1px;
}

.research_single_content .research_single_top {
	padding-bottom: 90px;
	position: relative;
}

.research_single_sidebar {
	background-color: #f2f5fa;
	padding: 33px 29px;
}

.research_single_right h5 {
	color: #1c283b;
	font-family: 'circular-bold';
	margin-bottom: 13px;
}

.research_single_form {
	margin-top: 30px;
	border-left: 1px solid #e4e8ef;
	padding: 0px 29px;
}

.research_ultimate_guide_box {
	background-color: #f2f5fa;
	padding: 35px 20px;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
}

.research_ultimate_guide .research_ultimate_inner {
	border-top: 1px solid #e5e8ee;
	padding-top: 27px;
}

.research_single_content {
	margin-bottom: 84px;
}

.research_sublinks ul {
	margin-bottom: 0px;
}

.research_sublinks {
	margin-top: 36px;
}

.investor_link_bg ul {
	width: 33.33%;
	float: left;
	padding: 0px 15px;
	margin-bottom: 0px;
}

.investor_link_bg ul li,
.research_single_sidebar ul li {
	list-style: none;
	margin-bottom: 13px;
	background-color: #fff;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.investor_link_bg ul li{
	padding: 6px 0 6px 9px;
}

.investor_link_bg ul li:last-child,
.research_single_sidebar ul li:last-child {
	margin-bottom: 0px;
}

.investor_link_bg ul li a,
.research_single_sidebar ul li a {
	color: #1c283b;
	font-family: 'circular-bold';
	font-weight: normal;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	padding: 6px;
	width: 100%;
}

.investor_link_bg ul li a:hover,
.research_single_sidebar ul li a:hover {
	text-decoration: none;
	color: #5159f5;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}

.investor_link_bg ul li.menu-item img,
.research_single_sidebar ul li.menu-item img {
	max-height: 33px;
	width: 44px;
	margin-right: -44px;
}

.investor_link_bg ul li.menu-item span,
.research_single_sidebar ul li.menu-item span {
	padding-left: 58px;
	line-height: 1.3;
}

.research_single_sidebar ul li a {
	padding: 11px 16px;
}

.research_single_sidebar ul li.menu-item img {
	max-height: 28px;
	width: 38px;
	margin-right: -38px;
}

.research_single_sidebar ul li.menu-item span {
	padding-left: 59px;
}

.grey_box_block {
	width: 33.33%;
	float: left;
	padding: 0px 15px;
	display: flex;
	display: -webkit-flex;
}

.research_sidebar iframe,
.research_single_form iframe {
	min-height: inherit !important;
}

.grey_box_block_inner {
	background-color: #303a3f;
	color: #fff;
	padding: 27px;
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	width: 100%;
}

.grey_box_block_inner a,
.grey_box_block_inner h3 {
	color: #fff;
	font-size: 32px;
	line-height: 1.18;
	font-family: 'circular-book';
	margin-bottom: 0px;
}

.grey_box_block_inner a:hover {
	text-decoration: none;
}

.research_ultimate_guide_box .research_menu {
	width: 100%;
	float: right;
}
/*
.research_ultimate_guide_box .investor_link_bg ul {
	width: 50%;
}
*/
.research_column_left a,
.research_two_column a,
.research_single_left a {
	color: #5159f5;
}

.research_column_left pre,
.research_two_column pre,
.research_single_left pre {
	margin: 35px 0px;
	white-space: normal;
	white-space: -moz-normal;
	white-space: -normal;
	white-space: -o-normal;
	word-wrap: break-word;
}

.research_single_left blockquote pre,
.research_two_column blockquote pre,
.research_column_left blockquote pre {
	margin: 0px;
}

div#ez-toc-container {
	margin-bottom: 35px;
}

.research_column_left table th,
.research_two_column table th,
.research_single_left table th,
.research_column_left table td,
.research_two_column table td,
.research_single_left table td {
	padding: 8px 10px;
}

.research_single_content table,
.research_two_column table {
	margin: 40px 0px;
}

.top_margin {
	margin-top: 40px;
}

.table_scroll {
	width: 100%;
	overflow: auto;
	display: block;
}

div#bodyContent {
	clear: both;
}

/**/
.q_new_banner {
	/*padding: 155px 0px 225px;*/
	padding: 192px 0px 225px;
	text-align: center;
	color: #fff;
}

.q_new_banner.no-featured-image {
	padding: 155px 0px 90px;
}

.q_new_banner h1 {
	font-size: 78px;
	margin-bottom: 10px;
}

.new_banner_content {
	max-width: 650px;
	margin: 0 auto;
}

.new_banner_content p {
	font-size: 22px;
}

.featured_img {
	max-width: 650px;
	margin: -188px auto 0px;
	text-align: center;
}

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

.content_sidebar_section {
	padding: 120px 0px 150px;
}

.content_sidebar_inner {
	max-width: 996px;
	margin: 0 auto !important;
	position: relative;
}

.content_sidebar_section .vc_column-inner {
	margin-bottom: 37px;
}

.content_sidebar {
	width: 320px;
	float: left;
	padding-right: 98px;
	z-index: 9;
}

.content_sidebar_box li {
	list-style: none;
}

.content_sidebar_box > ul > li > a {
	color: #04827b;
}

.content_sidebar_box li a {
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.content_sidebar_box li a:hover,
.content_sidebar_box li a:focus {
	text-decoration: none;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.content_sidebar_box > ul > li > a:hover,
.content_sidebar_box > ul > li > a.active {
	color: #034d49;
}

.content_sidebar_box ul li a.active {
	font-family: 'circular-medium';
}

.content_sidebar_box > ul > li {
	border-top: 1px solid #303a3f;
	padding: 16px 0px 13px;
}

.content_sidebar_box > ul > li:last-child {
	border-bottom: 1px solid #303a3f;
}

.content_sidebar_box li ul {
	padding-left: 11px;
	margin-top: 3px;
}

.content_sidebar_box li ul li a {
	color: #8f9db3;
}

.content_sidebar_box li ul li a:hover,
.content_sidebar_box li ul li a.active {
	color: #4d525a;
}

.content_description {
	width: 676px;
	float: right;
}

.block_list_inner .content_description {
	width: auto;
	float: none;
}

.content_description hr {
	margin: 22px 0px;
	border: none;
	height: 1px;
	background-color: #f2f5fa;
}

.content_description h1,
.popup_box h1 {
	font-size: 40px;
	font-family: 'circular-medium';
	color: #000;
	margin-bottom: 22px;
}

.content_description h2,
.popup_box h2 {
	font-size: 32px;
	margin-bottom: 22px;
	color: #000;
}

.content_description h3,
.popup_box h3 {
	font-size: 28px;
	color: #000;
	margin-bottom: 22px;
	font-family: 'circular-book';
}

.content_description h4,
.popup_box h4 {
	font-size: 25px;
	color: #000;
	margin-bottom: 22px;
}

.content_description h5,
.popup_box h5 {
	font-size: 22px;
	color: #000;
	margin-bottom: 22px;
}

.content_description h6,
.popup_box h6 {
	font-size: 17px;
	margin-bottom: 15px;
}

.content_description ul,
.content_description ol {
	padding-left: 30px;
	margin: 20px 0px !important;
}

.content_description .popup_box li {
	color: #fff;
}

.content_description p {
	clear: both;
}

.content_description em {
	margin-top: 15px;
	display: inline-block;
}

.content_description p,
.content_description li {
	font-size: 17px;
	color: #4c525b;
}

.content_description li {
	margin-bottom: 3px;
}

.content_description p strong {
	font-weight: normal;
}

.content_description .links_block p {
	margin-bottom: 10px;
}

.content_sidebar_section strong {
	font-family: 'circular-medium';
}

.content_description a {
	color: #04827b;
}

/*.content_description img {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}*/
.popup_box {
	background-color: #f2f5fa;
	padding: 42px 26px 42px;
}

.content_description iframe {
	margin: 20px 0px 30px !important;
}

.content_description img.alignnone {
	vertical-align: baseline;
}

/*boarding-page*/
.max-1110 {
	max-width: 1110px;
	margin: 0 auto;
}

.search-form form {
	padding: 0 22px;
	height: 62px;
	border: 3px solid transparent;
	border-radius: 3px;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.search-form form:hover,
.search-form form.form-focused {
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
	border-color: #a6b4ca;
}

.boarding-section {
	margin-top: 78px;
	padding-top: 67px;
}

.boarding-section .page-title h1 {
	font-size: 36px;
	color: #04827b;
	font-weight: normal;
}

.boarding-section .page-title {
	margin-bottom: 75px;
	padding-bottom: 52px;
	border-bottom: 1px solid #e5e8ee;
}

.boarding-section .page-title .max-1110 {
	padding: 0px 24px;
}

.boarding-section .search-form input[type="text"] {
	width: 100%;
	border: none;
	border-bottom: 1px solid #000;
	font-size: 24px;
	height: 56px;
	padding-right: 80px;
	color: #000;
	border-radius: 0px;
}

.boarding-section .search-form input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #4d525a;
	opacity: 1;
}

.boarding-section .search-form input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #4d525a;
	opacity: 1;
}

.boarding-section .search-form input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #4d525a;
	opacity: 1;
}

.boarding-section .search-form input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #4d525a;
	opacity: 1;
}

.boarding-section .search-form form.form-focused input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #000;
	opacity: 1;
}

.boarding-section .search-form form.form-focused input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #000;
	opacity: 1;
}

.boarding-section .search-form form.form-focused input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #000;
	opacity: 1;
}

.boarding-section .search-form form.form-focused input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #000;
	opacity: 1;
}

.boarding-section .search-form form span {
	background: url(../images/Seacrh_Icon_Green.svg) no-repeat center center;
	display: inline-block;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 22px;
	top: 18px;
}

.boarding-section .search-form form span::after {
	content: "";
	background: url(../images/Seacrh_Icon_Black.svg) no-repeat center center;
	display: inline-block;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 0px;
	top: 0px;
	opacity: 0;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.boarding-section .search-form form:hover span::after,
.boarding-section .search-form form.form-active span::after {
	opacity: 1;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
	border-color: #a6b4ca;
}

/*.boarding-section .search-form form.form-focused span::after {
    opacity: 0;
}*/
.boarding-section .search-form form input[type=text]::-ms-clear {
	display: none;
}

.boarding-section .search-form {
	margin-bottom: 95px;
}

.boarding-section .search-form form {
	position: relative;
}

.boarding-section .search-form form i {
	background: url(../images/Cancel.svg) no-repeat center center;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 60px;
	top: 24px;
	cursor: pointer;
	display: none;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.boarding-section .search-form input[type="submit"] {
	width: 25px;
	height: 25px;
	font-size: 0px;
	position: absolute;
	right: 22px;
	top: 18px;
	border: none;
	z-index: 9;
	opacity: 0;
	cursor: pointer;
}

.boarding-section .boarding-section-bottom-inner,
.boarding-section .questions-section-inner {
	padding: 0px 24px;
}

.boarding-section .boarding-section-bottom {
	margin: 75px 0px 150px;
}

.boarding-section .boarding-section-bottom ul {
	margin-top: 47px;
}

.boarding-section .boarding-section-bottom h2 {
	color: #04827b;
	font-weight: normal;
}

.boarding-section .boarding-section-bottom li {
	list-style: none;
	border-bottom: 1px solid #000000;
	margin-bottom: 12px;
}

.boarding-section .boarding-section-bottom li a {
	color: #000;
	font-size: 18px;
	display: block;
	padding-bottom: 8px;
	padding-right: 70px;
	position: relative;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.boarding-section .boarding-section-bottom li a:hover,
.boarding-section .boarding-section-bottom li a:focus {
	color: #04827b;
	text-decoration: none;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.boarding-section .boarding-section-bottom li a::after {
	content: "";
	background: url(../images/Arrow_Standard.svg) no-repeat center center;
	position: absolute;
	right: 4px;
	top: 9px;
	width: 24px;
	height: 12px;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.boarding-section .boarding-section-bottom li a::before {
	content: "";
	background: url(../images/Arrow_Black_Mouseover.svg) no-repeat center center;
	position: absolute;
	right: 4px;
	top: 9px;
	width: 24px;
	height: 12px;
	opacity: 0;
	z-index: 9;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.boarding-section .boarding-section-bottom li a:hover::before,
.boarding-section .boarding-section-bottom li a:focus::before {
	opacity: 1;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.boarding-section .boarding-section-bottom li a:hover::after {
	opacity: 0;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.boarding-section .boarding-section-bottom li a:hover {
	text-decoration: none;
}

.boarding-section .questions-section {
	background-color: #04b5ac;
	padding: 75px 0px;
}

.boarding-section .questions-section-inner {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.boarding-section .questions-section-left {
	width: 49.8%;
	float: left;
	text-align: center;
	padding: 0px 50px;
}

.boarding-section .questions-section-right {
	width: 50.2%;
	float: right;
	padding: 0px 25px;
	color: #fff;
	max-width: 440px;
}

.boarding-section .questions-section-right h2 {
	margin-bottom: 20px;
}

.boarding-section .border_btn {
	border: 1px solid #fff;
	padding: 17px 58px;
	margin-top: 23px;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	display: inline-block;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.boarding-section .border_btn:hover {
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
	border-color: #9be0de;
	color: #9be0de;
	text-decoration: none;
}

.boarding-section .started_btn {
	position: absolute;
	font-size: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.boarding-section .boarding-section-middle {
	margin: 92px 0px 0px;
}

.boarding-section .boarding-section-middle-inner {
	padding: 0px 18px;
}

.boarding-section .get_started_box h4 {
	color: #04827b;
	font-weight: normal;
	margin-bottom: 10px;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.boarding-section .get_started_box h4 {
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.boarding-section .get_started_box img {
	margin-bottom: 6px;
	width: 100%;
}

.boarding-section .get_started_img {
	margin-bottom: 18px !important;
}

.boarding-section .get_started_box {
	padding: 0px 8px;
	margin-bottom: 30px;
}

.boarding-section .get_started_description {
	padding-right: 30px;
}

.get_started_box:hover h4 {
	color: #03514d;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.get_started_box:hover p {
	color: #000;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.page-template-landing-q-brand-nonav footer {
	display: none;
}

.free-trail-inner form input[type="submit"] {
	border-radius: 4px !important;
}

body.page-template-q_onboarding_page footer,
body.page-template-q_onboarding_page #mc_embed_signup {
	display: none;
}

/*case-studies*/
.casestudies-page header {
	background-color: transparent;
}

.casestudies-page header.fixed {
	background-color: #151a1c;
}

/*.casestudies-page footer {
    display: none;
}*/
.casestudies-page header .logo img {
	width: auto;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.casestudies-page header.fixed .logo img {
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.casestudies-page header .logo {
	position: relative;
}

.casestudies-page header .logo img {
	width: 281px;
}

.casestudies-page header .logo img.white-logo {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
}

.casestudies-page header.fixed .logo img.white-logo {
	opacity: 1;
	visibility: visible;
}

.casestudies-page header.fixed .logo img.color-logo {
	opacity: 0;
	visibility: hidden;
}

.casestudies-page header .menu li a {
	color: #181f25;
}

.casestudies-page header.fixed .menu > ul > li > a {
	color: #fff;
}

.casestudies-page header.fixed .menu li.border_btn a {
	border-color: #fff;
}

.casestudies-page header.fixed .menu li.border_btn a:hover {
	color: #00c8c7;
}

.casestudies-page header .menu li.border_btn a {
	border-color: #181f25;
}

.casestudies-page header .menu li.border_btn a:hover {
	border-color: #00c8c7;
}

.casestudies-page header .menu li.border_btn.with_bg a {
	border-color: #00c8c7;
	color: #fff;
}

.casestudies-page header .menu li.border_btn.with_bg a:hover {
	color: #00c8c7;
}

.header-white header .logo img.white-logo {
	opacity: 1;
	visibility: visible;
	position: static;
}

.header-white header .logo img.color-logo {
	opacity: 0;
	visibility: hidden;
	display: none;
}

.header-white header .menu > ul > li > a {
	color: #fff;
}

.header-white header .menu li.border_btn a {
	border-color: #fff;
}

.casestudies-page.header-white .case-studies-banner-description h1 {
	color: #fff;
}

.casestudies-page .case-studies-banner.banner-text-align-right {
	padding-left: 52vw;
	padding-right: 8vw;
}

.ytb-video {
	position: relative;
}

.ytb-video > .ytb-video-container,
.ytb-video > .ytb-video-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ytb-video img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.video_play .ytb-video img {
	z-index: 9;
	visibility: hidden;
	opacity: 0;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.ytb-video-container {
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.ytb-video-container:hover .ytb-video-play-button-bg {
	-webkit-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
	-o-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
	transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
	fill: #f00;
	fill-opacity: 1;
}

.ytb-video-wrap {
	height: 0;
	overflow: hidden;
}

.ytb-video-wrap .ytb-video-container,
.ytb-video-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ytb-video-play-button {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 68px;
	height: 48px;
	margin: -24px 0 0 -34px;
	-webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
	-o-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
	transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
}

.ytb-video-play-button-bg {
	-webkit-transition: fill 0.1s cubic-bezier(0.4, 0, 1, 1), fill-opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
	-o-transition: fill 0.1s cubic-bezier(0.4, 0, 1, 1), fill-opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
	transition: fill 0.1s cubic-bezier(0.4, 0, 1, 1), fill-opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
	fill: #212121;
	fill-opacity: .8;
}

.ytb-video-duration,
.ytb-video-duration-text {
	font-family: Arial;
	font-size: 12px;
	letter-spacing: .5px;
	font-weight: bold;
	line-height: 12px;
	color: white;
}

.ytb-video-duration {
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 4px;
	background-color: #111111;
	opacity: .8;
	padding: 2px 4px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.page-template-landing-q-brand-transparent-header header:not(.sticky) {
	background-color: transparent;
}

.page-template-landing-q-brand-transparent-header .lp_overlay {
	opacity: 1;
}

.page-template-landing-q-brand-transparent-header .landing_page_main_content .main_block_section {
	margin-top: -545px;
}

.page-template-landing-q-brand-transparent-header hr {
	border: 0px;
	border-top: 1px solid #d7dde6;
}

.page-template-landing-q-brand-transparent-header .sticky-form iframe {
	height: 600px;
}

.page-template-landing-q-brand-transparent-header .landing_page_main_content h1 {
	font-size: 36px;
}

/**/
.category-sidebar > li ul {
	position: absolute;
	left: 0;
	z-index: 9;
	background: #00c8c7;
	color: #fff;
	width: 260px;
	word-wrap: break-word;
	padding: 15px 0 17px;
	top: 80px;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.category-sidebar > li ul li {
	list-style: none;
}

.category-sidebar > li:hover ul {
	opacity: 1;
	visibility: visible;
	top: 60px;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.category-sidebar > li ul a {
	color: #fff;
	padding: 12px 30px;
	display: block;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}

.category-sidebar > li.has_childern::after {
	background: url(https://www.qresearchsoftware.com/wp-content/uploads/arrow-blue.png) no-repeat 0 -6px;
	width: 10px;
	display: inline-block;
	height: 6px;
	content: "";
	margin-left: 3px;
	/*
	position: absolute;
	right: -16px;
	top: 21px;
*/
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}

.category-sidebar > li.has_childern:hover::after {
	background-position: 0px 0px;
}

.category-sidebar > li ul li a:hover {
	background-color: rgba(255, 255, 255, 0.4);
	text-decoration: none;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}

/*live-training*/
.max-1154 {
	max-width: 1154px;
	margin: 0 auto !important;
	float: none !important;
}

.training-content h1 {
	font-size: 70px;
	line-height: 1;
	font-family: 'circular-bold';
	color: #1c283b;
	margin-bottom: 23px;
}

.training-content p {
	font-size: 18px;
	line-height: 1.55;
}

.session-content h3 {
	font-size: 28px;
	color: #1c283b;
	line-height: 1.2;
	font-family: 'circular-medium';
	margin-bottom: 12px;
}

.session-content p {
	font-size: 18px;
	color: #1c283a;
	line-height: 1.35;
}

.max-1154.session-block {
	max-width: 1124px;
}

.session-info {
	text-align: center;
}

.session-info h5 {
	font-size: 18px;
	color: #1c283a;
	margin-bottom: 15px;
	font-family: 'circular-bold';
}

.btn.blue_border {
	border: 1px solid #04b5ac;
	color: #04b5ac;
	border-radius: 4px;
	min-width: 180px;
	display: inline-block;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.btn.blue_border:hover {
	background-color: #04b5ac;
	color: #fff;
	text-decoration: none;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.session-info .btn {
	font-size: 18px;
	padding: 16px 10px;
}


/* SiteSearch */
.sitesearch {
	width: 0px;
	opacity: 0;
	position: absolute;
	top: 8px;
	right: -10px;
	transform: translateY(-50%);
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
	/*transition-delay: 0.5s;*/
}

.sitesearch.sitesearch-open {
	width: 157px;
	opacity: 1;
}

#mega-menu-wrap-primary #mega-menu-primary > li.sitesearch-button.header-search-open {
	margin-left: 168px !important;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.menu li.sitesearch-button {
	margin-left: 10px !important;
	top: 2px;
}

.menu li.sitesearch-button a {
	text-indent: 99999px !important;
	width: 17px !important;
	height: 17px !important;
	background: url(../images/search_icon.png) no-repeat 0 0 / cover !important;
	display: block !important;
	position: relative !important;
	z-index: 9 !important;
	font-size: 0px !important;
}

.menu li.sitesearch-button a.remove-icon {
	visibility: hidden;
	opacity: 0 !important;
	transition: all 0.5s ease;
}

.menu li.sitesearch-button a:after {
	display: none;
	transition-delay: 0.3s;
}

.sitesearch input[type="search"],
.sitesearch .ss360-custom-search .ss360-custom-search__searchbox {
	background-color: #ffffff;
	border: none;
	height: 36px;
	width: 100%;
	border-radius: 4px;
	padding: 0 42px 0 15px;
	color: #4a4f62;
	font-size: 13px;
	font-family: 'circular-book', Arial, sans-serif;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.sitesearch #searchButton {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	width: 17px;
	height: 17px;
	opacity: 0.4;
	background: url(../images/search-icon-color.png) no-repeat 0 0 / cover;
	border: 0px;
	box-shadow: none;
	outline: 0px;
}

/* Site 360 */
.ss360-layer-content #ss360-search-result-heading {
	color: #8f919d;
	font-size: 18px !important;
	margin-bottom: 20px !important;
}

.ss360-layer-content #ss360-search-result-heading span {
	color: #3a3c4c;
}

.ss360-list > li {

	background-color: #ffffff;
	border: 1px solid transparent;
	border-radius: 4px;
	padding: 30px 0;
	position: relative;
	z-index: 3;
	text-decoration: none;
	overflow: hidden;
	width: 100%;
	display: block;
	outline: none;
	border-bottom: 1px solid #e3ebee;
	margin-bottom: 0px;
}

.ss360-list > li:last-child {
	border-bottom: 0px;

}

.ss360-suggests > article > header {
	margin-bottom: 15px !important;
}

.ss360-suggests > article > header a {
	color: #247dd2;
	font-size: 20px;
}

.ss360-suggests > article > header a:hover {
	color: #42525a;
	text-decoration: none;
}

.ss360-list > li .ss360-content-container {
	color: #535e68;
}

.ss360-list > li .ss360-content-container p {
	margin-bottom: 0px;
}

section.ss360-group + div {
	display: none;
}

.ss360-list a.ss360-result-link {
	color: #abafc4;
	font-size: 13px;
	margin-bottom: 20px;
}

.search-result-knowledge-main {
	position: relative;
}

#ss360-flex-wrapper > nav {
	position: absolute;
	left: 0px;
	top: 20px;
	padding-left: 30px;
}

#ss360-flex-wrapper .ss360-nav-entry {
	border: 0px;
}

nav.ss360-tabbed.ss360-left-nav .ss360-nav-post,
nav.ss360-tabbed.ss360-left-nav .ss360-nav-pre {
	border: 0px !important;
}

nav.ss360-tabbed.ss360-left-nav li {
	text-align: left !important;
}

#ss360-flex-wrapper > nav li button {
	color: #247dd2;
	font-family: 'circular-bold', Arial, sans-serif;
	font-size: 17px;
}

.ss360-highlight {
	font-family: 'circular-bold', Arial, sans-serif;
	font-weight: normal !important;
}


/*search-code*/
.knowledge-base-form {
	padding: 179px 30px 50px;
	background: #303a3f;
	text-align: center;
}

.knowledge-base-form .inner {
	max-width: 796px;
	margin: 0 auto;
	text-align: center;
}

.knowledge-base-form h1 {
	color: #ffffff;
	font-family: 'circular-bold';
	margin-bottom: 25px;
	font-size: 41px;
}

.knowledge-base-form .inner form {
	width: 100%;
	position: relative;
}

.knowledge-base-form .inner form input {
	width: 100%;
	height: 58px;
	border-radius: 3px;
	border: 0px;
	padding: 0 35px 0 58px;
	color: #4d525a;
	font-size: 16px;
	position: relative;
	background: #ffffff;
	color: #4d525a;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

.bg-shade::after {
	border-bottom: 1px solid #8F9DB3;
	height: 1px;
	content: '';
	left: 0px;
	right: 0px;
	margin: 0 auto;
	max-width: 1289px;
	bottom: 0px;
	position: absolute;
}

.knowledge-base-form .inner form input + .search-icon {
	background: url(../images/Magnify-black.svg) no-repeat 0 0/ 18px 18px;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.knowledge-base-form .inner form input:focus + span + span {
	opacity: 1;
}

.knowledge-base-form .inner .close-icon {
	width: 14px;
	height: 14px;
	background: url(../images/Cross-icon.svg) no-repeat 0 0/ 14px 14px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	cursor: pointer;
}

.search-result-knowledge-main {
	padding: 50px 0px;
	border-bottom: 1px solid #8F9DB3;
}

.search-result-knowledge {
	max-width: 796px;
	margin: 0 auto;
}

.search-result-knowledge-main header {
	position: static !important;
	background-color: transparent !important;
	height: auto !important;
	line-height: 1.41;
	margin: 0px 0px 4px;
	padding: 0;
	min-height: inherit;
}

.search-result-knowledge-main header a {
	color: #00c8c7 !important;
}

.search-result-knowledge #ss360-layer .ss360-tc-b {
	border-color: #04827b;
}

.search-result-knowledge #ss360-layer .ss360-tc-b:hover,
.search-result-knowledge #ss360-layer .ss360-tc-b:focus {
	background-color: #04827b;
}

.search-result-knowledge ul li button.ss360-nav__entry {
	background: #e5e8ee;
}

@media only screen and (max-width: 991px) {
	.menu li.sitesearch-button {
		display: none;
	}

	.sitesearch input[type="search"],
	.sitesearch .ss360-custom-search .ss360-custom-search__searchbox {
		color: #fff;
		height: 65px;
	}

	.sitesearch input {
		padding: 0px !important;
	}

	.sitesearch #searchButton {
		background: url(../images/search_icon.jpg);
		position: absolute;
		transform: none;
		width: 21px;
		height: 23px;
		left: -29px;
		top: 23px;
		opacity: 1;
	}

	.sitesearch input[type="search"],
	.sitesearch .ss360-custom-search {
		padding: 0px;
	}
}

@media only screen and (max-width: 767px) {
	.knowledge-base-form {
		padding: 90px 30px 50px;
	}

	.knowledge-base-form h1 {
		font-size: 34px;
	}

	.sitesearch input[type="search"],
	.sitesearch .ss360-custom-search .ss360-custom-search__searchbox {
		height: 54px;
	}

	.sitesearch #searchButton {
		top: 16px;
	}
}

/*Navbar-changes*/
.header-top-menu {
	text-align: right;
	padding: 0px 0px 13px;
}

.header-top-menu ul {
	margin: 0px;
}

.header-top-menu li {
	list-style: none;
	display: inline-block;
	margin-left: 13px;
}

.header-top-menu li a {
	color: #fff;
	font-size: 13px;
}

.info-bar {
	margin: -14px -45px 13px;
	padding: 13px 60px;
	text-align: center;
	position: relative;
	display: none;
}

.info-bar h6 {
	font-size: 15px;
}

.info-bar h6 strong {
	font-weight: normal;
	font-family: 'circular-bold';
}

.info-bar h6 span {
	margin-right: 10px;
}

.info-bar h6 a {
	text-decoration: underline;
}

.info-bar .info-close {
	background: url(../images/info-close.png) no-repeat center;
	background-size: 50%;
	width: 24px;
	height: 22px;
	position: absolute;
	right: 23px;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	cursor: pointer;
}
.info-bar .info-close-grey {
	background: url(../images/info-close-grey.png) no-repeat center;
	background-size: 50%;
	width: 24px;
	height: 22px;
	position: absolute;
	right: 23px;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	cursor: pointer;
}

.menu li.mobile-phone {
	display: none;
}

.phone-icon {
	position: relative;
	padding-left: 15px;
}

body .menu li.mobile-phone a {
	position: relative;
	padding-left: 40px;
}

body .menu li.mobile-phone a::before,
.phone-icon::before {
	content: "";
	position: absolute;
	background: url(../images/Phone_blue.svg) no-repeat center;
	width: 10px;
	height: 10px;
	left: 0px;
	top: 2px;
}

body .menu li.mobile-phone a::before {
	left: 25px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.menu li.mobile-phone a::before {
	display: block !important;
}

.phone-icon::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0px;
	top: 2px;
	opacity: 0;
}

.phone-icon::after {
	background: url(../images/Phone_white.svg) no-repeat center;
}

.phone-icon.remove-phone::before,
.phone-icon.remove-phone::after {
	display: none;
}

.header-animate {
	animation-duration: 2.5s;
	animation-fill-mode: both;
	animation-iteration-count: 2;
}

body.home .info-bar {
	display: block;
}

header.fixed {
	height: auto !important;
}

.home_banner.new {
	/*margin-top: 99px;*/
}

.info-closed .home_banner.new {
	margin-top: 50px;
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

.pulse {
	animation-name: pulse;
	animation-duration: 1s;
	/*--animate-repeat: 2;*/
	animation-iteration-count: 2;
}

header.fixed .animated.pulse {
	animation: none;
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
}

/*In vc need to modify*/
/*.inner_banner_inner h1 {
  padding-top: 125px;
}
.q_new_banner {
  padding: 192px 0px 225px;
}
.inner_banner, .inner_page_banner {
  min-height: 302px;
}
.inner_page_banner.blog_banner_new { stylesheet
  min-height: 297px;
}
.knowledge-base-form {
  padding: 142px 30px 50px;
}*/
/*book demo page margin-top 142 changed to 179
live traianing page padding-top 85 to 122
*/
.header-color-text header:not(.fixed) .header-top-menu li a {
	color: #181f25;
}

.header-color-text header:not(.fixed) .header-top-menu li a.phone-icon::after,
header.fixed .header-top-menu li a.phone-icon::after {
	background: url(../images/Phone_blue.svg) no-repeat center;
	opacity: 1;
}

.header-color-text header:not(.fixed) li.sitesearch-button a {
	background: url(../images/search-green.svg) no-repeat center;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}

@media only screen and (min-width: 992px) {
	body .liences_banner_txt {
		margin-top: 137px !important;
	}
}

/*logo-slider*/
.logo-slider-new {
	padding: 35px 0px;
}

.logo-slider-new .swiper-slide img {
	max-width: 100%;
	max-height: 48px;
}

.logo-slider-new .swiper-slide {
	text-align: center;
	width: auto;
	min-width: 90px;
	min-height: 48px;
	max-height: 48px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
}

.logo-strip .vc_column-inner,
.logo-strip .wpb_content_element {
	padding: 0 !important;
	margin: 0px !important;
}

/*Use-case*/
.new-use-case-banner-description h5 {
	font-size: 18px;
	color: #04b5ac;
	margin-bottom: 19px;
}

.new-use-case-banner-description h1 {
	font-size: 70px;
	line-height: 1;
	color: #1c283b;
	font-family: 'circular-bold';
	margin-bottom: 28px;
}

.new-use-case-banner-description p {
	font-size: 18px;
	line-height: 1.55;
	margin-bottom: 51px;
	color: #1c283b;
}

.max-1226 {
	max-width: 1226px;
	margin: 0 auto;
	float: none !important;
}

.blue-bg-new {
	display: inline-block;
	min-width: 209px;
	padding: 17px;
	height: 61px;
	background: #00c8c7;
	border: 1px solid #00c8c7;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.blue-bg-new:hover {
	background: transparent;
	color: #00c8c7;
	text-decoration: none;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.max-1180 {
	max-width: 1210px;
	margin: 0 auto;
	float: none !important;
}

.vertical-middle {
	align-items: center;
	-webkit-align-items: center;
}

.max-718 {
	max-width: 815px;
	margin: 0 auto;
	float: none !important;
}

.vertical-middle h4 {
	font-family: 'circular-medium';
	line-height: 1.2;
	margin-bottom: 22px;
	font-size: 30px;
	color: #151a1c;
}

.vertical-middle p {
	font-size: 14px;
	margin: 0 0 20px;
	line-height: 1.66;
}

.align_order .left_column {
	order: 2;
}

.analysis-video-section h2 {
	font-size: 44px;
	font-family: 'circular-medium';
	margin-bottom: 14px;
}

.analysis-video-section p {
	font-size: 18px;
	margin-bottom: 40px;
}

.analysis-video-section .video-custom-box {
	margin-top: 40px;
}

.video-custom-box {
	padding-top: 56.25%;
	position: relative;
}

.video-custom-box .wpb_wrapper iframe {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.analysis-video-section {
	position: relative;
}

.analysis-video-section::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 385px;
	background: #e5f8f9;
	width: 100%;
}

.btn-center .form-btn.orange-btn-new {
	margin: 52px auto 0px;
}

.usecase-icon img {
	width: 54px;
	max-height: 44px;
}

.usecase-icon.usecase-icon3 img {
	width: 46px;
}

.usecase-icon.usecase-icon2 img {
	width: 49px;
}

.new-feature-box h5 {
	font-size: 18px;
	color: #1c283b;
	margin-bottom: 18px;
	font-family: 'circular-bold';
}

.new-feature-box p {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 28px;
	color: #1c283b;
}

.center-btn {
	text-align: center;
	margin-top: 48px;
}

.center-btn .btn.blue_border {
	font-size: 18px;
	min-width: 228px;
	padding: 14px 15px;
}

.btn.blue_border.with_bg {
	color: #fff;
}

.logo-slider-border {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.use-case-testimonials .max-1216,
.why-displayr-section .max-1216,
.your-way-section .max-1216 {
	max-width: 1116px;
	margin: 0 auto;
	float: none !important;
}

.usecase-testimonial-description h2 {
	font-size: 40px;
	color: #1c283b;
	font-family: 'circular-bold';
	line-height: 1.15;
	position: relative;
	padding-top: 80px;
	margin-bottom: 38px;
}

.usecase-testimonial-description h2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 50px;
	height: 39px;
	background: url(../images/Quote_Mark.svg);
}

.usecase-testimonial-description h5 {
	font-size: 14px !important;
	font-family: 'circular-bold';
	color: #1c283b;
	margin-bottom: 30px;
}

.usecase-testimonial-description a,
.with-blue-arrow {
	font-size: 18px;
	padding-right: 33px;
	position: relative;
}

.usecase-testimonial-description a {
	color: #04b5ac;
}

.usecase-testimonial-description a::after,
.with-blue-arrow::after {
	content: "";
	position: absolute;
	right: 0;
	top: 6px;
	width: 23px;
	height: 11px;
	background: url(../images/Right_Arrow_blue.svg);
}

.analysis-title {
	max-width: 670px;
	margin: 0px auto 97px !important;
	padding: 0px 15px;
}

.analysis-title h2 {
	font-size: 44px;
	font-family: 'circular-medium';
	line-height: 1.05;
}

.other-use-cases {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.max-1070 {
	max-width: 1118px;
	margin: 0 auto;
	float: none !important;
}

.other-use-cases .vc_row > div > .vc_column-inner {
	padding: 0px 15px;
}

.other-usecase-title h2 {
	font-size: 44px;
	font-family: 'circular-medium';
}

.other-usecase-menus ul {
	width: 50%;
	float: left;
}

.other-usecase-menus li:nth-child(1) {
	font-family: 'circular-bold';
	margin-bottom: 28px;
}

.other-usecase-menus li {
	list-style: none;
	font-size: 18px;
	margin-bottom: 7px;
}

.other-usecase-menus li a {
	color: #04b5ac;
}

.new-feature-box {
	text-align: left;
}

.new-feature-box img {
	margin: 0;
}

.why-displayr-section .analysis-title {
	margin-bottom: 68px !important;
}

.why-displayr-section h5 {
	font-size: 12px !important;
}

.why-displayr-section ul {
	margin-top: 30px;
}

.why-displayr-section ul li {
	font-size: 18px;
	color: #1c283b;
	position: relative;
	list-style: none;
	padding-left: 36px;
	line-height: 1.1;
	margin-bottom: 30px;
}

.why-displayr-section ul li::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 1px;
}

.why-displayr-section .without-displayr ul {
	padding-right: 30px;
}
/*
.why-displayr-section .without-displayr ul li::before {
	background: url(../images/Red_Cross.svg);
}

.why-displayr-section .with-displayr ul li::before {
	background: url(../images/Green_Tick.svg);
}
*/
.purchasing-box-section {
	border-top: 1px solid #ccd4df;
}

.analysis-video-section .btn-center {
	padding-top: 17px !important;
}

.purchasing-box-section,
.customized-border {
	margin: 0px auto !important;
	max-width: 1022px;
	float: none;
}

.customized-border ul {
	margin-bottom: 0px;
	display: flex;
	display: -webkit-flex;
	border-bottom: 1px solid #ccd4df;
}

.customized-border ul li,
.purchasing-box-section .purchasing-box li {
	list-style: none;
	width: 33.33%;
	padding: 19px 17px 19px 55px;
	background: #f1f5fa;
	border-left: 1px solid #ccd4df;
	border-right: 1px solid #ccd4df;
	position: relative;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	line-height: 1;
}

.customized-border ul li::before,
.purchasing-box-section .purchasing-box li::before {
	content: "";
	position: absolute;
	width: 18px;
	height: 15px;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background: url(../images/Tick_green.svg);
}

.purchasing-box-section .purchasing-box {
	border-left: 1px solid #ccd4df;
	border-right: 1px solid #ccd4df;
	border-bottom: 1px solid #ccd4df;
	padding-top: 32px;
	padding-bottom: 24px;
	width: 33.33%;
	float: left;
	position: relative;
}

.purchasing-box .empty-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	font-size: 0;
}

.purchasing-box ul {
	margin-bottom: 0px !important;
}

.purchasing-box-section .purchasing-box h6 {
	color: #04b5ac;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'circular-medium';
	margin-bottom: 3px;
}

.purchasing-box-section .purchasing-box h4 {
	color: #1c283b;
	font-size: 25px;
	margin-bottom: 0px;
	text-align: center;
	font-family: 'circular-medium';
}

.purchasing-box-section .purchasing-box:nth-child(1),
.purchasing-box-section .purchasing-box:nth-child(2),
.customized-border ul li:nth-child(1),
.customized-border ul li:nth-child(2) {
	margin-right: -1px;
}

.purchasing-box-section-mobile {
	display: none;
}

.your-way-section .analysis-title {
	margin-bottom: 65px !important;
}

.your-way-section {
	border-bottom: 1px solid #e6e6e6;
}

.your-way-section .center-btn {
	margin-top: 85px;
}

.page-template-use-case .footer_bluebg {
	display: none;
}

.analysis-video-section .video-custom-box {
	margin-bottom: 40px !important;
}

/**Resources-styles**/
.resources-section-new .max-1147 {
	max-width: 1167px;
	margin: 0px auto !important;
}

.resource_learning_title h4 {
	font-size: 30px;
	color: #151a1c;
	font-family: 'circular-medium';
}

.resources-box > .vc_column-inner {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.resources-box > .vc_column-inner > .wpb_wrapper {
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
	/*background-color: #fff;*/
	min-height: 260px;
	position: relative;
}

.resources-box > .vc_column-inner > .wpb_wrapper .summary_img {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .13);
	padding-bottom: 56.55%;
}

.resources-box > .vc_column-inner > .wpb_wrapper .summary_description {
	box-shadow: 0 4px 10px 0px rgba(0, 0, 0, .13);
	min-height: 120px;
	background-color: #fff;
	padding: 21px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.resources-box > .vc_column-inner > .wpb_wrapper:hover {
	transform: scale(1.09);
	-webkit-transform: scale(1.09);
	-moz-transform: scale(1.09);
	-ms-transform: scale(1.09);
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
}

.resources-box > .vc_column-inner > .wpb_wrapper:hover .ellip-line {
	text-overflow: inherit;
	white-space: inherit;
	word-wrap: inherit;
}

.resources-box > .vc_column-inner > .wpb_wrapper a {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	display: block;
	font-size: 0px;
}

.resources-box > .vc_column-inner > .wpb_wrapper .summary_description {
	margin-bottom: 0;
}

.resources-box .summary_img figure {
	display: none !important;
}

.summary_description h5 {
	font-size: 20px;
	color: #4d525a;
	line-height: 1.3;
	margin-bottom: 7px;
	/*transition: 0.5s all ease 0s;
  -webkit-transition: 0.5s all ease 0s;
  -moz-transition: 0.5s all ease 0s;
  -ms-transition: 0.5s all ease 0s;*/
}

.summary_description h6 {
	color: #8c9db5;
	font-size: 14px;
	line-height: 1;
}

.wrap_text {
	overflow: hidden;
	/*height: 52px;*/
}

.ellip {
	display: block;
	height: 100%;
}

.ellip-line {
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	vertical-align: top;
}

.ellip,
.ellip-line {
	position: relative;
	overflow: hidden;
	max-width: 100%;
}

.summary_box:hover .ellip-line {
	text-overflow: inherit;
	white-space: inherit;
	word-wrap: inherit;
}

@media only screen and (max-width: 992px) {
	.resources-box {
		width: 50%;
		margin-bottom: 30px;
	}

	.page-wrapper .resources-box {
		width: 50%;
		float: left;
	}

	.page-wrapper .resources-box:nth-child(2n+1) {
		clear: left;
	}
}

@media only screen and (max-width: 767px) {
	.resources-box {
		width: 100%;
		margin-bottom: 20px;
	}

	.page-wrapper .resources-box > .vc_column-inner {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.resources-box > .vc_column-inner > .wpb_wrapper {
		min-height: inherit;
		display: flex;
		display: -webkit-flex;
		height: auto !important;
	}

	.resources-box > .vc_column-inner > .wpb_wrapper:hover .ellip-line {
		text-overflow: ellipsis;
		white-space: nowrap;
		word-wrap: normal;
	}

	.resources-section-new .resource_learning_title {
		margin-bottom: 30px !important;
	}

	.page-wrapper .resource_learning.resources-section-new {
		margin-top: 0px !important;
		padding-top: 70px !important;
	}

	.resources-box > .vc_column-inner > .wpb_wrapper .summary_img,
	.resources-box > .vc_column-inner > .wpb_wrapper .summary_description {
		box-shadow: inherit;
	}

	.resources-box > .vc_column-inner > .wpb_wrapper .summary_img {
		padding-bottom: 0px !important;
	}

	.resources-box > .vc_column-inner > .wpb_wrapper .summary_description {
		margin-bottom: 0px !important;
	}

	.resources-box > .vc_column-inner > .wpb_wrapper {
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, .13) !important;
	}

	.resources-box > .vc_column-inner > .wpb_wrapper,
	.resources-box > .vc_column-inner > .wpb_wrapper .summary_description {
		min-height: inherit !important;
	}

	.page-wrapper .resources-box {
		width: 100%;
		float: none;
		box-sizing: border-box;
	}

	.resources-box > .vc_column-inner {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.resources-box > .vc_column-inner > .wpb_wrapper {
		height: auto !important;
		background: #fff;
	}

	.summary_img {
		width: 37%;
		float: left;
	}

	.summary_description {
		width: 63%;
		float: right;
	}
}

/*Menu-changes-with-megamenu*/
header {
	border-bottom: 1px solid transparent;
	background-color: transparent !important;
}

header.fixed {
	border-color: #e5e5e5;
	background-color: #fff !important;
}

header.fixed .header-top-menu li a {
	color: #1c283b !important;
}

header .header-top-menu li a,
header .menu li:not(.with_bg) a {
	color: #1c283b !important;
}

header .logo .logo-white {
	opacity: 0;
}

.logo a {
	display: inline-block;
	position: relative;
}

.logo .logo-color {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
}

header .logo img,
header.fixed .logo img {
	transition: 0.3s all ease 0s;
	-webkit-transition: 0.3s all ease 0s;
	-moz-transition: 0.3s all ease 0s;
	-ms-transition: 0.3s all ease 0s;
}

header.fixed .logo-white {
	opacity: 0;
}

header.fixed .logo-color {
	opacity: 1;
}

header .menu li:not(.with_bg).border_btn a:not(:hover) {
	border-color: #1c283b !important;
}

header .menu li:not(.with_bg).border_btn a:hover {
	color: #00c8c7 !important;
}

header .menu li.sitesearch-button a {
	background: url(../images/search-green.svg) no-repeat center !important;
	transform: rotate(-90deg) !important;
	-webkit-transform: rotate(-90deg) !important;
	-moz-transform: rotate(-90deg) !important;
	-ms-transform: rotate(-90deg) !important;
}

.home_banner.new {
	margin-top: 0px !important;
	padding-top: 99px;
}

body.home header:not(.fixed) .logo .logo-white,
body.single-webinars header:not(.fixed) .logo .logo-white,
body.blog header:not(.fixed) .logo .logo-white,
body.page-template-q101 header:not(.fixed) .logo .logo-white,
body.page-template-expert header:not(.fixed) .logo .logo-white {
	opacity: 1;
}

body.home header:not(.fixed) .logo .logo-color,
body.single-webinars header:not(.fixed) .logo .logo-color,
body.blog header:not(.fixed) .logo .logo-color,
body.page-template-q101 header:not(.fixed) .logo .logo-color,
body.page-template-expert header:not(.fixed) .logo .logo-color {
	opacity: 0;
}

body.home header:not(.fixed) .header-top-menu li a,
body.home header:not(.fixed) .menu #mega-menu-primary > li:not(.with_bg) > a,
body.single-webinars header:not(.fixed) .header-top-menu li a,
body.single-webinars header:not(.fixed) .menu #mega-menu-primary > li:not(.with_bg) > a,
body.blog header:not(.fixed) .header-top-menu li a,
body.blog header:not(.fixed) .menu #mega-menu-primary > li:not(.with_bg) > a,
body.page-template-q101 header:not(.fixed) .header-top-menu li a,
body.page-template-q101 header:not(.fixed) .menu #mega-menu-primary > li:not(.with_bg) > a,
body.page-template-expert header:not(.fixed) .header-top-menu li a,
body.page-template-expert header:not(.fixed) .menu #mega-menu-primary > li:not(.with_bg) > a {
	color: #fff !important;
}

body.home header:not(.fixed) .menu li.sitesearch-button a,
body.single-webinars header:not(.fixed) .menu li.sitesearch-button a,
body.blog header:not(.fixed) .menu li.sitesearch-button a,
body.page-template-q101 header:not(.fixed) .menu li.sitesearch-button a,
body.page-template-expert header:not(.fixed) .menu li.sitesearch-button a,
body.page-template-ebook header:not(.fixed) .menu li.sitesearch-button a  {
	background: url(../images/search_icon.png) no-repeat 0 0 / cover !important;
	transform: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
}

body.home header:not(.fixed) #mega-menu-wrap-primary #mega-menu-primary > li.border_btn:not(.with_bg) a:not(:hover),
body.single-webinars header:not(.fixed) #mega-menu-wrap-primary #mega-menu-primary > li.border_btn:not(.with_bg) a:not(:hover),
body.blog header:not(.fixed) #mega-menu-wrap-primary #mega-menu-primary > li.border_btn:not(.with_bg) a:not(:hover),
body.page-template-q101 header:not(.fixed) #mega-menu-wrap-primary #mega-menu-primary > li.border_btn:not(.with_bg) a:not(:hover),
body.page-template-expert header:not(.fixed) #mega-menu-wrap-primary #mega-menu-primary > li.border_btn:not(.with_bg) a:not(:hover),
body.page-template-ebook header:not(.fixed) #mega-menu-wrap-primary #mega-menu-primary > li.border_btn:not(.with_bg) a:not(:hover) {
	border-color: #fff !important;
}

body.home header:not(.fixed) #mega-menu-wrap-primary #mega-menu-primary > li.border_btn:not(.with_bg) a:hover,
body.single-webinars header:not(.fixed) #mega-menu-wrap-primary #mega-menu-primary > li.border_btn:not(.with_bg) a:hover,
body.blog header:not(.fixed) #mega-menu-wrap-primary #mega-menu-primary > li.border_btn:not(.with_bg) a:hover,
body.page-template-q101 header:not(.fixed) #mega-menu-wrap-primary #mega-menu-primary > li.border_btn:not(.with_bg) a:hover,
body.page-template-expert header:not(.fixed) #mega-menu-wrap-primary #mega-menu-primary > li.border_btn:not(.with_bg) a:hover {
	color: #00c8c7 !important;
}

body.home header:not(.fixed) .phone-icon::after,
body.single-webinars header:not(.fixed) .phone-icon::after,
body.blog header:not(.fixed) .phone-icon::after,
body.page-template-q101 header:not(.fixed) .phone-icon::after,
body.page-template-expert header:not(.fixed) .phone-icon::after {
	opacity: 1;
}

header.header-transparent:not(.fixed) .logo .logo-white {
	opacity: 1;
}

header.header-transparent:not(.fixed) .logo .logo-color {
	opacity: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mobile-no {
	display: none;
}

/*responsive menu icon colors changed*/

/*Megamenu*/
/*.menu li.sitesearch-button, .menu li.sitesearch-button a styles important added .sitesearch right:-10px top:8px added*/
/*
.single-case-studies .guerrillawrap {
	display: none
}
*/

/*July-31*/
.meeting-top-box h2 {
	line-height: 1.4;
}

.page-wrapper .max_1145 {
	width: 100%;
	max-width: 1145px;
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.video-section-columns > .max_1145 > .vc_column-inner {
	padding: 0px 34px !important;
}

.page-wrapper .demo-container {
	max-width: 1228px;
	padding: 0 15px !important;
	width: 100%;
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.wistia-two-column > .vc_column-inner {
	padding: 0px 15px !important;
}

.wistia-two-column > .vc_column-inner > .wpb_wrapper {
	background: #f2f5fb !important;
	height: 100%;
}

.wistia-video-box {
	background: #fff;
	margin: 0px !important;
	padding: 15px !important;
	border: 1px solid #e4e8ef;
	border-bottom: none;
}

.wistia-video-box .wistia_embed {
	width: 100% !important;
}

.wistia-video-description h5 {
	line-height: 1.3;
	margin-bottom: 10px;
}

.wistia-video-description p {
	color: #8c9db5;
	line-height: 1.28;
}

.wistia-two-column {
	width: 50% !important;
}

.book-demo-new2 .book_demo_form_box {
	padding: 50px 40px;
	max-width: 855px;
	width: 100%;
	margin-left: auto !important;
	margin-right: auto !important;
	float: none !important;
}

/*blog style*/
.inner_page_banner.blog_banner_new {
	display: none;
}

.bg-shade {
	margin-top: 123px !important;
	border-bottom: 0px !important;
	position: relative;
	background-color: transparent !important;
}

.bg-shade .container {
	max-width: 1317px !important;
	position: relative !important;
	padding: 0px 13px !important;
}

.category_drop_menu_list #bar-control {
	position: absolute !important;
	right: 15px !important;
	top: 3px !important;
	margin-bottom: 0px !important;
	margin-top: 0 !important;
	display: flex;
	flex-flow: row-reverse;
	align-items: center;
}

.hidden-lg {
	display: none;
}

.bg-shade ul {
	margin-bottom: 0px;
}

.category-sidebar {
	max-width: 1206px;
	margin-bottom: 0px;
	padding: 0 13px;
	margin: 0 auto !important;
}

.bg-shade li {
	list-style: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	color: #303a3f !important;
}


body.page-hire-a-researcher #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link, body.single-webinars #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link, body.page-template-ebook #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	color: #fff !important;
}

body.page-hire-a-researcher header.fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-border_btn a:hover, body.single-webinars header.fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-border_btn a:hover, body.page-template-ebook header.fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-border_btn a:hover {
	border-color: #fff !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.border_btn.with_bg > a {
	border: 1px solid #39837d !important;
	background-color: #39837d !important;
}

body.page-hire-a-researcher header:not(.fixed) #mega-menu-wrap-primary #mega-menu-primary > li.border_btn:not(.with_bg) a:hover, body.single-webinars header:not(.fixed) #mega-menu-wrap-primary #mega-menu-primary > li.border_btn:not(.with_bg) a:hover, body.page-template-ebook header:not(.fixed) #mega-menu-wrap-primary #mega-menu-primary > li.border_btn:not(.with_bg) a:hover {
	color: #fff !important;
	border: 1px solid #fff !important;
}

body.page-hire-a-researcher header.fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-border_btn > a.mega-menu-link, body.single-webinars header.fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-border_btn > a.mega-menu-link, body.page-template-ebook header.fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-border_btn > a.mega-menu-link {
	border-color: #303a3f !important
}

body.page-hire-a-researcher header.fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-border_btn.mega-with_bg > a.mega-menu-link, body.single-webinars header.fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-border_btn.mega-with_bg > a.mega-menu-link, body.page-template-ebook header.fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-border_btn.mega-with_bg > a.mega-menu-link {
	color: #fff !important;
}

body.page-hire-a-researcher header.fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link, body.single-webinars header.fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link, body.page-template-ebook header.fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	color: #303a3f !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.border_btn.with_bg > a {
	color: #fff !important;
}

.category-sidebar li a {
	font-size: 14px;
}

.category-sidebar > li > a {
	color: #303a3f;
}

#bar-control li {
	float: none;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}

.category_drop_menu_list #bar-control .button.blue {
	margin-right: 0px;
	margin-left: 38px;
	border: 1px solid #39837d;
	color: #39837d;
	padding: 7px 15px;
	font-family: 'circular-book', Arial, sans-serif;
	text-transform: lowercase;
	font-size: 14px !important;
	line-height: 1.3;
}

.category_drop_menu_list #bar-control .button.blue:focus {
	text-decoration: none !important;
}

.category_drop_menu_list #bar-control .button.blue::first-letter {
	text-transform: uppercase !important;
	font-size: 14px !important;
}

#bar-control li:last-child {
	margin-right: 0px;
	margin-top: 0;
}

ul#bar-control li:last-child img {
	opacity: 1;
	width: 24px;
}

.category-sidebar .children {
	opacity: 0;
	visibility: hidden;
	left: -15px;
	position: absolute;
	right: 0;
	top: 80px;
	width: 232px;
	background-color: #ffffff;
	z-index: 9;
	padding: 15px 0 17px;
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
	box-shadow: 0px 2px 5px 4px rgba(0, 0, 0, 0.1) !important;
	border-radius: 2px !important;
	color: #1c283b;
}

.category-sidebar > li ul a {
	color: #1c283b !important;
	display: block;
	padding: 12px 30px;
	text-align: left;
	width: 100%;
}

.category-sidebar ul.children li a:hover {
	color: #39837d !important;
	background-color: #39837d2b !important;
}

.featured-article {
	width: 100%;
	display: inline-block;
}

.max-1216 {
	max-width: 1246px;
	padding: 0 15px;
	margin: 0 auto;
}

.inner-div {
	padding: 47px 0px 55px;
	border-bottom: 1px solid #8F9DB3;
}

.inner-div::after {
	display: table;
	clear: both;
	content: '';
}

.featured-article .left {
	width: 61%;
	float: left;
}

.featured-article .left img {
	max-width: 100%;
	height: auto;
}

.featured-article .right {
	width: 35%;
	float: right;
	max-width: 380px;
	margin-top: -2px;
}

.featured-article .right h5 {
	font-family: 'circular-bold', Arial, sans-serif;
	color: #303a3f;
	margin-bottom: 35px;
	font-size: 18px;
}

.featured-article .right h2 {
	font-size: 45px;
	margin-bottom: 30px;
	line-height: 1.25;
}

.featured-article .right .date {
	font-family: 'circular-bold', Arial, sans-serif;
}

.featured-article .right .date a {
	vertical-align: middle;
	display: inline-block;
	color: #39837d;
	font-family: 'circular-book', Arial, sans-serif;
}

.bg-shade ul {
	margin-bottom: 0px;
}

.blog .container {
	max-width: 1206px;
	padding: 0 15px;
	margin: 0 auto;
}

.blog #article {
	margin-bottom: 80px;
}

.post-title-top {
	font-family: 'circular-bold', Arial, sans-serif;
	color: #303a3f;
	margin-bottom: 50px;
	font-size: 18px;
	display: block;
}

.blog #posts,
.archive #posts {
	margin-bottom: 0px !important;
}

#article #posts .item {
	margin-bottom: 0px;
}

#article #posts .item:nth-child(3n+1) {
	clear: left;
}

#article #posts .item {
	width: 31%;
	float: left;
	margin-right: 3.5%;
	padding: 0 !important;
}

#posts .item .blog_featured_image img {
	border: 1px solid #ccc;
	display: block;
}

.blog_post_category {
	margin: 25px 0px 20px;
}

.blog_post_category a {
	font-size: 14px;
	letter-spacing: 0px;
	color: #1c283b;
	text-transform: uppercase;
}

.blog_post_category span {
	color: #cccccc;
}

.blog_content_box {
	margin-bottom: 40px;
	padding-right: 10px;

}

.blog_content_box .blog_heading {
	font-size: 22px;
	color: #1c283b;
	margin-bottom: 5px;
	display: block;
}

.blog_author {
	font-size: 14px;
	display: inline-block;
	width: 100%;
	margin: 10px 0px 20px;
	color: #2e3a40;
}

.blog_author .blue {
	color: #39837d !important;
}

.blog_description,
post_tags {
	display: none;
}

.blog_content_box .blog_heading:hover {
	color: #000;
	text-decoration: underline;
}

.blog_author span.blue:hover {
	cursor: pointer;
	text-decoration: underline;
}



#article #posts > div {
	padding: 0 !important;
}

#article #posts .item:nth-child(3n+3) {
	margin-right: 0px;
}

#article #posts .alm-btn-wrap .alm-load-more-btn {
	background: #39837d !important;
}

body.blog header:not(.fixed) #mega-menu-wrap-primary #mega-menu-primary > li.border_btn:not(.with_bg) a:hover {
	color: #39837d !important;
	border-color: #39837d !important;
}

.featured-article .right h2 a:hover {
	color: #1c283b;
	text-decoration: underline;
}

.featured-article .right h2 a {
	text-decoration: none;
	color: #1c283b;
}

.featured-article .right h2 {
	font-size: 45px;
	margin-bottom: 30px;
	line-height: 1.25;
}

.blog_post_category a:hover {
	color: #1c283b;
	text-decoration: underline;
}

body.blog header:not(.fixed) .logo .logo-color {
	opacity: 1 !important;
}

body.blog header:not(.fixed) .menu #mega-menu-primary > li:not(.with_bg) > a,
body.blog header:not(.fixed) .header-top-menu li a {
	color: #1c283b !important;
}

body.blog header:not(.fixed) #mega-menu-wrap-primary #mega-menu-primary > li.border_btn:not(.with_bg) a:not(:hover) {
	border-color: #1e2839 !important;
	color: #1e2839 !important;
}

body.blog header:not(.fixed) .menu li.sitesearch-button a {
	background: url(../images/search-green.svg) no-repeat center !important;
	transform: rotate(-90deg) !important;
	-webkit-transform: rotate(-90deg) !important;
	-moz-transform: rotate(-90deg) !important;
	-ms-transform: rotate(-90deg) !important;
}

.sitesearch #searchButton {
	width: 17px;
	height: 17px;
	font-size: 0px;
	border: none;
	opacity: .4;
	cursor: pointer;
	background: url(../images/search-icon-color.png) no-repeat right center/contain !important;
}

.blueshade-bar {
	background-color: #fff;
	left: 0;
	right: 0;
	z-index: 9;
	position: absolute;
	width: 100%;
	padding: 50px 0;
	text-align: center;
	border-top: 1px solid #e5e8ee;
	top: 100%;
	border-bottom: 1px solid #39837d;
}

.blueshade-bar .fs26.inl-bck.grey6 {
	display: none !important;
}

.blueshade-bar form input[type="submit"] {
	display: inline-block;
	width: 11px;
	height: 24px;
	border: none;
	position: absolute;
	right: 0;
	top: 4px;
	cursor: pointer;
	font-size: 0px;
}

.blueshade-bar .inl-bck {
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
	display: inherit !important;
}

.blueshade-bar form input.s {
	width: 100%;
	border: none;
	background-color: inherit;
	font-size: 30px;
	color: #8c9db5;
	color: #4d525a;
	font-family: "circular-book", Arial, sans-serif;
	padding-right: 50px;
	-webkit-appearance: none;
	line-height: inherit !important;
	height: auto !important;
}

.blueshade-bar form {
	-webkit-border-radius: 0 !important;
	padding: 0 !important;
	background-color: transparent !important;
}

.close_search {
	display: none !important;
}

.blueshade-bar input::-webkit-input-placeholder {
	color: #8c9db5;
}

.blueshade-bar input:-moz-placeholder {
	color: #8c9db5;
	opacity: 1;
}

.blueshade-bar input::-moz-placeholder {
	color: #8c9db5;
	opacity: 1;
}

.blueshade-bar input:-ms-input-placeholder {
	color: #8c9db5;
}

.blog_content_box .blog_author {
	visibility: hidden;
	position: relative !important;
}

.blog_content_box .blog_author span.blue {
	position: absolute !important;
	left: 0;
	visibility: visible !important;
	text-transform: capitalize;
}

.blog_content_box .blog_author span.blue::first-letter {
	text-transform: lowercase !important;
}

body.blog {
	overflow-x: hidden;
}

.category-sidebar > li {
	padding: 10px 0 37px !important;
}

.category-sidebar li:hover .children {
	opacity: 1;
	top: 72px !important;
	visibility: visible;
	transition: .5s all ease 0s;
	-webkit-transition: .5s all ease 0s;
	-moz-transition: .5s all ease 0s;
	-ms-transition: .5s all ease 0s;
}

#article .fs40 {
	font-size: 48px;
	color: #000;
	font-family: "circular-bold";
	margin-bottom: 40px;
}

.category #article.blog_container #pagination {
	margin-bottom: 80px;
}

.category #article.blog_container #pagination span {
	font-family: "circular-book", Arial, sans-serif;
	font-size: 15px;
	line-height: 1.3;
	color: #2e3a40;
	margin-right: 2px;
}

.category #article.blog_container #pagination a {
	color: #39837d;
	text-decoration: none;
	transition: .5s all ease 0s;
	-webkit-transition: .5s all ease 0s;
	-moz-transition: .5s all ease 0s;
	-ms-transition: .5s all ease 0s;
	font-family: "circular-book", Arial, sans-serif;
	font-size: 15px;
	line-height: 1.3;
	margin-right: 2px;
}

.archive.author .guerrillawrap {
	max-width: 760px;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0 20px;
	float: none !important;
	color: #000;
	font-size: 18px;
	border: 0px !important;
	padding: 80px 0 75px !important;
	padding-top: 0px !important;
	padding-bottom: 10px !important;
	margin-top: 80px !important;
	background: none !important;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-bottom: 50px !important;
}

.archive.author .guerrillawrap .guerrillagravatar {
	width: 134px;
	margin-right: -134px !important;
	height: 134px;
	border-radius: 50%;
	background: #ddd;
	overflow: hidden;
}

.guerrillawrap .guerrillatext h4 {
	font-size: 22px;
	color: #000;
	font-family: "circular-book";
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 22px;
}

.archive.author .guerrillawrap .guerrillatext {
	width: 100%;
	float: left;
	padding-left: 170px;
}

.archive.author .guerrillawrap p:last-child {
	line-height: 1.66;
	margin: 0 0 20px;
	margin-bottom: 0px !important;
}

.archive.author .post_title h4 {
	font-size: 18px;
	text-transform: uppercase;
	border-top: 1px solid #8f9db3;
	padding-top: 58px;
	color: #000;
	padding-bottom: 25px;
	font-family: "circular-medium", Arial, sans-serif;
	line-height: 1.2;
	margin-bottom: 22px;
}

.author #posts {
	max-width: 1210px;
	margin: 0 auto;
	padding: 0;
}

.author #posts > div {
	padding: 0 !important;
}

.archive.author .container {
	width: 100%;
	margin: 0 auto !important;
	padding: 0px 30px;

}

.author #posts {
	max-width: 1210px !important;
	margin: 0 auto !important;
}

.author .three_column {
	width: 31%;
	float: left;
	margin-right: 3.5%;
	margin-bottom: 30px;
}

.author .three_column:nth-child(3n+1) {
	clear: left;
}

.author .three_column:nth-child(3n+3) {
	margin-right: 0px;
}

.author .three_column:nth-child(3n+1) {
	clear: left;
}

.blog_author .blue a {
	color: #39837d !important;
	font-family: "circular-book", Arial, sans-serif;
}

/*blog single*/
.single #article {
	position: relative;
	color: #1c283b;
	line-height: 1.75;
}

body.single-post .single-post-main {
	font-family: "CircularXX-Regular", Arial, sans-serif;
}

.mb50 {
	margin-bottom: 50px;
}

.blog_left {
	width: 100%;
	float: left;
	padding-bottom: 50px;
}

.single-post-main .blog_post_category {
	margin: 0 0px 20px;
}

.single-post-main .category-top {
	display: inline-block;
	width: 100%;
	margin-bottom: 65px;
}

.single-post-main .category-top .category-left {
	width: 50%;
	float: left;
	padding-right: 90px;
}

.single-post-main .blog_left .blog_post_category .category-left > a {
	font-size: 14px;
	letter-spacing: 0px;
	color: #1c283b;
	text-transform: uppercase;

}

.single .single-post-main .blog-title {
	margin-bottom: 24px;
	font-size: 34px;
	margin-bottom: 62px;
	line-height: 1.35;
	color: #1c283b !important;
	font-family: "circular-bold", Arial, sans-serif;
}

.single-post-main .category-top .author-name {
	font-size: 14px;
}

.single-post-main .category-top .author-name span {
	color: #1c283b;
	display: inline-block;
	margin-right: 5px;
}

.single-post-main .category-top .author-name img {
	max-width: 40px !important;
	display: inline-block !important;
	vertical-align: middle;
	border-radius: 50%;
	overflow: hidden;
	height: auto;
}

.single-post-main .category-top .featured_image_section {
	width: 50%;
	float: left;
}

.single-post-main .category-top .featured_image_section img {
	display: block;
}

.main-content {
	position: relative;
}

.blog_right {
	width: 100%;
	float: left;
	padding-left: 50px;
	position: relative;
}

.related_articles {
	margin-bottom: 10px;
	display: block;
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	border-top: 1px solid #8f9db3;
	padding-top: 45px;
}

.related_title {
	display: inline-block;
	display: block;
	font-family: "circular-bold", Arial, sans-serif;
	color: #303a3f;
	margin-bottom: 30px;
	font-size: 18px;
}

.related_articles .row {
	max-width: 962px;
	margin: 0 auto;
}

.related_articles .mb30 {
	margin-bottom: 40px;
	margin-top: 0px;
}

.three_column:nth-child(3n+1) {
	clear: left;
}

.related_box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.three_column {
	width: 31%;
	float: left;
	margin-right: 3.5%;
	margin-bottom: 30px;
}

.single .blog h2 {
	font-size: 24px;
	margin-top: 0px;
	display: inline-block;
	width: 100%;
	color: #000;
	margin-bottom: 17px;
}

.single .blog h2,
.single .blog h3,
.single .blog h4,
.single .blog h5,
.single .blog h6 {
	margin: 0em 0 24px;
	margin-top: 0em;
	margin-bottom: 24px;
	font-family: "circular-medium";
}

.blog_container h2 {
	font-family: "circular-bold";
}

#article .body-blog-content .table-contents ul > li {
	margin-bottom: 7px;
}

#article .body-blog-content ul > li {
	margin-bottom: 23px;
	margin-top: 0px;
}

#article.single-post-main ul > li,
#article.single-post-main ol > li {
	padding-left: 20px;
}

#article ul > li,
#article ol > li {
	position: relative;
	padding-left: 35px;
	margin: 1em 0;
	margin-top: 1em;
	margin-bottom: 1em;
	list-style: none;
}

.blog_post_category a {
	font-size: 13px;
	letter-spacing: .05em;
	color: #1c283b;
}

.single-post-main .blog_left .main-content a {
	font-size: 18px;
	color: #39837d;
}

#content .wpb_alert p:last-child,
#content .wpb_text_column :last-child,
#content .wpb_text_column p:last-child,
.wpb_alert p:last-child,
.wpb_text_column :last-child,
.wpb_text_column p:last-child {
	margin-bottom: 0;
}

#article .body-blog-content .wpb_text_column.wpb_content_element {
	scroll-margin-top: 100px;
	margin-bottom: 35px;
}

.main-content {
	position: relative;
}

.single-post-main .social-icons {
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
}

.single-post-main .blog_left .main-content a {
	font-size: 18px;
	color: #6a9bf7;
}

.single-post-main .social-icons a {
	margin-bottom: 0px;
	display: block;
	text-align: center;
	line-height: 1;
}

.single-post-main .blog_left .main-content a {
	font-size: 18px;
	color: #39837d;
	line-height: 1.625;
	text-transform: inherit;
}

.single-post-main .social-icons a {
	margin-bottom: 0px;
	display: block;
	text-align: center;
	line-height: 1;
}

.single-post-main .social-icons {
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;

}

.single-post-main .social-icons a svg {
	display: inline-block !important;
	width: 37px;
	margin-bottom: 13px;
}

.single-post-main .social-icons.fixed-sbar {
	position: fixed;
	top: 120px;
	left: 72.5px;
}

.body-blog-content {
	max-width: 760px;
	margin: 0 auto;
	font-size: 18px;
	color: #1c283b;
	line-height: 1.44;
}

.mb40 {
	margin-bottom: 40px;
}

.blog-intro {
	font-size: 18px;
	color: #4c525b;
}

.wpb-content-wrapper {
	margin: 0;
	padding: 0;
	border: none;
	overflow: unset;
	display: block;
}

.vc_row {
	margin: 0px auto !important;
}

.vc_column_container {
	padding-left: 0;
	padding-right: 0;
}

.vc_column_container > .vc_column-inner {
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.single .blog ul {
	margin: 0;
	padding: 0 !important;
}

.single-post-main .blog.main-content .guerrillawrap {
	display: none;
}

.single-post-main .social-icons.absolute-sbar {
	position: absolute;
	top: auto;
	bottom: 0px;
}

.related_articles .three_column {
	width: 31% !important;
	float: left !important;
	margin-right: 3.5%;
	margin-bottom: 30px;
	padding: 0 !important;
}

.three_column:nth-child(3n+3) {
	margin-right: 0px;
}

.related_articles .blog_content_box {
	width: 100% !important;
	padding: 0 !important;
	padding-right: 10px !important;
	margin-bottom: 40px;
}

.related_articles .related_img .blog_content_box a {
	font-size: 18px;
	margin-bottom: 15px;
}

.related_articles .related_img a {
	position: relative;
	display: block;
	color: #1c283b;
	line-height: 1.3;
}

.related_articles .related_img .blog_content_box .fs14 span {
	display: inline-block;
}

.related_articles .related_img .blog_content_box .fs14 a {
	font-size: 14px;
	color: #39837d;
	margin-bottom: 15px;
	text-transform: capitalize;
}

.related_articles .related_img .blog_content_box .fs14 a::first-letter {
	text-transform: lowercase !important;
}

.related_articles .related_img a {
	position: relative;
	display: block;
	line-height: 1.3;
}

.body-blog-content p,
.blog-intro p {
	line-height: 1.625;
}

.single .blog p {
	margin-bottom: 23px;
	font-family: 'CircularXX-Regular';
}

.single .blog h3 {
	margin-bottom: 20px;
	font-size: 21px;
	color: #000;
}

.single .blog h2,
.single .blog h3,
.single .blog h4,
.single .blog h5,
.single .blog h6 {
	margin: 0em 0 24px;
	margin-bottom: 24px;
	font-family: 'circular-medium';
}

#article.single-post-main ul > li,
#article.single-post-main ol > li {
	padding-left: 20px;
}

#article ol > li {
	counter-increment: list;
}

#article ul > li,
#article ol > li {
	position: relative;
	padding-left: 35px;
	margin: 1em 0;
	list-style: none;
}

.single-post-main .related_img .blog_post_category {
	margin-top: 10px;
	margin-bottom: 10px;
}

.single-post-main .social-icons a svg path {
	transition: 0.5s all ease 0s;
	-webkit-transition: 0.5s all ease 0s;
	-moz-transition: 0.5s all ease 0s;
	-ms-transition: 0.5s all ease 0s;
	fill: #1c283b;
}

.single-post-main .category-top .author-name a {
	color: #39837d;
	letter-spacing: 0px;
	text-transform: capitalize !important;
	font-size: 14px;
}

.single-post-main .blog_left .main-content span {
	color: #4c525b;
}

#article ul > li,
#article ol > li {
	position: relative;
	padding-left: 35px;
	margin: 1em 0;
	margin-top: 1em;
	margin-bottom: 1em;
	list-style: none;
}

#article ul > li::before {

	position: absolute;
	content: "\2022";
	font-family: Arial;
	font-size: 22px;
	line-height: 16px;
	top: 3px;
	left: 0;

}

#article.single-post-main ul > li,
#article.single-post-main ol > li {
	padding-left: 20px;
}

#article ol > li {
	counter-increment: list;
}

#article ol > li::before {
	color: #39837d;
	content: counter(list) ".";
	left: -15px;
	position: absolute;
	text-align: right;
	width: 26px;
}

.single #article ul,
.single #article ol {
	padding-left: 0 !important;
	margin-bottom: 10px !important;
}

.single .single-post-main .blog-title {
	margin-bottom: 24px !important;
}

.author .blog_content_box .blog_author span.blue {
	position: relative !important;
}

.author .blog_content_box .blog_author {
	visibility: visible !important;
}

#article.blog_container {
	max-width: 1206px;
	margin: 0 auto;
}

/*search page*/
.search_page.blog_search {
	margin-top: 0px;
}

.search_page {
	margin-top: 99px;
	border-bottom: 1px solid #e4e8ef;
	padding-bottom: 140px;
}

.search_mainpage_block {
	border-bottom: 1px solid #39837d;
}

.search_page .searchform {
	max-width: 1113px;
	margin: 0 auto;
	position: relative;
}

.search_page .searchform input[type="search"] {
	height: 152px;
	border: none;
	width: 100%;
	color: #4d525a;
	font-size: 30px;
	font-family: 'circular-book', Arial, sans-serif;
	padding-right: 40px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
}

.search_page .searchform input[type="search"]::placeholder {
	color: #4d525a;
}

.search_page .searchform input[type="submit"] {
	position: absolute;
	background: url(../images/magnifying-glass.png) no-repeat center bottom;
	width: 22px;
	height: 22px;
	border: none;
	background-size: contain;
	top: 68px;
	cursor: pointer;
	right: 0;
	font-size: 0px;
}

input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
}

.max_998 {
	max-width: 998px;
	margin: 95px auto 0px !important;
}

.search_right_sidebar {
	width: 25.95%;
	float: left;
}

.search_right_sidebar ul,
.search_right_sidebar ol {
	margin-top: 0;
	margin-bottom: 10px;
}

.search_right_sidebar li {
	padding-left: 0px !important;
	margin: 0px 0px 23px !important;
}

.search_right_sidebar li a {
	font-size: 17px;
	color: #39837d;
}

.search_right_sidebar li.selected a {
	font-family: 'circular-bold';
	color: #39837d;
}

.filter-global-search-result {
	width: 74.05%;
	float: right;
	position: relative;
}

.blog_all_global_post li {
	padding-left: 0px !important;
	margin: 0px 0px 31px !important;
	border-bottom: 1px solid #e3ebee;
	padding-bottom: 34px;
	background-color: transparent;
	width: 100%;
	float: none;
}

.blog_all_global_post h5 {
	font-size: 20px;
	margin-bottom: 27px;
}

.blog_all_global_post li p {
	color: #535e68;
	line-height: 1.46;
	margin-bottom: 27px;
}

.blog_all_global_post h5 a {
	color: #39837d;
}

.blog_all_global_post span {
	color: #abafc4;
	font-size: 13px;
}

.search_right_sidebar ul li::before,
.search_page ul li::before {
	display: none !important;
}

.filter-global-search-result .load_more.loadmore_btn {
	margin-top: 126px;
	text-align: left;
	padding-left: 149px;
}

.loadmore_btn {
	text-align: center;
	position: relative;
}

.filter-global-search-result .load_more.loadmore_btn .btn {
	font-size: 16px;
	color: #39837d;
	border: 1px solid #39837d;
	text-align: center !important;
}

.filter-global-search-result .load_more.loadmore_btn .btn:hover {
	color: #39837d !important;
	background-color: transparent !important;
}

.blue_border {
	padding: 16px 10px;
}

.filter-global-search-result a:hover,
.search_right_sidebar a:hover {
	color: #42525a;
	text-decoration: none;
}

.loader_img1 {
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	text-align: center;
}

.search_page .loader_img {
	top: -38px;
	padding-left: 230px;
}

.loader_img {
	position: absolute;
	left: 0;
	right: 0;
	top: -55px;
}

.page-search header:not(.fixed) #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	color: #fff !important;
}

.page-search header:not(.fixed) #mega-menu-wrap-primary #mega-menu-primary > li.border_btn:not(.with_bg) a {
	border: 1px solid #fff !important;
}

.page-search #mega-menu-wrap-primary #mega-menu-primary > li.border_btn.with_bg .mega-menu-link {
	border: 1px solid #39837d !important;
	background-color: #39837d !important;
}

.page-search header:not(.fixed) .menu li.sitesearch-button a {
	filter: brightness(0) invert(1);
}

.page-search .header-top-menu li a {
	color: #fff !important;
	font-size: 13px;
}


.page-search #mega-menu-wrap-primary #mega-menu-primary > li.border_btn:not(.with_bg) a:hover {
	color: #fff !important;
}

.loader_img1 img {
	max-width: 30px !important;
	margin: 0 auto;
	display: block;
	height: auto;
	filter: grayscale(1);
}

/*Footer-redesign-2023*/
footer {
	padding: 96px 20px;
	background-color: #fff !important;
	border-top: 1px solid #8f9db3;
}

footer .inner_container {
	max-width: 1160px;
	display: flex;
	display: -webkit-flex;
	padding: 0;
	margin: 0 auto !important;
	float: none !important;
}

.footer-new-menu-container {
	width: 100%;
	max-width: 1160px;
	padding: 0 0;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.footer-new-menu-container .footer-col:first-child,
.footer-new-menu-container .footer-col:last-child {
	width: 16%;
}

.footer-new-menu-container .footer-col {
	width: 21%;
	padding-right: 7px;
}

.footer-new-menu-container a {
	text-decoration: none !important;
}

.footer-logo img {
	max-width: 115px;
}

.footer-new-menu-container .social_icons {
	margin-top: 30px;
}

.footer-new-menu-container .social_icons {
	position: static;
}

.footer-new-menu-container .social_icons a {
	display: flex;
	align-items: center;
	color: #1c283b;
	margin-bottom: 23px;

	font-size: 15px;
}

.social_icons a {
	margin-right: 4px;
}

.footer-new-menu-container .social_icons a {
	color: #1c283b;
	font-family: 'CircularStdLight';
	font-size: 15px;
}

.footer-new-menu-container .social_icons img {
	width: 19px;
	height: 19px;
	margin-right: 10px;
}

.footer-new-menu-container .footer-col h5 {
	font-family: "CircularStdBold";
	font-size: 15px;
	color: #1c283b;
	margin-bottom: 30px;
}

.footer-new-menu-container .footer-col ul {
	list-style: none;
	padding-left: 0px;
}

.footer-new-menu-container .footer-col ul li {
	width: 100%;
	margin-bottom: 20px;
}

.footer-new-menu-container .footer-col ul li a {
	color: #1c283b;
	font-family: 'CircularStdLight';
	font-size: 15px;
}

.category-using-q .malinky-load-more a {
	background: #39837d !important;
	border: 1px solid #39837d !important;
}

.malinky-load-more a:hover,
.malinky-load-more a:focus {
	border-color: #39837d !important;
	color: #39837d !important;
}

/* Market Research Page New Styles - 2024 */
body.page-template-marketresearch, body.page-template-marketresearch-single{
	font-family: "CircularXX-Regular", Arial, sans-serif !important;
	color: #1c283b !important;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
body.page-template-marketresearch strong, body.page-template-marketresearch-single strong{
	font-family: 'circular-bold', Arial, sans-serif !important;
	font-weight: normal !important;
}
.info-bar.marketresearch-infobar{
	display: block;
    margin: 0;
    height: 35px;
    padding: 10px 60px;
	font-size: 14px;
	line-height: 1.3;
}
.info-bar.marketresearch-infobar img{
	padding: 2px 4px 0 0;
}
header.mrpage-header{
	background-color: #c7c9f8 !important;
	position: relative;
	padding: 35px 0 !important;
}
.page-template-marketresearch-single header.mrpage-header{
	padding: 35px 0 18px !important;
}
header.mrpage-header.fixed{
	border-color: #c7c9f8 !important;
}
header.mrpage-header .logo{
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0 25px;
}
header.mrpage-header .logo .displayr-logo{
	max-width: 175px;
	margin-top: 3px;
}
header.mrpage-header .logo .q-logo{
	max-width: 215px;
}
.page-template-marketresearch-single .research_single_banner{
	padding: 4px 0px 15px;
	min-height: unset;
}
.page-template-marketresearch-single .research_single_banner h2{
	font-size: 30px;
	font-family: 'circular-bold', Arial, sans-serif !important;
	font-weight: normal !important;
	color: #1c283b;
}
.page-template-marketresearch-single .research_single_banner h6{
	font-size: 12px;
	font-family: 'circular-bold', Arial, sans-serif !important;
	font-weight: normal !important;
	color: #5159f5;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.research_menu .investor_link_bg ul li.menu-item img, .research_single_sidebar ul li.menu-item img{
	max-height: 44px;
    width: 44px;
}
.research_single_sidebar ul li.menu-item img {
    max-height: 36px;
    width: 36px;
}
.page-template-marketresearch .grey_bg, .research_ultimate_guide_box{
	background: #fff;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.11);
	position: relative;
}
.page-template-marketresearch .grey_bg{
	margin: -265px auto 57px;
}
.page-template-marketresearch .marketresearch_banner {
    padding: 0px 0px 313px;
	position: relative;
}
.marketresearch_description.mr-desc-fullwidth{
	width: 100%;
    float: none;
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
    padding: 0 35px;
    color: #1c283b;
    font-size: 18px;
    line-height: 26px;
}
.page-template-marketresearch .marketresearch_description h3{
	font-size: 50px;
	line-height: 50px;
	font-family: 'circular-bold', Arial, sans-serif !important;
	font-weight: normal !important;
	color: #1c283b;
	max-width: 650px;
    margin: 0 auto 29px;
}
.investor_link_bg ul li{
	border-bottom: solid 1px #f0f3f9;
	margin-bottom: 0;
}
.investor_link_bg ul li:last-child{
	border-bottom: 0px;
}
.page-template-marketresearch-single .research_single_sidebar ul{
	margin-top: 0px;
	margin-bottom: 0px;
}
.page-template-marketresearch-single .research_single_sidebar ul li{
	margin-bottom: 8px;
}
.page-template-marketresearch .research_two_column .research_sidebar, .page-template-marketresearch-single .research_single_form {
	border-left: 0px;
}
.page-template-marketresearch-single .research_single_sidebar {
	background-color: #ffffff;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.11);
}
#ez-toc-container .ez-toc-js-icon-con, #ez-toc-container .ez-toc-toggle label, .ez-toc-cssicon{
	border: 0 !important;
}
div#ez-toc-container ul li, div#ez-toc-container nav ul ul li{
	font-size: 100% !important;
}
.page-template-marketresearch-single .research_single_sidebar ul li a {
    padding: 6px;
	font-size: 15px;
}
.investor_link_bg ul li a:hover, .page-template-marketresearch-single .research_single_sidebar ul li a:hover{
	border-radius: 6px;
  	background-color: #c7c9f8;
	color: #1c283b;
}
.page-template-marketresearch-single .single_img{
	width: unset;
	padding: 0;
	margin-left: -27px;
}
.page-template-marketresearch-single .single_img img{
	width: 198px;
	max-width: unset;
}
.page-template-marketresearch-single .research_single_banner_inner{
	width: 100%;
}
.page-template-marketresearch-single .research_single_form .center_title h5{
	max-width: 220px;
    margin: 0 auto 13px;
}
.page-template-marketresearch-single .ez-toc-title-container {
	display: none;
}
.page-template-marketresearch-single .single_description{
	width: 460px;
}
.fw_academy_banner {
	display: flex;
	padding: 13px 40px 13px 15px;
	align-items: center;
	background: #eeeffd;
	border: solid 1px #2e45b9;
	max-width: 1093px;
	margin: 77px auto 67px;
	position: relative;
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.20);
}
.page-template-marketresearch-single .fw_academy_banner {
	max-width: 100%;
	margin: 45px auto 45px;
	padding: 25px;
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.20);
}
.academy_img, .academy_cta {
	flex: 0 0 auto; 
}
.academy_content {
	flex: 1; 
	padding: 0 33px;
}
.page-template-marketresearch-single .academy_content {
	flex: 1; 
	padding: 0 0 0 25px;
}
.academy_content h4{
	font-size: 28px;
	font-family: 'circular-bold', Arial, sans-serif !important;
	font-weight: normal;
	margin: 6px 0 5px;
}
.page-template-marketresearch-single .academy_content h4{
	margin: 6px 0 15px;
}
.academy_content h5{
	font-size: 14px;
	font-family: 'circular-bold', Arial, sans-serif !important;
	font-weight: normal;
	color: #5159f5;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.page-template-marketresearch-single .academy_content h5{
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
.academy_content p{
	margin-bottom: 0;
	font-size: 18px;
}
.academy_cta .academy_btn{
	border-radius: 4px;
	background-color: #5159f5;
	height: 48px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	display: block;
	line-height: 48px;
	padding: 0 20px;
}
.page-template-marketresearch-single .academy_cta .academy_btn{
	width: 224px;
	padding: 0 10px;
}
.academy_cta .academy_btn:hover{
	background-color: #7478ed;
	text-decoration: none;
}
.research_ultimate_guide_box h4{
	margin-bottom: 36px;
    margin-top: 30px;
    font-size: 22px;
    font-family: 'circular-bold';
    color: #1c283b;
}
.academy_star {
    position: absolute;
    top: -30px;
    left: -33px;
    z-index: 99999999;
}
#go-to-top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999999;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #eeeffd;
	text-align: center;
	line-height: 40px; /* Ensures icon is centered vertically */
	color: #000;
	font-size: 20px;
	cursor: pointer;
	opacity: 0.7;
	transition: opacity 0.2s ease-in-out;
}  
#go-to-top:hover {
	opacity: 1;
}
#go-to-top img{
	top: 10px;
    position: absolute;
    right: 9px;
}
  