/* Auth Custom css Start Here */
section.auth-section {
    padding: 60px 0px;
}
.auth-bg {
    background: #edf6fb;
    box-shadow: 0px 1px 5px 0px #c3c3c3;
}
.account a {
    text-decoration: underline;
}
section.auth-section .auth-start figure img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}
.auth-box p {
    padding-right: 100px;
}
.custom-banner nav {
    display: inline-block;
    margin: 0 auto;
}
.breadcrumb-item + .breadcrumb-item {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    margin: 0 auto;
    color: #fff;
    font-family: var(--regular-font);
}
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding: 0 1.5rem;
    content: var(--bs-breadcrumb-divider, ">");
    color: #fff;
    opacity: 0.6;
}
.breadcrumb a {
    color: #fff;
    font-family: var(--regular-font);
    opacity: 0.6;
}
section.custom-banner .banner-text {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding-top: 75px;
}
.breadcrumb a:hover {
    color: #fff;
    opacity: 1;
}
/* Auth Custom css End Here */
/* Custom Check Box */
.custom_check_box1 {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 13px;
    color: #1f162c;
    text-align: start;
}
/* Hide the browser's default checkbox */
.custom_check_box1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.custom_check_box1 .checkmark1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 19px;
    background-color: #eee;
    border: 1px solid #000000;
    border-radius: 0px;
    background: transparent;
}
section.checkout_section .checkout_start .save_details {
    margin-top: 14px;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark1:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.custom_check_box1 input:checked ~ .checkmark1:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom_check_box1 .checkmark1:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 11px;
    border: solid #002a4c;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Custom Check Box End Here */
/* Otp Css Start HERE */
.verification-prob {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.verification-prob .remaining-time {
    background: #060a0e;
    display: flex;
    align-items: center;
    padding: 5px 13px;
    border-radius: 5px;
}

.verification-prob .remaining-time h6 {
    margin-bottom: 0px;
}

.verification-prob a.resend-code {
    border-bottom: 1px solid;
    line-height: 1;
    text-decoration: none;
    color: #07375d;
}
.auth-box .account {
    text-align: center;
    margin-top: 20px;
    padding: 0;
}
a:hover {
    color: #55b1d6;
}
p.text-danger {
    width: 100%;
    padding-right: 0;
    font-size: 13px;
    color: #f00 !important;
    margin: 5px 0;
}
.iti--separate-dial-code {
    width: 100%;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
    border-right: 1px solid #eee;
}
.iti__country-list {
    max-width: 250px;
    overflow-x: hidden;
}
.auth-btn {
    background: #000;
    color: #fff;
    text-align: left;
    font-size: 20px;
    position: relative;
}
.auth-btn i {
    position: absolute;
    right: 20px;
    top: 15px;
}
button.btn.d-block.auth-btn:hover {
    color: #fff;
}
.form-start .form-control {
    border-radius: 0px;
}

.form-control:focus {
    color: #000;
    background-color: #e6e5e5;
    border-color: #e6e5e5;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
@media (max-width: 992px) {
    section.auth-section .auth-start figure img {
        height: auto;
        object-fit: unset;
    }
    .auth-box p {
        padding-right: 0px;
    }
}
@media (max-width: 576px) {
    section.auth-section {
        padding: 60px 0px;
    }
}
