* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}
:root {
    --fontMulish:"Mulish", sans-serif;
}

body {
    font-family: var(--fontMulish);
    line-height: 22px;
    font-size: 14px
}

.wrapper {
    background: radial-gradient(133.22% 103.36% at 67.51% 100%, #E1F3FF 0%, #E1F3FF 49.22%, #FDFDFD 100%);
    position: relative;
    /* padding-bottom: 450px; */
    height: 100%;
    min-height: 100vh
}

.logo,
header {
    padding: 12px 0
}

header {
    /* background-color: #fff;
    -webkit-box-shadow: 0 0 18px 0 rgba(79, 151, 219, .31);
    box-shadow: 0 0 18px 0 rgba(79, 151, 219, .31); */
    height: 80px;
    z-index: 206;
    border-bottom: 2px solid transparent
}

.logo {
    width: 197px;
    float: left
}

.contactNo {
    float: right;
    padding: 18px 0
}

.contactNo a {
    font-size: 16px;
    color: #3E7EEB;
}

.contactNo .icon img {
    width: 18px;
    margin-right: 8px
}

.form_section {
    background-color: white;
    padding: 32px;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    max-width: 700px;
    width: 100%;
}

.label-form {
    color: #6A6E7B;
    font-size: 14px;
    font-weight: 600
}

.form_section h3 {
    color: #000619;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase
}

.contactDropdown {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 100%
}

.contactDropdown,
.contactDropdown .selectDropdown {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.contactDropdown .nice-select {
    height: calc(3rem + 6px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #7f7f7f;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    font-family: "Poppins", sans-serif;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.contactDropdown .nice-select span {
    padding: 8px 15px 0 0;
    display: block
}

.contactDropdown .form-control {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.contactDropdown .nice-select:focus {
    border-color: #8dbff3
}

footer {
    position: absolute;
    bottom: 0
}

.footerBg img,
footer {
    width: 100%
}

.progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step
}

.progressbar li {
    list-style-type: none;
    text-transform: uppercase;
    font-size: 16px;
    width: 20%;
    float: left;
    position: relative;
    color: #363636;
    text-align: center
}

.progressbar li:before {
    content: counter(step);
    counter-increment: step;
    display: block;
    font-size: 16px;
    color: #8dbff3;
    border-radius: 50%;
    border: 1px solid #6aa0d7;
    width: 38px;
    height: 38px;
    margin: 0 auto 10px;
    line-height: 38px;
    background: #fff
}

.progressbar li:after {
    content: "";
    width: 155px;
    height: 1px;
    background: #8dbff3;
    position: absolute;
    left: -35%;
    top: 18px;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
    z-index: -1
}

.progressbar li:first-child:after {
    content: none
}

.progressbar li.active {
    color: #8dbff3;
    transition: all 2s ease-in;
    -webkit-transition: all 2s ease-in;
    -moz-transition: all 2s ease-in;
    -ms-transition: all 2s ease-in;
    -o-transition: all 2s ease-in
}

#progressbar li.active:after,
.progressbar li.active:before {
    background: #8dbff3;
    color: #fff;
    border: 1px solid #8dbff3;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease
}

.progressbar li a {
    text-decoration: none;
    color: #8dbff3;
    font-size: 16px
}

.progressbar li.active::before {
    background: #ff7750;
    border: 1px solid #ff7750
}

.form___check .form-check-label a:hover::after,
.progressbar li.active::after {
    background: #ff7750
}

.forgot a:hover,
.form__footer p a:hover,
.moreShuttle p a:hover,
.progressbar li.active a {
    color: #ff7750
}

.shippingAddress {
    display: none
}

.paymentArea {
    max-width: 930px;
    width: 100%;
    margin: 0 auto
}

.tabBtn ul {
    list-style: none;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.moreShuttle p a,
.tabBtn ul li {
    transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in
}

.tabBtn ul li {
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    background-color: #f1f1f1;
    width: 60px;
    height: 60px;
    vertical-align: middle;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #b2b2b2;
    cursor: pointer
}

.tabBtn ul li.active {
    background: #8dbff3;
    border: 1px solid #6aa0d7;
    color: #fff
}

.moreShuttle p {
    color: #404040;
    text-align: right
}

.moreShuttle p a {
    color: #689dd3
}

.tab-section .custom-radio .custom-control-label {
    color: #b2b2b2;
    font-size: 16px;
    font-weight: 400;
    padding-top: 0
}

.p-t-10 {
    padding-top: 10px !important
}

.tab-section .custom-radio {
    border: 1px solid #e6e6e6;
    width: 208px;
    height: 73px;
    padding: 1em 0 1.5em 3em;
    margin-bottom: 15px;
    border-radius: 6px
}

.tab-section .custom-tab-btn {
    background-color: #8dbff3;
    border-color: #8dbff3
}

.tab-section .custom-tab-btn .custom-control-label {
    color: #fff
}

.tab-section .custom-tab-btn .discount {
    color: #363636
}

.tab-section .custom-radio .custom-control-label::before {
    background-color: transparent;
    width: 30px;
    height: 30px;
    border: 1px solid #8dbff3;
    top: .4em
}

.tab-section .custom-radio .custom-control-input:checked~.custom-control-label::before {
    background: 0 0;
    border: 1px solid #fff
}

.tab-section .custom-radio .custom-control-label::after {
    top: .65rem;
    left: -1.3rem
}

.discount {
    display: block;
    color: #ff7750;
    font-size: 12px;
    font-weight: 600
}

.priceSection .price {
    color: #404040;
    min-width: 220px;
    font-size: 18px;
    display: inline-block
}

.priceSection .price .large-font {
    font-size: 70px;
    font-weight: 600
}

.priceSection span {
    display: inline-block;
    vertical-align: middle
}

.priceSection .supTxt {
    font-size: 25px;
    font-weight: 600;
    vertical-align: top;
    margin-top: -5px
}

.paymentFooter,
.priceTable {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    width: 100%
}

.priceTable .content,
.priceTable .price {
    vertical-align: middle;
    padding: 8px 0;
    color: #363636;
    font-weight: 500;
    font-size: 16px
}

.orderDetails ul li,
.priceTable .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%
}

.priceTable .price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    text-align: right
}

.highlight-color {
    color: #d62626
}

.orderDetails ul,
.paymentFooter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.paymentFooter {
    background: #f1f1f1;
    border: 1px solid #e6e6e6;
    height: 72px;
    margin-top: 15px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    padding: 0 8px
}

.tab-section .custom-radio input[type=radio] {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    cursor: pointer
}

.titleHeding h4 {
    font-size: 16px;
    color: #363636;
    font-weight: 600
}

.orderDetails {
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    padding: 15px;
    max-height: 156px;
    height: 100%
}

.orderDetails ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0
}

.orderDetails ul li {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 15px
}

.orderDetails ul li:nth-child(even) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    text-align: right
}

.orderDetails ul li strong.border-top {
    padding-top: 8px
}

.total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 300px;
    float: right;
    padding: 15px
}

.total .leftTxt,
.total .price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    font-size: 16px;
    padding-bottom: 10px
}

.total .price {
    text-align: right
}

.total .leftTxt {
    text-align: left
}

#creditcard .input-addon {
    position: absolute;
    top: 32px;
    right: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 10px
}

#ach .custom-control-label {
    color: #363636;
    font-weight: 500
}

.tab-section.creditInfo .custom-control-label {
    padding-top: 10px
}

.border_right,
.creditInfo,
.form___check .form-check-label a {
    position: relative
}

.border_right::after,
.creditInfo::after {
    width: 1px;
    background: #dedede;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    margin-right: -15px
}

.creditInfo::after {
    right: 18px
}

.border_right::after {
    right: 0
}

.title-heading {
    margin: 25px 0 15px;
    font-size: 20px;
    color: #363636
}

.confirmMessage {
    text-align: center
}

.confirmMessage h4 {
    font-size: 26px;
    color: #363636;
    line-height: 26px;
    margin-bottom: 18px
}

.confirmMessage p {
    font-size: 18px;
    margin-bottom: 22px;
    line-height: 25px
}

.confirmMessage .btn-primary {
    padding: 12px 50px
}

.loginForm {
    /* max-width: 500px; */
    width: 100%;
    margin: 0 auto
}

.loginBtn {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.forgot a,
.form__footer p a {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.request_btn {
    background: 0 0;
    border: 1px solid #68aef1;
    color: #68aef1
}

.request_btn:hover {
    background-color: #ff7750;
    border-color: #ff7750
}

.minWidth {
    min-width: 180px
}

#activate-btn.btn-primary.disabled,
#activate-btn.btn-primary:disabled {
    color: #fff;
    background-color: #bdd3fc;
    border-color: #bdd3fc;
    /* -webkit-box-shadow: 0 6px 20px #c3bdbd;
    box-shadow: 0 6px 20px #c3bdbd */
}

:disabled {
    opacity: .4 !important;
    pointer-events: none
}

.btn-primary {
    font-size: 16px;
    padding: 14px 15px;
    background: #2469F4;
    border: 1px solid #2469F4;
    box-shadow: none;
    position: relative;
    -webkit-transition: all ease 200ms;
    transition: all ease 200ms;
    text-transform: uppercase;
    min-width: 200px;
}
.gap-50{
    gap: 50px;
}
.back-to-login{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.sub-text{
    color: #6A6E7B;
    font-size: 16px;
}
.login-box  .form-control.error-input, .login-box .error-input{
    border-color: red;
    position: relative;
}
.login-box .phone-wrap.error-input{
    border-radius: 6px;
    border: 1px solid red;
    position: relative;
}
.login-box .form-grop{
    position: relative;
}
.login-box .form-group{
    position: relative;
}
.login-box .input-error{
    padding-left: 26px;
}
.login-box .input-error.active::before{
content: '';
position: absolute;
background-image: url(../img/alert-fill.svg);
width: 20px;
height: 20px;
left: 0;
}
.login-box .form-grop .input-error.active::before{
    left: 0;
}
.login-box .input-error{
    display: none;
}
.login-box .input-error.active{
    display: block;
    margin-top: 5px;
}
.btn-primary {
   
  }
  .btn-primary:hover:after {
    -webkit-animation: shine 500ms ease-in-out 100ms forwards;
            animation: shine 500ms ease-in-out 100ms forwards;
  }
  .btn.btn-primary:after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: 0;
    width: 10px;
    background-color: rgb(255, 255, 255);
    -webkit-transform: skewX(-18deg);
            transform: skewX(-18deg);
    opacity: 0;
    -webkit-filter: blur(6px);
            filter: blur(6px);
  }
  
  @-webkit-keyframes shine {
    0% {
      left: 0;
      opacity: 0;
      width: 10px;
    }
    50% {
      opacity: 0.2;
      width: 50px;
    }
    100% {
      left: 100%;
      opacity: 0;
      width: 10px;
    }
  }
  
  @keyframes shine {
    0% {
      left: 0;
      opacity: 0;
      width: 10px;
    }
    50% {
      opacity: 0.2;
      width: 50px;
    }
    100% {
      left: 100%;
      opacity: 0;
      width: 10px;
    }
  }
.btn-primary:focus,
.btn-primary:hover {
    background: #2469F4;
    border-color: #2469F4;
    color: #fff
}
.loginboxmsg.notification_error, .loginboxmsg.notification_success{
    top: 45px !important;
}

.form___check .form-check-input {
    width: 15px;
    height: 15px;
    margin-top: 4px
}

.form___check .form-check-label a::after {
    content: "";
    height: 1px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #689dd3;
    left: 0;
    right: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.pass-show-hide {
    position: absolute;
    right: 2px;
    top: 32px;
    width: 55px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #EFF3FA;
    cursor: pointer
}

.remember-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 0 20px;
    width: 100%
}

.remember-checkbox label {
    padding-left: 30px;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    color: #6A6E7B;
}
a, a:hover {
    color: #3E7EEB;
    text-decoration: none;
}
.remember-checkbox label input {
    opacity: 0;
    z-index: 3;
    margin: 0;
    cursor: pointer
}

.remember-checkbox label input,
.remember-checkbox label span {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px
}

.remember-checkbox label span:after,
.remember-checkbox label span:before {
    -webkit-transition: -webkit-transform .4s cubic-bezier(.45, 1.8, .5, .75);
    -o-transition: transform .4s cubic-bezier(.45, 1.8, .5, .75);
    transition: transform .4s cubic-bezier(.45, 1.8, .5, .75);
    transition: transform .4s cubic-bezier(.45, 1.8, .5, .75), -webkit-transform .4s cubic-bezier(.45, 1.8, .5, .75);
    position: absolute;
    z-index: 1
}

.remember-checkbox label span:before {
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #dbe0e4;
    background: #fff;
    content: " ";
    border-radius: 50%;
}

.remember-checkbox label span:after {
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
    content: "";
    left: 4px;
    top: 6px;
    width: 13px;
    height: 7px;
    border: 2px solid #fff;
    border-top-style: none;
    border-right-style: none
}

.remember-checkbox label input:checked+span:after {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1)
}

.remember-checkbox label input:checked+span::before {
    border: 1px solid #3E7EEB;
    background-color: #3E7EEB;
    border-radius: 50%;
}

.bs-example.alert {
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0
}

.bs-example .update-info {
    background: #b5d6f5;
    padding: 15px;
    margin-top: -20px;
    border-radius: 4px;
    margin-bottom: 12px
}

.bs-example .update-info span {
    max-width: 95%;
    font-size: 12px;
    line-height: 22px;
    display: block;
    color: #444;
    text-align: justify
}

.bs-example .update-info span.font-12 {
    font-size: 12px;
    max-width: 90%
}

.bs-example .update-info span a {
    color: #444;
    text-decoration: none
}

@media (max-width:1600px) {
    .wrapper {
        /* padding-bottom: 360px */
    }
}

@media (max-width:1366px) {
    .wrapper {
        /* padding-bottom: 320px */
    }
}

@media (max-width:1030px) {
    .progressbar li:after {
        width: 130px
    }

    .wrapper {
        /* padding-bottom: 265px */
    }
}

@media (max-width:992px) {
    .tab-section .custom-radio {
        float: left;
        margin: 0 10px 40px 0
    }

    .form__footer .form___check {
        padding: 0 0;
        text-align: left;
        margin-bottom: 20px;
    }
    .remember-checkbox{
        display: block;
    }
    .btn-primary{
        width: 100%;
    }
    .remember-checkbox label{
        margin-bottom: 20px;
    }
}

@media (max-width:768px) {
    .progressbar li a {
        font-size: 14px
    }

    .progressbar li:after {
        width: 80px;
        left: -30%
    }

    .border_right {
        border: 0
    }

    .tab-section .custom-radio {
        float: left;
        margin: 0 10px 25px 0
    }

    .priceSection {
        margin-bottom: 20px
    }

    .priceSection .supTxt {
        margin-top: 0
    }

    .priceSection .price .large-font {
        font-size: 55px
    }

    .priceTable .content,
    .priceTable .price {
        font-size: 14px
    }

    .tabBtn ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .tabBtn ul li {
        margin: 0 5px 10px;
        width: 50px;
        height: 50px;
        line-height: 50px
    }

    .orderDetails {
        height: auto;
        max-height: none;
        margin-bottom: 25px
    }

    .footer.pt-5 {
        padding-top: 0 !important
    }
}

@media (max-width:668px) {
    .progressbar li a {
        font-size: 12px
    }

    .hide_mob {
        display: none
    }
}

@media (max-width:480px) {
    .wrapper {
        /* padding-bottom: 120px */
    }

    header {
        height: 65px;
        padding: 15px 0
    }

    header.mb-5 {
        margin-bottom: 1.5em !important
    }

    .logo {
        width: 170px;
        padding: 2px 0
    }

    .contactNo {
        padding: 5px 0
    }

    .tab-section .custom-radio {
        min-width: 160px;
        width: auto;
        height: 60px;
        padding: .5em 0 1.5em 2.5em
    }

    .progressbar li a {
        display: none
    }

    .progressbar li:after {
        width: 70px
    }

    .priceSection .price .large-font {
        font-size: 45px
    }

    .priceSection .supTxt {
        margin-top: 5px
    }

    .btn-primary {
        font-size: 16px;
        padding: 12px 28px
    }

    .form_section h3 {
        font-size: 20px
    }

    .contactDropdown .nice-select,
    .form-control {
        height: calc(2rem + 6px);
        font-size: 12px
    }

    .pass-show-hide {
        width: 55px;
        height: 35px;
        line-height: 35px
    }

    .contactDropdown .nice-select span {
        padding: 4px 15px 0 0
    }

    .custom-control-label {
        font-size: 14px;
        padding-top: 4px
    }

    #creditcard .input-addon {
        position: absolute;
        top: 25px;
        right: 0;
        width: 50px;
        height: 32px
    }

    .confirmMessage h4 {
        font-size: 22px
    }

    .confirmMessage p {
        font-size: 16px
    }

    #login-btn.btn-primary {
        min-width: 90px;
        padding: 8px 10px
    }
}

@media (max-width:414px) {
    .btn-primary {
        font-size: 14px;
        padding: 8px 15px
    }

    .tab-section .custom-radio {
        margin-bottom: 15px
    }

    .progressbar li:before {
        font-size: 12px;
        width: 28px;
        height: 28px;
        line-height: 28px
    }

    .progressbar li:after {
        left: -40%;
        top: 14px
    }
}

@media (max-width:375px) {
    .wrapper {
        /* padding-bottom: 100px */
    }

    .form___check+.btn-primary {
        font-size: 14px;
        padding: 12px 25px !important;
        width: 100%;
    }
}
.login-box{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 80px);
    padding: 20px;
}
.login-box .form-control{
    background-color: #EFF3FA;
    border: 1px solid transparent;
    border-radius: 6px;
    -webkit-border-radius: 6px;
}
.login-box input:-webkit-autofill {
    background-color: #EFF3FA !important;
    color: #000 !important;
    -webkit-box-shadow: 0 0 0 1000px #EFF3FA inset !important;
    transition: background-color 5000s ease-in-out 0s;
  }
  