/*
Theme Name: jqueryui-com
Template: jquery
*/

/* changed by harsh start*/

/* 21-02-2025 starts */
.info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: white;
    color: #004ca8;
    border-radius: 50%;
    border: 1px solid white;
    font-size: 14px;
    margin-left: 5px;
}

/* 21-02-2025 ends */

/* 20-02-2025 starts */

/* Ensure carousel container is positioned properly */
/* Ensure the carousel container is positioned properly */
/* Ensure the carousel container is properly positioned */
#cardCarousel {
    position: relative;
}

/* Adjust image size to fit between navigation buttons */
.carousel-inner img {
    width: 80%;
    /* Adjust width as needed */
    height: auto;
    /* Maintain aspect ratio */
    display: block;
    margin: auto;
}

.custom-icon {
    filter: invert(20%) sepia(85%) saturate(5000%) hue-rotate(210deg) brightness(70%) contrast(120%);
}


/* Align navigation buttons vertically in the middle of the images */
.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    /* Adjust button size if needed */
    height: 40px;
}

/* Ensure prev button stays to the left */
.carousel-control-prev {
    left: 0px;
}

/* Ensure next button stays to the right */
.carousel-control-next {
    right: 0px;
}

/* Center the pagination dots below the images */
.carousel-indicators {
    position: absolute;
    bottom: -90px;
    /* Adjust to move dots further below */
    left: 48%;
    transform: translateX(-100%);
    display: flex;
    gap: 8px;
    /* Add spacing between dots */
}

/* Style the pagination dots */
.carousel-indicators button {
    width: 12px !important;
    /* Make dots circular */
    height: 12px !important;
    border-radius: 50%;
    background-color: #777777 !important;
    /* Default inactive dot color */
    border: none;
    transition: background-color 0.3s ease-in-out;
}

/* Active (selected) dot style */
.carousel-indicators .active {
    background-color: #004ca8 !important;
    /* Active dot color */
}





.custom-table,
.custom-table-no-spacing {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.custom-table-no-spacing tr:first-child td {
    width: 100% !important;
    text-align: center;
    white-space: nowrap;
}

.custom-table {
    border-spacing: 0px 6px;
    border-collapse: separate;
}

.custom-table-no-spacing {
    border-spacing: 0px;
    border-collapse: collapse;
}

.custom-table td,
.custom-table th,
.custom-table-no-spacing td,
.custom-table-no-spacing th {
    width: 20%;
    text-align: center;
    padding: 10px;
    font-size: 1rem;
    border: none;
    position: relative;
}

@media (max-width: 1024px) {

    .custom-table td,
    .custom-table th,
    .custom-table-no-spacing td,
    .custom-table-no-spacing th {
        font-size: 0.9rem;
        padding: 8px;
    }
}

@media (max-width: 900px) {

    .custom-table td,
    .custom-table th,
    .custom-table-no-spacing td,
    .custom-table-no-spacing th {
        font-size: 0.85rem;
        padding: 6px;
    }
}

@media (max-width: 768px) {
    .col-md-6 {
        width: 100%;
        display: block;
    }

    .custom-table,
    .custom-table-no-spacing {
        display: table;
        font-size: 0.8rem;
    }

    .custom-table-no-spacing tr:first-child td {
        display: table-cell;
        width: 100% !important;
        text-align: center;
        font-size: 0.85rem;
    }

    .custom-table tr:nth-child(2) td,
    .custom-table-no-spacing tr:nth-child(2) td {
        display: table-cell !important;
        width: 50%;
        text-align: center;
    }

    .custom-table td[colspan="2"],
    .custom-table-no-spacing td[colspan="2"] {
        min-width: 50% !important;
        display: table-cell !important;
    }

    .custom-table td[rowspan="2"],
    .custom-table-no-spacing td[rowspan="2"] {
        width: 20% !important;
        white-space: nowrap;
        text-align: center;
    }

    .custom-table td,
    .custom-table th,
    .custom-table-no-spacing td,
    .custom-table-no-spacing th {
        padding: 5px;
    }
}

.custom-shadow th,
.custom-shadow td {
    box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.border-right-white::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 2px;
    background-color: #777777;
}

.custom-table tr:not(:last-child) td.border-right-white::after,
.custom-table-no-spacing tr:not(:last-child) td.border-right-white::after {
    top: 0px;
    bottom: -8px;
}

/* 20-02-2025 ends */

/* changes start on 17-02-2025 */
.new-wrapperA {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px !important;
}

#btnremove {
    margin-left: auto;
    background: transparent;
    /* border: 1px solid #004ca8; */
    padding: 5px 10px;
    color: #004ca8;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
}

/* changes end on 17-02-2025 */


.incomeValidate {
    width: 100px;
    height: 40px;
    font-size: 16px;
    /* font-family: 'Geometos'; */
    background-color: #004ca8;
    color: #fff;
    margin: 18px;
    padding: 0;
    /* float: right; */
    cursor: pointer;
    border-radius: 0.5rem;
    box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.1);
}

.incomeValidateOtp {
    width: 100px;
    height: 40px;
    font-size: 16px;
    /* font-family: 'Geometos'; */
    background-color: #004ca8;
    color: #fff;
    margin: 18px;
    padding: 0;
    /* float: right; */
    cursor: pointer;
    border-radius: 0.5rem;
    box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.1);
}

.incomeValidateOtp-dis {
    width: 100px;
    height: 40px;
    font-size: 16px;
    /* font-family: 'Geometos'; */
    background-color: #004ca8;
    color: #fff;
    margin: 18px;
    padding: 0;
    /* float: right; */
    cursor: pointer;
    border-radius: 0.5rem;
    box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.1);
}



.incomeSendOtp {
    width: 100px;
    height: 40px;
    font-size: 16px;
    /* font-family: 'Geometos'; */
    background-color: #004ca8;
    color: #fff;
    margin: 18px;
    margin-bottom: 0px;
    padding: 0;
    /* float: right; */
    cursor: pointer;
    border-radius: 0.5rem;
    box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.1);
}

.incomeSendOtp-dis {
    width: 100px;
    height: 40px;
    font-size: 16px;
    /* font-family: 'Geometos'; */
    background-color: #004ca8;
    color: #fff;
    margin: 18px;
    margin-bottom: 0px;
    padding: 0;
    /* float: right; */
    cursor: pointer;
    border-radius: 0.5rem;
    box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.1);
}

.incomeResendOtp {
    width: 100px;
    height: 40px;
    font-size: 16px;
    /* font-family: 'Geometos'; */
    background-color: #004ca8;
    color: #fff;
    margin: 18px;
    margin-bottom: 0px;
    /* margin-top: 0px; */
    padding: 0;
    /* float: right; */
    cursor: pointer;
    border-radius: 0.5rem;
    box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.1);
}


.usernameField input::placeholder {
    font-size: 16px;
    padding: 10px;
}

.select-income-proof input::placeholder {
    font-size: 16px;
    padding: 10px;
}

.otpField input::placeholder {
    font-size: 16px;
    padding: 10px;
}

/* .otpField input{
    padding: 2px;
    font-size: 16px !important;
} */


.table-border {
    border: 1px solid transparent;
    border-radius: 1rem;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}

.gradient-background {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(127, 233, 255, 0.27512254901960786) 100%);
}

.h1-heading {
    position: relative;
}

.h1-heading::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: .25rem;
    width: 7.25rem;
    border-radius: 1rem;
    background-color: #fd7e14;
}

.faq-accordion {
    max-width: 62.5rem;
}

.faq-accordion .accordion-item {
    border-color: var(--brand-blue);
}

.accordion-button {
    background-color: transparent;
    font-family: var(--ff-vag-bold);
    color: var(--grey-dark);
    font-size: clamp(1rem, 0.8628rem + 0.5854vw, 1.375rem);
    padding: 1rem .5rem;
}

.faq-accordion .accordion-item .accordion-body {
    padding: 0 .5rem 1rem;
    font-size: clamp(0.875rem, 0.7835rem + 0.3902vw, 1.125rem);
    color: var(--grey-light);
    line-height: 1.2;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: var(--brand-blue);
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
    background-image: url('/NischeTerm/Images/down.svg');
}

.accordion-button:not(.collapsed)::after {
    rotate: 180deg;
}

.accordion-button {
    padding: 1.25rem .5rem;
}

.faq-accordion .accordion-item .accordion-body {
    padding: 0 .5rem 1.25rem;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1.5rem;
}

.form-group .form-control::placeholder,
.form-group .form-select::placeholder {
    color: black;
}

.rounded-shadow {
    border-radius: 0.5rem;
    box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.1);
}

.extra-rounded-container {
    border-radius: 4rem;
}

.active-highlight {
    color: #fff;
    background-color: #004ca8;
}

.payout-option {
    background-color: #ffffff;
    color: #000000;
    transition: background-color 0.3s, color 0.3s;
}

input[type="radio"]:checked+.payout-option {
    background-color: #004ca8;
    color: white;
    border-color: #007bff;
}

.custom-nav-tabs-wrapper .form-group {
    transition: all 0.3s ease-in-out;
    background-color: #f8f9fa;
    box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.1);
}

.custom-nav-tabs-wrapper .form-group:hover {
    background-color: white !important;
    transform: scale(1.05);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}

.custom-nav-tabs-wrapper .form-group span {
    transition: color 0.3s ease-in-out;
}

.custom-nav-tabs-wrapper .form-group:hover span {
    color: #000;
    /* Change text color to black on hover */
}

#landLineNo::placeholder {
    color: black !important;
}

#AadharNo::placeholder {
    color: black !important;
}

#employeeNo::placeholder {
    color: black !important;
}


/* changed by harsh end*/

a,
.title {
    color: #b24926;
}

#content a:hover {
    color: #333;
}

#banner-secondary p.intro {
    padding: 0;
    float: left;
    width: 50%;
}

#banner-secondary .download-box {
    border: 1px solid #aaa;
    background: #333;
    background: -webkit-linear-gradient(left, #333 0%, #444 100%);
    background: linear-gradient(to right, #333 0%, #444 100%);
    float: right;
    width: 40%;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

#banner-secondary .download-box h2 {
    color: #71d1ff;
    font-size: 26px;
}

#banner-secondary .download-box .button {
    float: none;
    display: block;
    margin-top: 15px;
}

#banner-secondary .download-box p {
    margin: 15px 0 5px;
}

#banner-secondary .download-option {
    width: 45%;
    float: left;
    font-size: 16px;
}

#banner-secondary .download-legacy {
    float: right;
}

#banner-secondary .download-option span {
    display: block;
    font-size: 14px;
    color: #71d1ff;
}

#content .dev-links {
    float: right;
    width: 30%;
    margin: -15px -25px .5em 1em;
    padding: 1em;
    border: 1px solid #666;
    border-width: 0 0 1px 1px;
    border-radius: 0 0 0 5px;
    box-shadow: -2px 2px 10px -2px #666;
}

#content .dev-links ul {
    margin: 0;
}

#content .dev-links li {
    padding: 0;
    margin: .25em 0 .25em 1em;
    background-image: none;
}

.demo-list {
    float: right;
    width: 25%;
}

.demo-list h2 {
    font-weight: normal;
    margin-bottom: 0;
}

#content .demo-list ul {
    width: 100%;
    border-top: 1px solid #ccc;
    margin: 0;
}

#content .demo-list li {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 0;
    background: #eee;
}

#content .demo-list .active {
    background: #fff;
}

#content .demo-list a {
    text-decoration: none;
    display: block;
    font-weight: bold;
    font-size: 13px;
    color: #3f3f3f;
    text-shadow: 1px 1px #fff;
    padding: 2% 4%;
}

.demo-frame {
    width: 70%;
    height: 350px;
}

.view-source a {
    cursor: pointer;
}

.view-source>div {
    overflow: hidden;
    display: none;
}

@media all and (max-width: 600px) {

    #banner-secondary p.intro,
    #banner-secondary .download-box {
        float: none;
        width: auto;
    }

    #banner-secondary .download-box {
        overflow: auto;
    }
}

@media only screen and (max-width: 480px) {
    #content .dev-links {
        width: 55%;
        margin: -15px -29px .5em 1em;
        overflow: hidden;
    }
}



.disclmrBox {
    border: solid;
    border-width: 1px;
    padding-left: 5px;
}


/* new responsive */
@media screen and (max-width: 768px) {
    .custom-top-padding {
        padding-top: 20px;
    }

    .left-section {
        text-align: center;
        margin-bottom: 20px;
    }

    .left-section h1 {
        font-size: 28px !important;
        line-height: 1.2;
    }

    .left-section img {
        max-width: 80%;
        height: auto;
    }

    .right-section {
        padding: 15px;
    }

    .form-card {
        padding: 15px;
    }

    .extra-rounded-container {
        border-radius: 1.5rem;
    }

    .form-group {
        width: 100%;
        margin-bottom: 15px;
    }

    .form-control,
    .form-select {
        width: 100%;
        font-size: 14px;
        padding: 10px;
    }

    .btn {
        width: 100%;
        padding: 12px;
        font-size: 16px;
    }

    .custom-control-label {
        font-size: 12px;
    }

    .main-sub-title {
        font-size: 10px !important;
    }

    #resendButton {
        text-align: center;
    }

    .container-fluid {
        padding: 0 10px;
    }

    .row {
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .text-center {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        /* Adds space between buttons */
    }

    .text-center button {
        width: 80%;
        /* Makes buttons wider for better tapability */
    }
}

@media screen and (max-width: 768px) {
    .form-group.bg-light-blue {
        display: flex;
        flex-direction: column;
        /* Stack elements vertically */
        align-items: center;
        height: auto !important;
        /* Allow height to adjust */
        padding: 12px !important;
    }

    .form-group.bg-light-blue .col-sm-12 {
        width: 100%;
        text-align: center;
    }

    .form-group.bg-light-blue .col-sm-12 div {
        flex-direction: column !important;
        /* Stack label & input */
        align-items: center;
        width: 100%;
    }

    /* Label Adjustments */
    .form-group.bg-light-blue label {
        width: 85% !important;
        /* Increase width so it fits in one line */
        font-size: 16px !important;
        /* Reduce font size slightly */
        margin-bottom: 5px;
        text-align: center;
    }

    /* Input Field Adjustments */
    .form-group.bg-light-blue input {
        width: 155% !important;
        /* Increase input width */
        font-size: 14px !important;
        /* Reduce font size */
        padding: 8px !important;
        border-radius: 10px;
        text-align: center;
    }

    /* Small Tag (Discount Message) Adjustments */
    .form-group.bg-light-blue small {
        width: 90% !important;
        /* Increase width */
        font-size: 12px !important;
        /* Keep it readable */
        text-align: center;
        display: block;
        margin-top: 5px;
    }
}

@media screen and (max-width: 768px) {
    .custom-top-padding {
        padding-top: 2rem !important;
    }

    .top-banner-bg {
        background-size: cover;
        background-position: center;
    }

    .form-card {
        padding: 1.5rem;
    }

    .table-border {
        padding: 1.5rem !important;
        padding-bottom: 3rem !important;
        width: 100%;
    }

    /* General form text adjustments */
    .font-weight-bold {
        font-size: 16px !important;
        /* Reduce header size */
    }

    h3.box-heading {
        font-size: 18px !important;
        /* Reduce box heading size */
    }

    label {
        font-size: 14px !important;
        /* Adjust label size */
        text-align: center;
        display: block;
    }

    /* Range input styles */
    .range-slider-wrapper input {
        width: 100% !important;
    }

    .range-value input {
        font-size: 14px !important;
    }

    .detection p {
        font-size: 12px !important;
    }

    /* Select box styles */
    .form-select {
        font-size: 14px !important;
        padding: 8px !important;
    }

    /* Premium Amount Section */
    .bg-light-blue {
        flex-direction: column !important;
        height: auto !important;
        padding: 12px !important;
        align-items: center;
        text-align: center;
    }

    .bg-light-blue label {
        width: 100%;
        font-size: 16px !important;
    }

    .bg-light-blue input {
        width: 100% !important;
        font-size: 14px !important;
        padding: 8px !important;
    }

    .bg-light-blue small {
        font-size: 12px !important;
        width: 100%;
    }

    /* Button Adjustments */
    .btn {
        font-size: 18px !important;
        width: 90% !important;
        padding: 10px !important;
        margin-top: 5px;
    }

    .text-center .btn {
        display: block;
        margin: auto;
    }
}

@media (max-width: 768px) {

    .summary2container {
        padding: 0 !important;
    }

    .insuranceDetail {
        text-align: center !important;
        width: 100%;
    }

    .download {
        padding: 0 !important;
        height: auto !important;
    }

    .checkbox-content {
        text-align: justify !important;
    }

    .form-row.wrapperA {
        margin-left: 0 !important;
        /* Remove extra margin for smaller screens */
        padding: 0;
    }

    .declaration-label {
        font-size: 14px !important;
        /* Reduce font size for better fit */
        display: block;
        text-align: left !important;
        /* Align text for better readability */
    }

    .check-box {
        padding: 5px;
    }
}


@media (max-width: 576px) {
    .headerSection {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .digiterm {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .ayushman-small {
        text-align: left !important;
    }

    .investigatedContainer {
        text-align: justify !important;
    }

    .justifyContainer {
        text-align: justify !important;
    }

    .zero-margin {
        margin-bottom: 1rem !important;
    }

    .no-margin {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    .upload-label {
        /* padding-left: 0	 !important; */
        text-align: left;
    }

    .text-align-center-container {
        text-align: center !important;
    }

    .headerSection>div {
        width: 100%;
        max-width: 90%;
        text-align: center;
    }

    .documentUploading {
        padding: 0 !important;
    }

    .wrapper-document-uploading {
        margin-right: 0 !important;
    }

    .file-upload-input {
        width: calc(100% - 120px) !important;
        /* margin-bottom: 2rem !important; */

    }

    .incomeProof {
        width: calc(100% - 120px) !important;
    }

    .file-upload-button {
        margin-top: 1.4rem;
        margin-right: 0 !important;
        margin-left: 1rem !important;
    }

    #arrowIcon {
        display: none;
    }

    .incomeValidateOtp {
        position: absolute;
        top: 167px;
    }

    .incomeValidate {
        position: absolute;
        top: 177px;
    }

    .otpinputField {
        margin-top: 1rem;
    }

    .incomeSendOtp {
        position: absolute;
        top: 110px;
    }

    .incomeSendOtp-dis {
        position: absolute;
        top: 68px;
    }

    .incomeResendOtp {
        position: absolute;
        top: 112px;
    }

    .incomeValidateOtp-dis {
        position: absolute;
        top: 132px;
    }

    .validation-msg-income {
        position: absolute;
        top: 200px;
        left: 12px;
        break-after: left;
    }

    .disabled-field {
        width: calc(100% - 120px) !important;
        margin-bottom: 1.5rem !important;
        font-size: 1px !important;
    }

    .disabled-field::placeholder {
        font-size: 10px !important;
        padding-left: 0 !important;
    }

    .password-field {
        margin-bottom: 1.5rem !important;
    }

    .password-field::placeholder {
        padding-left: 0 !important;
    }

    .phoneNumber-field::placeholder {
        padding-left: 0 !important;
    }

    .username-field::placeholder {
        padding-left: 0 !important;
    }

    .medical-schedular {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    /* added here 17-02-2025 */

    #btnremove {
        margin-bottom: 10px !important;
    }

    .zero-margin-bottom {
        margin-bottom: 0 !important;
    }

    /* ends here 17-02-2025 */

}

@media (max-width: 576px) {
    .wM100 {
        width: 100% !important;
        /* Ensures full width */
    }

    .plM0 {
        padding-left: 0 !important;
        /* Removes left padding if necessary */
    }

    .wrapperA .form-control {
        width: 100% !important;
        /* Ensures input field takes full width */
    }
}


@media (max-width: 576px) {
    .custom-input-container {
        width: 100% !important;
    }

}

@media (max-width: 576px) {
    .price-container {
        position: relative !important;
        display: flex;
        flex-direction: row !important;
        gap: 5px;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        width: 100%;
        top: -27px;

    }

    #originalPrice,
    #discountedPrice {
        position: relative !important;
        font-size: 14px !important;
        white-space: nowrap;
        margin-top: 0 !important;
    }
}

/* new styles */

.sample-illustrations-content {
    display: grid;
    gap: 1rem;
}

.sample-illustrations-body-heading {
    color: #004ca8;
    font-size: 1.125rem;
    font-family: 'Geometos';
}

.sample-table-wrapper {
    min-width: 0;
}

table.sample-table td {
    border-collapse: collapse;
    border-block: .25rem solid #f0f9ff;
    white-space: nowrap;
}

table.sample-table {
    border: 1px solid #777777 !important;
    text-align: center;
}

table.sample-table tbody {
    background-color: #ffffff;
}

table.sample-table th {
    padding: .75rem 1rem;
    font-size: clamp(0.875rem, 0.838rem + 0.1852vw, 1rem);
}

table.sample-table td {
    padding: .5rem 1rem;
    font-size: clamp(0.875rem, 0.838rem + 0.1852vw, 1rem);
}

.faq-table table th,
.faq-table table td {
    font-size: clamp(0.875rem, 0.838rem + 0.1852vw, 1rem);
}

.selected-plan-text {
    font-size: clamp(1rem, 0.8519rem + 0.7407vw, 1.5rem);
    font-weight: bold;
}

/* new styles */
@media screen and (min-width: 992px) {
    .sample-illustrations-content {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
    }

    .sample-illustrations-body-heading {
        font-size: 1.25rem;
    }

    .sample-illustrations-body-grid {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
}