.loader_section{
    position: fixed;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.loader_section svg{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.loader_section svg path.back_loader{
    fill: #ccc;
}

.loader_section svg path,
.loader_section svg rect{
    fill: #224996;
}

.loader_section.show_loader{
    opacity: 1;
    visibility: visible;
}

figure {
    margin: 0;
}

.section-padding {
    padding: 60px 0;
}

.header {
    width: 100%;
    z-index: 999;
    position: fixed;
    top: 0px;
    background-color: #fff;
    box-shadow: 0px 0px 19px RGBA(51, 51, 51, 0.29);
    padding: 15px 0;
}

.header img {
    width: 78%;
}

.menu-height {
    height: 75px;
}

.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #224996;
    margin: 0 5px;
}

.owl-dots button.owl-dot.active {
    background: #224996;
}

/* landing-page-banner */
.landing-page-banner {
    position: relative;
}

.landing-page-banner .quote_form {
    position: absolute;
    top: 0px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    width: 30%;
    right: 7%;
}

.landing-page-banner .quote_form h3{
    font-family: 'Noto Sans';
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background: #224996;
    padding: 15px;
    border-radius: 15px 15px 0 0;
}

.landing-page-banner .quote_form .text-icon {
    position: absolute;
    top: 8px;
    right: 0px;
    height: 22px;
    width: auto;
    opacity: 0.3;
}

.landing-page-banner .quote_form .input_container .date-icon {
    top: 5px;
    right: 0;
}

.landing-page-banner .quote_form .input_container .date-icon img {
    width: auto;
    height: 20px;
    opacity: 0.3;
}

.landing-page-banner .quote_form .text-icon img {
    width: auto;
    height: 20px;
}

.landing-page-banner .quote_form .input_container {
    margin: 0 15px 8px;
}

.landing-page-banner .quote_form .input_container label {
    left: 0;
    top: 15px;
}

.landing-page-banner .quote_form .input_container .floatlabel.filled+label,
.landing-page-banner .quote_form .input_container .floatlabel:focus+label {
    color: #224996;
    top: 0px;
}

.landing-page-banner .quote_form .input_container .floatlabel,
.landing-page-banner .quote_form .select_container select {
    padding: 15px 50px 5px 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #e3e3e3;
    color: #7e7e7e;
}

.landing-page-banner .quote_form .input_container .floatlabel.filled,
.landing-page-banner .quote_form .input_container .floatlabel:focus {
    border: none;
    border-bottom: 1px solid #224996;
}

.landing-page-banner .radio-toolbar label:hover {
    background: #ceedfa;
    border: 1px solid #224996;
}

.landing-page-banner .radio-toolbar label {
    border: 1px solid #ddd;
    color: #939393;
}

.landing-page-banner .radio-toolbar input[type="radio"]:checked+label {
    background: #ceedfa;
    border: 1px solid #224996;
    color: #224996;
}

.landing-page-banner .quote_form .form-check-inline {
    width: 30%;
    margin-right: 5px;
}

.landing-page-banner .radio-toolbar {
    margin: 0 15px 5px;
}

.landing-page-banner .radio-toolbar label {
    width: 100%;
    margin-bottom: 8px;
    padding: 5px 0;
    text-align: center;
}

.landing-page-banner .radio-toolbar p {
    position: relative;
    padding: 8px 0;
    color: #aaaaaa;
}

.landing-page-banner .quote_form .radio-toolbar p .text-icon {
    right: 0px;
}

.landing-page-banner .quote_form .checkbox .checkbox-group label {
    font-size: 11px;
    line-height: 15px;
    color: #aaaaaa;
}

.landing-page-banner .quote_form .checkbox {
    margin: 0 15px;
}

.landing-page-banner .quote_form .checkbox .checkbox-group input:checked+label:after{
    top: 6px;
    border: solid #224996;
    border-width: 0 2px 2px 0;
}

.landing-page-banner .btn_solid {
    width: 100%;
    padding: 10px 25px;
    text-transform: uppercase;
    margin-bottom: 0px 15px !important;
}

.landing-page-banner .radio-toolbar input[type="radio"]:checked+label:before {
    content: '';
    padding: 11px;
    background: #224996;
    vertical-align: middle;
    cursor: pointer;
    top: 6px;
    position: absolute;
    left: 10px;
    border-radius: 50%;
}

.landing-page-banner .radio-toolbar input[type="radio"]:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: 18px;
    width: 7px;
    height: 13px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

body.innerPages h1,
body.innerPages h2,
body.innerPages h3,
body.innerPages h4,
body.innerPages h5,
body.innerPages h6{
    font-family: 'Noto Sans';
}

.landing-page-title{
    margin-bottom: 30px;
}

.landing-page-title h2{
    color: #000;
    font-size: 26px;
    position: relative;
    padding-bottom: 15px;
}

.landing-page-title-lines{
    display: flex;
    width: 100px;
    margin: auto;
}

.landing-page-title-lines span{
    display: block;
    width: 33.333333px;
    height: 5px;
}

.landing-page-title-lines span:nth-child(1){
    background: #224996;
}

.landing-page-title-lines span:nth-child(2){
    background: #fdbf14;
}

.landing-page-title-lines span:nth-child(3){
    background: #ed2027;
}

.about_gfp{
    padding-top: 8%;
}

.about_icons{
    margin-top: 30px;
}

.about_icons_box{
    background: #f5f5f5;
    border-radius: 10px;
    padding: 25px 12px !important;
    margin-bottom: 30px;
}

.about_icons_box img{
    width: 90px;
    margin-bottom: 20px;
}

.about_icons_box h3{
    font-size: 18px;
}

.calc_select{
    color: #fff;
    background: #224996;
    padding: 10px 20px;
    border-radius: 10px;
}

.calc_select p{
    font-size: 20px;
    margin-bottom: 6px;
}

.calc_select select{
    color: #fff;
    background: url("/content/dam/choice/online-iselect-guaranteed-future/dd-arrow.png") no-repeat center right transparent;
    background-size: 20px;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}

.calc_select select option{
    background: #224996;
}

.calc_select h4{
    font-size: 20px;
    font-weight: 600;
    line-height: inherit;
}

.calc_return_tool .red_bg{
    color: #fff;
    background: #ed2027;
    border-radius: 10px;
    margin-top: 15px;
    padding: 20px;
}

.calc_return_tool .red_bg h4{
    font-size: 28px;
    font-weight: 600;
}

.calc_return_tool .red_bg h4 span{
    font-size: 18px;
    font-weight: 400;
}

.calc_return_btn{
    margin-top: 20px;
}

.calc_return small{
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

.work_list ul li{
    font-size: 18px;
    position: relative;
    padding-left: 70px;
    padding-bottom: 40px;
}

.work_list ul li:last-child{
    padding-bottom: 0;
}

.work_list ul li img{
    position: absolute;
    width: 50px;
    left: 0;
}

.work_list ul li a{
    font-size: 15px;
    padding: 10px 20px;
}

.work_list ul li span{
    display: inline-block;
    font-size: 14px;
    color: #666666;
    margin-left: 20px;
}

.know_us_box{
    padding: 50px 30px;
    border-radius: 10px;
}

.border_blue{
    border: 1px solid #224996;
}

.border_orange{
    border: 1px solid #e6ad13;
}

.border_red{
    border: 1px solid #ed2027;
}

.know_us_box img{
    width: 80px;
}

.know_us_box h5{
    font-size: 30px;
    font-weight: 700;
    margin: 15px 0 10px;
}

.know_us_box p {
    font-size: 18px;
    margin-bottom: 0;
}

.stories_slider .owl-stage-outer{
    padding-top: 50px;
}

.stories-item{
    position: relative;
    background: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    min-height: 370px;
}

.owl-carousel .owl-item .stories-item img{
    width: 50px;
    display: inline-block;
    margin-top: -100px;
}

.stories-item h4{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* FAQ */
.faq_accordion .card {
    border: none;
    background: transparent;
    border-radius: 0;
    margin-top: 10px;
}

.faq_accordion .card-header {
    border: none;
    background: #fff;
    position: relative;
    border-radius: 0;
    padding: 15px 0;
    cursor: pointer;
    border-bottom: 1px solid #d7d7d8;
}

.faq_accordion .card-header a {
    color: #ed2027;
    font-weight: 700;
    font-size: 18px;
    display: block;
    margin: 0;
}

.faq_accordion .card-header a.collapsed{
    color: #000;
}

.faq_accordion .card-header a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 24px;
    width: 15px;
    height: 15px;
    border-top: 3px solid #171717;
}

.faq_accordion .card-header a.collapsed:after {
    content: "";
    position: absolute;
    right: 6px;
    top: 18px;
    width: 15px;
    height: 15px;
    border-right: 3px solid #171717;
}

.faq_accordion .faq_content p {
    margin-bottom: 10px;
}

.faq_accordion .faq_content p:last-child {
    margin-bottom: 0;
}

.faq_accordion .faq_content ol {
    padding-left: 20px;
}

.faq_accordion .faq_content ol li {
    margin-bottom: 10px;
}

.faq_accordion .faq_content ol li ul{
    margin-top: 10px;
    margin-left: 20px;
}

.faq_accordion .faq_content ol li ul li{
    
    list-style: square;
}

.faq_accordion .faq_content ol li ul li ul li{
    list-style: lower-alpha;
}

.bg-grey {
    background: #f1f1f1;
}


.orange-bg {
    background-color: #f4811f;
    padding: 10px 15px;
}

.orange-bg p {
    color: #1f1f1f;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 300;
}

.black-bg {
    background-color: #231f20;
    padding: 10px 15px;
}

.black-bg p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 300;
}

.black-bg a {
    color: #224996;
}

.back-to-top {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    cursor: pointer;
}

.back-to-top a{
    font-size: 14px;
    padding: 8px 20px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
}

.disclaimer_section .card-header{
    background: #f5f5f5;
    padding: 20px 25px;
    border: 0;
    border-radius: 10px 10px 0 0;
}

.disclaimer_section .card-header a{
    font-size: 20px;
    font-weight: 400;
}

.disclaimer_section .card-header a:before {
    content: "";
    position: absolute;
    right: 30px;
    top: 30px;
    width: 16px;
    height: 16px;
    border-top: 2px solid #171717;
    border-right: 2px solid #171717;
    transform: rotate(315deg);
    transition: all 0.3s ease;
}

.disclaimer_section .card-header a.collapsed:before{
    top: 22px;
    transform: rotate(135deg);
}

.disclaimer_section .card-header a::after {
    display: none;
}

.disclaimer_section .landing-page-title-lines{
    width: 100%;
}

.disclaimer_section .landing-page-title-lines span{
    width: 33.333333%;
}

@media only screen and (min-device-width: 1536px) and (max-device-width: 2560px) {

    p {
        font-size: 20px;
    }

    .landing-page-title h2 {
        font-size: 34px;
    }

    .landing-page-banner .quote_form {
        padding: 30px;
        right: 3%;
    }

    .landing-page-banner .quote_form .input_container {
        margin-bottom: 20px;
    }

    .landing-page-banner .quote_form .input_container label,
    .landing-page-banner .radio-toolbar label {
        font-size: 18px;
    }

    .landing-page-banner .quote_form .checkbox .checkbox-group label {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 20px;
    }

    .faq-item .faq-content h4 {
        font-size: 20px;
    }

    .faq_accordion .card-header a {
        font-size: 22px;
    }

    .faq_accordion .faq_content p {
        line-height: 45px;
    }
}

@media only screen and (max-width: 1024px) {
    .landing-page-banner .quote_form {
        width: 38%;
        right: 3%;
    }

    .landing-page-banner .quote_form .input_container .floatlabel,
    .landing-page-banner .quote_form .select_container select {
        padding: 10px 50px 5px 0;
    }

    .about_gfp {
        padding-top: 200px;
    }

    .work_list ul li span {
        display: block;
        margin-left: 0;
        margin-top: 15px;
    }

    .know_us_box p {
        font-size: 16px;
    }

    .stories-item {
        min-height: 425px;
    }

}

@media only screen and (max-width: 991px) {
    .key-advantages .padding-left-key {
        padding-left: 10px;
    }

    .get_quote_section {
        position: unset;
    }

    .landing-page-banner .quote_form {
        position: unset;
        width: 90%;
        margin: 20px 5%;
    }

    .about_gfp {
        padding-top: 40px;
    }

    .calc_return_tool{
        margin-top: 20px;
    }

    .work_list ul li span {
        display: inline-block;
        margin-left: 15px;
        margin-top: 0;
    }

    .know_us_box{
        margin-bottom: 20px;
    }

    .stories-item {
        min-height: 375px;
    }

}

@media only screen and (max-width: 767px) {
    body {
        font-size: 14px;
        line-height: 20px;
    }
    .landing-page-banner .btn_solid {
        margin-bottom:15px !important;
    }

.benifit-group svg {
    width: 12px !important;
}
    .about_icons_box{
    padding: 25px 0px !important;
    }

    .benifit-group{
        text-align: center;
    }
     /*.benifit-group ul{
        text-align: center !important;
    } */

.pol-nut li{
   font-size: 14px !important;
}
    p {
        line-height: 20px;
    }

    .menu-height {
        height: 60px;
    }

    .section-padding {
        padding: 25px 0;
    }

    .header img {
        width: 100px;
    }

    .menu-height {
        height: 62px;
    }

    .landing-page-title h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .mobile-center {
        text-align: center;
    }

    .mobile-center h2:after {
        left: 0;
        right: 0;
        margin: auto;
    }

    .landing-page-banner .quote_form .input_container {
        margin-bottom: 15px;
    }
    .landing-page-banner .quote_form .input_container label{
        top: 10px;
    }
    .landing-page-banner .quote_form .input_container .floatlabel.filled+label, 
    .landing-page-banner .quote_form .input_container .floatlabel:focus+label{
        top: -8px;
    }
    
    .about_icons_box {
        padding: 20px;
        min-height: 186px;
        margin-bottom: 30px;
    }

    .about_icons_box h3{
        font-size: 16px;
    }

    .calc_select {
        margin-bottom: 20px;
    }

    .calc_return_tool .red_bg {
        margin-top: 0;
    }

    .work_list{
        margin-bottom: 20px;
    }

    .work_list ul li {
        font-size: 16px;
    }

    .work_list ul li span {
        display: block;
        margin-left: 0;
        margin-top: 15px;
    }

    .stories-item {
        min-height: 295px;
    }

    .faq_accordion .card-header a {
        font-size: 15px;
        padding-right: 30px;
    }

    .faq_accordion .faq_content p {
        line-height: 30px;
    }

    .black-bg {
        margin-bottom: 40px;
    }
}
.pol-nut li{
   font-size: 18px;
}

.benifit-group{
    margin: 0px 15px;
}

.benifit-group li{
    font-size:12px;
}

.benifit-group svg{
    width: 12px;
}

/* claim settlement */
.process-container {
    display: flex;
    flex-wrap: wrap; /* Allow the boxes to wrap */
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    position: relative;
    gap: 30px; /* Add consistent spacing between boxes */
  }

  .process-box {
    border: 2px solid blue;
    border-radius: 15px;
    padding: 20px;
    width: 240px;
    height: 350px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
  }

  .process-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    font-size: 30px;
    color: #555;
  }

  .process-step {
    font-size: 16px;
    font-weight: bold;
    color: #555;
    margin-bottom: 10px;
  }

  .process-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
  }

  .process-description {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
  }

  .horizontal-line {
position: absolute;
top: 50%;
left: 15%; /* Adjust this value to shorten the left side */
right: 15%; /* Adjust this value to shorten the right side */
height: 2px;
background-color: blue;
z-index: -1;
}

  /* Media Query for Small Screens */
  @media (max-width: 768px) {
    .process-box {
      width: 100%; /* Full width for small screens */
      max-width: 350px; /* Optional: Set a max width */
    }

    .process-container {
      flex-direction: column; /* Stack boxes vertically */
      align-items: center; /* Center align boxes */
    }

    .horizontal-line {
      display: none; /* Hide horizontal line in mobile view */
    }
  }


/* rider option */
.feature-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    background-color: #fff;
    padding: 20px;
    max-width: 90%;
}

.feature-item {
    flex: 1 1 200px;
    max-width: 250px;
    text-align: center;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
    transition: transform 0.2s;
}

.feature-item:hover {
    transform: translateY(-3px);
}

.feature-title {
    background-color: #007cd4;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 10px;
}

.feature-content {
    display: none;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 15px;
    font-size: 13px;
    margin-top: 10px;
}

.back-arrow {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 5px;
    width: auto;
    height: auto;
    font-size: 12px;
    cursor: pointer;
    padding: 5px 10px;
}

.feature-logo {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 50%;
    background: linear-gradient(45deg, #eef1f1);
}

.feature-logo:nth-child(1) {
    background-color: #ff5722; /* Orange for critical illness */
}

.feature-logo:nth-child(2) {
    background-color: #2196f3; /* Blue for accidental death */
}

.feature-logo:nth-child(3) {
    background-color: #4caf50; /* Green for terminal illness */
}

.feature-logo:nth-child(4) {
    background-color: #f44336; /* Red for permanent disability */
}