 /* Acceptance Email css */
 .acceptance_email .col-md-12.header{
    display: flex;
    justify-content:space-between;
    padding: 30px 60px;
}
.acceptance_email .detail_row{
    padding-inline: 60px;
}
.acceptance_email .customer_name{
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #0b1030;
    margin: 0px;
}
.acceptance_email .takaful_plan{
    font-size: 15px;
    margin: 0px;
}
.acceptance_email .profile_img{
    margin: 6px 10px 0px 0px;
}
.acceptance_email .primary_txt{
    color: #ba0c2f;
}
.acceptance_email .customer_note{
    color: #ba0c2f;
    text-align: center;
    font-size:20px;
    line-height: 1.3;
    margin: 80px 0px;
    font-family: 'Avenir Medium';
}
.acceptance_email .ib-dotted-hr{
    border-top: 2px dashed gainsboro !important;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;

}
.acceptance_email .dashed_btn{
    border: 2px dashed #ef7c94;
    background-color: #FAEBEE;
    color: #ba0c2f;
    font-size: 13px;
    padding: 6px 40px;
    border-radius: 10px;
}
.login-form-content {
    max-width: 800px !important;
}

/* medical declaration style starts here */
body{
background-color: #f5f5f5;
}
.d2c-box{
padding: 25px !important;
padding-inline: 40px !important;
padding-bottom: 30px !important;
margin-top: 10px;
margin-bottom: 10px;
border-radius: 21px;
box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.04);
background-color: #fff;
}
.filter_radio .form-check-input{
height: 20px;
width: 20px;
}
.filter_radio .form-check{
line-height: 1.6;
}
.filter_radio .label_name{
padding-left: 10px;
font-size: 14px;
}
input[type="radio"] {
accent-color: #ba0c2f !important;
}
.form-check-input:checked{
background-color: #ba0c2f;
border-color: #ba0c2f;
}
.form-check-input:focus{
box-shadow: none;

}
.heading{
color: #ba0c2f;
font-weight: 600;
font-size: 18px;

}
p{
font-size: 16px;
}
p span{
font-weight: 600;
font-size: 16px;
}
.question_div{
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.accordion-button:focus{
border-color: gainsboro;
box-shadow: none;
}
.accordion-button:not(.collapsed){
color: black;
background-color: white !important;
box-shadow: none;
}
.box_answer{
    border: 1px solid gainsboro;
    /* padding: 28px 10px; */
    padding: 12px 10px 28px;
    border-radius: 8px !important;
    font-size: 14px;
    margin-bottom: 10px;

}
.form-control.box_answer{
    margin-top: 20px;
    padding-bottom: 12px;
}
.form-control:focus{
box-shadow: none;
border-color: gainsboro;
}
.jbl_checkMark{
margin-top: 15px;
}
.jbl_checkMark input{
width: 18px;
height: 18px;
margin: 0 14.5px -4px 0;
padding: 3.6px 4px 5.1px 5px;
border-radius: 6px;
box-shadow: 0 3px 6px 0 #e3d3e1;
border: solid 1px #ba0c2f !important;

}
.jbl_checkMark label{
font-size: 15px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: 0.93;
/* letter-spacing: -0.75px; */
text-align: left;
color: #0b1030;
font-family: 'Railway semiBold' !important;
font-family: var(--futuraMd) !important;
}
input[type=checkbox]{
width: 18px;
height: 17px;
padding: 0;
border-radius: 3px;
box-shadow: 0 3px 6px 0 #e3d3e1;
border: solid 1px #ba0c2f !important;
-webkit-appearance: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
position: relative;
}
input[type=checkbox]:checked::after{
content: '';
left: 1px;
top: 1px;
width: 14px;
height: 13px;
transform: rotate(0deg);
position: absolute;
background-color: #ba0c2f;
box-sizing: border-box;
border-radius: 2px;
}
.steps_list{
    width: 100%;
    overflow-x: auto !important;
}
.steps_list li{
    text-align: center;
    margin-right: 9px;
    min-width: max-content;
    width: max-content;
    max-width: max-content;
    margin-block: 3px;
    font-size: 14px;
}
.steps_list li a{
    padding: 20px !important;
    border-radius: 17px !important;
    /* background-color: #f4f4f4 !important; */
    background-color: #ebebeb !important;
    min-height: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    font-family: 'FuturaPTBook' !important;
    font-size: 15px !important;
    line-height: 1 !important;
    color: #0b1030 !important;

}
.steps_list li a:hover,
.steps_list li a:focus{
    text-decoration: none;
}
.step-steps.steps_list li.active a{

    /* background-color: #BA0C2F !important; */
    color: white !important;
    background-image: linear-gradient(115deg, #de2b64 14%, #90163c 91%);
    box-shadow: 0 14px 30px 0 rgba(186, 12, 47, 0.2);

}
.step-steps.steps_list li.done a{

    /* background-color: #BA0C2F !important; */
    color: white !important;
    background-image: linear-gradient(115deg, #de2b64 14%, #90163c 91%);

}
.radio_input{
    display: flex;
    /* gap: 20px; */
    padding-left: 6px;
    padding-top: 6px;
    align-items: center;
}
.radio_input input{
    margin-right: 10px;
    margin-top: 2px;

}
.radio_input label{
    margin-right: 20px;
    position: relative;
    top: 2px;
    padding-left: 0px;
    padding-right: 7px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
    background-color: white !important;
}

.accordion-button.accordion_button{
    width: 100%;
    text-align: left;
    padding-block: 15px;
    background-color: gainsboro !important;
    border: none;
    font-size: 22px !important;
    font-weight: 600;

}
input[type=checkbox]:checked::after{
    left: 2px !important;
    top: 2px !important;
    width: 12px !important;
    height: 11px !important;

}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus{
   outline: none !important;

}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected]{
    background-color: #BA0C2F !important;
}
.accordion.histroy_accordion{
    margin-bottom: 20px;
    border-radius: 23px;
    box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.01);
    border: solid 1px #d9d9d9;
}
.accordion.histroy_accordion h2{
    margin: 0px !important;
    position: relative !important;

}
.accordion.histroy_accordion button{
    text-align: left;
    color: #BA0C2F !important;
    font-size: 18px !important;
    padding-block: 15px !important;
    background-color: #efefef !important;
    border-radius: 12px !important;


}
.fa-angle-down.fa_down{
    font-size: 25px;
    color: #bebebe;
    position: absolute;
    right: 20px;
    top: 22px;
}
button.btn.btn-link.btn-block.text-left + .fa-angle-down.fa_down{
    transform: rotate(180deg);

}
button.btn.btn-link.btn-block.text-left.collapsed + .fa-angle-down.fa_down{
    transform: rotate(0deg);

}
.step-btn.d2c-btn-primary.d2c-btn-hover {
    background-image: none !important;
    background-color: #BA0C2F !important;
}
/* #quotation_form .col-sm-4{
    min-height: 85px !important;
}
#step7 > div > div .col-sm-4{
    min-height: 130px !important;
} */
/* #quotation_form .col-sm-4 .form-group {
    margin-bottom: 0px !important;
}
#quotation_form .col-sm-4 {
    padding-bottom: 10px !important;
    min-height: 80px;
} */
.issue_fixer{
    display: flex !important;
    flex-flow: row wrap !important;

}
.iti.iti--allow-dropdown.iti--separate-dial-code{
    width: 340px !important;
}


/* width */
.why_buy_modal .modal-content::-webkit-scrollbar,
.steps_list::-webkit-scrollbar{
    width: 5px;
  }
  .why_buy_modal .modal-content::-webkit-scrollbar,
  .steps_list::-webkit-scrollbar {
    /* width: 20px; */
    height: 5px;
  }

  /* Track */
  .why_buy_modal .modal-content::-webkit-scrollbar-track,
  .steps_list::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  .why_buy_modal .modal-content::-webkit-scrollbar-thumb,
  .steps_list::-webkit-scrollbar-thumb {
    background: #BA0C2F !important;
    border-radius: 12px;
  }
  .primary_accordion.qutation_accordion{
    border: 2px solid gainsboro;
    border-radius: 12px !important;
  }
  .primary_accordion.qutation_accordion .mb-0.direction_arow{
    margin: 0px !important;
    border-radius: 12px !important;
  }
  .primary_accordion.qutation_accordion button{
    width: 100%;
    text-align: left;
    background-color: white;
    padding-block: 20px;
    color: black;
    font-weight: 600;
    font-size: 16px;
    box-shadow: none !important;
    border: none !important;
    border-radius: 12px !important;
    align-items: center;
    display: flex;

  }
  .primary_accordion.qutation_accordion h5{
    position: relative !important;
  }
  .primary_accordion.qutation_accordion h5 .fa-angle-down.fa_down{
    position: absolute;
    right: 15px;
    top: 28px;
    color: gainsboro;
    font-size: 22px;
    font-weight: 600;
  }
  .primary_accordion.qutation_accordion h5.direction_arow.collapsed .fa-angle-down.fa_down{
   transform: rotate(0deg);


  }
  .primary_accordion.qutation_accordion h5.direction_arow .fa-angle-down.fa_down{
   transform: rotate(180deg);


  }
  .d2c-checkbox-wrapper.product_pink_box{
    height: 105px;
    width: 100px;
    background-color: #faeaed;
    border-radius: 12px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .d2c-checkbox-wrapper.product_pink_box .class-name{
    font-size: 14px !important;
  }
  .d2c-checkbox-wrapper.product_pink_box > div{
    text-align: center;
  }
  .continue_box{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    color: #BA0C2F !important;
  }
  .continue_box a{
    color: #4c505d !important;
    font-size: 16px !important;
    font-weight: 600;
  }
  .continue_box .fa-arrow-right{
    color: #BA0C2F;
    font-size: 20px;
  }
  .iti.iti--allow-dropdown.iti--separate-dial-code input {
    padding-left: 90px !important;
  }



.why_buy_modal{
    overflow-y: hidden !important;

}
.why_buy_modal .modal-dialog{
    width: 70%;
    height: 80%;
    top: 6%;
    overflow: hidden;
    border-radius: 13px;
}
.why_buy_modal .modal-content{
    height: 100% !important;
    overflow-y: scroll;
    border-radius: 12px !important;

}
.why_buy_modal .modal-content p{
    color: rgb(65, 65, 65) !important;
    font-size: 16px !important;
    line-height: 1.6 !important;

}
.why_buy_modal .modal-title{
    color: #BA0C2F !important;
    font-size: 22px !important;

}
.why_buy_modal button.close1{
    position: absolute;
    right: 25px !important;
    top: 12px !important;
    width: 16px !important;

}

/* ----------------- */
.histroy_accordion.coverages_accordion button{
    color: #5b6770 !important;
    font-size: 18px !important;
    font-family: 'FuturaPTMediam' !important;
    font-weight: 100 !important;
    background-color: white !important;
}
.histroy_accordion.coverages_accordion ul li{
    color: #BA0C2F !important;
    font-size: 16px !important;
}
.histroy_accordion.coverages_accordion .card-body{
    border-top: 1px solid gainsboro !important;
    padding-top: 20px;
}
.histroy_accordion.coverages_accordion{
    border: 1px solid gainsboro !important;
}
.d2c-checkbox-wrapper.product_pink_box a{
    color: #4c505d !important;
}



.swal-icon--success__line{
    background-color: #BA0C2F !important;
}
.swal-icon--success__ring{
    border-color: #BA0C2F !important;
}
.swal-title,
.swal-text{
    font-family: 'FuturaPTMediam' !important;

}
/* .swal-button,
.swal-button:not([disabled]):hover{
    background-color: #BA0C2F !important;
    color: white !important;

} */
.swal-button, .swal-button:not([disabled]):hover {
    background-color: transparent;
    color: white !important;
    background-image: linear-gradient(106deg, #de2b64 15%, #90163c 91%) !important;
    border-radius: 11px;
    min-width: 150px;
    font-family: "FuturaPTBook" !important;
    min-width: 150px;
    font-family: "FuturaPTBook" !important;
    font-weight: normal;
    letter-spacing: .4px;
    font-size: 16px;
}
.swal-button:first-child {
    margin-right: 15px;
}
.swal-footer{
    text-align: center !important;
}
.swal-button:focus{
    box-shadow: none !important;
}
.step-btn.d2c-btn-primary.d2c-btn-hover{
    min-width: 130px !important;
    padding-block: 15px;
    margin-right: 5px !important;
}
.bg_image{
    background: url(../img/google-docs-2.svg);
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
    background-position: center;
    border: none;
    padding-top: 80px;
    text-align-last: center;

}
.bg_image::-webkit-file-upload-button {
    display: none;
    text-align: center;
 }
.bg_image::-webkit-file-upload{
    text-align: center;
 }
 .iti.iti--allow-dropdown.iti--separate-dial-code .form-control{
    padding-left: 90px  !important;
 }
 @media(max-width:1200px){
    .wrap-login.in-wrap-login-rwd.otp_wrap{
        flex-direction: row !important;

    }
}
 @media(max-width:520px){
    .wrap-login.in-wrap-login-rwd.otp_wrap{
        flex-direction: row !important;

    }
    .row.issue_fixer .col-sm-4{
        width: 100% !important;
    }
    .iti.iti--allow-dropdown.iti--separate-dial-code {
        width: 323px !important;
        min-width: 100%;
    }
    .select2-container--bootstrap {
        min-width: 100%;
    }
    .card .iti.iti--allow-dropdown.iti--separate-dial-code input{
        width: 282px !important;

    }
    .btn.btn-link.btn-block.text-left.medical_btn{
        font-size: 14px !important;
        padding-right: 40px !important;
        white-space: normal !important;
    }
    .why_buy_modal .modal-dialog{
        width: 94% !important;
        top: 10% !important;
    }
    .d2c-class-wrapper{
        flex-wrap: wrap !important;
    }
    .d2c-checkbox-wrapper.product_pink_box{
        min-width: 100% !important;
        margin-top: 15px;
    }
    .why_buy_modal button.btn.btn-link.btn-block.text-left{
        font-size: 14px !important;
        padding-right: 40px !important;
        white-space: normal !important;
    }
}
 @media(width:375px){
    .card .iti.iti--allow-dropdown.iti--separate-dial-code input{
        width: 240px !important;

    }
    .iti.iti--allow-dropdown.iti--separate-dial-code {
        width: 285px !important;
    }

}
 @media(width:820px){
    .iti.iti--allow-dropdown.iti--separate-dial-code {
        width: 200px !important;
    }


}
 @media(width:768px){
    .iti.iti--allow-dropdown.iti--separate-dial-code {
        width: 200px !important;
    }
}
.step-steps.steps_list{
    justify-content: start !important;
}
.steps-w--fix{
    margin: 0 auto;
    width: max-content;
    text-align: center;
    max-width: 100%;
    overflow: auto;
}
.step-steps.steps_list{
    display: flex;
    list-style-type: none;
    padding-inline-start: 20px;
    padding: 0px 0px 0px 8px;
    border-radius: 17px;
    border: solid 1px #ebebeb;
}

/* Quotation RWD CSS */
@media (max-width: 550px) {
    /* body :not(.step-tab-panel) {
        zoom: 99%;
    } */
    .otp_container{
        max-width: 90%;
        margin: 10px auto;
    }
    #customer_detail{
        min-width: 100%;
    }
    .customer_otp_verfication .col-md-12.tittle_header {
        margin-block: 45px 15px !important;
    }
    .why_buy_modal .modal-dialog {
        margin: 0 auto;
    }
    .year_accordion .primary_accordion.qutation_accordion .d2c-class-wrapper{
        flex-flow: row wrap;
        justify-content: center;
        gap: 10px;
    }
    .accordion.histroy_accordion {
        border-radius: 13px !important;
    }
    .row.step-content .row.issue_fixer .col-sm-4{
    width: 50%;
    }
    .row.step-content .row.issue_fixer .col-sm-4 .select2-container {
        width: 100% !important;
    }
    .select2-container--bootstrap .select2-dropdown {
        max-width: max-content;
        min-width: 229px;
    }
}
.jhl_tabbing.activity_btns{
    margin: 10px 11.3px 19.5px 4.5px;
    padding: 5px 7px 5px 5px;
    border-radius: 13px;
    background-color: white;
    max-width: fit-content;
    /* height: 58px; */
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .jhl_tabbing .jbl_btn_secondary{
    background-color: #f5f5f5;
    font-family: 'FuturaPTBook' !important;
    min-width: 165px;
    height: 55px;
    margin: 0 0 0 2px;
    border-radius: 9px;
    color: #272936;
    border: none;
    cursor: pointer;
    padding-inline: 15px;
    font-size: 15px !important;
    line-height: 1;
    text-align: center;
  }
  .jhl_tabbing .jbl_btn_secondary.btn_active{
    background-image: linear-gradient(106deg, #de2b64 15%, #90163c 91%);
    color: white;
  }
/* Quotation RWD CSS Ends Here */
.annual_table{
    width: 100%;
    border-collapse: collapse;
  }
  .annual_table tr td,
  .annual_table tr th{
    border: 1px solid black;
    padding-inline: 5px;
    padding-block: 10px;
    color: black;
    font-family: 'FuturaPTBook' !important;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
  }
  .annual_table tr td:not(:first-child){
    border: 2px solid #b75669;
    padding: 0px !important;

  }
  .annual_table tr td:first-child{
    background-color: #BA0C2F;
    color: white !important;
    font-weight: normal;
    border-block: 2px solid white;
  }
  .annual_table tr:nth-child(even) td:not(:first-child){
    background-color: #faebee !important;

  }
  .annual_table tr td input{
    height: 40px;
    width: 100%;
    border: none;
    outline: none;
    padding-left: 15px;
    background-color: transparent !important;

  }
  .paybill_radio[type="radio"]:not(:checked) ~ div{
    display: none;
  }
  .paybill_radio[type="radio"]:checked ~ div{
    display: block;
  }
