/* @font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../../marketresearch/fonts/ProximaNova-Regular.eot');
    src: url('../../marketresearch/fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('../../marketresearch/fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../../marketresearch/fonts/ProximaNova-Regular.woff') format('woff'),
        url('../../marketresearch/fonts/ProximaNova-Regular.ttf') format('truetype'),
        url('../../marketresearch/fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

html {
	height: 100%;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}

body {
	padding: 0px;
	margin: 0px;
	background: #ccc;
	/* font-family: 'Proxima Nova Rg'; */
    font-weight: Regular;
	font-size: 16px;
	color: #161B1D;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

h1,
h2,
h3,
h4 {
	line-height: 1.8;
}

h1 {
	margin: 20px 0px 15px 0px;
	font-size: 24px;
}

h2 {
	margin: 5px 0px 10px 0px;
	font-size: 20px;
}

h3 {
	margin: 5px 0px 5px 0px;
	font-size: 16px;
}

h4 {
	margin: 5px 0px 5px 0px;
	font-size: 14px;
}

.clear {
	clear: both;
	height: 1px;
}

.float-full {
	float: left;
	width: 100%;
}
.others {
	font-family: Arial, Helvetica, sans-serif;
}
.text-nowrap {
	white-space: nowrap;
}

.text-break {
	word-break: break-all !important;
	overflow-wrap: break-word !important;
}
.text-break-by-word {
	word-break: break-word !important;
	overflow-wrap: break-word !important;
}

.text-red {
	color: #800000;
}

.text-lg {
	font-size: 20px;
}

.text-md {
	font-size: 16px;
}

.text-sm {
	font-size: 11px;
}

.text-xs {
	font-size: 10px;
}
.highlight-text {
	background: #f0ff1f;
}
.highlight-bg {
	background: #ccc;
}

.pointer {
	cursor: pointer;
}
.show {
	display: block;
}
.hide {
	display: none;
}
.wait {
	cursor: wait !important;
	pointer-events: none;
}

ul.unstyled-list {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
.allow-extra-spaces {
	white-space: pre-wrap;
}
input,
button,
select,
optgroup,
textarea {
	font-size: 13px;
}

.container {
	max-width: 100%;
	width: 100%;
	margin: 0px auto;
	background: #fff;
}

header {
	/* line-height: 66px;
	font-size: 16px; */
}
/* header a:link, a:visited, a:hover {
	color: #435056;
} */
.logo {
	padding: 20px;
}
.header-menu {

}
.mobile .header-menu {
	display: none;
}
.mobile .mobile-menu {
	display: block;
}
ul.header-links {

}
ul.header-links li {
	position: relative;
}
ul.header-links li.more-links ul.header-more-links {
	display: none;
}
ul.header-links li.more-links:hover ul.header-more-links {
	display: block;
}
ul.header-more-links {
	position: absolute;
	z-index: 10;
    top: 20px;
    background: #fff;
    left: 10px;
	text-align: left;
	min-width: 180px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
ul.header-more-links li {
	padding: 10px 5px;
}
.banner-outer {
	width: 100%;
	background-color: #0a57c2;
    background-position: left top;
}
.banner {
	max-width: 1280px;
	max-height: 400px;
	padding: 40px 0px;
	margin: 0px auto;
}
.banner-inner {
	max-width: 50%;
	margin: 0px auto;
}
.banner-inner-wide {
	max-width: 90%;
	margin: 0px 0px 0px 10%;
}
.banner-heading {
	font-size: 40px;
	text-transform: capitalize;
}
.banner-subheading {
	font-size: 28px;
	font-weight: bold;
	text-transform: capitalize;
}
.banner-text {
	font-size: 20px;
}
.banner-btn {
	color: #0F2D57;
	background: #75A8F0;
}
.banner-popup {
	width: 370px;
    margin-right: 30px;
    min-height: 160px;
    color: #161B1D;
    text-align: left;
}
a.banner-btn:link, a.banner-btn:visited, a.banner-btn:hover {
    color: #0F2D57;
    background: #75A8F0;
    text-decoration: none;
    font-size: 18px;
    padding: 12px 24px;
    font-weight: bold;
}
a.banner-popup-btn:link, a.banner-popup-btn:visited, a.banner-popup-btn:hover {
    color: #064AA7;
	background: #fff;
    text-decoration: none;
	border: 1px solid #064AA7;
	margin-top: 15px;
}
.page-content-outer {
	max-width: 1280px;
    margin: 0px auto;
}
.page-content {
	padding: 20px 0px;
    color: #2C353A;
    position: relative;
}
.page-content-text {
	font-size: 20px;
}
.page-title {
	color: #161B1D;
}
/* footer {
	padding: 32px 32px;
	border-top: 2px solid #064AA7;
}
footer a:link, footer a:hover, footer a:focus {
	color: #161B1D;
}
.footer-links {
	line-height: 20px;
	padding: 0px 16px;
}
.footer-tabs {
	line-height: 30px;
	border-bottom: 2px solid #C5CED3;
}
.footer-tabs .active {
	color: #064AA7;
	border-bottom: 3px solid #064AA7;
} */
.gray-bg {
	background: #ECF1F9;
}
a.app-btn:link, a.app-btn:visited, a.app-btn:hover {
    color: #fff;
	text-decoration: none;
}
.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 50;
}
.popup-overlay-btn {
	position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    padding: 3px;
	cursor: pointer;
}
.market-research-cards {
	width: 710px;
	height: auto;
	margin: 0px auto;
}
.market-research-cards .cards {
	width: 315px;
	height: 510px;
	background: #ECF1F9;
    padding: 28px 20px;
	/* padding: 0px; */
	font-size: 14px;
	flex-direction: column;
    justify-content: space-between;
}
.market-research-cards .cards .cards-inner {
	margin: 28px 20px;
}
.card-title {
	font-size: 28px;
	font-weight: bold;
	color: #161B1D;
}
.card-text {
	font-size: 20px;
}
.tab-section {
	font-size: 16px;
	line-height: 28px;
	/* border-bottom: 2px solid #C5CED3; */
	padding-top: 12px;
	position: relative;
}
.tab-section::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 5;
	height: 2px; /* Adjust the height for the thickness of the border */
	background-color: #C5CED3; /* Adjust the color as needed */
}
.tabs a {
	padding: 2px 15px;
}
.active-tab {
	border-bottom: 2px solid #064AA7;
	position: relative;
}
.active-tab::after {
	content: '';
	position: absolute;
	left: 0;
	z-index: 6;
	bottom: -1px;
	width: 100%;
	height: 2px; /* Adjust the height for the thickness of the border */
	background-color: #064AA7; /* Adjust the color as needed */
}
.links {

}
.app-btn {
	background: #064AA7;
	color: #fff;
	font-size: 18px;
	padding: 12px 24px;
}
.app-btn:hover {
	background: #064AA7;
	color: #fff;
}
.links a {
	border-right: 1px solid #C5CED3;
	padding: 0px 20px;
	margin: 10px 0px;
	line-height: 15px;
	display: inline-block;
}
.links a:first-child {
	border-right: 1px solid #C5CED3;
	padding: 0px 20px 0px 0px;
}
.links a:last-child {
	border-right: 0px solid #C5CED3;
}
.app-links {

}
.app-links-text {
	font-size: 14px;
    font-weight: bold;
    padding-right: 20px;
}
.cf-content-block {

}
.quote-block {
    margin-bottom: 20px;
    position: sticky;
    top: 20px;
    height: 100%;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
	color: #161B1D;
}
.quote-popup {
	width: 600px;
	position: relative;
	position: relative;
    margin: 15vh 0px;
    height: 70vh;
    overflow-y: auto;
}
.quote-popup-title {
	font-size: 40px;
	font-weight: 700;
}
.quote-block-inner {
    background: #ECF1F9;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
.quote-block label {
	font-weight: bold;
}
.quote-block-title {
	font-family: "EB Garamond", serif;
	color: #000;
	font-size: 32px;
	font-weight: 500;
}
.thanks-title {
	font-family: "EB Garamond", serif;
	color: #000;
	font-size: 24px;
}
.thanks-text {
	color: #000;
	font-size: 20px;
}
a.quote-block-link:link, a.quote-block-link:visited, a.quote-block-link:hover {
	color: #064AA7;
	font-size: 18px;
	font-weight: 600;
}
.quote-block-btn {
	background: #064AA7;
	color: #fff;
	font-size: 18px;
}
.quote-block-btn.cancel-btn {
	background: #4b5666;
}
.quote-block input, .quote-block select, .quote-block textarea {
	background: #fff;
}
.why-us-section {
	font-size: 20px;
	padding: 0px 20px;
}
.why-us-section-title {
	font-size: 28px;
	font-weight: bold;
}
.icon-list {
	font-size: 20px;
}
.icon-list img {
	width: 100px;
	height: 100px;
}
.icon-list .icon-row {
	padding: 20px;
	margin-bottom: 10px;
}
.icon-list .icon-row-title {
	font-family: "EB Garamond", serif;
	color: #161B1D;
	font-size: 24px;
}
.list-section {
	color: #2C353A;
	font-size: 16px;
}
.list-section-title {
	font-family: "EB Garamond", serif;
	color: #161B1D;
	font-size: 24px;
	font-weight: 500;
}
.meet-the-team {
	color: #2C353A;
}
.meet-the-team-desc {
	font-size: 20px;
}
.meet-the-team-title {
	font-family: "EB Garamond", serif;
	font-size: 32px;
	font-weight: 500;
}
.meet-the-team-box {
	background-color: #ECF1F9;
}
.meet-the-team-name {
	font-family: "EB Garamond", serif;
	font-size: 24px;
	color: #161B1D;
}
.meet-the-team-detail {
	color: #161B1D;
	margin: 10px 0px;
}
a.meet-the-team-link:link, a.meet-the-team-link:visited, a.meet-the-team-link:hover {
	color: #064AA7;
}
.divider {
	height: 1px;
	width: 100%;
	background: none;
	border-bottom: 1px solid #C5CED3;
}
.join-medscape {
	width: 715px;
	margin: 0px auto;
}
.join-medscape-blocks {
	background: #F2F4F5;
}
.join-medscape-blocks-title {
	font-size: 32px;
	font-family: "EB Garamond", serif;
	text-transform: capitalize;
	color: #2C353A;
}
.join-medscape-desc {

}


@media (min-width: 1280px) {
	.container {

	}
	.page-title {
		font-size: 28px;
	}
	.page-content-text {
		font-size: 20px;
	}
	.why-us-section {
		font-size: 20px;
	}
	.why-us-section-title {
		font-size: 28px;
	}
	.icon-list {
		font-size: 20px;
	}
	.icon-list img {
		width: 100px;
		height: 100px;
	}
	.icon-list .icon-row-title {
		font-size: 32px;
	}
	.list-section-title {
		font-size: 24px;
	}
	.meet-the-team-title {
		font-size: 32px;
	}
	.meet-the-team-desc {
		font-size: 20px;
	}
	.meet-the-team-name {
		font-size: 24px;
	}
	.quote-block {
		width: 345px;
	}
	.quote-block-title {
		font-size: 32px;
	}
	a.quote-block-link:link, a.quote-block-link:visited, a.quote-block-link:hover {
		font-size: 18px;
	}
	.quote-block-btn {
		font-size: 18px;
	}
	.cf-content-block {
		width: 715px;
	}
	.market-research-cards {
		width: 710px;
	}
	.market-research-cards .cards {
		width: 315px;
		/* height: 510px; */
		height: auto;
	}
	.join-medscape {
		width: 715px;
	}
	.quote-popup {
		width: 600px;
		margin: 15vh 0px;
    	height: 70vh;
	}
	.banner {
		/* min-width: 1280px; */
		max-height: 400px;
		padding: 40px 0px;
	}
	.banner-inner {
		max-width: 710px;
	}
	.banner-inner-wide {
		max-width: 90%;
		margin: 0px 0px 0px 10%;
	}
	.banner-heading {
		font-size: 40px;
	}
	.banner-subheading {
		font-size: 28px;
	}
	.banner-text {
		font-size: 20px;
	}
	a.banner-btn:link, a.banner-btn:visited, a.banner-btn:hover {
		font-size: 18px;
		padding: 12px 24px;
	}
	.banner-popup {
		width: 370px;
		margin-right: 30px;
		min-height: 160px;
	}
}
@media (min-width: 1024px) and (max-width: 1279px) {
	.container {

	}
	.page-title {
		font-size: 28px;
	}
	.page-content-text {
		font-size: 20px;
	}
	.why-us-section {
		font-size: 20px;
	}
	.why-us-section-title {
		font-size: 28px;
	}
	.icon-list {
		font-size: 20px;
	}
	.icon-list img {
		width: 100px;
		height: 100px;
	}
	.icon-list .icon-row-title {
		font-size: 32px;
	}
	.list-section-title {
		font-size: 24px;
	}
	.meet-the-team-title {
		font-size: 32px;
	}
	.meet-the-team-desc {
		font-size: 20px;
	}
	.meet-the-team-name {
		font-size: 24px;
	}
	.quote-block {
		width: 310px;
	}
	.quote-block-title {
		font-size: 32px;
	}
	a.quote-block-link:link, a.quote-block-link:visited, a.quote-block-link:hover {
		font-size: 18px;
	}
	.quote-block-btn {
		font-size: 18px;
	}
	.cf-content-block {
		width: 610px;
	}
	.market-research-cards {
		width: 650px;
	}
	.market-research-cards .cards {
		width: 285px;
		/* height: 510px; */
		height: auto;
	}
	.join-medscape {
		width: 650px;
	}
	.quote-popup {
		width: 600px;
		margin: 15vh 0px;
    	height: 70vh;
	}
	.banner {
		min-width: 1024px;
		max-height: 340px;
		padding: 40px 0px;
		background: #0a57c2;
	}
	.banner-inner {
		max-width: 650px;
	}
	.banner-inner-wide {
		max-width: 98%;
		margin: 0px 0px 0px 2%;
	}
	.banner-heading {
		font-size: 40px;
	}
	.banner-subheading {
		font-size: 28px;
	}
	.banner-text {
		font-size: 20px;
	}
	a.banner-btn:link, a.banner-btn:visited, a.banner-btn:hover {
		font-size: 18px;
		padding: 12px 24px;
	}
	.banner-popup {
		width: 355px;
		margin-right: 30px;
		min-height: 160px;
	}
}
@media (min-width: 786px) and (max-width: 1023px) {
	.container {

	}
	.page-title {
		font-size: 20px;
	}
	.page-content-text {
		font-size: 16px;
	}
	.why-us-section {
		font-size: 20px;
	}
	.why-us-section-title {
		font-size: 28px;
	}
	.icon-list {
		font-size: 20px;
	}
	.icon-list img {
		width: 100px;
		height: 100px;
	}
	.icon-list .icon-row-title {
		font-size: 24px;
	}
	.list-section-title {
		font-size: 24px;
	}
	.meet-the-team-title {
		font-size: 32px;
	}
	.meet-the-team-desc {
		font-size: 20px;
	}
	.meet-the-team-name {
		font-size: 24px;
	}
	.quote-block {
		width: 326px;
	}
	.quote-block-title {
		font-size: 24px;
	}
	a.quote-block-link:link, a.quote-block-link:visited, a.quote-block-link:hover {
		font-size: 18px;
	}
	.quote-block-btn {
		font-size: 18px;
	}
	.cf-content-block {
		width: 360px;
	}
	.market-research-cards {
		width: 550px;
	}
	.market-research-cards .cards {
		width: 235px;
		/* height: 460px; */
		height: auto;
	}
	.join-medscape {
		width: 550px;
	}
	.quote-popup {
		width: 100%;
		margin: 5vh 0px;
    	height: 90vh;
	}
	.banner {
		min-width: 100%;
		max-height: 290px;
		padding: 35px 0px;
	}
	.banner-inner {
		max-width: 540px;
	}
	.banner-inner-wide {
		max-width: 98%;
		margin: 0px 0px 0px 2%;
	}
	.banner-heading {
		font-size: 28px;
	}
	.banner-subheading {
		font-size: 28px;
	}
	.banner-text {
		font-size: 16px;
	}
	a.banner-btn:link, a.banner-btn:visited, a.banner-btn:hover {
		font-size: 16px;
		padding: 12px 24px;
	}
	.banner-popup {
		width: 350px;
		margin-right: 30px;
		min-height: 160px;
	}
	.card-title {
		font-size: 20px;
	}
	.card-text {
		font-size: 16px;
	}
	.app-btn {
		font-size: 16px;
	}
}
@media (min-width: 481px) and (max-width: 785px) {
	.container {

	}
	.page-title {
		font-size: 20px;
	}
	.page-content-text {
		font-size: 16px;
	}
	.why-us-section {
		font-size: 16px;
	}
	.why-us-section-title {
		font-size: 20px;
	}
	.icon-list {
		font-size: 16px;
	}
	.icon-list img {
		width: 60px;
		height: 60px;
	}
	.icon-list .icon-row-title {
		font-size: 18px;
	}
	.list-section-title {
		font-size: 18px;
	}
	.meet-the-team-title {
		font-size: 24px;
	}
	.meet-the-team-desc {
		font-size: 16px;
	}
	.meet-the-team-name {
		font-size: 18px;
	}
	.quote-block {
		width: 100%;
	}
	.quote-block-title {
		font-size: 24px;
	}
	a.quote-block-link:link, a.quote-block-link:visited, a.quote-block-link:hover {
		font-size: 16px;
	}
	.quote-block-btn {
		font-size: 16px;
	}
	.cf-content-block {
		width: 100%;
	}
	.market-research-cards {
		max-width: 100%;
	}
	.market-research-cards .cards {
		width: 100%;
		/* height: 450px; */
		height: auto;
	}
	.join-medscape {
		width: 550px;
	}
	.quote-popup {
		width: 100%;
		margin: 0px 0px;
    	height: 100vh;
	}
	.banner {
		min-width: auto;
        max-height: 390px;
        padding: 40px 5%;
        width: 100%;
	}
	.banner-inner {
		max-width: 100%;
	}
	.banner-inner-wide {
		max-width: 98%;
		margin: 0px 0px 0px 2%;
	}
	.banner-heading {
		font-size: 28px;
	}
	.banner-subheading {
		font-size: 20px;
	}
	.banner-text {
		font-size: 16px;
	}
	a.banner-btn:link, a.banner-btn:visited, a.banner-btn:hover {
		font-size: 16px;
		padding: 12px 24px;
	}
	.banner-popup {
		display: none;
	}
	.card-title {
		font-size: 20px;
	}
	.card-text {
		font-size: 16px;
	}
	.app-btn {
		font-size: 16px;
	}
}
@media (max-width: 480px) {
	.container {

	}
	.page-title {
		font-size: 20px;
	}
	.page-content-text {
		font-size: 16px;
	}
	.why-us-section {
		font-size: 16px;
	}
	.why-us-section-title {
		font-size: 20px;
	}
	.icon-list {
		font-size: 16px;
	}
	.icon-list img {
		width: 60px;
		height: 60px;
	}
	.icon-list .icon-row-title {
		font-size: 24px;
	}
	.list-section-title {
		font-size: 18px;
	}
	.meet-the-team-title {
		font-size: 24px;
	}
	.meet-the-team-desc {
		font-size: 16px;
	}
	.meet-the-team-name {
		font-size: 18px;
	}
	.quote-block {
		width: 100%;
	}
	.quote-block-title {
		font-size: 24px;
	}
	a.quote-block-link:link, a.quote-block-link:visited, a.quote-block-link:hover {
		font-size: 16px;
	}
	.quote-block-btn {
		font-size: 16px;
	}
	.cf-content-block {
		width: 100%;
	}
	.market-research-cards {
		max-width: 100%;
	}
	.market-research-cards .cards {
		width: 100%;
		/* height: 450px; */
		height: auto;
	}
	.join-medscape {
		width: 100%;
	}
	.quote-popup {
		width: 100%;
		margin: 0px 0px;
    	height: 100vh;
	}
	.banner {
		min-width: auto;
        max-height: 390px;
        padding: 40px 5%;
        width: 100%;
	}
	.banner-inner {
		max-width: 100%;
	}
	.banner-inner-wide {
		max-width: 98%;
		margin: 0px 0px 0px 2%;
	}
	.banner-heading {
		font-size: 28px;
	}
	.banner-subheading {
		font-size: 20px;
	}
	.banner-text {
		font-size: 16px;
	}
	a.banner-btn:link, a.banner-btn:visited, a.banner-btn:hover {
		font-size: 16px;
		padding: 12px 24px;
	}
	.banner-popup {
		display: none;
	}
	.card-title {
		font-size: 20px;
	}
	.card-text {
		font-size: 16px;
	}
	.app-btn {
		font-size: 16px;
	}
}
