.row {
    --bs-gutter-x: 0rem !important;
}

.left-loin-img {
    height: 100vh;
    object-fit: cover;
    background-color: #c1c7d0;
}

.hr-line-color {
    height: 0.5px;
    color: #c1c7d0;
    margin-top: 32px;
}

.log-in-bg {
    background-color: #023047;
    padding: 30px;
}

.time-wishes {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin-top: 40px;
}

.see-again-txt {
    margin-top: -10px;
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}

.login-input {
    width: 100%;
    padding: 8px 8px 8px 16px;
    border-radius: 5px;
    border: none;
}

.login-txt {
    color: white;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
}

.remember-me-txt {
    color: #fff;
    margin-left: 8px;
}

.forgot-pass {
    color: #ffaa29;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin-top: auto;
}

.sign-inn-btn {
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #ffaa29;
    color: #023047;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    border: none;
}

/* togggle */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #ffaa29;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(20px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

.sign-up-txt {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #ffaa29;
    margin-left: 8px;
    cursor: pointer;
}

.dont-have-acc {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

/* Registration */

.reg-body {
    background-color: #f0f4f7;
    font-family: "Roboto", sans-serif;
}

.row {
    --bs-gutter-x: 0rem !important;
}

.reg-signup-txt {
    color: #023047;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    margin-top: 20px;
}

.rt-registeration {
    background: #ffaa29;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-para-rt-reg {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #023047;
}

.rt-head-txt {
    text-align: center;
    margin-top: 20px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    color: #023047;
}

.item-rt-img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.lt-sub-para {
    margin-top: 15px;
    color: #023047;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 35px;
}

/* registration slider */

.owl-carousel .owl-dots.disabled {
    display: block !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots span {
    width: 16px;
    height: 16px;
    background: #023047 !important;
}

.owl-dot:hover {
    background-color: none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    background: #fff !important;
}

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

.custom-form-group {
    position: relative;
    margin-bottom: 1rem;
    margin-top: 30px;
}

.custom-form-control {
    font-size: 16px;
    border: 1px solid #79747e;
    width: 100%;
    height: 56px;
    border-radius: 6px;
    padding: 10px 50px 10px 15px;
}

.custom-form-label {
    position: absolute;
    top: 16px;
    left: 15px;
    color: #495057;
    transition: top 0.3s, font-size 0.3s;
}

.custom-form-control:focus + .custom-form-label,
.custom-form-control:not(:placeholder-shown) + .custom-form-label {
    top: -10px;
    font-size: 14px;
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
}

.custom-icon {
    position: absolute;
    top: 16px;
    float: right;
    right: 20px;
    display: none;
}

.privacy-txt-blue {
    color: #0d99ff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.privacy-txt {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #023047;
    margin-top: 20px;
}

.create-acc-btn {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    width: 100%;
    border-radius: 6px;
    background: #ffaa29;
    border: none;
    color: #023047;
    height: 40px;
    margin-top: 25px;
}

.login-reg {
    color: #0d99ff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.already-acc-txt {
    margin-top: 18px;
    color: #023047;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}

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

.reg-active-tab {
    color: #023047 !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.reg-tab {
    width: 200px;
    color: #c1c7d0;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.lines {
    margin-top: 10px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
}

.active-lines {
    border-bottom: 2px solid #023047;
    width: 200px;
}

.center-tabs-txt {
    display: flex;
    justify-content: space-around;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.def-line {
    width: 200px;
    border-bottom: 2px solid #ffffff;
}

.card-top-reg {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 650px;
    max-height: 100%;
}
.login-page-error {
    margin-top: 14px;
}
.a-tag {
    text-decoration: none;
}

/* check box */
.container-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 16px;
    width: 15px;
    border-radius: 2px;
    background-color: #eee;
}

.container-check:hover input ~ .checkmark {
    background-color: #ccc;
}

.container-check input:checked ~ .checkmark {
    background-color: #023047;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container-check input:checked ~ .checkmark:after {
    display: block;
}

.container-check .checkmark:after {
    left: 5.3px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* otp */
.otp-number {
    font-weight: 700;
    color: #023047;
    font-size: 24px;
    font-style: normal;
    text-align: center;
    height: 60px;
    width: 60px;
    padding: 19.129px 0px 19px 0px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 10px;
    border: 1px solid #023047;
    margin-right: 32px;
}

.otp-validation-num {
    display: flex;
    justify-content: center;
    margin-top: 64px;
    margin-bottom: 64px;
}

.validation-continue-btn {
    height: 40px;
    width: 100%;
    justify-content: center;
    border-radius: 3px;
    background: #ffaa29;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.05);
    color: #023047;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    border: none;
}

.back-btn {
    text-align: center;
    color: #023047;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-decoration-line: underline;
    cursor: pointer;
    margin-top: 14px;
}
.back-btn-dealer {
    text-align: center;
    color: #023047;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-decoration-line: underline;
    cursor: pointer;
    margin-top: 14px;
}

.verify-sec {
    margin-top: 10rem;
}

.txt-top-val {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 70%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #023047;
}

.user-gamil-validation {
    font-size: 16px !;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 100%;
}

/*   <!-- plans --> */

.monthly-plans-top {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}

.pay-monthly-txt {
    cursor: pointer;
    display: flex;
    width: 150px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    /* background-color: #023047; */
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    /* font-weight: 700; */
    font-weight: 400;
    line-height: normal;
    /* color: #ffffff; */
    color: #023047;
    border-radius: 5px;
}

.yearly {
    cursor: pointer;
    color: #023047;
    border-radius: 4px;
    background: #ebeff0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding-left: 28px !important;
    padding-right: 28px;
}

.card-offers {
    height: 500px;
    padding: 32px;
    border-radius: 4px;

    margin: 0 8px 0 8px !important;
}
.card-offers1 {
    height: 500px;
    padding: 32px;
    border-radius: 3px;
}

.left-icon-tick {
    margin-right: 8px;
}

.offer-first-top-mg {
    margin-top: 32px;
}

.offer-top-mg {
    margin-top: 12px;
}

.basic-plan-txt {
    color: #023047;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.offer-cost {
    color: #023047;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    margin-right: 8px;
}

.month-edit-txt {
    color: #023047;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.offer-sub-txt {
    color: #023047;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.plan-button {
    margin-top: 2rem;
    display: flex;
    width: 100%;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: #023047;
    color: #ffaa29;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    border: none;
}

.popular-button {
    background-color: #fff;
    border-radius: 3px;
    display: flex;
    padding: 6px 8px;
    justify-content: center;
    align-items: center;
    color: #181059;

    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.24px;
}

.active-plan {
    background-color: #023047 !important;

    padding-bottom: 20px;
    height: 510px;
}
.active-plan1 {
    background-color: #023047 !important;
    margin: 0 8px 0 8px !important;
    padding-bottom: 20px;
    height: 216px;
}
.button-height {
    padding-bottom: 20px;
    height: 216px;
}
.active-plan .active-plan-txt {
    color: #fff !important;
}
.active-plan1 .active-plan-btn1 {
    margin-top: 1.5rem !important;
    background-color: #ffaa29;
    color: white;
    padding: 10px;
    width: 100%;
}

.active-plan .active-plan-btn {
    margin-top: 2.5rem !important;
    background-color: #ffaa29;
    color: white;
    padding: 10px;
    width: 100%;
}

.most-popular-plan {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.active-plan svg circle {
    fill: #ffaa29;
}

.active-plan svg path {
    fill: white;
}
.custom-form-group-dealer-info {
    position: relative;
    margin-bottom: 1rem;
}
.user-deatails-first {
    margin-top: 50px;
    display: flex;
    align-items: center;
    height: 100%;
}
.dealers-info-txt {
    padding-bottom: 20px;
    font-size: 32px;
    text-align: center;
    color: #023047;
}
.same-details {
    padding-bottom: 15px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #023047;
}
.dealer-next-info {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    width: 100%;
    border-radius: 6px;
    background: #ffaa29;
    border: none;
    color: #023047;
    height: 40px;
    margin-top: 25px;
}
.dealer-next-info-submit {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    width: 100%;
    border-radius: 6px;
    background: #ffaa29;
    border: none;
    color: #023047;
    height: 40px;
    margin-top: 20px;
}
/*    <!-- payment body --> */

.custom-form-group-new {
    position: relative;
    margin-top: 16px;
}

.payment-top-mg {
    margin-top: 50px;
}

.payment-top-txt {
    color: #023047;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}

.total-payment-txt {
    color: #023047;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.next-bill-txt {
    color: #023047;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.mg-input-pay {
    margin-right: 10px;
}

.payment-afterplan {
    margin-top: 16px;
    border: none;
    height: 40px;
    color: #023047;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    border-radius: 3px;
    background: #ffaa29;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.05);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-to-chooseplan {
    margin-top: 16px;
    color: #023047;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-decoration-line: underline;
    cursor: pointer;
}

.progress-bg-loading {
    background: var(--Yellow, #ffaa29);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.desk-view-progress-para {
    width: 380px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #000;
}

.progress-head {
    text-align: center;
    margin: 35px;
}

.progress-bar-loading {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.loader {
    /* border: 6px solid #3ae180;
    border-radius: 50%;
    border-top: 6px solid #e7f6fe; */
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
