header.header-wrapper {
	background: linear-gradient(270.03deg,
			rgb(252, 247, 242) 6.06%,
			var(--secondary-palette-white) 75.79%);
}

header.paid__media-header-body.sticky {
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

header.header-wrapper.sticky {
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

header.header-wrapper .inner-header-wrap {
	height: 97px;
	position: relative;
}

header.header-wrapper .inner-header-wrap .header__left {
	width: 15%;
}

header.header-wrapper .inner-header-wrap .header__center {
	width: 50%;
}

header.header-wrapper .inner-header-wrap .header__right {
	width: 50%;
}

header.header-wrapper .inner-header-wrap .header__center .jet-mega-menu,
header.header-wrapper .inner-header-wrap .header__center .jet-mega-menu .jet-mega-menu-container,
header.header-wrapper .inner-header-wrap .header__center .jet-mega-menu .jet-mega-menu-container .jet-mega-menu-list,
header.header-wrapper .inner-header-wrap .header__center .jet-mega-menu .jet-mega-menu-container .jet-mega-menu-list li {
	position: static;
}

header.header-wrapper .inner-header-wrap .header__center .jet-mega-menu .jet-mega-menu-container .jet-mega-menu-list li .jet-mega-menu-mega-container {
	--jmm-submenu-width: 0 !important;
	--jmm-submenu-delta-x-offset: 0 !important;
	width: 100%;
	left: 0;
	top: 100%;
	visibility: visible;
	background: var(--secondary-palette-white);
	box-shadow: 0px 8.479999542236328px 13.479999542236328px 0px rgb(147, 165, 192, 0.56);
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: var(--secondary-palette-warm-grey);
	border-radius: 0 0 15px 15px;
	overflow: hidden;
}

header.header-wrapper .inner-header-wrap .header__center .jet-mega-menu .jet-mega-menu-container .jet-mega-menu-list li .jet-mega-menu-item__inner a {
	text-decoration: none;
	font-family: var(--primary-font-family-semi-bold);
	font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
	line-height: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
	color: var(--secondary-palette-dark-grey);
}

header.header-wrapper .inner-header-wrap .header__center .jet-mega-menu .jet-mega-menu-container .jet-mega-menu-list li .jet-mega-menu-item__inner a:hover {
	color: var(--primary-palette-blue);
}

header.header-wrapper .inner-header-wrap .header__center .jet-mega-menu .jet-mega-menu-container .jet-mega-menu-list li.jet-mega-current-menu-item>.jet-mega-menu-item__inner>a {
	color: var(--primary-palette-blue);
}

header.header-wrapper .inner-header-wrap .header__center .jet-mega-menu .jet-mega-menu-container .jet-mega-menu-list li .jet-mega-menu-item__inner .jet-mega-menu-item__dropdown {
	min-height: auto;
	line-height: initial;
}

header.header-wrapper .inner-header-wrap .header__center .jet-mega-menu .jet-mega-menu-container .jet-mega-menu-list li .jet-mega-menu-item__inner .jet-mega-menu-item__dropdown svg {
	width: 12px;
	height: 12px;
	padding-top: 2px;
}

header.header-wrapper .inner-header-wrap .header__right .quick-access {
	justify-content: end;
}

header.header-wrapper .inner-header-wrap .header__right .quick-access li a {
	text-decoration: none;
	font-family: var(--primary-font-family-semi-bold);
	font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
	line-height: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
	color: var(--secondary-palette-dark-grey);
}

header.header-wrapper .inner-header-wrap .header__right .quick-access li a:hover {
	color: var(--primary-palette-blue);
}

header.header-wrapper .inner-header-wrap .header__right .quick-access li a.search-btn {
	width: 21px;
}

.quick-access__item .account-icon {
        display: inline-block;
        position: relative;
        text-decoration: none;
}

.quick-access__item .account-icon span {
    	visibility: hidden;
        opacity: 0;
        position: absolute;
        top: calc(100% + 5px);
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
        background-color: #fff;
        padding: 5px;
        border-radius: 5px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        transition: visibility 0.5s, opacity 0.5s;
		color: var(--primary-palette-blue);
}

.quick-access__item .account-icon:hover span {
    visibility: visible;
    opacity: 1;
}

.quick-access__item .account-icon:hover path {
    stroke: var(--primary-palette-blue);
}

header .account-icon-image a.mobile-link{
	color: var(--primary-palette-blue-300);
}

header.header-wrapper .inner-header-wrap .header__right ul li.getStarted-link a {
	font-family: var(--primary-font-family-semi-bold);
	background-color: var(--secondary-palette-dark-grey);
	color: var(--secondary-palette-white) !important;
	padding: 12px 20px;
	box-shadow: 5px 4px 0 0 rgb(0, 0, 0, 0.16);
}

header.header-wrapper .inner-header-wrap .header__right ul li.getStarted-link a:hover {
	background-color: var(--secondary-palette-dark-grey-200);
	transition: background-color 0.3s ease-in;
}

.v-pills-tab {
	width: 20%;
}

.v-pills-tab .nav-item .nav-link {
	font-family: var(--primary-font-family-medium);
	font-size: calc(18px + (18 - 18) * ((100vw - 320px) / (1920 - 320)));
	line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (1920 - 320)));
	border-right: 3px solid transparent !important;
	color: var(--secondary-palette-dark-grey-300);
	padding: 23px 35px;
}

.v-pills-tab .nav-item .nav-link:hover {
	color: var(--primary-palette-red-300);
}

.v-pills-tab .nav-item .nav-link.active,
.v-pills-tab .nav-item .show>.nav-link {
	border-right: 3px solid var(--primary-palette-red-300) !important;
	border-radius: 0;
	background-color: transparent;
	color: var(--primary-palette-red-300);
	box-shadow: 0 0 0 0 !important;
}

.v-pills-tabContent {
	width: 80%;
	border-left: 3px solid var(--secondary-palette-cool-grey-100) !important;
}

.v-pills-tabContent .tab-pane .accordion-collapse .accordion-body .howitworks-content .infobox {
	padding: 0 40px;
}

.heading-icon-list {
	padding: 30px 30px 29px 50px;
	border-bottom-right-radius: 15px;
}

.heading-icon-list h5 {
	font-family: var(--primary-font-family-regular) !important;
	color: var(--secondary-palette-dark-grey);
}

.heading-icon-list ul.icon-list {
	margin-top: 25px;
}

.icon-list .icon-list__block {
	padding: 10px;
	border-radius: 5px;
}

.icon-list .icon-list__block:hover {
	background: var(--secondary-palette-white);
}

.icon-list .icon-list__block .icon-list__block__item-media {
	width: 40px;
}

.icon-list .icon-list__block .icon-list__block__item-title {
	width: calc(100% - 40px);
	font-family: var(--primary-font-family-regular) !important;
	font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
	line-height: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
	color: var(--primary-palette-blue-300);
}

.icon-list .icon-list__block:hover .icon-list__block__item-title {
	color: var(--primary-palette-blue);
}

.heading-link-list {
	padding: 30px 30px 29px 50px;
	border-bottom-right-radius: 15px;
}

.heading-link-list .heading-link-list__items {
	margin: 0 auto;
	display: grid;
	gap: 50px;
	grid-template-columns: repeat(3, 1fr);
}

.heading-link-list .heading-link-list__items .heading-link-list__item {
	position: relative !important;
	text-align: center;
}

.heading-link-list .heading-link-list__items .heading-link-list__item::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -25px;
	background-color: var(--secondary-palette-cool-grey);
	height: 100%;
	width: 1px;
}

.heading-link-list .heading-link-list__items .heading-link-list__item:last-child::after {
	display: none;
}

.v-pills-tabContent .tab-pane .accordion-collapse .accordion-body .infobox {
	padding-left: 50px;
}

.v-pills-tabContent .tab-pane .accordion-collapse .accordion-body .infobox .infobox--title a {
	text-decoration: underline;
	text-underline-offset: 10px;
	text-decoration-color: var(--primary-palette-blue);
}

.v-pills-tabContent .tab-pane .accordion-collapse .accordion-body .infobox .infobox--title a:hover {
	color: var(--primary-palette-blue);
	text-decoration-color: var(--primary-palette-blue);
}

.features-content .heading-link-list .heading-link-list__items .heading-link-list__item {
	text-align: left;
}

.solution-content {
	padding: 50px 80px;
}

.solution-content ul.link-list .link-list__block a {
	font-family: var(--primary-font-family-bold) !important;
	text-decoration: underline;
	text-underline-offset: 10px !important;
	text-decoration-color: var(--primary-palette-blue) !important;
}

.solution-content ul.link-list .link-list__block a:hover {
	color: var(--primary-palette-blue);
	text-decoration-color: var(--primary-palette-blue) !important;
}

.solution-content .call-to-action-links .icon-link {
	font-family: var(--primary-font-family-regular) !important;
	text-decoration: none;
	position: relative;
	display: flex;
	align-items: center;
}

.solution-content .call-to-action-links .icon-link:hover {
	color: var(--primary-palette-blue);
}

.solution-content .call-to-action-links .icon-link:after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	content: "";
	background-image: url("../images/dark-blue-arrow-icon.svg");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	transition: transform 0.2s ease-in-out;
}

.solution-content .call-to-action-links .icon-link:hover:after {
	background-image: url("../images/blue-arrow-icon.svg");
}

.solution-content .icon-list .icon-list__block {
	padding: 0;
}

.why-efax-content .h4 a {
	color: var(--primary-palette-blue-300);
	text-decoration: underline;
	text-underline-offset: 10px;
	text-decoration-color: var(--primary-palette-blue);
}

.why-efax-content .h4 a:hover {
	color: var(--primary-palette-blue);
	text-decoration-color: var(--primary-palette-blue);
}

.why-efax-content .features-content .infobox .infobox--title a {
	text-decoration-color: var(--primary-palette-blue-100);
}

.why-efax-content .infobox__call-to-action {
	display: grid !important;
	grid-template-columns: repeat(1, 1fr);
	gap: 10px;
}

.why-efax-content .infobox__call-to-action .infobox__cta--link {
	font-family: var(--primary-font-family-regular) !important;
	color: var(--primary-palette-blue-300);
	text-decoration: none;
	position: relative;
	display: flex;
	align-items: center;
}

.why-efax-content .infobox__call-to-action .infobox__cta--link:hover {
	color: var(--primary-palette-blue);
}

.why-efax-content .infobox__call-to-action .infobox__cta--link:after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	content: "";
	background-image: url("../images/dark-blue-arrow-icon.svg");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	transition: transform 0.2s ease-in-out;
}

.why-efax-content .infobox__call-to-action .infobox__cta--link:hover:after {
	background-image: url("../images/blue-arrow-icon.svg");
}

.why-efax-content .efax-platform__col {
	padding: 50px 50px;
}

.why-efax-content .platform-list__col {
	padding: 51px 34px 29px 46px;
	background: var(--secondary-palette-cool-grey-100);
	border-bottom-right-radius: 15px;
}

.resources-content .resources-content__help-center-cols {
	padding: 50px 50px;
}

.resources-content .infobox {
	padding-left: 50px;
}

.resources-content .infobox--title a {
	color: var(--primary-palette-blue-300);
	text-decoration: underline;
	text-underline-offset: 10px;
	text-decoration-color: var(--primary-palette-blue);
}

.resources-content .infobox--title a:hover {
	color: var(--primary-palette-blue);
	text-decoration-color: var(--primary-palette-blue);
}

.resources-content .features-content .infobox .infobox--title a {
	text-decoration-color: var(--primary-palette-blue-100);
}

.resources-content .infobox__call-to-action .infobox__cta--link {
	font-family: var(--primary-font-family-regular) !important;
	color: var(--primary-palette-blue-300);
	text-decoration: none;
	position: relative;
	display: flex;
	align-items: center;
}

.resources-content .infobox__call-to-action .infobox__cta--link:hover {
	color: var(--primary-palette-blue);
}

.resources-content .infobox__call-to-action .infobox__cta--link:after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	content: "";
	background-image: url("../images/dark-blue-arrow-icon.svg");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	transition: transform 0.2s ease-in-out;
}

.resources-content .infobox__call-to-action .infobox__cta--link:hover:after {
	background-image: url("../images/blue-arrow-icon.svg");
}

.resources-content .infobox__call-to-action {
	display: grid !important;
	grid-template-columns: repeat(1, 1fr);
}

.resources-content .all-best-col {
	padding: 51px 34px 29px 46px;
	background: var(--secondary-palette-cool-grey-100);
	border-bottom-right-radius: 15px;
}

.resources-content .icon-list .icon-list__block .icon-list__item-title {
	font-family: var(--primary-font-family-regular) !important;
	font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
	line-height: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
	color: var(--primary-palette-blue-300);
}

.resources-content .icon-list .icon-list__block:hover .icon-list__item-title {
	color: var(--primary-palette-blue);
}

.plus-pro-content .icon-list .icon-list__block:hover .icon-list__block__item-title,
.protect-content .icon-list .icon-list__block:hover .icon-list__block__item-title,
.corporate-content .icon-list .icon-list__block:hover .icon-list__block__item-title {
	color: var(--primary-palette-blue-200);
}

.plus-pro-content .icon-list .icon-list__block:hover,
.corporate-content .icon-list .icon-list__block:hover,
.protect-content .icon-list .icon-list__block:hover {
	background-color: var(--secondary-palette-cool-grey-100);
}

header.header-wrapper .inner-header-wrap .header__right ul {
	position: relative;
}

header.header-wrapper .inner-header-wrap .header__right ul li.search-link {
	position: static;
}

header.header-wrapper .inner-header-wrap .header__right ul li.search-link .search-form {
	position: absolute;
	top: 50%;
	right: 38px;
	transform: translateY(-50%);
	width: 0;
	height: 55px;
	line-height: 55px;
	transition: all 0.5s ease;
	background: linear-gradient(270.03deg,
			rgb(252, 247, 242) 0%,
			var(--secondary-palette-white) 200%);
	z-index: 99;
}

header.header-wrapper .inner-header-wrap .header__right ul li.search-link .search-form.expand-active {
	width: 100%;
	left: auto;
	right: 0;
	transition: all 0.5s ease;
}

header.header-wrapper .inner-header-wrap .header__right ul li.search-link .search-form .input-group {
	flex-wrap: nowrap;
}

header.header-wrapper .inner-header-wrap .header__right ul li.search-link .search-form .input-group .search-btn {
	line-height: 45px !important;
	background: transparent;
}

header.header-wrapper .inner-header-wrap .header__right ul li.search-link .search-form .input-group input.search-form-submit-button {
	display: none;
}

header.header-wrapper .inner-header-wrap .header__right ul li.search-link .search-form input[type="text"] {
	width: 0 !important;
	padding: 0 !important;
	border: 0;
	border-bottom: 2px solid var(--primary-palette-yellow);
	background: transparent;
	font-size: calc(14px + (14 - 14) * ((100vw - 320px) / (1920 - 320)));
	line-height: calc(20px + (21 - 20) * ((100vw - 320px) / (1920 - 320)));
	font-family: "SofiaProLight";
	color: var(--secondary-palette-dark-grey-300);
}

header.header-wrapper .inner-header-wrap .header__right ul li.search-link .search-form input[type="text"]:focus {
	box-shadow: none;
	background: linear-gradient(270.03deg,
			rgb(252, 247, 242) 0%,
			var(--secondary-palette-white) 200%);
}

header.header-wrapper .inner-header-wrap .header__right ul li.search-link .search-form.expand-active input[type="text"] {
	width: 100% !important;
	transition: all 0.5s 0.8s ease;
	border-bottom: 2px solid var(--primary-palette-yellow);
	background: transparent;
	font-size: calc(14px + (14 - 14) * ((100vw - 320px) / (1920 - 320)));
	line-height: calc(20px + (21 - 20) * ((100vw - 320px) / (1920 - 320)));
	font-family: "SofiaProLight";
	color: var(--secondary-palette-dark-grey-300);
}

.jet-mobile-menu__breadcrumb .breadcrumb-label {
	font-size: calc(26px + (30 - 26) * ((100vw - 320px) / (1920 - 320)));
	line-height: calc(31px + (36 - 31) * ((100vw - 320px) / (1920 - 320)));
	font-family: "SofiaProRegular";
	color: var(--secondary-palette-dark-grey) !important;
}

.jet-mega-menu-item__dropdown svg path {
	fill: transparent !important;
}

header.header-wrapper .inner-header-wrap .header__center .jet-mega-menu .jet-mega-menu-container .jet-mega-menu-list {
	align-items: center;
}

.search-link {
	display: none;
}

.nav__login-btn a.mobile-link{
	font-family: var(--primary-font-family-regular) !important;
	font-size: 27.12px !important;
    line-height: 15px !important;
    background-color: var(--secondary-palette-white);
    color: var(--primary-palette-blue-300) !important;
    padding: 16px 30px !important;
    border: 3px solid var(--primary-palette-blue) !important;
    box-shadow: 5px 4px 0px 0px rgb(0, 0, 0, 0.16);
    width: 100%;
    text-align: center !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav__login-btn svg{
	height: 27.12px;
	margin-top:-2px;
}

.nav__login-btn a.mobile-link:hover{
	background-color: var(--primary-palette-blue-200);
	transition: all 0.3s ease-in;
	color: var(--secondary-palette-white) !important;
}

.nav__login-btn a.mobile-link:hover .account-icon-image path{
	stroke: #fff !important;
	transition: all 0.3s ease-in;
}



@media only screen and (min-width: 1025px) and (max-width: 1199.98px) {
	header.header-wrapper .inner-header-wrap .header__center {
		width: 55%;
	}

	header.header-wrapper .inner-header-wrap .header__right {
		width: 30%;
	}

	header.header-wrapper .inner-header-wrap .header__right ul li.company-link {
		display: none;
	}

	header.header-wrapper .inner-header-wrap .header__right .quick-access {
		gap: 10px !important;
	}

	header.header-wrapper .inner-header-wrap .header__right ul li.getStarted-link a {
		padding: 12px 9px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1024.98px) {
	header.header-wrapper .inner-header-wrap .header__center {
		width: 60%;
	}

	header.header-wrapper .inner-header-wrap .header__right {
		width: 55%;
	}

	header.header-wrapper .inner-header-wrap .header__right .quick-access {
		gap: 15px !important;
	}

	header.header-wrapper .inner-header-wrap .header__right ul li.getStarted-link a {
		padding: 12px 9px;
	}
}

@media only screen and (min-width: 992px) {
	header.header-wrapper .inner-header-wrap .header__center .jet-mega-menu .jet-mega-menu-container .jet-mega-menu-list li .jet-mega-menu-mega-container .jet-mega-menu-mega-container__inner {
		padding: 10px;
	}

	.v-pills-tabContent .tab-pane .accordion-collapse .accordion-body {
		padding: 40px 0 0 10px;
	}

	.why-efax-content,
	.resources-content {
		width: 100%;
		padding: 0 10px;
	}

	.card .collapse {
		display: block;
	}
}

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

	header.header-wrapper {
		background: linear-gradient(270.03deg,
				rgb(252, 247, 242) 6.06%,
				var(--secondary-palette-white) 75.79%);
	}

	header.header-wrapper .container {
		max-width: 100%;
	}

	header.header-wrapper .inner-header-wrap {
		height: 92px;
	}

	header.header-wrapper .inner-header-wrap .header__left {
		width: 200px;
	}

	header.header-wrapper .inner-header-wrap .header__right {
		width: calc(100% - 200px);
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	header.header-wrapper .inner-header-wrap .header__right ul li.contact-link,
	header.header-wrapper .inner-header-wrap .header__right ul li.company-link {
		display: none;
	}

	header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container {
		width: 100vw !important;
		top: 60px !important;
		left: auto;
		right: -12px;
		border-top: 1px solid var(--secondary-palette-white);
		height: 90vh;
		overflow-y: scroll;
	}

	header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container .jet-mobile-menu__container-inner {
		background-color: rgb(252, 247, 242);
		padding: 32px 0;
		height: 100%;
		display: block;
	}

	header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container .jet-mobile-menu__container-inner .jet-mobile-menu__list {
		padding-left: 20px;
	}

	header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container .jet-mobile-menu__container-inner .jet-mobile-menu__controls {
		padding: 0 20px;
		min-height: 0;
	}

	header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container .jet-mobile-menu__container-inner .jet-mobile-menu__controls .jet-mobile-menu__back {
		order: 0;
		justify-content: flex-start;
	}

	header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container .jet-mobile-menu__container-inner .jet-mobile-menu__controls .jet-mobile-menu__breadcrumbs {
		order: 1;
	}

	header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container .jet-mobile-menu__container-inner .jet-mobile-menu__controls .jet-mobile-menu__back>div {
		line-height: 0;
	}

	header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container .jet-mobile-menu__body .jet-mobile-menu__list .jet-mobile-menu__items .jet-mobile-menu__item {
		border-bottom: 1px solid var(--secondary-palette-warm-grey);
		padding: 20px 18px 20px 0;
	}

	header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container .jet-mobile-menu__body .jet-mobile-menu__list .jet-mobile-menu__items .jet-mobile-menu__item:last-child {
		border-bottom: 0;
	}

	header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container .jet-mobile-menu__body .jet-mobile-menu__list .jet-mobile-menu__items .jet-mobile-menu__item a.mobile-link {
		text-decoration: none;
		font-family: var(--primary-font-family-regular);
		color: var(--secondary-palette-dark-grey);
		font-size: calc(26px + (30 - 26) * ((100vw - 320px) / (1920 - 320)));
		line-height: calc(31px + (36 - 31) * ((100vw - 320px) / (1920 - 320)));
	}

	header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container .jet-mobile-menu__body .jet-mobile-menu__list .jet-mobile-menu__items .jet-mobile-menu__item.m-contactbtn a.mobile-link {
		font-family: "SofiaProBold";
		font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
		line-height: 48px;
		background-color: var(--secondary-palette-white);
		color: var(--primary-palette-blue-300);
		border: 3px solid var(--primary-palette-blue);
		padding: 0 30px;
		height: 52px;
		box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.16);
		position: relative;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
	}

	header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container .jet-mobile-menu__body .jet-mobile-menu__list .jet-mobile-menu__items .jet-mobile-menu__item.m-contactbtn a.mobile-link:hover
	{
		background-color: var(--primary-palette-blue-200);
		transition: all 0.3s ease-in;
		color: var(--secondary-palette-white);
	}

	header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container .jet-mobile-menu__body .jet-mobile-menu__list .jet-mobile-menu__items .jet-mobile-menu__item.m-contactbtn a.mobile-link:hover
	{
		background-color: var(--primary-palette-blue-200);
		transition: all 0.3s ease-in;
		color: var(--secondary-palette-white);
	}

	header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container .jet-mobile-menu__body .jet-mobile-menu__list .jet-mobile-menu__items .jet-mobile-menu__item.m-contactbtn a.mobile-link .jet-menu-item-wrapper .jet-menu-name {
		width: 100%;
	}

	header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container .jet-mobile-menu__body .jet-mobile-menu__list .jet-mobile-menu__items .jet-mobile-menu__item .jet-mobile-menu__item-inner .jet-dropdown-arrow {
		width: 20px;
	}

	header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container .jet-mobile-menu__container-inner .jet-mobile-menu__body .jet-mobile-menu__template {
		padding: 0 20px;
	}

	.v-pills-tabContent {
		width: 100%;
		border-radius: 0;
		border-left: 0 !important;
	}

	.v-pills-tabContent .tab-pane {
		display: block !important;
		opacity: 1;
		margin-bottom: 10px;
		background: rgb(252, 247, 242);
	}

	.v-pills-tabContent .tab-pane .accordion-header .accordion-button {
		background: rgb(252, 247, 242);
		text-decoration: none;
		padding-left: 0;
		padding-right: 5px;
		line-height: normal;
	}

	.v-pills-tabContent .tab-pane .accordion-header .accordion-button:not(.collapsed) {
		background: rgb(252, 247, 242);
		box-shadow: none;
	}

	.v-pills-tabContent .tab-pane .accordion-header .accordion-button.collapsed {
		border-bottom: 1px solid var(--secondary-palette-warm-grey);
	}

	.v-pills-tabContent .tab-pane .accordion-header .accordion-button:not(.collapsed)::after {
		background-image: url("../../assets/images/tiny-down-arrow-icon.svg");
		transform: var(--bs-accordion-btn-icon-transform);
	}

	.v-pills-tabContent .tab-pane .accordion-header .accordion-button::after {
		color: var(--primary-palette-blue-300);
		background-image: url("../../assets/images/tiny-down-arrow-icon.svg");
	}

	.v-pills-tabContent .tab-pane .accordion-collapse.show {
		border-bottom: 1px solid var(--secondary-palette-warm-grey) !important;
	}

	.v-pills-tabContent .tab-pane .accordion-collapse .accordion-body {
		padding-left: 0;
		padding-right: 0;
	}

	.v-pills-tabContent .tab-pane .accordion-collapse .accordion-body .infobox {
		padding-left: 0;
	}

	.solution-content {
		padding: 27px 0 0;
	}

	.why-efax-content {
		padding: 27px 0 0;
	}

	.why-efax-content .efax-platform__col {
		padding: 0 15px 27px;
	}

	.why-efax-content .platform-list__col {
		padding: 27px 15px 0;
		background: transparent;
	}

	.resources-content .infobox {
		padding-left: 0;
	}

	.resources-content .resources-content__help-center-cols {
		padding: 27px 15px 0;
	}

	.resources-content .all-best-col {
		background: transparent;
		padding: 27px 15px 0;
	}

	.resources-content .resources-content__help-center-cols .help-center-col {
		margin-top: 30px;
	}

	.solution-content .call-to-action-links {
		border-top: 1px solid var(--secondary-palette-warm-grey);
		padding-top: 15px;
	}

	.features-content .heading-link-list {
		padding: 30px 0;
		background: transparent;
		border-top: 1px solid var(--secondary-palette-warm-grey);
		background-color: transparent !important;
	}

	.heading-link-list .heading-link-list__items .heading-link-list__item a.cta-links {
		justify-content: flex-start;
	}

	.plus-pro-content {
		display: grid;
		gap: 15px 30px;
	}

	.plus-pro-content .heading-icon-list {
		padding: 0;
		background: transparent;
		border-radius: 0;
		margin: 0 !important;
	}

	.plus-pro-content .heading-link-list {
		grid-column: 1 / 3;
		padding: 30px 0;
		background-color: transparent !important;
		border-top: 1px solid var(--secondary-palette-warm-grey);
	}

	.protect-content .heading-icon-list {
		display: none;
	}

	.protect-content .heading-link-list .heading-link-list__items {
		margin: 0 auto;
		display: grid;
		gap: 50px;
		grid-template-columns: repeat(1, 1fr);
	}

	.corporate-content .heading-icon-list {
		display: none;
	}
	
	.corporate-content .heading-link-list .heading-link-list__items {
		margin: 0 auto;
		display: grid;
		gap: 50px;
		grid-template-columns: repeat(1, 1fr);
	}

		header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container .jet-mobile-menu__body .jet-mobile-menu__list .jet-mobile-menu__items .jet-mobile-menu__item.exclusive-deals a.mobile-link {
		width: 100%;
		text-align: center;
		font-family: var(--primary-font-family-regular);
		font-size: calc(15px +(15 - 15)*((100vw - 320px) /(1920 - 320)));
		line-height: calc(15px +(15 - 15)*((100vw - 320px) /(1920 - 320)));
		background: var(--secondary-palette-dark-grey);
		color: var(--secondary-palette-white);
		padding: 16px 30px;
		box-shadow: 5px 4px 0px 0px rgb(0, 0, 0, 0.16);
	}

	header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container .jet-mobile-menu__body .jet-mobile-menu__list .jet-mobile-menu__items .jet-mobile-menu__item.exclusive-deals .jet-menu-item-wrapper {
		display: block;
	}

	header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container .jet-mobile-menu__body .jet-mobile-menu__list .jet-mobile-menu__items .jet-mobile-menu__item.contact-number a.mobile-link {
		font-family: var(--primary-font-family-regular) !important;
		font-size: 27.12px!important;
		line-height: 15px !important;
		background-color: var(--secondary-palette-white);
		color: var(--primary-palette-blue-300);
		padding: 16px 30px;
		border: 3px solid var(--primary-palette-blue);
		box-shadow: 5px 4px 0px 0px rgb(0, 0, 0, 0.16);
		width: 100%;
		text-align: center;
	}

	header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container .jet-mobile-menu__body .jet-mobile-menu__list .jet-mobile-menu__items .jet-mobile-menu__item.contact-number .jet-menu-label:before {
		content: url("../../assets/images/phone-blue-solid.svg");
		width: 21px;
		height: 27.12px;
		display: inline-block;
		position: relative;
		top: 3px;
		right: 5px;
	}

	header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container .jet-mobile-menu__body .jet-mobile-menu__list .jet-mobile-menu__items .jet-mobile-menu__item.contact-number:hover .jet-menu-label:before{
		content: url("../../assets/images/white-phone.svg");
	}

}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	.plus-pro-content {
		grid-template-columns: 2fr 3fr;
	}

	.plus-pro-content .heading-icon-list ul.icon-list {
		align-items: flex-start !important;
		margin: 0;
	}

	.plus-pro-content .heading-icon-list ul.icon-list .col-4 {
		width: 50%;
		padding: 10px 10px 10px 0;
	}

	.why-efax-content .infobox__call-to-action {
		margin: 0 auto;
		display: grid;
		gap: 50px;
		grid-template-columns: max-content 1fr;
		padding-top: 25px;
		border-top: 1px solid var(--secondary-palette-warm-grey);
	}

	.why-efax-content .infobox__call-to-action a::before {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: -25px;
		background-color: var(--secondary-palette-cool-grey);
		height: 100%;
		width: 1px;
	}

	.why-efax-content .infobox__call-to-action a:last-child:before {
		display: none;
	}

	.why-efax-content .infobox__call-to-action .infobox__cta--link {
		position: relative !important;
		text-align: center;
		color: var(--primary-palette-blue-300);
		text-decoration: none;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
	}

	.why-efax-content .infobox__call-to-action .infobox__cta--link::before {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: -25px;
		background-color: var(--secondary-palette-cool-grey);
		height: 100%;
		width: 1px;
	}

	.why-efax-content .infobox__call-to-action .infobox__cta--link:last-child::before {
		display: none;
	}

	.why-efax-content .infobox__call-to-action .infobox__cta--link::after {
		flex-shrink: 0;
		width: 1.25rem;
		height: 1.25rem;
		content: "";
		background-image: url("../images/dark-blue-arrow-icon.svg");
		background-repeat: no-repeat;
		background-size: auto;
		background-position: center;
		transition: transform 0.2s ease-in-out;
	}

	.why-efax-content .icon-list .icon-list__block {
		padding: 10px 10px 10px 0;
	}

	.resources-content .icon-list .icon-list__block {
		padding: 10px 10px 10px 0;
	}

	.resources-content .infobox__call-to-action {
		margin: 0 auto;
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
		padding-top: 25px;
		border-top: 1px solid var(--secondary-palette-warm-grey);
	}

	.resources-content .infobox__call-to-action .infobox__cta--link {
		position: relative !important;
		text-align: center;
		color: var(--primary-palette-blue-300);
		text-decoration: none;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
	}

	.resources-content .infobox__call-to-action a::before {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 30px;
		background-color: var(--secondary-palette-cool-grey);
		height: 100%;
		width: 1px;
	}

	.resources-content .infobox__call-to-action a:last-child:before {
		display: none;
	}

	.resources-content .infobox__call-to-action .infobox__cta--link::before {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: -25px;
		background-color: var(--secondary-palette-cool-grey);
		height: 100%;
		width: 1px;
	}

	.resources-content .infobox__call-to-action .infobox__cta--link:last-child::before {
		display: none;
	}

	.resources-content .infobox__call-to-action .infobox__cta--link::after {
		flex-shrink: 0;
		width: 1.25rem;
		height: 1.25rem;
		content: "";
		background-image: url("../images/dark-blue-arrow-icon.svg");
		background-repeat: no-repeat;
		background-size: auto;
		background-position: center;
		transition: transform 0.2s ease-in-out;
	}
}

@media only screen and (min-width: 768px) {
	header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container .jet-mobile-menu__body .jet-mobile-menu__list .jet-mobile-menu__items .jet-mobile-menu__item.mobile-searchBtn {
		display: none !important;
	}
}

@media only screen and (max-width: 767.98px) {
	header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container .jet-mobile-menu__body .jet-mobile-menu__list .jet-mobile-menu__items .jet-mobile-menu__item.m-efax-signupbtn {
		border-bottom: 0;
	}

	header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container .jet-mobile-menu__body .jet-mobile-menu__list .jet-mobile-menu__items .jet-mobile-menu__item.m-efax-signupbtn a.mobile-link {
		font-family: "SofiaProBold";
		font-size: calc(26px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
		line-height: 46px;
		background-color: var(--secondary-palette-dark-grey);
		color: var(--secondary-palette-white);
		border: 3px solid transparent;
		padding: 0 30px;
		height: 52px;
		box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.16);
		display: inline-block;
		text-align: center;
		text-decoration: none;
		width: 100%;
	}

	header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container .jet-mobile-menu__body .jet-mobile-menu__list .jet-mobile-menu__items .jet-mobile-menu__item.m-efax-signupbtn a.mobile-link:hover {
		transition: background-color 0.3s ease-in;
		background-color: var(--secondary-palette-dark-grey-200);
	}

	header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container .jet-mobile-menu__body .jet-mobile-menu__list .jet-mobile-menu__items .jet-mobile-menu__item.m-efax-signupbtn a.mobile-link .jet-menu-item-wrapper .jet-menu-name {
		width: 100%;
	}

	header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container .jet-mobile-menu__body .jet-mobile-menu__list .jet-mobile-menu__items .jet-mobile-menu__item.m-efax-loginbtn {
		border-bottom: 0;
	}

	header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container .jet-mobile-menu__body .jet-mobile-menu__list .jet-mobile-menu__items .jet-mobile-menu__item.m-efax-loginbtn a.mobile-link {
		width: 100%;
		text-align: center;
		font-family: var(--primary-font-family-regular);
		font-size: calc(15px + (15 - 15) * ((100vw - 320px) / (1920 - 320)));
		line-height: calc(15px + (15 - 15) * ((100vw - 320px) / (1920 - 320)));
		color: var(--primary-palette-blue-300);
		position: relative;
	}

	header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container .jet-mobile-menu__body .jet-mobile-menu__list .jet-mobile-menu__items .jet-mobile-menu__item.m-efax-loginbtn a.mobile-link .jet-menu-item-wrapper .jet-menu-name {
		width: 100%;
	}

	header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container .jet-mobile-menu__body .jet-mobile-menu__list .jet-mobile-menu__items .jet-mobile-menu__item.m-contactbtn a.mobile-link {
		width: 100%;
		text-align: center;
	}

	header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container .jet-mobile-menu__body .jet-mobile-menu__list .jet-mobile-menu__items .jet-mobile-menu__item.m-efax-loginbtn a.mobile-link {
		width: 100%;
		text-align: center;
		font-family: var(--primary-font-family-regular);
		font-size: calc(15px + (15 - 15) * ((100vw - 320px) / (1920 - 320)));
		line-height: calc(15px + (15 - 15) * ((100vw - 320px) / (1920 - 320)));
		color: var(--primary-palette-blue-300);
	}

	header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container .jet-mobile-menu__body .jet-mobile-menu__list .jet-mobile-menu__items .jet-mobile-menu__item.m-efax-loginbtn a.mobile-link .jet-menu-item-wrapper .jet-menu-name {
		width: 100%;
	}

	header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container .jet-mobile-menu__body .jet-mobile-menu__list .jet-mobile-menu__items .jet-mobile-menu__item.m-efax-loginbtn a.mobile-link .jet-menu-item-wrapper .jet-menu-name .jet-menu-label {
		position: relative;
		display: flex;
		gap: 5px;
		justify-content: center;
		align-items: center;
	}

	header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container .jet-mobile-menu__body .jet-mobile-menu__list .jet-mobile-menu__items .jet-mobile-menu__item.m-efax-loginbtn a.mobile-link .jet-menu-item-wrapper .jet-menu-name .jet-menu-label:after {
		flex-shrink: 0;
		width: 1.25rem;
		height: 1.25rem;
		content: "";
		background-image: url("../images/dark-blue-arrow-icon.svg");
		background-repeat: no-repeat;
		background-size: auto;
		background-position: center;
		transition: transform 0.2s ease-in-out;
	}

	header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container .jet-mobile-menu__body .jet-mobile-menu__list .jet-mobile-menu__items .jet-mobile-menu__item.mobile-searchBtn {
		border-bottom: 0;
		padding: 0 18px 0 0;
		margin-bottom: 10px;
	}

	header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container .jet-mobile-menu__body .jet-mobile-menu__list .jet-mobile-menu__items .jet-mobile-menu__item.mobile-searchBtn .jet-mobile-menu__item-inner {
		display: block;
	}

	header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container .jet-mobile-menu__body .jet-mobile-menu__list .jet-mobile-menu__items .jet-mobile-menu__item.mobile-searchBtn .jet-mobile-menu__item-inner .jet-menu-item-wrapper {
		display: block;
	}

	header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container .jet-mobile-menu__body .jet-mobile-menu__list .jet-mobile-menu__items .jet-mobile-menu__item.mobile-searchBtn .jet-mobile-menu__item-inner .jet-menu-item-wrapper .searchform .input-group input {
		width: auto !important;
		border: 0;
		background: transparent;
		border-bottom: 2px solid var(--primary-palette-yellow);
		font-size: calc(14px + (14 - 14) * ((100vw - 320px) / (1920 - 320)));
		line-height: calc(20px + (21 - 20) * ((100vw - 320px) / (1920 - 320)));
		font-family: "SofiaProLight";
		color: var(--secondary-palette-dark-grey-300);
		height: 21px;
		padding: 0 6px;
	}

	.plus-pro-content .heading-icon-list {
		display: none;
	}

	.plus-pro-content .heading-link-list .heading-link-list__items {
		grid-template-columns: repeat(1, 1fr);
		gap: 0;
	}

	.features-content .heading-link-list .heading-link-list__items {
		grid-template-columns: repeat(1, 1fr);
		gap: 15px;
	}

	.heading-link-list .heading-link-list__items .heading-link-list__item::after {
		display: none;
	}

	header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container .jet-mobile-menu__body .jet-mobile-menu__list .jet-mobile-menu__items .jet-mobile-menu__item.mobile-searchBtn .jet-mobile-menu__item-inner .jet-menu-item-wrapper .searchform {
		height: 25px;
		line-height: 25px;
	}

	header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container .jet-mobile-menu__body .jet-mobile-menu__list .jet-mobile-menu__items .jet-mobile-menu__item.mobile-searchBtn .jet-mobile-menu__item-inner .jet-menu-item-wrapper .searchform .input-group {
		flex-wrap: nowrap;
		align-items: center;
	}

	header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container .jet-mobile-menu__body .jet-mobile-menu__list .jet-mobile-menu__items .jet-mobile-menu__item.mobile-searchBtn .jet-mobile-menu__item-inner .jet-menu-item-wrapper .searchform .search-btn {
		line-height: 21px !important;
		background: transparent;
	}

	header.header-wrapper .inner-header-wrap .header__right .mobile-menu-bar .jet-mobile-menu .jet-mobile-menu__container .jet-mobile-menu__body .jet-mobile-menu__list .jet-mobile-menu__items .jet-mobile-menu__item.mobile-searchBtn .jet-mobile-menu__item-inner .jet-menu-item-wrapper .searchform .search-form-submit-button {
		display: none;
	}

	.icon-list .icon-list__block {
		padding-left: 0px;
		padding-right: 0px;
	}

	.why-efax-content .efax-platform__col {
		padding-bottom: 10px;
	}

	.why-efax-content .infobox__call-to-action {
		border-top: 1px solid var(--bs-warm--200);
		padding-top: 10px;
		gap: 0;
	}

	.plus-pro-content {
		gap: 0 30px;
	}

	.plus-pro-content .heading-link-list {
		padding: 10px 0 0;
		margin-top: 10px !important;
	}

	.plus-pro-content .heading-link-list .heading-link-list__items .heading-link-list__item {
		text-align: left;
	}

	.resources-content .resources-content__help-center-cols .help-center-col .infobox__call-to-action {
		padding-top: 10px;
		border-top: 1px solid var(--bs-warm--200);
	}
}
