/* template styles start */
body {
    margin:0px;
    padding:0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    flex-flow: column nowrap;
}
html, html * {
   /* font-family: 'Montserrat', sans-serif;*/
    box-sizing: border-box;
    margin-block-start: 0em;
    margin-block-end: 0em;
}
p, span {
    font-family: 'Muli', sans-serif;
}
h1, h2, h3, h4, h5, h6, a {
    font-family: 'Montserrat', sans-serif;
}
div, a, span, p, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    list-style: none;
}

.heading-h2{
    text-align: center;
    color:#282828;
    font-weight:700;
    font-size:32px;
    width:70%;
    margin:0 auto;
    text-transform: uppercase;
    margin-bottom:15px;
}
.heading-p {
    text-align: center;
    color:#383838;
    font-weight:600;
    font-size:18px;
    line-height:1.3em;
    width:80%;
    margin:0 auto;   
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
}
button {
    cursor: pointer;
    outline:none;
    border:none;
}
.btn-1 {
    cursor: pointer;
    outline:none;
    border:none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 5px;
    border-right:8px solid #ce8908;
    color:white;
    background: linear-gradient(to left, #ce8908  50%, #AB7105 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    transition: all .3s ease-out;
}
.btn-1:hover {
    background-position: right bottom;
    text-decoration: none;
    color:white;
}
.clear {
    clear: both;
}
.divider {
    width:180px;
    height:5px;
    margin:0 auto;
    background-color:#00853f;
    margin-top:20px;
    margin-bottom:30px;
}
select#quote-form{
    width:250px;
    height:48px;
    position:relative;
    top:2px;
    border:0px;
    margin-right:10px;
    outline: none;
}
main {
    align-items: center;
    /*color: #9b9b9b;*/
    line-height: 1;   
}
/* template styles end */
/* section left-img-section start*/
.section {
    width:100%;
    padding:40px 100px;   
}
.left-img-section{
    display: flex;
    padding:30px 0px;   
}
.left-img-section div{   
    flex: 50%;
    float:left;
    padding:60px 30px;
    border-radius:5px;
    text-align:left;
}
.img-section{
    /*background-image: url("../images/suppliers-banner.jpeg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;   
}
.right-text-section h3{
    color:#282828;
    font-weight:700;
    font-size:22px;
    text-transform: uppercase;
    margin-bottom:10px;   
}
.right-text-section p{
    color:#383838;
    font-weight:600;
    font-size:16px;
    line-height: 1.2;   
}
.section-btn {
    font-size:16px;
    padding:12px 26px;
    padding-right:18px;
    font-weight:bold;
}
span.error{
    color: #ff0000;
}
.ht-section-2{
    text-align: right !important;
}
.rightAlignedMenu a.btn-anchor{
    margin-left: 7px;
    margin-right: 10px;
}
.rightAlignedMenu {
    display: inline-block;
    float: right;
}
.rightAlignedMenu .btn-anchor {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.5px;
    border-radius: 20px;
    padding: 12px 30px;
    padding-right: 22px;
    /*border-right: 8px solid #0033dd !important;*/
    color: white !important;
    background: linear-gradient(to left, #ce8908 50%, #AB7105 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    transition: all .3s ease-out;
    white-space: nowrap;
}
.help-section{
    width: 100%;
    padding: 40px 100px 60px;
}
.help-section h2{
    display: inline-block;
    float: left;
    color: #000000;
}
/*----------------------------*/
.agent_details{
    margin: 0 60px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}
.lg-txt-1, .lg-txt-2{
    font-size: 25px !important;
}
.lg-txt-3 {
    float: left;
    display: inline-block;
    width: 100%;
    line-height: 18px !important;
}
.lg-txt-4 {
    float: left;
    line-height: 20px !important;
}
a.agentLogo {
    display: inline-block;
    float: left;
    padding: 10px 25px;
}
a.agentLogo img{
    width: auto;
    max-height: 120px;
	max-width:300px !important;
    /*box-shadow: -2px 6px 12px 6px #CCCED0;*/
}
@media only screen and (max-width: 500px) {
a.agentLogo img{
    width: auto;
    max-height: 100px;
	max-width:100% !important;
    /*box-shadow: -2px 6px 12px 6px #CCCED0;*/
}
a.agentLogo {
    display: inline-block;
    float: left;
        padding: 10px 25px 10px 0px;
}

}

a.lg-styles {
    display: inline-block;
}
ol.templates {
    margin:50px 100px;
}
ol.templates li{
    padding: 15px 25px;
    list-style-type: disc;
    max-width: 150px;
    margin-top: 15px;
}
ol.templates li a{
    color: #000000 !important;
    font-size: 25px;
}
ol.templates li:hover a{
    opacity: 0.75;
}
.templates.ht-section-2 a{
    color: #ffffff !important;
}
.ht-top-menu{
    padding: 0 !important;
}
.ht-top-menu a{
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    margin-left: 20px;
}
.ht-top-menu a:hover{
    color: #B76E00;
    text-decoration: underline !important;
}
.section.hide{
    display: none !important;
}
section.sitemap p {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    width: 48%;
}
section.sitemap p:hover {
    opacity: 0.6;
}
section.sitemap {
    margin-top: 40px;
}
/*.banner-container{
    position: relative;
}
.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: fixed;
  top: 200px;
  left: 0;
  width: 100%;
  height: 250px;
  pointer-events: none;
}*/
/*+---------------------------------------------------+^/
/* section left-img-section end*/
/* media query for tablet */
@media(min-width: 768px) and (max-width: 1024px){
    .section {
        padding:40px 40px;
    }
    .left-img-section div{
        padding:60px 20px;   
    }
}
/* media query for phone */
@media(max-width: 767px) {
    .heading-h2{
        font-size:22px;
        width:100%;
    }
    .heading-p {
        font-size:16px;
        width:100%;
    }
    .section {
        padding:40px 30px;
    }
    .left-img-section{
        display: block;
        padding:30px 0px;   
    }
    .left-img-section div{
        width: 100%;
        float:none;
        border-radius:5px;
        text-align:left;
    }
    .img-section {
        padding:180px 0px !important;   
    }
    .right-text-section{
        padding:15px 0px !important;
    }
    .right-text-section h3{
        font-size:18px;
    }
    .right-text-section p{
        font-size:14px;
    }
    .section-btn {
        font-size:16px;
        padding:12px 26px;
        padding-right:18px;
        font-weight:bold;
    }
    .childInsureBanner{
        min-height: 275px;
        display: inline-block;
        width: 100%;
        background-size: 100% !important;
        background-repeat: no-repeat;
    }
    .childInsureBanner a.bannerLinkCls {
        width: 100%;
        min-height: 125px;
        display: inline-block;
    }
    main#main {
        width: 100%;
        /*margin-left: 15px;*/
    }
    .childInsureBanner .banner-left,
    .childInsureBanner .banner-right{
        background-size: cover; !important;
    }
    .childInsureBanner .bannerLinkCls{
        min-height: 100px !important;
        margin-left: 0 !important;
        padding: 5px;
    }
    .illustration-section .col-lg-8 {
        width: 100% !important;
        padding: 0 !important;
        margin: 15px !important;
    }
    .illustration-section .col-lg-4{
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 15px;
        margin-right: 20px !important;
    }
    .childInsureBanner .banner-left{
        background-position: 938px -25px !important;
        background-size: inherit !important;
    }
    .illustration-section .col-lg-8{
        max-width: 95% !important;
    }
    .illustration-section h2 {
        font-size: 19px;
        line-height: 30px;
    }
    .childInsureBanner{
        background: #AB7105 !important;
        background-repeat: no-repeat !important;
        background-position: -1300px 0 !important;
    }
    .detailBannerCaption p{
        width: 100% !important;
    }
    .detailBannerCaption h3{
        font-size: 24px !important;
        color: #000000 !important;
    }
    ul.mcpUlElement{
        width: 100% !important;
    }
    .reqIllustrationPage .col-lg-2{
        width: 100% !important;
        min-width: 100% !important;
    }
    .extraFormSection{
        display: inline-block !important;
    }
    .ht-section-2 {
        clear: both;
        text-align: center !important;
    }
    .ht-section-1.logo-txt {
        width: 80%;
        text-align: center;
    }
    .header-top .ht-section-2{
    }
    nav{
        position: absolute;
        right: 5px;
        top: 20px;
        max-width: 60px;
        padding: 15px 0 12px !important;
        border: 2px solid #b76e00;
    }
    .fabsm{
        margin-top: 10px;
    }
    .site_title_wrap{
        display: none !important;
    }
    a.agentLogo {
            padding: 10px 25px 10px 0px;
    }
    .banner-bottom, .clear-mob{
        display: none;
    }
    .section-2 .icons-section a {
        width: 50% !important;
        margin: 0 !important;
        padding: 5px 10px !important;
    }
    .side-content h3{
        font-size: 18px !important;
    }
    .side-content h5 {
        font-size: 14px !important;
    }
}
@media(max-width: 480px) {
    .illustration-section tbody tr th:nth-child(3),
    .illustration-section tbody tr td:nth-child(3){
        display: none;
    }
}
.container.quote-form-container {
    background: #F8F8F8;
    padding: 20px;
    margin-top: 40px;
}
.container.quote-form-container1 {
    background: none !important;
    padding: 20px;
    margin-top: 40px;
}
.quote-form-container h3{
    margin-top:40px;
    margin-bottom: 50px;
    max-width: 1360px;
    width: 100%;
    text-indent: -18px;
}
.quote-result-part h3 {
    text-indent: 15px;
}
.col-md-12.quote-form-part {
    padding-left: 25px;
    margin-left: 25px;
}
.form-cover label{
    margin-bottom: 10px;
}
.form-cover{
    display: inline-block;
}
.quote-form-container .col-lg-2,
.quote-form-container .col-md-2{
    padding: 0;
    margin-right: 15px;
}
.quote-result-part .uniqBoxCls{
    display: inline-block;
    float: left;
    margin-top: 32px;
}
.col-md-12.quote-result-part {
    margin-top: 40px;
    margin-bottom: 60px;
}
.quoteBtn{
    line-height: 22px !important;
}
.searhResultWrapper {
    width: 100%;
    display: inline-block;
}
.plan-area {
    margin-top: 25px;
    margin-bottom: 25px;
}
.plan-section {
    background: #fff;
    border-radius: .25rem;
    background-clip: border-box;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    transition: 0.3s;
    padding: 20px 35px;
    text-align: center;
}
.plan-section .img-cover{
    width: 100%;
    display: inline-block;
    margin-top:25px;
    margin-bottom: 25px;
}
.plan-section .img-cover img{
    height: 50px;
}
.plan-section p{
    margin-top: 20px;
    margin-bottom: 10px;
}
.plan-section h1{
    font-size: 36px;
    font-weight: bold;
    color: #000000;
    margin-top: 25px;
}
.plan-section h1 span{
    font-size: 18px;
}
.plan-section span.plan-text {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #95d344;
    width: 100%;
    float: left;
    padding-bottom: 10px;
    color: #95d344;
    margin-top: 15px;
    margin-bottom: 10px;
}
.plan-area a {
    width: 49%;
    color: #fff;
    font-size: 15px;
}
.plan-section .btn-area {
    display: inline-block;
    width: 100%;
}
.plan-section .description {
    line-height: 20px;
    font-style: italic;
    padding: 10px 0;
}
.btn-area a:first-child{
    border-right:2px solid #ffffff !important;
}
.plan-area a.searchDetailBtn{
    background-color: #DD8600;
    width: 50%;
    color: #ffffff !important;
    padding: 15px 15px;
    display: inline-block;
    text-align: center;
}
.plan-area a.searchDetailBtn:hover{
    opacity: 0.6;
}
.innerOverlay {
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6;
    position: fixed;
}
.loaderIconCover{
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 9999;
    position: fixed;
}
.bb {
  -webkit-flex: 50%;
  flex: 50%;
  padding: 40px 30px;
  background-color: #AB7105;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #000000;
}
.blurb-text {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}
a.readMoreLink{
    color: #AB7105;
}
.cst-btn{
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: #AB7105;
    cursor: pointer;
}
.cst-btn:hover{
    color: #ffffff;
    opacity: 0.6;
    border: 1px solid #ffffff;
    background-color: #AB7105;
}
a.readMoreLink:hover{
    color: #AB7105;
    text-decoration: underline;
}
.qSuccessMsg, .contactSuccessMsg {
    display: inline-block;
    width: 100%;
}
.qSuccessMsg span.success,
.contactSuccessMsg span.success{
    color: #00ff00;
    display: inline-block;
    padding: 2px 5px;
    font-weight: bold;
    border: 1px solid #00ff00;
}
.contactSuccessMsg span.success,
.contactSuccessMsg span.error{
    width: 100%;
    margin-top: 5px;
}
.qSuccessMsg span.error,
.contactSuccessMsg span.error{
    color: #ff0000;
    display: inline-block;
    padding: 2px 5px;
    font-weight: bold;
    border: 1px solid #ff0000;
}
div#quoteMsgBox {
    display: inline-block;
    width: 100%;
    margin-left: -15px;
}
div#quoteMsgBox span.error {
    color: #ff0000;
    display: inline-block;
    width: 92%;
    line-height: 20px;
    margin: 15px 0;
    border: 1px solid #ff0000;
    padding: 5px 20px;
}
nav .nav-li{
    padding: 0 !important;
    margin-bottom: 25px !important;
}
.dropdown a.dropbtn, nav a {
    padding: 15px 10px;
}
.insMenuDropdown{
    margin-top: 25px !important;
}
.dropdown .insMenuDropdown a, 
.dropdown .insMenuDropdown a.active {
    padding: 10px 15px !important;
}
.dropdown .insMenuDropdown a:hover {
    opacity: 0.7 !important;
    text-decoration: underline !important;
}
a.footer_copyright{
    text-decoration: none !important;
}
.site_logo_wrap, .site_title_wrap {
    display: inline-block;
    float: left;
}
.site_title_wrap{
    padding: 35px;
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
    font-weight: bold;
}
.childPageCls{

}
.childPageCls .banner{
    min-height: 199px;
}
.childPageCls article{
    margin: 20px auto;
    max-width: 1000px;
}
.childPageCls .entry-title{
    color: #000000 !important;
    font-size: 24px;
    margin:15px 0;
    font-weight: bold;
}
.childPageCls .entry-content{
    color: #000000 !important;
    font-size: 20px;
    line-height: 28px;
}
.childPageCls .entry-content h4,
.detailBannerCaption h3{
    text-transform: uppercase;
}
.childPageCls  .wrapper{
    background: #656363;
}
.illustration-section .row{
    max-width: 100%;
    margin: 0 !important; 
}
.illustration-section h2{
    font-size:22px;
    line-height: 40px;
}

.illustration-section .col-lg-8{
    padding: 40px 20px 40px 100px;
    max-width: 70%;
    display: inline-block;
    float: left;
}
.illustration-section .col-lg-8 p{
    font-size: 20px;
    line-height: 20px;
    margin: 20px 0;
}
.illustration-section .col-lg-4 p{
    font-size: 20px;
    line-height: 28px;
    margin: 20px 0;
}
.illustration-section .col-lg-4{
    background: #ce8908;
    padding: 40px 20px;
    margin-right: 50px;
    max-width: 25%;
    display: inline-block;
    float: left;
}
.illustration-section h2,
.illustration-section p,
.illustration-section table th,
.illustration-section table td{
    color: #fff;
}
.illustration-section table {
    width: 100%;
}
.illustration-section table th,
.illustration-section table td{
    padding: 10px 15px;
}
.illustration-section table tr{
    border-bottom: 1px solid #fff;
}
.illustration-section a#button-3 {
    border: 1px solid #fff;
    color: #ffff;
}
.illustration-section a#button-3:hover {
    opacity: 0.5;
}
.childInsureBanner{
    min-height: 275px;
    display: inline-block;
    width: 100%;
    background-size: 100% !important;
    background-repeat: no-repeat;
}
.childInsureBanner .row{
    margin: 0 !important;
}
.childInsureBanner .bannerLinkCls{
    width: 100%;
    /*min-height: 300px;*/
    display: inline-block;
    /*margin-left: 50px;*/
}
.childInsureBanner .bannerLinkDetailsCls{
    width: 100%;
    min-height: 550px;
    display: inline-block;
}
.mcp_features_benefits{
    display: inline-block;
    width: 100%;
}
ol.feature_benefits {
    display: inline-block;
}
ol.feature_benefits li{
    margin-right: 30px;
    padding: 0 15px 0 0;
    list-style: disc;
    text-align: justify;
}
ol.feature_benefits li:before{
    /*content: "&#8226;";*/
}
.uniq-section{
    padding: 25px 0;
}
.uniq-section h2{
    margin:40px 0 !important;
}
.reqIllustrationPage .col-lg-2 {
    width: 25%;
    min-width: 25%;
    display: table;
}
.reqIllustrationPage h5{
    padding: 5px 15px 15px;
}
.reqIllustrationPage label,
.reqIllustrationPage .form-group{
    color: #000;
    font-weight: 500;
}
.reqIllustrationPage input[type="text"],
.reqIllustrationPage select{
    width: 100%;
    height: 32px;
    border: 1px solid #ab7105;
}
.reqIllustrationPage input[type="radio"]{
    border: 1px solid #ab7105;
    margin: 10px 0;
}
.reqIllustrationPage .child-form-cover{
    max-width: 1000px;
    margin: 0 auto;
}
.planGrow_childGrow ul li{
    list-style: disc;
}
/*.top_txt{
    background-color: #000;
    padding: 15px;
    display: inline-block;
    opacity:0.5;
}*/
/*.btnLearnMore{
    border:2px solid #000 !important;
    min-width: 175px;
    color: #000;
}*/
/*.btnLearnMore:hover{
    opacity: 0.4;
}*/
.detailBannerCaption .btnLearnMore{
    margin-right: 100px;
    margin-bottom: 25px;
    float: right;
}
.top_txt{
    margin-top: 100px;
}
.top_txt p{
    margin-top: 15px;
}
.detailBannerCaption{
    margin-top: 50px;
}
.detailBannerCaption h3{
    line-height: 40px;
    color: #ce8908 !important;
}
.detailBannerCaption p{
    width: 50%;
    text-align: justify;
}
ul.mcpUlElement{
    padding-left: 30px;
    width: 45%;
}
ul.mcpUlElement li{
    list-style: disc;
    line-height: 40px;
}
.reqIllustrationPage .container{
    max-width: 1000px;
    margin: 0 auto;
}
.reqIllustrationPage .uniq-section h2{
    font-size: 30px;
    color: #ce8908;
}
.childPageCls .entry-title{
    color: #ce8908 !important;
}
button.btnReqIllustrate, a.btnLearnMore{
    background: #ce8908;
    color: #fff;
}
button.btnReqIllustrate:hover,
a.btnLearnMore:hover{
    opacity: 0.5;
}
.row.mt-40{
    margin-top: 40px;
}
.extraFormSection {
    display: inherit;
    width: 100%;
}
.mcpSuccessMsgContainer h4{
    color: #22ef22;
    text-align: center;
    margin: 50px 0;
    line-height: 40px;
}
.illustration-section .block-content{
    max-width: 650px;
}
.full-width-label{
    width: 100% !important;
}
.FormInfotip{
    float: right;
    margin-right: 10px;
}

/*****************************************/
.section-2 .icons-section a{
    width: 15%;
    min-height: 195px;
    margin: 0 25px;
    padding: 25px 10px;
    display: inline-block;
    float: left;
}
.section-2 .icons-section a img{
    width: 90%;
}
.know_your_insurance{
    color: #000000
}
.section-2 .icons-section a p{
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    color: #000000 !important;
}
/********************************************/
.banner-bottom.banner-bottom1,
.banner-bottom.banner-bottom2,
.banner-bottom.banner-bottom3,
.banner-bottom.banner-bottom4{
    display:none;
}
.section.section-2{
    display: none;
}

/*Avinash CSS Start*/

.ins_content_area,.col-lg-4.col-md-12.ins_content_area.text-center {
    border-radius: .25rem;
    background-clip: border-box;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    transition: 0.3s;
    padding: 20px 35px;
    padding-bottom: 0;
    margin-bottom: 30px;
}
.margin-pay {
    margin-top: 10px;
    color: #9b9b9b;
}
.standard-plan {
    color: #AB7105;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    margin-top: 30px;
}
.deductibles {
    font-size: 20px;
    color: #AB7105;
}
.ins_img_area {
    border-bottom: 1px solid #AB7105;
}
.ins_pleft30 {
    margin-top: 20px;
}
.benefits-title {
    font-size: 14px;
    color: #000;
}
.deductibles_des1 {
    line-height: 21px;
}
.doth-link {
    font-size: 15px;
    color: #AB7105;
    font-weight: 700;
}
.quote-btn {
    cursor: pointer !important;
    /*background: #ab7105 !important;*/
    padding: 11px 20px;
    font-size: 18px;
    font-weight: bold;
    color: #000 !important;
    border: 1px solid #ab7105 !important;
}
.margin-plans{padding-bottom: 25px;}
.plans {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 1.1;
}
.get-rate-btn {
    cursor: pointer !important;
    background: rgba(171, 113, 5, 0.1) !important;
    padding: 11px 20px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    color: #ab7105 !important;
    border: 1px solid #ab7105 !important;
}
.cancle-btns {
    margin-right: -10px !important;
    margin-top: -10px !important;
    margin-bottom: -10px !important;
    margin: -1rem -1rem -1rem auto;
}
.bd-text {
    text-align: center;
    line-height: 25px;
}
.extra_person {display: grid;margin: 0; border-collapse:separate;}
.extra_person {width: 100%}
.extra_person .col-md-2 {max-width: 50%;flex: 0 0 50%;float: left;}
.extra_person .col-lg-2 {max-width: 50% !important;float: left;}
.extra_person .form-control.select2 {float: left;width: 83%;}
.form-class {float: left;width: 100%;margin-bottom: 23px;}
.remove_row .fa-trash {font-size: 18px;margin-top: 10px;}
.fa-trash {margin-left: 6px;}
.add-person-btn{color: #fff;background: #0033dd !important;padding-left: 23px;}
p.deductibles_des1 {
    font-size: 15px;
}


