.career-button {
    width: auto;
    background-color: #d2d2d2 !important;
    margin-bottom: 12px;
    border-radius: 7px !important;
    background-color: var(--blue) !important;
    color: var(--white) !important;
    padding: 10px !important
}

.accordion-button[aria-expanded="true"] {
    font-weight: 900;
    background-color: #fff !important;
    color: #000 !important;
}

section.alert-section {
    padding-bottom: 30px;
}

.know-more-btn {
    background-color: var(--blue) !important;
    color: var(--white) !important;
}

.banner--text h1 {
    font-size: 30px;
}

.alert-section p,
.work-section p {
    font-size: 18px;
}

.testimonials--bg h5 {
    font-size: 30px;
}

.testimonials--bg h6 {
    font-size: 20px;
}

.testimonials--bg p {
    font-size: 18px;
}

.text-right {
    text-align: right;
}

.search-form {
    top: 93px !important;
}

.blog--details br {
    display: none;
}

.blog--details h3 {
    color: var(--blue);
}

.blog--details p {
    color: var(--black);
}

.blog--details li {
    color: var(--black);
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0rem !important;
}

@media only screen and (max-width: 1400px) {
    .res-banner {
        max-width: 400px;
    }
}

.tab-section .banner--text h1 a {
    font-family: 'first';
}

.tab-section .banner--text p {
    font-family: 'forth';
    font-size: 18px;
}

.tab-pane-bottom .hdng {
    font-family: 'first';
}

.tab-pane-bottom h4.hdng {
    font-size: 20px !important;
    font-family: 'first';
}

.tab-pane-bottom p {
    font-family: 'forth';
    font-size: 15px;
}

ul.job--buttons li a {
    min-width: 130px;
    padding: 0.55rem 0 0.55rem 0;
}

.testimonials--bg h1.hdng--size {
    margin-bottom: 1rem;
}

.grey--bg {
    padding: 2rem 0;

}

.blog--text h4 {
    font-family: 'first' !important;
}

.alert-section .container {
    overflow: hidden;
}

.alert-section .container .grey--bg {
    padding: 2rem 1rem;
}

.join-us {
    padding: 50px 60px 50px 100px;
}

.join-li {
    padding-right: 30px;
}

.irdai-section img {
    width: 100%;
}

@media only screen and (max-width: 1199px) {
    .join-li {
        padding-right: 36px;
    }

    .join-us {
        padding: 50px 30px 50px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .join-li {
        padding-right: 25px;
    }
}

@media only screen and (max-width: 575px) {
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .join-us {
        padding: 50px 0px 50px 0px;
    }
}

@media only screen and (max-width: 576px) {
    .join-li {
        padding-right: 0;
    }
}

.fancybox-outer,
.fancybox-inner {
    position: initial !important;
}

.sr-only {
    position: absolute !important;
    top: -15px !important;
    right: -15px !important;
    cursor: pointer !important;
    font-style: normal !important;
    background: #b0b0b0 !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 35px !important;
    color: #fff !important;
    line-height: 35px !important;
    text-align: center !important;
    font-size: 26px !important;
}

.fancybox-inner {
    height: auto !important;
}

.form-control {
    line-height: 2 !important;
}

.fancybox-inner button {
    font-family: 'forth';
    width: 120px;
    outline: none;
    border: none;
    background-color: var(--blue);
    color: var(--white);
    font-size: 16px;
    
    line-height: 40px;
}


/* new pages css */

.get-otp-form-policy {
    padding: 20px 20px 10px;
    box-shadow: 3px 0 29px rgba(0, 0, 0, 0.17);
   
}

.input-wrapper {
    position: relative;
}

input {
    border: 1px solid gray;
    position: relative;
    width: 200px;
    margin: 15px 0;
    line-height: 6ex;
}

.input-wrapper label {
    font-weight: bold;
    position: absolute;
    top: 0.2ex;
    z-index: 1;
    left: 1em;
    background-color: white;
    color: #143061;
    padding: 0 5px;
}

.form-item input.reg-input::placeholder {
    color: #314a75;
}

.form-item input.mob-input::placeholder {
    color: #5a5a5a;
}

.form-item input {
    border: 2px solid #bbb;
    padding: 15px 10px 15px 22px;
}

.form-item input:focus {
    border: 2px solid #143061;
}
.detail-state-pre-filled input:focus{
    border: none !important;
    box-shadow: none !important;
}
.policy-button {
    width: 100% !important;
}

.form-item p {
    font-family: 'p_regular';
    margin-bottom: 0 !important;
    color: #000;
}

.form-check {
    margin-top: 10px;
    margin-left: 1em;
}

.form-dont-option {
    margin: 20px 0 10px;
}

.form-dont-option input {
    width: 100%;
    text-align: center;
}

.form-dont-option p {
    margin-bottom: 0;
    margin-left: 1em;
}

.form-dont-option p.or-opt {
    margin-bottom: 0 !important;
    text-align: center;
    font-family: 'first';
    color: #484848;
}

.form-check-label a {
    text-decoration: none;
    color: #143061;
    font-weight: bolder;
}



.form-item .test {
    padding: 22px 12px;
    height: 100%;
    width: 100%;
    outline: none;
    border-radius: 4px;
    border: 2px solid #bbb;
    text-align: left;
    font-size: 16px;
    font-family: 'p_regular';
}

.test {
    border: 2px solid gray;
    border-radius: 6px;
    position: relative;
    width: 200px;
    margin: 15px 0;
    /* line-height: 6ex; */
}

.input-wrapper label.reg-option {
    position: absolute;
    top: -9px;
    z-index: 1;
    left: 1em;
    background-color: white;
    padding: 0 5px; 
    font-family: "p_medium";

    font-weight: normal;
}

.input-wrapper select {
    padding: 15px;
    border-radius: 4px;
}

.register-form .test .input-wrapper label {
    top: -10px;
}

.get-otp-form-policy form h4 {
   font-family: "p_medium";
}

.register-align {
    display: flex;
    align-items: center;
}



.setting-description {
    border-radius: 15px 15px 0px 0px;
}

.setting-description-text p {
    width: fit-content;
    background-color: #fff;
    margin-top: -12px;
    margin-left: 12px;
    padding: 0 4px;
}

/* the code below is for the dropdown menu */
.wrapper-dropdown {
    position: relative;
    padding: 10px 0;
    color: #080808;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* margin-bottom: 20px; */
}

.regist-border-option {
    border: 2px solid #bbb;
    border-radius: 4px;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

#drp-arrow {
    margin-left: 10px;
    margin-right: 10px;
    float: right;
    rotate: 180deg;
    color: #033065;
}

.selected-display {
    margin-left: 20px;
    color: #d2d2d2;
}

svg {
    transition: all 0.3s;
}

.wrapper-dropdown::before {
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -2px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #fff transparent;
}

.rotated {
    transform: rotate(-180deg);
}

.wrapper-dropdown .dropdown {
    transition: 0.3s;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 99;
    color: #fff;
    border-radius: 15px;
    box-shadow: inherit;
    background: var(--blue);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0;
    visibility: hidden;
}

.wrapper-dropdown .dropdown li {
    padding: 0 15px;
    line-height: 25px;
    overflow: hidden;
}

.wrapper-dropdown .dropdown li:last-child {
    border-bottom: none;
}

.dropdown {
    padding: 0.5rem !important;
}

.wrapper-dropdown .dropdown li:hover {
    background-color: rgb(209, 209, 209);
    color: #000;
   
}

.wrapper-dropdown.active .dropdown {
    opacity: 1;
    visibility: visible;
    border-radius: 0 0 15px 15px;
}

.back-arrow {
    width: 25px;
}


/* 5 policy renewal */

.renew-policy-table {
    box-shadow: 3px 0 29px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 3px 0 29px rgba(0, 0, 0, 0.17);
    padding: 15px 20px;
    border-radius: 8px;
}

.table>:not(caption)>*>* {
    border-bottom-width: 0 !important;
    vertical-align: sub;
}

.renew-policy-table tr {
    margin: 10px 0;
}

.renew-policy-table tr th {
    color: var(--blue);
}

.renew-policy-table tr td {
    color: #000;
}

.renew-policy-table tr td span {
    font-size: 0.6rem;
}

.renew-policy-table tr td i {
    color: #8cc553;
    /* font-size: 1px; */
}

.reminder-policy {
    float: right;
    padding: 10px;
   
}

.reminder-policy i {
    color: #e63312;
    font-size: 50px;
}

.reminder-policy p {
    margin: 0;
    color: #e63312;
}

.reminder-policy p span {
    font-weight: bold;
}

.bg-proceeding {
    background-color: #f6f6f6;
    color: #626262;
    padding: 0 10px;
}

.bg-proceeding p {
    margin: 0;
    color: #626262;
    font-weight: bold;
}

.bg-proceeding img {
    width: 45px;
}

.bg-blue-strip {
    background-color: var(--blue);
    
}

.bg-blue-strip p {
    margin: 0;
    color: #fff;
    font-weight: bold;
}

.dets-content {
    margin-top: 0px;
    background-color: #fff;
    padding: 5px 0;
    box-shadow: 3px 0 29px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 3px 0 29px rgba(0, 0, 0, 0.17);
}

.details-selection [type="radio"]:checked,
.details-selection [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.details-selection [type="radio"]:checked+label,
.details-selection [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000000;
    font-weight: bolder;
}

.details-selection [type="radio"]:checked+label:before,
.details-selection [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #143061;
    border-radius: 100%;
    background: #fff;
}

.details-selection [type="radio"]:checked+label:after,
.details-selection [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--blue);
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.details-selection [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.details-selection [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.details-selection .verify-phone {
    border: 1px solid #444;
    border-radius: 4px;

}

.details-selection .verify-phone i {
    border-radius: 4px;
    border: 1px solid #444;
}

.details-selection i {
    border: 1px solid #444;
    border-right: none;
    padding: 8px 4px;
    font-weight: bolder;
    border-radius: 4px;
}

.details-selection a {
    text-decoration: none;
}

.details-selection label {
    font-size: 14px;
}

.details-selection .phone-input {
    border-radius: 4px;
    border: 1px solid #444;
    padding: 4px 0 4px 4px;
}

/* .detail-state{
    padding: 0 10px;
} */
.detail-state p {
    margin: 0;
}

.detail-state-pre-filled {
    padding: 0 10px;
}

.detail-state-pre-filled input {
    width: 100%;
    border: none;
    color: #484848;
    margin: 0;
}

.detail-state-pre-filled textarea {
    border: none;
    scroll-margin: 0;
}

.detail-state-pre-filled a {
    text-decoration: none;
    color: var(--blue);
    font-weight: bolder;
}

.detail-state-pre-filled a.add-email {
    color: #a3a3a3;
    font-weight: normal;
}

.detail-state-pre-filled p {
    margin: 0;
    color: #535353;
}

.policy-details-steps {
    display: flex;
    padding: 0 10px;
    border: 1px solid #f6f3f2;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    color: #484848;
}

.policy-details-steps h5 {
    margin: 0;
    color: #000;
    font-size: 1.1rem;
}

.policy-details-steps input {
    border: none;
    margin: 5px 0
}

.premium-total h4 {
    font-weight: 800;
    color: #484848;
    font-family: "headingl3";
}

.premium-total a {
    text-decoration: none;
}

.container-ckyc {
    width: 75%;
    display: block;
    position: relative;
    padding-left: 35px;
    /* margin-bottom: 12px; */
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-ckyc input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.container-ckyc .checkmark {
    position: absolute;
    top: 0;
    left: 20px;
    height: 25px;
    width: 25px;
    background-color: #dadada;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.container-ckyc:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-ckyc input:checked~.checkmark {
    /* background-color: #2196F3; */
}

/* Create the checkmark/indicator (hidden when not checked) */
.container-ckyc .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-ckyc input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-ckyc .checkmark:after {
    left: 9px;
    top: 5px;
    width: 6px;
    height: 14px;
    border: solid #002c5f;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ckyc-right-flort {
    float: right;
}

.complete-ckyc .ckyc-img {
    width: 50px;
    height: 50px;
    background-color: var(--blue);
    display: flex;
    text-align: center;
    align-items: center;
    padding: 7px;
    border-radius: 4px;
}

.complete-ckyc .ckyc-img img {
    width: 100%;
}

.complete-ckyc {
    border-right: 1px solid #ddd;
    padding: 30px 0;
}

.complete-ckyc:last-child {
    border-right: none;
}

h3.hdnrg {
    margin: 0;
    font-family: "headingl3";
    font-size: 20px;
}

.get-otp-form-policy td input {
    width: auto;
}

.form-item2 {
    justify-content: space-evenly;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}

.form-item2 input {
    border: 0;
    border-bottom: 2px solid #888888;
    width: 20% !important;
    margin: 0 5px;
    text-align: center;
    font-size: 16px;
    color: #888888;
    font-family: 'first';
    border-radius: 0;
}

.get-otp-form {
    padding: 20px 15px;
    
    background-color: #fff;
    box-shadow: 3px 0 29px rgba(0, 0, 0, 0.17);
    margin-right: 25%;
}

.container-ckyc-declare {
    width: 100%;
    display: block;
    position: relative;
    padding-left: 35px;
    /* margin-bottom: 12px; */
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.insurance-partner-info:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

h5.text-center a {
    text-decoration: none;
    color: var(--blue);
    font-weight: bolder;
}

/* Hide the browser's default checkbox */
.container-ckyc-declare input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.container-ckyc-declare .checkmark {
    position: absolute;
    top: 0;
    left: 20px;
    height: 25px;
    width: 25px;
    background-color: #dadada;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.container-ckyc-declare:hover input~.checkmark {
    background-color: #ccc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container-ckyc-declare .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-ckyc-declare input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-ckyc-declare .checkmark:after {
    left: 9px;
    top: 5px;
    width: 6px;
    height: 14px;
    border: solid #002c5f;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.icon-policy-renewal {
    width: 0 !important;
    top: 35px !important;
    right: 30px !important;
}

.icon-policy-renewal .tooltiptext-policy {
    width: 200px !important;
    top: 100% !important;
}


/**/
.claimquestion{
    margin-bottom: 8px;
    display: block;
    font-weight: 400;
}

.align-text-center {
    text-align: center
}

.renew-policy-process {
    width: 100%;
    padding: 20px 0 20px;
}

.renew-policy {
    width: 100%;
    display: flex;
}

.renew-policy-step {
    width: 20%;
    text-align: center;
}

.renew-policy-img {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    margin-bottom: 30px;
}

.renew-policy-content {
    width: 100%;
    position: relative;
}

.renew-policy-content:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 1px;
    background: #002c5f;
    width: 100%;
}

.process-step-numbers {
    position: relative;
    width: 100%;
    top: -15px;
}

.process-step-numbers span {
    width: 29px;
    height: 29px;
    background: #000;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0 auto;
    font-size: 0
}

.renew-policy-content p {
    font-size: 14px;
    color: #000;
    padding: 0 15%;
    line-height: 16px;
}

.process-step-numbers:after {
    position: absolute;
    background: url("../../assets/images/process-arrow.png") no-repeat;
    content: '';
    width: 12px;
    height: 21px;
    top: 5px;
    right: 0;
}

.renew-policy-step:last-child .renew-policy-content .process-step-numbers:after {
    display: none !important;
}

.blur {
    filter: blur(2px);
}

.policy-active .blur {
    filter: blur(0px);
}

.policy-active .process-step-numbers span {
    font-size: 14px;
}

.content p strong {
    font-family: 'p_bold';
}

.policy-renewal-section {
    margin: 1rem 0 2.5rem;
    border: 1px solid #000;
}

.policy-details {
    padding: 15px 10px;
}

.policy-details h5 {
    color: #000;
    font-family: "headingl3";
}

.policy-details p {
    margin: 0px;
}

.renew-policy-step img {
    width: 35%
}

.insurance-plans {
    padding: 3% 3%;
}

.claim-rating {
    background: #002c5f;
    width: 100%;

    margin-bottom: 2.5rem;
}

.claim-rating p {
    color: #fff;
    margin-bottom: 0;
    padding: 10px;
    font-size: 17px;
}

p strong {
   
}

.plan-form-group {
    display: inline-block;
    padding-right: 35px;
    position: relative;
}

.plan-form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.plan-form-group label {
    position: relative;
    cursor: pointer;
}

.plan-form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #002c5f;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

/*.plan-form-group label:after{position: absolute; background: url("../../assets/images/info-icon.png") no-repeat; content:''; width: 12px; height: 12px; top: 0px; right:-25px; background-size:100%; }*/
.info-icon {
    position: absolute;
    width: 12px;
    height: 12px;
    right: -15px;
}


.plan-form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 6px;
    height: 14px;
    border: solid #002c5f;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


.ui-tooltip,
.arrow:after {
    background: #002c5f;
}

.ui-tooltip {
    padding: 5px 10px !important;
    color: #fff !important;
    border-radius: 5px !important;
    background: #002c5f !important;
    font-size: 9px !important;
    box-shadow: none !important;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

.arrow.top {
    top: -16px;
    bottom: auto;
}

.arrow.left {
    left: 20%;
}

.arrow:after {
    content: "";
    position: absolute;
    left: 30px;
    top: -20px;
    width: 15px !important;
    height: 25px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow.top:after {
    bottom: -20px;
    top: auto;
}


.tooltips {
    position: relative;
    display: inline-block;
}

.tooltips .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #e6e6e6;
    color: #888888;
    text-align: right;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    top: 360%;
    right: -83%;
    margin-left: -60px;
}

.tooltips .tooltiptext::after {
    content: "";
    position: absolute;
    top: -20%;
    right: 3%;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: #e6e6e6 transparent transparent transparent;
    transform: rotate(180deg);
}

.tooltips:hover .tooltiptext {
    visibility: visible;
}

.insurance-plans-section {
    width: 100%;
    padding: 9% 0 0
}

.insurance-plans-tab {
    width: 18%;
    float: left;
    box-shadow: 3px 0 29px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 3px 0 29px rgba(0, 0, 0, 0.17);
    
    padding: 10px 8px 30px;
    position: relative;
    margin: 0 12px;
    transition: max-height 0.50s ease-out;
}

.kyc {
    color: #b00000;
    font-size: 12px;
    margin-bottom: 5px
}

.company-name {
    color: #000;
    font-size: 24px;
    margin-bottom: 5px
}

.extra-benifits {
    color: #002c5f;
    font-size: 12px;
    margin-bottom: 5px
}

.solvency {
    color: #000;
    font-size: 12px;
    margin-bottom: 5px
}

.plan-price {
    color: #fff;
    width: 60%;
    margin: 0 auto;
    font-size: 20px;
    background: #002c5f;
    margin-bottom: 5px;
    font-family: 'p_medium';
    padding: 3px 5px;
}

.plans-form {
    /*padding-top: 10px; max-height: 60px;*/
    transition: max-height 0.50s ease-out;
    overflow: hidden;
}

.plans-form.active2 {
    max-height: inherit;
    transition: max-height 0.50s ease-out;
}

.rotate-icon {
    transition: all 0.6s ease;
    transform: rotate(180deg);
}

.plans-form .plan-forms-group {
    width: 100%;
    float: left;
    padding: 0 0 10px 0;
    transition: all .5s ease-in-out;
}

.plans-form .plan-forms-group label {
    position: relative;
    cursor: pointer;
    font-size: 13px;
}

.plans-info {
    width: 155px;
    float: left;
}

.select-price {
    width: auto;
    float: right;
    font-size: 13px;
    color: #9e9e9e;
}

.plan-check {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.plan-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.plan-check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #000;
}

/* On mouse-over, add a grey background color */
.plan-check:hover input~.checkmark {}

/* When the checkbox is checked, add a blue background */
.plan-check input:checked~.checkmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.plan-check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.plan-check input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.plan-check .checkmark:after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 11px;
    border: solid #002c5f;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.plans-toggle-icon.align-text-center {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.insurance-compnies {
    width: 100%;
    padding: 4rem 0 0;
    float: left;
}

/*.insurance-compnies .know-more-btn{ font-size: 24px;}*/




.starrate span.ctrl {
    position: absolute;
    z-index: 2;
}

.starrate {
    color: #f4c345;
    cursor: pointer
}

.starrate.saved {
    color: #f4c345;
}

.starrate:hover {
    color: #f4c345;
}

.starrate.saved:hover {
    color: #f4c345;
}

.ratings {
    font-size: 13px;
    text-align: left;
    padding-left: 2px;
    padding-top: 3px;
}

.rating-sec-info {
    display: flex
}

.rating-sec-info .fa-fw {
    width: 0.9em;
    font-size: 12px;
}

.rating-text {
    font-size: 13px;
    text-align: right;
    padding-top: 3px;
}

.tooltip-inner {
    background-color: #002c5f !important;
    box-shadow: 0px 0px 4px #ddd;
    opacity: 1 !important;
    font-size: 10px;
}

/*
.tooltip-arrow:before{
    border-bottom-color: #002c5f !important;
}
*/
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    border-top-color: #002c5f;
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    border-right-color: #002c5f;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    border-bottom-color: #002c5f;
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    border-left-color: #002c5f;
}

.info-icon i {
    color: #002c5f
}



.policy-renewal-thanks .policy-details {
    text-align: center
}

.policy-renewal-thanks .policy-renewal-section {
    margin-bottom: 0
}

.congratulations-image {
    padding: 2.5rem 0
}

.congratulations-image img {
    width: 100%;
    max-width: 700px
}

.thanks-details p {
    background: #002c5f;
    color: #fff;
    display: table;
    margin: 0 auto 20px;
    padding: 5px 20px;
    
}

.congratulations-content p {
    margin-bottom: 0;
}

.policy-renewal-thanks .policy-details {
    padding: 20px 10px;
}

.helpus-section {
    padding: 2.5rem 0
}

.heplp-image {
    padding: 2.5rem 0
}

.help-image img {
    width: 100%;
    max-width: 700px
}

.help-content {
    background: #fff;
    box-shadow: 3px 0 29px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 3px 0 29px rgba(0, 0, 0, 0.17);
    padding: 2.5rem;
    margin-top: 35px
}

.help-content p {
    margin-bottom: 0;
}

.help-content p span {
    color: #193563;
}

.download-policy-info {
    margin: 0 auto 40px;
}

.download-policy {
    box-shadow: 3px 0 29px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 3px 0 29px rgba(0, 0, 0, 0.17);
    padding: 10px;
}

.download-policy .form-item input {
    padding: 12px 10px 13px 10px;
    width: 80%;
    max-width: 165px;
    text-align: center;
}

.download-policy-img {
    width: 100%;
    max-width: 200px;
    margin: 20px auto
}

.download-policy-img img {
    width: 100%;
}

.download-policy p {
    margin-bottom: 0
}

.policy-no {
    width: 100%;
    max-width: 189px;
    margin: 20px auto
}

.proceed-policy {
    width: 100%;
    padding: 1rem 0 0;
    float: left;
}

.devider-policy {
    margin: 20px auto;
    position: relative
}

.devider-policy p {
    margin-bottom: 0;
}

.devider-policy p span:after {
    content: '';
    width: 47%;
    position: absolute;
    height: 1px;
    background: #f6f3f2;
    right: 0;
    top: 10px;
}

.devider-policy p span:before {
    content: '';
    width: 47%;
    position: absolute;
    height: 1px;
    background: #f6f3f2;
    left: 0;
    top: 10px;
}


.feeback-policy-section {
    padding: 5.5rem 0 1.5rem
}

.feeback-policy-section .feedback-policy h1 {
    color: #000;
    padding-top: 30px
}

.feedback-policy {
    background: #f6f3f2;
   
    padding: 10px;
    position: relative;
    margin-bottom: 30px;
}

.feedback-policy p {
    margin-bottom: 0
}

.feedback-policy .rating-sec-info {
    display: block;
    margin-top: 30px;
    position: relative
}

.feedback-policy .rating-sec-info .col-5 {
    margin: 0 auto 10px
}

.feedback-policy .rating-sec-info .fa-fw {
    width: 1.3em;
    font-size: 35px;
}

.feedback-star-content {
    font-size: 24px;
    color: #002c5f
}

.close-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #f6f3f2;
    line-height: 48px;
    text-align: center;
    right: -20px;
    top: -17px;
}

.close-icon i {
    color: #5e5e5e;
    font-size: 20px
}


.message-policy {
    background: #f6f3f2;
   
    padding: 10px;
    position: relative;
}

.textarea-feedback {
    padding: 4% 8%;
}

.textarea-feedback textarea {
    border: 1px solid  #f6f3f2;
    background: #f6f3f2;
    min-height: 200px;
    width: 100%;
    padding: 10px;
    border-radius: 0px;
}



.intimate-claim-section .intimate-claim-main {
    padding-bottom: 3.5rem;
    width: 100%;
    border-bottom: 1px solid #f6f3f2;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}

.intimate-claim {
    background: #fff;
    
    box-shadow: 3px 0 29px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 3px 0 29px rgba(0, 0, 0, 0.17);
    padding: 2.5rem;
    display: table;

}

.intimate-col {
    border-right: 1px solid #000000;
    float: left;
}

.intimate-col:last-child {
    border-right: 0
}

.intimate-col h4 {
    color: #000;
    border-bottom: 1px solid #000000;
    padding-bottom: 5px;
    width: auto;
    display: table;
    margin: 0 auto;
}

.intimate-claim-img {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
}

.intimate-claim-img img {
    width: 100%;
    max-width: 240px;
}

.claim-process {
    padding-top: 0px;
}

.claim-process .renew-policy-step img {
    width: 40%
}

.claim-process .renew-policy-step .process-step-numbers span {
    width: 29px;
    height: 29px;
    background: #023064;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0 auto;
    font-size: 14px
}

.insurance-partner-info {
    padding-bottom: 3.5rem;
    width: 100%;
    border-bottom: 1px solid #000;
    margin-bottom: 3rem
}

.insurance-col {
    border-right: 1px solid #000;
    float: left;
    padding-bottom: 2.5rem
}

.insurance-col:last-child {
    border-right: 0
}

.insurance-col h4 a {
    color: #545454;
    width: auto;
    display: table;
    margin: 0 auto;
    text-decoration: none;
}

.insurance-col p {
    margin-bottom: 0
}

.insurance-partner-img {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
}

.insurance-partner-img img {
    width: auto;
    max-width: 150px;
}

.insurance-partner {
    display: flex;
    justify-content: center;
}

.successful-claim {
    padding-bottom: 0
}

.claim-active span {
    font-size: 0px !important;
    background: #3ccd0a !important;
}

.inprogress span {
    font-size: 0px !important;
    background: #2f81e0 !important;
}

.card-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    grid-gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;

}

.plan-card {
    position: relative;
    
    transition: all 0.4s;
}

.plan-card:hover img,
.card:hover .preview {
    transition: all 0.4s, box-shadow 0.4s;
}



.preview {
    background-color: #fff;
    padding: 10px 8px 30px;
    margin: 0;
    box-shadow: 3px 0 29px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 3px 0 29px rgba(0, 0, 0, 0.17);
    position: relative;
    max-height: 300px;
    display: flex;
    flex-flow: column nowrap;
    transition: all 0.4s, max-height 0.4s;
    border-radius: 0px;
    margin-bottom: 30px;
}

.preview p {
    font-size: 0.85em;
    display: block;
    flex: 1 1 auto;
    margin: 1px;
    padding: 0.3em 0.7em 0.7em 0.7em;
    z-index: 0;
    overflow: hidden;
    border-radius: 0 20px;
    transition: all 0.3s;
}



.preview>a {

    position: absolute;
    z-index: 8;
    bottom: -30px;
    left: 0;
    display: block;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0.2rem;
    color: #14b840;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.8em;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.6s ease;

}

.toggle-section>a {
    transition: all 0.6s ease;
    transform: rotate(180deg);
}

.cat-links {
    position: absolute;
    top: 7px;
    right: 10px;
    text-align: center;
}

.cat-links a {
    color: #bbb;
    background-color: #fff;
    padding: 2px 10px;
    display: inline-block;
    font-size: 0.7em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 20px;
}

.toggle-section {
    height: auto;
    max-height: 80vh;
    transition: all 0.6s, max-height 0.6s;
    padding-bottom: 25px;
}

.toggle-section::After {
    content: none;
}


.toggle-section p {
    transition: all 0.6s;
    /* overflow:scroll; */
}

.toggle-section .moremore {
    display: inline;
}

.preview .rating-sec-info {
    width: 210px;
    margin: 0 auto
}

@media only screen and (max-width: 1400px) {
    .insurance-plans-tab {
        width: 31%;
        margin: 0 12px 40px;
    }
}



@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .insurance-plans {
        padding: 3% 0%;
    }

    .insurance-plans-tab {
        width: 18.5%;
        margin: 0 8px 40px;
    }

    .plans-form .plan-forms-group label {
        position: relative;
        cursor: pointer;
        font-size: 12px;
    }

    .plans-info {
        width: 145px;
        float: left;
    }

    .plan-form-group {
        font-size: 13px;
    }

    .card-section {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(216px, 1fr));
        grid-gap: 15px;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .tooltips .tooltiptext::after {
        top: -23%;
    }

    .tooltips .tooltiptext {
        width: 230px;
    }
}

.policy-tooltik i {
    position: absolute;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .intimate-col {
        padding: 0 15px;
    }

    .intimate-col h4 {
        font-size: 26px
    }

    .plan-form-group {
        padding-bottom: 10px;
    }

    .tooltips .tooltiptext {
        width: 270px;
        right: -283%;
        top: 280%;
    }

    .tooltips .tooltiptext::after {
        right: 9%;
    }

    .download-policy-img {
        max-width: 150px;
    }

    .policy-no {
        max-width: 150px;
    }

    .insurance-plans-tab {
        width: 31%;
        margin: 0 11px 40px;
    }

}


@media only screen and (max-width: 991px) {
    .feedback-rating .col-5 {
        width: 100%
    }

    .intimate-col {
        margin-bottom: 40px;
        border-right: none;
        border-bottom: 1px solid #9aacc1;
        padding-bottom: 40px
    }

    .intimate-col:last-child {
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0
    }

    .plan-form-group {
        padding-bottom: 10px;
    }

    .tooltips .tooltiptext {
        width: 270px;
        right: -283%;
        top: 280%;
    }

    .tooltips .tooltiptext::after {
        right: 9%;
    }

    .devider-policy p span:before,
    .devider-policy p span:after {
        width: 45%;
    }

    .insurance-plans-tab {
        width: 45%;
        margin: 0 15px 40px;
    }

    .renew-policy-img {
        min-height: 80px;
    }

    .process-step-numbers:after {
        width: 8px;
        height: 17px;
        top: 7px;
        background-size: 100% 100%;
    }

    .download-policy-img {
        max-width: 150px;
    }

    .policy-no {
        max-width: 150px;
    }

    .complete-ckyc-patent {
        flex-direction: column;
    }

    .container-ckyc {
        width: 70%;
    }

    .complete-ckyc {
        width: 100%;
        justify-content: space-between;
    }

    .complete-ckyc {
        border-right: none;
    }

    .res-banner {
        width: 300px !important;
    }

    .container-ckyc {
        /* width: auto; */
        font-size: 16px;
    }

}

@media only screen and (max-width: 767px) {
    .download-policy-info {
        width: 100%;
    }

    .devider-policy p span:before,
    .devider-policy p span:after {
        width: 44%;
    }

    .insurance-partner {
        display: inline-block;
    }

    .insurance-col {
        border-bottom: 1px solid #000;
        border-right: none;
        padding-top: 2.5rem;
    }

    .insurance-col:last-child {
        padding-bottom: 0;
        border-bottom: 0
    }

    .insurance-partner-img {
        min-height: 98px;
    }

    .insurance-partner-info {
        margin-bottom: 0
    }

    .renew-policy {
        width: 100%;
        display: inline-block;
    }

    .renew-policy-step {
        width: 33.33%;
        text-align: center;
        float: left;
    }

    .renew-policy-img {
        min-height: 90px;
    }

    .claim-process .renew-policy .renew-policy-step:last-child {
        float: none;
        margin: 0 auto;
        display: table
    }

    .renew-policy-content p {
        min-height: 55px;
    }

    .claim-process {
        padding-bottom: 50px;
    }

    .renew-policy-process {
        padding-bottom: 0px;
    }

    .plan-form-group {
        width: 100%;
        padding-bottom: 10px;
        padding-right: 0
    }

    .tooltips .tooltiptext {
        right: -25px;
        margin-left: 0;
        width: 200px;
        top: 240%;
    }

    .tooltips .tooltiptext::after {
        top: -15%;
    }

    .insurance-plans-tab {
        width: 45%;
        margin: 0 12px 40px;
    }

    .dets-content {
        overflow: scroll;
    }

}

@media only screen and (max-width: 576px) {
    .insurance-plans-tab {
        width: 100%;
        margin: 0 0 40px
    }

    .form-wrapper {
        overflow: scroll;
    }

    .form-wrapper table {
        width: 200%;
    }

    .mob-details-full {
        width: 100%;
    }

    .mob-dets-first-row {
        flex-direction: column;
    }

    .detail-state-pre-filled input {
        border: 1px solid #484848;
    }

    .radio-mobile {
        width: 75% !important;
        display: block !important;
        position: relative;
    }

    i.radio-mobile-cross {
        position: absolute;
        top: 0;
        right: 0;
        width: 25px;
        height: -webkit-fill-available;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    a.radio-mobile-verify {
        position: absolute;
        right: -50px;
        top: 5px;
    }

    .mob-details-full textarea {
        width: 100%;
    }

    .details-selection {
        width: 200%;
    }

    .policy-renewal-assurance {
        display: flex !important;
        flex-direction: column;
    }

    .policy-renewal-assurance:nth-child(1) {
        width: 100% !important;
    }

    .renew-policy-table {
        overflow: scroll;
    }
}

#datepicker {
    width: 100%;
}

#datepicker .form-control[readonly] {
    background-color: #fff;
    color: #000;
    border: none;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
}

#datepicker .input-group-addon {
    margin: auto;
    background-color: #fff;
    color: #000;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    border: none;
}

#datepicker>span:hover {
    cursor: pointer;
}
.datepicker-accident{
    outline: none;
    border: none;
    border: 1px solid lightgray;
    padding: 0px 15px 0px 0px;
    
    width: 100%;
    font-size: 15px;
    color: gray;
    font-weight: 200;
    line-height: normal;
    margin: 0;
}


/**/


/* ************************ */
.caraicons {
    width: 5%;
}

.expirywarning {
    width: 45%;
}

.caraicons img {
    max-width: 80px;

}

.registraitondetials {
    width: 25%;
}

.firstcardbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #efefef;
    padding: 5px 20px;
   
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: 110px;
}

.titleclaim {
    font-size: 35px;
    margin: 20px auto;
    margin-top: 50px;
    font-weight: 600;
    color: #002d64;
}

.titlebutton {
    outline: none;
    border: none;
    background: #012c5f;
    color: white;
    padding: 5px 15px;
    
    margin-bottom: 30px;
}

.submitclaimbtn {
    outline: none;
    border: none;
    background: #012c5f;
    color: white;
    padding: 7px 40px;
    
    margin: 0 auto;
    display: block;
    position: relative;
    top: -35px;
}

.registraitondetials {
    display: flex;
    flex-direction: column;
}

.registraitondetials span {
    font-size: 13px;

}

.registraitondetials b {
    font-weight: 400;
    font-size: 16px;
}

.expirywarning p {
    margin: 0;
    font-weight: 600;
}

.renewbtn {
    outline: none;
    border: none;
    background: white;
    padding: 5px 10px;
    color: #012c5f;
    padding: 5px 15px;
    
}

.cardmine {
    padding: 20px 0;
    border-radius: 11px;
    box-shadow: 0 0 10px #cecece;
    margin-bottom: 100px;
}

.carddetailsfirst {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 10px 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid gray;
}

.listcard {
    display: flex;
    flex-direction: column;
    width: calc(20% - 16px);

}

.listcard span {
    font-size: 13px;

}

.listcard b {
    font-weight: 400;
    font-size: 16px;
    margin-top: 6px;
}

.dtailsbtns {
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.carddetails2 {
    display: flex;
}

.inputoptionbox {
    display: flex;
    padding: 10px 0;
}

.inputcontent {
    width: 50%;
    font-weight: 400;
    font-size: 15px;
}

.inputfiles {
    width: 50%;
}

.cardbox2 {
    padding: 20px 30px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1px solid gray;
    padding-bottom: 70px;
}

.radioincluded {
    display: flex;
    gap: 20px;
}

.radioincluded input {
    width: fit-content !important;
}

.radioincluded li {
    list-style: none;
}

.inputfiles input,
.inputfiles select {
    outline: none;
    border: none;
    border: 1px solid lightgray;
    padding: 5px 15px;
    
    width: 100%;
    font-size: 15px;
    color: gray;
    font-weight: 200;
    line-height: normal;
    margin: 0;
}

.inputfiles select {
    padding: 8px;
}

.rowmine {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}

.rowmine select {
    width: 50%;
}

.inputcontent span {
    color: red;
    font-weight: bold;
}

.rowmine .col6 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.col6 .times {
    color: gray;
    font-size: 15px;
}

.times span {
    color: red;
    font-size: 15px;
}

.notespoint {
font-family: "p_medium";
    font-size: 15px;
}

.custmpadding {
    padding-left: 40px;
}

.inputcontentspacial p {
    font-size: 10px;
    margin: 0;
    font-weight: 600;
}

.customdropdown button {
    outline: none;
    border: none;
    border: 1px solid lightgray;
    padding: 6px 15px 3px 15px;
    
    width: 100%;
    font-size: 15px;
    color: gray;
    font-weight: 200;
    background: white;
    text-align: left;
}

.customdropdown .dropdown-menu {
    display: none;
}

.dropdown-menu.show {
    display: block !important;
}


/* --------checkbox -------------------*/

.customcheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.customcheck:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.customcheck input:checked~.checkmark {
    background-color: #012c5f;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.customcheck input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.customcheck .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


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



@media screen and (max-width:930px) {
    .firstcardbox {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        background: #efefef;
        padding: 15px 20px;
       
        margin-top: 30px;
        margin-bottom: 30px;
        flex-direction: column;
        gap: 14px;
    }

    .expirywarning {
        width: 100%;
    }

    .caraicons {
        width: 100%;
    }

    .registraitondetials {
        width: 100%;
    }

    .listcard {
        display: flex;
        flex-direction: column;
        width: calc(25% - 15px);
    }

    .hourmin {

        margin-left: -80px;
    }



}


@media screen and (max-width:420px) {
    .listcard {
        display: flex;
        flex-direction: column;
        width: calc(50% - 5px);
    }

    .carddetailsfirst {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding: 10px 15px;
        padding-bottom: 25px;
        border-bottom: 1px solid gray;
    }

    .cardbox2 {
        padding: 20px 7px;
        margin-bottom: 15px;
        margin-left: 0;
        margin-right: 0;
        border-bottom: 1px solid gray;
        padding-bottom: 70px;
    }

    .inputoptionbox {
        display: flex;
        padding: 10px 0;
        flex-direction: column;
    }

    .inputcontent {
        width: 100%;
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .inputfiles {
        width: 100%;
    }

    .custmpadding {
        padding-left: 13px;
    }

    .titleclaim {
        font-size: 22px;
        margin: 20px auto;
        margin-top: 50px;
        font-weight: 600;
    }

    .renewbtn {
        border: 1px solid gray;
        margin-left: -2px;
    }

    .listcard b {

        font-size: 14px;

    }

    .hourmin {
        margin-left: 0;
    }

}

/* ***************************** */

a.disabled {
    /* Make the disabled links grayish*/
    color: #fff !important;
    /* And disable the pointer events */
    pointer-events: none !important;
    background-color: #DADADA !important;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
    border-top: none !important;
}
.datepicker td, .datepicker th{
    font-size: 12px;
    padding: 3px;
}