*, *:after, *:before {
	box-sizing: border-box;
}

html {
	font-size: 16px;
}

body {
	font-family: "Roboto", sans-serif;
	font-variant-ligatures: none;
	line-height: 1.42857143;
	-moz-osx-font-smoothing: grayscale;
	-ms-overflow-style: scrollbar;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	background-color: #f1f5fa !important;
	padding: 0;
	margin: 0;
  padding-top: 115px; 
     
}

body > img {
	position: absolute;
}

input, select, textarea, button {
	font-family: "Roboto", sans-serif;
	outline: none;
	-webkit-appearance: none;
}

textarea {
	resize: vertical;
}

.underline {
	border-bottom: 1px solid;
}

figure {
	margin: 0;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.banner-search-bar, .header-submenu-topBar .toggle-close path, .header-submenu-topBar .toggle-close svg, .site-nav .nav-item:after, #back-to-top, .read-more:after, .hubspot-secondary-btn a, .secondary-btn img, .secondary-btn svg, .secondary-btn, .hubspot-primary-btn a, .primary-btn img, .primary-btn svg, .primary-btn, a {
	transition: all 0.35s ease-in-out;
}

.read-more {
	position: relative;
	z-index: 1;
}

.wrap-contents {
	display: inline-block;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: none;
}

p {
	font-size: 1.25rem;
	color: #1d1d1d;
}

ul {
	padding: 0;
	list-style-type: none;
}

ul.two-list {
	padding: 0;
	list-style-type: none;
}

ul.two-list li {
	padding-left: 40px;
	font-size: 1.25rem;
	text-align: left;
	color: #1d1d1d;
	opacity: 1;
	background: url(../../skin/images/list-style.svg) no-repeat 0 1px;
}

ul.two-list li + li {
	margin-top: 15px;
}

img {
	max-width: 100%;
}

.wrapper {
	background-color: #f1f5fa;
}

.d-flex {
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.align-items-center {
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.align-items-end {
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.justify-content-end {
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.justify-content-between {
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.container {
	max-width: 1440px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}

.link-blue {
	display: inline-block;
	color: #00a8d0;
}

.link-blue.highlight:hover {
	color: salmon;
}

.link-blue a {
	display: inline-block;
	color: #00a8d0;
}

.link-salmon {
	display: inline-block;
	color: salmon;
	border-bottom: 1px solid transparent;
}

.link-salmon:hover {
	border-bottom: 1px solid;
}

.primary-btn {
	background: salmon;
	color: #fff;
	border: 0;
	font-size: 1.375rem;
	line-height: 1;
	padding: 21px 42px;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	font-weight: 500;
	font-family: "Futura Md BT";
	cursor: pointer;
}

.primary-btn:after {
	content: "";
	background: #fff;
	height: 155px;
	left: -75px;
	opacity: 0.1;
	position: absolute;
	top: -50px;
	width: 50px;
	transition: all 1s cubic-bezier(0.19,1,0.22,1);
	transform: rotate(35deg);
	z-index: 1;
}

.primary-btn img, .primary-btn svg {
	vertical-align: middle;
	margin-left: 5px;
	width: 17px;
	height: 8px;
}

.primary-btn:hover {
	color: #fff;
	background: #f87465;
	box-shadow: 0px 10px 30px #f97d9fc2;
}

.primary-btn:hover:after {
	left: 120%;
	transition: all 1s cubic-bezier(0.19,1,0.22,1);
}

.primary-btn a {
	color: #fff;
}

.primary-btn .hs-cta-wrapper + img {
	margin-left: 10px;
}

.hubspot-primary-btn a {
	background: salmon;
	color: #fff;
	border: 0;
	font-size: 1.375rem;
	line-height: 1;
	padding: 21px 42px;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	font-weight: 500;
	font-family: "Futura Md BT";
	cursor: pointer;
}

.hubspot-primary-btn a:after {
	content: "";
	background: #fff;
	height: 155px;
	left: -75px;
	opacity: 0.1;
	position: absolute;
	top: -50px;
	width: 50px;
	transition: all 1s cubic-bezier(0.19,1,0.22,1);
	transform: rotate(35deg);
	z-index: 1;
}

.hubspot-primary-btn a:hover {
	background: #f87465;
	box-shadow: 0px 10px 30px #f97d9fc2;
}

.header-submenu-topBar .hubspot-primary-btn a:hover {
	color: #ffffff;
}

.hubspot-primary-btn a:hover:after {
	left: 120%;
	transition: all 1s cubic-bezier(0.19,1,0.22,1);
}

.secondary-btn a {
	background: #fff;
	color: salmon;
	border: 0;
	font-size: 1.375rem;
	line-height: 1;
	padding: 19px 40px;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	font-weight: 500;
	border: 2px solid rgba(254,93,94,0.4);
	font-family: "Futura Md BT";
	cursor: pointer;
}

.secondary-btn a:after {
	content: "";
	background: salmon;
	height: 155px;
	left: -75px;
	opacity: 0.1;
	position: absolute;
	top: -50px;
	width: 50px;
	transition: all 1s cubic-bezier(0.19,1,0.22,1);
	transform: rotate(35deg);
	z-index: 1;
}

.secondary-btn img, .secondary-btn svg {
	vertical-align: middle;
	margin-left: 6px;
	width: 17px;
	height: 8px;
}

.secondary-btn a:hover {
	box-shadow: 0 10px 30px rgba(255,255,255,0.3);
}

.secondary-btn a:hover:after {
	left: 120%;
	transition: all 1s cubic-bezier(0.19,1,0.22,1);
}

.secondary-btn a {
	color: salmon;
}

.secondary-btn span + img {
	margin-left: 8px;
}

.hubspot-secondary-btn a {
	background: #fff;
	color: salmon;
	border: 0;
	font-size: 1.375rem;
	line-height: 1;
	padding: 19px 40px;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	font-weight: 500;
	border: 2px solid rgba(254,93,94,0.4);
	font-family: "Futura Md BT";
	cursor: pointer;
}

.hubspot-secondary-btn a:after {
	content: "";
	background: salmon;
	height: 155px;
	left: -75px;
	opacity: 0.1;
	position: absolute;
	top: -50px;
	width: 50px;
	transition: all 1s cubic-bezier(0.19,1,0.22,1);
	transform: rotate(35deg);
	z-index: 1;
}

.hubspot-secondary-btn a:hover {
	box-shadow: 0 10px 30px rgba(255,255,255,0.3);
}

.hubspot-secondary-btn a:hover:after {
	left: 120%;
	transition: all 1s cubic-bezier(0.19,1,0.22,1);
}

.font-medium {
	font-weight: 500;
}

.section-heading {
	margin-top: 0;
	margin-bottom: 30px;
	line-height: 1.2;
	font-size: 3.438rem;
	color: #1d1d1d;
	font-family: "Futura Hv BT";
}

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

.mb-0 {
	margin-bottom: 0;
}

.read-more:after {
	content: "";
	position: absolute;
	right: 0;
	top: 9px;
	width: 8px;
	height: 8px;
	border-width: 0 2px 2px 0;
	border-style: solid;
	border-color: #00a8d0;
	opacity: 0;
	transform: rotate(-45deg);
}

.read-more:hover::after {
	opacity: 1;
	right: -15px;
}

#back-to-top {
	opacity: 0;
	cursor: pointer;
	width: 60px;
	height: 60px;
	background: salmon;
	position: fixed;
	z-index: 9;
	right: 30px;
	bottom: 30px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 30px 0 rgba(250,128,114,0.5);
	animation: move 1.7s infinite alternate;
}

#back-to-top.show {
	opacity: 1;
}

#back-to-top::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50px;
	pointer-events: auto;
	animation: simple-pulse 1.5s linear infinite;
}

#back-to-top:hover {
	background: #f87465;
	box-shadow: 0 0 0 10px rgba(250,128,114,0.2);
	transform: scale(0.95);
}

#back-to-top:after {
	content: "";
	width: 15px;
	height: 15px;
	border-width: 0 2px 2px 0;
	border-style: solid;
	border-color: #fff;
	transform: rotate(-135deg) translate(-3px,-3px);
}

.svg-responsive {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}

.svg-responsive > div, .svg-responsive img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.svg-responsive:before {
	content: "";
	padding-top: 56.25%;
	display: block;
}

.svg-responsive .primary-btn {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	opacity: 0;
}

.pad-bottom {
	padding-bottom: 50px;
}

.pad-top {
	padding-top: 50px;
}

.section-content {
	margin-bottom: 50px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.section-content.mb-0 {
	margin-bottom: 0;
}

.section-content.xl-space {
	max-width: 930px;
}

.section-content.xl-space p.text-center {
	padding-left: 40px;
	padding-right: 40px;
}

.section-content.xxl-space {
	max-width: 930px;
}

.section-content.xxl-space p.text-center {
	padding-left: 0;
	padding-right: 0;
}

.section-content.xxl-space p:last-of-type {
	margin-bottom: 40px;
}

.section-content p.text-center {
	padding-left: 90px;
	padding-right: 90px;
	margin-bottom: 0;
}

.mt-3 {
	margin-top: 50px;
}

.mt-2 {
	margin-top: 35px;
}

.font-fix {
	font-family: "Roboto", sans-serif;
}

.animated-line {
	animation: rectangle 3s forwards;
	clip-path: polygon(0% 0%,0% 0%,0% 100%,0% 100%);
}

:root {
	--underline-intrinsic-width: 8;
	--underline-width: 12;
	--underline-color: #f48b7f;
	--underline-cap-width: 4px;
	--underline-offset-y: -2px;
	--underline-padding-x: 0.12em;
	--cap-image-left: url(../../skin/images/left.svg);
	--cap-image-right: url(../../skin/images/right.svg);
}

.heading {
	display: inline !important;
	padding-bottom: 0 !important;
	--underline-width-scale: calc( var(--underline-width) / var(--underline-intrinsic-width) );
	box-decoration-break: clone;
	background-repeat: no-repeat;
	background-image: linear-gradient( 180deg, var(--underline-color), var(--underline-color) ), var(--cap-image-left), var(--cap-image-right);
	background-position-x: calc( var(--underline-cap-width) * var(--underline-width-scale) ), 0, 100%;
	background-position-y: calc(100% - var(--underline-offset-y) * -1);
	background-size: calc( 100% - var(--underline-cap-width) * var(--underline-width-scale) * 2 ) calc(var(--underline-width) * 1px), auto calc(var(--underline-width) * 1px), auto calc(var(--underline-width) * 1px);
}

.heading--3 {
	--underline-width: 20;
	--underline-offset-y: -2px;
	--cap-image-left: url(../../skin/images/left-2.svg);
	--cap-image-right: url(../../skin/images/right-2.svg);
}

.scale-sm {
	transform: scale(1.2);
}

.btn-top-space {
	margin-top: 50px;
}

.section-top-space {
	margin-top: 50px;
}

.resource-contents .cta-button-wrapper a {
	display: block;
}

.resource-contents .hubspot-primary-btn span {
	display: block;
}

.resource-contents .hubspot-primary-btn span a {
	display: block;
}

.text-highlighter {
	background: url(../images/homepage/highstroke.svg) no-repeat left bottom;
	padding-bottom: 5px;
}

.hs_error_rollup {
	display: none;
}

/* .header-spacer {
	height: 110px;
} */

/* .site-header {
	background-color: transparent;
	font-size: .833em;
	left: 0;
	position: fixed;
	right: 0;
	top: 0px;
	transition: transform .2s linear;
	z-index: 1500;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 6px;
}

.site-header.scrollUp {
	transform: translateY(-135%);
}

.site-header .navbar-brand {
	position: relative;
	z-index: 15;
}

.site-header .navbar-brand img {
	max-width: 90%;
}

.site-header .navbar-brand-with-favicon {
	display: none;
	z-index: 16;
	position: relative;
}

.site-header .navbar-brand-with-favicon img {
	max-width: 40px;
}

.site-header .hubspot-primary-btn a {
	padding: 18px 36px;
	min-width: 198px;
}

.site-header .header-mobile-btn.hubspot-primary-btn {
	display: none;
}

.fixedHeader .site-navigation .submenu-background {
	opacity: 1;
	border-radius: 60px;
}

.site-navigation .submenu-background {
	background-color: #f1f5fa;
	box-shadow: 0px 3px 36px 4px rgba(141,165,186,.35);
	border-radius: 60px;
	left: -40px;
	right: -40px;
	bottom: -25px;
	top: -20px;
	opacity: 0;
	position: absolute;
	transition: opacity .2s linear .3s, box-shadow .15s linear .2s, background-color .15s linear .2s, border-radius .15s linear .125s;
}

.background-filter {
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0px;
	width: 100%;
	height: 0;
	z-index: 99;
	transition: opacity .125s linear .125s, height 0s linear .125s;
}

.overview-page-info h4 {
	font-size: 16px;
	font-weight: 500;
	color: #235066;
	margin-top: 0;
	margin-bottom: 0;
}

.overview-page-info p {
	font-size: 14px;
	line-height: 1.5;
}

.overview-page-info .primary-btn {
	font-size: 1rem;
	padding: 14px 28px;
}

.submenu-page-name {
	font-size: 19px;
	color: #1d1d1d;
	font-weight: 500;
	font-family: "Futura Md BT";
	display: block;
	line-height: 1.2;
	margin-bottom: 2px;
}

.header-mobile-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.mobile-search-new {
	position: relative;
}

.mobile-search-new.display-mobile-search {
	display: none;
}

.searchOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}



.mobile-search-toogle {
	display:flex;
  justify-content:center;
  align-items:center;
	cursor: pointer;
	background: none;
	border: none;
	border-radius: 50px;
	transition: all .3s ease-out;
	perspective: 1000px;
	line-height: 1;
	padding: 14px;
background: rgb(223 228 233 / 65%);
}


.mobile-search-toogle:hover {
	background: rgb(223 228 233 / 100%);
}

.mobile-search-new.active .mobile-search-toogle {
	background: rgb(223 228 233 / 100%);
}


.mobile-search-toogle svg {
	width: 30px;
	height: 30px;
   fill: rgb(0 0 0 / 75%);
 	transition: fill .3s ease-out;
}

.mobile-search-toogle:hover svg {
  fill: rgb(0 0 0 / 100%);
}
.mobile-search-new.active .mobile-search-toogle svg {
  fill: rgb(0 0 0 / 100%);
}

.searchInput {
	right: 0px;
	opacity: 0;
	top: 0;
	width: 100%;
	min-width: 380px;
	margin-top: 10px;
	position: absolute;
	height: auto;
	display: grid;
	gap: 5px;
	background: rgba(231,241,243,.8);
	box-shadow: 13px 16px 41px rgba(35,80,102,.25);
	border-radius: 20px;
	backdrop-filter: blur(6px);
	border: 2px solid #fff;
	-webkit-backdrop-filter: blur(6px);
	pointer-events: none;
	transition: all .8s cubic-bezier(0.075,0.82,0.165,1) 0s;
	transform-origin: center top;
	transform: skewY(-5deg) rotate(5deg) translateY(-30px);
	visibility: hidden;
	z-index: 999;
	padding: 18px 21px;
}

.mobile-search-new.active .searchInput {
	opacity: 1;
	visibility: visible;
	transition: all .8s cubic-bezier(0.075,0.82,0.165,1) 0s;
	transform-origin: center top;
	transform: skewY(0deg) rotate(0deg) translateY(70px);
	pointer-events: all;
}

.header-search-bar-wrap {
	position: relative;
}

.header-search-bar-wrap .serach {
	background: rgba(164,162,163,.4);
	border: none;
	height: 48px;
	border-radius: 50px;
	width: 280px;
	padding: 10px 55px 10px 18px;
	font-size: 1rem;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}

.header-search-bar-wrap .search-icon {
	cursor: pointer;
	z-index: 1;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 40px;
	line-height: 57px;
}

.header-search-bar-wrap .search-icon .btn {
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
	width: 22px;
}

.header-search-bar-wrap .search-icon .btn svg {
	width: 22px;
	height: 22px;
}

.quick-links p, .suggested-search p {
	font-family: "Futura Md BT";
	margin-top: 14px;
	font-size: 15px;
	margin-bottom: 8px;
	position: relative;
}

.quick-links p:before, .suggested-search p:before {
	border-bottom: 1px solid rgba(164,162,163,.4);
	content: "";
	height: 1px;
	position: absolute;
	right: 8px;
	top: 45%;
	-webkit-transition: all .2s linear;
	width: 122px;
}

.quick-links-list ul {
	margin-top: 0;
	margin-bottom: 0;
}

.quick-links-list li {
	margin-top: 0px;
}

.quick-links-list a {
	min-width: 280px;
	width: 100%;
	display: block;
	padding: 10px 10px 12px 70px;
	position: relative;
	overflow: hidden;
	transition: background-color .25s ease-in-out;
	background: transparent;
	border-radius: 10px;
}

.quick-links-list a:hover {
	background: rgba(164,162,163,.2);
	box-shadow: rgba(255,255,255,.2) 0px 0px 0px .5px;
}

.quick-links-list a .quick-link-page-name {
	color: #1d1d1d;
	display: block;
	font-family: "Futura Md BT";
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 5px;
	margin-bottom: 7px;
}

.quick-links-list a .quick-link-icon {
	position: absolute;
	left: 15px;
	top: 8px;
	z-index: 2;
	width: 33px;
	height: 33px;
}

.quick-links-list a .quick-link-icon.services-icon {
	top: 4px;
}

.quick-links-list a .quick-link-icon svg {
	width: 38px;
	height: 38px;
}

.suggested-search ul {
	margin-top: 0;
	margin-bottom: 0;
}

.suggested-search li {
	margin-top: 5px;
}

.suggested-search a {
	min-width: 280px;
	width: 100%;
	display: block;
	padding: 10px;
	position: relative;
	overflow: hidden;
	transition: background-color .25s ease-in-out;
	background: transparent;
	border-radius: 10px;
}

.suggested-search a:hover {
	background: rgba(164,162,163,.2);
	box-shadow: rgba(255,255,255,.2) 0px 0px 0px .5px;
}

.suggested-search a .suggested-link-page-name {
	font-size: 16px;
	color: #1d1d1d;
	font-weight: 500;
	font-family: "Futura Md BT";
	display: block;
	line-height: 1.2;
	margin-bottom: 2px;
}

.submenu-content:-webkit-scrollbar, .submenu-page-list::-webkit-scrollbar, .navigation-wrapper::-webkit-scrollbar {
	width: 3px;
}

.submenu-content::-webkit-scrollbar-track, .submenu-page-list::-webkit-scrollbar-track, .navigation-wrapper::-webkit-scrollbar-track {
	border-radius: 10px;
}

.submenu-content::-webkit-scrollbar-thumb, .submenu-page-list::-webkit-scrollbar-thumb, .navigation-wrapper::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,.1);
	border-radius: 10px;
}

.submenu-content::-webkit-scrollbar-thumb:hover, .submenu-page-list::-webkit-scrollbar-thumb:hover, .navigation-wrapper::-webkit-scrollbar-thumb:hover {
	background: salmon;
}

.disableScroll, .disableScroll body {
	overflow: hidden;
}

.fixedHeader.disableScroll .site-header.scrollUp {
	transform: translateY(0);
}

span.tag-name {
	background: transparent linear-gradient(153deg,#3cd0f0,#0083b0) 0 0 no-repeat padding-box;
	border-radius: 10px;
	color: #fff;
	font-size: 10px;
	line-height: 1.3;
	margin-left: 5px;
	padding: 5px;
	text-transform: uppercase;
}

span.ai-star-icon {
	position: relative;
	display: block;
}

span.ai-star-icon:before {
	background: url(https://www.qasource.com/hubfs/qasource/images/ai-services-star.svg);
	background-repeat: no-repeat;
	position: absolute;
	top: -10px;
	left: -10px;
	content: "";
	position: absolute;
	z-index: 11;
	height: 14px;
	width: 15px;
} */

.faq-section-blog {
	position: relative;
	z-index: 9;
	padding: 2em 0;
	border-top: 3px solid hsla(0,0%,44%,.15);
	counter-reset: faq-question;
}

.faq-section-blog h2 {
	font-family: Futura Hv BT;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.3;
	margin-bottom: 20px;
	margin-top: 0;
}

.faq-wrapper {
	text-align: left;
	background: transparent;
	position: relative;
	z-index: 3;
	transition: all .3s ease-in-out;
	border-radius: 30px;
	overflow: hidden;
	border: 2px solid transparent;
}

.faq-wrapper .faq-answer ul {
	margin-top: 0;
}

.faq-wrapper .faq-answer ul li:nth-child(1) {
	margin-top: 0;
}

.faq-wrapper:nth-child(2):before {
	display: none;
}

.faq-wrapper p:last-child, .faq-wrapper ol:last-child, .faq-wrapper ul:last-child {
	margin-bottom: 0;
}

.faq-wrapper:hover {
	background: transparent linear-gradient(276deg, rgba(231,241,243,0.4), rgba(255,255,255,0.6) 100%) 0% 0% no-repeat padding-box;
	box-shadow: 20px 10px 60px #45738a24;
	z-index: 10;
	border: 2px solid #fff;
}

.faq-wrapper.open {
	background: transparent linear-gradient(276deg,#e7f1f3 0%,#ffffff 100%) 0% 0% no-repeat padding-box;
	box-shadow: 20px 10px 60px #45738a24;
	transition: all .3s ease-in-out;
	position: relative;
	z-index: 11;
	border: 2px solid #fff;
}

.faq-wrapper.open:hover {
	background: transparent linear-gradient(276deg,#e7f1f3 0%,#ffffff 100%) 0% 0% no-repeat padding-box;
	box-shadow: 20px 10px 60px #45738a24;
}

.faq-wrapper:before {
	position: absolute;
	top: 0;
	content: "";
	z-index: 2;
	left: 55px;
	right: 40px;
	border: 1px solid rgba(112,112,112,.15);
}

.faq-wrapper .faq-question {
	color: #1d1d1d;
	counter-increment: faq-question;
	cursor: pointer;
	font-weight: 500;
	font-family: "Futura Md BT";
	font-size: 1.25rem;
	letter-spacing: 0px;
	text-align: left;
	opacity: 1;
	margin-bottom: 0;
	margin-top: 0;
	position: relative;
	padding: 30px 55px;
  padding-right:75px;
}

.faq-wrapper .faq-question:after {
	background: url(https://www.qasource.com/hubfs/plus.svg) no-repeat center center/75% auto;
	content: "";
	height: 34px;
	position: absolute;
	right: 2em;
	top: 1.4em;
	transform: rotate(180deg);
	transition: all .25s linear;
	width: 34px;
}

.faq-wrapper .faq-answer {
	display: none;
	padding: 0 55px 30px;
}

.faq-wrapper .faq-answer ul li {
	padding-left: 40px;
	font-size: 1.25rem;
	text-align: left;
	color: #1d1d1d;
	font-family: Roboto, sans-serif;
	letter-spacing: 0px;
	opacity: 1;
	background: url(https://www.qasource.com/hubfs/qasource/images/list-style.svg) no-repeat 0 1px;
	margin-top: 10px;
}

.faq-wrapper.open .faq-question:after {
	background: url(https://www.qasource.com/hubfs/minus.svg) no-repeat center center/75% auto;
	transform: rotate(0deg);
}

.faq-wrapper ul.lg-three-columns {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}

.faq-wrapper:hover:before {
	border-color: transparent;
}

.faq-wrapper:hover+.faq-wrapper:before {
	border-color: transparent;
}

.faq-wrapper.open:before {
	border-color: transparent;
}

.faq-wrapper.open+.faq-wrapper:before {
	border-color: transparent;
}

.disclaimer-container .disclaimer-wrapper {
	border-top: 3px solid rgba(112,112,112,.15);
	border-bottom: 3px solid rgba(112,112,112,.15);
	width: 100%;
	line-height: 1.571;
	text-align: left;
	position: relative;
	z-index: 2;
	padding: 2em 0;
}

.disclaimer-container .disclaimer-wrapperh3 {
	color: #1d1d1d;
	font-size: 1.25rem;
	font-weight: 900;
	font-family: "Futura Hv BT";
	margin: 0 0 15px;
}

.disclaimer-container .disclaimer-wrapper p {
	font-style: italic;
	font-weight: 500;
	font-size: 20px;
	margin: 0;
}

.disclaimer-container .disclaimer-wrapper p+p {
	margin-top: 1em;
}

.sidebar-blog-subscription-wrapper {
	background: transparent linear-gradient(344deg,#e7f1f3 0,#fff 100%) 0 0 no-repeat padding-box;
	box-shadow: 20px 60px 60px #45738a24;
	border: 2px solid #fff;
	border-radius: 30px;
	opacity: 1;
	padding: 40px 28px;
	position: relative;
	z-index: 3;
}

.sidebar-blog-subscription-header h2 {
	font-size: 26px;
	font-weight: 900;
	color: #1d1d1d;
	font-family: 'Futura Hv BT';
	margin: 0 0 .25em;
	line-height: 1.3;
}

.sidebar-blog-subscription-header p {
	margin: 1em 0;
	color: #1d1d1d;
	font-size: 1.06rem;
}

.sidebar-blog-subscription form {
	position: relative;
}

.sidebar-blog-subscription .hs-main-font-element {
	margin-bottom: .5em;
}

.sidebar-blog-subscription .hs-main-font-element em {
	font-style: inherit;
	color: #1d1d1d;
	font-size: 1rem;
	font-style: italic;
	margin-left: 2px;
}

.sidebar-blog-subscription .hs-error-msg, {
	color: salmon;
	font-weight: 500;
	font-size: .8rem;
}

.sidebar-blog-subscription .hs-form .legal-consent-container .inputs-list .hs-form-booleancheckbox {
	padding-left: 35px;
}

.sidebar-blog-subscription .hs_error_rollup {
	display: none;
}

.sidebar-blog-subscription .hs-error-msgs {
	margin-bottom: 0;
	margin-top: 0;
}

.sidebar-blog-subscription .field {
	padding: 0;
	margin-bottom: 10px;
	position: relative;
}

.sidebar-blog-subscription .field>label:not(.hs-form-booleancheckbox-display) {
	font-size: 1.25rem;
	color: #1d1d1d;
	display: none;
	font-weight: 400;
	padding-left: 0;
	margin-bottom: 8px;
}

.sidebar-blog-subscription select.hs-input {
	cursor: pointer;
	color: rgba(7,38,67,.35);
	cursor: pointer;
	background-image: url('https://www.qasource.com/hubfs/image/qasource/icons/down-arrow.svg');
	background-repeat: no-repeat;
	background-position: center right 22px;
	padding-right: 45px;
	color: #000;
}

.sidebar-blog-subscription .hs-button {
	background: salmon;
	color: #fff !important;
	border: 0;
	font-size: 1.375rem;
	line-height: 1;
	padding: 21px 42px;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	font-weight: 500;
	font-family: "Futura Md BT";
	cursor: pointer;
	width: 100%;
	transition: all .3s ease-in-out;
}

.sidebar-blog-subscription .hs-button:hover {
	background: #f87465;
	box-shadow: 0 10px 30px rgba(249,125,159,.7607843137);
}

.sidebar-blog-subscription .hs-form-booleancheckbox-display>span {
	display: inline-block;
	padding-left: 0;
	cursor: pointer;
	position: relative;
	margin-left: 0 !important;
}

.sidebar-blog-subscription .hs-form-booleancheckbox-display>span::before {
	content: "";
	position: absolute;
	left: -27px;
	top: 1px;
	width: 9px;
	height: 13px;
	border-right: 2px solid salmon;
	border-bottom: 2px solid salmon;
	z-index: 1;
	transform: rotate(45deg);
	opacity: 0;
}

.sidebar-blog-subscription .hs-form-booleancheckbox-display>span::after {
	content: "";
	position: absolute;
	left: -35px;
	top: -2px;
	border-radius: 5px;
	width: 22px;
	height: 22px;
	background-color: #fff;
	border: 2px solid #bce9f5;
}

.sidebar-blog-subscription .hs-form-booleancheckbox-display>span p {
	font-size: 1.06rem;
	color: #1d1d1d;
	font-weight: 400;
}

.sidebar-blog-subscription .hs-form-booleancheckbox-display>span p a {
	display: inline-block;
	color: #00a8d0;
	border-bottom: 1px solid #00a8d0;
	position: relative;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

.sidebar-blog-subscription .hs-form-booleancheckbox-display .hs-form-required {
	display: none;
}

.sidebar-blog-subscription .hs_email input[type=email] {
	background-color: #fff;
	border: 2px solid #bce9f5;
	border-radius: 9px;
	width: 100%;
	height: 45px;
	padding: 10px 20px;
	color: #072643;
	font-size: 1rem;
}

.sidebar-blog-subscription .hs-input:not([type=checkbox]):focus, .sidebar-blog-subscription .hs-input:not([type=radio]):focus {
	border-color: #00a8d0;
}

.sidebar-blog-subscription .hs-input:not([type=checkbox])::-webkit-input-placeholder {
	color: rgba(7,38,67,.35);
}

.sidebar-blog-subscription .hs-input:not([type=checkbox]):-ms-input-placeholder {
	color: rgba(7,38,67,.35);
}

.sidebar-blog-subscription .hs-input:not([type=checkbox])::placeholder {
	color: rgba(7,38,67,.35);
}

.sidebar-blog-subscription .legal-consent-container .hs-form-booleancheckbox-display input[type=checkbox]:checked {
	float: left;
	position: relative;
	z-index: 1;
	background: salmon;
	opacity: 0;
	padding: 0;
}

.sidebar-blog-subscription .legal-consent-container .hs-form-booleancheckbox-display input[type=checkbox]:checked+span:before {
	opacity: 1;
}

.sidebar-blog-subscription .legal-consent-container .hs-form-booleancheckbox-display input[type=checkbox]:checked+span:after {
	opacity: 1;
	border-color: salmon;
	color: salmon;
	font-size: 16px;
	text-align: center;
}

.sidebar-blog-subscription .tooltip-wrapper .label-tooltip {
	color: #14355d;
	cursor: pointer;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.sidebar-blog-subscription .hs-form .legal-consent-container .inputs-list .hs-form-booleancheckbox-display input[type=checkbox]:checked+span:before {
	opacity: 1;
}

.sidebar-blog-subscription .hs-form .legal-consent-container .inputs-list .hs-form-booleancheckbox-display input[type=checkbox]+span:before {
	background-color: transparent;
	border-bottom: 2px solid salmon;
	border-left: transparent;
	border-right: 2px solid salmon;
	border-top: transparent;
	box-shadow: none;
	content: "" !important;
	content: "";
	height: 13px;
	left: -27px;
	opacity: 0;
	position: absolute;
	top: 1px;
	transform: rotate(45deg);
	width: 6px;
	z-index: 1;
}

.sidebar-blog-subscription .label-tooltip svg {
	display: inline-block;
	font-size: 20px;
	margin-top: -.15em;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	fill: salmon;
}

.sidebar-blog-subscription .hs-form-booleancheckbox-display>span p a:hover {
	color: salmon;
	border-bottom-color: salmon;
}

.sidebar-blog-subscription-wrapper .sidebar-blog-subscription .hbspt-form .submitted-message p span {
	padding: 16px 16px 16px 82px;
	font-family: Futura Hv BT !important;
	font-size: 20px;
	line-height: 1.2;
	margin: 0;
	color: #1d1d1d;
	background-color: #f2f9ff;
	border: 2px solid #c5daec;
	border-radius: 9px;
	display: block;
	position: relative;
}

.sidebar-blog-subscription-wrapper .sidebar-blog-subscription .hs-main-font-element {
	margin-bottom: 0;
}

.sidebar-blog-subscription-wrapper .sidebar-blog-subscription .hbspt-form .submitted-message p {
	margin: 0;
}

.sidebar-blog-subscription-wrapper .sidebar-blog-subscription .hbspt-form .submitted-message p span:after {
	content: "";
	position: absolute;
	left: 20px;
	top: 18px;
	width: 45px;
	height: 45px;
	background-size: contain;
	background-image: url(https://www.qasource.com/hubfs/subscribe-icon.svg);
	background-position: center center;
	background-repeat: no-repeat;
}

.sidebar-blog-subscription-wrapper .hs-input.invalid.error {
	border: 2px solid salmon;
}

.sidebar-blog-subscription-wrapper .hs-input.error-mssg+span::after {
	border: 2px solid salmon;
}

.sidebar-blog-subscription-wrapper .hs-dependent-field label.hs-error-msg.hs-main-font-element {
	position: static;
	color: salmon;
}

.sidebar-blog-subscription .hs-error-msgs>li>label>a {
	color: #00a8d0;
	font-size: .8rem;
	font-weight: 500;
	cursor: pointer;
}

.sidebar-blog-subscription .hs-error-msgs>li>label {
	color: salmon;
	font-size: .8rem;
	font-weight: 500;
	margin-left: 2px;
}



@media (max-width: 585px){
      body {
        padding-top: 95px;
    }
}

.contact-links a:not(.primary-btn) .icon, .contact-links address .icon, .footer-col .pages-links a:after, .footer-col .pages-links a, .footer-col a:not(.primary-btn), .footer-col address, #back-to-top, .read-more:after, .secondary-btn img, .secondary-btn svg, .secondary-btn, .primary-btn img, .primary-btn svg, .primary-btn, a {
	transition: all 0.35s ease-in-out;
}

p {
	font-size: 1.25rem;
	color: #1d1d1d;
	margin-top: 0;
}

ul.two-list li {
	margin-bottom: 0.833rem;
	padding-left: 40px;
	font-size: 1.25rem;
	text-align: left;
	color: #1d1d1d;
	opacity: 1;
	background: url(https://www.qasource.com/hubfs/qasource/images/list-style.svg) no-repeat 0 1px;
}

.wrapper {
	background-color: #f1f5fa;
}

.link-salmon {
	display: inline-block;
	color: salmon;
	border-bottom: 1px solid rgba(0,0,0,0);
}

.primary-btn:hover {
	background: #f87465;
	box-shadow: 0px 10px 30px rgba(249,125,159,.7607843137);
}

.secondary-btn a {
	background: #fff;
	color: salmon;
	border: 0;
	font-size: 1.375rem;
	line-height: 1;
	padding: 19px 17px;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	font-weight: 500;
	border: 2px solid rgba(254,93,94,0.4);
	font-family: "Futura Md BT";
	cursor: pointer;
}

.secondary-btn a:hover {
	box-shadow: 0 10px 30px rgba(255,255,255,.3);
}

.section-heading {
	margin-top: 0;
	margin-bottom: 30px;
	line-height: 1.2;
	font-size: 3.1rem;
	color: #1d1d1d;
	font-family: "Futura Hv BT";
}

.site-footer {
	padding-top: 100px;
	background-color: #265369;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 9;
}

.footer-top {
	padding-bottom: 70px;
	margin-bottom: 80px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.footer-logo {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.footer-info {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	padding-left: 120px;
}

.footer-info p {
	margin-top: 0;
	line-height: 2;
	font-size: 1.125rem;
	color: rgba(255,255,255,0.66);
}

.footer-info .link-blue {
	font-size: 1.25rem;
	font-weight: 500;
	border-bottom: 1px solid;
}

.footer-links {
	margin: 0 -15px;
}

.footer-col {
	width: 33.33%;
	padding: 0 15px;
}

.footer-col h3 {
	font-size: 1.563rem;
	color: #fff;
	font-family: "Futura Md BT";
	font-weight: 500;
	margin-top: 0;
}

.footer-col a:not(.primary-btn), .footer-col address {
	font-size: 1.125rem;
	color: rgba(255,255,255,0.66);
	cursor: pointer;
}

.footer-col a:not(.primary-btn):hover, .footer-col address:hover {
	color: #fff;
}

.footer-col ul {
	margin-bottom: 0;
}

.footer-col li + li:not(.social-items) {
	margin-top: 15px;
}

.footer-col .pages-links a {
	position: relative;
}

.footer-col .pages-links a:after {
	content: "";
	position: absolute;
	left: -20px;
	top: 6px;
	width: 8px;
	height: 8px;
	opacity: 0;
	border-width: 0 2px 2px 0px;
	border-style: solid;
	transform: rotate(-45deg);
}

.footer-col .pages-links a:hover {
	padding-left: 15px;
}

.footer-col .pages-links a:hover:after {
	opacity: 1;
	left: -4px;
}

.contact-links ul {
	margin-bottom: 50px;
}

.about-links, .rating {
	margin-top: 35px;
}

.rating>div {
	background: #fff;
	display: contents;
	max-width: 155px;
	padding: 10px 10px 6px;
	border-radius: 4px;
}

.contact-links a:not(.primary-btn), .contact-links address {
	font-style: normal;
	position: relative;
	display: block;
	padding-left: 45px;
}

.contact-links a:not(.primary-btn) .icon, .contact-links address .icon {
	position: absolute;
	left: 0;
	top: -1px;
	width: 26px;
	height: 26px;
	border-radius: 50px;
	background: #00a8d0;
}

.contact-links a:not(.primary-btn) .icon svg, .contact-links address .icon svg {
	width: 100%;
	height: 100%;
}

.contact-links a:not(.primary-btn):hover .icon, .contact-links address:hover .icon {
	background: #fff;
}

.contact-links .primary-btn {
	display: inline-flex;
}

.contact-links .primary-btn img {
	margin-left: 10px;
}

.contact-links .primary-btn a {
	padding-left: 0;
	color: #fff;
	font-size: 1.375rem;
}

.social-link {
	margin-top: 35px;
}

.social-link ul {
	margin-left: -4px;
	margin-right: -4px;
}

.social-link li {
	padding-left: 4px;
	padding-right: 4px;
}

.social-link li:last-child a {
	padding: 5px;
}

.social-link a {
	display: block;
	border-radius: 50px;
	height: 32px;
	width: 32px;
	background: #00a8d0;
	border: 1px solid #00a8d0;
}

.social-link a svg {
	width: 100%;
	height: 100%;
}

.social-link a:hover {
	box-shadow: 0 0 30px rgba(255,255,255,0.25);
	background: #fff;
	transform: translateY(-4px);
}

.clutch-wrapper .clutch-link {
	background: transparent;
	border: none;
	width: 145px;
	height: 42px;
}

.clutch-wrapper .clutch-link:hover {
	background: transparent;
	box-shadow: none;
	transform: none;
}

.footer-bottom {
	border-top: 1px solid rgba(255,255,255,0.2);
	margin-top: 100px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer-bottom .copyright {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
	font-size: 1rem;
	color: rgba(255,255,255,0.66);
}

.footer-bottom .site-info-links {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	padding-left: 100px;
}

.footer-bottom .site-info-links ul {
	margin-right: -10px;
	margin-left: -10px;
	margin-top: 0;
	margin-bottom: 0;
}

.footer-bottom .site-info-links li {
	padding-left: 10px;
	padding-right: 10px;
}

.footer-bottom .site-info-links li + li {
	border-left: 1px solid rgba(170,181,191,0.36);
}

.footer-bottom .site-info-links a {
	font-size: 1rem;
	display: inline-block;
	color: rgba(255,255,255,0.66);
}

.footer-bottom .site-info-links a:hover {
	color: #fff;
}

#back-to-top {
	opacity: 0;
	cursor: pointer;
	width: 60px;
	height: 60px;
	background: salmon;
	position: fixed;
	z-index: 998;
	right: 30px;
	bottom: 30px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 30px 0 rgba(250,128,114,.5);
	animation: move 1.7s infinite alternate;
}

#back-to-top.show {
	opacity: 1;
}

#back-to-top::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50px;
	pointer-events: auto;
	animation: simple-pulse 1.5s linear infinite;
}

#back-to-top:hover {
	background: #f87465;
	box-shadow: 0 0 0 10px rgba(250,128,114,.2);
	transform: scale(0.95);
}

#back-to-top:after {
	content: "";
	width: 15px;
	height: 15px;
	border-width: 0 2px 2px 0;
	border-style: solid;
	border-color: #fff;
	transform: rotate(-135deg) translate(-3px,-3px);
}

.social-link li:nth-child(5) a {
	display: block;
	padding: 5px;
}

.post-body .cta-primary-button {
	background: salmon;
	border: 0;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "Futura Md BT", 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	overflow: hidden;
	padding: 15px 18px;
	position: relative;
	text-align: center;
	transition: all .3s ease-in-out;
	cursor: pointer;
	text-decoration: none;
}

.post-body .cta-primary-button:hover, .post-body .cta-primary-button:active, .post-body .cta-primary-button:active:hover, .post-body .cta-primary-button:focus {
	background: #f87465;
	color: #fff;
	box-shadow: 0px 10px 30px #f97d9fc2;
}

.cookies-bar {
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 999;
	background: #fff;
}

.cookies-bar {
	padding-top: 30px;
	padding-bottom: 30px;
	box-shadow: 0 -3px 30px rgba(95,150,162,.55);
	background: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	transition: transform .5s linear;
	transform: translateY(100%);
}

.cookies-bar.active {
	transform: translateY(0);
}

.cookies-bar .container {
	max-width: 1100px;
	display: flex;
}

.cookies-bar .cookies-content {
	max-width: 650px;
	padding-right: 40px;
}

[data-sprite] {
	height: 0;
	overflow: hidden;
	position: sticky;
	top: 150px;
	width: 0;
}

@media only screen and (max-width: 1599.98px) {
	p {
		font-size: 1.15rem;
	}
}

@media only screen and (max-width: 766.98px) {
	p {
		font-size: 1.1rem;
	}
}

@media only screen and (max-width: 479.98px) {
	p {
		font-size: 1rem;
	}
}

@media only screen and (max-width: 1599.98px) {
	ul.two-list li {
		font-size: 1.125rem;
		padding-left: 33px;
		background-size: 19px;
		background-position-y: 2px;
	}
}

@media only screen and (max-width: 1199.98px) {
	ul.two-list li {
		font-size: 1.1rem;
		padding-left: 25px;
		background-size: 16px;
		background-position-y: 4px;
	}
}

@media only screen and (max-width: 479.98px) {
	ul.two-list li {
		font-size: 1rem;
	}
}

@media only screen and (max-width: 1439.98px) {
	ul.two-list li + li {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 1599.98px) {
	.container {
		max-width: 1366px;
	}
}

@media only screen and (max-width: 1439.98px) {
	.container {
		max-width: 1280px;
	}
}

@media only screen and (max-width: 1365.98px) {
	.container {
		max-width: 1170px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.container {
		max-width: 960px;
	}
}
/* 
@media only screen and (max-width: 1599.98px) {
	.primary-btn {
		font-size: 1.2rem;
	}
}

@media only screen and (max-width: 1365.98px) {
	.primary-btn {
		padding: 16px 30px;
	}
}

@media only screen and (max-width: 766.98px) {
	.primary-btn {
		font-size: 1.1rem;
	}
}

@media only screen and (max-width: 1599.98px) {
	.hubspot-primary-btn a {
		font-size: 1.2rem;
	}
}

@media only screen and (max-width: 1365.98px) {
	.hubspot-primary-btn a {
		padding: 16px 30px;
	}
}

@media only screen and (max-width: 766.98px) {
	.hubspot-primary-btn a {
		font-size: 1.1rem;
	}
}

@media only screen and (max-width: 1599.98px) {
	.secondary-btn a {
		font-size: 1.2rem;
	}
}

@media only screen and (max-width: 1365.98px) {
	.secondary-btn a {
		padding: 20px 30px;
	}
}

@media only screen and (max-width: 1599.98px) {
	.hubspot-secondary-btn a {
		font-size: 1.2rem;
	}
}

@media only screen and (max-width: 1365.98px) {
	.hubspot-secondary-btn a {
		padding: 20px 30px;
	}
}

@media only screen and (max-width: 1599.98px) {
	.section-heading {
		font-size: 3rem;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 1439.98px) {
	.section-heading {
		font-size: 2.8rem;
	}
}

@media only screen and (max-width: 1365.98px) {
	.section-heading {
		font-size: 2.5rem;
	}
}

@media only screen and (max-width: 1199.98px) {
	.section-heading {
		font-size: 2.2rem;
	}
}

@media only screen and (max-width: 766.98px) {
	.section-heading {
		font-size: 2rem;
	}
}

@media only screen and (max-width: 574.98px) {
	.section-heading {
		font-size: 1.7rem;
	}
}

@media only screen and (max-width: 990.98px) {
	#back-to-top {
		width: 50px;
		height: 50px;
	}
}

@media only screen and (max-width: 766.98px) {
	#back-to-top {
		width: 40px;
		height: 40px;
	}
}

@media only screen and (max-width: 990.98px) {
	#back-to-top:after {
		width: 12px;
		height: 12px;
		transform: rotate(-135deg) translate(-2px,-2px);
	}
}

@media only screen and (max-width: 766.98px) {
	#back-to-top:after {
		width: 10px;
		height: 10px;
	}
}

@keyframes move {
	from {
		bottom: 50px;
	}

	to {
		bottom: 30px;
	}
}

@keyframes simple-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(250,128,114,0.8);
	}

	70% {
		box-shadow: 0 0 0 24px rgba(250,128,114,0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(250,128,114,0);
	}
}

@media only screen and (max-width: 1599.98px) {
	.pad-bottom {
		padding-bottom: 40px;
	}
}

@media only screen and (max-width: 1365.98px) {
	.pad-bottom {
		padding-bottom: 30px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.pad-bottom {
		padding-bottom: 25px;
	}
}

@media only screen and (max-width: 1599.98px) {
	.pad-top {
		padding-top: 40px;
	}
}

@media only screen and (max-width: 1365.98px) {
	.pad-top {
		padding-top: 30px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.pad-top {
		padding-top: 25px;
	}
}

@media only screen and (max-width: 1599.98px) {
	.section-content {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 990.98px) {
	.section-content {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 1599.98px) {
	.section-content.xl-space {
		max-width: 900px;
	}
}

@media (max-width: 959.98px) {
	.section-content p.text-center {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media only screen and (max-width: 766.98px) {
	.section-content p.text-center {
		padding-left: 0;
		padding-right: 0;
	}
}

@keyframes rectangle {
	0% {
		clip-path: polygon(0% 0%,0% 0%,0% 100%,0% 100%);
	}

	100% {
		clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
	}
}

@media only screen and (max-width: 1599.98px) {
	.btn-top-space {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 766.98px) {
	.btn-top-space {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 1599.98px) {
	.section-top-space {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 766.98px) {
	.section-top-space {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.site-header {
		padding-top: 20px;
		padding-bottom: 6px;
	}
}

@media only screen and (max-width: 990.98px) {
	.site-header {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media only screen and (max-width: 1365.98px) {
	.site-header .navbar-brand {
		max-width: 200px;
		display: block;
	}
}

@media only screen and (max-width: 1199.98px) {
	.site-header .navbar-brand {
		display: none;
	}
}

@media only screen and (max-width: 990.98px) {
	.site-header .navbar-brand {
		display: block;
	}
}

@media only screen and (max-width: 479.98px) {
	.site-header .navbar-brand {
		max-width: 144px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.site-header .navbar-brand-with-favicon {
		display: block;
	}
}

@media only screen and (max-width: 990.98px) {
	.site-header .navbar-brand-with-favicon {
		display: none;
	}
}

@media only screen and (max-width: 1599.98px) {
	.site-header .hubspot-primary-btn a {
		font-size: 1.2rem;
		padding: 15px 30px;
		min-width: 135px;
	}
}

@media only screen and (max-width: 1365.98px) {
	.site-header .hubspot-primary-btn a {
		font-size: 1rem;
		min-width: 121px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.site-header .hubspot-primary-btn a {
		font-size: .9rem;
		min-width: 88px;
		padding: 15px 13px;
	}
}

@media only screen and (max-width: 990.98px) {
	.site-header .hubspot-primary-btn a {
		font-size: .9rem;
		min-width: 120px;
		padding: 15px 16px;
	}
}

@media only screen and (max-width: 479.98px) {
	.site-header .hubspot-primary-btn a {
		min-width: 55px;
		padding: 15px 20px;
	}
}

@media only screen and (max-width: 990.98px) {
	.site-header .header-mobile-btn.hubspot-primary-btn {
		display: block;
	}
}

@media only screen and (max-width: 990.98px) {
	.fixedHeader .site-navigation .submenu-background {
		border-radius: 0px;
	}
}

@media only screen and (max-width: 1365.98px) {
	.site-navigation .submenu-background {
		left: -30px;
		right: -30px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.site-navigation .submenu-background {
		border-radius: 0;
		top: -15px;
		bottom: -10px;
	}
}

@media only screen and (max-width: 990.98px) {
	.site-navigation .submenu-background {
		border-radius: 0;
		bottom: 0;
	}
}

@media only screen and (max-width: 1199.98px) {
	.menu-open .background-filter {
		height: 100%;
		opacity: 1;
	}
}

@media only screen and (min-width: 991px) {
	.blur-filter .site-navigation .submenu-background {
		opacity: 1;
		border-radius: 60px 60px 0 0;
		background-color: #fff;
		box-shadow: 0px 14px 40px rgba(141,165,186,0.3019607843);
		transition: opacity .25s linear 0s, box-shadow .25s linear 0s, background-color .3s linear 0s, border-radius .25s linear 0s;
	}

	.blur-filter .background-filter {
		height: 100%;
		opacity: 1;
		transition: opacity .15s linear .15s, height 0s linear .175s;
	}

	.blur-filter .site-header .submenu-wrapper {
		border-radius: 0 0 60px 60px;
	}
}

@media only screen and (min-width: 991px) {
	.site-header .site-navigation {
		align-items: center;
		display: flex;
		justify-content: space-between;
		height: 65px;
		padding-top: 10px;
		position: relative;
		z-index: 15;
	}
}

@media only screen and (min-width: 991px)and (max-width: 1199.98px) {
	.site-header .site-navigation {
		padding-top: 0;
	}
}

@media only screen and (min-width: 991px) {
	.site-header .site-navigation .navbar-header {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
}

@media only screen and (min-width: 991px) {
	.site-header .site-navigation .navbar-mobilemenu, .site-header .site-navigation .navigation-header {
		display: none;
	}
}

@media only screen and (min-width: 991px) {
	.site-header .submenu-wrapper {
		background-color: #f1f5fa;
		border-radius: 0px 0px 60px 60px;
		box-shadow: 3px 25px 40px #8da5ba4D;
		left: -40px;
		right: -40px;
		display: flex;
		top: 137%;
		opacity: 0;
		position: absolute;
		max-height: 0px;
		overflow: hidden;
		transition: opacity .3s linear 0s, border-radius .3s linear 0s, max-height .3s linear 0s;
		z-index: 4;
	}
}

@media only screen and (min-width: 991px)and (max-width: 1199.98px) {
	.site-header .submenu-wrapper {
		left: -30px;
		right: -30px;
		top: 115%;
	}
}

@media only screen and (min-width: 991px) {
	.site-header .submenu-wrapper .submenu-content {
		display: flex
	}

	.site-header .submenu-wrapper .submenu-content .submenu-page-list {
		width: 75%;
		padding-right: 15px;
		margin: 25px 10px 25px 25px;
      max-height: 65vh; 
    overflow-y: hidden;
    scrollbar-gutter: stable;
	}
 
 
  .site-header .submenu-wrapper .submenu-content .submenu-page-list:hover {
      overflow-y: auto; 
  }
  .site-header .submenu-wrapper .submenu-content .submenu-page-list::-webkit-scrollbar-thumb {
    background: transparent; 
    border-radius: 10px;
}


.site-header .submenu-wrapper .submenu-content .submenu-page-list:hover::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .1); 
}


.site-header .submenu-wrapper .submenu-content .submenu-page-list::-webkit-scrollbar-thumb:hover {
    background: salmon; 
}
}

@media only screen and (min-width: 991px)and (max-width: 1365.98px) {
	.site-header .submenu-wrapper .submenu-content .submenu-page-list {
		width: 75%;
    max-height: 75vh;
	}
}
@media only screen and (min-width: 1365.98px)and (max-width: 1440.98px) {
	.site-header .submenu-wrapper .submenu-content .submenu-page-list {
    max-height: 80vh;
	}
}
@media only screen and (min-width: 1440.98px)and (max-width: 1599.98px) {
	.site-header .submenu-wrapper .submenu-content .submenu-page-list {
    max-height: 85vh;
	}
}
@media only screen and (min-width: 1599.98px) {
	.site-header .submenu-wrapper .submenu-content .submenu-page-list {
    max-height: 100vh;
	}
}

@media only screen and (min-width: 991px) {
	.site-header .submenu-wrapper .submenu-content ul {
		list-style: none;
		margin: 0;
		padding: 0;
		display: grid;
		grid-template-columns: repeat(3,1fr);
		grid-gap: 8px;
	}
}

@media only screen and (min-width: 991px)and (max-width: 1199.98px) {
	.site-header .submenu-wrapper .submenu-content ul {
		grid-template-columns: repeat(2,1fr);
	}
}

@media only screen and (min-width: 991px) {
	.site-header .submenu-wrapper .submenu-content ul li {
		vertical-align: top;
		grid-row: span 1;
		grid-column: span 1;
	}
}

@media only screen and (min-width: 991px) {
	.site-header .submenu-wrapper .submenu-content ul a {
		max-width: 380px;
		width: 100%;
		display: block;
		padding: 15px 20px 15px 80px;
		border-radius: 8px;
		position: relative;
		overflow: hidden;
		transition: background-color .25s ease-in-out;
	}

	.site-header .submenu-wrapper .submenu-content ul a:hover, .site-header .submenu-wrapper .submenu-content ul a.current-page {
		background-color: #d6f1f8;
	}

	.site-header .submenu-wrapper .submenu-content ul a .submenu-page-icon {
		position: absolute;
		left: 20px;
		top: 20px;
		z-index: 2;
		width: 42px;
		height: 42px;
	}

	.site-header .submenu-wrapper .submenu-content ul a svg {
		width: 42px;
		height: 42px;
	}

	.site-header .submenu-wrapper .submenu-content ul a i {
		font-size: 14px;
		color: #1d1d1d;
		font-style: normal;
	}
}

@media only screen and (min-width: 991px) {
	.site-header .submenu-wrapper .close-submenu {
		display: none;
	}
}

@media only screen and (min-width: 991px) {
	.navigation-wrapper {
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
		padding-left: 62px;
		justify-content: space-between;
		display: flex;
		flex-wrap: wrap;
	}
}

@media only screen and (min-width: 991px)and (max-width: 1599.98px) {
	.navigation-wrapper {
		padding-left: 55px;
	}
}

@media only screen and (min-width: 991px)and (max-width: 1439.98px) {
	.navigation-wrapper {
		padding-left: 34px;
	}
}

@media only screen and (min-width: 991px)and (max-width: 1365.98px) {
	.navigation-wrapper {
		padding-left: 27px;
	}
}

@media only screen and (min-width: 991px)and (max-width: 1199.98px) {
	.navigation-wrapper {
		padding-left: 42px;
	}
}

@media only screen and (min-width: 991px) {
	.navigation-wrapper .navigation-content {
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		padding-right: 30px;
	}
}

@media only screen and (min-width: 991px)and (max-width: 1439.98px) {
	.navigation-wrapper .navigation-content {
		padding-right: 9px;
	}
}

@media only screen and (min-width: 991px)and (max-width: 1199.98px) {
	.navigation-wrapper .navigation-content {
		padding-right: 0px;
	}
}

@media only screen and (min-width: 991px) {
	.navigation-wrapper .navigation-content>ul {
		display: flex;
		flex: 1;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.navigation-wrapper .navigation-content>ul>li {
		margin-left: 17px;
		margin-right: 17px;
	}
}

@media only screen and (min-width: 991px)and (max-width: 1439.98px) {
	.navigation-wrapper .navigation-content>ul>li {
		margin-left: 11px;
		margin-right: 11px;
	}
}

@media only screen and (min-width: 991px)and (max-width: 1365.98px) {
	.navigation-wrapper .navigation-content>ul>li {
		margin-left: 8px;
		margin-right: 8px;
	}
}

@media only screen and (min-width: 991px)and (max-width: 1199.98px) {
	.navigation-wrapper .navigation-content>ul>li {
		margin-left: 12px;
		margin-right: 12px;
	}
}

@media only screen and (min-width: 991px) {
	.navigation-wrapper .navigation-content>ul>li.current-page>a {
		border-color: salmon;
		color: salmon;
	}

	.navigation-wrapper .navigation-content>ul>li.current-page>a.nav-item:after {
		border-right: 2px solid salmon;
		border-bottom: 2px solid salmon;
	}
}

@media only screen and (min-width: 991px) {
	.navigation-wrapper .navigation-content>ul>li.current-page.opened-submenu .nav-item:before {
		border-bottom-color: salmon;
	}
}

@media only screen and (min-width: 991px) {
	.navigation-wrapper .navigation-content>ul>li>a {
		font-size: 1rem;
		font-weight: 500;
		color: #1d1d1d;
		display: inline-block;
		height: 100%;
		text-decoration: none;
		position: relative;
		z-index: 9;
		transition: all .3s ease-in-out;
	}
}

@media only screen and (min-width: 991px)and (max-width: 1199.98px) {
	.navigation-wrapper .navigation-content>ul>li>a {
		font-size: .9rem;
	}
}

@media only screen and (min-width: 991px) {
	.navigation-wrapper .navigation-content>ul>li>a:hover {
		border-color: salmon;
		color: salmon;
	}

	.navigation-wrapper .navigation-content>ul>li>a:hover:after {
		border-right: 2px solid salmon;
		border-bottom: 2px solid salmon;
	}
}

@media only screen and (min-width: 991px) {
	.navigation-wrapper .navigation-content>ul>li>a.nav-item {
		padding-right: 17px;
	}

	.navigation-wrapper .navigation-content>ul>li>a.nav-item:hover {
		border-color: salmon;
		color: salmon;
	}

	.navigation-wrapper .navigation-content>ul>li>a.nav-item:hover:after {
		border-right: 2px solid salmon;
		border-bottom: 2px solid salmon;
	}

	.navigation-wrapper .navigation-content>ul>li>a.nav-item:before {
		padding-bottom: 62px;
		content: "";
		position: absolute;
		width: 100%;
		z-index: 10;
		transition-duration: .3s;
		border-bottom: 3px solid transparent;
	}
}

@media only screen and (min-width: 991px)and (max-width: 1199.98px) {
	.navigation-wrapper .navigation-content>ul>li>a.nav-item:before {
		padding-bottom: 50px;
	}
}

@media only screen and (min-width: 991px) {
	.navigation-wrapper .navigation-content>ul>li>a.nav-item:after {
		content: "";
		position: absolute;
		right: 0;
		bottom: 10px;
		width: 7px;
		height: 7px;
		border-right: 2px solid #1d1d1d;
		border-bottom: 2px solid #1d1d1d;
		transition: border-right .3s ease-in-out, border-bottom .3s ease-in-out;
		transform: rotate(45deg);
	}
}

@media only screen and (min-width: 991px) {
	.navigation-wrapper .navigation-content>ul>li.opened-submenu>a.nav-item {
		color: salmon;
	}

	.navigation-wrapper .navigation-content>ul>li.opened-submenu>a.nav-item::before {
		border-bottom-color: salmon;
	}

	.navigation-wrapper .navigation-content>ul>li.opened-submenu>a.nav-item::after {
		border-right: 2px solid salmon;
		border-bottom: 2px solid salmon;
	}
}

@media only screen and (min-width: 991px) {
	.navigation-wrapper .cta-button-wrapper {
		margin-left: 10px;
	}
}

@media only screen and (min-width: 991px) {
	.has-submenu.opened-submenu .nav-item:hover:before {
		border-bottom-color: salmon;
	}

	.has-submenu.opened-submenu .submenu-wrapper {
		z-index: 5;
		opacity: 1;
		transition: opacity .4s linear .2s, max-height .3s linear .2s;
		max-height: 80vh;
	}
}

@media only screen and (min-width: 991px)and (max-width: 1200px) {
	.has-submenu.opened-submenu .submenu-wrapper {
		max-height: 70vh;
	}
}

@media only screen and (min-width: 991px)and (max-width: 993px) {
	.has-submenu.opened-submenu .submenu-wrapper {
		max-height: 100%;
	}
}

@media only screen and (min-width: 991px)and (max-width: 1365.98px) {
	.has-submenu.opened-submenu .submenu-wrapper [data-menuitem=Services] .submenu-page-list, .has-submenu.opened-submenu .submenu-wrapper [data-menuitem=AI Services] .submenu-page-list, .has-submenu.opened-submenu .submenu-wrapper [data-menuitem=Why QASource] .submenu-page-list {
		overflow: auto;
	}
}

@media only screen and (min-width: 991px) {
	.header-submenu-topBar, .submenu-mail {
		display: none;
	}
}

@media only screen and (max-width: 990.98px) {
	.overview-page-info .primary-btn {
		max-width: 168px;
	}
}

@media only screen and (max-width: 1599.98px) {
	.submenu-page-name {
		font-size: 16px;
	}
}

@media only screen and (min-width: 991px) {
	.submenu-col {
		width: 62%;
	}

	.submenu-overview {
		width: 25%;
		padding-left: 20px;
		background: #e1f8fe;
		padding-bottom: 25px;
		padding-top: 15px;
		padding-right: 10px;
		border-bottom-right-radius: 8px;
	}
}

@media only screen and (min-width: 991px)and (max-width: 1199.98px) {
	.submenu-overview {
		width: 30%;
	}
}

@media only screen and (min-width: 991px) {
	.submenu-overview h3 {
		font-size: 16px;
		margin-top: 13px;
		margin-bottom: 20px;
		font-weight: 500;
		color: #12151e;
	}
}

@media only screen and (min-width: 991px) {
	.overview-page-info p {
		font-size: 14px;
		margin-bottom: 1.8em;
	}
}

@media only screen and (min-width: 991px) {
	.overview-page-img {
		margin-bottom: 20px;
	}

	.overview-page-img.qaservices-svg .svg-responsive {
		margin-left: -35px;
	}

	.overview-page-img.industries-svg .svg-responsive {
		margin-left: -58px;
	}

	.overview-page-img.ai-services-svg .svg-responsive {
		margin-left: -20px;
	}

	.overview-page-img.industries-svg .svg-responsive:before {
		padding-top: 59.25%;
	}
}

@media only screen and (min-width: 991px)and (max-width: 1199.98px) {
	.overview-page-img.industries-svg .svg-responsive:before {
		padding-top: 65.25%;
	}
}

@media only screen and (min-width: 991px)and (max-width: 1439.98px) {
	.overview-page-img.industries-svg .svg-responsive {
		margin-left: -53px;
	}
}

@media only screen and (min-width: 991px)and (max-width: 1365.98px) {
	.overview-page-img.industries-svg .svg-responsive {
		margin-left: -47px;
	}
}

@media only screen and (min-width: 991px)and (max-width: 1199.98px) {
	.overview-page-img.industries-svg .svg-responsive {
		margin-left: -38px;
	}
}

@media only screen and (min-width: 991px) {
	.overview-page-img.knowledge-svg .svg-responsive {
		margin-left: -88px;
	}
}

@media only screen and (min-width: 991px)and (max-width: 1439.98px) {
	.overview-page-img.knowledge-svg .svg-responsive {
		margin-left: -81px;
	}
}

@media only screen and (min-width: 991px)and (max-width: 1365.98px) {
	.overview-page-img.knowledge-svg .svg-responsive {
		margin-left: -73px;
	}
}

@media only screen and (min-width: 991px)and (max-width: 1199.98px) {
	.overview-page-img.knowledge-svg .svg-responsive {
		margin-left: -64px;
	}
}

@media only screen and (min-width: 991px) {
	.overview-page-img.knowledge-svg .svg-responsive:before {
		padding-top: 62.25%;
	}
}

@media only screen and (min-width: 991px)and (max-width: 1199.98px) {
	.overview-page-img.knowledge-svg .svg-responsive:before {
		padding-top: 67.25%;
	}
}

@media only screen and (min-width: 991px) {
	.overview-page-img.about-svg .svg-responsive {
		margin-left: -72px;
	}
}

@media only screen and (min-width: 991px)and (max-width: 1599.98px) {
	.overview-page-img.about-svg .svg-responsive {
		margin-left: -68px;
	}
}

@media only screen and (min-width: 991px)and (max-width: 1439.98px) {
	.overview-page-img.about-svg .svg-responsive {
		margin-left: -62px;
	}
}

@media only screen and (min-width: 991px)and (max-width: 1365.98px) {
	.overview-page-img.about-svg .svg-responsive {
		margin-left: -57px;
	}
}

@media only screen and (min-width: 991px)and (max-width: 1199.98px) {
	.overview-page-img.about-svg .svg-responsive {
		margin-left: -53px;
	}
}

@media only screen and (min-width: 991px) {
	.overview-page-img.about-svg .svg-responsive:before {
		padding-top: 62.25%;
	}
}

@media only screen and (min-width: 991px)and (max-width: 1199.98px) {
	.overview-page-img.about-svg .svg-responsive:before {
		padding-top: 67.25%;
	}
}

@media only screen and (min-width: 991px) {
	.submenu-row {
		overflow: hidden;
	}
}

@media only screen and (min-width: 991px) {
	.overview-page-info .read-more::after {
		top: 7px;
	}
}

@media only screen and (max-width: 990.98px) {
	.mobile-search-new.display-mobile-search {
		display: block;
	}
}

@media only screen and (max-width: 1199.98px) {
	.mobile-search-new {
		transform: none;
		margin-right: 5px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.mobile-search-toogle {
		padding: 11px;
	}
}

@media only screen and (max-width: 479.98px) {
	.mobile-search-toogle {
		padding: 9px;
	}
}

@media(max-width: 360px) {
	.mobile-search-toogle {
		padding: 12px;
	}
}

@media only screen and (max-width: 1365.98px) {
	.mobile-search-toogle svg {
		width: 25px;
		height: 25px;
	}
}



@media only screen and (max-width: 1439.98px) {
	.header-search-bar-wrap .serach {
		padding-right: 60px;
		padding-left: 30px;
	}
}

@media only screen and (max-width: 479.98px) {
	.header-search-bar-wrap .serach {
		padding-left: 0px;
		padding: 10px 55px 10px 18px;
	}
}

@media only screen and (max-width: 574.98px) {
	.header-search-bar-wrap .search-icon {
		right: 5px;
	}
}

@media only screen and (max-width: 574.98px) {
	.header-search-bar-wrap .search-icon .btn {
		width: 22px;
	}
}

@media only screen and (max-width: 479.98px) {
	    .quick-links-list a {
        min-width: auto;
        padding: 10px 10px 12px 65px;
        max-width: none;
    }
  .quick-links-list a .quick-link-page-name{
   font-size: 14px 
  }
}

@media only screen and (max-width: 574.98px) {
	.mobile-search-new {
		flex: 1;
		text-align: right;
	}

	
}


@media only screen and (max-width: 574.98px) {
	.searchInput {
		max-width: 767px;
		width: auto;
		text-align: left;
	}
}

@media only screen and (max-width: 479.98px) {
	.searchInput {
		min-width: 229px;
		padding: 15px;
    max-width: 229px;
	}
}


@media only screen and (max-width: 574.98px) {
	.header-search-bar-wrap .serach {
		width: 100%;
	}
}


/* @media screen and (max-width: 585px) and (orientation: portrait) {
	.suggested-search {
		display: none;
	}
}

/* Mobile Landscape Mode *\
@media (orientation: landscape) and (max-height: 500px) {
    .suggested-search {
        display: none;
    }
  .disableScroll .top-notification-bar{
   display:none; 
  }
  .searchInput{
   padding: 15px; 
  }
  .quick-links p{
   margin-top:8px; 
  }
  .quick-links-list ul li:last-child{
    display:none; 
  }
  .disableScroll .site-header{
    top:0 !important; 
  }
  
}

@media screen and (max-width: 485px) {
	.quick-links {
		display: 195px;
	}
  .quick-links p:before{
width: 100px;
  }
}

@media only screen and (max-width: 990.98px) {
	.site-header {
		background-color: transparent;
		font-size: .833em;
		width: 100%;
	}

	.site-header .site-navigation {
		align-items: center;
		display: flex;
		justify-content: space-between;
	}

	.site-header .hubspot-primary-btn {
		display: none;
	}

	.navbar-mobilemenu {
		position: relative;
		z-index: 5;
		margin-top: 7px;
		margin-right: 5px;
	}
}

@media only screen and (max-width: 990.98px)and (max-width: 479.98px) {
	.navbar-mobilemenu {
		margin-right: 4px;
	}
}

@media only screen and (max-width: 990.98px) {
	.navigation-wrapper {
		background: #e1f8fe;
		height: 100vh;
		left: 0;
		max-width: 82.5%;
		overflow-x: hidden;
		position: fixed;
		overflow-y: hidden;
		top: 0;
		transform: translateX(-100%);
		transition: all .25s linear;
		width: 350px;
		z-index: 9999;
	}
}

@media only screen and (max-width: 990.98px)and (max-width: 766.98px) {
	.navigation-wrapper {
		width: 320px;
	}
}

@media only screen and (max-width: 990.98px) {
	.navigation-wrapper .header-submenu-topBar {
		padding-right: 114px;
		padding-left: 35px;
		position: relative;
		z-index: 12;
		background: #e1f8fe;
		box-shadow: inherit;
		max-width: 352px;
		padding-top: 25px;
		padding-bottom: 25px;
		transition: all .4s ease-in-out;
	}

	.navigation-wrapper .header-submenu-topBar .toggle-close {
		width: 50px;
		height: 50px;
		background: rgba(50,183,216,.32);
		position: absolute;
		top: 0;
		right: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}

	.navigation-wrapper .header-submenu-topBar .toggle-close svg {
		transition: all .35s ease-in-out;
		width: 20px;
		height: 20px;
	}

	.navigation-wrapper .header-submenu-topBar .toggle-close:hover svg {
		transform: rotate(-180deg);
	}
}

@media only screen and (max-width: 990.98px) {
	.navigation-wrapper .navigation-content {
		padding-top: 10px;
		padding-left: 55px;
	}
}

@media only screen and (max-width: 990.98px)and (max-width: 766.98px) {
	.navigation-wrapper .navigation-content {
		padding-left: 35px;
	}
}

@media only screen and (max-width: 990.98px) {
	.navigation-wrapper .main-navigation {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.navigation-wrapper .main-navigation li {
		padding-top: 13px;
		padding-bottom: 13px;
	}

	.navigation-wrapper .main-navigation li .nav-link, .navigation-wrapper .main-navigation li .nav-item {
		font-size: 20px;
		color: #000;
		display: block;
		padding-right: 25px;
		position: relative;
		font-family: "Futura Md BT";
		transition: color .35s ease-in-out, padding .35s ease-in-out;
	}

	.navigation-wrapper .main-navigation li .nav-link:after, .navigation-wrapper .main-navigation li .nav-item:after {
		content: "";
		position: absolute;
		width: 0;
		height: 1px;
		background-color: salmon;
		left: 0;
		top: 54%;
		transform: translateY(-50%);
		transition: width .35s ease-in-out, transform .35s ease-in-out;
	}

	.navigation-wrapper .main-navigation li .nav-link:hover, .navigation-wrapper .main-navigation li .nav-item:hover {
		color: salmon;
		padding-left: 50px;
	}

	.navigation-wrapper .main-navigation li .nav-link:hover:after, .navigation-wrapper .main-navigation li .nav-item:hover:after {
		width: 40px;
	}

	.navigation-wrapper .main-navigation li .nav-link.current-page, .navigation-wrapper .main-navigation li .nav-item.current-page {
		color: salmon;
		padding-left: 50px;
	}

	.navigation-wrapper .main-navigation li .nav-link.current-page:after, .navigation-wrapper .main-navigation li .nav-item.current-page:after {
		width: 40px;
	}
}

@media only screen and (max-width: 990.98px) {
	.navigation-wrapper .submenu-page-list {
		padding-left: 20px;
		padding-right: 15px;
		padding-top: 10px;
		padding-bottom: 80px;
		order: 2;
	}

	.navigation-wrapper .submenu-page-list ul li {
		padding: 0;
	}

	.navigation-wrapper .submenu-page-list ul li+li {
		margin-top: 10px;
	}

	.navigation-wrapper .submenu-page-list ul li a {
		max-width: 380px;
		width: 100%;
		display: block;
		padding: 12px 10px 12px 60px;
		border-radius: 8px;
		position: relative;
		overflow: hidden;
		transition: background-color .25s ease-in-out;
	}

	.navigation-wrapper .submenu-page-list ul li a:hover, .navigation-wrapper .submenu-page-list ul li a.current-page {
		background-color: #d6f1f8;
	}

	.navigation-wrapper .submenu-page-list ul li a .submenu-page-icon {
		position: absolute;
		z-index: 2;
		left: 15px;
		top: 15px;
		width: 30px;
		height: 30px;
	}

	.navigation-wrapper .submenu-page-list ul li a svg {
		width: 30px;
		height: 30px;
	}

	.navigation-wrapper .submenu-page-list ul li a i {
		font-size: 14px;
		color: #1d1d1d;
		font-style: normal;
	}
}

@media only screen and (max-width: 990.98px) {
	.navigation-wrapper .has-submenu {
		display: flex;
	}

	.navigation-wrapper .has-submenu.current-page>a {
		color: salmon;
		padding-left: 50px;
	}

	.navigation-wrapper .has-submenu.current-page>a:after {
		width: 40px;
	}
}

@media only screen and (max-width: 990.98px) {
	.navigation-wrapper .navigation-header {
		display: none;
	}
}

@media only screen and (max-width: 990.98px) {
	.navigation-wrapper .submenu-content {
		background-color: #f6fbff;
		left: 0;
		overflow: auto;
		position: absolute;
		top: 0px;
		transform: translateX(-100%);
		transition: all .25s linear;
		width: 100%;
		z-index: 999;
		min-height: 100vh;
		display: flex;
		flex-direction: column;
	}

	.navigation-wrapper .submenu-content .submenu-overview {
		margin-top: 75px;
		padding-left: 20px;
		padding-right: 15px;
		order: 1;
	}

	.navigation-wrapper .submenu-content .submenu-overview .overview-col:nth-child(1) {
		display: none;
	}

	.navigation-wrapper .submenu-content .close-submenu {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		background: #e1f8fe;
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 16px;
		font-family: "Futura Md BT";
		padding: 15px 20px;
		cursor: pointer;
	}

	.navigation-wrapper .submenu-content .close-submenu img {
		max-width: 20px;
	}

	.navigation-wrapper .submenu-content .close-submenu .close-submenu-text {
		display: none;
	}
}

@media only screen and (max-width: 990.98px) {
	.navigation-wrapper .open-submenu .submenu-content {
		transform: translateX(0);
	}
}

@media only screen and (max-width: 990.98px) {
	.navigation-wrapper .cta-button-wrapper {
		padding: 12px 20px;
	}

	.navigation-wrapper .cta-button-wrapper a {
		color: #fff;
		text-align: center;
	}
}

@media only screen and (max-width: 990.98px) {
	.navigation-wrapper .close-submenu a {
		text-decoration: none;
	}

	.navigation-wrapper .close-submenu a svg {
		height: 1em;
		vertical-align: middle;
		width: 1em;
	}
}

@media only screen and (max-width: 990.98px) {
	.menu-open {
		overflow: hidden;
	}

	.menu-open .navigation-wrapper {
		transform: translateX(0);
		overflow-y: auto;
	}
}

@media only screen and (max-width: 990.98px) {
	.submenu-mail {
		padding-top: 25px;
		padding-bottom: 90px;
		padding-left: 55px;
	}
}

@media only screen and (max-width: 990.98px)and (max-width: 766.98px) {
	.submenu-mail {
		padding-left: 35px;
	}
}

@media only screen and (max-width: 990.98px) {
	.submenu-mail ul {
		margin-top: 0;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 990.98px) {
	.submenu-mail ul li+li {
		margin-top: 15px;
	}
}

@media only screen and (max-width: 990.98px) {
	.submenu-mail li.contact-subMenuLink {
		position: relative;
		padding-left: 40px;
		max-width: 150px;
		transition: color .35s ease-in-out;
	}
}

@media only screen and (max-width: 990.98px) {
	.submenu-mail li.contact-subMenuLink:hover .icon {
		background-color: salmon;
	}
}

@media only screen and (max-width: 990.98px) {
	.submenu-mail li.contact-subMenuLink a {
		padding-left: 0;
	}
}

@media only screen and (max-width: 990.98px) {
	.submenu-mail a {
		font-size: 18px;
		color: #04335d;
		position: relative;
		display: inline-block;
		padding-left: 40px;
		font-family: "Futura Md BT";
		transition: color .35s ease-in-out;
	}
}

@media only screen and (max-width: 990.98px)and (max-width: 766.98px) {
	.submenu-mail a {
		font-size: 17px;
	}
}

@media only screen and (max-width: 990.98px) {
	.submenu-mail a:hover {
		color: salmon;
	}
}

@media only screen and (max-width: 990.98px) {
	.submenu-mail .icon, .submenu-mail li.contact-subMenuLink .icon {
		position: absolute;
		left: 0;
		top: 0;
		width: 28px;
		height: 28px;
		background-color: #32b7d8;
		border-radius: 50px;
		transition: background-color .35s ease-in-out;
	}
}

@media only screen and (max-width: 990.98px) {
	.submenu-mail .icon svg {
		width: 100%;
		height: 100%;
	}
}

@media only screen and (max-width: 990.98px) {
	.submenu-mail a:hover .icon {
		background: salmon;
	}
}

@media only screen and (max-width: 990.98px) {
	.mobile-search-new {
		display: none;
	}
}

@media (max-width: 1366px) {
	span.ai-star-icon:before {
		left: -8px;
		position: absolute;
		top: -9px;
	}
} */ 

@media only screen and (max-width: 1599.98px) {
	.sidebar-blog-subscription-header h2 {
		font-size: 28px;
	}
}

@media (max-width:993px) {
	.faq-section-blog {
		padding: 1em 0;
	}
}

@media only screen and (max-width: 766.98px) {
	.sidebar-blog-subscription-header h2 {
		font-size: 26px;
	}
}

@media only screen and (max-width: 1599.98px) {
	.faq-wrapper:before {
		left: 27px;
		right: 46px;
	}
}

@media only screen and (max-width: 766.98px) {
	.faq-wrapper:before {
		left: 44px;
	}
}

@media only screen and (max-width: 766.98px) {
	.faq-wrapper {
		border-radius: 15px;
	}
}

@media only screen and (max-width: 574.98px) {
	.faq-wrapper:before {
		right: 23px;
		left: 25px;
	}
}

@media only screen and (max-width: 1599.98px) {
	.faq-wrapper .faq-question {
		padding: 30px 80px 30px 30px;
	}
}

@media only screen and (max-width: 766.98px) {
	.faq-wrapper .faq-question {
		font-size: 1.1rem;
		padding: 25px 70px 25px 25px;
	}
}

@media only screen and (max-width: 1599.98px) {
	.faq-wrapper .faq-question:after {
		top: 1.4em;
		background-size: 60%;
	}
}

@media only screen and (max-width: 1439.98px) {
	.faq-wrapper .faq-question:after {
		top: 1.125em;
	}
}

@media only screen and (max-width: 990.98px) {
	.faq-wrapper .faq-question:after {
		top: 1em;
	}
}

@media only screen and (max-width: 574.98px) {
	.faq-wrapper .faq-question:after {
		right: .8em;
		top: 1.2em;
	}
}

@media (max-width:993px) {
	.faq-wrapper .faq-answer a {
		display: inline;
	}
}

@media only screen and (max-width: 1599.98px) {
	.faq-wrapper .faq-answer {
		padding: 0 30px 30px;
	}
}

@media only screen and (max-width: 766.98px) {
	.faq-wrapper .faq-answer {
		font-size: 1.1rem;
		padding: 0 25px 25px;
	}
}

@media only screen and (max-width: 574.98px) {
	.faq-wrapper .faq-answer {
		padding: 0 25px 25px;
	}
}

@media only screen and (max-width: 1599.98px) {
	.faq-wrapper .faq-answer ul li {
		font-size: 1.125rem;
		padding-left: 33px;
		background-size: 19px;
		background-position-y: 2px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.faq-wrapper .faq-answer ul li {
		font-size: 1.1rem;
		padding-left: 25px;
		background-size: 16px;
		background-position-y: 4px;
	}
}

@media only screen and (max-width: 479.98px) {
	.faq-wrapper .faq-answer ul li {
		font-size: 1rem;
	}
}

@media only screen and (max-width: 1599.98px) {
	.faq-wrapper.open .faq-question:after {
		background-size: 60%;
	}
}

@media only screen and (min-width: 767px) {
	.faq-wrapper ul.lg-three-columns li {
		width: 50%;
	}
}

@media only screen and (min-width: 1200px) {
	.faq-wrapper ul.lg-three-columns li {
		width: 33.3333%;
	}
}

@media only screen and (max-width: 766.98px) {
	.faq-wrapper ul.lg-three-columns li {
		width: 100%;
	}
}

@media (max-width:993px) {
	.disclaimer-container .disclaimer-wrapper {
		padding: 1em 0;
	}
}

@media only screen and (max-width: 1599.98px) {
	.disclaimer-container .disclaimer-wrapper {
		font-size: 1.2rem;
	}
}

@media only screen and (max-width: 1599.98px) {
	.disclaimer-container .disclaimer-wrapper p {
		font-size: 1.15rem;
	}
}

@media only screen and (max-width: 766.98px) {
	.disclaimer-container .disclaimer-wrapper p {
		font-size: 1.1rem;
	}
}

@media only screen and (max-width: 479.98px) {
	.disclaimer-container .disclaimer-wrapper p {
		font-size: 1rem;
	}
}

@media (max-width:1200px) {
	.sidebar-blog-subscription-wrapper {
		padding: 25px;
	}
}

@media (max-width:993px) {
	.sidebar-blog-subscription-wrapper {
		padding: 20px;
	}

	.blog-sidebar-wrapper .sidebar-blog-subscription-wrapper {
		min-height: auto;
		border-radius: 15px;
	}
}

@media only screen and (max-width:1599.98px) {
	.sidebar-blog-subscription-header h2 {
		font-size: 24px;
	}
}

@media only screen and (max-width:766.98px) {
	.sidebar-blog-subscription-header h2 {
		font-size: 22px;
	}
}

@media only screen and (max-width:479.98px) {
	.sidebar-blog-subscription-header h2 {
		font-size: 20px;
	}
}

@media only screen and (max-width:1599.98px) {
	.sidebar-blog-subscription-header p {
		font-size: 1.03rem;
	}
}

@media only screen and (max-width:766.98px) {
	.sidebar-blog-subscription-header p {
		font-size: 1.01rem;
	}
}

@media only screen and (max-width:479.98px) {
	.sidebar-blog-subscription-header p {
		font-size: 1rem;
	}
}

@media only screen and (max-width:1365.98px) {
	.sidebar-blog-subscription .hs-error-msg, .sidebar-blog-subscription .hs-main-font-element {
		font-size: .7rem;
	}
}

@media only screen and (max-width:1599.98px) {
	.sidebar-blog-subscription .field>label:not(.hs-form-booleancheckbox-display) {
		font-size: 1.15rem;
	}
}

@media only screen and (max-width:1439.98px) {
	.sidebar-blog-subscription .field>label:not(.hs-form-booleancheckbox-display) {
		font-size: 1.05rem;
	}
}

@media only screen and (max-width:479.98px) {
	.sidebar-blog-subscription .field>label:not(.hs-form-booleancheckbox-display) {
		font-size: .9rem;
	}
}

@media only screen and (max-width:1599.98px) {
	.sidebar-blog-subscription .hs-button {
		font-size: 1.2rem;
	}
}

@media only screen and (max-width:1439.98px) {
	.sidebar-blog-subscription .hs-form-booleancheckbox-display>span::before {
		left: 11px;
		top: 5px;
		width: 9px;
		height: 17px;
	}
}

@media only screen and (max-width:1199.98px) {
	.sidebar-blog-subscription .hs-form-booleancheckbox-display>span::before {
		top: -3px;
	}
}

@media only screen and (max-width:766.98px) {
	.sidebar-blog-subscription .hs-form-booleancheckbox-display>span p {
		font-size: 1.01rem;
	}
}

@media only screen and (max-width:479.98px) {
	.sidebar-blog-subscription .hs-form-booleancheckbox-display>span p {
		font-size: 1rem;
	}
}

@media only screen and (max-width: 1365.98px) {
	.primary-btn {
		padding: 20px 30px;
	}
}

@media only screen and (max-width: 1599.98px) {
	.section-heading {
		font-size: 2.8rem;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 1439.98px) {
	.section-heading {
		font-size: 2.5rem;
	}
}

@keyframes move {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(-30px);
	}
}

@media only screen and (max-width: 1599.98px) {
	.site-footer {
		padding-top: 80px;
	}
}

@media only screen and (max-width: 1365.98px) {
	.site-footer {
		padding-top: 60px;
	}
}

@media only screen and (max-width: 574.98px) {
	.site-footer {
		padding-top: 45px;
	}
}

@media only screen and (max-width: 1599.98px) {
	.footer-top {
		padding-bottom: 60px;
		margin-bottom: 60px;
	}
}

@media only screen and (max-width: 1439.98px) {
	.footer-top {
		padding-bottom: 50px;
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 1365.98px) {
	.footer-top {
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 574.98px) {
	.footer-top {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 990.98px) {
	.footer-logo {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
	}
}

@media only screen and (max-width: 1365.98px) {
	.footer-logo a {
		max-width: 200px;
		display: inline-block;
	}
}

@media only screen and (max-width: 1365.98px) {
	.footer-info {
		padding-left: 80px;
		margin-top: -5px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.footer-info {
		padding-left: 60px;
	}
}

@media only screen and (max-width: 990.98px) {
	.footer-info {
		padding-left: 0;
		margin-top: 30px;
	}
}

@media only screen and (max-width: 766.98px) {
	.footer-info {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 766.98px) {
	.footer-info p {
		line-height: 1.6;
		font-size: 1rem;
	}
}

@media only screen and (max-width: 1439.98px) {
	.footer-info .link-blue {
		font-size: 1.1rem;
	}
}

@media only screen and (max-width: 1199.98px) {
	.footer-col:nth-child(1) {
		width: 27%;
	}

	.footer-col:nth-child(3) {
		width: 39%;
	}
}

@media only screen and (max-width: 990.98px) {
	.footer-col:nth-child(1) {
		width: 50%;
	}

	.footer-col:nth-child(3) {
		width: 100%;
		display: flex;
		padding-left: 0;
		padding-right: 0;
	}

	.footer-col:nth-child(3) > div {
		width: 50%;
		margin-top: 40px;
		padding: 0 15px;
	}
}

@media only screen and (max-width: 990.98px) {
	.footer-col {
		width: 50%;
	}
}

@media only screen and (max-width: 574.98px) {
	.footer-col {
		width: 100%;
	}

	.footer-col:nth-child(1) {
		width: 100%;
		margin-bottom: 20px;
	}

	.footer-col:nth-child(3) {
		flex-wrap: wrap;
	}

	.footer-col:nth-child(3) > div {
		width: 100%;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 1599.98px) {
	.footer-col h3 {
		font-size: 1.4rem;
	}
}

@media only screen and (max-width: 1365.98px) {
	.footer-col h3 {
		font-size: 1.3rem;
	}
}

@media only screen and (max-width: 1599.98px) {
	.footer-col a:not(.primary-btn), .footer-col address {
		font-size: 1.07rem;
	}
}

@media only screen and (max-width: 766.98px) {
	.footer-col a:not(.primary-btn), .footer-col address {
		font-size: 1rem;
	}
}

@media only screen and (max-width: 1439.98px) {
	.footer-col li + li:not(.social-items) {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 990.98px) {
	.contact-links ul {
		margin-bottom: 28px;
	}
}

@media only screen and (max-width: 766.98px) {
	.contact-links .primary-btn {
		padding: 18px 16px;
		font-size: 1rem;
	}

	.contact-links .primary-btn img {
		display: none;
	}
}

@media only screen and (max-width: 479.98px) {
	.about-links, .rating {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 1439.98px) {
	.contact-links li + li {
		margin-top: 15px;
	}
}

@media only screen and (max-width: 766.98px) {
	.contact-links a:not(.primary-btn), .contact-links address {
		padding-left: 38px;
	}
}

@media only screen and (max-width: 1599.98px) {
	.contact-links .primary-btn a {
		font-size: 1.2rem;
	}
}

@media only screen and (max-width: 766.98px) {
	.contact-links .primary-btn a {
		font-size: 1.05rem;
	}
}

@media only screen and (max-width: 1439.98px) {
	.social-link {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 766.98px) {
	.social-link li {
		padding-bottom: 8px;
	}
}

@media only screen and (max-width: 1599.98px) {
	.footer-bottom {
		margin-top: 70px;
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

@media only screen and (max-width: 1439.98px) {
	.footer-bottom {
		margin-top: 50px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.footer-bottom {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.footer-bottom .container {
		flex-wrap: wrap-reverse;
	}
}

@media only screen and (max-width: 479.98px) {
	.footer-bottom {
		margin-top: 30px;
	}
}



@media only screen and (max-width: 1199.98px) {
	.footer-bottom .copyright {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		text-align: center;
    margin-top: 1rem;
	}
}

@media only screen and (max-width: 1199.98px) {
	.footer-bottom .site-info-links {
		flex-basis: 100%;
		width: 100%;
		padding-left: 0;
	}
}

@media only screen and (max-width: 990.98px) {
	.footer-bottom .site-info-links ul {
		justify-content: center;
		margin-top: 0;
	}
}

@media only screen and (max-width: 990.98px) {
	.footer-bottom .site-info-links li {
		margin-top: 5px;
		margin-bottom: 5px;
	}
}






@media only screen and (max-width: 990.98px) {
	#back-to-top {
		width: 50px;
		height: 50px;
	}
}

@media only screen and (max-width: 766.98px) {
	#back-to-top {
		width: 40px;
		height: 40px;
	}
}

@media only screen and (max-width: 990.98px) {
	#back-to-top:after {
		width: 12px;
		height: 12px;
		transform: rotate(-135deg) translate(-2px,-2px);
	}
}

@media only screen and (max-width: 766.98px) {
	#back-to-top:after {
		width: 10px;
		height: 10px;
	}
}

@media only screen and (max-width: 990.98px) {
	.footer-col:nth-child(3) {
		width: 100%;
		display: flex;
		padding-left: 0;
		padding-right: 0;
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 990.98px) {
	.footer-col:nth-child(3)>div {
		width: 50%;
		margin-top: 40px;
		padding: 0 15px;
	}
}

@media only screen and (max-width: 574.98px) {
	.footer-col:nth-child(3)>div {
		width: 100%;
		margin-top: 20px;
	}
}

.hs-cta-embed {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.hs-cta-embed::before {
  content: "";
  display: block;
  padding-top: var(--aspectRatio);
}
.hs-cta-embed iframe,
.hs-cta-embed img,
.hs-cta-embed > div {
  position: absolute!important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0!important;
}
.chartWrapper {overflow: hidden;}
.chartAreaWrapper {overflow: auto;}
.chartAreaWrapper canvas {margin-left: auto; margin-right: auto;}

.iframe-slideshare {border: 1px solid #CCC; margin: 0px auto 20px; max-width: 595px;}
.iframe-slideshare.show-consent-popup {background: url(https://www.qasource.com/hubfs/qasource/images/knowledge-center/case-study/iframe-slideshare.jpg) center/cover;}
.iframe-slideshare.show-consent-popup:before {content: ''; display: block; padding-top: 81.512%;}
.iframe-slideshare.show-consent-popup > iframe {visibility: hidden;}


[data-consenttype] {position: relative;}
.video-cookie-wrapper {
    background: #000;
    border-radius: 10px;
    color: #fff;
    padding: 20px;
    max-width: 450px;
}
.consent-popup {background: #000; border-radius: 10px; color: #fff; display: none; font-size: 13px; max-width: 80%; padding: 1.5em; position: absolute; top: 50%; left: 50%; text-align: center; transform: translate(-50%, -50%); z-index: 1; width: 400px;}
.post-body .consent-popup p {color: rgba(255,255,255,.75); font-size: 13px;}
.post-body .consent-popup h3 {font-size: 1.2em;}
.consent-popup button {background: salmon; border: 0; border-radius: 8px; color: #fff; cursor: pointer; font-family: Futura Md BT; font-size: 1em; line-height: 1; padding: .75em 1.25em;}
.consent-popup button:hover { background: #f87465; box-shadow: 0 5px 10px #f97d9fc2;}
.show-consent-popup .consent-popup {display: block;}




.faq-section-blog {position: relative; z-index: 9; padding: 2em 0; border-top: 3px solid hsla(0,0%,44%,.15); counter-reset: faq-question;}
.faq-section-blog h2 {font-family: Futura Hv BT; font-size: 30px; font-weight: 900; line-height: 1.3; margin-bottom: 20px; margin-top:0}
@media only screen and (max-width: 1599.98px){.sidebar-blog-subscription-header h2 {font-size: 28px;}}
@media (max-width:993px){.faq-section-blog {padding:1em 0;}}
@media only screen and (max-width: 766.98px){.sidebar-blog-subscription-header h2 {font-size: 26px;}}
 .faq-wrapper {
	text-align: left;
	background: transparent;
	position: relative;
	z-index: 3;
	transition: all .3s ease-in-out;
	border-radius: 30px;
	overflow: hidden;
	border: 2px solid transparent
}
.faq-wrapper .faq-answer ul{
 margin-top:0; 
}
.faq-wrapper .faq-answer ul li:nth-child(1){
  margin-top:0;
}
 .faq-wrapper:nth-child(2):before {
	display: none
}
.faq-wrapper p:last-child, .faq-wrapper ol:last-child, .faq-wrapper ul:last-child{
  margin-bottom:0;
}
 

.faq-wrapper:hover
 {
	background: transparent linear-gradient(276deg, rgba(231, 241, 243, 0.4), rgba(255, 255, 255, 0.6) 100%) 0% 0% no-repeat padding-box;
	box-shadow: 20px 10px 60px #45738A24;
	z-index: 10;
	border: 2px solid #fff
}

 .faq-wrapper.open {
	background: transparent linear-gradient(276deg, #E7F1F3 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
	box-shadow: 20px 10px 60px #45738A24;
	transition: all .3s ease-in-out;
	position: relative;
	z-index: 11;
	border: 2px solid #fff
}

.faq-wrapper.open:hover {
	background: transparent linear-gradient(276deg, #E7F1F3 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
	box-shadow: 20px 10px 60px #45738A24
}
 .faq-wrapper:before {
	position: absolute;
	top: 0;
	content: "";
	z-index: 2;
	left: 55px;
	right: 40px;
	border: 1px solid rgba(112, 112, 112, .15)
}

@media only screen and (max-width: 1599.98px) {
.faq-wrapper:before {
		left: 27px;
		right: 46px
	}
}

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

 .faq-wrapper:before {
		left: 44px
	}
}

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

 .faq-wrapper {
		border-radius:15px;
	}
}



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

 .faq-wrapper:before{
		right: 23px;
		left: 25px
	}
}


 .faq-wrapper .faq-question{
	color: #1d1d1d;
	counter-increment: faq-question;
	cursor: pointer;
	font-weight: 500;
	font-family: "Futura Md BT";
	font-size: 1.25rem;
	letter-spacing: 0px;
	text-align: left;
	opacity: 1;
	margin-bottom: 0;
	margin-top: 0;
	position: relative;
	padding: 30px 55px;
}

@media only screen and (max-width: 1599.98px) {
 .faq-wrapper .faq-question {
		padding: 30px 80px 30px 30px;
	}
}

@media only screen and (max-width: 766.98px) {
.faq-wrapper .faq-question{
		font-size: 1.1rem;
		padding: 25px 70px 25px 25px
	}
}

 .faq-wrapper .faq-question:after {
	background: url(https://www.qasource.com/hubfs/plus.svg) no-repeat center center/75% auto;
	content: "";
	height: 34px;
	position: absolute;
	right: 2em;
	top: 1.4em;
	transform: rotate(180deg);
	transition: all .25s linear;
	width: 34px
}

@media only screen and (max-width: 1599.98px) {
 .faq-wrapper .faq-question:after{
		top: 1.4em;
		background-size: 60%
	}
}

@media only screen and (max-width: 1439.98px) {
 .faq-wrapper .faq-question:after{
		top: 1.125em;
	}
}

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

.faq-wrapper .faq-question:after{
		top: 1em;
	}
}

@media only screen and (max-width: 574.98px) {
 .faq-wrapper .faq-question:after {
		right: .8em;
		top: 1.2em
	}
}


 .faq-wrapper .faq-answer {
	display: none;
	padding: 0 55px 30px;
}
@media (max-width:993px){
.faq-wrapper .faq-answer a{
  display:inline
}
}
@media only screen and (max-width: 1599.98px) {
.faq-wrapper .faq-answer {
		padding: 0 30px 30px;
	}
}

@media only screen and (max-width: 766.98px) {
.faq-wrapper .faq-answer {
		font-size: 1.1rem;
		padding: 0 25px 25px;
	}
}

@media only screen and (max-width: 574.98px) {
 .faq-wrapper .faq-answer {
		padding: 0 25px 25px;
	}
}

  .faq-wrapper .faq-answer ul li {
	padding-left: 40px;
	font-size: 1.25rem;
	text-align: left;
	color: #1d1d1d;
	font-family: Roboto, sans-serif;
	letter-spacing: 0px;
	opacity: 1;
	background: url(https://www.qasource.com/hubfs/qasource/images/list-style.svg) no-repeat 0 1px;
	margin-top: 10px
}

@media only screen and (max-width: 1599.98px) {
 .faq-wrapper .faq-answer ul li {
		font-size: 1.125rem;
		padding-left: 33px;
		background-size: 19px;
		background-position-y: 2px
	}
}

@media only screen and (max-width: 1199.98px) {
 .faq-wrapper .faq-answer ul li {
		font-size: 1.1rem;
		padding-left: 25px;
		background-size: 16px;
		background-position-y: 4px
	}
}

@media only screen and (max-width: 479.98px) {
.faq-wrapper .faq-answer ul li {
		font-size: 1rem
	}
}

.faq-wrapper.open .faq-question:after {
	background: url(https://www.qasource.com/hubfs/minus.svg) no-repeat center center/75% auto;
	transform: rotate(0deg)
}

@media only screen and (max-width: 1599.98px) {
 .faq-wrapper.open .faq-question:after {
		background-size: 60%
	}
}
.faq-wrapper ul.lg-three-columns {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0
}

@media only screen and (min-width: 767px) {
 .faq-wrapper ul.lg-three-columns li {
		width: 50%
	}
}

@media only screen and (min-width: 1200px) {
.faq-wrapper ul.lg-three-columns li {
		width: 33.3333%
	}
}

@media only screen and (max-width: 766.98px) {
 .faq-wrapper ul.lg-three-columns li {
		width: 100%
	}
}

.faq-wrapper:hover:before {
	border-color: transparent
}

 .faq-wrapper:hover+.faq-wrapper:before {
	border-color: transparent
}

 .faq-wrapper.open:before{
	border-color: transparent
}

.faq-wrapper.open+.faq-wrapper:before {
	border-color: transparent
}


.wrapper-related-posts-wrapper{
 padding:2em 0 0; 
}

@media (max-width:993px){
 .wrapper-related-posts-wrapper{
 padding:1em 0; 
} 
}

.wrapper-related-posts-wrapper .list-related-posts
{
  display: flex;
  flex-wrap: wrap;
}

.related-post-summary a{
color: #32b7d8; 
}

.related-post-summary p a:hover{
color: #32b7d8; 
}

.wrapper-related-posts-wrapper .list-related-posts .related-post-item 
{
  width: 50%;
  margin-top:60px;
}
.wrapper-related-posts-wrapper .list-related-posts .related-post-item:nth-child(-n+2){
  margin-top:30px;
}

.wrapper-related-posts-wrapper  .related-post-item .related-post-image{
 position:relative; 
}

.wrapper-related-posts-wrapper h3{
      color: #1D1D1D;
    font-size: 1.875rem;
    font-weight: 900;
    font-family: "Futura Hv BT";
    margin: 0 0 15px;
}

.wrapper-related-posts-wrapper  .related-post-item .related-post-image:after{
  content: "";
    display: block;
    padding-top: 68%;
}

.wrapper-related-posts-wrapper  .related-post-item .related-post-image  img {
    border-radius: 20px;
    overflow: hidden;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
   object-fit:cover;
}

.wrapper-related-posts-wrapper  .related-post-item  .related-post-title h4{
    margin-top: 20px;
    margin-bottom: 15px;
}

.related-post-tags{
 margin-bottom:15px; 
}
.related-post-tags p {
  color:#32b7d8;
}

.related-post-date{
 margin-bottom:15px; 
}

.list-related-posts .related-post-item:nth-child(odd){
    padding:0px 45px 0px 0px;
    display: inline-block;
    position: relative;
}

.list-related-posts .related-post-item:nth-child(even){
    padding:0px 0px 0px 45px;
    display: inline-block;
    position: relative;
}


 .list-related-posts .related-post-item:nth-child(even){
    border-left: 3px solid rgba(112, 112, 112, 0.15);
    
}  

.wrapper-related-posts-wrapper  .related-post-item .related-post-summary .featured-image-caption{display:none;}


.wrapper-related-posts-wrapper  .related-post-item  .related-post-title a{
    color: #1D1D1D;
    font-family: "Futura Hv BT";
    line-height: 1.2;
    font-size: 30px;
    text-align: left;
    font-weight: 500;
    text-decoration: none;
    margin-top: 30px;
    margin-bottom: 20px;
}

@media (max-width:1366px){
  .wrapper-related-posts-wrapper  .related-post-item  .related-post-title a{
    font-size: 26px;
  }
  
}
@media (max-width:1200px){
  .wrapper-related-posts-wrapper  .related-post-item  .related-post-title a{
    font-size: 21px;
  }
  
}

  .wrapper-related-posts-wrapper  .related-post-tags a{
    font-size:20px;
    color:#32b7d8;
    font-family: "Roboto",sans-serif;
}

.wrapper-related-posts-wrapper  .related-post-date img{
 vertical-align:sub; 
  margin-right:10px;
}

.wrapper-related-posts-wrapper  .related-post-date span{
  font-size:20px;
    color:#1d1d1d;
    font-family: "Roboto",sans-serif;
}
.wrapper-related-posts-wrapper .link-read-more a{
  font-size:20px;
    color:#32b7d8;
    font-family: "Roboto",sans-serif;
  text-decoration:underline;
}
.wrapper-related-posts-wrapper  .related-post-summary, .wrapper-related-posts-wrapper .newsletter-summary {
  display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  height: 125px;
    margin-bottom: 10px;
}

@media (max-width:1600px){
.wrapper-related-posts-wrapper  .related-post-summary, .wrapper-related-posts-wrapper .newsletter-summary {
  height: 122px;
  }
}


@media (max-width:1450px){
.wrapper-related-posts-wrapper  .related-post-summary, .wrapper-related-posts-wrapper .newsletter-summary {
  height: 115px;
  }
}

@media (max-width:585px){
  .wrapper-related-posts-wrapper  .related-post-summary, .wrapper-related-posts-wrapper .newsletter-summary{
    height:111px;
  }
}
@media (max-width: 480px){
  .wrapper-related-posts-wrapper  .related-post-summary, .wrapper-related-posts-wrapper .newsletter-summary{
    height:102px;
  }
}

.wrapper-related-posts-wrapper  .related-post-summary p+p{
 display:none; 
}

.wrapper-related-posts-wrapper  .related-post-summary p{
  font-size:20px;
    color:#1d1d1d;
    font-family: "Roboto",sans-serif;
  margin-bottom:10px;
  line-height:1.6;
}


@media only screen and (max-width: 1599.98px) {
 .wrapper-related-posts-wrapper  .related-post-tags a, .wrapper-related-posts-wrapper  .related-post-summary p, .wrapper-related-posts-wrapper  .related-post-date span, .wrapper-related-posts-wrapper .link-read-more a{
     font-size: 1.15rem;
   }
  }
  @media only screen and (max-width: 766.98px) {
   .wrapper-related-posts-wrapper  .related-post-tags a, .wrapper-related-posts-wrapper  .related-post-summary p, .wrapper-related-posts-wrapper  .related-post-date span, .wrapper-related-posts-wrapper .link-read-more a  {
     font-size: 1.1rem;
   }
  }
  @media only screen and (max-width: 479.98px) {
   .wrapper-related-posts-wrapper  .related-post-tags a, .wrapper-related-posts-wrapper  .related-post-summary p, .wrapper-related-posts-wrapper  .related-post-date span, .wrapper-related-posts-wrapper .link-read-more a {
     font-size: 1rem;
   }
  }

@media (max-width:993px){
  .wrapper-related-posts-wrapper .related-post-item .related-post-image img{
    border-radius:15px;
  }
}

@media (max-width:767px){
.wrapper-related-posts-wrapper .list-related-posts
{
  display: block;
  }
 .wrapper-related-posts-wrapper .list-related-posts .related-post-item 
{
  width: 100%;
  padding:0;
  border-left:0;
  margin-top:30px;
  }
}


.social-sharing-wrapper{padding:2em 0;text-align:center;border-bottom:3px solid rgba(112,112,112,.15)}
@media (max-width:993px){
.social-sharing-wrapper{padding:1em 0}
}
.social-sharing{display:flex;flex-wrap:wrap;align-items:center;justify-content:center; padding:0; margin:0}
.social-sharing .social-sharing__share-text{font-size:1.25rem;color:#1d1d1d;font-family:"Futura Hv BT";font-weight:900;margin-right:.7rem}
@media only screen and (max-width:1599.98px){
.social-sharing .social-sharing__share-text{font-size:1.2rem}
}
.social-sharing-wrapper .social-sharing__link{margin-right:.3rem}
.social-sharing-wrapper .social-sharing .social-sharing__link{display:inline-block;width:32px;height:32px;border-radius:50px;background:linear-gradient(180deg,#00b3da 0,#0083b0 100%);padding:8px;transition:all .35s ease-in-out}
.social-sharing .social-sharing__link svg{width:100%;height:100%;filter:brightness(0) invert(1)}
.social-sharing .social-sharing__link:hover{transform:translateY(-4px)}


/* Expert Series Styles */


.post-body p + p {
    margin-top: 15px;
}

.post-body ul{
 padding:0; 
}

.post-body ul li{
  margin:0;
}
.post-body ul li{
  margin:15px 0 0;
}

.heading-center{text-align:center; }

.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}

/* Margin Classes */
.mt-20{margin-top:20px}
.mt-30{margin-top:30px}
.mt-35{margin-top:35px}



/* Flex class */

.flex-center{display:flex; flex-wrap:wrap; justify-content:space-around; align-items:center}

/* Two Column UL Starts*/
ul.two-column{padding:0; margin:0;}
ul.two-column li {box-sizing: border-box; display:inline-block; padding-left: 32px; padding-right: 25px; width: 49.5%; list-style:none; vertical-align: top; margin:15px 0 0; }
@media screen and (max-width:767px){ ul.two-column li {width:100%;} ul.two-column li {text-align:left;} }
/* Two Column UL Ends*/

/* Left Right Panel Starts*/
.grid-row {display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px;}
.align-items-center {-webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.justify-content-center {-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.col-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; text-align:center; padding-right: 15px; padding-left: 15px;}
.col-xl {position: relative; width: 100%; padding-right: 15px; padding-left: 15px;}
@media (min-width: 1200px) {
.col-xl {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; padding-right:0; margin-right:0;}
}
@media (max-width: 1200px) {
  .col-auto{flex: 0 0 100%; max-width: 100%; width: 100%; }
  .wrap-reverse{flex-wrap:wrap-reverse;}
}

/* Box Style CSS */
.box-wrapper{padding-top: 2.2%;}
.box-style{ background: transparent linear-gradient(344deg,#e7f1f3,#fff) 0 0 no-repeat padding-box; border: 2px solid #fff; border-radius: 30px; box-shadow: 20px 16px 15px #45738a24; padding: 30px 30px;}
@media screen and (max-width:767px){
 .box-style {padding: 20px; }
}
/* Box Style CSS Ends */


/* Quote Section Class */
.quote-section {border: 1px dashed #bababa; margin: 30px auto; padding: 10px; position: relative; text-align: center; background: transparent linear-gradient(344deg,#e7f1f3,#fff) 0 0 no-repeat padding-box;}
.quote-section:after, .quote-section:before {background: transparent; border-color: #285d72; border-style: solid; bottom: -3px; content: ''; height: auto; left: auto; position: absolute; right: auto; top: -3px; width: 20px;}
.quote-section:before {border-width: 5px 0 5px 5px; left: -3px;}
.quote-section:after {border-width: 5px 5px 5px 0; right: -3px;}


/* Step Panel Starts */
.steps-panel-subheading .parameter-name .list-steps {background: #fa8072; border-radius: 50%;box-sizing: border-box;color: #fff; display: table-cell; height: 50px;padding: 0;width: 50px;text-align: center;font-size: 24px; line-height: 50px;}
.steps-panel-subheading .parameter-name .list-steps-name p {font-size: 16px; margin:0;}
.steps-panel-subheading .parameter-name .list-steps-name { display: table-cell;width: 155px; vertical-align: middle; padding-left: 15px; color: #1d1d1d; font-weight: 600;}
.steps-panel-subheading .parameter-name { width: 310px; box-sizing:border-box;}
.steps-panel-subheading .parameter-name, .steps-panel .parameter-details{display:table-cell; vertical-align:middle;}							
.steps-panel-subheading .parameter-detail-contents{box-sizing:border-box; display:table; padding:10px 25px; table-layout:fixed; width:100%;}
.steps-panel-subheading .parameter-detail-contents p+p {margin-top:0px;}
.steps-panel-subheading .parameter-detail-contents p {margin-bottom:0px;}
.steps-panel-subheading .list-details{margin:15px 0;}
.steps-panel-subheading .list-details .parameter-name{padding-left:20px; position:relative;}
.steps-panel-subheading .list-details .parameter-name:before{background:#ccc; content:''; height:2px; position:absolute; right:0; top:50%; width:18%;}
.steps-panel-subheading .list-details .label-parameter{background:#eb8023; border-radius:50%; color:#fff; display:table-cell; font-size:18px; height:92px; line-height:1.15; padding:10px; position:relative; text-align:center; vertical-align:middle; width:92px;}
.steps-panel-subheading .list-details .parameter-details{background: transparent linear-gradient(344deg,#e7f1f3,#fff) 0 0 no-repeat padding-box; box-shadow: 20px 60px 60px #45738a24; border: 2px solid #fff; border-radius:15px; position:relative; padding:20px 0; display: table-cell;vertical-align: middle;}
.steps-panel-subheading .list-details .parameter-details:after, .steps-panel .list-details .parameter-details:before{background:#fff; content:''; display:block; height:2px; left:14px; position:absolute; right:14px;}
.steps-panel-subheading .list-details .parameter-details:after{bottom:-2px;}
.steps-panel-subheading .list-details .parameter-details:before{top:-2px;}
@media screen and (max-width:767px){
.steps-panel-subheading .list-details .parameter-name{display:block; padding:0 0 5px; width:auto;}
.steps-panel-subheading .list-details {margin: 25px 0;}
.steps-panel-subheading .list-details .parameter-details{padding:10px 0;}							
.steps-panel-subheading .parameter-name .list-steps {background: #fa8072; border-radius: 100%; top: 8px; left: 3px; z-index: 1; font-size: 19px; position: absolute; height: 34px; width: 34px; line-height: 22px; box-sizing: border-box; color: #fff; display: block;  padding: 5px 0; text-align: center;}
.steps-panel-subheading .parameter-name .list-steps-name {text-align:left; width:100%; display: block; padding:10px 5px;}
.steps-panel-subheading .list-details .parameter-name:before {display:none;}
.steps-panel-subheading .parameter-name .list-steps span {display:inline-block;}
.steps-panel-subheading .parameter-name .list-steps-name p{ padding-left:44px;}
}
/*  Steps Panel Ends */

/* Steps Panel Without Heading */
.steps-panel-pointers .parameter-name {width: 150px;}
.steps-panel-pointers .list-details .parameter-name:before{width:53%;} 
@media only screen and (max-width: 1365px) and (min-width: 993px){
.steps-panel-pointers .parameter-name {width: 108px;}
.steps-panel-pointers .list-details .parameter-name:before { width: 35%;}
}
@media screen and (max-width: 767px){
 .steps-panel-pointers .parameter-name .list-steps { border-radius: 100%; top: -12px; left: 16px; z-index: 1; font-size: 19px; position: absolute; height: 34px; width: 34px; line-height: 22px;}
.steps-panel-pointers .list-details {margin: 25px 0;}
}
/*  Steps Panel without Heading ends */

/*  Notepad Style Section */
.notepad-wrapper {background:url(https://www.qasource.com/hubfs/expert-series-2023/notepad-header-image.png) no-repeat; background-size: 100%; padding-top: 9.2%; position: relative; }
.notepad-wrapper .notepad-section:last-child{background: #f8fbfc url(https://www.qasource.com/hubfs/expert-series-2023/notepad-footer-image.png) no-repeat;background-position: bottom;border-radius: 4px 0;}
.notepad-section {background: #F8FBFC; border: 2px solid #e7f0f5; padding:45px 20px; border-radius:6px; text-align:left; margin-bottom:30px; position: relative;}
.notepad-section p{color:#1d1d1d;}
.notepad-section h3{display:inline-block; padding:15px 50px; background: salmon; color:#fff; font-weight: 300; border-radius: 4px; position: relative;}
.notepad-section h3:after {width:29px; height:54px; background: url(https://www.qasource.com/hubfs/arrow-1.png) no-repeat; content: ""; position: absolute; top:50%; margin-top:-27px; right:-1px;}
.notepad-section h3:before {width:29px; height:54px; background: url(https://www.qasource.com/hubfs/arrow-1.png) no-repeat; content: ""; position: absolute; top:50%; margin-top:-27px; left:-1px;  transform: rotate(180deg);}
.notepad-wrapper .notepad-section:nth-child(even) h3 {background: #235066;}
.notepad-wrapper .notepad-section:first-child { border-radius: 0px 0px 4px 4px;}
.notepad-wrapper .notepad-section+.notepad-section:after {width:20px; height:103px; content: ""; position: absolute; top:-57px; left:35px; background: url(https://www.qasource.com/hubfs/expert-series-2023/salmon-thread.png) no-repeat;}
.notepad-wrapper .notepad-section+.notepad-section:before{width:20px; height:103px;content: ""; position: absolute; top: -57px; right: 35px; background: url(https://www.qasource.com/hubfs/expert-series-2023/salmon-thread.png) no-repeat;}
.notepad-wrapper .notepad-section+.notepad-section:nth-child(odd):after {background: url(https://www.qasource.com/hubfs/expert-series-2023/blue-thread.png) no-repeat;}
.notepad-wrapper .notepad-section+.notepad-section:nth-child(odd):before {background: url(https://www.qasource.com/hubfs/expert-series-2023/blue-thread.png) no-repeat;}

@media screen and (max-width:767px){
.notepad-section h3 {background: transparent; color:salmon; font-weight:700; padding: 0;}
.notepad-section h3:after, .notepad-section h3:before {display:none;}
.notepad-wrapper .notepad-section:nth-child(2n) h3 {background: transparent; color:#235066;}
.notepad-section {padding: 20px;}
.question-list-style li {text-align:left;}
}
/*  Notepad Style Section Ends */

/* Comparison Section Starts */
.comparison-wrapper{position: relative; border-bottom: 3px solid hsla(0,0%,44%,.15); padding-bottom:17px; margin-bottom:17px;}
.comparison-wrapper:before{background:#E0E0E0; bottom:0px; content:''; left: 50%; margin-left:-6px; position:absolute; top: 0; width: 12px;}
.comparison-wrapper:after{clear:both; content:''; display:block}
.comparison-wrapper .column-contents{box-sizing:border-box; margin-top:35px; padding:35px 45px 1px; position:relative; text-align:center; width:50%;}
.comparison-wrapper .column-contents:after, .comparison-wrapper .column-contents:before{content:''; height:20px; position:absolute;}
.comparison-wrapper .column-contents:after{border-top:3px solid hsla(0,0%,44%,.15); top:0; width:50%;}
.comparison-wrapper .column-contents:before{background:#fff; width:15px;}
.comparison-wrapper .column-contents:nth-of-type(odd){float:left;}
.comparison-wrapper .column-contents:nth-of-type(odd):after{border-left:3px solid hsla(0,0%,44%,.15); right:0;}
.comparison-wrapper .column-contents:nth-of-type(odd):before{right:-8px; top:-9px;}
.comparison-wrapper .column-contents:nth-of-type(even){float:right;}
.comparison-wrapper .column-contents:nth-of-type(even):after{border-right:3px solid hsla(0,0%,44%,.15); left:7px;}
.comparison-wrapper .column-contents:nth-of-type(even):before{left:-8px; top:-9px;}
.comparison-wrapper .column-contents h3{text-align:center}
.comparison-wrapper ul{list-style:none;  padding:0;}
.comparison-wrapper ul>li{font-size:18px; color:#1d1d1d; line-height:1.357; margin:0; padding-left:0; padding:10px 10px; background:none; }
.comparison-wrapper ul>li>ul{ background: transparent linear-gradient(344deg,#e7f1f3,#fff) 0 0 no-repeat padding-box; border: 2px solid #fff; border-radius: 30px; box-shadow: 20px 60px 60px #45738a24;padding: 30px;}
.comparison-wrapper ul>li>ul>li{background: url(https://www.qasource.com/hubfs/qasource/images/list-style.svg) no-repeat 0 16px; background-size:17px;}

@media screen and (max-width: 1200px) {
.comparison-wrapper:before{top:-20px}
.comparison-wrapper .column-contents {background: transparent linear-gradient(344deg,#e7f1f3,#fff) 0 0 no-repeat padding-box; border: 2px solid #fff; border-radius: 30px; box-shadow: 20px 60px 60px #45738a24; float: none; margin:20px 0 0; padding: 20px; width: 100%;}
.comparison-wrapper ul>li>ul{ background: none;border: 0; border-radius: 0px; box-shadow: none; padding: 0px;}
.comparison-wrapper .column-contents h3{text-align:left;}  
.comparison-wrapper .column-contents:after, .comparison-wrapper .column-contents:before {display: none;}
.comparison-wrapper .column-contents:nth-of-type(odd) {float: none;}
.comparison-wrapper .column-contents:nth-of-type(2n) {float: none; margin-bottom: 20px;}
}

/* Box Wrapper Section Starts */
.box-wrapper figure{display:block;}
.box-wrapper figure img  {margin-left: auto; margin-right: auto; display:block;}
.line-image{ background: url(https://www.qasource.com/hubfs/Line.png) repeat-y center; height:40px;}
.box-container { padding: 30px; background: #F8FBFC; border: 2px solid #fff; border-radius: 20px; margin-top: 0; border-bottom: 0;}
.box-container .quote-section{margin:0;}
/*  Box Erapper Section Ends */

/* Tools List Section Starts */
.tools-section:after{clear:both; content:''; display:block;}
.tools-section .column-contents{position:relative;}
.tools-section .column-contents:after, .tools-details .column-contents:before{content:''; height:20px; position:absolute;}
.tools-section.column-contents:after{border-top:1px solid #000; top:0; width:50%;}
.tools-section .column-contents:before{background:#f1f5fa; width:15px;}
/* Tools List Section Ends */

/* Conlusion Section Starts */
.conclusion {border: 4px solid #285d72; margin: 35px 0; max-width: 100%; padding: 10px 35px; position: relative; text-align: center;}
.conclusion:after, .conclusion:before {background: #f1f5fa; content: ''; height: 4px; left: 14px; position: absolute; right: 14px;}
.conclusion:after {bottom: -4px}
.conclusion:before {top: -4px}
.conclusion h4 {color: #04335d; font-size: 1.1em; font-weight: 500; margin: 0 0 .5em;}
.conclusion p {margin: .75em 0 0;}
/* Conclusion Section Ends */

/*  Suggestions Section Starts */
.suggestions-section h2{margin-top:0;}
.suggestions-section {background: #f1f5fa; border-bottom: 0; border-top: 3px solid hsla(0,0%,44%,.15); margin-top:20px; padding:2em 0 0;}
.suggestions-section .media-element .media-object {
    min-width: 1%;
  float: left;
}
.suggestions-section .media-element .media-body{
  padding-left:30px;
  overflow:hidden;
}
@media (max-width:993px){.suggestions-section{padding:2em 0 0;}}
@media screen and (min-width: 767px) and (max-width: 1200px){ .suggestions-section .media-element .media-object{float: left;}
.suggestions-section  .media-element .media-object+.media-body{padding-left:30px;}
}
@media screen and (max-width: 767px){.suggestions-section .media-element .media-object{text-align: left; float: none;}
.suggestions-section  .media-element .media-object+.media-body{padding-left: 0px; text-align: left;}
}

/*  Suggestion Section Ends */

/* Section With Icon Starts */
.item-container {list-style: none; margin: 0;}
.item-wrapper .wrapper-content {background: #F8FBFC; border: 2px solid #fff; border-radius: 30px; box-shadow: 20px 60px 60px #45738a24;}
.item-wrapper .wrapper-content:last-child{box-shadow: 20px 20px 20px #45738a24;}
.item-container .item-wrapper {margin: 0; position: relative;}
.item-container .item-wrapper .item-logo{background-color: #fff; border: 1px solid #ccc; color: #1d1d1d; font-size: 1.2em; font-weight: 500; height: 102px; padding: 10px; position: absolute; text-align: center; top: 30px; width: 254px; z-index: 1;}
.item-container .item-wrapper:nth-child(odd) .item-logo {left: 0;}
.item-container .item-wrapper:nth-child(even) .item-logo {right: 0;}
.item-container .item-wrapper .item-logo:before {content: ''; height: 49px; position: absolute; width: 32px;}
.item-container .item-wrapper:nth-child(odd) .item-logo:before {background: url(https://www.qasource.com/hubfs/image/prefcast/bg-list-pin.png?t=1514435970190) no-repeat; right: -8px; top: -12px;}
.item-container .item-wrapper .item-logo:after{content:'';display:inline-block;height:82px;vertical-align:middle}
.item-container .item-wrapper:nth-child(2n) .item-logo:before{background:url(https://www.qasource.com/hubfs/image/prefcast/bg-list-pin-alt.png?t=1514435970190) no-repeat;left:-8px;top:-12px}
.item-container .item-wrapper .item-logo:before{content:'';height:49px;position:absolute;width:32px}
.item-container .item-wrapper .item-logo img{display:block;height:auto;margin:auto;max-height:100%;max-width:100%;width:auto;border-radius:0}
.item-container .item-wrapper .wrapper-content p{color:#1d1d1d;font-weight:400}
@media (min-width:767px){
.item-container .item-wrapper:nth-child(odd){background:transparent url(https://www.qasource.com/hubfs/image/prefcast/bg-rocket-way-zebra-tester.png?t=1514435970190) no-repeat center bottom/100% auto;padding:40px 0 0 205px;margin:0;position:relative}
.item-container .item-wrapper:nth-child(odd) .wrapper-content{padding:30px 30px 20px 70px}
.item-container .item-wrapper:first-child .item-logo{top:32px}
.item-container .item-wrapper:nth-child(2n){background:transparent url(https://www.qasource.com/hubfs/image/prefcast/bg-rocket-way-neotys.png?t=1514435970190) no-repeat center bottom/100% auto;padding:40px 205px 0 0}
.item-container .item-wrapper:nth-child(2n) .wrapper-content{padding:30px 70px 20px 30px}
}
@media screen and (min-width:992px) and (max-width:1200px){
.item-container .item-wrapper:last-child:nth-child(odd),.item-container .item-wrapper:nth-child(2n),.item-container .item-wrapper:nth-child(odd){background-position:center top}
}
@media only screen and (max-width: 1365px) and (min-width: 992px){
  .item-container .item-wrapper .item-logo {height: 94px; width:185px;}
  .item-container .item-wrapper:nth-child(odd) .wrapper-content{padding:30px 30px 20px 60px}
  .item-container .item-wrapper:nth-child(2n) .wrapper-content { padding: 30px 60px 20px 30px;}
  .item-container .item-wrapper:nth-child(2n) {padding: 40px 145px 0 0;}
  .item-container .item-wrapper:nth-child(odd) {padding: 40px 0 0 145px;}
}
@media screen and (max-width: 767px) {
    .item-container {padding: 0;}
    .item-container .item-wrapper:nth-child(odd), .item-container .item-wrapper:nth-child(even) {background:none; margin:20px 0 0; padding:0;}
    .item-container .item-wrapper:nth-child(odd) .wrapper-content, .item-container .item-wrapper:nth-child(even) .wrapper-content{padding:40px 20px 20px;}
    .item-container .item-wrapper .item-logo {height: auto; margin: 0 auto; position: static; text-align: center; width:100%; border-radius:10px;}
    .item-container .item-wrapper .item-logo:after, .item-container .item-wrapper .item-logo:before {display: none;}
  .item-container .item-wrapper .wrapper-content h3{margin-top:15px;}
}
/* Section WIth Icon Ends */


/* Graph Section Starts */

.progress {background-color: #f5f5f5; border-radius: 3px; box-shadow: none; height: 25px; width: 100%;}
.progress-bar-wrapper p{margin-bottom:0; margin-right:5px;}
.progress-bar-wrapper .logo-image img{margin:0;}
.progress-bar {background-color: #fa8072; box-shadow: none; height: 100%;}
.progress-outter {display: flex;align-items: center; flex-wrap: nowrap; margin-bottom: 7px;}
.progress-percentage {margin-left: 15px;}
.progress-percentage h4 {margin: 0;}
.netflix {width: 95%;}
.kickstarter {width: 85%;}
.airbnb {width: 85%;}
.twitter {width: 75%;}
.foursquare {width: 68%;}
.facebook {width: 60%;}
.dropbox {width: 45%;}
.spotify {width: 30%;}
.instagram {width: 20%;}
.chatgpt {width: 10%;}



/* Graph Section Ends */




/*  Table with Icons */
#customers { border-collapse: collapse; width: 100%; margin-top: 55px;}
#customers td, #customers th {border: 1px solid #ddd; padding: 15px 10px 15px 15px; vertical-align: top;}
#customers th {padding-top: 7%; text-align: center; color: white; position: relative; width: 50%;}
table{ border-collapse:collapse; width:20%;}
td{height:40px;}
th:nth-child(1),th:nth-child(2) {background: #285D72;} 
#customers th {color: #fff; }
#customers td p, #customers th p,#customers td ul li{font-size: 16px; margin-bottom: 0;}
#customers tr:nth-child(odd) {background: rgba(185, 225, 237, .35);}
#customers tr:nth-child(even) {background: transparent;}
.marg{position: absolute;text-align: center; top: -53%; right: 38%;}
@media (max-width:629px) {.marg {display: none;}}
@media screen and (max-width:1200px) { #customers th .marg { height: 65px; width: 65px; left: 50%; top: -20%; transform: translate(-50%, -50%);} }


/* table Features */
.table-features tbody tr td div+div {margin-top:10px;}
/* .table-features tr th{ font-family: Futura Hv BT;} */
.table-features{border:1px solid #ccc; font-size:14px; width:100%;}
.table-features tr th, .table-features tr td{border-top:1px solid #ccc; padding:10px 12px; vertical-align:top;}
.table-features tr td + td, .table-features tr td + th, .table-features tr th + td, .table-features tr th + th{border-left:1px solid #ccc;}
.table-features thead th{ background: #285D72; color:#fff; font-size:20px; font-weight:500; line-height:1.2; text-align:center; vertical-align: middle;}
.table-features thead th small{color:#fff; font-size:70%;margin-top: 10px; display: block; font-weight: normal;}
.table-features tbody tr:nth-child(even){background:#fbfbfb;}
.table-features tbody tr td:first-child{ text-align:left; padding-left:40px; background: url(https://www.qasource.com/hubfs/image/shieldcast/list-style.png?t=1530293337553) no-repeat; background-position: 10px 10px;}

@media screen and (max-width:580px){
.table-features thead{display:none;}
.table-features tr, .table-features th, .table-features td{display:block;}
.table-features tr th, .table-features tr td{height:auto; padding:0; text-align: left;}
.table-features, .table-features tr th, .table-features tr td, .table-features tr td + td, .table-features tr td + th, .table-features tr th + td, .table-features tr th + th{border:none;}
.item-feature{background:none; display:inline-block; padding:10px;}
.table-features tbody tr{border:1px solid #ccc;}
.table-features tbody tr:nth-child(even){background:#f5f5f5;}
.table-features tbody tr td:before{background:rgba(0,0,0,.05); border-right:1px solid #ccc; color:#000; display:inline-block; font-weight:500; padding:10px; width:80px;}  
}
@media screen and (max-width:767px){.table-features thead {display:block; }
.table-features thead tr { display:table; width:100%}
.table-features thead tr th {padding:10px 0; text-align:center;}
.table-features tbody tr td:before {display:none;}  
.table-features tbody tr td div {background: transparent;}
}
.table-features{border:1px solid #ccc; font-size:14px; width:100%;}
.table-features tr th, .table-features tr td{border-top:1px solid #ccc; padding:10px 12px; vertical-align:top;}
.table-features tr td + td, .table-features tr td + th, .table-features tr th + td, .table-features tr th + th{border-left:1px solid #ccc;}
.table-features tbody tr:nth-child(even){background:#fbfbfb;}
.table-features tbody tr td:first-child{color: #04335d; text-align:left; padding-left:20px; background:transparent;} 
@media screen and (max-width:767px){
.table-features thead{display:none;}
.table-features tr, .table-features th, .table-features td{display:block;}
.table-features tr th, .table-features tr td{height:auto; padding:0; text-align: left;}
.table-features, .table-features tr th, .table-features tr td, .table-features tr td + td, .table-features tr td + th, .table-features tr th + td, .table-features tr th + th{border:none;}
.item-feature{background:none; display:table-cell; padding:10px;}
.table-features tbody tr{border:1px solid #ccc;}
.table-features tbody tr:nth-child(even){background:#f5f5f5;}
.table-features tbody tr td:before{background: #285d72; border-right:1px solid #ccc; color:#fff; display:table-cell; font-weight:500; font-size: 1rem; padding:10px; width:115px; }
 
.table-features tr.item-description.tools-heading h2 {font-size: 17px;line-height: 24px;margin: 0;} 
.table-features tbody tr.item-description td::before {border-right: 0px solid #ccc;display: block;font-weight: 500;padding: 10px 0;text-align: center;width: 100%; }
 .table-features tr.item-description td p {padding:0px 10px; text-align: center;}
.table-features tbody tr.tools-heading td:nth-child(1)::before {display:none;}
.table-features tbody tr td:first-child {padding-left:0px;}}
.table-features {border: 1px solid #ccc;font-size: 14px;width: 100%; margin-top:20px; margin-bottom:20px; }
.table-features tbody td, .table-features tbody tr td:first-child {color: #1d1d1d;}
.table-features tbody td  .item-feature p{font-size: 16px;margin-bottom:0;}
.table-features thead th h3{color: #fff;font-size:20px;margin-bottom:0;}
.table-features tbody tr:nth-child(even) {background: rgba(185, 225, 237, .35);}
.table-features thead th p {color: #fff;font-size: 16px;}

/* Newsletter CSS */

.newsletter-tools {margin-bottom: 0px;margin-top: 30px;}
.newsletter-tools ul {flex-wrap: inherit; width: 100%;display: flex; list-style-type: none; list-style: none;padding: 0;}
.newsletter-tools ul li {background: transparent; padding-left: 0; padding-right: 20px; flex: 1;}
.newsletter-tools ul li .icon {position: relative;margin-bottom: 40px;}

.newsletter-tools ul li .icon img { margin:0 auto; display:block;}
.newsletter-tools ul li .icon:before { border-bottom: 2px solid #1C3E4C;width: calc(100% + 30px);content: ""; position: absolute;left: 46%;bottom: -20px;}
.newsletter-tools ul li:last-child .icon:before {display:none;}
.newsletter-tools ul li .icon:after { position: absolute; width: 15px; height: 15px; border: 2px solid #1C3E4C;background: #fa8072;border-radius: 100%;
  content: "";bottom: -28px;left: 46%;}
.newsletter-tools ul li p {color: #2d2d2d; text-align: center;font-size:20px;margin-bottom: 0;}

@media screen and (max-width:767px){
  .newsletter-tools ul {flex-direction: column;}
  .newsletter-tools ul li .icon {position: relative;margin-bottom: 0px;}
.newsletter-tools ul li { padding-bottom: 20px;padding-right: 0;}
  .newsletter-tools ul li .icon:after, .newsletter-tools ul li .icon:before {display:none;}
}

/* Case Study CSS */


.case-study-wrap .case-study-info {
	width: 55%;
	padding-right: 60px
}

@media only screen and (max-width: 1199.98px) {
	.case-study-wrap .case-study-info {
		margin-top: 0;
		padding-right: 30px;
		width: 50%
	}
}

@media(max-width: 959.98px) {
	.case-study-wrap .case-study-info {
		width: 100%;
		padding-right: 0;
		margin-bottom: 15px
	}
}

.case-study-wrap .case-study-img {
	width: 45%
}

@media only screen and (max-width: 1199.98px) {
	.case-study-wrap .case-study-img {
		width: 50%
	}
}

@media(max-width: 959.98px) {
	.case-study-wrap .case-study-img {
		width: 100%
	}
}

.case-study-wrap .case-study-img .svg-responsive:before {
	padding-top: 60%
}

@media(max-width: 959.98px) {
	.case-study-wrap .case-study-img .svg-responsive:before {
		padding-top: 60%
	}
}

@media only screen and (max-width: 766.98px) {
	.case-study-wrap .case-study-img .svg-responsive:before {
		padding-top: 60%
	}
}

@media only screen and (max-width: 574.98px) {
	.case-study-wrap .case-study-img .svg-responsive:before {
		padding-top: 70%
	}
}

.case-study-list .case-study-list-col {
	position: relative;
	padding-left: 310px;
	padding-top: 50px;
	padding-bottom: 50px
}

@media only screen and (max-width: 1599.98px) {
	.case-study-list .case-study-list-col {
		padding-top: 35px;
		padding-bottom: 35px
	}
}

@media only screen and (max-width: 1365.98px) {
	.case-study-list .case-study-list-col {
		padding-left: 270px
	}
}

@media only screen and (max-width: 1199.98px) {
	.case-study-list .case-study-list-col {
		padding-left: 230px
	}
}

@media only screen and (max-width: 766.98px) {
	.case-study-list .case-study-list-col {
		padding-left: 0;
		padding-top: 25px;
		padding-bottom: 10px
	}

	.case-study-list .case-study-list-col .case-study-point {
		position: static;
		margin-bottom: 25px;
		width: 100%
	}
}

.case-study-list .case-study-list-col:last-child {
	padding-bottom: 0
}

.case-study-list .case-study-list-col+.case-study-list-col:after {
	content: "";
	position: absolute;
	top: 0;
	left: 310px;
	right: 0;
	border-top: 2px solid rgba(35, 80, 102, .18)
}

@media only screen and (max-width: 1599.98px) {
	.case-study-list .case-study-list-col+.case-study-list-col:after {
		border-top-width: 1px
	}
}

@media only screen and (max-width: 1365.98px) {
	.case-study-list .case-study-list-col+.case-study-list-col:after {
		left: 270px
	}
}

@media only screen and (max-width: 1199.98px) {
	.case-study-list .case-study-list-col+.case-study-list-col:after {
		left: 230px
	}
}

@media only screen and (max-width: 766.98px) {
	.case-study-list .case-study-list-col+.case-study-list-col:after {
		left: 0;
		border-top-width: 0
	}
}

.case-study-list .case-study-point {
	position: absolute;
	left: 0;
	top: 50px;
	text-align: center;
	color: #235066;
	font-size: 1.375rem;
	font-weight: 500;
	font-family: "Futura Md BT";
	display: inline-block;
	background: #d3e0e4;
	border: 2px solid rgba(35, 80, 102, .23);
	border-radius: 50px;
	width: 210px;
	padding: 3px 12px;
	margin-top: 0;
	margin-bottom: 0
}

@media only screen and (max-width: 1599.98px) {
	.case-study-list .case-study-point {
		top: 35px;
		font-size: 1.2rem;
		width: 180px;
		border-width: 1px
	}
}

@media only screen and (max-width: 1199.98px) {
	.case-study-list .case-study-point {
		width: 170px;
		padding: 9px 15px
	}
}

.case-study-list .case-study-point img {
	vertical-align: middle;
	margin-right: 5px;

}

@media only screen and (max-width: 1599.98px) {
	.case-study-list .case-study-point img {
		margin-right: 0;
	
		max-width: 24px
	}
}

.case-study-list p:last-of-type {
	margin-bottom: 0
}

.case-study-list p:first-of-type {
	margin-top: 0;
	margin-bottom: 20px
}

.case-study-list ul {
	margin-top: 0;
	margin-bottom: 0
}

.case-study-list ul ul {
	margin-top: 15px;
	margin-bottom: 25px
}

.case-study-list li {
	font-size: 1.25rem;
	color: #1d1d1d;
	position: relative;
	padding-left: 35px;
	background: url(https://www.qasource.com/hubfs/list-style.png) no-repeat 0 1px
}

@media only screen and (max-width: 1599.98px) {
	.case-study-list li {
		font-size: 1.15rem;
		padding-left: 30px;
		background-size: 19px;
		background-position-y: 3px
	}
}

@media only screen and (max-width: 1199.98px) {
	.case-study-list li {
		padding-left: 25px;
		background-size: 17px;
		background-position-y: 4px
	}
}

@media only screen and (max-width: 766.98px) {
	.case-study-list li {
		font-size: 1.1rem
	}
}

.case-study-list li+li {
	margin-top: 15px
}

.case-study-list li li {
	background: none;
	padding-left: 20px
}

.case-study-list li li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 8px;
	height: 8px;
	background-color: salmon;
	border-radius: 30px
}

.case-study-list strong {
	font-size: 1.25rem;
	color: #1d1d1d;
	font-weight: 900;
	margin-top: 0;
	margin-bottom: 10px;
	position: relative;
	padding-left: 35px;
	display: block;
	background: url(https://www.qasource.com/hubfs/list-style.png) no-repeat 0 1px
}

@media only screen and (max-width: 1599.98px) {
	.case-study-list strong {
		font-size: 1.15rem;
		padding-left: 30px;
		background-size: 19px;
		background-position-y: 2px
	}
}

@media only screen and (max-width: 1199.98px) {
	.case-study-list strong {
		padding-left: 25px;
		background-size: 17px;
		background-position-y: 4px
	}
}

.case-study-list .case-study-sublist+.case-study-sublist {
	margin-top: 27px
}

@media only screen and (max-width: 1199.98px) {
	.case-study-list .case-study-sublist+.case-study-sublist {
		margin-top: 20px
	}
}

.case-study-list .case-study-sublist p {
	margin-top: 0;
	margin-bottom: 0
}

.our-tools-separator{ margin-top:15px; }
.our-clients-separator > .img-client-wrapper {  float: left; position: relative; padding: 20px; background:#fff;}
.our-clients-separator > .img-client-wrapper:last-child { border-right: 0px;}
@media (max-width: 992px) {
.our-clients-separator > .img-client-wrapper { width: 50%;}
.our-clients-separator > .img-client-wrapper:nth-child(2n) {border-right: 0;}
.our-clients-separator > .img-client-wrapper:nth-child(2n+1) { background: #fff;}
.our-clients-separator > .img-client-wrapper:nth-child(4n), .our-clients-separator > .img-client-wrapper:nth-child(4n+1) {background: rgba(185,225,237,.35);}
.our-clients-separator > .img-client-wrapper:nth-child(n+17) { border-bottom: 0;}
}
@media (min-width: 993px) {
.our-clients-separator > .img-client-wrapper:nth-child(3n) { border-right: 0;}
.our-clients-separator > .img-client-wrapper:nth-child(n+9) {border-bottom: 0;}
.our-clients-separator > .img-client-wrapper {padding: 20px; width: 33.33%;}
.our-clients-separator > .img-client-wrapper:nth-child(3n) {border-right: 1px solid #e5e5e5;}
.our-clients-separator > .img-client-wrapper:nth-child(2n+1) {background:rgba(185, 225, 237, .35);}
.our-clients-separator > .img-client-wrapper:nth-child(5n) {border-right: 0;}
.our-clients-separator > .img-client-wrapper:nth-child(n+6),.our-clients-separator > .img-client-wrapper:nth-child(n+7),.our-clients-separator > .img-client-wrapper:nth-child(n+8),.our-clients-separator > .img-client-wrapper:nth-child(n+9) { border-bottom: 0;}
}
 .our-clients-separator > .img-client-wrapper .img-client {align-items: center; display: flex;height: 65px;justify-content: center; margin: auto; max-width: 100%; width: 160px;}
.our-clients-separator > .img-client-wrapper .img-client svg { max-height: 100%;}
.our-clients-separator > .img-client-wrapper .img-client.img-45 svg { max-height: 45%;}
.our-clients-separator > .img-client-wrapper .img-client.img-50 svg {max-height: 50%;}
.our-clients-separator > .img-client-wrapper .img-client.img-60 svg { max-height: 60%;}
.our-clients-separator > .img-client-wrapper .img-client.img-70 svg {max-height: 70%;}
.our-clients-separator > .img-client-wrapper .img-client.img-80 svg {max-height: 160%;}
.our-clients-separator{display:flex; flex-wrap: wrap;
    flex-direction: row;}



.blog-sidebar-wrapper h3 { font-size: 26px; font-weight: 900; margin: 0 0 0.25em; font-family: 'Futura Hv BT'; color:#1D1D1D;  
}

@media only screen and (max-width: 1599.98px) {
 .blog-sidebar-wrapper h3{font-size: 24px;}
  }
@media only screen and (max-width: 766.98px) {
  .blog-sidebar-wrapper h3 {font-size: 22px; }
  }
@media only screen and (max-width: 479.98px) {
 .blog-sidebar-wrapper h3 {font-size: 20px; }
}




@media only screen and (max-width: 479.98px) {
 .blog-sidebar-wrapper h3 {font-size: 20px; }
}

.btn-pricing{
 font-size: 20px; 
}

@media only screen and (max-width: 1599.98px) {
   .btn-pricing {
        font-size: 1.15rem;
    }
}

@media only screen and (max-width: 766.98px) {
   .btn-pricing {
        font-size: 1.1rem;
    }
}

@