html,body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    margin: 0px;
    padding: 0px;
    background: #fff;
    font-size: 15px;
    color: #414042;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    line-height: 20px;
}


/**
	General Css
*****************/

body .container {
    max-width: 1180px;
}

a {
    color: #076664;
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}


/**
	Header
*****************/

.header {
    padding: 10px 30px 15px 30px;
    background: rgb(26,133,191);
}

.header.header-color {
    background-color: #f0f0f0;
}

.header .logo {
    padding: 11px 0 0 0;
    font-weight: bold;
    font-size: 38px;
}

.header .logo h1 {
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.header .logo a {
    margin: 13px 0;
    color: #171717;
    text-decoration: none;
}

.header .logo a .title2 {
    color: #3eb1ee;
}

.header .header-right {
    text-align: right;
    font-weight: 800;
    font-size: 35px;
    color: #181818;
    padding: 0 0 0 0;
    line-height: 28px;
}

.header .header-right .header-call {
    font-weight: 800;
    color: #707070;
    font-size: 24px;
}

.inner-page {
    background: #fff;
    background-size: 100%;
}

.form-title-inner {
    /* color: #fff; */
    text-align: center;
    font-size: 37px;
    /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8); */
}

.inner-page .header {
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

#form-container {
    background: #fff;
    -webkit-box-shadow: 0 0 12px #212121;
    box-shadow: 0 0 12px #212121;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    background: #fff;
    margin: 40px 0 0 0;
    padding: 0 20px 0 20px;
}

#form-container.contact-us-form {
    max-width: 550px;
    margin: 40px auto 0px;
    float: none;
    width: 100%;
}


/**
	Slider / Banner
*****************/

.banner {
    margin: 0;
    background-size: cover;
    position: relative;
    padding: 30px 0 30px 0;
}

.banner.banner-image {
    background-image: url(../image/8.png);
    background-position: right;
}

.banner .banner-title {
    text-align: center;
}

.banner .banner-title h2,
.banner .banner-title h3 {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    margin: 0px;
    padding: 0px;
}

.banner .banner-title h2 {
    font-size: 45px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.banner .banner-title h3 {
    font-weight: normal;
    margin: 0px 0px 20px 0px;
}

.banner-item-text {
    float: right;
    width: 250px;
    margin: 20px 0 0 0;
    padding: 0 20px 20px;
    background-color: rgba(255, 255, 255, 0.7);
}

.banner-item-text .banner-item-text-head {
    font-size: 24px;
    font-weight: bold;
    color: #252525;
    margin: 70px 0 25px;
}

.banner-item-list {
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.banner-item-text .banner-item-li {
    min-height: 24px;
    margin: 0 0 11px;
    padding: 5px 0 0 0px;
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #303030;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 19px;
    list-style: none;
}

.banner .banner-inner {
    /* background: url('../images/banner-img.jpg') left center no-repeat #fff; */
    position: relative;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    overflow: hidden;
}

.banner .woman-img {
    display: inline-block;
    border-radius: 7px 0px 0px 7px;
    -moz-border-radius: 7px 0px 0px 7px;
    -webkit-border-radius: 7px 0px 0px 7px;
    overflow: hidden;
    float: left;
    margin: 0 0 0 0;
}

.banner .banner-form {
    float: right;
    margin: 0 0 0 0;
    max-width: 320px;
    min-height: 400px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.40);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.40);
}

.banner .banner-form .form-title {
    background: url('https://d1y4tm6t3pzfj.cloudfront.net/search/images/title-bg.png') bottom left repeat-x;
    text-align: center;
    padding: 20px 0 20px 0;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.3);
}

.banner .banner-form .form-title p {
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    color: #b56600;
    font-weight: bold;
}

.banner .banner-form h2 {
    font-size: 26px;
    color: #522a00;
    font-weight: 800;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.banner .banner-form .banner-form-inner {
    background: #fff;
    padding: 40px 40px 40px 40px;
    position: relative;
}

.banner .banner-form .banner-form-inner .big-text {
    font-size: 30px;
    color: #0d8886;
    font-weight: 800;
    margin: 0 0 15px 0;
}

.banner .banner-form .banner-form-inner .form-input {
    background: #ececec;
    color: #757575;
    font-size: 20px;
    font-weight: 800;
    border: 0px;
    margin: 0 4px 7px 0;
    padding: 7px 10px 7px 10px;
    width: 100%;
}

.banner .banner-form .banner-form-inner .form-input.form-select {
    padding: 3px 10px 3px 10px;
}

.banner .banner-form .banner-form-inner .get_qoutes_btn {
    background: #d12d01;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    border: 0px;
    width: 100%;
    display: block;
    text-align: center;
    padding: 20px 15px 20px 15px;
    margin: 20px 5px 0 0;
    text-decoration: none;
}

.banner .banner-form .banner-form-inner .get_qoutes_btn:hover {
    background: #e53b0d;
}

.banner .banner-form .banner-form-inner .form-box .form-group img#zip_loader {
    bottom: 137px !important;
    position: absolute !important;
    right: 13px !important;
    top: auto !important;
}

.banner-inner {
    padding-bottom: 0;
}

#mortgage-landing-form .required {
    color: #f00;
}

.required.zip-code-required {
    color: #c30000;
    font-size: 14px;
}

.banner .banner-contact-block-div {
    bottom: 0;
    position: absolute;
    width: 100%;
}

.banner .banner-contact-block-div .title-bg {
    background: #c73a17;
    color: #ffffff;
    font-size: 35px;
    font-weight: 400;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    width: 52%;
}

.banner .banner-contact-block-div .title-bg p {
    line-height: 40px;
    padding: 10px 0 0 0;
}

.banner .banner-contact-block-div .title-bg .banner-phone {
    font-size: 50px;
    font-weight: 700;
    background: url('https://d1y4tm6t3pzfj.cloudfront.net/search/images/phone-icon.png') no-repeat scroll 0 center;
    padding: 0 0 0 80px;
    display: inline-block;
    line-height: 76px;
}

.refer-text {
    margin: 0 auto;
    width: 58%;
    text-align: center;
}

.refer-text h2 {
    background: #fc6a45;
    color: #ffffff;
    font-size: 35px;
    font-weight: 400;
    margin: 0 auto;
    padding: 15px 20px;
    text-align: center;
}

.banner2 {
    background: #38a9f0;
    background-size: cover;
    margin: 0;
    position: relative;
}

.banner2 .banner-inner {
    min-height: 225px;
}

.banner-caption {
    margin: 0 auto;
    position: relative;
    padding: 0 0 20px 0;
}

.banner-caption .form-box {
    width: 381px;
    margin: 0 auto;
}

.featurbox {
    padding: 50px 0 50px 0;
    background: #f0f0f0;
    -webkit-box-shadow: -2px 3px 4px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: -2px 3px 4px 0px rgba(0, 0, 0, 0.22);
    box-shadow: -2px 3px 4px 0px rgba(0, 0, 0, 0.22);
    text-align: left;
}

.featurbox h2 {
    font-size: 24px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.featurbox p {
    line-height: 18px;
    font-size: 14px;
}

.featurbox img {
    margin: 5px 0 0 0;
}

.about-text {
    padding: 40px 0 50px 0;
    text-align: justify;
}

.about-text h2 {
    font-weight: 600;
    font-size: 23px;
}

.about-text .about-text-inner {
    background: url('https://d1y4tm6t3pzfj.cloudfront.net/search/images/mortgage.jpg') left bottom no-repeat #f2f2f2;
    padding: 40px 50px 50px 50px;
}

.about-text .about-text-inner h2 {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
}

.about-text .about-text-inner .about-text-inner-bg {
    background: #fff;
    padding: 20px;
    text-align: center;
}

.about-text .about-text-inner .about-text-inner-bg h2 {
    font-size: 18px;
    font-weight: bold;
    color: rgb(0, 0, 0);
    margin-bottom: 20px;
    line-height: 20px;
}

.center {
    text-align: center;
}

.zip-code-field {
    position: relative;
}

.spinner {
    width: 20px;
    height: 20px;
    position: absolute;
    float: right;
    top: 10px;
    right: 10px;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #159390;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}


/**

	Footer

*****************/

.footer {
    padding: 23px 0 23px 0;
    margin: 0 0 0 0;
    -webkit-box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.1);
}

.footertexts-main {
    background: #c7c9c6;
    -webkit-box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.1);
}

.footertexts {
    border: #b2b2b2 1px solid;
    margin-bottom: 36px;
    margin-top: 15px;
    padding: 41px 44px 41px 44px;
    color: #808080;
    line-height: 22px;
    font-size: 13px
}

.footertextsLeft {
    width: 48%;
    float: left
}

.footertextsRight {
    width: 48%;
    float: right
}

.footertextsTitle {
    font-family: 'Open Sans', 'Myriad Pro', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-weight: lighter;
    font-size: 18px;
    color: #000;
    line-height: 20px;
    padding-bottom: 12px;
    border-bottom: #b2b2b2 1px solid
}

.footertextsSubTitle {
    font-size: 13px;
    font-weight: bold;
    line-height: 44px;
    border-bottom: #b2b2b2 1px solid
}

.footertextsSubTitle span {
    float: right;
    font-size: 16px;
    color: #b2b2b2;
    cursor: pointer
}

.footertexts p {
    margin: 22px 0
}

.footertexts a {
    color: #808080;
    text-decoration: underline
}

.apr-ex-link {
    cursor: pointer;
    text-decoration: underline
}

.footernewdisclaimer {
    color: #808080;
    font-size: 10px;
    line-height: 18px;
    padding-bottom: 18px;
    text-transform: uppercase;
    text-align: justify;
    padding: 0 45px
}

.footernewdisclaimer p {
    margin: 18px 0
}

/* .inner-page .footer {
    margin: 30px 0 0 0;
    position: absolute;
    width: 100%;
    bottom: 0;
} */
.inner-page .footer {
    margin: 0;
    position: fixed;
    width: 100%;
    bottom: 0;
    background: rgb(26,133,191);
}
.inner-page .footer.index-footer {
    position: relative;
    box-shadow: none;
}
.healthins_page {
	display: inline-block;
	width: 100%;
	padding-bottom: 66px;
}
.pb0 {
    padding-bottom: 0;
}
.footer p {
    color: #494949;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}

.inner-page .footer p {
    color: #cbcacb;
}

.innerpage-content {
    margin: 40px 0 40px 0;
}

.footer .footer-menu {
    float: right;
}

.footer .footer-menu ul {
    margin: 0px;
    padding: 0px;
}

.footer .footer-menu ul li {
    float: left;
    list-style: none;
}

.footer .footer-menu ul li a {
    color: #cbcacb;
    padding: 10px;
    text-decoration: none;
    outline: none;
}

.footer .footer-menu ul li a:hover {
    color: #000000;
}

.footer .home-footer-menu ul li {
    float: left;
    list-style: none;
}

.footer .home-footer-menu ul li a {
    color: #494949;
    padding: 10px;
    text-decoration: none;
    outline: none;
}

.footer .home-footer-menu ul li a:hover {
    color: #000000;
}


/******

terms-and-conditions / privacy-policy

****************/

.easyloan-contain-box {
    background: #ffffff;
    border-radius: 2px;
    box-shadow: 0 0 1px #212121;
    margin: 40px 0 0 0;
    padding: 20px;
    position: relative;
}


/******

Contact Form

****************/

.innerpage-content .form_automobile .contact-form {
    background: #ffffff;
    border-radius: 2px;
    box-shadow: 0 0 12px #212121;
    margin: 40px auto;
    max-width: 400px;
    padding: 16px 20px;
    position: relative;
}

.innerpage-content .form_automobile .contact-form .field {
    width: 100%;
    margin: 0 0 15px 0;
}

.innerpage-content .form_automobile .contact-form .field label {
    width: 100%;
    margin: 0px 0 5px 0;
    font-family: Merriweather, Georgia, serif;
    color: #7a7a7a;
    font-weight: normal;
    font-size: 16px;
}

.innerpage-content .form_automobile .contact-form .field input,
.innerpage-content .form_automobile .contact-form .field textarea {
    width: 100%;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 1px 1px 1px #c4c4c4 inset;
    -webkit-box-shadow: inset 1px 1px 1px #c4c4c4;
    -moz-box-shadow: inset 1px 1px 1px #c4c4c4;
    box-sizing: border-box;
    color: #666666;
    font-weight: normal;
    height: auto;
    margin-bottom: 0;
    padding: 7px 5px;
    text-transform: none;
}

.innerpage-content .form_automobile .contact-form .field .message-required {
    width: 100%;
}

.contact-form .submit-btn button {
    margin-bottom: 0px;
    font-family: Merriweather, Georgia, serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    width: auto;
    text-decoration: none;
    outline: none;
    height: auto;
    font-size: 16px;
    padding: 5px 30px 5px 30px;
    border: 1px solid #e60505;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 4px #c4c4c4;
    -moz-box-shadow: 1px 1px 4px #c4c4c4;
    box-shadow: 1px 1px 4px #c4c4c4;
    background: #fc4b4b;
    background: -moz-linear-gradient(90deg, #fc4b4b 0%, #d00404 100%);
    background: -webkit-linear-gradient(90deg, #fc4b4b 0%, #d00404 100%);
    background: -o-linear-gradient(90deg, #fc4b4b 0%, #d00404 100%);
    background: -ms-linear-gradient(90deg, #fc4b4b 0%, #d00404 100%);
    background: linear-gradient(180deg, #fc4b4b 0%, #d00404 100%);
    line-height: normal;
}


/***** responsive ****/

@media only screen and (max-width: 1280px) {
    .footer .footer-menu ul li a,
    .footer p {
        font-size: 14px;
    }
    body .container {
        max-width: 100%;
    }
    .banner .banner-contact-block .title-bg {
        font-size: 29px;
    }
    .banner .banner-contact-block .title-bg {
        font-size: 25px;
    }
    .banner .woman-img {
        margin: 0px;
    }
    .banner .banner-form {
        max-width: 240px;
    }
    .banner-item-text {
        width: 230px;
    }
}

@media(max-width:991px) {
    .inner-page .footer p {
        text-align: center;
    }
    .footer .footer-menu {
        float: none;
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    .footer .footer-menu ul {
        display: inline-block;
        margin: 10px 0 0 0;
    }
}

@media only screen and (max-width: 980px) {
    .banner .banner-contact-block {
        width: 80%;
    }
    .banner .banner-contact-block-div .title-bg {
        font-size: 20px;
    }
    .banner .banner-contact-block-div .title-bg .banner-phone {
        font-size: 40px;
        background-size: 60px;
    }
    .header .header-right span {
        font-size: 22px;
    }
    .man-img {
        display: none;
    }
    .header .header-right {
        padding: 10px;
    }
    .banner .banner-inner {
        /* background: url('../images/banner-img.jpg') left bottom no-repeat #fff; */
        /*min-height: 500px;*/
    }
    .banner-item-text {
        clear: both;
        margin-bottom: 200px;
        background: rgba(255, 255, 255, 0.7);
        padding: 20px;
        width: 300px;
        float: none;
        margin: 20px auto 170px auto;
    }
    .banner .banner-form {
        max-width: inherit;
        min-height: inherit;
        width: 100%;
    }
    .banner-item-text .banner-item-text-head {
        margin: 25px 0 25px;
    }
    .footer {
        text-align: center;
    }
    /* .footer .footer-menu {
		float:none;
		width: 100%;
		display: inline-block;
		text-align: center;
	}
	.footer .footer-menu ul {
		display: inline-block;
		margin:10px 0 0 0;
	} */
}

@media only screen and (max-width: 900px) {
    .banner .woman-img {
        margin: 0px auto;
        float: none;
    }
    .banner .banner-form h2 {
        text-align: center;
    }
    .banner .banner-form .banner-form-inner .big-text {
        text-align: left;
    }
}

@media only screen and (max-width: 768px) {
    .header .logo {
        text-align: center;
    }
    .header .header-right {
        text-align: center;
        /* margin-top: 15px; */
    }
    .contain_block {
        margin-bottom: 40px;
    }
    .banner.banner-image {
        background-image: url(https://d1y4tm6t3pzfj.cloudfront.net/search/images/1.jpg);
    }
    .banner .banner-contact-block .title-bg {
        font-size: 25px;
    }
    .banner .banner-contact-block small {
        font-size: 20px;
    }
    .banner .banner-contact-block {
        width: auto;
    }
    .banner .banner-contact-block .title-bg span {
        font-size: 35px;
        background-size: 46px;
        padding: 30px 0 30px 56px
    }
    .header .logo {
        padding-top: 0px;
        width: 100%;
    }
    .header .logo span.logo {
        display: none;
    }
    .header .header-right {
        padding: 0px;
    }
    .footertexts {
        padding: 20px;
    }
    .footertextsLeft {
        width: 100%;
    }
    .footertextsRight {
        width: 100%;
    }
    .footernewdisclaimer {
        padding: 0px;
    }
    .about-text-inner-bg .col-md-4 {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 610px) {
    .banner .banner-contact-block .title-bg {
        font-size: 20px;
    }
    .contain_block_full .addiction-call-now .call-now {
        font-size: 35px;
        display: inline-block;
    }
}

@media only screen and (max-width: 590px) {
    #form-container.contact-us-form {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .footer .footer-menu ul li {
        float: none;
    }
    .spinner {
        top: 125px;
        right: 30px;
    }
    .footer .footer-text {
        margin: 50px auto 0;
    }
    .footer .footer-text h2 {
        font-size: 18px;
        margin: 20px 0 0 0;
    }
    .footer .footer-text a.help-today-btn {
        padding: 14px 20px;
        line-height: 30px;
        font-size: 20px;
    }
    .banner .banner-contact-block .title-bg {
        padding: 20px 32px;
        font-size: 5vw;
    }
    .banner .banner-contact-block .title-bg .big-text {
        line-height: 38px;
        font-size: 6vw;
    }
    .banner .banner-contact-block .title-bg span {
        background: url('https://d1y4tm6t3pzfj.cloudfront.net/search/images/phone-icon.png') no-repeat scroll center top;
        background-size: 46px;
        padding: 0px;
        width: 100%;
        font-size: 8vw;
        margin: 12px 0 0 0;
    }
    .banner .banner-contact-block .title-bg span a {
        margin: 60px 0 28px 0;
        display: inline-block;
    }
    .contain_block {
        padding: 0;
    }
    .footer .footer-text h2 {
        font-size: 20px;
    }
    .banner .banner-contact-block .title-bg p {
        line-height: 24px;
        padding: 18px 0 0;
    }
    .contain_block_full .addiction-call-now {
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .contain_block_full .contain_block h2 {
        margin: 20px 0;
    }
    .contain_block_full .addiction-call-now .call-now-text {
        font-size: 16px;
        margin: 0 0 15px;
    }
    .banner .banner-contact-block {
        max-width: inherit;
    }
    .banner .banner-form .banner-form-inner .form-input,
    .banner .banner-form .banner-form-inner .form-input.form-select {
        width: 100%;
    }
    .banner {
        padding: 40px 0;
    }
    .banner .banner-form h2 {
        font-size: 20px;
    }
    .banner .banner-form .banner-form-inner .big-text {
        font-size: 24px;
    }
    .banner .banner-form .banner-form-inner {
        padding: 20px;
    }
    .header .logo {
        display: inline-block;
        text-align: center;
    }
    .logo img {
        width: 100% !important;
        float: none !important;
        display: block;
        max-width: 64px;
        margin: 0 auto;
    }
    .logo-name {
        float: none !important;
        display: inline-block;
        font-size: 25px !important;
    }
    .dot-com {
        float: none !important;
        display: inline-block;
    }
    .healthins_page{
        padding-bottom: 0;
    }
    .inner-page .footer {
        position: inherit;
    }
}

@media only screen and (max-width: 479px) {
    .banner .banner-contact-block .title-bg .big-text {
        font-size: 20px;
    }
    .footer .footer-text a.help-today-btn {
        padding: 14px 20px;
        line-height: 30px;
        font-size: 20px;
    }
    .banner .banner-contact-block .title-bg {
        font-size: 18px;
        padding: 10px;
    }
    .banner .banner-contact-block .title-bg span {
        background-size: 46px;
        padding: 0px;
        width: 100%;
        font-size: 27px;
    }
    .banner .banner-contact-block .title-bg span a {
        margin: 60px 0 28px 0;
        display: inline-block;
    }
    .contain_block {
        padding: 0;
    }
    .banner .banner-contact-block .title-bg .zip_code_btn input.zip_code_input {
        margin-bottom: 10px;
    }
    .banner-caption .form-box,
    .banner .banner-contact-block .title-bg .banner-zipcode,
    .banner .banner-contact-block .title-bg .zip_code_btn input.zip_code_input,
    .banner .banner-contact-block .title-bg .zip_code_btn .get_qoutes_btn {
        width: 100%
    }
    .header .header-right span {
        font-size: 17px;
    }
}

.required.zip-required {
    color: #c30000;
    font-size: 14px;
}

.progress_bar {
    width: 94% !important;
}

.logo img {
    width: 64px;
    float: left;
}

.logo-name {
    font-size: 30px;
    padding: 20px 0px;
    float: left;
    padding-left: 10px;
    text-transform: capitalize;
}

.dot-com {
    font-size: 15px;
    margin-top: 24px;
    color: #0d8a82;
    float: left;
}


/* START --- Home Page WP Article Snippet CSS */

.home-article {
    padding: 5px 20px 5px 20px;
    background: #f0f0f0;
    -webkit-box-shadow: -2px 3px 4px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: -2px 3px 4px 0px rgba(0, 0, 0, 0.22);
    box-shadow: -2px 3px 4px 0px rgba(0, 0, 0, 0.22);
    /*    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;*/
    min-height: 320px;
}

.home-article h2 {
    font-size: 24px;
    min-height: 60px;
}

.home-article button {
    background: #27c9c7;
    color: #fff;
    border: none;
    position: absolute;
    bottom: 18px;
    right: 20px;
}

.article-container {
    margin-top: 10px;
}

.article-container h3 {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
}


/* END --- Home Page WP Article Snippet CSS */