﻿/** {
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
}*/
/** {
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}
*/

.nav-link.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.total {
   /* display: grid;
    grid-template-columns: 1fr 1fr;*/
    width: 100%;
    background-color:#f9f9f9;
    display:flex;
    justify-content:center;
    column-gap:90px;
} .leftpart {
  /*  margin-left: 200px;*/
    margin-top: 90px;
    color: brown;
}
.leftparth3 {
    font-size: 20px;
    font-weight: bold;
    color: #923D81;
} 
.leftparth1 {
    font-size: 30px;
    font-weight: bold;
    color: #923D81;
} /*.imagespacing {
    display: flex;
    margin-right: 100px;
}*/ .leftimage {
    width: 410px;
    height: 520px;
} .security-shield {
    height: 55px;
    margin-top: 5px;
} p {
    margin-bottom: 0px;
}
.lastcard {
    border: 1px solid #ccc;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(1, 1, 1, 0.2);
    padding: 12px;
    width: 400px;
    width: fit-content;
    display: flex;
    flex-direction: column;
    margin-top: -35px;
    margin-left: 35px
} #plandetails {
    display: flex;
    color: #CA1F34;
    column-gap: 5px;
    cursor: pointer;
} .rightpart-card2 {
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 24px;
    box-shadow: 0 2px 5px rgba(1, 1, 1, 0.2);
    width: 400px;
    margin-top: 95px;
    margin-bottom: 50px;
    background-color: #ffffff;
} .card2-content {
    padding: 10px 10px 10px 5px;
} .ui-widget-content {
    border: none;
} .form-group {
    margin: 20px 0px;
    height: 42px;
} .btn-danger {
    margin-left: 5%;
    width: 17rem;
    margin-top: 20px;
} .check-box-text {
    color: red;
} li {
    border: none !important;
    background-color: none !important;
    background: none !important;
    color: black !important;
} .ui-tabs-anchor {
    color: #333 !important;
} .ui-tabs-anchor:focus {
        text-decoration: underline !important;
        color: red !important;
    } .nav-link {
    border: none !important;
    color: rgb(85, 80, 80) !important;
} .nav-tabs {
    border-bottom: none;
    background: none !important;
    border: none !important;
} .nav-link.active {
    border-bottom: 3px solid #C00000 !important;
    color: #C00000 !important;
} .form-check-input:checked {
    background-color: darkred !important;
    border-color: darkred !important;
} .otp {
    display: flex;
    align-items: center;
    justify-content: center;
} .otp-input-container {
    display: flex;
} #close {
    margin-left: 0%;
    width: 6rem;
    margin-top: 0px;
    background-color: #ca1f34;
} .custom-border-radius {
    border-radius: 10px;
} .form-control {
    border-radius: 10px !important;
} .form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
    height: 46px !important;
    min-height: 15px !important;
} .lable {
    top: -5px;
    left: 0;
    transition: all 0.2s ease-out;
} .form-floating > label {
    top: -5px !important;
    left: 0;
    transition: all 0.2s ease-out;
} .otp-input {
    width: 40px;
    margin-top: 10px;
    margin-left: 5%;
} #otp-model-text {
    margin-left: 100px;
} .otp-timer {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
} #verify-otp {
    width: fit-content;
    margin-left: 172px;
} .form-floating > .dob-input::placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
} .form-floating > .dob-input:focus::placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
} .form-floating > .form-control::placeholder {
    color: transparent;
} #verifyotp {
    margin-left: 91px;
} #resend-code {
    color: #ca1f34;
    cursor: pointer;
    margin-left: -70px;
} .stepper {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 30px;
} .step {
    text-align: center;
    padding: 10px;
    position: relative;
    cursor: pointer;
    color: #ccc;
    flex-grow: 1;
} .step.active {
        color: #28a745;
    } .step::before {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: #ccc;
        border-radius: 50%;
        top: -5px;
        left: 50%;
        transform: translateX(-50%);
    } .step.active::before {
        background-color: #28a745;
    } .step:not(:first-child)::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #ccc;
        top: 5px;
        left: -50%;
        z-index: -1;
    } .step.active ~ .step::after {
        background-color: #28a745;
    } .stepper::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    height: 2px;
    width: 0;
    background-color: #28a745;
    z-index: -2;
    transition: width 0.4s ease;
} .stepper.progress-1::before {
    width: 33.33%;
} .stepper.progress-2::before {
    width: 66.66%;
} .stepper.progress-3::before {
    width: 100%;
} input, input::placeholder {
    font: 13px sans-serif;
} #nextButtonmodel {
    background-color: transparent;
    color: #dc3545;
    border-color: #dc3545;
} #nextButtonmodel:hover {
        background-color: transparent;
        color: #dc3545;
        border-color: #dc3545;
    } #nextButtonmodel:focus {
        box-shadow: none;
    } .form-floating > .dob-input::placeholder {
        color: rgba(0, 0, 0, 0.5);
        opacity: 1;
     } .form-floating > .dob-input:focus::placeholder {
        color: rgba(0, 0, 0, 0.5);
        opacity: 1;
     } .form-floating > .form-control::placeholder {
        color: transparent;
     }
       #termsandcondition {
           margin-top:50px;
           width:600px
       }
      .lastpart {
          margin: 0px 41px 0px 68px;
          padding: 20px;
      }

@media only screen and (max-width: 550px) {
    .total {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .imagespacing {
        margin-right: 0px;
    }

    .leftpart {
        margin-left: 1px;
        margin-top: 60px;
    }

    .leftparth1 {
        font-size: 23px;
    }

    .leftparth3 {
        font-size: 14px;
        margin-bottom:0px;
    }

    .leftimage {
        max-width: 330px;
        height: 380px;
    }

    .rightpart-card1 {
        max-width: 341px;
        height: 90px;
        margin-top: 30px;
    }

    .rightpart-card2 {
        max-width: 341px;
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .form-group {
        margin: 15px 0px;
    }

    .otp-input {
        margin-left: 2%;
    }

    .otp-input-container {
        margin-left: 18px;
    }

    #otp-model-text {
        margin-left: 35px;
    }

    .otp-timer {
        display: flex;
        justify-content: flex-start;
    }

    #verify-otp {
        margin-left: 125px;
    }

    #verifyotp {
        margin-left: 30px;
    }

    #resend-code {
        margin-left: 0px;
    }
    #termsandcondition {
        margin-top: 0px;
        width: fit-content;
    }
    .lastpart {
        margin: 0px 0px 0px 0px;
      
    }
    .lastcard {
        margin-left:12px;
        margin-top:-13px;
        margin-bottom:18px;
    }
    } @media only screen and (min-width: 550px) and (max-width: 1000px) {

    .total {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .leftpart {
        margin-left: 1px;

    }

    .imagespacing {
        margin-right: 0px;
    }
    .leftparth3 {
        font-size:20px;
    }
    .leftparth1 {
        font-size:29px;
    }
    .leftimage {
        max-width: 400px;
        height: 400px;
    }

    .rightpart-card1 {
        max-width: 400px;
        height: 98px;
    }

    .rightpart-card2 {
        max-width: 400px;
        margin-top: 25px;
        margin-bottom: 30px;
    }
        .lastcard {
            margin-top: -5px;
            margin-bottom: 20px;
        }
} @media only screen and (min-width: 1000px) and (max-width: 1200px) {
    .total {
        margin-bottom: 604px;
        column-gap:30px;
    }

    .leftpart {
        margin-left: 37px;
    }

    .imagespacing {
        margin-right: 60px;
    }

    .rightpart-card1 {
        height: 100px;
    }

    .rightpart-card2 {
        height: 500px;
    }
}
@media only screen and (max-width: 820px) {
    .total {
        margin-top:31px
    }
}