:root {
    --main-bg-color: #2a368b;
}

.spinner {
    display: block;
    margin: auto;
    height: 2em;
    width: 2em;
    border: 6px solid rgba(0, 174, 239, 0.2);
    border-top-color: rgba(0, 174, 239, 0.8);
    border-radius: 50%;
    animation: rotation 0.6s infinite linear;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.w-100 {
    width: 100%;
}
.price_time {
    justify-content: space-between;
    font-size: 15px;
    color: #666666;
    font-weight: bold;
}
.price_time .time span {
    color: #d11833;
    display: inline-block;
    margin-right: 3px;
}
.price_time .price span {
    color: #68b21d;
    display: inline-block;
    margin-right: 3px;
}
.mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.dblock {
    display: block !important;
}
.cursor-not-allowed {
    cursor: not-allowed !important;
    pointer-events: none;
}
.cursor-pointer-right {
    position: absolute;
    right: 22px;
    top: 45px;
}

.sign-up-main .form-group label {
    font-size: 14px;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #283d68;
}
.sign-up-main .form-group .form-control {
    width: 100%;
    height: 43px;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    font-size: 14px;
    background-color: #ffffff;
    color: #333333;
    padding: 0 10px;
}
.sign-up-main .form-group {
    margin-bottom: 10px;
}
.sign-up-main .create-btn {
    background: #f58320;
    border-radius: 35px;
    padding: 12px 20px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    box-shadow: none;
    width: 100%;
    border: none;
    cursor: pointer;
    line-height: normal;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 5px;
}
.sign-up-main .create-btn:hover {
    background: #283d68;
}
.tabarea .tab-pane {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 0px 8px 8px 8px;
}
.sign-up-main .heading {
    color: #283d68;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}
.sign-up-main .check-style label {
    font-weight: 500;
    color: #283d68;
}
.sign-up-main .check-style label a {
    color: #d11833;
}
.signin-foot p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    color: #283d68;
}
.sign-up-main .check-style label a:hover {
    color: #283d68;
}
.signin-foot {
    margin-top: 5px;
}
.signin-foot {
    margin-top: 15px;
}
.signin-foot p a {
    color: #d11833;
}
.sign-up-main.login .input-group .input-group-append {
    width: 100%;
    max-width: 50%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.sign-up-main.login .input-group .input-group-append a {
    color: #d11833;
}
.sign-up-main.login .form-group.input-group {
    margin-bottom: 10px;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.workstep {
    background-color: #f7f8f8;
    padding: 60px 0px;
}
.ad-box .img_bx {
    background-color: #003a55;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    box-shadow: 0px 3px 3px rgb(0 0 0 / 10%);
    border-radius: 10px;
    margin-bottom: 15px;
    height: 120px;
}
.ad-box .img_bx.grey_bg {
    background-color: #758b9e;
}
.ad-box .img_bx.deep_bg {
    background-color: #f58320;
}
.ad-box .heading {
    color: #003a55;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 7px;
}
.ad-box p {
    color: #283d68;
    font-size: 16px;
    margin-left: 30px;
    margin-right: 30px;
    line-height: normal;
    margin-bottom: 0px;
}
.ad-box .heading a {
    color: #003a55;
}
.ad-box .heading a:hover {
    color: #f58320;
}
.ad-box .img_bx img {
    width: 60px;
}
.commonheading_big {
    color: #283d68;
    margin-bottom: 45px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
}
.commonheading_big:after {
    content: "";
    position: absolute;
    bottom: -15px;
    background-color: #ffb400;
    left: calc(50% - 30px);
    margin: 0 auto;
    width: 50px;
    height: 5px;
}

.signuparea {
    background-size: cover !important;
    background-position-x: center !important;
    background-repeat: no-repeat !important;
    padding: 40px 0px;
    position: relative;
}
.signuparea .content_area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.signuparea .content_area .heading {
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
    line-height: normal;
}
.signuparea .content_area .common-btn {
    font-size: 16px;
    font-weight: 500;
    padding: 14px 35px;
    color: #f58320;
    text-transform: uppercase;
    line-height: normal;
}
.signuparea .content_area .common-btn:hover {
    color: #ffffff;
    background-color: #003a55;
}
.widthnw {
    width: 100%;
}
.tabhover .cursor-pointer {
    padding: 15px;
    border-bottom-width: 0px;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}
.tabhover .cursor-pointer.border-green-500 {
    background-color: #ffffff;
    color: var(--main-bg-color);
    font-size: 16px;
    border-bottom-width: 0px;
}
.check-style label:before {
    content: "";
    -webkit-appearance: none;
    border: 0.5px solid #dddddd;
    border-radius: 3px;
    background-color: #f6f6f6;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}
.signin-foot p a:hover {
    color: #283d68;
}

.check-style input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    background-color: transparent;
    top: 6px;
    left: 6px;
    width: 5px;
    height: 12px;
    border: solid #d4145a;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.sign-up-main .common-btn {
    border-radius: 5px;
    padding: 10px 30px;
    text-transform: uppercase;
}
.cart-heading-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
}
.cart-heading-box .heading {
    margin-bottom: 0 !important;
}
.cart-heading-box .common-btn {
    font-size: 15px;
    padding: 12px 25px;
}

@media (max-width: 767px) {
    .cart-heading-box {
        justify-content: center;
    }
    .cart-heading-box .heading {
        margin-bottom: 5px !important;
    }
}
