* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Heebo';
}

body {
    min-height: 100vh;
}


a {
    cursor: pointer;
}

a:hover {
    cursor: pointer;
}

@media(max-width:410px) {
    button#getOtpBtn {
        background: #000000 !important;
        font-size: 12px !important;
        letter-spacing: 0;
        height: 44px;
        padding: 1px 11px !important;
    }

    a.btn_via-otp {
        font-size: 15px;
    }


    .wrapper .btn {
        font-size: 15px;
        letter-spacing: .2px;
    }

    p.shaded-policys {
        font-size: 13px !important;
    }
}

.shaded-policys a {
    color: #00b0b5 !important;
    font-weight: 600;
}

.shaded-policys a:hover {
    color: #00b0b5 !important;
    font-weight: 600;
}

/* 
.sn-left-regist {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: url('../images/bag-res.png');
    background-position: center;
    position: relative;
}

.sn-left-regist:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff76;
    content: "";
    left: 0;
} */


.section-login {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: url('../images/patterns.png');
    background-size: cover;
    position: relative;
}

.form-sec-1 {
    background: #00b0b5;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 24px;
    min-height: 100%;
    padding: 20px 40px 20px 0;
}

.form-sec-1 img {
    width: 100%;
    height: 716px;
    object-fit: contain;
}

.main-sec-wraps {
    height: 664px;
    /* display: flex
    ; */
    /* align-items: center; */
    /* justify-content: center; */
    width: 100%;
    background: #fafafa;
    border-radius: 15px;
    padding: 50px;
}

/* .section-login:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff76;
    content: "";
    left: 0;
} */

/* 
.section-login.resetPasswordBannerImg {
    background-image: url('../images/resetBanner.jpg');
}

.forgotBannerImg {
    background-image: url('../images/forgotBanner.png');
} */

.remember-forgot a {
    text-decoration: none;
}

.remember-forgot a:hover {
    text-decoration: none;
}

/* .wrapper {
    width: 520px;
    border-radius: 10px;
    padding: 30px 40px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    z-index: 9;
    position: relative;
    text-align: center;
    background: #fff;
} */

.btn:hover {
    color: #ffffff !important;
}

.wrapper i.bx.bxs-user-circle {
    background: #ffffff;
    padding: 2px;
    color: #d8261a;
    font-size: 78px;
    border-radius: 50%;
    margin-top: -69px;
    font-weight: 500;
    margin-left: auto;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid;
}

.wrapper h1 {
    font-size: 41px;
    text-align: center;
    font-weight: 500;
    color: #000;
    text-align: left;
    margin-bottom: 9px;
    font-family: "Amaranth", sans-serif;
}

.wrapper .input-box {
    position: relative;
    width: 100%;
    /* background: orange; */
    margin: 24px 0;
}

.remember-forgot a:hover {
    color: #fff;
}

.input-box input {
    color: #141414;
    font-size: 16px;
    width: 100%;
    height: 100%;
    background: #ebf8fbd9;
    border: none;
    outline: none;
    border: 1px solid #00b0b5;
    border-radius: 3px !important;
    padding: 11px 0px 11px 18px;
    margin-bottom: 0 !important;
}

.input-box input::placeholder {
    color: #fff;
}

.input-box i {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 23px;
    padding-bottom: 0;
    border-left: none;
    width: 50px;
    height: 50px;
    color: #00b0b5;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 40px;
}

.wrapper .remember-forgot {
    display: flex;
    justify-content: space-between;
    font-size: 15.5px;
    margin: 4px 0 29px;
}

.remember-forgot label input {
    accent-color: #fff;
}

.remember-forgot a {
    color: #d8261a;
    text-decoration: underline !important;
}

.remember-forgot a:hover {
    color: #d8261a;
    text-decoration: underline !important;
}

.wrapper .btn {
    width: 100%;
    height: 50px;
    background: #00b0b5;
    border: none;
    outline: none;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    cursor: pointer;
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper .register-link {
    font-size: 14.5px;
    text-align: center;
    /* margin-top: 20px; */
    margin: 20px 0 15px;
}

.register-link p a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.register-link p a:hover {
    text-decoration: underline;
}

.default-shape .shape-1 {
    position: absolute;
    left: -6%;
    top: -10%;
    animation: moveBounce 10s linear infinite;
}

.default-shape .shape-2 {
    position: absolute;
    right: -46px;
    bottom: -10%;
    animation: moveBounce 10s linear infinite;
}

.main-sec-wraps {
    position: relative;
}

@keyframes moveBounce {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0px);
    }
}

.scrollbar-sidebar {
    background-image: linear-gradient(#00adef, #3871c1) !important;
    border-bottom: 60px solid #0aa2e7;
}

.app-footer-left p {
    font-size: 17px;
    color: #fff;
    margin-bottom: 0;
}

.app-footer-left p a {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}



.doc-sub-sections {
    /* background-image:linear-gradient(#00adef, #3871c1); */
    background: #3871c1;
    padding: 26px;
    margin: 21px;
    border-radius: 12px;
}

.doc-sub-sections .image-section-1 img {
    width: 273px;
    border: 6px solid #fff;
    height: 273px;
    object-fit: cover;
    border-radius: 50%;
}


.doc-sub-sections .content-section-2 h2 {
    color: #fff;
    font-weight: 600;
}

.doc-sub-sections .content-section-2 h4 {
    color: #fff;
}

.image-section-1 {
    position: relative;
}

.image-section-1 .activea {
    position: absolute;
    content: "";
    width: 15px;
    background-color: lime;
    border-radius: 50%;
    height: 15px;
    top: 21px;
    right: 107px;
}


.image-section-1 .inactives {
    position: absolute;
    content: "";
    width: 15px;
    background-color: red;
    border-radius: 50%;
    height: 15px;
    top: 21px;
    right: 107px;
}

.btn-group .selects .button_select {
    cursor: pointer;
}

.biogra h2 {
    font-weight: 600;
    font-size: 26px;
}

.biogra p {
    font-size: 18px;
}

.biogra {
    border-bottom: 2px dashed #3871c1;
}

.biogra.tbae table th {
    font-size: 20px;
    padding-right: 50px;
}

.biogra.tbae table td {
    font-size: 20px;
    line-height: 40px;
}



/* * Date Picker */
.date-picker {
    position: relative;
}

.date-picker__calendar {
    left: 0;
    position: absolute;
    top: 100%;
    width: 274px;
    overflow: 0;
    transition: opacity 0.2s ease-out, visibility 0.2s step-start 0.2s;
    visibility: hidden;
}

.date-picker__calendar_visible {
    opacity: 1;
    transition-delay: 0s;
    visibility: visible;
}

/* * Calendar */
.calendar {
    padding: 0;
    width: 100%;
    color: #1e2633;
    line-height: 1.2;
    text-align: center;
    border: 2px solid #1794dc;
    user-select: none;
}

.calendar__header {
    position: relative;
    padding: 10px 35px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    background: #0987c7;
}

.calendar__year {
    color: #ffffff;
    font-size: 17px;
}

span.calendar__month {
    color: #fff;
    font-size: 18px;
}

.calendar__btn {
    position: absolute;
    top: 8px;
    display: block;
    height: 20px;
    padding: 0;
    width: 20px;
    text-indent: -9999px;
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    overflow: hidden;
}

.calendar__btn:before {
    content: "";
    position: absolute;
    top: 6px;
    display: block;
    height: 11px;
    width: 11px;
    border-left: 3px solid #ffffff;
    border-top: 3px solid #ffffff;
    transform-origin: center;
}

.calendar__btn_prev {
    left: 10px;
}

.calendar__btn_prev:before {
    left: 8px;
    transform: rotate(-45deg);
}

.calendar__btn_next {
    right: 10px;
}

.calendar__btn_next:before {
    right: 8px;
    transform: rotate(135deg);
}

.calendar__btn_disabled {
    pointer-events: none;
}

.calendar__btn_disabled:before {
    border-color: #ffffff;
}

.calendar__btn:hover:before {
    border-color: #ffffff;
}

.calendar__table {
    margin-top: 8px;
    width: 100%;
    table-layout: fixed;
}

.calendar__table-col-header {
    padding: 12px 0;
    color: #b2b2b2;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-align: center;
    border: 1px solid #d0d0d0;
}

.calendar__table-cell {
    padding: 12px 6px;
    color: #1e2633;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    cursor: pointer;
    border: 1px solid #ddd;
    text-align: center;
}

.calendar__table-cell_disabled {
    color: #d3dbe8;
    pointer-events: none;
}

.calendar__table-cell_selected,
.calendar__table-cell:hover {
    color: #ffffff;
    background: #0987c7;
}

.date-section {
    margin: 47px 0 20px;
}

.date-section h3 {
    color: #000000;
    font-weight: 600;
    font-size: 26px;
}

.fc-header-toolbar {
    display: none;
}

.fc-view-container {
    display: none;
}


@media only screen and (max-width:768px) {

    .div-main-sec1 p {
        font-size: 14px;
    }

    .card h3 {
        font-size: 17px !important;
        letter-spacing: .2px;
        line-height: 26px;
    }

    .btn-group .selects .button_select {
        margin: 5px 3px;
        font-size: 17px;
        width: 97px;
    }

    .dashboard {
        font-size: 19px;
    }

    .card {
        padding: 20px 14px;
    }

    .wrapper {
        width: 100%;
    }

    .wrapper h1 {
        letter-spacing: 0;
        font-size: 32px;
        margin-bottom: 10px;
    }

    .input-box input {
        font-size: 14px;
    }


    .wrapper .btn {
        font-size: 16px;
        letter-spacing: 0px;
    }

    .wrapper .btn {
        height: 42px;
    }

    a.btn_via-otp {
        height: 46px;
    }

    .section-login {
        background-image: none;
        background: #00b0b5;
    }

    .dotn-acount {
        font-size: 17px;
        margin-top: 21px;
        line-height: 21px;
    }

    .remember-forgot a {
        font-size: 14px;
        padding-top: 4px;
    }

    .input-box i {
        font-size: 18px;
    }

    .wrapper i.bx.bxs-user-circle {
        padding: 0px;
        font-size: 65px;
    }

    .wrapper .input-box {
        margin: 22px 0;
    }
}

.dropdown-menu .dropdown-item i {
    font-size: 16px;
    padding-right: 9px;
    color: #3b3b3b;
}

@media only screen and (max-width:1440px) {
    .card h3 {
        font-size: 21px;
    }
}

.vertical-nav-menu li a.mm-active i {
    color: #000;
}

@media (max-width:450px) {
    .btn-group .selects .button_select {
        margin: 5px 10px;
        font-size: 17px;
        width: 100%;
    }
}

.dropdown-item.active i,
.dropdown-item:active i {
    color: #fff;
}

@media (max-width:1440px) {
    .doc-sub-sections {
        padding: 18px;
        margin: 20px 0px;
    }

    .doc-sub-sections .image-section-1 img {
        width: 195px;
        border: 4px solid #fff;
        height: 194px;
        object-fit: cover;
        border-radius: 50%;
    }

    .image-section-1 .activea {
        top: 12px;
        right: 32px;
    }

    .doc-sub-sections .content-section-2 h2 {
        font-size: 24px;
    }

    .doc-sub-sections .content-section-2 h4 {
        font-size: 18px;
    }

    .biogra h2 {
        font-size: 22px;
    }

    .biogra.tbae table th {
        font-size: 17px;
        padding-right: 32px;
    }

    .biogra.tbae table td {
        font-size: 17px;
    }

    .biogra p {
        font-size: 17px;
        margin-bottom: 0;
    }

    .btn-group .selects {
        margin-bottom: 4px;
    }

    .doc-sub-sections .col-md-3 {
        text-align: end;
    }
}

@media (max-width:1366px) {
    .image-section-1 .activea {
        right: 48px;
    }
}

@media (max-width:768px) {
    .doc-sub-sections .image-section-1 img {
        width: 145px;
        border: 2px solid #fff;
        height: 145px;
    }

    .image-section-1 .activea {
        right: 12px;
    }

    th {
        vertical-align: baseline;
    }

    .biogra.tbae table td {
        vertical-align: baseline;
    }

    .biogra.tbae table td {
        font-size: 16px;
    }

    .biogra .col-md-4 {
        flex: 0 0 66.33333%;
        max-width: 55.33333%;
    }

    .biogra p {
        font-size: 16px;
    }

    .mt-5 {
        margin-top: 0rem !important;
    }

    .doc-sub-sections .content-section-2 h2 {
        font-size: 22px;
    }
}

@media (max-width:576px) {
    .doc-sub-sections .col-md-3 {
        width: 35% !important;
    }

    .doc-sub-sections .col-md-6 {
        width: 60% !important;
    }

    .doc-sub-sections .content-section-2 h2 {
        font-size: 20px;
    }

    .doc-sub-sections .content-section-2 h4 {
        font-size: 17px;
        margin-bottom: 6px;
    }

    .doc-sub-sections .col-md-2 {
        width: 34%;
        margin-top: 14px;
    }

    .doc-sub-sections img {
        border: 3px solid #fff !important;
    }

    .biogra h2 {
        font-size: 20px;
    }
}

@media (max-width:450px) {
    .doc-sub-sections .col-md-3 {
        width: 100% !important;
        text-align: left !important;
        margin-bottom: 15px;
    }

    .doc-sub-sections .col-md-6 {
        width: 100% !important;
    }

    .doc-sub-sections img {
        border: 3px solid #fff !important;
        width: 150px !important;
        margin: 15px 0;
    }

    .doc-sub-sections {
        padding: 8px;
        margin: 15px 0px;
    }

    .image-section-1 {
        position: relative;
        width: 155px;
    }

    .biogra h2 {
        font-size: 19px;
    }

    .biogra.tbae table td {
        line-height: 27px;
        padding-bottom: 13px;
    }

    .biogra .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .biogra.tbae table th {
        font-size: 16px;
        padding-right: 13px;
    }

    .image-section-1 .activea {
        right: 24px;
        top: 23px;
    }
}

.dotn-acount {
    font-size: 17px;
    font-weight: 500;
    margin-top: 18px;
    letter-spacing: 0;
    text-align: center;
    margin-top: 18px;
}

.dotn-acount a {
    font-size: 19px;
}

button#getOtpBtn:hover,
button#getOtpBtn:focus,
button#getOtpBtn:focus-visible,
button#getOtpBtn:active {
    box-shadow: none !important;
    outline: none;
}

a.btn_via-otp:hover {
    background-color: #00b0b5 !important;
    color: #fff;
    font-weight: 500;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none !important;
}

a.btn_via-otp {
    width: 100%;
    height: 49px;
    display: flex;
    background: transparent !important;
    border: 2px solid #00b0b5 !important;
    outline: none;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: #004648;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    font-size: 17px;
}

p.or_sec {
    margin: 32px 0;
    position: relative;
    color: #00b0b5;
    font-weight: 600;
    font-size: 25px;
    text-align: center;
}

p.or_sec:before {
    position: absolute;
    top: 18px;
    left: 0px;
    width: 45%;
    height: 1px;
    background-color: #7a7a7a;
    content: "";
}

p.or_sec::after {
    position: absolute;
    top: 18px;
    right: 2px;
    width: 45%;
    height: 1px;
    background-color: #7a7a7a;
    content: "";
}


/* .wrapper .btn:hover {
    background: transparent !important;
    border: 2px solid #000 !important;
    color: #000000 !important;
} */

button#getOtpBtn:hover {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    padding: 11px 13px;
    font-size: 15px;
    color: #fff;
    box-shadow: none;
    /* border-right: 1px solid #00b0b5; */
    border-left: 0px solid #00b0b5;
    background: #00b0b5;
    font-weight: 600;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.input-box input[readonly] {
    color: #000000;
    font-size: 16px;
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    border: 2px solid rgb(204 204 204 / 55%);
    border-radius: 40px;
    padding: 10px 17px;
}

.input-box i.bx.bx-check-double {
    position: absolute;
    right: -9px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 33px;
    padding-bottom: 0;
    border-left: 0;
    width: 47px;
    height: 47px;
    color: green;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 40px;
}

.input-box i.bx.bx-x {
    background: transparent;
    font-size: 33px;
    right: -8px;
    color: red;
}

@media (max-width:1445px) {


    .page-title-wrapper p {
        width: 42%;
        font-size: 16px;
        line-height: 25px;
    }
}

@media (max-width:1367px) {
    .section-login .sn-left-regist img {
        width: 100%
    }
}

@media (max-width:1280px) {

    .section-login .col-lg-1 {
        display: none;
    }
}

@media(max-width:995px) {
    .section-login .sn-left-regist {
        display: none;
    }

    .col-lg-6.sn-left-regist {
        display: none;
    }

    .wrapper {
        width: 100%;
    }

    .section-login .col-lg-5.col-md-12 {
        width: 100%;
    }
}

p.shaded-policys {
    font-size: 15px;
    font-weight: 500;
    color: #555555;
    text-align: left;
}

@media(max-width:450px) {
    .input-group .btn-otp {
        font-size: 12px;
    }

    .inner-order-tracking label {
        font-size: 14px;
        margin-bottom: 2px;
        margin-top: 10px;
    }
}

.wrapper p.new-ps {
    font-size: 16px;
    font-weight: 600;
    color: #313131;
    position: relative;
    margin-bottom: 39px;
}

.wrapper p.new-ps:after {
    position: absolute;
    width: 150px;
    background-color: #00b0b5;
    height: 2px;
    bottom: -9px;
    content: "";
    left: 0;
}


@media(max-width:1600px) {
    .form-sec-1 img {
        height: 621px;
    }

    .main-sec-wraps {
        height: 591px;
    }
}


@media(max-width:1367px) {
    .main-sec-wraps {
        padding: 50px 31px;
    }
}

@media (max-width:768px) {
    .form-sec-1 {
        padding: 0;
    }

    button#getOtpBtn {
        background: #000000 !important;
        font-size: 12px !important;
        letter-spacing: 0;
        height: 44px;
        padding: 1px 11px !important;
    }

    .main-sec-wraps {
        padding: 30px 20px;
    }

    .main-sec-wraps {
        height: 100%;
    }
}