body
{
    background: none;
}
a
{
    text-decoration: none !important;
}

.section_heading 
{
    font-size: 24px !important;
    margin-top: 30px !important;
}
.card_title
{
    font-size: 18px;
}
.card_text
{
    font-size: 14px;
    margin-bottom: 0;
}

.read_more_btn
{
    background: none;
    color: #003794;
    font-size: 12px;
    padding: 0;
    text-align: left;
    margin-top: 10px;
}

.read_more_btn img
{
    width: 14px;
    margin-left: 8px;
}

#more1, #more2, #more3, #more4, #more5, #more6, #more7
{
    display: none;
}
#tiCover
{
    background-color: #FBFBFF;
    margin-top: 0;
    padding-bottom: 30px;
    margin-bottom: 40px;
    padding-top: 30px;
}
.custom-btn-primary {
  
    box-shadow: 0px 8px 11px #00379424 !important;
    font-weight: 600;
}
.custom-btn-primary:hover {
  
    box-shadow: none !important;
    background-color: #0a58ca;
}
.sub_heading2
{
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 1px;
}
.cover_heading
{
    margin-top: 0;
}
.highlight_band
{
    background-image: url(../images/icons/highlight.svg);
    padding: 8px 15px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    margin: 30px 0;
}
.highlight_band p
{
    margin-bottom: 0;
    color: #fff;
}
.highlight_band img
{
    width: 22px;
    margin-right: 8px;
}
.cover_cta ul
{
    list-style: none;
    padding-left: 0;
}
.cover_cta ul li
{
    display: inline-block;
    margin-right: 15px;
}
.cover_cta
{
    margin-bottom: 30px;
}
.orange_btn
{
    padding: 10px 25px;
    border: 1px solid #e6310233;
    background-color: #FFF6F3;
    border-radius: 10px;
    color: #e63102;
    box-shadow: none;
    transition: 0.3s;
    font-size: 14px;
    letter-spacing: 1px;
}
.orange_btn:hover
{
    border: 1px solid #e63102;
    color: #e63102;
    box-shadow: 0 6px 16px #e6310221;
}
.ti_pointers ul
{
    list-style: none;
    padding-left: 0;
    margin-bottom: 40px;
}
.ti_pointers ul li:before
{
    content: '';
    display: block;
    background-image: url(../images/icons/pointer.svg);
    width: 14px;
    height: 14px;
    position: absolute;
    background-size: 100%;
    left: 0;
    top: 5px;
}
.ti_pointers ul li
{
    padding-left: 28px;
    position: relative;
    font-size: 16px;
    margin-bottom: 10px;
}
.quote_form
{
    margin-top: 0;
     border-radius: 20px;
    box-shadow: 0 20px 40px #00379414;
    margin-top: 15%;
}
.form_title
{
    padding: 12px 0;
    text-align: center;
    background-color: #F5F5FF;
    font-size: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.form_sub_title
{
    display: flex;
    background-color: #FFF2EF;
}
.form_sub_title p
{
    text-align: center;
    margin-bottom: 0;
    width: 50%;
    color: #E63102;
    padding: 6px 0;
    font-size: 13px;
}
.form_sub_title p:first-child
{
    border-right: 1px solid rgba(0,0,0,0.1);
}

.quote_form form
{
    padding: 40px 30px;
    background-color: #ffffff;
    border-bottom-left-radius: 20px;
}
.quote_form form .form-control
{
    border-radius: 10px;
    border: 1px solid #00379440;
    padding: 10px 15px;
}
.radios
{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.radios label input[type=radio] 
{
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.radios label input[type=radio] + span
{
  cursor: pointer;
  padding: 10px 28px;
  border: 1px solid #003794;
  border-radius: 10px;
  color: #003794;
  opacity: 0.4;
  transition: 0.3s;
}
.radios label input[type=radio] + span img
{
    width: 18px;
    margin-right: 10px;
    margin-top: -4px;
}
.radios label input[type=radio]:checked + span 
{
   opacity: 1;
}
.radios label input[type=radio]:hover + span
{
    box-shadow: 0px 4px 15px #00379426;
    opacity: 0.6;
}

input::-webkit-input-placeholder { /* Edge */
  color: #dddddd !important;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #dddddd !important;
}

input::placeholder {
  color: #dddddd !important;
}

#a_ge
{
    position: absolute;
    right: 1px;
    top: 37%;
    border: none;
    padding: 10px 15px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #0a58ca14;
    width: 25%;
    text-align: left;
}
#a_ge:focus
{
    outline: none;
}
.age_yr
{
    position: absolute;
    right: 15px;
    top: 50%;
}


/************ TERM INSURANCE BENEFIT SECTION***********/

#tiBenefits
{
    background-color: #FBFBFF;
    border-radius: 20px;
    margin-bottom: 30px;
}

.ti_bnft_block
{
    padding-right: 20px;
    margin-bottom: 40px;
}

.bnft_icon
{
    width: 80px;
    padding: 15px 0;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 1px solid #00379412;
    box-shadow: 0 5px 20px #00379415;
    margin-bottom: 15px;
}

.bnft_icon img
{
    height: 40px;
    
}



/**************** HOW IT WORKS**************/

#tiHowitworks
{
    background-color: #ffffff;
    border-radius: 20px;
    border: 1px solid #00379415;
    margin-bottom: 30px;
}
.sec_illustration
{
    display: flex;
    align-items: center;
    height: 100%;
}
.sec_illustration img
{
    width: 75%;
}

.sec_content ol
{
    list-style: none;
    padding-left: 0;
    position: relative;
}
.sec_content ol:before
{
    content: '';
    width: 45px;
    height: 80%;
    background-image: url(../images/icons/dot-line.svg);
    display: flex;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-position-x: center;
    top: 20px;
    background-size: auto 100%;
}
.sec_content ol li
{
    position: relative;
    padding-left: 65px;
    margin-bottom: 40px;
}

.blt_circle:before
{
    content: "";
    background-image: url(../images/icons/li-pointer.svg);
    width: 45px;
    height: 45px;
    display: inline-block;
    position: absolute;
    background-size: 100%;
    left: 0;
    top: 3px;
}
.white_no
{
    color: #ffffff;
    position: absolute;
    left: 0px;
    font-size: 16px;
    font-weight: 600;
    top: 3px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/********* YOU CAN DEPEND ON US*********/
#tiYoucan
{
    background-color: #FBFBFF;
    border-radius: 20px;
    margin-bottom: 30px;
}

.card_ucn
{
   /* display: flex;*/
    margin-bottom: 40px;
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px solid #00379412;
    box-shadow: 0 5px 20px #00379415;
}
.card_icon
{
    display: flex;
    padding: 15px;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #00000010;
}
.card_icon img
{
    height: 40px;
    margin-right: 10px;
}
.card_body
{
    padding: 10px 15px;
    display: grid;
    align-items: center;
        position: relative;

}


/************** HOW TO FILE CLAIM ************/
#tiClaim
{
    background-color: #ffffff;
    border-radius: 20px;
    border: 1px solid #00379415;
    margin-bottom: 30px;
}


/************** FAQ *******/
#tiFaq
{
    background-color: #FBFBFF;
    border-radius: 20px;
    margin-bottom: 30px;
    padding-bottom: 40px;
}

.accordion_strip
{
    margin-bottom: 10px;
}
button.accordion 
{
    color: #171717;
    cursor: pointer;
    padding: 12px 20px;
    width: 100%;
    text-align: left;
    font-size: 16px;
    transition: 0.4s;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #00379415;
    font-weight: 300;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
button.accordion.active
{
    border: 1px solid #00379450;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
    font-weight: 400;
}
button.accordion:hover 
{
    box-shadow: 0 0 23px #00379415;
}
button.accordion:after 
{
    content: '\02795';
    font-size: xx-small;
    color: #17171780;
}
button.accordion.active:after 
{
    content: "\2796";
}
.panel p
{
    color: #17171798;
}
.panel
{
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    opacity: 0;
    background-color: #ffffff75;
    border: none;
}
.panel.show 
{
   opacity: 1;
    max-height: 500px;
    border: 1px solid #00379450;
    border-top: 1px solid #00379415;
    padding: 10px 20px 0 20px;
    font-size: 14px;
    font-weight: 300;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #ffffff;
}



/*------------------------------------------------------------------------*/

.side-card{
        background-image: url(/assets/images/posp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-size:cover;
}

 .side-card-img{
     width: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    height:100%;
 }
 .side-img-width{
     width:900px;
     margin:0px auto;
 }
 .side-img-width-para{
     width:930px;
     margin:0px auto;
 }
 .listItemMain{
     display:flex;
     align-items:center;
     margin-bottom:15px;
     justify-content: center;
     border: 1px solid #C3952E;
    padding: 10px;
    border-radius: 5px;
    width: 440px;
    margin: 0px auto;
    margin-bottom: 20px;
    margin-top: 10px;
 }
 .listItemdot {
    height: 5px;
    width: 5px;
    background: #003794;
    border-radius: 50%;
    margin-right: 10px;
}
.listItemtext{
    margin-right:24px;
    font-weight: 600;
    font-size:14px;
    color:#C3952E;
}

@media screen and (max-width: 767px) {
    
    .side-img-width{
        margin-top: 23%!important;
        padding:15px!important;
    }
  .side-card{
      display:none;
  }
  .side-img-width{
      width:100%;
  }
  .quote_form_side form {
    padding: 15px 5px;
    background: none;
    border-radius: 10px;
}
.quote_form_side {
    box-shadow: none;
}
.bg-white{
    background:none!important;
}
.form_title_newform {
    padding: 10px 10px 10px 10px;
}

.listItemMain{
     justify-content:center;
     width:100%!important;
     display: block;
 }
.listItemtext{
    margin-right:15px;
    font-weight: 600;
    font-size:10px;
}
  #tiCover{
      width:100%!important;
  }
}

@media screen and (max-width: 1024px) {
  .side-img-width{
      width:100%;
      object-fit: cover;
  }
  
.form_title_newform{
    font-size:18px;
}
.form_subtitle_newform{
    font-size:12px;
} 
.listItemtext{
    font-size:12px;
}
}
@media (min-width: 1920px) and (max-width: 5120px)  {
    .side-img-width{
     width:100%;
     margin:0px auto;
 }
}



































































































