/*
Theme Name: VLH Insurance
Description: White and clean theme almost without css styles. Fonts and colors will be default of your browser.
Version: 1.0
Tags: white, simple, fixed width, two columns, widgets, clean
*/
video#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    top: 0;
}
.home_banner:after{opacity: .3;}
/* Inner Pages */
.page-banner {
    background-image: url(img/great-group.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.page-banner::after {
    position: absolute;
    content: '';
    background-color: #3559a7;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.7;
}
.page-banner h1 { position: relative; z-index: 1; color: #fff; font-size: 42px !important; line-height: 50px; }
.feature_img { margin-bottom: 10px; }
/**/
/* 404 */
.error-page {
    text-align: center;
    background-color: #F5F5F5;
}
ul#gform_fields_1 .gfield.gfield_error.gf_left_third {
    padding-right: 10px !important;
    max-width: unset !important;
    width: 33% !important;
}
ul#gform_fields_1 .gfield.gfield_error .ginput_container { margin-top: 8px; }
/**/
/* Blog */
.blog_page .blog_box {
    box-shadow: 0 0 10px #ccc;
    margin-bottom: 30px;
}
.blog_page .blog_box .col-sm-4 {padding: 0;}
.blog-info h4 { font-size: 18px; line-height: 25px; }
.blog-info p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 25px;
}
.blog_box .img-box .post-date {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f58520;
    padding: 5px 10px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}
.blog_box .img-box .post-date>span {
    display: block;
    font-size: 15px;
    font-weight: 700;
}
.inline_btn > a { display: inline-block; vertical-align: middle; margin: 10px 0; }
div#sidebar { padding-left: 25px; }
div#sidebar .widget {
    box-shadow: 0 0 10px #ccc;
    margin-bottom: 30px;
    padding: 15px;
}
form#searchform>div { position: relative; }
form#searchform input#s {
    width: 100%;
    height: 35px;
    padding: 10px;
    border-radius: 0;
    border: 1px solid #ccc;
    color: #000;
    outline: none;
    margin: 0;
}
form#searchform #searchsubmit {
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border: none;
    background-color: #f58520;
    color: #fff;
    padding: 0 12px;
}
div#sidebar h3.widgettitle {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
div#sidebar h3.widgettitle::after {
    position: absolute;
    content: '';
    border: 1px solid #3559a7;
    width: 100px;
    left: 0;
    bottom: -2px;
}
div#sidebar ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
div#sidebar ul li > a {
    font-size: 14px;
    line-height: 20px;
}
div#sidebar ul li::before {
    position: absolute;
    content: '';
    background-color: #3559a7;
    left: 0;
    width: 5px;
    height: 5px;
    top: 10px;
}
div#sidebar input, div#sidebar textarea {
    border: 1px solid #ccc;
    border-radius: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}
div#sidebar textarea { resize: none; height: 100px; }
div#sidebar input[type="submit"] {
    background-color: #f58520;
    color: #fff;
    outline: none;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}
.wpcf7-form-control-wrap { display: block; }
.wpcf7-not-valid-tip {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    font-size: 0;
    border: 1px solid #ff0000;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    display: none;
}
.numeric-navigation { text-align: right; }
.numeric-navigation ul li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}
.numeric-navigation ul li>a {
    background-color: #3559a7;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    padding: 3px 10px;
    display: inline-block;
    vertical-align: middle;
}
/**/
/* Contact Us */
.contact_details {text-align: center;}

.contact_details li {
    margin-bottom: 20px;
    box-shadow: 0 0 10px #ccc;
    padding: 18px;
    position: relative;
    display: inline-block;
    width: 31%;
    margin: 0 5px;
    vertical-align: middle;
    min-height: 135px;
    transition: all 0.35s ease-in;
}
.contact_details li > i {
    display: block;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
    transition: all 0.35s ease-in;
}
.contact_details li:hover {
    background: #3559a7;
    transition: all 0.35s ease-in-out;
}
.contact_details li:hover>i, .contact_details li:hover>a {
    color: #fff;
    transition: all 0.35s ease-in-out;
}
/**/
/* Service Page */
.service_box {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    text-align: center;
}
.service_info { padding: 10px; }
.service_box .service_info h3 {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 10px;
}
.service_box .service_info p {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
   -webkit-box-orient: vertical;
}
/**/
/* Career Page */
.career {
    text-align: center;
    box-shadow: 0 0 10px #ccc;
    padding: 15px;
    margin-bottom: 30px;
}
.career_img { height: 130px; }
.career_img a { display: block; }
.career_img img {
    height: 100%;
    max-height: 130px;
    margin: 0 auto;
}
.career_info h3 {
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0;
}
/**/
/* Payments */
.payment_page .card {
    box-shadow: 0 0 10px #ccc;
    padding: 20px 0;
}
.payment_page .card-header { padding: 0 5px; }
.payment_page .card-header p { font-size: 14px; line-height: 22px; }
.payment_page .card-header p > span {
    display: block;
    font-weight: 700;
    color: #f58520;
}
.payment_page .card-body {
    background-color: #3559a7;
    color: #fff;
    padding: 10px;
    min-height: 100px;
}
.payment_page .card .card-footer { margin-top: 30px; }
.payment_page .card::before {
    position: absolute;
    content: '';
    border-left: 2px solid #f58520;
    left: 0;
    height: 50px;
    top: 0;
    border-top: 2px solid #f58520;
    width: 50px;
    transition: all 0.35s ease-in-out;
}
.payment_page .card::after {
    position: absolute;
    content: '';
    border-right: 2px solid #f58520;
    right: 0;
    height: 50px;
    bottom: 0;
    border-bottom: 2px solid #f58520;
    width: 50px;
    transition: all 0.35s ease-in-out;
}
.payment_page .card:hover:before {
    border-right: 2px solid #f58520;
    right: 0;
    left: unset;
    border-left: 0;
    transition: all 0.35s ease-in-out;
}
.payment_page .card:hover:after {
    left: 0;
    border-left: 2px solid #f58520;
    border-right: unset;
    transition: all 0.35s ease-in-out;
}
/**/
/* Payment Inner Page */
#compareGroup h2 { font-size: 25px; line-height: 35px; }
#compareGroup h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 50px;
    color: #3559a7;
}
.gform_wrapper li.gfield_error input[type="email"],
.gform_wrapper li.gfield_error input[type="number"],
.gform_wrapper li.gfield_error input[type="password"],
.gform_wrapper li.gfield_error input[type="tel"],
.gform_wrapper li.gfield_error input[type="text"],
.gform_wrapper li.gfield_error input[type="url"],
.gform_wrapper li.gfield_error textarea {
border: 1px solid #790000 !important;
    background: #790000 !important;
}
.validation_message {
    display: none;
}
.gform_wrapper div.validation_error{
	display:none;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
	border-top:none !important;
}
.gfield_error {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    max-width: unset !important;
}
.gfield_error.gf_right_half{padding: 0px 10px 0 0 !important;}
.gform_wrapper li.gfield_error input[type="email"], .gform_wrapper li.gfield_error input[type="number"], .gform_wrapper li.gfield_error input[type="password"], .gform_wrapper li.gfield_error input[type="tel"], .gform_wrapper li.gfield_error input[type="text"], .gform_wrapper li.gfield_error input[type="url"], .gform_wrapper li.gfield_error textarea {
    background: transparent !important;
    border: 1px solid #ff0000 !important;
}
div#sidebar form li::before {
    display: none;
}
div#sidebar form li {
    padding: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    max-width: unset !important;
}
.gform_button.button {
    border: none;
    height: 40px;
}
/*.banner-services .banner-serv ul li:hover a { filter: contrast(1);}
.banner-services .banner-serv ul li:hover { background: #e7eefb; }*/

/* .process-box-wr {
    height: 500px;
    overflow-y: scroll;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
} */
.process-box-wr {
    height: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.process-box-wr i.fa.fa-times {
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    cursor: pointer;
}
.process-sec .light-box .lb img{max-height:unset;height: auto;}
/**/
/* Medicare Page */
.home_banner.medicare-banner {
    height: 70vh;
    padding: 150px 0;
}
.home_banner.medicare-banner:after { opacity: .5; background: #3559a7; }
.home_banner.medicare-banner h1 { font-weight: 500; }
.home_banner.medicare-banner > .container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 111;
    left: 0;
    right: 0;
}
.medicare_page, .medicare_logo { padding: 30px 0; }
.medicare_logo { text-align: center; }
.medicare_logo ul li {
    display: inline-block;
    margin: 10px;
    vertical-align: middle;
    box-shadow: 0 0 10px #ccc;
    padding: 10px;
    min-height: 100px;
}
.medicare_logo ul li img { width: 190px; }
/**/
/* Life Insurance */
.our_ques {
    min-height: 220px;
    box-shadow: 0 0 10px #ccc;
    padding: 20px;
    margin-bottom: 20px;
}
.our_ques ul li {
    padding-left: 35px;
    font-size: 15px;
    line-height: 30px;
    position: relative;
}
.our_ques ul li::before {
    position: absolute;
    content: '';
    background-image: url(img/request.png);
    background-repeat: no-repeat;
    left: 0;
    width: 20px;
    height: 20px;
    background-size: 100%;
    top: 5px;
}
/**/
.process-sec .light-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.process-sec .light-box a>img {
    width: 100%;
    height: auto !important;
}
.process-sec .light-box img {
    height: 95% !important;
    width: auto;
}
.logo-sec { background: #fff;}
.logo-sec .owl-stage .item img{max-width:150px;}
.service_box .service_img > img { height: 200px; object-fit: cover; }
@media only screen and (max-width: 1000px)  {
	.payment_page .card { width: 100% !important; }
}
@media only screen and (max-width: 767px) {
	.blog_page .blog_box {
    padding: 0 20px;
    margin: 0 20px 30px;
    text-align: center;
	}
	.blog_page .img-box img { margin: 0 auto 20px; }
	div#sidebar { padding-left: 0; width: 75%; margin: 30px auto 0; }
		.contact_details li {
	    width: 70%;
	    display: block;
	    margin: 0 auto 30px;
	    min-height: unset;
	}

	/* Service */
	.service_box { width: 65%; margin: 0 auto 20px; }
	.service_box .service_img img { width: 100%; }

	/* Career */
	.career_img { height: unset; }

}
@media only screen and (max-width: 700px) {
	.payment_page .col-xs-6{width: 100%;margin-bottom: 30px;}
}
@media only screen and (max-width: 650px) {
	ul#gform_fields_1 .gfield.gfield_error.gf_left_third, .gfield_error.gf_right_half {
	    width: 100% !important;
	    padding-right: 0 !important;
	}
}
@media only screen and (max-width: 480px) {
	div#sidebar,.contact_details li { width: 100%; }
	.service_box { width: 100%;}
	#compareGroup div.p_table_responsive#group_payment_page div.column_1_responsive, 
	#compareGroup div.p_table_responsive#group_payment_page div.column_2_responsive, 
	#compareGroup div.p_table_responsive#group_payment_page div.column_3_responsive {
    width: 100% !important;
    margin-bottom: 30px;
	}
}