@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&amp;display=swap');

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

body {
	margin: 0;
	padding: 0;
	font-family: "Roboto", sans-serif;
	background-color: #f5f5f5;
}

img {
	max-width: 100%;
}

.fs-10 {
	font-size: 10px !important;
	color: #bdbdbd;
}

.fs-13 {
	font-size: 13px !important;
}

.fs-15 {
	font-size: 15px;
}

/* header {
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 999 !important;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
} */

.hero-section {
	background-image: url('../images/b-1.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.hero-section a {
	width: fit-content;
	margin: auto;
}

.text-link {
	color: #ff0000;
}

.call-btn {
	background-color: #015fde;
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	padding: 10px 29px;
	display: block;
	margin-bottom: 32px;
	line-height: 26px;
	border-radius: 6px;
	max-width: 281px !important;
	width: 100% !important;
	margin-bottom: 10px !important;
	font-weight: 700;
}

.form-wrapper {
	max-width: 570px !important;
}

.shadow-btn {
	padding: 7px 0px 7px 0px;
	background-color: #F2F2F2;
	border-style: dashed;
	border-width: 2px 2px 2px 2px;
	border-color: #C0C0C0;
	border-radius: 7px 7px 7px 7px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	text-decoration: none;
	display: block;
}

.shadow-btn span {
	color: #e51937;
	font-size: 40px;
	border-bottom: 4px solid;
}

.shadow-btn p {
	font-size: 30px;
}

footer a {
	font-size: 14px;
	color: #878787;
	text-decoration: none;
	padding: 0 4px;
}

.shadow-text {
	background-image: linear-gradient(180deg, #E51937 0%, #E51937 100%);
	color: #dedede;
	text-shadow: 3px 2px 0px rgba(0, 0, 0, 0.3);
	display: block;
	text-decoration: none;
	font-size: 40px;
	font-weight: 600;
}

a.call-btn.blue-btn {
	text-shadow: -2px 3px 1px rgba(0, 0, 0, 0.3);
	background-color: #005FDE;
	font-size: 29px;
	width: fit-content;
	margin: auto;
	font-weight: 700;
}

.form-outer {
	padding: 14px;
}

.form-outer label {
	color: #4b4f58;
	font-weight: 500;
}

.form-outer select, .form-outer input {
	width: 100%;
	padding: 6px 10px;
	border: 1px solid #ccc;
	background: #fff;
	margin-bottom: 16px;
	box-shadow: none !important;
	outline: none;
}

span.req-text {
	font-size: 16px;
	border: none;
}

.form-outer input[type="submit"] {
	background: #005FDE;
	color: #fff;
	font-weight: 700;
	border: 8px double #024488 !important;
	font-size: 22px;
	padding: 15px;
	line-height: 22px;
}

.callus-section {
	background-color: #0000005e;
	background-blend-mode: multiply;
	background-image: url('../images/b-2.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 700px;
	align-content: center;
	color: #d6d6d6;

}

.callus-section a {
	width: fit-content;
	margin: auto;
}

.callus-section p {
	font-size: 26px;
}

.content-wrapper h2, .content-wrapper h3 {
	color: #3a3a3a;
}

.content-wrapper p, .content-wrapper li {
	font-size: 15px;
	color: #4b4f58;
}

.content-wrapper h3 {
	font-size: 26px;
	font-weight: 500;
}

.small-text-wrapper p {
	font-size: 12px !important;
}

.icon-wrapper i {
	font-size: 50px;
	background: #e51936;
	padding: 25px 28px;
	border-radius: 50%;
	margin-bottom: 28px;
}

@media only screen and (max-width: 768px) {
	.shadow-text {
		font-size: 30px;
	}

	.shadow-btn span {
		font-size: 30px;
	}

	.shadow-btn p {
		font-size: 27px;
	}

}