@font-face {
    font-family: "Montserrat";
    src: url("/assets/montserrat-v25-latin/montserrat-v25-latin-300-f071d64a.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("/assets/montserrat-v25-latin/montserrat-latin-400-normal-c20facf8.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("/assets/montserrat-v25-latin/montserrat-v25-latin-500-08b3a264.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("/assets/montserrat-v25-latin/montserrat-latin-600-normal-1f884c83.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("/assets/montserrat-v25-latin/montserrat-latin-700-normal-ece67559.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

/* Global style starts here */
:root {
    --clr-theme-primary: linear-gradient(151.24deg,
            #f4e4cd 9.65%,
            #daa664 82.18%);
    /* --clr-theme-secondary: #147C41; */

    /* --clr-theme-accent1: #EDF1FF;
    --clr-theme-accent2: #4DB279;
    --clr-theme-accent3: #D9D9D9;
    --clr-theme-accent4: #F04141;
    --clr-theme-accent5: #49B776; */

    --clr-theme-text: #39271c;
    --clr-theme-text2: #000000;
    --clr-theme-text-light: rgba(148, 148, 148, 1);
    --clr-theme-text3: rgba(97, 82, 73, 1);
    --clr-theme-text3-1: rgba(90, 90, 90, 1);
    --clr-theme-text4: rgba(197, 128, 61, 1);
    --clr-theme-text5: rgba(251, 251, 251, 1);
    --clr-theme-text6: rgba(241, 221, 193, 1);
    --clr-theme-danger-light: rgba(244, 236, 235, 1);
    --clr-login-btn: #c5803d;
    --clr-logincrc-btn: #0e3939;
    --bg-primary-lighter: rgb(255, 246, 236);
    --text-black: rgba(0, 0, 0, 1);
    --text-black-light: rgba(58, 57, 57, 1);
    --clr-theme-text-gray: rgba(142, 141, 141, 1);
}

body {
    font-family: "Montserrat", sans-serif !important;
}

.btn-primary {
    background-color: var(--clr-login-btn) !important;
    border: none;
}

.btn-outline-dark {
    --bs-btn-hover-bg: var(--clr-login-btn);
    --bs-btn-hover-color: var(--clr-login-btn);
    color: var(--clr-login-btn);
}

.outline-warning-btn {
    --bs-btn-hover-bg: var(--clr-login-btn);
    --bs-btn-hover-color: #fff;
    color: var(--clr-login-btn);
    border: 1px solid var(--clr-login-btn);
}

.btn-primary:hover {
    background-color: var(--clr-login-btn);
}

.orange-text a {
    columns: var(--clr-login-btn);
}

.btn-dark {
    background: rgba(14, 57, 57, 1);
    color: #fff !important;
}

.img-div {
    background: linear-gradient(180deg, #fcfcfc 0%, #f1ddc1 100%);
    border-radius: 8px;
}

.wrapper-width {
    width: 450px;
}

.text-light-color {
    color: var(--clr-theme-text-light);
}

.text-primary {
    color: var(--clr-theme-text4) !important;
}

.text-primary-dark {
    color: var(--clr-theme-text2) !important;
}

.text-primary-light-dark {
    color: var(--clr-theme-text3) !important;
}

.text-primary-light-dark2 {
    color: var(--clr-theme-text3-1) !important;
}

.text-primary-darkbrown {
    color: var(--clr-theme-text) !important;
}

.text-black {
    color: var(--text-black);
}

.text-gray {
    color: var(--clr-theme-text-gray) !important;
}

.text-black-light {
    color: var(--text-black-light);
}

.bg-primary-lighter {
    background-color: var(--bg-primary-lighter) !important;
}

.bg-danger-light {
    background-color: var(--clr-theme-danger-light);
}

.fs-32-20 {
    font-size: 32px;
    font-weight: 600;
    line-height: 39px;
}

.fs-24-20 {
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
}

.fs-20-18 {
    font-size: 20px;
    font-weight: 400;
    line-height: 24.38px;
}

.fs-18-16 {
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
}

.fs-16-14 {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
}

.fs-14-12 {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

.fs-12-10 {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.car-main-logo {
    width: 155px !important;
}

@media (max-width: 767px) {
    .invalid-feedback {
        display: none;
        width: 100%;
        margin-top: 0.25rem;
        font-size: 80%;
        color: var(--bs-form-invalid-color);
    }

    .slide-div .owl-dots .owl-dot {
        background: rgb(241, 168, 95);
        border-radius: 12px !important;
        width: 6px !important;
        height: 6px !important;
        margin-right: 5px !important;
        padding: 0 !important;
    }

    .slide-div .owl-dots .owl-dot.active {
        width: 60px !important;
        padding: 0 !important;
        background: rgba(197, 128, 61, 1);
    }

    .fs-32-20 {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
    }

    .fs-24-20 {
        font-size: 20px;
        font-weight: 500;
        line-height: 24.38px;
    }

    .fs-20-18 {
        font-size: 18px;
        line-height: 21px;
        font-weight: 500;
    }

    .fs-18-16 {
        font-size: 16px;
        line-height: 19.5px;
    }

    .fs-16-14 {
        font-size: 14px !important;
        font-weight: 500;
        line-height: 21px;
    }

    .fs-14-12 {
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
    }

    .fs-12-10 {
        font-size: 10px;
        font-weight: 400;
        line-height: 14px;
    }

    .car-main-logo {
        width: 120px !important;
    }

    .f-red-circle-1 {
        width: 45px !important;
        height: 65px !important;
        top: 100px !important;
        right: 5px !important;
    }
}

@media (min-width: 1200px) {
    .form-inner-width {
        max-width: 376px !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 765px) {
    .main-row {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .w-38 {
        width: 100% !important;
    }

    .w-62 {
        width: 100% !important;
    }
}

.resend-otp-disabled {
    opacity: 0.4;
    pointer-events: none;
}

/******************CREATE ACCOUNT- PET OWNER STARTS*/
.selected {
    background-color: #c5803d !important;
    transition: all 0.4s ease;
}

.selected h6 {
    color: #fbfbfb !important;
}

.selected p {
    color: #f1ddc1 !important;
}

/*required for color changing on click*/
.account-type {
    display: flex;
    flex-direction: row;
    background-color: var(--bg-primary-lighter);
    border-radius: 10px;
    padding: 16px;
    gap: 8px;
}

/******************CREATE ACCOUNT- PET OWNER ENDS*/

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    margin: auto;
}

.carousal-featured-service-carma-logo {
    width: 126px !important;
}

@media (max-width: 767px) {
    .carousal-featured-service-carma-logo {
        width: 88px !important;
    }
}

.main-container {
    position: relative;
    background: linear-gradient(151.24deg, #f4e4cd 9.65%, #daa664 82.18%);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 25px;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-container .red-circle-1 {
    position: absolute;
    top: 3%;
    right: 40px;
    width: 150px;
    height: 150px;
    background-image: url("/assets/landing_page/group_1-5d36bee3.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.main-container .slide-div {
    padding-top: 3em;
    padding-bottom: 3em;
    /* position: absolute;
    top: 50px;
    left: 50px; */
    width: 700px;
    /* height: 600px; */
    display: flex;
    /* background-color: rgb(255, 255, 255); */
    background: linear-gradient(105.87deg,
            rgba(255, 255, 255, 0.4) 3.04%,
            rgba(255, 255, 255, 0) 96.03%);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    border-radius: 20px;
    border: 4px solid #fff;
    z-index: 2;

    justify-content: center;
    align-items: center;
    visibility: visible;
}

.hover-pointer:hover {
    cursor: pointer;
}

.main-container .slide-div .nd-owl-carousel {
    width: 600px;
    /* height: 500px; */
    background: transparent;
}

.slide-div .carousel-div {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
    width: 100%;
}

.slide-div .carousel-div .content-div img {
    width: 80px !important;
}

.slide-div .give-away {
    padding-bottom: 30px;
    border-bottom: 2px solid #333;
    width: 47%;
}

.slide-div .give-away img {
    width: 45px !important;
}

.slide-div .owl-item {
    /* height: 480px; */
    display: flex;
    align-items: center;
}

.slide-div .owl-stage {
    background: transparent;
}

.fs-14 {
    font-size: 14px;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
}

.slide-div .owl-dots .owl-dot {
    background: rgba(216, 170, 125, 1);

    border-radius: 20px !important;
    width: 8px;
    height: 8px;
    margin-right: 5px !important;
    padding: 0 !important;
}

.slide-div .owl-dots .owl-dot.active {
    width: 35px;
    padding: 0 !important;
    background: rgba(197, 128, 61, 1);
}

/*.login-cont-div .input-field{*/
/*    margin-top: 10px;*/

/*}*/
.login-cont-div .input-field input {
    padding-left: 50px;
    color: #53361a;
}

.login-cont-div .input-field {
    position: relative;
}

.login-cont-div .input-field img {
    position: absolute;
    top: 10px;
    left: 18px;
    z-index: 3;
}

.login-cont-div .check-field {
    display: flex;
    margin-top: 10px;
}

.login-cont-div .or-div {
    display: flex;
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
    align-items: center;
}

.checkbox-remember-me:hover {
    cursor: pointer;
}

.login-cont-div .or-div .line-1 {
    width: 44%;
    height: 1px;
    background: #c5c5c5;
}

.login-cont-div .or-div p {
    width: 15%;
    text-align: center;
}

.login-cont-div .or-div .line-2 {
    width: 44%;
    height: 1px;
    background: #c5c5c5;
}

.login-cont-div .input-field ::placeholder {
    color: #ababab;
}

.input-fo:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.main-row {
    display: flex;
}

.w-38 {
    width: 38vw;
}

.w-62 {
    width: 62vw;
}

.mail-col-create-account-error {
    max-height: 100vh !important;
}

@media (min-width: 1400px) {
    .w-38 {
        width: 586px !important;
    }

    .w-62 {
        flex: 1;
    }
}

/* floating input starts */
.form-md {
    width: 100%;
    text-align: center;
    margin: 32px auto 32px auto;
}

.form-md .form-group {
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
}

.form-group {
    margin-bottom: 16px;
    position: relative;
}

.flo-input {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.37);
    border-radius: 4px;
    background-color: transparent;
    margin: 0px auto;
    /* padding: 10px 10px 10px 40px; */
    height: 44px;
    outline: none !important;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.85);
    transition: all 0.2s ease-in-out;
    caret-color: var(--clr-login-btn);
    /* border: 1px solid #000000; */
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: black;
    transition: background-color 5000s ease-in-out 0s;
}

.flo-input.padd-left {
    padding: 10px 10px 10px 40px;
}

.form-group label.left-po {
    left: 45px;
}

.form-group label {
    position: absolute;
    top: 16px;
    left: 13px;
    text-align: left;
    display: inline-block;
    padding: 0 4px;
    height: 14px;
    line-height: 14px;
    background: #fff;
    color: rgba(90, 90, 90, 1);
    margin: 0px auto;
    cursor: text;
    transition: all 0.15s ease-in-out;
    /*color:rgba(148, 148, 148, 1);*/
}

.flo-input:hover,
.flo-input:focus {
    border: 1px solid var(--clr-login-btn);
}

.flo-input:valid+label,
.flo-input:focus+label,
.flo-input.not-empty+label,
.needs-validation.was-validated .flo-input:invalid+label {
    top: -7px;
    left: 15px;
    font-size: 80%;
}

.flo-input:valid+label.left-po,
.flo-input:focus-visible+label.left-po,
.flo-input:focus+label.left-po,
.flo-input.not-empty+label.left-po,
.needs-validation.was-validated .flo-input:invalid+label.left-po {
    top: -7px;
    left: 22px;
    font-size: 80%;
    background-color: white;
}

.needs-validation.was-validated .flo-input:invalid+label.left-po {
    color: rgba(211, 40, 23, 1);
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.password-visibility-wrapper {
    position: absolute;
    right: 55px;
    top: 2%;
}

.password-visibility-wrapper:hover {
    cursor: pointer;
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus,
.form-control.is-valid,
.was-validated .form-control:valid,
.form-control.is-valid:focus,
.was-validated .form-control:valid {
    padding-right: 0 !important;
    border-color: var(--clr-login-btn);
}

/* floating input end */
/* input:-internal-autofill-selected{
    appearance: menulist-button;
    background-image: none !important;
    background-color: transparent !important;
    color: fieldtext !important;
} */
.form-control:disabled {
    background-color: transparent;
}

input[type="checkbox"] {
    /* outline: 1px solid rgb(156, 156, 156); */
    border-radius: unset !important;
    width: 13px;
    height: 13px;
    margin-top: 6px;
}

.fs-08 {
    font-size: 12px;
}

.content-div h1 {
    font-size: 2.3rem;
}

.pass-eye {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #aaa;
    cursor: pointer;
}

/* register page css start */

.small-reg {
    font-size: 10px;
    color: #aaa;
}

p.sub-p {
    font-size: 12px;
    font-weight: bold;
}

.step-div {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.step-div div.circle {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}

.step-div div.line-left {
    position: absolute;
    left: 45px;
    top: 15px;
    width: 120px;
    height: 1px;
}

.step-div .blue {
    background-color: #30bad9;
}

.step-div div.line-right {
    position: absolute;
    right: 45px;
    top: 15px;
    width: 120px;
    height: 1px;
}

/* register page css end */

/* Forgot page css starts */
.main-container .forgot-div {
    width: 820px;
    height: auto;
    background: #fff;
    z-index: 2;
    padding: 40px 30px 30px 30px;
    border-radius: 10px;
    /* box-shadow: 5px 5px 44px -5px #e3e3e3; */
}

.f-red-circle-1 {
    position: absolute;
    top: 7%;
    right: 6%;
    width: 150px;
    height: 150px;
    background-image: url("/assets/landing_page/group_1-5d36bee3.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.main-container .f-logo {
    position: absolute;
    top: 25px;
}

.main-container .f-text {
    position: absolute;
    bottom: 30px;
}

.main-container .f-logo img {
    width: 154px;
}

.forgot-div .f-sub-div {
    display: flex;
    justify-content: center;
}

.forgot-div .f-sub-div .f-w-8 {
    width: 420px;
    padding: 20px 0px 0px 0px;
}

.forgot-div .f-sub-div .brown-box {
    background-color: #fbf4ec;
    padding: 30px;
    margin-bottom: 40px;
}

.forgot-div .f-sub-div .brown-box h4 {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 20px;
    /* margin-top: 20px; */
}

.forgot-div .f-sub-div .brown-box p {
    /*font-size: 0.9rem;*/
    margin-bottom: 0;
}

/* Forgot page css end */

/* OTP form css starts */
.step-div .grey {
    background-color: #6b7d7b;
}

p.sub-p2 {
    font-size: 15px;
}

.sub-div-2 {
    display: flex;
    justify-content: center;
}

.sec-div p {
    font-size: 14px;
    color: #000000a8;
}

/* .sec-div p:first-child{
    color: #000;
} */
.sec-div .sec-2 {
    display: flex;
    justify-content: space-between;
}

.w-sm-7 {
    width: 295px;
}

.step-div .grey {
    background-color: #6b7d7b;
}

.otp-inputs input::-webkit-outer-spin-button,
.otp-inputs input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* OTP form css end */
.mb-32 {
    margin-bottom: 1em;
}

@media (max-width: 600px) {
    .mb-32 {
        margin-bottom: 0px;
    }

    .img-div {
        background: linear-gradient(180deg, #fcfcfc 0%, #f1ddc1 100%);
        border-radius: 8px;
        width: 100%;
    }

    .text-end-privacy {
        position: absolute;
        bottom: 0;
        text-align: center;
        width: 100% !important;
        left: 0;
    }

    .mb-3 {
        margin-bottom: 2rem !important;
    }

    .password-validation span {
        margin-bottom: 0.5em !important;
    }

    .main-container {
        border-top-left-radius: 24px !important;
        border-top-right-radius: 24px !important;
        border-bottom-left-radius: 0px !important;
        padding: 45px 25px;
        height: 100%;
    }

    .main-container .forgot-div {
        margin-top: 40% !important;
        /* margin-bottom: 8%; */
        padding: 40px 20px 30px 20px;
    }

    .main-row {
        flex-direction: column;
        height: 100vh;
        /* max-height: 100vh; */
    }

    .main-row .main-col {
        width: 100%;
    }

    .main-logo-div {
        text-align: center;
    }

    .main-logo-div>img {
        scale: 0.9;
    }

    .carousel-div {
        flex-direction: column-reverse;
    }

    .main-container .slide-div {
        width: 86vw;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        border: 2px solid #ffffff81;
        /*border-image: linear-gradient(to right, green, yellow);*/
        /*border-image-slice: 1.5;*/
        /*border-radius:20px !important;*/
        /* height: 680px; */
    }

    .main-container .slide-div .nd-owl-carousel {
        width: 100% !important;
        /* height: 600px; */
        padding: 25px 15px;
    }

    .owl-carousel.owl-drag .owl-item {
        height: 100%;
        width: 303px;
    }

    .m-p-5 {
        padding: 0 !important;
    }

    .m-pt-2 {
        padding-top: 20px;
    }

    .m-pt-3 {
        padding-top: 30px;
    }

    .slide-div .give-away {
        width: 100%;
        padding-bottom: 15px;
    }

    .slide-div .give-away img {
        width: 85% !important;
    }

    .m-mb-2 {
        margin-bottom: 20px !important;
    }

    .m-mb-3 {
        margin-bottom: 30px !important;
    }

    .m-mt-2 {
        margin-top: 20px !important;
    }

    .m-mt-3 {
        margin-top: 30px !important;
    }

    .main-container {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        padding: 45px 15px 40px 15px;
        height: 100%;
    }

    .m-w-35 {
        width: 35% !important;
    }

    .m-w-65 {
        width: 85% !important;
    }

    .main-container .yellow-circle-1 {
        top: 3%;
        left: 1%;
        width: 100px;
        height: 100px;
    }

    .main-container .red-circle-3 {
        left: 1%;
        top: 50%;
        width: 30px;
        height: 30px;
    }

    .main-container .green-circle-2 {
        bottom: 3%;
        right: 20%;
        width: 50px;
        height: 50px;
    }

    .main-container .green-circle-1 {
        bottom: 10%;
        left: 10%;
        width: 100px;
        height: 100px;
    }

    .main-container .yellow-circle-2 {
        bottom: 20%;
        right: 30%;
        width: 65px;
        height: 65px;
    }

    .main-container .purple-circle-2 {
        bottom: 32%;
        right: 2%;
        width: 100px;
        height: 100px;
    }

    .main-container .red-circle-2 {
        top: 30%;
        left: 10%;
        width: 60px;
        height: 60px;
    }

    .main-container .red-circle-1 {
        top: 2%;
        right: 1%;
        width: 90px;
        height: 90px;
    }

    .main-container .purple-circle-1 {
        top: -6%;
        right: 22%;
        width: 80px;
        height: 80px;
    }

    .m-w-100 {
        width: 100% !important;
    }

    .img-multi {
        height: 170px !important;
    }

    .img-multi .s-1 {
        width: 75px !important;
        right: 88px !important;
        top: 106px !important;
    }

    .img-multi .s-1 .log {
        top: 20px !important;
        left: 23px !important;
        width: 34px !important;
    }

    .img-multi .s-3 {
        width: 66px !important;
        top: 67px !important;
        right: -24px !important;
    }

    .img-multi .s-4 {
        top: -8px !important;
        width: 70px !important;
        right: 19px !important;
    }

    .img-multi .s-4 .log {
        top: 11px !important;
        right: 8px !important;
        width: 50px !important;
    }

    .img-multi .s-2 {
        width: 80px !important;
        top: 55px !important;
        left: 0px !important;
    }

    .img-multi .s-2 .log {
        top: 22px !important;
        left: 18px !important;
        width: 43px !important;
    }

    .img-multi .s-5 {
        width: 66px !important;
        top: -12px !important;
        left: 80px !important;
    }

    .slide-img .a-1 {
        left: 0 !important;
        top: 0 !important;
    }

    .slide-img .a-2 {
        top: 0 !important;
        right: 0 !important;
    }

    .slide-img .a-3 {
        bottom: 30px !important;
        left: 0 !important;
    }

    .text {
        text-align: center;
        width: 100%;
        bottom: -53px !important;
    }

    .m-p-0 {
        padding: 0 !important;
    }

    .m-pt-4 {
        padding-top: 40px !important;
    }

    .step-div div.line-left {
        left: 35px;
        width: 90px;
    }

    .step-div div.line-right {
        right: 36px;
        width: 90px;
    }

    .m-fs-16 {
        font-size: 16px !important;
    }

    .m-pt-2 {
        padding: 20px !important;
    }

    .m-p-2 {
        padding: 20px !important;
    }

    .main-container .forgot-div {
        width: 100%;
        /*height: 66vh;*/
    }

    .m-fs-20 {
        font-size: 20px !important;
    }

    .main-container .f-logo {
        top: 40px;
    }

    .main-container .f-text {
        bottom: 42px;
    }

    .mb-5px {
        margin-bottom: 5px;
    }

    .p-5 {
        padding: 0.8rem !important;
    }

    .reg-scroll {
        max-height: none !important;
        overflow-y: auto !important;
        overflow-x: hidden;
        width: 100%;
        padding: 0 50px;
    }

    .offset-sm-7 {
        margin-left: 56.333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667% !important;
    }

    .w-50 {
        width: 100% !important;
    }

    .login-cont-div .crc-div {
        width: 100% !important;
    }

    .log-head {
        flex-direction: column;
    }

    .nd-owl-carousel .item {
        width: 100%;
    }

    .img-multi {
        position: relative;
        width: 100%;
        height: 300px;
        /* border: 1px solid #ccc; */
    }

    .login-cont-div .crc-div {
        width: 450px;
        margin: auto;
    }

    .main-container-d {
        border-radius: 0 !important;
    }

    .form-control.is-invalid,
    .was-validated .form-control:invalid {
        background-image: unset;
    }

    .form-control.is-valid,
    .was-validated .form-control:valid {
        background-image: unset;
    }

    .invalid-feedback {
        font-size: 10px;
    }

    .brown-box- {
        padding: 15px;
        border-radius: 10px;
        background: #c1ecec;
        margin-bottom: 20px;
    }

    .cursor-pointer {
        cursor: pointer;
    }

    .main-container-d {
        height: 100vh !important;
    }

    .m-fs-12 {
        font-size: 12px !important;
    }
}

.nd-owl-carousel .item {
    width: 100%;
}

.img-multi {
    position: relative;
    width: 270px;
    height: 270px;
}

.img-multi .s-1 {
    position: absolute;
    width: 100px;
    top: -90px;
    right: 82px;
}

.img-multi .s-1 .log {
    position: absolute;
    top: 30px;
    left: 33px;
    width: 40px;
}

.img-multi .s-2 {
    position: absolute;
    width: 157px;
    top: 28px;
    left: -12px;
}

.img-multi .s-2 .log {
    position: absolute;
    top: 43px;
    left: 32px;
    width: 93px;
}

.img-multi .s-3 {
    position: absolute;
    width: 105px;
    top: 7px;
    right: -10px;
}

.img-multi .s-4 {
    position: absolute;
    width: 115px;
    bottom: 20px;
    right: -20px;
}

.img-multi .s-4 .log {
    position: absolute;
    bottom: 22px;
    right: 16px;
    width: 77px;
}

.img-multi .s-5 {
    position: absolute;
    width: 107px;
    bottom: -29px;
    left: 57px;
}

.slide-img img {
    width: 130px !important;
}

.slide-img {
    position: relative;
    height: 300px;
}

.slide-img .a-1 {
    position: absolute;
    bottom: 154px;
    right: 0;
}

.slide-img .a-2 {
    position: absolute;
    bottom: 0;
}

.slide-img .a-3 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.text {
    position: absolute;
    right: 0;
    bottom: -36px;
    font-size: 14px;
}

.logo-tab {
    height: 20vh;
}

.img-width-157-86 {
    width: 140px !important;
}

@media (max-width:768px) {
    .img-width-157-86 {
        width: 86px;
    }
}

/* TAB view Starts */

@media only screen and (min-width: 768px) and (max-width: 900px) {
    .logo-tab {
        height: 15vh;
    }

    .mt-tab-3 {
        margin-top: 3em;
    }

    .mb-tab-3 {
        margin-bottom: 3em;
    }

    .spacer-tab {
        margin-bottom: 3em;
        margin-top: 2em !important;
    }

    .mx-3 {
        margin-right: 3rem;
        margin-left: 3rem;
    }

    .main-container .red-circle-1 {
        position: absolute;
        top: 14px;
        right: 20px;
        width: 115px;
        height: 115px;
    }

    .main-container {
        position: relative;
        background: linear-gradient(151.24deg, #f4e4cd 9.65%, #daa664 82.18%);
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        border-bottom-left-radius: 0px;
        width: 100%;
        min-height: 100%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main-container .slide-div {
        padding-top: 3em;
        padding-bottom: 3em;
        width: 700px;
        /* height: 600px; */
        display: flex;
        /* background-color: rgb(255, 255, 255); */
        background: linear-gradient(105.87deg,
                rgba(255, 255, 255, 0.4) 3.04%,
                rgba(255, 255, 255, 0) 96.03%);
        backdrop-filter: blur(40px);
        -webkit-backdrop-filter: blur(40px);
        border-radius: 20px;
        border: 4px solid #fff;
        z-index: 2;
        /* opacity: 0.7; */
        justify-content: center;
        align-items: center;
        visibility: visible;
        margin-top: 3em;
        margin-bottom: 3em;
    }

    .main-row {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .w-38 {
        width: 100%;
    }

    .w-62 {
        width: 100%;
    }

    .reg-scroll {
        max-height: 1000px !important;
        overflow-y: auto !important;
        overflow-x: hidden;
        width: 100%;
        padding: 0 50px;
    }

    .main-container .forgot-div {
        /* width: 675px; */
        width: 60%;
        margin-top: 15% !important;
        margin-bottom: 15% !important;
        height: 525px;
        background: #fff;
        z-index: 2;
        padding: 20px;
        border-radius: 10px;
    }
}

a {
    color: #212529 !important;
    text-decoration: none !important;
}

@media screen and (min-device-width: 768px) and (max-device-width: 1824px) and (orientation: landscape) {
    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }

    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }
}

/* TAB view Ends */
@media only screen and (min-width: 900px) and (max-width: 1024px) {
    .logo-tab {
        height: 15vh;
    }

    .mb-tab-3 {
        margin-bottom: 3em;
    }

    .gap-md-4 {
        gap: 2.5rem !important;
    }

    .mt-tab-3 {
        margin-top: 3em;
    }

    .spacer-tab {
        margin-bottom: 4em;
    }

    .main-container .red-circle-1 {
        position: absolute;
        top: 16px;
        right: 122px;
        width: 130px;
        height: 130px;
    }

    .px-xl-5 {
        margin-left: 3em;
        margin-right: 3em;
    }

    .main-container {
        position: relative;
        background: linear-gradient(151.24deg, #f4e4cd 9.65%, #daa664 82.18%);
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        border-bottom-left-radius: 0;
        width: 100%;
        min-height: 100% !important;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2em;
    }

    .main-container .slide-div {
        padding-top: 3em;
        padding-bottom: 3em;
        width: 700px;
        /* height: 600px; */
        display: flex;
        /* background-color: rgb(255, 255, 255); */
        background: linear-gradient(105.87deg,
                rgba(255, 255, 255, 0.4) 3.04%,
                rgba(255, 255, 255, 0) 96.03%);
        backdrop-filter: blur(40px);
        -webkit-backdrop-filter: blur(40px);
        border-radius: 20px;
        border: 4px solid #fff;
        z-index: 2;
        /* opacity: 0.7; */
        justify-content: center;
        align-items: center;
        visibility: visible;
        margin-top: 4em !important;
        margin-bottom: 4em !important;
    }

    .main-row {
        display: flex;
        flex-direction: column;
    }

    .w-38 {
        width: 100%;
    }

    .w-62 {
        width: 100%;
    }
}

/* Common CSs For Desktop */
.main-container .forgot-div {
    margin-top: 1em;
}

.form-control:focus {
    box-shadow: none !important;
}

.w-50 a {
    color: #212529 !important;
    text-decoration: none !important;
}

.forgot-div a {
    color: var(--clr-login-btn) !important;
    text-decoration: none !important;
}

.f-20 {
    font-size: 12px;
}

input-field,
a {
    color: #fff !important;
    text-decoration: none !important;
}

.btn-outline-dark a {
    color: var(--clr-login-btn) !important;
    text-decoration: none !important;
}

.btn-outline-dark a:hover {
    /* color: #fff!important; */
    text-decoration: none !important;
}

.btn-secondary a {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #6b7d7b;
}

.step-div .grey {
    background-color: #6b7d7b;
}

p.sub-p2 {
    font-size: 15px;
}

/* OTP page */

.otp-inputs {
    position: relative;
    display: flex;
    width: 100%;
    gap: 15px;
    /* padding: 10px 70px; */
}

.otp-inputs input {
    height: 56px;
    width: 48px;
    text-align: center;
}

.otp-inputs input::-webkit-outer-spin-button,
.otp-inputs input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* register page */
.reg-scroll {
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    padding: 0 50px;
}

.reg-main-div ::-webkit-scrollbar {
    width: 3px;
}

.referral-div {
    width: 100%;
    padding: 10px;
    background: #eaf9f9;
    margin-bottom: 20px;
}

.referral-div p {
    font-size: 11px;
    margin-bottom: 10px;
}

.referral-div p:first-child {
    font-weight: bold;
}

/* Track */
.reg-main-div ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(199, 199, 199);
    border-radius: 10px;
}

/* Handle */
.reg-main-div ::-webkit-scrollbar-thumb {
    background: #30bad9;
    border-radius: 10px;
}

/* Handle on hover */
.reg-main-div ::-webkit-scrollbar-thumb:hover {
    background: #188ca5;
}

/* Password validation for create account page */
.password-validation {
    background-color: #fbf4ec;
    border-radius: 5px;
}

.password-validation span {
    font-size: 12px;
}

.password-validation .password-check .icon {
    color: #fff;
    border-radius: 55px;
    text-align: center;
    display: flex;
    height: 17px;
    width: 17px;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    padding: 10px;
}

.password-validation .invalid .icon {
    background-color: #edd8c3;
}

.password-validation .valid .icon {
    background-color: #05ba48;
}

/* Forgot password page */
.forgot-password-page {
    background-color: #eaf9f9;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* CAR login page */
.car-login-page {
    background-color: #f2f2f2;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* Form input invalid fix */
.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: none;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: none;
}

/* Global styles */
.alert-primary {
    background-color: #c1ecec;
    color: #000000;
    font-size: 12px;
}

.login-cont-div .crc-div {
    width: 450px;
    margin: auto;
}

.log-head {
    display: flex;
}

.main-container-d {
    border-radius: 0 !important;
}

label {
    display: inline-block;
    font-size: 12px;
}

.font-12 {
    font-size: 12px;
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: #0d6efd;
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: black;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color) !important;
    background-color: #32373c;
    border-color: var(--bs-btn-active-border-color);
}

.text-end-privacy {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 38%;
    left: 0;
}

.forgot-pass {
    margin-top: -2.5rem;
}

@media (max-width:1025px) {
    .forgot-pass {
        margin-top: 0;
    }
}

@media (min-width:1700px) {
    .login-cont-div {
        max-width: 55rem !important;
    }
}

.forgot-pass-text {
    margin-top: -1.45rem !important;
}

@media (max-width:767px) {
    .forgot-pass-text {
        margin-top: 0 !important;
    }
}

@media only screen and (min-width: 1900px) and (max-width: 1980px) {
    .f-red-circle-1 {
        position: absolute;
        /* bottom: -25px; */
        top: 121px;
        right: 266px;
    }

    .reg-scroll {
        max-height: 550px;
        overflow-y: scroll;
        overflow-x: hidden;
        width: 100%;
        padding: 0 50px;
    }

    .sub-div-2 {
        display: flex;
        justify-content: center;
        margin-top: 100px;
    }

    .main-container .forgot-div {
        width: 900px;
        height: auto;
        background: #fff;
        z-index: 2;
        /* padding: 20px; */
        border-radius: 10px;
        box-shadow: 5px 5px 44px -5px #e3e3e3;
        padding: 4em 2em 4em 2em;
    }

    .text-end-privacy1 {
        position: absolute;
        bottom: 0;
        text-align: center;
        width: 38%;
        left: 0;
    }
}

@media screen and (orientation: landscape) and (min-device-width: 300px) and (max-device-width: 480px) {
    .main-container .f-logo {
        position: absolute;
        top: 5%;
        right: 50%;
        transform: translateX(50%);
    }

    .main-container .forgot-div {
        margin-top: 20%;
        margin-bottom: 20%;
        width: 70%;
    }
}

.main-container .f-logo {
    position: absolute;
    top: 6%;
    right: 50%;
    transform: translateX(50%);
}

.main-container .forgot-div {
    margin-top: 15%;
    /* margin-bottom: 8%; */
}

@media only screen and (min-width: 1300px) and (max-width: 1700px) {
    .text-end-privacy1 {
        position: absolute;
        bottom: 0;
        text-align: center;
        width: 38%;
        left: 0;
    }
}

/* membership code */

/* Membership plans  */
.membership-plan-wrap {
    /* background: #fff; */
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.membership-pricebox-wrap {
    width: 1000px;
    display: flex;
    gap: 20px;
}

.pricebox-plan-decription {
    width: 40%;
}

.pricebox-plan-decription-screen-card-user {
    width: 30%;
}

.pricebox-plan-one,
.pricebox-plan-two {
    width: 30%;
}

.pricebox-plan-one-screen-card-user,
.pricebox-plan-two-screen-card-user {
    width: 20%;
}

.membership-pricebox {
    border-radius: 8px;
    overflow: hidden;
}

.pricebox-plan-decription {
    background-color: #eff3f4;
}

.plan-header {
    display: flex;
    align-items: center;
    padding-top: 10px;
    min-height: 130px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
}

.plan-header-inner {
    display: flex;
    width: 100%;
}

.plan-header h4 {
    font-size: 20px;
    font-weight: 600;
}

.pricebox-plan-one .plan-header {
    background: rgb(48, 191, 131);
    background: linear-gradient(137deg,
            rgba(48, 191, 131, 1) 0%,
            rgba(122, 240, 190, 1) 100%);
}

.pricebox-plan-two .plan-header {
    background: rgb(39, 214, 172);
    background: linear-gradient(137deg,
            rgba(39, 214, 172, 1) 0%,
            rgba(11, 143, 172, 1) 71%);
}

.pricebox-plan-decription .plan-header::after {
    position: absolute;
    content: "";
    width: 80%;
    height: 1px;
    border-bottom: 1px solid #0e3939;
    bottom: 0;
}

.pricebox-plan-two .plan-header h4 {
    color: #eaad38;
}

.current-membership-plan {
    border: 2px solid #2fb1a3;
}

.pricebox-inner {
    /* padding: 40px 25px; */
    padding: 40px 40px;
}

.pricebox-plan-one .pricebox-inner {
    background-color: #e2f9ff;
}

.pricebox-plan-two .pricebox-inner {
    background-color: #cae9e7;
}

.pricebox-benefits-list {
    padding: 0;
}

.pricebox-benefits-list li {
    list-style: none;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #0e3939;
}

.pricebox-price-list {
    padding: 0;
    text-align: center;
}

.pricebox-price-list li {
    list-style: none;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 20px;
    font-weight: 600;
    color: #0e3939;
}

.pricebox-price-list span {
    font-size: 13px;
    font-weight: normal;
    margin-top: 0px;
    display: block;
}

.pricebox-plan-action-wrap {
    text-align: center;
    margin-top: 30px;
}

.pricebox-plan-action-wrap span {
    color: #0e3939;
    font-size: 13px;
    font-weight: 500;
}

.membership-pricebox .btn {
    background-color: #092623;
    color: #fff;
    width: 160px;
}

.upgrade-note {
    width: 1000px;
    padding-top: 24px;
    padding-left: 55%;
}

.upgrade-note span {
    color: #0e3939;
    font-size: 13px;
    font-weight: 500;
}

@media (max-width: 1025px) {
    .f-red-circle-1 {
        width: 70px;
        height: 90px;
        top: 90px;
        right: 15px;
    }
}

/* Price table media query */
@media (max-width: 1000px) {
    .membership-plan-wrap {
        align-items: flex-start;
        overflow: scroll;
        /* padding-left: 20px; */
    }

    .pricebox-plan-decription {
        /* width: 23%; */
        width: 17%;
        position: sticky;
        left: 0;
        top: 0;
        z-index: 999;
    }

    .pricebox-plan-one,
    .pricebox-plan-two {
        /* width: 23%; */
        /* width: 20%; */
        width: 16%;
    }

    .membership-pricebox .btn {
        width: 130px;
        font-size: 14px;
    }

    .upgrade-note {
        padding-left: 0;
        /* width: 400px; */
        width: auto;
        position: sticky;
        left: 6px;
    }

    .upgrade-note span {
        font-size: 12px;
    }

    .mail-col-create-account-error {
        max-height: max-content !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .card-spacing {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .spacer-80 {
        height: 40px;
    }

    .mobile-padding-0 {
        padding: 0;
    }

    .current-membership-plan-wrap {
        margin-left: 20px;
        margin-right: 20px;
    }

    .current-membership-heading {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    section .title {
        margin-bottom: 20px;
    }

    .current-membership-plan-benefits {
        padding-left: 8px;
    }

    .pricebox-plan-decription .plan-header::after {
        width: 83%;
    }

    .plan-header {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pricebox-inner {
        padding: 30px 15px;
    }

    .membership-pricebox-wrap {
        gap: 12px;
    }

    .row.membership-price-guarantee {
        margin-right: 20px;
        margin-left: 20px;
        padding-top: 90px !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    .membership-price-guarantee .badge {
        top: -46px;
        left: 10px;
        width: 110px;
    }

    .plan-header {
        /* padding-left: 20px;
        padding-right: 20px; */
        padding-left: 15px;
        padding-right: 15px;
        min-height: 80px;
    }

    .plan-header h4 {
        font-size: 18px;
    }

    .pricebox-benefits-list li {
        font-size: 13px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .pricebox-plan-decription-screen-card-user {
        width: 15%;
    }
}

/* membership 2nd page */

.membership-pricebox-wrap-2 {
    width: 1250px;
    display: flex;
    gap: 20px;
}

.pricebox-plan-box-3 {
    background-color: #eff3f4;
    /* width:30%; */
    width: 25%;
}

.pricebox-plan-box-3 .plan-header::after {
    position: absolute;
    content: "";
    width: 74%;
    height: 1px;
    border-bottom: 1px solid #0e3939;
    bottom: 0;
}

.plan-text {
    font-size: 10px;
    line-height: 12px !important;
}

.pricebox-plan-action-wrap1 {
    line-height: 14px;
    text-align: center;
}

.membership h2,
.membership h5 {
    color: #3b4163;
}

.pricebox-plan-action-wrap1 .btn {
    background-color: #092623;
    color: #fff;
    width: 222px;
    font-size: 15px;
    text-align: center;
    margin-top: 15px;
}

.current-membership-plan-wrap {
    border-radius: 15px;
    /* background: #CDF6E4; */
    background: #b0ecf8;
    overflow: hidden;
}

.current-membership-heading {
    background: rgb(48, 191, 131);
    /* background: linear-gradient(160deg, #30BF83 0%, #7AF0BE 100%); */
    background: linear-gradient(160deg,
            rgba(39, 214, 172, 1) 0%,
            rgba(11, 143, 172, 1) 71%);
}

.current-membership-heading h4 {
    color: #eaad38;
    font-size: 26px;
    font-weight: bold;
    margin: 0;
}

.current-membership-plan-benefits {
    margin: 0;
    padding: 0;
    padding-left: 50px;
}

.current-membership-plan-benefits li {
    list-style: none;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #0e3939;
    font-size: 13px;
}

.current-membership-price {
    /* border: 1px solid #D9D9D9; */
    background-color: #74daed;
    padding: 20px;
    border-radius: 10px;
}

.current-membership-price {
    color: #0e3939;
    position: relative;
}

.current-membership-price span {
    font-size: 12px;
}

.current-membership-price h3 {
    font-size: 34px;
}

.current-membership-price h3 span {
    font-size: 16px;
}

.cancel-membership-btn {
    color: #0e3939;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

a.edit-membership-btn {
    position: absolute;
    bottom: 12px;
    right: 20px;
    color: #0e3939;
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
}

.bg-payment {
    background-color: #b0ecf8;
}

.membership-pricebox-wrap .form-check-input {
    border: var(--bs-border-width) solid #000000 !important;
    --bs-form-check-bg: var(--bs-body-bg);
    width: 1.5em;
    height: 1.5em;
    margin-top: 0em;
}

.membership-pricebox-wrap .form-check-input:checked {
    background-color: #18191b;
    border-color: #1d1d1e;
}

@media (min-width: 767px) {
    .p-100 {
        padding: 0 10em;
    }
}

.brown-box {
    background-color: #f4eceb;
}

.grey-bg {
    background: linear-gradient(108.64deg, #B2B2B2 2.66%, #C5C5C5 88.07%);
}

.blue-gradient {
    background: linear-gradient(113.45deg, #8CB2EA 1.32%, #AEE5F2 116.72%);

}