@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
	padding: 0;
	margin: 0;
	font-family: 'Inter', sans-serif;
	background-color: #2A2F38;
}

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

img {
	max-width: 100%;
	width: auto;
}

p {
	font-size: 16px;
}

a {
	display: inline-block;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	line-height: 1.4;
}

.h1,h1 {
	font-size: 2.5rem;
}

.h2,h2 {
	font-size: 2rem;
}

.h3,h3 {
	font-size: 1.75rem;
}

.h4,h4 {
	font-size: 1.5rem;
}

.h5,h5 {
	font-size: 1.25rem;
}

.h6,h6 {
	font-size: 1rem;
}

@media (max-width:767px) {
	.h1,h1 {
		font-size: 1.7rem;
	}

	.h3, h3 {
		font-size: 1.30rem;
	}
}

.primary-btn {
	background-color: #ff4343;
	color: #fff;
	padding: 12px 30px;
	border-radius: 10px;
	font-weight: 600;
	font-size: 16px;
	border: solid 2px #ff4343;
	transition: all 0.3s;
	text-transform: uppercase;
}

.primary-btn:hover {
	background-color: #2A2F38;
	color: #ff4343;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width:576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px;
	}
}

@media (min-width:1400px) {
	.container {
		max-width: 1320px;
	}
}

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

header {
	background-color: #2A2F38;
	padding: 20px 15px;
	min-height: 79px;
}

.logo img {
	max-height: 55px;
}

header nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 40px;
}

header nav ul li {
	position: relative;
}

header nav ul li.active:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #ff4343;
	left: 0;
	bottom: -7px;
}

header nav ul a {
	color: rgba(255,255,255,.5);
	text-decoration: none;
	font-weight: 500;
}

header nav ul a:hover,
header nav ul li.active a {
	color: #FF4343;
}

.sendfaxbtn_group {
	width: 100%;
	display: flex;
}

.sendfaxbtn_group .btn {
	font-size: 17px;
	font-weight: 400;
	line-height: 60px;
	color: #fff;
	font-family: 'Inter', sans-serif;
	background: #2A2F38;
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0px 10px 10px rgb(13 17 26 / 50%);
	border-radius: 10px;
	position: relative;
	padding: 0 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.3s all ease-in-out;
}

.sendfaxbtn_group .btn:not(:last-child) {
	margin-right: 20px;
}

.sendfaxbtn_group .btn:hover {
	transition: 0.3s all ease-in-out;
	border: 1px solid rgba(255, 255, 255, 0.8);
}

.sendfaxbtn_group .btn .icon {
	margin-right: 20px;
	display: flex;
}

section.hero {
	min-height: 520px;
	display: flex;
	align-items: center;
	position: relative;
}

section.hero .row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 0px;
	align-items: center;
}

section.hero .left h1 {
	color: #fff;
	font-size: 45px;
	line-height: 50px;
	margin-bottom: 25px;
	max-width: 400px;
}

.right-hero-img {
	position: absolute;
	right: 0;
	top: 0;
	width: 44vw;
	height: 100%;
	background-image: url(https://sendfax.co/images/home-banner.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
}

section.two-col .row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 100px;
	align-items: center;
}

section.two-col {
	padding: 80px 0;
}

section.two-col h2, 
section.two-col p {
	color: #fff;
}

section.two-col h2 {
	font-size: 38px;
	margin-bottom: 20px;
}

section.two-col p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 30px;
}

section.title-wrap-main .title-wrap {
	text-align: center;
	color: #fff;
	padding-top: 60px;
}

ul.list-dots {
	list-style: none;
	padding: 0;
	margin: 0 0 30px 0;
}

ul.list-dots li {
	position: relative;
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 500;
	padding-left: 20px;
	color: #fff;
	line-height: 1.4;
}

ul.list-dots li b {
	font-weight: 600;
}

ul.list-dots li::before {
	color: #ff4343;
	font-size: 26px;
	line-height: 30px;
	vertical-align: baseline;
	width: 10px;
	height: 10px;
	display: inline-block;
	position: absolute;
	top: 5px!important;
	left: 0!important;
	border-radius: 25px;
	background: #ff4343;
	bottom: auto;
	margin: auto;
	content: "";
}

section.three-col {
	padding: 60px 0;
	color: #fff;
	background: #37373F;
	border: 1px solid #929292;
	border-left: 0;
	border-radius: 0;
}

section.three-col .row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 50px;
	grid-row-gap: 0px;
}

section.three-col h3 {
	margin-bottom: 20px;
}

section.three-col p {
	line-height: 1.5;
}

section.four-col {
	padding: 80px 0;
}

section.four-col .row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 0px;
}

section.four-col .row .support-wrap {
	background-color: #fff;
	padding: 15px;
	border-radius: 15px;
}

section.four-col .row .support-wrap h3 {
	font-size: 19px;
	color: #333;
	line-height: 1.4;
	text-align: center;
}

footer {
	background-color: #25272a;
	padding: 70px 0;
}

footer .sm-footer {
	color: #fff;
	margin-top: 30px;
}

footer .footer-txt {
	color: #fff;
	max-width: 520px;
	line-height: 1.4;
	margin-top: 30px;
}

footer .footer-txt b {
	font-weight: 700;
}

footer .footer-txt span {
	color: red;
}

section.help-wrap {
	background-color: #fff;
	padding: 50px 0;
}

.help-wrap .container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 30px;
	padding-top: 70px;
	padding-bottom: 70px;
	align-items: center;
}

.support_right {
	background-color: #fff;
	border-radius: 20px;
	float: left;
	width: 100%;
	box-shadow: 0 0 15px 4px #eee;
	-webkit-box-shadow: 0 0 15px 4px #eee;
	text-align: center;
	overflow: hidden;
	padding: 30px;
}

.sub-page-title {
	background-color: #2A2F38;
	padding: 15px 0 50px 0;
	color: #fff;
	text-align: center;
}

section.help-wrap ul.list-dots li {
	color: #000;
	margin-bottom: 0px;
	margin-top: 10px;
}

.form-control {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
}

.form-control:focus {
	outline: solid 1px #000;
}

.form-group {
	margin-bottom: 20px;
}

.file-upload {
	display: flex;
	max-width: 100%;
}

.file-upload__file {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.file-upload__text {
	flex: 1;
	min-height: 42px;
	width: 200px;
	border: 1px solid #B4C0C5;
	padding: 13px 10px;
	color: #a0a0a0;
	text-align: left;
	font-size: 14px;
}

.file-upload__btn {
	padding: 13px 18px;
	border: 1px solid #414141 !important;
	background: #414141 !important;
	color: #fff;
	cursor: pointer;
}

.file-upload__btn:hover {
	opacity: 0.8;
}

.btn-submit {
	text-align: right;
}

.btn-submit button.primary-btn {
	background-color: #ff4343 !important;
	color: #fff !important;
	cursor: pointer;
}

.btn-submit button.primary-btn:hover {
	opacity: 0.8;
}

footer .row {
	display: flex;
	gap: 60px;
}

footer .right h3 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
}

footer .right ul.nav-footer {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer .right ul.nav-footer li a {
	color: rgba(255,255,255,.5);
	margin-bottom: 15px;
	display: flex;
}

footer .right ul.nav-footer li a:hover {
	color: #FF4343;
}

@media (max-width:1399px) {
	.sendfaxbtn_group {
		flex-direction: column;
		gap: 20px;
		max-width: 330px;
	}

	.sendfaxbtn_group .btn:not(:last-child) {
		margin: 0;
	}
}

@media (max-width:991px) {
	section.two-col .row {
		grid-column-gap: 20px;
	}

	section.two-col h2 {
		font-size: 28px;
		margin-bottom: 10px;
	}

	section.two-col {
		padding: 60px 0;
	}

	section.three-col .row {
		grid-column-gap: 20px;
	}

	section.three-col h3 {
		font-size: 26px;
	}

	section.four-col .row {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}

	.right-hero-img {
		width: 49vw;
	}

	section.hero .left h1 {
		font-size: 36px;
		line-height: 45px;
		margin-bottom: 20px;
	}

	section.hero {
		min-height: 400px;
	}
}

@media (max-width:767px) {
	footer {
		background-color: #2A2F38;
		padding: 50px 0;
	}

	section.hero .row {
		grid-template-columns: 1fr;
	}

	.right-hero-img {
		width: 100%;
		position: static;
		min-height: 300px;
		margin-top: 60px;
	}

	section.two-col .row {
		grid-template-columns: 1fr;
	}

	section.three-col .row {
		grid-template-columns: 1fr;
		row-gap: 30px;
	}

	.logo img {
		max-height: 35px;
	}

	.sendfaxbtn_group .btn {
		line-height: 50px;
	}

	.sendfaxbtn_group .btn img {
		max-width: 18px;
	}

	.sendfaxbtn_group {
		max-width: 270px;
	}

	section.hero .left h1 {
		font-size: 27px;
		line-height: 41px;
	}

	header {
		padding-left: 0;
		padding-right: 0;
	}

	section.title-wrap-main .title-wrap h2 {
		font-size: 24px;
	}

	section.title-wrap-main .title-wrap {
		padding-top: 40px;
	}

	section.two-col {
		padding: 40px 0;
	}

	section.two-col.first-img .row {
		display: flex;
		flex-direction: column-reverse;
	}

	section.three-col h3 {
		font-size: 23px;
	}

	section.four-col .row {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	section.four-col {
		padding: 40px 0;
	}

	section.two-col h2 {
		font-size: 26px;
	}

	ul.list-dots li {
		font-size: 16px;
		margin-bottom: 15px;
	}

	section.two-col p {
		font-size: 16px;
	}

	footer .row {
		flex-direction: column;
		gap: 30px;
	}
}