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

.site-wrapper {
	height: 100%;
}

::-ms-clear {
	display: none;
}

body {
	background-color: #f9f9f9;
	font-family: 'Poppins', sans-serif;
	position: relative;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}

body {
	max-width: 100%;
	overflow-x: hidden;
}

body[data-rtl="rtl"] {
	direction: rtl;
	text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222222;
	font-weight: 400;
	margin-top: 0;
	line-height: 1.2;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

p:last-child {
	margin-bottom: 0;
}

p {
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #666666;
}

a,
button {
	color: inherit;
	display: inline-block;
	line-height: inherit;
	text-decoration: none !important;
	cursor: pointer;
}

a,
button,
img,
input,
span {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

*:focus {
	outline: none !important;
}

a:focus {
	color: inherit;
	outline: none;
	text-decoration: none !important;
}

a:hover {
	text-decoration: none !important;
	color: #e44848 !important;
}

button,
input[type="submit"] {
	cursor: pointer;
}

ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}

a,
a:active,
a:focus {
	color: #e44848;
	text-decoration: none;
	transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: .2s;
	-ms-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
}

.section {
	padding: 70px 0px;
}

.section-bottom {
	padding-bottom: 70px;
}

.section-top {
	padding-top: 70px;
}

.title {
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.28;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
	margin-bottom: 30px;
}

.header-wrapper {
	/*height: 750px;*/
	background: url(../images/hero-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	position: relative;
	width: 100%;
}

.header-img {
	background: url(../images/header.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	position: relative;
	height: 500px;
}

.logo {
	margin-top: 0;
}

.header-container {
	position: relative;
	z-index: 1;
}

.top-menu {
	background: #f8f8f8;
	padding: 20px 0px;
}

.header-wrapper .header-container .form-wrapper {
	padding: 150px 0;
}

.dynamic-phone, .top-menu .home-button .mobile-tel {
	font-size: 24px;
	font-weight: 600;
	color: #e44848;
	padding: 10px 20px;
	border-radius: 8px;
	border: solid 2px #e44848;
	background-color: #ffffff;
}

.d-big {
	display: block;
}

.d-small {
	display: none;
}

.hero-inner {
	padding: 40px;
	background-color: #ffffff;
	max-width: 700px;
}

.hero-dis {
	font-size: 54px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.26;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
	padding-bottom: 20px;
}

.w-49 {
	width: 47%;
	padding-right: 15px;
	padding-left: 15px;
}

.text {
	margin-bottom: 30px;
}

.zipcode {
	width: 100%;
	height: 72px;
	padding: 0 20px;
	border: solid 2px #e44848;
	background: transparent;
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
	line-height: 72px;
}

::placeholder {
	color: #000000;
}

.get-quotes_btn {
	height: 72px;
	border: solid 2px #e44848;
	padding: 0px 70px;
	border-radius: 10px;
	background-color: #e44848;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	line-height: 72px;
}
.get-quotes_btn:hover {
    background-color: #c72929;
}

.img-inner {
	width: 25%;
	text-align: center;
}

.li-image {
	padding: 10px;
}

.inner-box {
	cursor: pointer;
	text-align: center;
}

.box-head {
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
	margin-bottom: 10px;
}

.icon-box {
	margin-bottom: 20px;
}

.inner-box p {
	text-align: center;
}

.bg-blue-inner {
	background-color: #ecf9ff;
	text-align: center;
}

.bg-gray-inner {
	background-color: #f8f8f8;
	text-align: center;
}

.text-red {
	font-size: 36px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #e44848;
}

.text-b,
.text-b a {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.47;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
}
.has-error {
    background: #fbbcbc !important;
    border: 2px solid #dc3545 !important;
    transition: all 0.30s;
}

.has-error input {
    background: #fbbcbc !important;
}

.text-b a {
	margin: 0 10px;
}

.text-small {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
}
.img-inner{ 
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

@media only screen and (max-width: 991px) {
	.header-wrapper {
		height: 100%;
		background: #fff;
	}

	.header-wrapper .header-container .form-wrapper {
		padding: 50px 0;
		max-width: 100%;
	}

	.hero-inner {
		padding: 0;
		background-color: #ffffff;
		max-width: 100%;
	}

	.hero-dis {
		font-size: 45px;
		line-height: 1.29;
	}

	.section {
		padding: 50px 0;
	}
	.inner-box {
		cursor: pointer;
		margin-bottom: 40px;
	}
	.img-inner {
		width: 50%;
		padding: 20px;
	}

	.d-big {
		display: none;
	}
	.d-small {
		display: block;
	}

	/*.home-button a {*/
	/*	width: 90px;*/
	/*	height: 45px;*/
	/*	font-size: 20px;*/
	/*	font-weight: 600;*/
	/*	font-stretch: normal;*/
	/*	font-style: normal;*/
	/*	line-height: normal;*/
	/*	letter-spacing: normal;*/
	/*	text-align: center;*/
	/*	color: #e44848;*/
	/*	padding: 0px;*/
	/*	border-radius: 8px;*/
	/*	border: solid 2px #e44848;*/
	/*	background-color: #ffffff;*/
	/*	-webkit-transition: 0.4s all ease-in-out;*/
	/*	-o-transition: 0.4s all ease-in-out;*/
	/*	transition: 0.4s all ease-in-out;*/
	/*}*/
}

@media only screen and (max-width: 768px) {
	.img-inner {
		width: 25%;
		float: left;
	}

	.logo {
		margin-top: 10px;
		width: 200px;
	}

	.zipcode,
	.get-quotes_btn {
		width: 100%;
		margin-bottom: 20px;
	}
	.title {
		font-size: 24px;
	}
	/*p {*/
	/*	font-size: 16px;*/
	/*	line-height: 25px;*/
	/*}*/
	.get-quotes_btn {
		padding: 0 20px;
    }
    .w-49 {
        width: 100%;
        margin-right: 0;
    }

    .navbar-brand img {
        max-width: 300px;
    }

	.home-button a.mobile-tel {
		padding: 5px 15px !important;
	}

    .home-button img {
        height: 20px;
    }
}

@media only screen and (max-width: 480px) {
	.navbar-brand {
		padding: 0 !important;
	}

	.navbar-brand img {
		max-width: 200px;
	}

	.home-button a.mobile-tel {
		padding: 5px 8px !important;
		font-size: 18px !important;
	}

	.home-button img {
		height: 15px;
	}
}

@media only screen and (max-width: 380px) {
	.hero-dis {
		font-size: 35px;
		line-height: 1.29;
    }
    .img-inner{ 
		width:45%;
	}
}