:root {
  --main-color: #5e93f6;
}
:root {
	--contact_form: #2e4a93;
}


body {
font-family:'Hind',sans-serif;
font-size:13px;
letter-spacing:0;
background-color:#fff;
transition: all 0.3s ease-in-out;
text-size-adjust: none !important;
-webkit-text-size-adjust:none !important;
-moz-text-size-adjust:none !important;
-ms-text-size-adjust:none !important;
}

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

a,a:hover {
text-decoration:none!important;
outline:none
}

input,input:hover,input:focus,select,select:hover,select:focus {
outline:none;
text-decoration:none
}

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

h1,h2,h3,h4,h5,h6 {
margin-top:0;
margin-bottom:10px;
text-decoration:none;
outline:none
}

.navbar .inner_row {
    padding-left: 0px;
}

.inner_row {
    max-width: 1310px;
    padding-left: 20px;
    transition: all 0.3s ease-in-out;
    padding-right: 20px;
    margin: auto;
}

.navbar-toggle {margin-right: 0px !important;}

.btn_wrap a {
display: inline-block;
background-color: var(--main-color);
color: #fff;
text-align: center;
font-weight: 500;
border-radius: 100px;
text-transform: uppercase;
padding: 18px 40px 17px;
box-shadow: 0 3px 8px 0 rgba(61,83,181,0.2);
line-height: 1.2;
font-size: 16px;
}

.banner_wrap {
position:relative;
padding-top:200px;
padding-bottom:200px;
background-size:cover;
background-position: center;
}

.banner_wrap h1 {
font-size:56px;
font-weight:400;
color:#fff;
line-height:66px;
margin-bottom:20px
}

.business_form .field_contnt.text textarea {
height:70px!important
}

.banner_wrap form button {
display:inline-block;
background-color:var(--main-color);
color:#fff;
text-align:center;
font-weight:600;
border-radius:50px;
text-transform:uppercase;
padding:15px 30px 14px;
box-shadow:0 3px 8px 0 rgba(61,83,181,0.2);
letter-spacing:0;
border:0
}

.banner_wrap form button:hover {
background-color:#5583d7
}

.banner_wrap .content_wrap {
max-width:600px;
position:relative
}

.insurance_needs {
padding-top:40px;
padding-bottom:40px;
background-color: #fff;
border-bottom:1px solid #eaeaea
}

.maintitle h2 {
color:#393d45;
margin-bottom:10px;
text-align:center;
letter-spacing:0;
font-weight:400;
line-height:1.2;
font-size:42px
}

.maintitle p {
color:var(--main-color);
margin-bottom:10px;
text-align:center;
font-weight:500;
line-height:1.2;
font-size:18px;
position: relative;
}

.insurance_needs h3 {
color: var(--main-color);
text-transform: uppercase;
font-weight: 400;
font-size: 21px;
text-align: center;
margin-bottom: 10px;
}

.insurance_needs h3 span {
text-transform:capitalize;
color:#444;
padding:0 5px
}

.insurance_needs .insu_category {
margin: 0px 0px 30px 0px;
text-align: center;
padding: 40px 15px;
border: 1px solid #e4e7e8;
}
.insurance_needs .insu_category p {
	color: #7c7c7e;
	font-size: 16px;
	line-height: 1.3;
}
.insurance_needs .insu_category i {
	font-size: 50px;
	margin-bottom: 10px;
	color: var(--main-color);
}

.insurance_needs .insu_category:hover {
    background: var(--main-color);
}
.insurance_needs .insu_category:hover i, .insurance_needs .insu_category:hover h3, .insurance_needs .insu_category:hover a {
    color: #fff;
}


.our_work {
padding-top:40px;
padding-bottom:40px;
background: url(../images/home_2_bg.jpg);
background-size: cover;
position: relative;
}

.our_work:before {
	content: "";
    position: absolute;
    left: 0;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: #000;
    opacity: 0.6 !important;
    transition: all 0.3s ease-in;
}

.our_work .contact_box i {
color: #fff;
font-size: 62px;
text-align: center;
margin: 0 auto 40px;
display: table;
}

.our_work .contact_box h3 {
color: #fff;
font-size: 22px;
text-align: center;
font-weight: 500;
margin-bottom: 25px;
}

.our_work .contact_box p {
font-size: 16px;
line-height: 1.2;
color: rgba(255, 255, 255, 0.7) !important;
text-align: center;
}

.our_work .btn_wrap {
display:inline-block;
width:100%;
margin:40px 0 0;
text-align:center
}

.get_discount {
padding-top:40px;
padding-bottom:40px;
position:relative;
background-size:cover;
display: none;
background-attachment:fixed;
background-position:center;
text-align:center
}

.get_discount h1 {
font-size:50px;
font-weight:900;
color:#fff;
line-height:1.2;
letter-spacing:0;
margin-bottom:10px
}

.get_discount p {
font-size:22px;
font-weight:400;
color:#fff;
line-height:1.2;
margin-bottom:10px
}

.get_discount .content_wrap {
max-width:600px;
position:relative;
margin:auto
}

.our_reasons {
padding-top:30px;
padding-bottom:0;
background-color:#f5f6f6
}

.our_reasons .reason_wrap h3 {
color:#393d45;
font-size:22px;
line-height:1.2;
font-weight:500
}

.our_reasons .reason_wrap p {
font-size:16px;
line-height:1.3;
color:#7c7c7e;
margin-bottom:10px
}

.our_reasons .col-md-4:first-child .reason_wrap {
text-align:right;
padding:0 50px 0 0
}

.our_reasons .col-md-4:first-child .reason_wrap p {
text-align:right
}

.our_reasons .reason_wrap {
position:relative;
margin-bottom:40px;
margin-top:40px;
padding:0 0 0 50px
}

.our_reasons .col-md-4:first-child .reason_wrap:before {
left:auto;
right:0
}

.our_reasons .reason_wrap:before {
position:absolute;
left:0;
top:0;
content:"\f046";
font-family:fontawesome;
color:var(--main-color);
font-size:26px
}

header {
position:relative;
left:0;
right:0;
top:0;
top:0;
z-index:999;
transition:all .2s ease-in-out;
padding:5px 0 5px 10px;
background-color:#fff
}

header .navbar-default {
margin-bottom:0;
border:none;
background-color:#fff;
}

header ul.navbar-nav {
margin-top:24px
}

header .navbar-collapse ul li {
margin:0 20px
}

header .navbar-collapse ul li a:hover {
color:var(--main-color)!important
}

header .navbar-collapse .button a:hover {
text-decoration:none
}

header .navbar-collapse .button {
border-radius:40px;
float:right;
padding-top:40px;
padding-right:40px;
margin-left:120px
}

/*header .navbar-collapse ul li:last-child a,header .navbar-collapse ul li:last-child a:hover {
color:#fff;
font-size:16px;
font-weight:555;
background-color:#003478;
border-radius:40px;
padding:18px 25px;
transition:all .3s ease-in-out;
margin-top:-18px
}*/

footer {
background-color:var(--main-color);
padding:5px 0;
color: #fff !important;
}

footer .footer_widget p {
color:#7c7c7e;
margin:0
}

footer .footer_widget .social_icons {
text-align:right
}

footer .footer_widget i {
color:#fff;
font-size:13px;
border:1px solid #fff;
border-radius:100%;
padding:7px;
text-align:center;
height:30px;
width:30px;
margin:0 2px
}
.vhfdisc { color:#fff !important; }

.get_discount .btn_wrap {
margin-top:30px
}

.happy_client {
padding-top:40px;
padding-bottom:40px;
background-color:#fff
}

.client_slider {
    margin: 40px auto auto auto;
    text-align: center;
}
.client_slider .col-lg-3 {
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    margin-left: -3px;
    float: none;
}
.client_slider .insu_category {
    border: 1px solid #e1e9f3;
    margin: 7px 5px;
    box-shadow: rgb(146 176 209 / 30%) 0px 2px 24px -1px;
    border-radius: 8px;
    background-color: #fff;
}


.single-feedback-item {
position:relative;
margin-bottom:8px
}

.single-feedback-item .feedback-desc {
background-color:#f0f0f0;
border-radius:5px;
position:relative;
z-index:1;
padding:35px 30px 30px
}

.single-feedback-item .feedback-desc::before {
content:"";
position:absolute;
left:35px;
bottom:-12px;
width:25px;
height:25px;
z-index:-1;
background-color:#f0f0f0;
transform:rotate(45deg)
}

.single-feedback-item .feedback-desc p {
margin-bottom:0;
position:relative;
color:#6a6a6a;
font-size:16px;
font-style:italic
}

.single-feedback-item .client-info {
position:relative;
padding-left:42px;
margin-top:35px;
margin-left:0px
}

.single-feedback-item .client-info img {
width:60px!important;
height:60px!important;
display:inline-block!important;
border-radius:50%;
position:absolute;
left:0;
top:50%;
transform:translateY(-50%);
transition:.5s
}

.single-feedback-item .client-info h3 {
margin-bottom:0;
font-size:18px;
font-weight:900
}

.single-feedback-item .client-info span {
display:block;
color:#003478;
font-size:14px;
margin-top:5px
}

.happy_client .owl-nav,.insurance_needs .owl-nav {
display:block!important;
text-align:center;
position:relative;
margin-top:40px
}

.happy_client .owl-nav button.owl-prev::before,.insurance_needs .owl-nav button.owl-prev::before {
content:"\f104"
}

.happy_client .owl-nav button.owl-next::before,.insurance_needs .owl-nav button.owl-next::before {
content:"\f105"
}

header .navbar-default {
margin-bottom:0;
border:none;
}

header .agent_head {
width: auto;
float: left;
display: flex;
align-content: center;
align-items: center;
}

header .agent_head .head_img {
text-align: left;
max-width: 83px;
margin-right: 15px;
border: 1px solid #e8e8e8;
border-radius: 100px;
}

header .agent_head .head_img img {
border-radius:100px
}

header .agent_head .agent_infowrap {
text-align:left;
overflow:hidden;
width: 45rem;
}

header .agent_head .agent_infowrap h2 {
color:#333;
font-size:26px;
font-weight:600;
margin-bottom:5px;
line-height:1.2;
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
}

header .agent_head .agent_infowrap h3 {
font-size:16px;
color:#333;
margin-bottom:0;
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
}

header .agent_head .agent_infowrap h3 br {
    display: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
 h3::-webkit-scrollbar, h2::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
h3, h2 {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}



header .call_btn {
float:right;
margin-top: 6px;
}

.call_btn a::before {
content:"\f095";
position:absolute;
left:24px;
top:15px;
color:#fff;
border:1px solid #fff;
width:40px;
height:40px;
font-family:FontAwesome;
border-radius:100px;
font-size:21px;
text-align:center;
line-height:1.9;
content:\f095;
position:absolute;
left:24px;
top:15px;
color:#fff;
border:1px solid #fff;
width:40px;
height:40px;
font-family:FontAwesome;
border-radius:100px;
font-size:21px;
text-align:center;
line-height:1.9
}

.call_btn a span {
font-size:15px;
color:#fff
}

.call_btn a h6 {
font-size:21px;
font-weight:600;
margin-bottom:0;
line-height:1.2
}
.vhp.fa.fa-phone {
    display: none;
}

header .collapse {
width:auto;
float:right
}

header ul.navbar-nav {
margin-top:32px
}

header .navbar-collapse ul li {
margin:0 20px
}

header .navbar-collapse ul li a {
color:#444;
transition:all .3s ease-in-out;
font-size:15px;
font-weight:500;
padding:0;
line-height:26px;
text-transform:uppercase
}

/*header .navbar-collapse ul li:last-child {
display:none
}*/

header .navbar-collapse ul li {
margin:0 20px
}

.call_btn a {
display:block;
background-color:var(--main-color);
color:#fff;
border-radius:100px;
padding:13px 39px 13px 80px;
position:relative
}

.banner_slider .item {
padding-top:150px;
padding-bottom:130px;
position:relative;
background-position:center right;
background-size:cover
}

.banner_slider .item::before {
content:"";
position:absolute;
left:0;
right:0;
bottom:0;
top:0;
background:rgba(11,11,11,0) linear-gradient(90deg,#5e93f6 0%,rgba(0,52,120,0.1) 70%,rgba(87,103,123,0.1) 100%) repeat scroll 0 0
}

.banner_wrap .content_wrap {
max-width:1170px;
position:relative;
margin:auto;
padding-left:15px;
padding-right:15px
}

.business_form .content_wrap {
text-align:center;
padding:40px 50px 50px;
box-shadow:0 25px 50px 0 rgba(0,0,0,.07);
border-radius:5px;
margin:-134px auto 0;
z-index:9;
position:relative;
background-color:var(--first-quote-form);
max-width:800px
}

.business_form h2 {
color:#333;
margin-bottom:5px;
font-size:24px;
font-weight:600;
text-transform:uppercase;
line-height:1.1;
padding-left:5px;
padding-right:5px
}

.business_form h3 {
color:#666;
font-size:18px;
font-weight:400;
line-height:1.1;
margin-bottom:10px;
padding-left:5px;
padding-right:5px
}

.business_form .content_wrap .form_field {
margin-top:30px
}

.business_form .content_wrap .form_field .form_field_wrap {
padding-left:5px;
padding-right:5px
}

.business_form .field_contnt {
margin-bottom:10px
}

.business_form .field_contnt.text input,.business_form .field_contnt.text textarea {
box-shadow:0 10px 25px 0 rgba(0,0,0,.05);
border:1px solid #ddd;
width:99%;
/*padding:5px 15px;
height:47px;*/
padding: 7px;
border-radius:8px
}

.business_form .content_wrap .form_field .col-md-12 {
float:none;
clear:none;
display:inline-block;
width:100%
}

.business_form select {
font-size:14px;
/*padding:8px 15px;*/
padding: 7px;
border:1px solid #ddd;
width:99%;
border-radius:5px;
color:#919191;
box-shadow:0 10px 25px 0 rgba(0,0,0,.05);
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
/*height:41px*/
}

.banner_wrap .business_form {
    background-color: rgba(255, 255, 255, 0.7);
    max-width: 400px;
    z-index: 9;
    position: relative;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.business_form .form_field .col-md-6,.business_form .form_field .col-md-12 {
padding-left:5px;
padding-right:5px
}

.our_work .content_boxes {
display:inline-block;
padding-top:40px
}

.get_discount:before {
content:"";
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
background-color:#000;
opacity:.4
}

.our_reasons .maintitle {
margin-bottom:50px
}

.atc_wrap {
padding-top:50px;
padding-bottom:50px;
background-color: var(--contact_form);
}

.atc_wrap .arc_title h2 {
font-size: 30px;
color: #fff;
font-weight: 300;
line-height: 1.2;
letter-spacing: 0;
margin-bottom: 0;
padding-left: 30px;
}

.atc_wrap .arc_title {
padding-top: 0px;
display: flex;
align-content: center;
align-items: center;
}

.atc_wrap .atc_btn a {
display:inline-block;
background-color:var(--main-color);
color:#fff;
text-align:center;
font-weight:700;
border-radius:3em;
text-transform:uppercase;
padding:16px 30px 15px;
box-shadow:0 3px 8px 0 rgba(61,83,181,0.2);
line-height:1.2
}

.atc_wrap .atc_btn {
text-align:right;
padding-top: 15px;
}

.contact_form {
padding-top:40px;
padding-bottom:40px;
text-align:center;
background-color: var(--contact_form);
}

.contact_form .maintitle h2 {
color:#fff;
max-width:520px;
margin-left:auto;
line-height:1.1;
margin-right:auto
}

.contact_box {
margin-top:20px;
}

.contact_info .contact_box input,.contact_info .contact_box textarea {
background-color:var(--bottom-quote-engine);
border:0;
color:var(--bottom-quote-engine-text);
padding:8px 15px;
border-radius:4px;
margin:0 0 7px;
width:100%
}

.contact_info .contact_box input[type="submit"] {
background-color:#2c6cbf;
color:#fff
}

.contact_box input {
border:0 solid #ddd;
width:100%;
padding:5px 15px;
height:47px;
font-size:15px;
font-weight:500;
border-radius:8px;
margin-bottom:20px
}

.contact_box textarea {
border:0 solid #ddd;
width:100%;
font-weight:500;
padding:5px 15px;
height:100px;
border-radius:8px;
font-size: 15px;
margin-bottom:20px
}

.contact_box input[type="submit"] {
font-size: 20px;
letter-spacing: 0;
color: #213b7a;
font-weight: 500;
margin-bottom: 0;
height: auto;
padding: 10px 10px;
line-height: 22px;
}

footer .footer_widget.social_links a {
color:#fff;
font-size:16px;
/*margin-bottom:5px;*/
/*display:inline-block;*/
/*margin-right:10px;*/
/*border-bottom:1px solid #d9d9d9*/
}
footer .footer_widget.social_links
{
	margin-top: 5px;
}

.fcopy, .der {
color:#fff;
font-size:9px;
/*display:inline-block;*/
}

footer .footer_widget p {
color:#4f4f4f;
margin-bottom:0;
font-size:13px;
}

.happy_client .owl-nav button::before,.insurance_needs .owl-nav button::before {
content:"";
position:absolute;
left:0;
right:0;
color:#9b9b9b;
font-family:FontAwesome;
font-size:22px;
top:0;
line-height:1.6;
}
.happy_client .owl-nav button span, .insurance_needs .owl-nav button span {
	display: none;
}

.happy_client .owl-nav button,.insurance_needs .owl-nav button {
width: 40px;
height: 40px;
background-color: #fff !important;
border-radius: 100px;
text-align: center;
position: relative;
margin-left: 10px;
margin-right: 10px;
text-decoration: none;
outline: none;
border: 1px solid #ddd !important;
}

.contact_banner {
	padding-top: 70px;
	padding-bottom: 50px;
	position: relative;
	background-size: cover;
	background-position: center right;
}
.contact_banner::before {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	background-color: var(--contact_form);
	opacity: 0.5;
}
.contact_banner h1 {
	font-size: 36px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	text-align: center;
}
.contact_wrapper {
	background-color: #fff;
}
.contact_wrapper .maintitle h2 {
	color: #535353;
}
.contact_wrapper .contact_box input {
	border: 1px solid #e3e3e3;
	background-color: #f5f5f5;
}
.contact_wrapper .contact_box textarea {
	border: 1px solid #e3e3e3;
	background-color: #f5f5f5;
	font-size: 16px;
}
.contact_wrapper .contact_box input[type="submit"] {
	background-color: var(--main-color);
	border: 0;
	color: #fff;
}
.contact_wrapper .content_wrap iframe {
	width: 100%;
	height: 300px;
	border-radius: 10px;
}
.contact_wrapper .contact_box {
	margin-top: 0px;
}
.contact_wrapper .maintitle {
	margin-bottom: 50px;
}
.discount_wrap {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f5f6f7;
}
.discount_wrap .discount_info {
	max-width: 400px;
	padding-top: 60px;
}
.discount_wrap .discount_info h2 {
	color: #393d45;
	margin-bottom: 10px;
	text-align: left;
	letter-spacing: 0;
	font-weight: 400;
	line-height: 1.2;
	font-size: 40px;
}
.discount_wrap .discount_info p {
	font-size: 16px;
	line-height: 1.3;
	color: #7c7c7e;
	text-align: left
}
.discount_wrap .discount_info .btn_wrap {
	margin-top: 30px;
}
.need_agent .call_agent {
	padding: 20px;
	background: var(--main-color);
	display: flex;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	align-items: center;
	right: 0;
}
.need_agent .call_agent .call_now {
	width: 50%;
}
.need_agent .call_agent .call_now h5 {
	font-size: 24px;
	letter-spacing: 0;
	margin-bottom: 0;
	color: #fff;
}
.need_agent .call_agent .call_us {
	width: 50%;
	text-align: right;
}
.need_agent {
	position: relative;
}
.need_agent .call_agent .call_us a {
	font-size: 24px;
	color: #fff;
	display: block;
	margin-left: 10px;
}
.need_agent .call_agent .call_us span {
	font-size: 18px;
}
.discount_wrap .discount_info h2 span {
	color: var(--main-color);
}
.our_work .maintitle h2 {
	color: #fff;
	position: relative;
}
.our_work .content_boxes .col-lg-3 {
	border-right: 1px solid #63605e;
}
iframe {
	width: 100%;
	height: 400px;
	vertical-align: top;
}
.top-line {
	padding: 10px 0;
	border-bottom: 1px solid #f2f2f2;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	overflow: hidden;
}
.top-line ul.info-list li {
	display: inline-block;
	margin-right: 0px;
	color: #444;
	font-size: 13px;
	font-weight: 500;
}
.top-line ul.info-list li i {
	font-size: 14px;
	margin-right: 5px;
}
.top-line ul.social-icons {
	text-align: right;
}
.top-line ul.social-icons li {
	display: inline-block;
	margin-left: 9px;
}
.top-line ul.social-icons li a {
	font-size: 14px;
	color: #444;
}
.contact_box .col-md-6 {
	padding-left: 10px;
	padding-right: 10px;
}
.contact_form .column_box {
	position: relative;
	background-size: cover;
	background-position: center;
	padding: 52px 40px 0px;
	max-width: 600px;
}
.contact_form .column_box .globle_heading {
	margin-bottom: 10px;
	text-align: center;
	padding-bottom: 30px;
}
.contact_form .column_box .globle_heading h2 {
	color: #fff;
	text-align: left;
	font-size: 39px;
	color: var(--main-bg-color);
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 5px;
}
.contact_form .contact_info {
	position: relative;
	padding-left: 100px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.contact_form .contact_info .icon_info {
	position: absolute;
	left: 10px;
	top: 20px;
}
.contact_form .contact_info .info_box ul li {
	font-size: 20px;
	color: #fff;
	line-height: 1.1;
	font-weight: 400;
	margin-bottom: 9px;
	text-align: left;
}
.contact_form .contact_info .info_box h3 {
	font-size: 22px;
	color: #fff;
	font-weight: 500;
	text-align: left;
	margin-bottom: 15px;
}
.contact_form .contact_info:last-child {
	border-bottom: 0px;
}
.contact_form .maintitle {
	margin-bottom: 30px;
}
.contact_box .col-md-12 {
	padding-left: 10px;
	padding-right: 10px;
}
.contact_box textarea:placeholder {
	font-size: 15px;
}
.get_in_touch {
	background-color: var(--contact_form);
	padding-top: 50px;
	padding-bottom: 50px;
}
.get_in_touch h3 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 20px;
}
.get_in_touch ul li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 60px;
	width: 33.333%;
}
.get_in_touch ul li img {
	float: left;
	margin-right: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.get_in_touch ul li p {
	font-size: 22px;
	font-weight: 500;
	line-height: 24px;
	color: #fff;
}
.get_in_touch ul li a {
	color: #fff;
}
.get_in_touch ul li p span {
	display: block;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}
.get_in_touch ul {
	display: flex;
}
.fixed-header {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
}
.need_agent img {
	width: 100%;
}
.navbar-default .navbar-toggle {
	border: 0px;
}
.navbar-default .navbar-toggle img {
	width: 30px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border: 0px;
}
.top-line ul.info-list li a {
	color: #444;
}

.h5banner_wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f5f6f6;
}

.globle_heading {
   text-align: center;
}
.globle_heading h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 400;
    color: #393d45;
    line-height: 1.2;
    margin-bottom: 30px;
}
.h5banner_wrap .container {
    margin: 0 auto;
    text-align: center;
}
.funded_backed {
	padding: 30px 0;
}
.funded_backed img {
	max-width: 100px;
	margin: auto;
}
.funded_backed .owl-nav, .funded_backed .owl-dots {
	display: none;
}

.autohead {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #5E93F6 !important;
    margin-bottom: 0px !important;
    text-align: center !important;
}
.autocenter {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-bottom: 5px !important;
    text-align: center !important;
}

.funded_backed .owl-carousel .owl-item img {
    display: block;
    width: 130px;
    height: 60px;
    border: solid 1px #eee;
    padding: 2px;
    border-radius: 5px;
    max-width: 130px;
}


.banner_wrapbot {
position:relative;
padding-top:0px;
padding-bottom:0px;
background-size:cover;
background-position: center;
}

.banner_wrapbot h1 {
font-size:56px;
font-weight:400;
color:#fff;
line-height:66px;
margin-bottom:20px
}
.banner_wrapbot form button {
display:inline-block;
background-color:var(--main-color);
color:#fff;
text-align:center;
font-weight:600;
border-radius:50px;
text-transform:uppercase;
padding:15px 30px 14px;
box-shadow:0 3px 8px 0 rgba(61,83,181,0.2);
letter-spacing:0;
border:0
}

.banner_wrapbot form button:hover {
background-color:#5583d7
}

.banner_wrapbot .business_form {
    background-color: rgba(255, 255, 255, 0.7);
    max-width: 400px;
    z-index: 9;
    position: relative;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}
.banner_wrapbot .business_form h2 {
    margin-bottom: 14px;
    font-size: 18px;
}



.youtube-player{padding-top:180px;padding-bottom:180px;margin-top:20px !important;background-size:cover !important;background-attachment:fixed !important;text-align:center;position:relative;background-position:center center !important; display: flex;}
.youtube-player div {margin: auto;}
.youtube-player .play_btn{position:relative;cursor:pointer;}
.youtube-player::before{content:"";position:absolute;left:0px;right:0px;top:0px;bottom:0px;background-color:#000;opacity:0.5;}

.lity-inline .lity-close{display:none !important;}
.agent_form .login_with h5{font-size:16px;color:#3d434f;font-family:'Poppins';line-height:23px;font-weight:500;text-align:center;}
.login_wrap{margin-top:100px;margin-bottom:100px;}
.login_wrap .agent_form{background:url(../login-images/agent-log.jpg) #161616;background-size:cover;max-width:470px;text-align:center;margin:auto;position:relative;border-radius:30px;}
.login_wrap .form_group input[type="email"]::placeholder, .login_wrap .form_group input[type="password"]::placeholder{font-size:14px;color:#f7f7f7;}
.agent_form{padding:25px 22px 13px 22px;background-color:#fff;box-shadow:0px 0px 35px 4px #fff;}
.login_wrap .agent_form .cross_icon{position:absolute;right:13px;top:13px;cursor:pointer;}
.login_wrap .signup_part{text-align:center;}
.login_wrap .signup_part h4{font-size:25px;color:#fff;margin-top:15px;margin-bottom:20px;}
.agent_form .signup_part h4{display:inline-block;font-weight:700;margin-bottom:10px;text-align:center;font-family:'Nunito';}
.login_wrap .signup_part h3{text-align:left;color:#fff;margin-bottom:10px;font-size:20px;font-weight:600;margin-top:15px;font-family:'Nunito';}
.login_wrap .form_group{text-align:left;margin-top:20px;display:inline-block;border-radius:10px;padding:10px 15px 18px 15px;box-shadow:0px 0px 10px 0px #000;}
.login_wrap .form_group input[type="text"], .login_wrap .form_group input[type="password"]{padding:8px 0px;height:40px;font-family:'Nunito';border-radius:0;border-bottom:1px solid #e2e2e2 !important;margin-bottom:5px;width:100%;border:0px;border-bottom-color:currentcolor;border-bottom-style:none;border-bottom-width:0px;color:#fff;background-color:transparent;}
.agent_form .login_with ul li a{display:block;}
.login_wrap .form_group input[type="submit"]{background-color:transparent;border-radius:0;color:#fff;font-size:15px;cursor:pointer;font-weight:600;transition:all 0.3s ease-in-out;padding:8px 34px;margin-top:20px;font-family:nunito;border:0;border:1px solid #fff;float:left;}
.login_wrap .form_group .forget_password{float:right;margin-top:24px;margin-left:15px;}
.login_wrap .form_group .forget_password a{font-size:17px;color:#fff;text-decoration:none;font-family:'Nunito';}
.agent_form .signup_part .sperator{position:relative;margin-top:20px;text-align:center;padding-top:1px;padding-bottom:1px;}
.agent_form .signup_part .sperator::before{content:"";position:absolute;left:0;right:0;top:23px;width:100%;height:1px;background-color:#ddd;}
.login_wrap .signup_part .sperator span{width:40px;height:40px;border:0px;font-weight:600;line-height:42px;}
.agent_form .signup_part .sperator span{width:50px;height:50px;color:#fff;font-size:15px;border-radius:100px;background:#1d293f;display:inline-block;line-height:30px;position:relative;z-index:9;border:10px solid #fff;}
.agent_form .signup_part .sperator{position:relative;margin-top:20px;text-align:center;padding-top:1px;padding-bottom:1px;}
.login_wrap .login_with h5{font-size:20px;margin-bottom:10px;margin-top:20px;line-height:28px;color:#fff;font-family:'Nunito';}
.agent_form .login_with ul{text-align:center;margin-top:20px;padding:0px;list-style-type:none;text-decoration:none;margin-bottom:0px;}
.agent_form .signup_part .sperator::after{content:"";position:absolute;left:0;right:0;bottom:23px;width:100%;height:1px;background-color:#ddd;}
.login_wrap .login_with ul li{margin-bottom:10px;}
.agent_form .login_with ul li{display:inline-block;margin-left:5px;margin-right:5px;vertical-align:top;}
.login_wrap .login_with ul li img{width:45px;}
.forget_pass{margin-top:130px;margin-bottom:150px;position:absolute;top:0;right:0;bottom:0;display:none;left:0;padding-left:30px;z-index:9;padding-right:30px;}
.forget_pass .pass_wrapper{max-width:600px;background-color:#fff;position:relative;margin:auto;border-radius:10px;box-shadow:0px 0px 4px 1px rgba(14, 86, 124, 0.2);padding:30px;}
.forget_pass .pass_wrapper .cross_icon{position:absolute;right:5px;cursor:pointer;top:5px;}
.form_wrap hr{margin-top:20px;color:#eee;margin-bottom:10px;border-top:0px solid #eeeeee;border-width:2px;}
.forget_pass .pass_wrapper .form_wrap h2{font-size:32px;margin-top:0px;font-weight:600;color:#292d6d;letter-spacing:0;margin-bottom:0;line-height:40px;padding-left:30px;padding-right:30px;font-family:'Nunito';}
.forget_pass .field_wrap label{font-size:16px;font-weight:600;color:#333;font-family:'Nunito';display:inline-block;max-width:100%;margin-bottom:10px;}
.forget_pass .field_wrap input[type="text"]{height:48px;width:100%;border-radius:40px;padding:10px 20px;background-color:#fff;border:2px solid #ddd;}
.forget_pass .field_wrap .submit_wrap{margin-top:10px;text-align:right;}
.forget_pass .field_wrap .submit_wrap span{font-size:15px;font-weight:600;margin-right:8px;cursor:pointer;font-family:'Nunito';background-color:#5F7791;color:#fff;padding:8px 15px;border-radius:40px;}
.forget_pass .field_wrap .submit_wrap input[type="submit"]{background-color:#292d6d;border-radius:40px;color:#fff;transition:all 0.3s ease-in-out;font-family:'Nunito';font-size:15px;font-weight:600;padding:8px 15px;margin-top:0;border:0;}
.forget_pass .field_wrap input[type="email"]{font-family:'Nunito';font-weight:600;}
button, html input[type="button"], input[type="reset"], input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
input, input:hover, input:focus, select, select:hover, select:focus{outline:none;text-decoration:none;}
.login_wrap .signup_part .sperator span{width:40px;height:40px;border:0px;font-weight:600;line-height:42px;}
.hperrordiv{background:#D20001;color:#fff;padding:10px;text-align:center;font-size:16px;}
.ierror{background-color:#fddede;color:red;padding:5px;display:none;text-align:center;}
.table{max-width:100%;max-width:100%;margin-bottom:20px;width:auto;}
.badgebox{opacity:0 !important;}
.badgebox + .badge{text-indent:-999999px;margin:0 2px 0 -15px !important;border-radius:5px;line-height:14px;width:25px;height:18px;}
.badgebox:focus + .badge{box-shadow:0px 0px 5px 1px #f00;}
.badgebox:checked + .badge{text-indent:0;}
.btn-info .badge{color:#0d2354;background-color:#BCD4EE;}
.btn-info{color:#0d2354;background-color:#fff;border:0;font-size:16px;border-radius:10px;font-weight:normal;transition:all 0.3s ease-in-out;padding:10px 15px;width:100%;margin:0;cursor:pointer;}
.btn-info:hover{background-color:#2c56a4;color:#fff;}
.btn-info > input[type="checkbox"]{position:absolute !important;clip:rect(0,0,0,0) !important;pointer-events:none !important;width:25px !important;height:18px;left:82px;border-radius:100%;}
.youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0;}
.lity-youtube .lity-wrap{top:0;}
.form_fieldn{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:6px;}
.p-0{padding:0px !important;}
.vqform .txt, .vqform textarea, .vqform input[type="text"],.vqform input[type="email"], .vqform input[type="number"], .vqform input[type="tel"], .vqform select{border:1px solid #67c0ee;box-shadow:0 0 5px #E8E8E8 inset;padding:6px;width:99%;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;border-radius:10px;background-color:#fff !important;}
.vqform textarea.txt{width:99%;resize:none;}
.vqform p{margin-bottom:13px;}
textarea{overflow:auto;resize:vertical;}
.vqform input:required, .vqform textarea:required{background:#fff url(/templates/version3/assets/images/red_asterisk.png) no-repeat 98% center;}
.vqform input:required:valid, .vqform textarea:required:valid,.vqform select:required:valid{background:#fff url(/templates/version3/assets/images/valid.png) no-repeat 98% center;box-shadow:0 0 5px #5cd053 !important;border:1px solid #28921f !important;}
.vqform input:focus:invalid, .vqform textarea:focus:invalid, .vqform select:focus:invalid{background:#fff url(/templates/version3/assets/images/invalid.png) no-repeat 98% center;box-shadow:0 0 5px #d45252 !important;border:1px solid #b03535 !important;}
@media (max-width:767px){.form_fieldn .col-sm-6{width:50%;}
.form_fieldn .col-sm-12{width:100%;}
}
@media (max-width:1120px){.fexbg{background-image:url('/templates/version3/assets/quoter-images/final1.jpg') !important;}
.bottom_form .main_form{margin:0 auto;}
}
.hell{font-size:16px;text-align:justify;}
.content_info span{text-align:justify;}
.hide-robot{display:none !important;}
#subscription,.subscription{width:360px;max-width:100%;height:280px;padding:8px;background:rgba(0,0,0,.3);border-radius:8px;font-size:100%;box-shadow:0px 0px 35px 4px #fff;}
.subscription-content{width:360px;max-width:100%;height:220px;background:#fcfcfc;}
.vhc input{padding:5px 10px !important}
.subsc-heading{width:auto;height:44px;background-color:#f9f9f9;border-bottom:1px solid #bababa;border-radius:4px 4px 0 0;font-size:22px;font-weight:700;line-height:44px;padding-left:15px;color:#444;text-shadow:0 1px 0 #fff}
.fleft{float:left;width:45%;margin-left:15px;margin-right:10px;text-align:left}
.fright{float:left;width:45%}
.clear{clear:both}
.fbig{margin-left:15px;margin-right:10px;text-align:left}
.vsubmit_btn{border:0;background-color:#0D2354;width:100%;font-size:16px;border-radius:10px;padding:14px 15px;display:block;color:#fff;font-weight:700;transition:all 0.3s ease-in-out;}
.sticky,.sticky1{width:100%;left:0;text-align:center;height:auto;z-index:999;bottom:0}
.sticky{position:fixed;background-color:rgba(202, 20, 0, 0.96);color:#fff;font-size:16px;right:0;margin:0 auto;line-height:18px;padding:16px 0}
.sticky1{position:fixed;background-color:rgba(4, 77, 32, 0.96);color:#fff;font-size:16px;right:0;margin:0 auto;line-height:18px;padding:10px 0}
.sticky1 a,.sticky a{margin-right:10px;border:3px solid;border-radius:50px;padding:7px 9px;position:relative;font-size:17px;line-height:17px;color:#fff;right:0;height:37px;display:block;}
.stdiv{margin:auto;text-align:left;font-size:16px;line-height:normal;}
.stickya1, .stickya{margin:auto 0;vertical-align:middle;}
.medqv label{width:30% !important;margin-right:14px !important;margin-left:14px !important;}
.medqv .form_field .radio_wrap{width:50% !important;}
.medqv .form_field .radio_wrap .radio_box{width:50% !important;}
.medqv .form_field .radio_wrap .radio_box label{margin:auto 3px !important;}
.medqv .form_field .select_wrap{width:120px !important;}
.medqv .form_field .select_wrap select{width:120px !important;}
.medqv .form_field .field input[type='tel']{width:120px !important;}
.vtop, .top_adv, .bot_adv{position:relative;display:inline-block;text-align:center;margin-top: 10px;}
.top_adv:hover span, .bot_adv:hover span{display:block;}
.bot_adv span, .top_adv span{position:absolute;display:none;background-color:#ddd;padding:4px 12px;top:auto;bottom:auto;right:auto;font-size:x-small;}

.content_info span {text-align: justify !important;font-size: inherit !important;font-family: inherit !important;}
.content_info p {font-size: 18px !important;font-family: inherit !important;}
.lowerpart br {display: none;}
.hypen li {padding-left: 14px;line-height: 24px;padding-bottom: 10px;margin-bottom: 6px;}
.hypen li:before {content: "-";position: absolute;left: 0px;}
.slide_bar .naaip_add {margin: 20px auto;}


.fleft .btn-info {
    color: #0d2354;
    background-color: #fff;
    border: 0;
    font-size: 16px;
    border-radius: 10px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    padding: 14px 15px;
    width: 100%;
    margin: 0;
    cursor: pointer;
}


iframe { background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100% 100%"><text fill="%23000" x="50%" y="50%" font-family="\'Poppins\', sans-serif" font-size="24" text-anchor="middle">Loading...</text></svg>') 0px 0px no-repeat;}


.contact_box .submit_btn {
    text-align: center;
    float: left;
    width: 50%;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 0px;
}



/* Form */

.main_form .form_box h3 {
color:#333;
font-size:17px;
font-weight:700
}

.main_form .form_box .form_field {
display:flex;
margin-bottom:13px;
align-items:center
}

.main_form .form_box .form_field label {
font-size:16px;
color:#333;
width:20%;
margin-right:10px;
font-weight:600
}

.main_form .form_box .form_field .select_wrap {
width:80%;
position:relative;
float:right
}

.main_form .form_box .form_field .select_wrap select {
background-color:#fff;
border:0 solid #48649f;
font-size:13px;
font-weight:600;
border-radius:10px;
width:100%;
-webkit-appearance:none;
-moz-appearance:none;
padding:7px 7px;
text-decoration:none;
outline:none
}

.main_form .form_box .form_field .select_wrap:before {
content:"";
position:absolute;
right:15px;
top:12px;
background-image:url(../images/angle_arrow.png);
width:8px;
height:14px;
transform:rotate(90deg);
background-size:5px;
background-repeat:no-repeat
}

.main_form .form_box .form_field .date_wrap .select_wrap {
width:100%
}

.main_form .form_box .form_field .date_wrap .col-md-4 {
padding-left:2px;
padding-right:4px;
float:left;
width:33.333%
}

.main_form .form_box .form_field .date_wrap {
width:80%
}

.main_form .form_box .form_field .radio_wrap {
width:80%;
display:flex
}

.main_form .form_box .form_field .radio_wrap .radio_box {
/*width:p]\50%*/
}

.main_form .submit_btn {
text-align:center
}

.main_form .submit_btn input {
border:0;
background-color:#003478;
color:#fff;
font-size:20px;
padding:10px 30px;
transition:all .3s ease-in-out;
border-radius:10px;
font-weight:700
}

.main_form .submit_btn input:hover {
background-color:#003478;
}

.bottom_form {
padding-top:40px;
background-position:right;
padding-bottom:40px;
background-size: cover;
}

/*.bottom_form .main_form {
max-width:400px
}*/
.bottom_form .business_form .content_wrap {
    margin: 0;
 }

.main_form .form_box {
background-color: #fff;
width: 315px;
float: right;
}

.main_form .form_box{background:linear-gradient(to bottom, #c8d0e1 0%,#d4d4d4 100%);}


.agent_wrap .main_form .form_box {
padding:0
}

.agent_wrap .main_form h3,.main_content .form_box h3 {
color:#fff;
background-color:#0D2354;
text-align:center;
margin-bottom:0;
padding:10px 12px;
width:100%
}

.agent_wrap .quote_box,.main_content .form_box .quote_form {
background:#c8d0e1;
padding:15px;
background:-moz-linear-gradient(top,#c8d0e1 0%,#d4d4d4 100%);
background:-webkit-linear-gradient(top,#c8d0e1 0%,#d4d4d4 100%);
background:linear-gradient(to bottom,#c8d0e1 0%,#d4d4d4 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c8d0e1',endColorstr='#d4d4d4',GradientType=0)
}

.main_content .form_box h3 {
font-size:18px
}

.main_content .form_box .quote_form {
margin-bottom:15px
}

.bottom_form .main_form .form_box h3 {
margin-bottom:20px
}

/*.nimg1 {display:block;}
.nimg2 {display:none}
@media all and (max-width: 499px) {
.nimg1 {display: none;}
.nimg2 {display: block;}
}*/

.nimg1 {display:block;}
.nimg2 {display:none}
.newn1 {display:block;}
.newn2 {display:none}
.newn3 {display:none}
@media all and (max-width: 785px) {
.newn1 {display:none;}
.newn3 {display:block;}
}
@media all and (max-width: 560px) {
.nimg1 {display: none;}
.nimg2 {display: block;}
}
@media all and (max-width: 375px) {
.newn2 {display: block;}
.newn3 {display:none;}
}


.agent_wrap_vid {
  position: relative;
  background-color: black;
  /*height: 75vh;*/
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.agent_wrap_vid video, .agent_wrap_vid canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100vw;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.agent_wrap_vid .container {
  position: relative;
  z-index: 2;
}

.agent_wrap_vid .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

/*@media (pointer: coarse) and (hover: none) {
  .agent_wrap_vid {
    background: url('/agent_images/banners/header_image-1666267624-car1.jpg');
  }
  .agent_wrap_vid video {
    display: none;
  }
}*/



.vhero_section.banner_wrap {
position:relative;
padding: 0px !important;
}



.vhero_section .item {
    background-position: 0 100%;
    background-size: cover;
    position: relative;
    /*height: 43vw;*/
    padding: 20.5vw 0vw;
}

.vhero_section .left_content .main_btn {
padding:10px 30px;
display:inline-block;
margin-top:20px;
color:#fff;
border-radius:30px;
font-size:15px;
font-weight:400;
background-color:#f16421
}
.vhero_section .left_content .main_btn {
transition:all .3s ease-in-out
}

/*.vhero_section .container {
    position: absolute;
    top: 4vw;
    right: 0;
    z-index: 9;
    left: 0;
}*/

.vhero_section .container.h-100 {
    position: absolute;
    top: 0;
    left: 80px;
    z-index: 9;
    bottom: 0;
    display: flex;
    width: auto;
}



.vhero_section .owl-nav {
display: block;
}

.vhero_section .owl-nav button.owl-next {
float:right;
right: 0;

}
.vhero_section .owl-nav button {
background-color:#fff!important;
width:40px;
height:40px;
margin-left:0;
border-radius:50px;
position: absolute;
bottom: 50%;
}

.vhero_section .owl-nav button.owl-next {
float:right
}

.vhero_section .owl-nav button span {
font-size:25px
}
.vhero_section .owl-dots {
position: absolute;
bottom: 0px;
text-align: center;
z-index: 999;
left: 0;
right: 0;
}
.vhero_section .owl-dots button.active span {
	background-color: #38a7f8;
}
.vhero_section .owl-dots button span {
	width: 10px;
	height: 10px;
	background-color: #fff;
	display: block;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 10px;
}



.vhero_section .item .item_wrap {
max-width:1140px;
margin:auto;
display:flex;
align-items:center;
position:relative;
text-align:left
}

.vhero_section .left_content {
    background: RGBA(0, 0, 0, 0.61);
    padding: 10px;
    border-radius: 10px;
}

.vhero_section .left_content .heading h2 {
font-size: 30px;
}

.vhero_section .left_content .heading h2,.left_content .heading p {
color:#fff;
margin-bottom:10px;
text-align: left;
}
.vhero_section .left_content .heading p {
font-size:16px
}
.vhero_section .left_content .main_btn {
padding:10px 30px;
display:inline-block;
margin-top:10px;
color:#fff;
border-radius:30px;
font-size:15px;
font-weight:400;
background-color:#f16421;
margin-bottom: 10px;
}
.vhero_section .left_content .main_btn:hover {
background-color:#c4470c
}

.vhero_section .left_content .main_btn {
transition:all .3s ease-in-out
}




.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.text-center {
    text-align: center!important;
}

.text-white {
    color: #fff!important;
}
.display-3 {
    font-size: 6.0rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0!important; 
    color: #fff!important;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
    color: #fff!important;
}

@media (max-width: 550px) {
.display-3 {
    font-size: 4.0rem;
}
}