/**
*	Theme Name: Insurance Group
**/

/*
font-family: 'Lato', sans-serif;
font-family: 'Work Sans', sans-serif;
*/

body{
    font-family: 'Work Sans', sans-serif !important;
}
body .container{
    padding: 0;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
.alignself{
    align-self: center;
}
.m-0{
    margin: 0;
}
.item:focus,
.item:hover{
    outline: none !important;
}
.gform_body ul li.gfield.gfield_error input,
.gform_body ul li.gfield.gfield_error textarea{
	border: 1px solid #ff0000 !important;
}
.gform_wrapper .gfield_error .gfield_label {
    color: #b69c9c!important;
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 8px!important;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: inherit!important;
}
.gform_wrapper li.gfield.gfield_error {
    background-color: transparent !important;
    margin-bottom: 6px!important;
    border: 0px !important;
	padding-bottom: 0 !important;
}
ul#menu{
    display: none;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: rgba(0,0,0,0.4);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3f4551;
  border-radius: 10px;
}

a,
a:hover {
    text-decoration: none !important;
}
p {
    margin: 0 0 20px;
}
img {
    height: auto;
    max-width: 100%
}
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: 0 !important
}
input[type="checkbox"],
input[type="radio"] {
	width: auto !Important
}
.searchform {
	position: relative
}
.searchform input {
	border-radius: 30px;
	border: 1px solid #ccc;
	padding: 14px 20px;
	width: 100%;
}
.searchform button {
	border: 0px;
	background-color: transparent;
	font-size: 24px;
	position: absolute;
	top: 5px;
	right: 10px;
}
.not-found {
	margin: 100px 0;
}
.not-found p {
	margin-bottom: 30px;
}

/* Navbar */
.nav-bar {
    text-align: right;
}
.main-navigation {
	clear: both;
	position: relative;
}
ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}
.nav-menu li {
	display: inline-block;
    margin: 0 19px 0 0;
	position: relative;
}
.nav-menu li:last-child{
    margin: 0;
}
.nav-menu li a {
	color: #1b2336;
	display: inline-block;
	font-size: 15px;
    font-weight: bold;
	line-height: 1;
	text-decoration: none;
    transition: all 0.4s ease;
}
.nav-menu li.menu-item-has-children {
    position: relative;
    padding-right: 10px;
}
.nav-menu li.menu-item-has-children li.menu-item-has-children{
    padding-right: 0;
}
.nav-menu li.menu-item-has-children::after {
    color: #1b2336;
    display: block;
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    font-size: 15px;
    right: -11px;
    top: 3px;
}
.nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after{
    color: #ffffff;
    display: block;
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    font-size: 12px;
    right: 10px;
    top: 13px;
}
.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #1b2336;
	border: 0px;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
    transform: translateX(20px);
}
ul.sub-menu li {
    margin: 0px
}
ul.sub-menu li a {
    color: #ffffff !important;
    padding: 15px;
    text-align: left;
    width: 225px;
    font-size: 14px;
}
ul.sub-menu li a:hover {
    background: #000;
}
.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}
ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #ffffff;
	margin: 0;
}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #4a83fb;
}
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
    transform: translateY(0);
    transition: all 0.4s ease;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.nav-menu li a:hover{
	color: #4a83fb;
}
.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu {
	display: none;
}

/*  Alignment  */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #ffffff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Slider */
.slick-list.draggable {
	padding: 0px !important;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.nopd {
    padding: 0 !Important
}
.fw-container-fluid.nopd .fw-row {
    margin: 0;
}
.cover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

/* Pagination  */
.pagination {
    display: inline-block;
    margin: 30px 0 0;
    width: 100%;
}
.sub-pagenation-div li {
	display: inline-block;
    border-radius: 4px;
    width: auto;
}
.sub-pagenation-div li a {
    border-radius: 4px;
    color: #333333;
    display: block;
    padding: 10px 20px;
}
.sub-pagenation-div li.current a,
.sub-pagenation-div li:hover a {
    background: #394e8c;
    color: #ffffff;
}

/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	background: url('../img/dark_leather.png') repeat 0 0 #000;
	color: #e0e0e0;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	text-shadow: 1px -1px 0px #000;
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #111;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('images/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-align: center;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
	padding: 0;
	background-color: #ffffff;
	border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: linear-gradient(top,  #ededed 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #6eafbf;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	color: #e0e0e0;
	text-shadow: 0px 1px 0px #4d7a85;
	filter: dropshadow(color=#4d7a85, offx=0, offy=1);
	border: 1px solid #55838f;
	position: relative;
	margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}
/* MAIN CSS  */
.container::after,
.blogdetail::after,
.fw-container::after,
.entry-content::after {
	content: '';
	clear: both;
	display: block;
}

/*Site Header*/
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 50px 0 0;
}
.site-logo{
    padding-left: 29px;
}
.sheader-content {
    background-color: #ffffff;
}
.sheader-questions ul{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}
.sheader-questions ul li{
    display: inline-block;
}
.sheader-questions ul li:first-child{
    margin-right: 31px;
}
.sheader-questions ul li p{
    color: #0f3661;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.sheader-questions ul li p strong{
    color: #f78d1e;
    font-weight: bold;
}
.sheader-questions ul li p a{
    color: #0f3661;
    transition: all 0.4s ease;
}
.sheader-questions ul li p a:hover{
    color: #f78d1e;
}
.sheader-questions ul li a.button{
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    background-color: #f78d1e;
    display: inline-block;
    width: 150px;
    height: 80px;
    line-height: 80px;
    transition: all 0.4s ease;
    text-align: center;
    text-transform: uppercase;
}
.sheader-questions ul li a.button:hover{
    color: #ffffff;
    background-color: #004e8d;
}
.content-header.cover{
    position: relative;
    padding: 250px 0 80px;
}
.content-header.cover::after {
    content: '';
    display: inline-block;
    background-color: rgba(0,41,74,0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.conthead-content{
    position: relative;
    z-index: 1;
}
.conthead-content h1{
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 15px 0;
}
ul#breadcrumbs{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
ul#breadcrumbs li{
    display: inline-block;
    margin-right: 8px;
}
ul#breadcrumbs li:last-child{
    margin-right: 0;
}
ul#breadcrumbs li,
ul#breadcrumbs li a,
ul#breadcrumbs li strong{
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
.all-pages-content {
    padding: 60px 0 45px;
}
.all-pages-content h1,
.all-pages-content h2,
.all-pages-content h3,
.all-pages-content h4,
.all-pages-content h5,
.all-pages-content h6{
    color: #000000;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
.all-pages-content p{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.all-pages-content p a{
    color: #000000;
    text-decoration: underline !important;
    transition: all 0.4s ease;
}
.all-pages-content p a:hover{
    color: red;
}
.all-pages-content ul{
    list-style: none;
    padding: 0;
    margin: 10px 0;
}
.all-pages-content ul li {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px 0;
    position: relative;
    padding-left: 25px;
}
.all-pages-content ul li::after {
    display: block;
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    font-size: 15px;
    left: 0;
    top: 0;
}
.all-pages-content ul li:last-child{
    margin-bottom: 0;
}
/*Site Header*/

/*Home*/
.home-banner.cover{
    height: 830px;
    padding: 213px 0 0 0;
    position: relative;
}
.home-banner.cover::after{
    content: '';
    display: inline-block;
    background-color: rgba(0,41,74,0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.hbanner-content{
    position: relative;
    z-index: 1;
}
.hbanner-ct span{
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.hbanner-ct h1{
    color: #ffffff;
    font-size: 60px;
    line-height: 48px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.hbanner-logos {
    margin-top: 50px;
}
.hbanner-logos.mobilevs{
    display: none;
}
.hbanner-logos ul{
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    display: inline-block;
    width: 100%;
}
.hbanner-logos ul li {
    float: left;
    width: 20%;
    padding: 0 15px;
}
.hbanner-form-img {
    width: 245px;
    position: absolute;
    top: -75px;
    right: -100px;
}
.hbanner-form-title h4 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.hbanner-form {
    background-color: rgba(0,78,141,0.6);
    padding: 32px 21px 29px;
    margin-top: 40px;
}
.hbanner-form h3{
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 15px 0;
    text-align: center;
}
.gform_body.gform-body label.gfield_label{
    display: none;
}
.gform_wrapper.gravity-theme .gform_body.gform-body .gform_fields{
    display: block;
    -ms-grid-columns: unset;
    grid-template-columns: unset;
    grid-template-rows: unset;
    grid-column-gap: unset;
    grid-row-gap: unset;
    display: inline-block;
    width: 100%;
}
.gform_body.gform-body .gform_fields .gfield{
    float: left;
    width: 50%;
    padding: 0 7px;
    margin-bottom: 14px;
}
.gform_body.gform-body .gform_fields .gfield input,
.gform_body.gform-body .gform_fields .gfield select,
.gform_body.gform-body .gform_fields .gfield textarea,
.gform_body.gform-body .gform_fields .gfield input::placeholder,
.gform_body.gform-body .gform_fields .gfield select::placeholder,
.gform_body.gform-body .gform_fields .gfield textarea::placeholder{
    color: #28293a;
    font-size: 14px;
    font-weight: 400;
}
.gform_body.gform-body .gform_fields .gfield input,
.gform_body.gform-body .gform_fields .gfield select,
.gform_body.gform-body .gform_fields .gfield textarea{
    width: 100%;
    background-color: #e6ecf1;
    border: 2px solid #e6ecf1;
    padding: 0 20px;
    border-radius: 3px;
}
.gform_body.gform-body .gform_fields .gfield input,
.gform_body.gform-body .gform_fields .gfield select{
    height: 51px;
}
.gform_validation_error .gform_body.gform-body .gfield_error input,
.gform_validation_error .gform_body.gform-body .gfield_error select{
    border-color: red;
}
.gform_body.gform-body .gform_fields .gfield select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background-image: url(images/select-background.png);
    background-size: 9px 6px;
    background-repeat: no-repeat;
    background-position: 94% 22px;
}
.gform_wrapper.gravity-theme .gform_footer.top_label {
    padding: 0 7px;
    margin: -10px 0 0 0;
}
.gform_footer.top_label .gform_button.button{
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.4s ease;
    background-color: #f78d1e;
    height: 51px;
    width: 100%;
    float: none;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 3px;
}
.gform_footer.top_label .gform_button.button:hover{
    color: #004e8d;
    background-color: #ffffff;
}
.gform_wrapper .gform_validation_errors{
    display: none;
}
.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction{
    display: none;
}
.hsteps-content {
    box-shadow: 0 0 20px #0000003b;
    margin-top: -80px;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
}
.hsteps-box {
    text-align: center;
    padding: 48px 45px 45px;
    transition: all 0.4s ease;
    min-height: 270px;
    border-right: 1px solid #fff;
}
.hsteps-content .col-sm-12:last-child .hsteps-box{
    border: none;
}
.hsteps-box:hover,
.hsteps-content .col-sm-12:nth-child(2) .hsteps-box{
    background-color: #004e8d;
}
.hsteps-box:hover h4,
.hsteps-box:hover p,
.hsteps-content .col-sm-12:nth-child(2) .hsteps-box h4,
.hsteps-content .col-sm-12:nth-child(2) .hsteps-box p{
    color: #ffffff;
}
.hsteps-box h4 {
    color: #0f3661;
    font-size: 18px;
    font-weight: bold;
    margin: 27px 0 9px 0;
}
.hsteps-box p{
    color: #42435d;
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    margin: 0;
}
.multiple-policies {
    display: none;
    padding: 150px 0 95px;
}
.main-content {
    text-align: center;
    width: 54%;
    margin: 0 auto;
}
.main-content h3 {
    color: #0f3661;
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 8px 0;
    position: relative;
    padding-top: 16px;
}
.main-content h3::after{
    content: '';
    display: inline-block;
    background-color: #f78d1e;
    width: 80px;
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.main-content p{
    color: #42435d;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    margin: 0;
}
.multiplepol-content {
    margin-top: 77px;
}
.multiplepol-box {
    margin-bottom: 44px;
    position: relative;
    padding-left: 93px;
}
.multiplepol-box::after{
    content: '';
    display: inline-block;
    background-image: url(images/multiple-list-after.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 68px;
    height: 38px;
    position: absolute;
    top: 0;
    left: 0;
}
.multiplepol-box h1,
.multiplepol-box h2,
.multiplepol-box h3,
.multiplepol-box h4,
.multiplepol-box h5,
.multiplepol-box h6{
    color: #0f3661;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 9px 0;
}
.multiplepol-box p{
    color: #42435d;
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    margin: 0;
}
.bases-covered {
    padding: 90px 0;
}
.hbasesc-box {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 320px;
    margin: 0 auto 30px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    padding: 0 30px;
    overflow: hidden;
    perspective: 1000px;
}
.hbasesc-boximg img {
    height: 200px;
}
.hbasesc-box .vertically-center{
    display: table;
    margin: 0 auto;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.hbasesc-box:hover .vertically-center{
    transform: rotateY(180deg);
}
.hbasesc-box:hover{
    box-shadow: 0px 12px 18px #0000001c;
    background-color: #0f3661;
}

.hbasesc-box:hover .hbasesc-boximg{
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.hbasesc-box h1,
.hbasesc-box h2,
.hbasesc-box h3,
.hbasesc-box h4,
.hbasesc-box h5,
.hbasesc-box h6{
    color: #0f3661;
    font-size: 20px;
    font-weight: 600;
    margin: 14px 0 0 0;
}
.hbasesc-boxinner p{
    margin: 0;
}
.hbasesc-box:hover h1, .hbasesc-box:hover h2, .hbasesc-box:hover h3, .hbasesc-box:hover h4, .hbasesc-box:hover h5, .hbasesc-box:hover h6, .hbasesc-box:hover p{
    color: #ffffff;
}
.flip-box {
  background-color: transparent;
  height: 300px;
  border: 1px solid #f1f1f1;
  perspective: 1000px;margin-bottom: 30px
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #ffffff;
  color: black;
}
.flip-box-front img {
    max-height: 117px;
}
.flip-box-back {
  background-color: #004e8d;
  color: white;
  transform: rotateY(180deg);
}
.hbasesc-boxinner, .boxcenter{
	display:flex;align-items:center;justify-content:center;height:100%;width:100%
}
.basesc-content{
    margin-top: 55px;
}
.liability-insurance{
    background-color: #fffcf8;
    padding: 80px 0 45px;
}
.liability-insurance .main-content {
    width: 75%;
}
.liabilityins-content {
    margin-top: 92px;
}
.liabilityins-box {
    margin-bottom: 65px;
}
.liabilityins-box h1,
.liabilityins-box h2,
.liabilityins-box h3,
.liabilityins-box h4,
.liabilityins-box h5,
.liabilityins-box h6{
    color: #0f3661;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 11px 0;
}
.liabilityins-box p {
    color: #777777;
    font-size: 14px;
    line-height: 27px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    margin: 0 0 15px 0;
}
.get-quotesec.cover {
    padding: 85px 0 75px;
    text-align: center;
}
.getquote-content h1,
.getquote-content h2,
.getquote-content h3,
.getquote-content h4,
.getquote-content h5,
.getquote-content h6{
    color: #ffffff;
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.getquote-content p{
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.getquote-content a {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    transition: all 0.4s ease;
    background-color: #f78d1e;
    width: 247px;
    height: 44px;
    line-height: 44px;
    text-transform: uppercase;
    border-radius: 3px;
    margin-top: 18px;
}
.getquote-content a:hover{
    background-color: #ffffff;
    color: #004e8d;
}
.hquestion-sec {
    background-color: #0f3661;
    padding: 10px 0;
    text-align: center;
}
.hquestion-content p{
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}
.hquestion-content p strong{
    color: #f78d1e;
    font-weight: 600;
}
.hquestion-content p a{
    color: #ffffff;
    transition: all 0.4s ease;
}
.hquestion-content p a:hover{
    color: #f78d1e;
}
/*Home*/

/*  Media Query  */
@media(max-width: 1400px){
    .hbanner-form-img {
        right: -85px;
    }
}
@media(max-width: 1366px){
    .hbanner-form-img {
        width: 200px;
        top: -47px;
        right: -65px;
    }
}
@media(max-width: 1280px){
    .hbanner-form-img {
        width: 185px;
        top: -67px;
        right: -10px;
    }
}
@media(max-width: 1170px){
    body .container {
        max-width: 100%;
        padding: 0 15px;
    }
    .site-header {
        padding: 15px 0 0;
    }
    .home-banner.cover {
        height: 835px;
        padding: 165px 0 0 0;
    }
    .hbanner-form {
        margin-top: 90px;
    }
    .hbanner-form-img {
        width: 185px;
        top: -60px;
        right: 10px;
    }
    .hbanner-ct,
    .hbanner-logos{
        text-align: center;
    }
    .hbanner-ct h1{
        font-weight: bold;
    }
    .multiple-policies {
        padding: 80px 0 50px;
    }
    .bases-covered {
        padding: 40px 0;
    }
    .liability-insurance {
        padding: 70px 0 25px;
        text-align: center;
    }
    .liabilityins-box p {
        font-size: 16px;
        line-height: 25px;
        font-family: 'Work Sans', sans-serif;
    }
    .liabilityins-box {
        margin-bottom: 35px;
    }
    .liabilityins-content {
        margin-top: 60px;
    }
    .get-quotesec.cover {
        padding: 55px 0 65px;
    }
    .hquestion-content p{
        font-size: 20px;
    }
    .main-content{
        width: 65%;
    }
    .multiplepol-box p{
        font-size: 14px;
    }
    .multiplepol-box{
        padding-left: 85px;
    }
}
@media(max-width: 1024px){
    .sheader-questions ul li:first-child{
        display: none;
    }
    .sheader-content .col-sm-12:first-child{
        flex: auto;
        max-width: 30%;
    }
    .sheader-content .col-sm-12:nth-child(2){
        flex: auto;
        max-width: 70%;
    }
}
@media(max-width: 992px){
    .multiplepol-box::after{
        display: none;
    }
    .multiplepol-box {
        padding-left: 0;
        text-align: center;
    }
    .main-content {
        width: 100%;
    }
    .hsteps-sec{
        padding-top: 50px;
    }
    .hsteps-box {
        padding: 48px 20px 10px;
        min-height: 270px;
    }
    .hbanner-form-img {
        width: 209px;
        top: 0;
        right: 0;
        position: relative;
        margin: 0 0 0 auto;
    }
    .hbanner-form {
        margin-top: 0;
    }
}
@media(max-width: 830px){
    .home-banner.cover {
        height: 100%;
        padding: 135px 0 50px 0;
    }
    .hbanner-form{
        margin-top: 0;
    }
    .hbanner-content .col-sm-12{
        flex: auto;
        max-width: 100%;
    }
    .hbanner-ct h1{
        font-size: 40px;
    }
    .hbanner-form-img{
        margin-top: 40px;
    }
    .hsteps-content{
        margin-top: 0;
    }
    .hsteps-box {
        padding: 30px 15px 10px;
    }
    .multiplepol-content .row{
        margin-left: -12px !important;
        margin-right: -12px !important;
    }
    .multiplepol-content .col-sm-12{
        padding-left: 12px !important;
        padding-right: 12px !important;
        flex: auto;
        max-width: 50%;
    }
    .basesc-content .col-sm-12{
        flex: auto;
        max-width: 50%;
    }
	.hbanner-form-title h4{
		margin: 20px 0;
	}
    #menuToggle {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 25px;
        right: 15px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
        z-index: 9999;
    }
    #menuToggle input {
        width: 29px !important;
        height: 18px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        top: 0;
    }
    #menuToggle span{
        display: flex;
        width: 29px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: #000000;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 5px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        opacity 0.55s ease;
    }
    #menuToggle span:first-child{
        transform-origin: 0% 0%;
    }
    #menuToggle span:nth-last-child(2){
        transform-origin: 0% 100%;
    }
    #menuToggle input:checked ~ span{
        opacity: 1;
        transform: rotate(45deg) translate(-3px, -1px);
        background: #ffffff;
    }
    #menuToggle input:checked ~ span:nth-last-child(3){
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }
    #menuToggle input:checked ~ span:nth-last-child(2){
        transform: rotate(-45deg) translate(0, -1px);
    }
    ul.nav-menu li ul.sub-menu{
        display: none !important;
    }
    ul.nav-menu li.open ul.sub-menu{
        display: block !important;
    }
    .nav-menu li.menu-item-has-children.open ul.sub-menu.open-submenu {
        display: block !important;
        left: 0;
        background-color: transparent;
    }
    .mobilesubmenu.open{
        background-color: rgba(72, 72, 72, 0.85) !important;
    }
    .nav-menu .sub-menu, .nav-menu .children{
        background-color: transparent;
    }
    ul.sub-menu{
        display: none !important;
        position: relative !important;
        top: -100% !important;
    }
    .mobilesubmenu i {
        position: relative;
        top: 12px;
        right: 0;
    }
    .nav-bar li {
        display: block;
        margin: 0;
        width: 100%;
        top: 0;
        border-bottom: 1px solid #717171;
        overflow: hidden;
        float: left;
    }
    .mobilesubmenu {
        display: inline-block;
        position: absolute;
        top: 0;
        cursor: pointer;
        color: #ffffff;
        right: 0;
        z-index: 9999;
        border-left: 1px solid #717171;
        padding-left: 0;
        height: 100%;
        width: 45px;
        text-align: center;
        margin: 0 auto;
    }
    .nav-menu li.menu-item-has-children::after,
    .nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after{
        display: none;
    }
    .nav-menu .sub-menu, .nav-menu .children {
        width: 100%;
    }
    ul.sub-menu li {
        display: block;
    }
    ul.sub-menu,
    .open-submenu{
        transition: all 1s;
    }
    .openmenu {
        display: inline-block;
        font-size: 30px;
        cursor: pointer;
        color: #333333;
        float: right;
    }
    .nav-bar.open {
        right: 0;
    }
    .nav-menu li a{
        color: #ffffff;
        float: left;
        font-weight: normal;
        font-size: 16px;
        padding: 15px 0;
    }
    ul.sub-menu li:last-child{
        border: 0px !Important;
    }
    ul.sub-menu li a{
        color: #ffffff !Important;
        font-weight: 600;
        width: 100%;
    }
    ul.sub-menu li{
        margin: 0px;
    }
    .nav-menu li:last-child{
        border: 0px !Important;
    }
    .nav-menu li:last-child a,
    .nav-menu .sub-menu, .nav-menu .children{
        left: 0;
        width: 100% !important;
    }
    .nav-menu li.menu-item-has-children {
        padding-right: 0;
    }
    .nav-bar {
        background-color: #333333;
        height: 100%;
        position: fixed;
        top: 0;
        right: -100%;
        padding: 15px;
        padding-top: 60px;
        transition: all 0.3s;
        width: 300px;
        text-align: left;
        z-index: 999;
    }
    .closebtn {
        display: block;
        position: absolute;
        top: -55px;
        font-size: 20px;
        right: 0;
        color: #ffffff;
        cursor: pointer;
        margin-bottom: 20px;
    }
}
@media(max-width: 767px){
    .hquestion-content p {
        font-size: 15px;
    }
    .liability-insurance .main-content {
        width: 100%;
    }
    .hsteps-box{
        min-height: auto;
        padding: 40px 20px;
    }
    .multiple-policies {
        padding: 60px 0 30px;
    }
    .multiplepol-content {
        margin-top: 50px;
    }
    .getquote-content p br{
        display: none;
    }
    .sheader-content .col-sm-12:first-child {
        max-width: 70%;
    }
    .sheader-content .col-sm-12:nth-child(2){
        max-width: 30%;
    }
}
@media(max-width: 570px){
    .hbanner-ct h1 {
        font-size: 30px;
        margin: 0;
    }
    .hbanner-ct span{
        font-size: 19px;
        margin: 0;
    }
    .basesc-content .row{
        margin-left: -7px;
        margin-right: -7px;
    }
    .basesc-content .col-sm-12{
        padding-left: 7px;
        padding-right: 7px;
    }
    .main-content h3,
    .getquote-content h1, .getquote-content h2, .getquote-content h3, .getquote-content h4, .getquote-content h5, .getquote-content h6{
        font-size: 27px;
    }
    .getquote-content h1, .getquote-content h2, .getquote-content h3, .getquote-content h4, .getquote-content h5, .getquote-content h6{
        margin-bottom: 10px;
    }
    .get-quotesec.cover {
        padding: 40px 0;
    }
    .hbanner-logos.mobilevs{
        display: block;
    }
    .hbanner-logos.desktopvs{
        display: none;
    }
    .hbanner-logos.mobilevs li.mobilevs-icon {
        display: none;
    }
}
@media(max-width: 480px){
    .site-logo {
        padding-left: 15px;
    }
    .sheader-questions ul li a.button{
        width: 100%;
    }
    .sheader-content .col-sm-12:first-child,
    .sheader-content .col-sm-12:nth-child(2){
        max-width: 50%;
    }
    .sheader-questions ul li{
        display: block;
    }
    .gform_body.gform-body .gform_fields .gfield{
        float: none;
        width: 100%;
    }
    .gform_wrapper.gravity-theme .gform_footer.top_label{
        margin: 0;
    }
    .multiplepol-content .col-sm-12,
    .basesc-content .col-sm-12{
        flex: auto;
        max-width: 100%;
    }
    .multiplepol-box{
        margin-bottom: 25px;
    }
    .liability-insurance {
        padding: 50px 0 25px;
    }
}
@media(max-width: 414px){
    .hbanner-ct h1 {
        font-size: 25px;
        line-height: 1;
    }
    .hbanner-logos ul {
        margin: 0 -25px;
    }
    .hbanner-logos ul li {
        width: 33.33%;
        padding: 0 25px;
        margin-bottom: 25px;
    }
    .hbanner-form {
        margin-top: 20px;
    }
    .home-banner.cover {
        padding: 135px 0 20px 0;
    }
    .hbanner-form-img{
        display: none;
    }
    .hbanner-logos.mobilevs li.mobilevs-icon {
        display: inline-block;
        padding: 0 5px;
    }
}
@media(max-width: 360px){
    .hbanner-logos ul{
        margin: 0 -15px;
    }
    .hbanner-logos ul li {
        padding: 0 15px;
    }
}