*:focus {
	outline: none;
}
p {
	margin: unset;
	line-height: unset;
	}	
/*
1) Grids

--------------------------------*/

.row:before,
.row:after {

	content: "";

	display: table;

	clear: both;

}

.container {

	width: 100%;

	margin: 0 auto;

	padding: 0px 30px;

}

/*.inner_container {

    padding: 0px 15.5%;

}*/

.inner_container {

	padding: 0;

	max-width: 994px;

	margin: 0 auto !important;

	float: none !important;

}


body{
	-webkit-font-smoothing: antialiased;  /* Safari, Chrome */
	-moz-osx-font-smoothing: grayscale;  /* Firefox on Mac */
	text-rendering: optimizeLegibility;
}

/*

2) Header

--------------------------------*/

.elementor-location-header header {

	/*background-color: #5159f5;*/

	background-color: transparent;

	padding: 13px 0px;

	position: fixed;

	left: 0;

	right: 0;

	top: 0;

	z-index: 9999;
	max-height: 66px;

}
.home header{
	position: relative;
}
.home .header-padding > .e-con-inner{
	max-width: 100%;
	padding-block-end: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	color: #303a3f !important;
}
.home header.fixed > .header-top-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding-top: 10px;
	background-color: #fff;
	width: 100%;
}
.home header.fixed > .container {
	position: fixed;
	top: 40px;
	left: 0;
	right: 0;
	padding-bottom: 10px;
	background-color: #fff;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}
.home header.fixed > .header-top-menu > .container {
	max-width: 1489px;
    margin: auto;
}
.home header.fixed > .container > .row {
	max-width: 1459px;
    margin: auto;
}
.header_logo {

	float: left;

	margin-top: 8px;

	position: relative;

}

.header_logo a {

	margin-right: 13px;

}

.header_menu {

	float: right;

	text-align: right;

}

.header_menu ul {

	margin-bottom: 0px;

}

.mobile_search {

	display: none;

}

.header_menu ul li {

	list-style: none;

}

.menu > li {

	display: inline-block;

	vertical-align: middle;

	margin-left: 46px;

	position: relative;

}

.header_btn.login_btn {

	margin-left: 29px;

}

.header_menu .header_search {

	margin-left: 29px;
	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;

}

.header_menu .header_search .search-black {
	position: absolute;
	right: 0;
	opacity: 1;
}

header.header-home.fixed .header_menu .header_search .search-white,
header.whats-new-header.fixed .header_menu .header_search .search-white,
.page-template-careers-new header.careers-header .header_menu .header_search .search-white {
	opacity: 0;
}

header.header-home.fixed .header_menu .header_search .search-black,
header.whats-new-header .header_menu .header_search .search-black,
.page-template-careers-new header.careers-header .header_menu .header_search .search-black {
	opacity: 1;
}

header.header-home.fixed .header_menu li.login_btn a:not(:hover) {
	border-color: #303a3f;
}

.header_menu li a {

	color: #fff;

	font-size: 16px;

	text-transform: capitalize;

	cursor: pointer;

}

.header_menu li.header_btn a {

	font-size: 14px;

}

.header_menu li ul li a {

	font-size: 13px;

	letter-spacing: 0.03em;

	color: #4d525a;

	display: block;

	padding: 11px 14px 11px 46px !important;

	position: relative;

}

.header_menu ul li ul li {

	line-height: 1;

	margin-bottom: 0px;

}

.header_menu ul li ul li:last-child {

	margin-bottom: 0;

}

.header_menu li a:hover {

	text-decoration: none;

}

.header_menu > ul > li:not(.header_btn) a {

	padding-bottom: 20px;

}

/*.header_menu li:not(.header_btn) a:hover {

    color: #ff402e;

}*/

.header_menu ul li ul {

	position: absolute;

	left: -11px;

	text-align: left;

	top: 42px;

	background-color: #fff;

	width: 180px;

	padding: 10px 0px;

	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;

	opacity: 0;

	visibility: hidden;

	border: 1px solid #cbd2d4;

	box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.2);

}

.header_menu ul li:hover ul {

	opacity: 1;

	visibility: visible;

	top: 30px;

	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;

}

.header_menu ul li ul li a {

	color: #4d525a;

}

.header_menu ul li ul li a::before {

	content: "";

	display: inline-block;

	vertical-align: middle;

	margin-right: 0px;

	position: absolute;

	left: 15px;

	top: 50%;

	transform: translateY(-50%);

	-webkit-transform: translateY(-50%);

	-moz-transform: translateY(-50%);

	-ms-transform: translateY(-50%);

}

.header_menu ul li ul li a:hover {

	color: #fff !important;

	background-color: #5159f5;

}

/*.visualize_top > .wpb_wrapper {

    border-image: url(images/border.png) 30 round !important;

    border: 10px solid transparent;

    padding: 15px;

}*/

.header_menu ul li.Resources ul.sub-menu {

	width: 196px;

}

.header_menu ul li.Solutions ul.sub-menu {

	width: 232px;

}

.header_menu ul li.two-column-menu ul {

	width: 432px !important;

}

.header_menu ul li.two-column-menu ul li {

	width: 53%;

	float: left;

}

.header_menu ul li.two-column-menu ul li:nth-child(2n+2) {

	width: 47%;

	float: right;

}

.header_menu ul li.two-column-menu ul li:nth-child(2n+1) {

	clear: left;

}

.header_menu ul li.data_science a::before {

	background: url(images/Data_Science.svg) no-repeat left center;

	width: 21px;

	height: 20px;

}

.header_menu ul li.data_science a:hover::before {

	background: url(images/Data_Science_Hover.svg) no-repeat left center;

}

.header_menu ul li.publish a::before {

	background: url(images/Publish.svg) no-repeat left center;

	width: 21px;

	height: 19px;

}

.header_menu ul li.roadmap a::before {

	background: url(images/Product-Roadmap.svg) no-repeat left center;

	width: 21px;

	height: 19px;

}

.header_menu ul li.roadmap a:hover::before {

	background: url(images/Product-Roadmap-white.svg) no-repeat left center;

}

.header_menu ul li.publish a:hover::before {

	background: url(images/Publish_Hover.svg) no-repeat left center;

}

.header_menu ul li.Collaborate a::before {

	background: url(images/Collaborate.svg) no-repeat left center;

	width: 17px;

	height: 16px;

}

.header_menu ul li.Collaborate a:hover::before {

	background: url(images/Collaborate_Hover.svg) no-repeat left center;

}

.header_menu ul li.Visualization a::before {

	background: url(images/Visualization.svg) no-repeat left center;

	width: 20px;

	height: 20px;

}

.header_menu ul li.Visualization a:hover::before {

	background: url(images/Visualization_Hover.svg) no-repeat left center;

}

.header_menu ul li.Help_Centre a::before {

	background: url(images/Help.svg) no-repeat left center;

	width: 21px;

	height: 16px;

}

.header_menu ul li.Help_Centre a:hover::before {

	background: url(images/Help_Hover.svg) no-repeat left center;

}

.header_menu ul li.Blog a::before {

	background: url(images/Blog.svg) no-repeat left center;

	width: 18px;

	height: 18px;

}

.header_menu ul li.Blog a:hover::before {

	background: url(images/Blog_Hover.svg) no-repeat left center;

}

.header_menu ul li.ebook-webinar a::before {

	background: url(images/e-learning.svg) no-repeat left center / cover;

	width: 21px;

	height: 21px;

}

.header_menu ul li.ebook-webinar a:hover::before {

	background: url(images/e-learning-white.svg) no-repeat left center / cover;

}

.header_menu ul li.Tutorials a::before {

	background: url(images/Tutorials_Icon.svg) no-repeat left center / cover;

	width: 21px;

	height: 21px;

}

.header_menu ul li.Tutorials a:hover::before {

	background: url(images/Tutorials_Icon_white.svg) no-repeat left center / cover;

}

.header_menu ul li.Customer_Feedback_Surveys a::before {

	background: url(images/CustomerFeedback.svg) no-repeat left center / cover;

	width: 20px;

	height: 19px;

}

.header_menu ul li.Customer_Feedback_Surveys a:hover::before {

	background: url(images/CustomerFeedback_white.svg) no-repeat left center / cover;

}

.header_menu ul li.Advertising_Research a::before {

	background: url(images/AdvertisingResearch.svg) no-repeat left center / cover;

	width: 19px;

	height: 19px;

}

.header_menu ul li.Advertising_Research a:hover::before {

	background: url(images/AdvertisingResearch_white.svg) no-repeat left center / cover;

}

.header_menu ul li.Brand_Tracker a::before {

	background: url(images/BrandTracking.svg) no-repeat left center / cover;

	width: 20px;

	height: 15px;

}

.header_menu ul li.Brand_Tracker a:hover::before {

	background: url(images/BrandTracking_white.svg) no-repeat left center / cover;

}

.header_menu ul li.Shopper_Research a::before {

	background: url(images/ShopperResearch.svg) no-repeat left center / cover;

	width: 18px;

	height: 19px;

}

.header_menu ul li.Shopper_Research a:hover::before {

	background: url(images/Shopper_Research_white.svg) no-repeat left center / cover;

}

.header_menu ul li.New_Product_Development a::before {

	background: url(images/NewProductDevelopment.svg) no-repeat left center / cover;

	width: 14px;

	height: 20px;

}

.header_menu ul li.New_Product_Development a:hover::before {

	background: url(images/NewProductDevelopment_white.svg) no-repeat left center / cover;

}

.header_menu ul li.Polling a::before {

	background: url(images/Polling.svg) no-repeat left center / cover;

	width: 18px;

	height: 19px;

}

.header_menu ul li.Polling a:hover::before {

	background: url(images/Polling_white.svg) no-repeat left center / cover;

}

.header_menu ul li.Market_Segmentation a::before {

	background: url(images/MarketSegmentation.svg) no-repeat left center / cover;

	width: 18px;

	height: 19px;

}

.header_menu ul li.Market_Segmentation a:hover::before {

	background: url(images/MarketSegmentation_white.svg) no-repeat left center / cover;

}

.header_menu ul li.Social_Research a::before {

	background: url(images/SocialResearch.svg) no-repeat left center / cover;

	width: 19px;

	height: 19px;

}

.header_menu ul li.Social_Research a:hover::before {

	background: url(images/SocialResearch_white.svg) no-repeat left center / cover;

}

.header_menu ul li.Pricing_Research a::before {

	background: url(images/PricingResearch.svg) no-repeat left center / cover;

	width: 19px;

	height: 19px;

}

.header_menu ul li.Pricing_Research a:hover::before {

	background: url(images/PricingResearch_white.svg) no-repeat left center / cover;

}

.header_menu ul li.Sensory_Research a::before {

	background: url(images/SensoryResearch.svg) no-repeat left center / cover;

	width: 21px;

	height: 19px;

}

.header_menu ul li.Sensory_Research a:hover::before {

	background: url(images/SensoryResearch_white.svg) no-repeat left center / cover;

}

.header_menu ul li.Professional_Services a::before {

	background: url(images/Cogs.svg) no-repeat left center / cover;

	width: 21px;

	height: 21px;

}

.header_menu ul li.Professional_Services a:hover::before {

	background: url(images/Cogs_white.svg) no-repeat left center / cover;

}

.header_menu ul li.Book_Demo a::before {

	background: url(images/Book-Demo.svg) no-repeat left center / cover;

	width: 24px;

	height: 20px;

}

.header_menu ul li.Book_Demo a:hover::before {

	background: url(images/Book-Demo-white.svg) no-repeat left center / cover;

}

.header_menu ul li.Stories a::before {

	background: url(images/Stories.svg) no-repeat left center / cover;

	width: 22px;

	height: 21px;

}

.header_menu ul li.Stories a:hover::before {

	background: url(images/Stories_white.svg) no-repeat left center / cover;

}

.header_menu ul li.Dashboarding a::before {

	background: url(images/dashboarding-grey.svg) no-repeat left center / cover;

	width: 22px;

	height: 22px;

	top: 45%;

}

.header_menu ul li.Dashboarding a:hover::before {

	background: url(images/dashboarding-white.svg) no-repeat left center / cover;

}

.header_menu ul li.Professional_new a::before {

	background: url(images/ProfessionalServices.svg) no-repeat left center / cover;

	width: 22px;

	height: 20px;

}

.header_menu ul li.Professional_new a:hover::before {

	background: url(images/ProfessionalServices_white.svg) no-repeat left center / cover;

}

.header_menu ul li.Text_analytics a::before {

	background: url(images/TextAnalytics.svg) no-repeat left center / cover;

	width: 21px;

	height: 20px;

}

.header_menu ul li.Text_analytics a:hover::before {

	background: url(images/TextAnalytics_white.svg) no-repeat left center / cover;

}

.header_menu ul li.Driver_Analysis a::before {

	background: url(images/DriverAnalysis.svg) no-repeat left center / cover;

	width: 22px;

	height: 20px;

}

.header_menu ul li.Driver_Analysis a:hover::before {

	background: url(images/DriverAnalysis_white.svg) no-repeat left center / cover;

}

.header_menu ul li.ConnectData_menu a::before {

	background: url(images/ConnectData.svg) no-repeat left center / cover;

	width: 23px;

	height: 18px;

}

.header_menu ul li.ConnectData_menu a:hover::before {

	background: url(images/ConnectData_white.svg) no-repeat left center / cover;

}

.header_menu ul li.Segmentation_menu a::before {

	background: url(images/Segmentation.svg) no-repeat left center / cover;

	width: 22px;

	height: 21px;

}

.header_menu ul li.Segmentation_menu a:hover::before {

	background: url(images/Segmentation_white.svg) no-repeat left center / cover;

}

.header_menu ul li.MaxDiff_menu a::before {

	background: url(images/MaxDiff.svg) no-repeat left center / cover;

	width: 25px;

	height: 17px;

}

.header_menu ul li.MaxDiff_menu a:hover::before {

	background: url(images/MaxDiff_white.svg) no-repeat left center / cover;

}

.header_menu ul li.Tracking_analysis a::before {

	background: url(images/TrackingAnalysis.svg) no-repeat left center / cover;

	width: 25px;

	height: 18px;

}

.header_menu ul li.Tracking_analysis a:hover::before {

	background: url(images/TrackingAnalysis-white.svg) no-repeat left center / cover;

}

.header_menu ul li.Powerpoint_Reporting a::before {

	background: url(images/PowerpointReporting.svg) no-repeat left center / cover;

	width: 24px;

	height: 21px;

}

.header_menu ul li.Powerpoint_Reporting a:hover::before {

	background: url(images/PowerpointReporting-white.svg) no-repeat left center / cover;

}

.header_menu ul li.Updatable_Dashboards a::before {

	background: url(images/Updatable_Dashboards.svg) no-repeat left center / cover;

	width: 24px;

	height: 24px;

}

.header_menu ul li.Updatable_Dashboards a:hover::before {

	background: url(images/UpdatableDashboards-white.svg) no-repeat left center / cover;

}

.header_menu ul li.Conjoint a::before {

	background: url(images/Conjoint.svg) no-repeat left center / cover;

	width: 23px;

	height: 19px;

}

.header_menu ul li.Conjoint a:hover::before {

	background: url(images/Conjoint-white.svg) no-repeat left center / cover;

}

.header_search img {

	max-width: 18px;

}

.header_btn a {

	border: 1px solid #fff;

	display: block;

	padding: 8px 26px;

	border-radius: 4px;

}

.header_btn.trial_btn a {

	padding: 8px 18px;

}

.header_menu li.header_btn.trial_btn {

	margin-left: 13px;

	float: right;

}

/*.header_btn.login_btn a:hover {

    background-color: #fa614b;

    border-color: #fa614b;

}*/

.header_btn.login_btn a:hover,
header.header-home.fixed .header_menu li.login_btn a:hover {

	border-color: #8cc0ff;

	color: #8cc0ff;

}

.header_menu li.header_btn.trial_btn a {

	background-color: #5159f5;

	border-color: #5159f5;
	text-transform: inherit;

}

.header_menu li.header_btn.trial_btn a:hover {

	background-color: #77a5fb;

	border-color: #77a5fb;

}

.header_search form {

	background-color: #176fc3;

	width: 0px;

	opacity: 0;

	visibility: hidden;

	position: absolute;

	right: -15px;

	top: -8px;

	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;

}

.header_menu .header_search.search_open form {

	width: 197px;

	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;

}

.header_search form input[type="text"] {

	background-color: transparent;

	border: none;

	height: 36px;

	width: 100%;

	border-radius: 4px;

	padding: 0px 42px 0px 15px;

	color: #fff;

	font-size: 13px;

	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;

}

.header_search form input[type="submit"] {

	position: absolute;

	background: url(images/search_icon.png) no-repeat right center / cover;

	width: 18px;

	height: 18px;

	font-size: 0px;

	border: none;

	right: 15px;

	top: 8px;

	opacity: 0.4;

	cursor: pointer;

}

.header_menu .header_search.search_open {

	margin-left: 196px;

	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;

}

.header_search form input::-webkit-input-placeholder {
	/* WebKit browsers */

	color: transparent;

	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;

}

.header_search form input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */

	color: transparent;

	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;

}

.header_search form input::-moz-placeholder {
	/* Mozilla Firefox 19+ */

	color: transparent;

	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;

}

.header_search form input:-ms-input-placeholder {
	/* Internet Explorer 10+ */

	color: transparent;

	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;

}



.header_search form.input_focus input::-webkit-input-placeholder {
	/* WebKit browsers */

	color: #fff;

	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;

}

.header_search form.input_focus input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */

	color: #fff;

	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;

}

.header_search form.input_focus input::-moz-placeholder {
	/* Mozilla Firefox 19+ */

	color: #fff;

	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;

}

.header_search form.input_focus input:-ms-input-placeholder {
	/* Internet Explorer 10+ */

	color: #fff;

	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_icon {

	display: none;

}

.menu_overlay {

	display: none;

}

.bar_graph_section {

	padding-top: 76px;

}

.bar_graph_section ul {

	margin-bottom: 0px;

}


/*webinar*/

body.page-template-webinar-page header,

body.page-template-webinar-page-ungated header,

header.webinar_header {

	/* background-color: #EEEFFD; */

	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;

}

header.webinar_header.fixed {

	background-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;

}

header.webinar_header .white_logo,
header.header-home .color_logo {

	position: absolute;

	left: 0;

	top: 0;

	bottom: 0;

	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;

}

header.webinar_header.fixed .color_logo,
header.whats-new-header .menu_logo {
	opacity: 1;
	height: 23px !important;
}

header.header-home.fixed .white_logo,
header.whats-new-header.fixed .white_logo {

	opacity: 0;

}

header.webinar_header.fixed .white_logo {
	opacity: 0;
}

header.header-home.fixed .color_logo,
header.whats-new-header.fixed .menu_logo {

	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;

}

header.header-home {
	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;
}

header.fixed {
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
	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;
}

header.webinar_header.fixed .header_menu > .menu_div > .menu_div_box > .menu > li > a {

	color: #fff;

}

header.webinar_header.fixed .header_btn.login_btn a {

	border-color: #fff;

}

header.webinar_header.fixed .header_btn.login_btn a:hover {

	border-color: #8cc0ff;

	color: #8cc0ff !important;

}

body.page-template-webinar-page .header_menu li a,

body.page-template-webinar-page-ungated .header_menu li a,

header.webinar_header:not(.fixed) .header_menu li a:not(:hover),
header.header-home.fixed .header_menu li:not(.trial_btn) a {

	color: #1c283b;

}

.header-home .header_search form {
	background-color: #fa614b;
}

header.whats-new-header {
	background-color: #eeeffd;
}

/*body.page-template-webinar-page .header_search,

body.page-template-webinar-page-ungated .header_search,

body.page-template-ebook-webinar .header_search,

body.page-template-ebook-page .header_search,

header.webinar_header .header_search,

body.single-e-book .header_search,

.ebook_wrapper .header_search {

    display: none;

}*/

.webinar_header .header_search form {

	background-color: #fa614b;

}

/*header.webinar_header.fixed .header_search img {

    display: none;

}*/

header.webinar_header.fixed .header_search a {

	background-image: url('../images/search_icon.png');

	width: 18px;

	height: 18px;

	display: inline-block;

	background-size: cover;

	/*vertical-align: -4px;*/

}

header.webinar_header.fixed .header_search form {

	background-color: #176fc3;

}

body.page-template-webinar-page .header_btn a,

body.page-template-webinar-page-ungated .header_btn a,

header.webinar_header .header_btn a {

	border-color: #303a3f;

}

body.page-template-webinar-page .header_menu li.header_btn.trial_btn a,

body.page-template-webinar-page-ungated .header_menu li.header_btn.trial_btn a,

header.webinar_header .header_menu li.header_btn.trial_btn a {

	color: #fff;

}

/*body.page-template-webinar-page .header_menu ul li ul li a:hover,

body.page-template-webinar-page-ungated .header_menu ul li ul li a:hover,

header.webinar_header .header_menu ul li ul li a:hover {

    background-color: #303a3f;

}*/

.max_1164 {

	max-width: 1164px;

	margin: 0 auto;

	padding: 0px 20px;

}

/*.webinar_banner_inner {

    display: flex;

    display: -webkit-flex;

    align-items: center;

    -webkit-align-items: center;

}*/

.casestudies-page header {

	background-color: transparent;

	/*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 a {

	position: relative;

}

.casestudies-page:not(.header-white) header:not(.fixed) .white_logo {

	opacity: 0;

	visibility: hidden;

	position: absolute;

}

.casestudies-page.header-white .color_logo {

	display: none;

}

.casestudies-page header.fixed .color_logo {

	display: none;

}

.casestudies-page header.fixed .white_logo {}

.casestudies-page {

	overflow: hidden;

}

.casestudies-page header.fixed {

	background-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;

}

/*.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 .header_search form {

	background-color: #181f25;

}

.casestudies-page header.fixed .header_search form {

	background-color: #176fc3;

}

.casestudies-page header .menu li a {

	color: #181f25;

}

.single-stories .casestudies-page header .menu li a:not(:hover) {
	color: #fff;
}

.single-stories header .header_btn.login_btn a:not(:hover) {
	border-color: #fff;
}

.casestudies-page.header-white header:not(.fixed) .menu > li > a {

	color: #fff;

}

.casestudies-page.header-white .case-studies-banner-description h1 {

	color: #fff;

}

.casestudies-page.header-white header:not(.fixed) .login_btn a {

	border-color: #fff;

}

.casestudies-page.header-white header:not(.fixed) .header_btn.login_btn a:hover {

	border-color: #5159f5;

	color: #5159f5;

}

.casestudies-page header .menu li.header_search a {

	position: relative;

}

.casestudies-page header .menu li.header_search a 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 .menu li.header_search a .search_white {

	position: absolute;

	left: 0;

	right: 0;

	top: 0;

	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;

}

/*.casestudies-page header.fixed .menu li.header_search a .search_black {
    opacity: 0;
}
.casestudies-page header.fixed .menu li.header_search a .search_white {
    opacity: 1;
}*/

.casestudies-page header.fixed .menu > ul > li > a,

.casestudies-page header.fixed .menu > 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,

.casestudies-page header .header_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.fixed .header_btn a {

	border-color: #fff;

}

.casestudies-page header.fixed .header_btn a:hover {

	border-color: #8cc0ff;

	color: #8cc0ff;

}

.casestudies-page header .header_menu li.header_btn.trial_btn a {

	color: #fff;

}

.casestudies-page header.fixed .header_menu li.header_btn.trial_btn a {

	border-color: #fa614b;

	color: #fff;

}

.casestudies-page header .menu li.border_btn.with_bg a:hover {

	color: #00c8c7;

}

.casestudies-page .case-studies-banner.banner-text-align-right {

	padding-left: 52vw;

	padding-right: 8vw;

}

/*consulting-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;

}

.header-transparent header.fixed {

	background-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;

}

/*Nav-changes*/
.header-top-menu {
	text-align: right;
	padding: 0px 0px 13px;
}

header.webinar_header:not(.fixed) .header-top-menu li a,
.page-template-ebook-webinar header ul li:not(.header_btn) a,
.page-template-visualization header ul li:not(.header_btn) a {
	color: #303a3f !important;
}

.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: #303a3f !important;
	font-size: 13px;
}

.info-bar {
	margin-top: -14px;
	margin-bottom: 13px;
	padding: 7px 60px;
	text-align: center;
	position: relative;
}

.info-bar h6 {
	font-size: 14px;
}

.info-bar h6 strong {
	font-weight: 400 !important;
}

.info-bar h6 span {
	margin-right: 0;
}

.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;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	cursor: pointer;
}

.phone-icon {
	position: relative;
	padding-left: 15px;
}

.phone-icon::before {
	content: "";
	position: absolute;
	background: url(images/Phone_blue.svg) no-repeat center;
	width: 10px;
	height: 10px;
	left: 0px;
	top: 2px;
}

.phone-icon::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0px;
	top: 2px;
	opacity: 0;
}

.phone-icon::after,
header.webinar_header:not(.fixed) .header-top-menu li a.phone-icon::before,
.page-wrapper.strip-header header.webinar_header .header-top-menu li a.phone-icon::before {
	background: url(images/Phone_blue.svg) no-repeat center;
}

.mega-Resources > .mega-sub-menu {
	left: -60px !important;
}

.phone-icon.remove-phone::before,
.phone-icon.remove-phone::after {
	display: none;
}

.mobile-header-btns .phone-icon.remove-phone {
	padding-left: 0px !important;
}

.header-animate {
	animation-duration: 2.5s;
	animation-fill-mode: both;
	animation-iteration-count: 2;
}

@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;
}

.page-wrapper header {
	max-height: inherit !important;
}

.page-wrapper.strip-header header.webinar_header .header-top-menu li a,
header.fixed .header-top-menu li a,
.page-wrapper.header-white .header-top-menu li a,
.page-wrapper.header-white #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	color: #303a3f !important;
}

header.header-home.fixed .header-top-menu li a.phone-icon::before,
.page-wrapper.header-white .header-top-menu li a .phone-icon::before {
	opacity: 0;
}

header.header-home.fixed .header-top-menu li a.phone-icon::after,
.page-wrapper.header-white .header-top-menu li a .phone-icon::after {
	opacity: 1;
}

.header_menu li.header_btn.trial_btn {
	margin-left: 29px;
}

/*.bg-shade {
  margin-top: 123px !important;
}
.resources_section {
  padding: 157px 0px 0px;
}*/
/*.webinar_banner {
  padding: 95px 0 0;
}*/
/*.visualization_content {
  margin-top: 155px;
}*/
/*.top-banner {
  padding: 110px 0 83px;
}*/
/*.knowledge-base-form {
  padding: 115px 0 50px;
}*/
.mega-Resources > .mega-sub-menu > li > ul > li:last-child {
	margin-left: 15px !important;
}

/*nav-changes*/
/*header.webinar_header.fixed {
  background-color: #fff !important;
}
header.webinar_header.fixed .color_logo, header.header-home.fixed .white_logo {
  opacity: 1 !important;
}
header.webinar_header.fixed .white_logo, header.header-home.fixed .color_logo {
  opacity: 0 !important;
}
header.webinar_header.fixed .header_search img {
  display: none;
}
7716 - commented
7632 - class changed to header.header-home.fixed = header.fixed
17901 - class changed to header.header-home.fixed = header.fixed
8889 - color changed to #fff
8351 - color changed to #fff

hidden
.casestudies-page header.fixed .menu li.header_search a .search_black {
    opacity: 0;
}
.casestudies-page header.fixed .menu li.header_search a .search_white {
    opacity: 1;
}

lineno:6653 66 - 99

responsive
line no : 3501 hidden;
line no: 2980 hidden;
*/
header.webinar_header.fixed .phone-icon::after {
	opacity: 1;
}

header {
	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;
}
header > .container{
	padding-top: 1px;
}

header.fixed .white_logo,
header .white_logo {
	opacity: 0;
}

header.fixed .menu_logo,
header .menu_logo {
	opacity: 1;
	height: 23px !important;
}

header.fixed .search-black,
header.use-case-page-header .search-black {
	opacity: 1 !important;
}

header.fixed .header-top-menu li a.phone-icon::after {
	opacity: 1;
}

.page-wrapper.strip-header .header_search .search-white,
body.page-template-pricing .header_search .search-white,
.single-e-learning .header_search .search-white {
	opacity: 0;
}

.page-wrapper.strip-header .header_search .search-black,
body.page-template-pricing .header_search .search-black,
.single-e-learning .header_search .search-black {
	opacity: 1;
	top: 3px;
}



.single-e-learning .newsletter_new::before,
.single-e-learning .newsletter_new::after {
	display: none;
}

.casestudies-page header.fixed .color_logo {
	display: block;
}

.casestudies-page header .color_logo {
	display: block !important;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.casestudies-page header.fixed .color_logo {
	opacity: 1;
}

/*17901,17902,17905,17909 11773
repsonsive- 2929*/
.page-wrapper.header-white header {
	background: transparent;
}

.page-wrapper.header-white header.fixed {
	background: #fff;
}

.header .header_logo .white_logo {
	opacity: 0;
}

.header .header_logo .menu_logo {
	opacity: 1;
	height: 23px !important;
}

.page-wrapper.header-white header .header_logo .white-logo {
	opacity: 0;
}

.page-wrapper.header-white header .header_logo .menu_logo {
	opacity: 1;
}

.page-wrapper.header-white header a.search-white {
	opacity: 0;
}

.page-wrapper.header-white header a.search-black,
.why-displayr-header .header_search a.search-black,
.page-template-ebook-webinar .header_search a.search-black,
.page-template-visualization .header_search a.search-black {
	opacity: 1;
}

.page-template-ebook-webinar header:not(.fixed),
.page-template-visualization header:not(.fixed) {
	background-color: transparent;
}

.page-template-ebook-webinar header .menu_logo,
.page-template-visualization header .menu_logo {
	opacity: 1;
}


header .header_menu li.header_btn.trial_btn a {
	/*
	background: #5159f5 !important;
	color: #ffffff !important;
	border-color: #5159f5 !important;
*/
	background: #5159f5 !important;
	color: #ffffff !important;
	border-color: #5159f5 !important;
}

header .header_menu li.header_btn.trial_btn a:hover {
	/*
	background: #77a5fb !important;
	color: #ffffff !important;
	border-color: #77a5fb !important;
*/
	background: #7478ed !important;
	color: #ffffff !important;
	border-color: #7478ed !important;
}

.home .anchor-content a::after,
.page-template-products-new .anchor-content a::after,
.page-template-products-new .book-demo-content a::after,
.home .book-demo-content a::after,
.home .read-more-btn::after {
	background: url(images/Arrow_Blue_h.svg) no-repeat center / cover;
	width: 23px;
	height: 13px;
	background-size: 23px auto;
	top: -2px;
	position: relative;
}

.page-template-products-new .book-demo-content a::after {
	top: 1px;
}

.home .read-more-btn::after {
	top: 1px;
}

.home .anchor-content a,
.page-template-products-new .anchor-content a,
.page-template-products-new .book-demo-content a,
.you-plan-top-section .right_column a,
.home .book-demo-content a {

	color: #5159f5;
}

.nh-btn {
	font-size: 20px;
	border: 0px !important;
	padding: 17px 32px;
}

/*new button style*/
.home_trial_section_new .btn.blue-btn-new {
	background: #fff !important;
	color: #2e45b9 !important;
	border-color: #fff !important;
	padding: 15px 10px 16px;
}

.home_trial_section_new .btn.white_border {
	padding: 15px 10px 16px;
}

.newsletter_new .btn.white_border:hover {
	background-color: transparent !important;
	border-color: #5159f5 !important;
	color: #5159f5 !important;
}


.btn.blue-btn-new {
	background: #5159f5 !important;
	color: #ffffff !important;
	border-color: #5159f5 !important;
}


body.home header .header_search .search-black,
.page-template-products-new header .header_search .search-black,
header .header_search .search-black {
	opacity: 1;
}

body.home header .header_search .search-white,
.page-template-products-new header .header_search .search-white,
header .header_search .search-white {
	opacity: 0;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.company-menunew .mega-sub-menu {
	box-shadow: 0px 2px 5px 4px rgba(0, 0, 0, 0.1);
	border-radius: 2px !important;
	top: 115% !important;
	padding: 38px 40px 30px !important;
	width: 300px;
	max-width: 300px;
	left: -105px !important;
}



@media (max-width: 1280px) {
	.header_menu li.header_btn.trial_btn {
		margin-left: 14px;
	}

	.mobile-header-btns li:not(.header_btn) {
		margin-left: 18px !important;
	}

	.mobile-header-btns li:not(.header_btn) a {
		font-size: 14px !important;
	}
}

@media (min-width: 1200px) and (max-width: 1470px) {
	.header_logo {
		width: 20% !important;
	}

	.header_menu {
		width: 80% !important;
	}
}



.header_menu li.mega-menu-item ul li a:hover {
	color: #5159f5 !important;
	background-color: #eeeffd !important;
}

.header_menu li.mega-menu-item ul li .textwidget a {
	color: #5159f5 !important;
	text-decoration: underline;
	background-color: transparent !important;
}

.header_menu li.mega-menu-item ul li .textwidget a:hover {
	color: #7478ed !important;
}

.header_menu .arrow-btn::after {
	background: url(https://www.displayr.com/wp-content/themes/displayr-2018/assets/images/right-arrow-blue-sep.svg) no-repeat center / cover;
}

@media (max-width: 767px) {
	.mobile-header-btns .phone-icon.remove-phone {
		font-size: 18px !important;
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		font-size: 18px !important;
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
		color: #5159f5 !important;
	}

	.page-template-use-case-new .home_trial_section h3 {
		margin-bottom: 22px;
	}
}



/* Products Page Sep 22 */
.page-id-34971.page-template-products-new .product-section-1.gfk-banner-section,
.page-id-35086.page-template-products-new .product-section-1.gfk-banner-section,
.page-id-35092.page-template-products-new .product-section-1.gfk-banner-section,
.page-id-35091.page-template-products-new .product-section-1.gfk-banner-section {
	background-color: #fff !important;
}

.page-id-34971.page-template-products-new header.webinar_header:not(.fixed),
.page-id-35086.page-template-products-new header.webinar_header:not(.fixed),
.page-id-35092.page-template-products-new header.webinar_header:not(.fixed),
.page-id-35091.page-template-products-new header.webinar_header:not(.fixed) {
	background: #fff !important;
}

.page-template-products-new .product-section-1 {
	background: #f0e6fa !important;
}

.page-template-products-new header.webinar_header:not(.fixed) {
	background: #f0e6fa !important;
}

@media only screen and (min-width: 1500px) {

	.container {

		width: 1489px;

		padding: 0px 15px;

	}
}

@media only screen and (max-width: 1850px) {
	.mega-Resources > .mega-sub-menu {
		left: -60px !important;
	}
}

@media only screen and (max-width: 1600px) {
	.mega-Resources > .mega-sub-menu {
		left: -60px !important;
	}
}

@media only screen and (max-width: 1280px) {
	.max-mega-menu > .mega-menu-item {
		margin-left: 40px !important;
	}

	.mega-Resources > .mega-sub-menu {
		left: -130px !important;
	}
}
@media only screen and (max-width: 1024px) {
	.menu > li {
        margin-left: 20px;
    }

    .header_menu .header_search.search_open {
        margin-left: 141px;
    }

    .header_menu .header_search.search_open form {
        width: 157px;
    }

    .header_search form {
        right: -10px;
    }

    .header_search form input[type="submit"] {
        right: 10px;
    }
}
@media only screen and (min-width: 992px) {
	header .header_search form {
		background-color: #f2f5fb !important;
	}

	header .header_search form input[type="submit"] {
		background-image: url(images/search-icon-color.png) !important;
	}

	header .header_search form.input_focus input::-webkit-input-placeholder {
		/* WebKit browsers */
		color: #1c283b !important;
	}

	header .header_search form.input_focus input:-moz-placeholder {
		/* Mozilla Firefox 4 to 18 */
		color: #1c283b !important;
	}

	header .header_search form.input_focus input::-moz-placeholder {
		/* Mozilla Firefox 19+ */
		color: #1c283b !important;
	}

	header .header_search form.input_focus input:-ms-input-placeholder {
		/* Internet Explorer 10+ */
		color: #1c283b !important;
	}

	header .header_search form input {
		color: #1c283b !important;
	}
}
@media only screen and (max-width: 991px) {

	.home header.fixed > .container {
		top: 0;
	}
	header .container {

		padding: 0px 20px;

	}
	.header_menu ul .mobile-header-btns li:first-child {
		margin-left: 0px !important;
	}

	header.webinar_header .header_search form {

		background-color: #176fc3;

	}

	.menu_div {

		position: fixed;

		right: -100%;

		top: 0;

		bottom: 0;

		height: 100vh;

		/*width: 310px;*/

		width: 100%;

		text-align: left;

		overflow-y: scroll;

		overflow-x: 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;

	}

	.menu_div_box {

		/*width: 275px;*/

		width: 100%;

		float: right;

		/*background-color: #3e7dcc;*/

		height: 100vh;

	}

	.header_menu ul li ul {

		box-shadow: none;

	}

	.menu_icon.sub_icon {

		position: fixed;

		right: 281px;

		top: 14px;

		display: none;

		opacity: 0;

	}

	.header_menu .header_search {

		margin: 10px 0px 9px;

	}

	.header_logo {

		position: relative;

		z-index: 9;

	}

	.body_scroll .menu_icon.sub_icon {

		opacity: 1;

		cursor: default;

	}

	.header_menu ul li {

		transition: 0.8s all ease 0s;

		-webkit-transition: 0.8s all ease 0s;

		-moz-transition: 0.8s all ease 0s;

		-ms-transition: 0.8s all ease 0s;

		visibility: hidden;

		transform: translate3d(50%, 0, 0);

		-webkit-transform: translate3d(50%, 0, 0);

		-moz-transform: translate3d(50%, 0, 0);

		-ms-transform: translate3d(50%, 0, 0);

	}

	.body_scroll .header_menu ul li {

		visibility: visible;

		transform: translate3d(0, 0, 0);

		-webkit-transform: translate3d(0, 0, 0);

		-moz-transform: translate3d(0, 0, 0);

		-ms-transform: translate3d(0, 0, 0);

		transition: 0.8s all ease 0s;

		-webkit-transition: 0.8s all ease 0s;

		-moz-transition: 0.8s all ease 0s;

		-ms-transition: 0.8s all ease 0s;

	}

	.mobile_search {

		display: block;

	}

	/*.body_scroll .menu_div,

    .body_scroll .menu_overlay {

        cursor: url("../images/close_cursor.png"), auto;

    }*/

	.menu > li {

		margin: 0px;

		display: block;

	}

	.header_menu li a {

		font-size: 15px;

		transition: all .3s cubic-bezier(.215, .061, .355, 1);

	}

	.header_menu li ul li a {

		font-size: 17px;

	}

	.mobile_search form {

		display: inline-block;

	}

	.mobile_search {

		width: 100%;

		display: none;

		background-color: rgba(0, 0, 0, 1);

		height: 50px;

		position: fixed;

		z-index: 9;

		width: 275px;

		right: -100%;

		top: 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;

	}

	.body_scroll .mobile_search {

		right: 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;

	}

	.header_menu ul.menu {

		margin-top: 54px;

		background-color: #3e7dcc;

		/*border-top: 1px solid #176fc3;*/

		padding: 5px 0px 50px;

	}

	.body_scroll header::after {

		background-color: #3e7dcc;

		content: "";

		display: inline-block;

		width: 100%;

		height: 54px;

		position: absolute;

		left: 0;

		right: 0;

		top: 0;

	}

	.body_scroll header::before {

		background-color: #176fc3;

		content: "";

		display: inline-block;

		width: 100%;

		height: 1px;

		position: absolute;

		left: 0;

		right: 0;

		top: 54px;

		z-index: 9;

	}

	.menu > li > a {

		font-size: 22px;

	}

	.header_menu ul li.data_science a::before {

		background: url(images/Data_Science_Icon_Blue.svg) no-repeat left center;

	}

	.header_menu ul li.publish a::before {

		background: url(images/Publish_Icon_Blue.svg) no-repeat left center;

	}

	.header_menu ul li.Visualization a::before {

		background: url(images/Visualization_Icon_Blue.svg) no-repeat left center;

	}

	.header_menu ul li.Help_Centre a::before {

		background: url(images/HelpCentre_Icon_Blue.svg) no-repeat left center;

	}

	.header_menu ul li.Blog a::before {

		background: url(images/Blog_Icon_Blue.svg) no-repeat left center;

	}

	.header_menu ul li.Visualization a::before {

		background: url(images/Visualization_Icon_Blue.svg) no-repeat left center;

	}

	.header_menu ul li.ebook-webinar a::before {

		background: url(images/e-learning-white-blue.svg) no-repeat left center / cover;

		width: 21px;

		height: 21px;

	}

	.header_menu ul li.Tutorials a::before {

		background: url(images/Tutorials_Icon_blue.svg) no-repeat left center / cover;

	}

	.header_menu ul li.Customer_Feedback_Surveys a::before {

		background: url(images/CustomerFeedback_blue.svg) no-repeat left center / cover;

	}

	.header_menu ul li.Advertising_Research a::before {

		background: url(images/AdvertisingResearch_blue.svg) no-repeat left center / cover;

	}

	.header_menu ul li.Brand_Tracker a::before {

		background: url(images/BrandTracking_blue.svg) no-repeat left center / cover;

	}

	.header_menu ul li.Shopper_Research a::before {

		background: url(images/ShopperResearch_blue.svg) no-repeat left center / cover;

	}

	.header_menu ul li.New_Product_Development a::before {

		background: url(images/NewProductDevelopment_blue.svg) no-repeat left center / cover;

	}

	.header_menu ul li.Polling a::before {

		background: url(images/Polling_blue.svg) no-repeat left center / cover;

	}

	.header_menu ul li.Market_Segmentation a::before {

		background: url(images/MarketSegmentation_blue.svg) no-repeat left center / cover;

	}

	.header_menu ul li.Social_Research a::before {

		background: url(images/SocialResearch_blue.svg) no-repeat left center / cover;

	}

	.header_menu ul li.Pricing_Research a::before {

		background: url(images/PricingResearch_blue.svg) no-repeat left center / cover;

	}

	.header_menu ul li.Sensory_Research a::before {

		background: url(images/SensoryResearch_blue.svg) no-repeat left center / cover;

	}

	.header_menu ul li.Professional_Services a::before {

		background: url(images/Cogs_blue.svg) no-repeat left center / cover;

	}

	/*.header_menu ul li.ebook-webinar a::before {

        background: url(images/e-learning-white-blue.svg) no-repeat left center;

    }*/

	.header_menu ul li.Book_Demo a::before {

		background: url(images/Book-Demo-blue.svg) no-repeat left center / cover;

	}

	.header_menu ul li.Stories a::before {

		background: url(images/Stories_blue.svg) no-repeat left center / cover;

	}

	.header_menu ul li.Dashboarding a::before {

		background: url(images/dashboarding-blue.svg) no-repeat left center / cover;

		top: 40%;

	}

	.header_menu ul li.Professional_new a::before {

		background: url(images/ProfessionalServices_blue.svg) no-repeat left center / cover;

	}

	.header_menu ul li.Text_analytics a::before {

		background: url(images/TextAnalytics_blue.svg) no-repeat left center / cover;

	}

	.header_menu ul li.roadmap a::before {

		background: url(images/Product-Roadmap-blue.svg) no-repeat left center;

	}

	.header_menu ul li.Driver_Analysis a::before {

		background: url(images/DriverAnalysis_blue.svg) no-repeat left center / cover;

		width: 22px;

		height: 20px;

	}

	.header_menu ul li.ConnectData_menu a::before {

		background: url(images/ConnectData_blue.svg) no-repeat left center / cover;

	}

	.header_menu ul li.Segmentation_menu a::before {

		background: url(images/Segmentation_blue.svg) no-repeat left center / cover;

	}

	.header_menu ul li.MaxDiff_menu a::before {

		background: url(images/MaxDiff_blue.svg) no-repeat left center / cover;

	}

	.header_menu ul li.Tracking_analysis a::before {

		background: url(images/TrackingAnalysis-blue.svg) no-repeat left center / cover;

	}

	.header_menu ul li.Powerpoint_Reporting a::before {

		background: url(images/PowerpointReporting-blue.svg) no-repeat left center / cover;

	}

	.header_menu ul li.Updatable_Dashboards a::before {

		background: url(images/UpdatableDashboards-blue.svg) no-repeat left center / cover;

	}

	.header_menu ul li.Conjoint a::before {

		background: url(images/Conjoint-blue.svg) no-repeat left center / cover;

	}

	.close_toggle {

		position: absolute;

		width: 60px;

		height: 50px;

		right: -20px;

		z-index: 999;

	}

	.mobile_search input[type="text"] {

		width: 100%;

		height: 50px;

		background-color: inherit;

		border: none;

		padding: 0px 66px 0px 43px;

		color: #fff;

		font-size: 14px;

		letter-spacing: 0.05em;

	}

	.mobile_search input::-webkit-input-placeholder {
		/* WebKit browsers */

		color: #fff;

	}

	.mobile_search input:-moz-placeholder {
		/* Mozilla Firefox 4 to 18 */

		color: #fff;

		opacity: 1;

	}

	.mobile_search input::-moz-placeholder {
		/* Mozilla Firefox 19+ */

		color: #fff;

		opacity: 1;

	}

	.mobile_search input:-ms-input-placeholder {
		/* Internet Explorer 10+ */

		color: #fff;

	}

	.mobile_search input[type="text"]:focus::-webkit-input-placeholder {

		color: #4d525a;

	}

	.mobile_search input[type="text"]:focus:-moz-placeholder {
		/* Mozilla Firefox 4 to 18 */

		color: #4d525a;

		opacity: 1;

	}

	.mobile_search input[type="text"]:focus::-moz-placeholder {
		/* Mozilla Firefox 19+ */

		color: #4d525a;

		opacity: 1;

	}

	.mobile_search input[type="text"]:focus:-ms-input-placeholder {
		/* Internet Explorer 10+ */

		color: #4d525a;

	}

	.mobile_search input[type="submit"] {

		position: absolute;

		left: 15px;

		top: 17px;

		font-size: 0;

		background-color: inherit;

		border: none;

		background: url(images/search_icon.png) no-repeat left center / cover;

		width: 16px;

		height: 16px;

	}

	.body_scroll .menu_div {

		right: 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_icon {

		width: 30px;

		height: 21px;

		display: flex;

		display: -webkit-flex;

		align-items: center;

		-webkit-align-items: center;

		position: relative;

		z-index: 9999;

		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;

	}

	.main_icon.menu_icon {

		cursor: pointer;

	}

	.menu_icon i {

		height: 3px;

		width: 100%;

		background-color: #fff;

		display: 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;

	}

	.menu_icon i::before {

		content: "";

		display: inline-block;

		width: 100%;

		background-color: #fff;

		height: 3px;

		position: absolute;

		top: 0;

		left: 0;

		right: 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_icon i::after {

		content: "";

		display: inline-block;

		width: 100%;

		background-color: #fff;

		height: 3px;

		position: absolute;

		bottom: 0;

		left: 0;

		right: 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;

	}

	.casestudies-page header .menu_icon i,

	.casestudies-page header .menu_icon i::before,

	.casestudies-page header .menu_icon i::after,
	.page-template-ebook-webinar header .menu_icon:not(.icon_clicked) i,
	.page-template-ebook-webinar header .menu_icon:not(.icon_clicked) i::before,
	.page-template-ebook-webinar header .menu_icon:not(.icon_clicked) i::after,
	.page-template-visualization header .menu_icon:not(.icon_clicked) i,
	.page-template-visualization header .menu_icon:not(.icon_clicked) i::before,
	.page-template-visualization header .menu_icon:not(.icon_clicked) i::after,
	.page-wrapper.header-white .menu_icon:not(.icon_clicked) i,
	.page-wrapper.header-white .menu_icon:not(.icon_clicked) i::before,
	.page-wrapper.header-white .menu_icon:not(.icon_clicked) i::after {

		background-color: #181f25;

	}

	.casestudies-page header .menu_icon.icon_clicked i,

	.casestudies-page header.fixed .menu_icon.icon_clicked i {

		background-color: transparent;

	}

	.casestudies-page header .menu_icon.icon_clicked i::before,

	.casestudies-page header .menu_icon.icon_clicked i::after,

	.casestudies-page header.fixed .menu_icon i::before,

	.casestudies-page header.fixed .menu_icon i::after,

	.casestudies-page header.fixed .menu_icon i,

	.casestudies-page.header-white header:not(.fixed) .menu_icon:not(.icon_clicked) i,

	.casestudies-page.header-white header:not(.fixed) .menu_icon:not(.icon_clicked) i::before,

	.casestudies-page.header-white header:not(.fixed) .menu_icon:not(.icon_clicked) i::after {

		background-color: #fff;

	}

	.casestudies-page.body_scroll .header_logo .color_logo {

		opacity: 0;

		visibility: hidden;

	}

	.casestudies-page.body_scroll:not(.header-white) header:not(.fixed) .white_logo {

		opacity: 1;

		visibility: visible;

	}

	body.single-stories .casestudies-page.body_scroll .header_logo .color_logo {
		opacity: 1 !important;
		visibility: visible !important;
		/*position: static;*/
	}

	.casestudies-page header .header_search form {

		background-color: #176fc3;

	}

	.casestudies-page header .menu li.border_btn a,

	.casestudies-page header .header_btn a {

		border-color: #fff;

	}

	.casestudies-page header .menu li a {

		color: #fff;

	}

	.casestudies-page .header_menu ul li ul li a {

		color: #8cc0ff;

	}

	.header_menu .header_search.search_open form {

		width: 100%;

	}

	.header_menu .header_search.search_open {

		margin-left: 0px !important;

	}

	.header_menu > ul > li {

		margin-left: 0;

		display: block;

	}

	.header_menu ul li ul {

		opacity: 1;

		visibility: visible;

		position: static;

		background-color: inherit;

		border-radius: 0px;

		width: 100% !important;

	}

	.menu_icon.icon_clicked i {

		background-color: inherit;

	}

	.header_menu ul li ul li a:hover,

	body.page-template-webinar-page .header_menu ul li ul li a:hover,

	body.page-template-webinar-page-ungated .header_menu ul li ul li a:hover,

	header.webinar_header .header_menu ul li ul li a:hover {

		background-color: inherit;

	}

	.header_menu li ul li a {

		padding: 11px 25px 11px 34px !important;

	}

	.header_menu ul li ul li a::before {

		left: 2px;

		/*top: 11px;*/

	}

	.header_menu ul li.two-column-menu ul li {

		width: 100% !important;

		float: none !important;

	}

	.menu > li {

		border-bottom: none;

		padding: 15px 30px;

	}

	.menu > li::after {

		content: "";

		display: inline-block;

		position: absolute;

		left: 30px;

		right: 30px;

		bottom: 0;

		height: 1px;

		background-color: #fff;

	}



	.header_menu li a {

		display: block;

		padding: 8px 0px !important;

		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;

	}

	.header_menu li a:hover::after {

		right: 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;

	}

	.header_menu li a::after {

		content: "";

		background-color: rgba(255, 255, 255, .075);

		position: absolute;

		right: -100%;

		top: 0;

		bottom: 0;

		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;

		display: none;

	}

	.header_menu li a {

		border-bottom: none;

	}

	.header_menu li ul li a {

		border-bottom: none;

	}

	.header_menu .header_search::after {

		display: none;

	}

	/*.header_menu .header_search {

        display: none;

    }*/

	/*.header_btn.login_btn a:hover {

        background-color: inherit;

        border-bottom: 1px solid rgba(255, 255, 255, 0.075);

    }

    .header_menu li.header_btn.trial_btn a {

        background-color: inherit;

        border-bottom: 1px solid rgba(255, 255, 255, 0.075);

    }*/

	.header_search form {

		position: static;

		border-radius: 0px;

	}

	.header_search form input[type="text"] {

		border-radius: 0px;

		font-size: 22px;

		height: 57px;

		padding: 0px 82px 0px 30px;

	}

	.header_menu li.header_btn a {

		font-size: 14px;

		padding: 18px 0px !important;

		text-align: center;

		font-size: 15px;

	}

	.header_menu li.header_btn.trial_btn {

		float: none;

	}

	.header_search form input[type="submit"] {

		width: 25px;

		height: 25px;

		right: 30px;

		top: 14px;

	}

	.header_search form input::-webkit-input-placeholder {
		/* WebKit browsers */

		color: #fff;

	}

	.header_search form input:-moz-placeholder {
		/* Mozilla Firefox 4 to 18 */

		color: #fff;

		opacity: 1;

	}

	.header_search form input::-moz-placeholder {
		/* Mozilla Firefox 19+ */

		color: #fff;

		opacity: 1;

	}

	.header_search form input:-ms-input-placeholder {
		/* Internet Explorer 10+ */

		color: #fff;

	}

	.header_search a {

		display: none !important;

	}

	.header_search form {

		opacity: 1;

		visibility: visible;

		width: 100%;

	}

	.menu > li.resource_menu::after {

		display: none;

	}

	.header_menu ul li ul {

		padding: 0px;

		border-bottom: 1px solid rgba(255, 255, 255, 0.075);

		border: none;

	}

	/*.header_menu .menu > ul > li > a:hover,

    .header_menu li.header_btn.trial_btn a:hover {

        background-color: inherit;

        border-bottom: 1px solid rgba(255, 255, 255, 0.075);

    }*/

	.header_search {

		display: none;

	}

	.menu_icon.icon_clicked i::before {

		transform: rotate(-45deg);

		-webkit-transform: rotate(-45deg);

		-moz-transform: rotate(-45deg);

		-ms-transform: rotate(-45deg);

		left: 3px;

		top: 9px;

	}

	.menu_icon.icon_clicked i::after {

		transform: rotate(45deg);

		-webkit-transform: rotate(45deg);

		-moz-transform: rotate(45deg);

		-ms-transform: rotate(45deg);

		left: 3px;

		bottom: 9px;

	}

	.body_scroll {

		overflow: hidden;

	}

	.menu_overlay {

		background-color: #3e7dcc;

		content: "";

		display: inline-block;

		position: fixed;

		/* left: 0;*/

		right: 0;

		top: 0;

		bottom: 0;

		width: 0px;

		height: 100%;

		/*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;

	}

	.header_menu ul li ul li a {

		color: #8cc0ff !important;

		display: inline-block;

	}

	.body_scroll .menu_overlay {

		/*opacity: 1;

        visibility: visible;*/

		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;

	}

	.menu_overlay::before {

		background: url(images/Blog.svg) no-repeat left center;

		content: "";

		display: inline-block;

	}

	.header_btn.login_btn,

	.header_menu li.header_btn.trial_btn {

		margin: 0px;

	}

	.header_btn a {

		border: none;

	}

	.header_logo {

		margin: 0px;

		width: 88%;

	}

	header {

		padding: 15px 0px;

	}

	body.page-template-webinar-page .menu_icon i,

	body.page-template-webinar-page .menu_icon i::after,

	body.page-template-webinar-page .menu_icon i::before,

	body.page-template-webinar-page-ungated .menu_icon i,

	body.page-template-webinar-page-ungated .menu_icon i::after,

	body.page-template-webinar-page-ungated .menu_icon i::before,

	header.webinar_header .menu_icon i,

	header.webinar_header .menu_icon i::after,

	header.webinar_header .menu_icon i::before {

		background-color: #303a3f;

	}

	/*header.webinar_header.fixed .menu_icon i,

    header.webinar_header.fixed .menu_icon i::after,

    header.webinar_header.fixed .menu_icon i::before,

    .body_scroll header.webinar_header .menu_icon i,

    .body_scroll header.webinar_header .menu_icon i::after,

    .body_scroll header.webinar_header .menu_icon i::before {

        background-color: #fff;

    }*/
	.header-strip {
		top: -90px;
	}

	.strip-header .header_menu .menu_icon:not(.icon_clicked) i,
	.strip-header .header_menu .menu_icon:not(.icon_clicked) i::before,
	.strip-header .header_menu .menu_icon:not(.icon_clicked) i::after,
	.header-home.fixed .header_menu .menu_icon:not(.icon_clicked) i,
	.header-home.fixed .header_menu .menu_icon:not(.icon_clicked) i::before,
	.header-home.fixed .header_menu .menu_icon:not(.icon_clicked) i::after {
		background: #1c283b !important;
	}

	.body_scroll header.header-home.fixed .white_logo {
		opacity: 1;
	}

	.body_scroll header.header-home.fixed .color_logo {
		opacity: 0;
	}

	header.header-home.fixed .header_menu li:not(.trial_btn) a {
		color: #fff;
	}

	.strip-header header.fixed .header_menu > .menu_div > .menu_div_box > .menu > li > a:not(:hover),
	header.header-home.fixed .header_menu li.login_btn a:not(:hover) {
		border-color: #fff;
	}

	.page-wrapper.strip-added .header-strip {
		top: 54px;
	}

	.header-strip {
		text-align: center;
	}

	.header-strip h6 {
		margin-bottom: 7px;
	}

	.body_scroll header.webinar_header .header_menu > .menu_div > .menu_div_box > .menu > li > a {

		color: #fff;

	}

	header.webinar_header.fixed .menu_icon.icon_clicked i,

	.body_scroll header.webinar_header .menu_icon.icon_clicked i {

		background-color: transparent;

	}

	header.webinar_header .header_btn.login_btn a {

		border-color: #fff;

	}

	header.webinar_header .header_btn.login_btn a:hover {

		border-color: #8cc0ff;

		color: #8cc0ff !important;

	}

	.body_scroll header.webinar_header .color_logo {

		opacity: 0;

	}

	.body_scroll header.webinar_header .white_logo {

		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;

	}
}
@media only screen and (max-width: 991px) {
    .header-top-menu {
        display: none;
    }

    .max-mega-menu > .mega-menu-item {
        margin-left: 0px !important;
    }

    .mobile-header-btns .phone-icon::before {
        background: url("https://www.displayr.com/wp-content/themes/displayr-2018/assets/images/Phone_blue.svg") no-repeat center;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    header.with-phone #mega-menu-wrap-primary {
        padding-bottom: 0px !important;
    }

    .mobile-header-btns .phone-icon {
        color: #303a3f !important;
        padding: 15px !important;
        border-bottom: 1px solid #e5e8ee !important;
        margin-bottom: 28px !important;
        font-size: 18px;
    }

    .info-bar {
        margin-top: -15px;
        z-index: 99;
    }

    .body_scroll header.with-bar::before {
        top: 100px !important;
    }

    .body_scroll header.with-bar .menu_div {
        top: 46px !important;
        height: calc(100vh - 46px);
    }

    .body_scroll header.with-bar .menu_div_box {
        height: calc(100vh - 100px);
    }
	.mobilemenu-btns a {
		color: #7f8ea4 !important;
	}
	.header_menu li.mega-menu-item ul li a {
		background: transparent !important;
	
	}
	#mega-menu-wrap-primary > ul > li.mega-toggle-on a {
        border-color: #e8f2fe !important;
    }
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
		line-height: 1.2;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.company-menunew .mega-sub-menu {
        left: 0 !important;
        top: 0 !important;
    }
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.company-menunew .mega-sub-menu {
        width: 100% !important;
        max-width: 100% !important;
        box-shadow: none !important;
        padding: 30px 0 10px !important;
    }
	.home  .menu_overlay {
		background: transparent !important;
	}
	.home header.fixed > .container {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.home header.fixed > .container::before {
		height: 0px !important;
		/* box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.07); */
		top: 55px !important;
		background-color: transparent !important;
		content: "";
		display: inline-block;
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		z-index: 9;
	}
}

@media only screen and (max-width: 767px) {
    .info-bar {
        padding: 13px 50px;
    }

    .info-bar .info-close {
        right: 15px;
    }

    .info-bar h6 {
        font-size: 14px;
    }

    .body_scroll header.with-bar::before {
        top: 120px !important;
    }

    .body_scroll header.with-bar .menu_div {
        top: 66px !important;
        height: calc(100vh - 66px);
    }

    .body_scroll header.with-bar .menu_div_box {
        height: calc(100vh - 120px);
    }

    .body_scroll header.with-bar::after {
        height: 120px;
    }
	.home .body_scroll header.with-bar .menu_div {
		top: 55px !important;
		height: calc(100vh - 55px);
	}
}
body .header_menu li a, body .header_menu li a, header:not(.fixed) .header_menu li a:not(:hover), header .header_menu li:not(.trial_btn) a {
    color: #1c283b;
}
.info-bar {
    margin-top: -14px;
    margin-bottom: 13px;
    padding: 7px 60px;
    text-align: center;
    position: relative;
}

.info-bar h6 {
    font-size: 14px !important;
	font-weight: normal !important;
	text-transform: unset !important;
	letter-spacing: unset !important;
}

.info-bar h6 strong {
    font-weight: 400 !important;
}

.info-bar h6 span {
    margin-right: 0;
}

.info-bar h6 a {
    text-decoration: underline;
}

.info-bar .info-close {
    background: url("https://www.displayr.com/wp-content/themes/displayr-2018/assets/images/info-close.png") no-repeat center;
    background-size: 50%;
    width: 24px;
    height: 22px;
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    cursor: pointer;
}

.info-bar .info-close.nitro-lazy {
    background-image: none !important;
}