
#sign-up,
#sign-up-step-1 {
    font-family: 'Roboto', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    margin: 0;
    background: #f3f4f5;
    color: #111;
    /* padding: 40px 0px; */
    min-height: 100vh;
}

.sign-up-page .heading h1,
.sign-up-page-step-1 .heading h1 {
    letter-spacing: 0.2px;
}

.sign-up-page .heading p,
.sign-up-page-step-1 .heading p {
    color: #000;
    line-height: 1.5;
}

.sign-up-page .signup-card,
.sign-up-page-step-1 .signup-card-step-one {
    display: flex;
    gap: 0;
    background: transparent;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px -1px 18px rgb(16 19 26 / 8%);
}

.signup-card .left,
.signup-card-step-one .left {
    width: 300px;
    min-width: 260px;
    background: #4588cc;
    color: #fff;
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

.signup-card .left .small,
.signup-card-step-one .left .small {
    font-size: 13px;
    opacity: 0.95;
    margin-bottom: 15px;
}

.signup-card .left .price,
.signup-card-step-one .left .price {
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    margin: 6px 0 10px;
    border-bottom: 2px solid #ffffff57;
    padding-bottom: 20px;

}

.signup-card .left .features,
.signup-card-step-one .left .features {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 13px;
    font-weight: 500;
    z-index: 9;
}

.signup-card .left .feature,
.signup-card-step-one .left .feature {
    display: flex;
    gap: 10px;
    align-items: center;
}

.signup-card .left .feature .dot,
.signup-card-step-one .left .feature .dot {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-image: url("../images/shield-svgrepo-com.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

.signup-card .shield,
.signup-card-step-one .shield {
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 220px;
    height: 220px;
    opacity: 0.08;
    pointer-events: none;
}

.signup-card .left .shield-image {
    position: relative;
}

.signup-card .left .shield-image img {
    position: absolute;
    right: 62px;
    bottom: 0;
    z-index: 0;
    max-width: 300px;
    top: -60px;
}

.signup-card .right,
.signup-card-step-one .right {
    background: #fefff9;
    padding: 26px 28px;
    flex: 1;
    border-radius: 0 10px 10px 0;
    min-width: 320px;
}

.signup-card .right .title,
.signup-card-step-one .right .title {
    font-size: 23px;
    font-weight: 800;
    margin: 6px 0 38px;
    color: #4b4c47;
}

.signup-card .right .form-row {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 12px;
    justify-content: space-around;
    gap: 16px
}

.signup-card .right .form-row.full,
.signup-card-step-one .right .form-row.full {
    display: block
}

.signup-card .right label,
.signup-card-step-one .right label {
    display: block;
    font-size: 13px;
    color: #666;
    margin-bottom: 6px
}

.signup-card .right .cc-input,
.signup-card-step-one .right .cc-input {
    display: flex;
    gap: 12px;
    align-items: center
}

.signup-card .right .underline-input,
.signup-card-step-one .right .underline-input {
    position: relative
}

.signup-card .right .underline-input.cvv,
.signup-card .right .underline-input.exp-month,
.signup-card .right .underline-input.exp-year {
    width: 100%
}

.signup-card .right .underline-input input.form-control,
.signup-card-step-one .right .underline-input input.form-control {
    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    background: 0 0;
    box-shadow: none;
    width: 100%;
    padding: 10px 10px 10px 40px;
    font-size: 13px;
    transition: border-color .3s
}

.signup-card .right .underline-input select.form-control,
.signup-card .right .underline-input.cvv input.form-control,
.signup-card-step-one .right .underline-input select.form-control {
    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    /* background: 0 0; */
    box-shadow: none;
    width: 100%;
    padding: 10px 10px 10px 5px;
    font-size: 13px;
    transition: border-color .3s
}

.signup-card .right .underline-input.cvv input.form-control:focus+label,
.signup-card .right .underline-input.cvv input.form-control:not(:placeholder-shown)+label,
.signup-card .right .underline-input.cvv label {
    left: 0
}

.signup-card .right .underline-input .form-control:focus,
.signup-card-step-one .right .underline-input .form-control:focus {
    border-color: #2196f3;
    outline: 0
}

.signup-card .right .underline-input.cvv input.form-control~label {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 15px;
    color: #888;
    pointer-events: none;
    transition: .2s
}

.signup-card .right .underline-input input.form-control~label,
.signup-card-step-one .right .underline-input input.form-control~label {
    position: absolute;
    top: 10px;
    left: 40px;
    font-size: 15px;
    color: #888;
    pointer-events: none;
    transition: .2s
}

.signup-card .right .underline-input select.form-control~label,
.signup-card-step-one .right .underline-input select.form-control~label {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 15px;
    color: #000;
    pointer-events: none;
    transition: .2s
}

.signup-card .right .underline-input input.form-control:focus+label,
.signup-card .right .underline-input input.form-control:not(:placeholder-shown)+label,
.signup-card-step-one .right .underline-input input.form-control:focus+label,
.signup-card-step-one .right .underline-input input.form-control:not(:placeholder-shown)+label {
    top: -10px;
    left: 40px;
    font-size: 13px;
    color: #000;
    background: #fff;
    padding: 0 4px
}

.signup-card .right .underline-input select.filled+label,
.signup-card .right .underline-input select:focus+label,
.signup-card .right .underline-input select:not([value=""]):valid+label {
    top: -10px;
    font-size: 13px;
    color: #000;
    background: #fff;
    padding: 0 4px;
    border: none;
}

.signup-card .right input[type=tel],
.signup-card .right input[type=text],
.signup-card .right select,
.signup-card-step-one .right input[type=tel],
.signup-card-step-one .right input[type=text],
.signup-card-step-one .right select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    font-size: 14px;
    /* background: #fafafa */
}

.signup-card .right .cc-icon,
.signup-card-step-one .right .cc-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #666;
    pointer-events: none;
    line-height: 4px
}

.signup-card .right .cc-icon img {
    max-width: 20px
}

.signup-card-step-one .right .form-row {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 12px
}

.signup-card-step-one .right .underline-input select.filled+label,
.signup-card-step-one .right .underline-input select:focus+label,
.signup-card-step-one .right .underline-input select:not([value=""]):valid+label {
    top: -10px;
    font-size: 13px;
    color: #000;
    background: #fff;
    padding: 0 4px;
    border: none
}

.sign-up-page .small-note {
    font-size: 14px;
    color: #4b4c47;
    margin: 10px 0 50px;
    line-height: 1.35;
}

.sign-up-page .checkbox-row {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 12px;
}

.sign-up-page .checkbox-row.terms label {
    margin-bottom: 0;
    font-size: 13px;
    color: #666;
    line-height: 1.25;
    max-width: 77%;
}

.sign-up-page .checkbox-row.terms label a {
    text-decoration: none;
    color: #0d6efd;
}

.sign-up-page .checkbox-row input {
    margin-top: 1px;
    transform: scale(1.05);
    box-shadow: 0px 1px 3px rgb(107 107 107 / 26%);
}

.sign-up-page .terms {
    background: #f2f2f2;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #eef2f6;
    font-size: 13px;
    color: #666;
}

.sign-up-page .pay-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
}

.signup-card-step-one .pay-row {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
}

.sign-up-page .card-logos {
    display: flex;
    gap: 2px;
    align-items: center;
}

.sign-up-page .btn-pay,
.sign-up-page-step-1 .btn-pay {
    background: #4487CD;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 15px;
    border-radius: 3px;
    /* opacity: 0.50; */
    width: auto;
}

.signup-card-step-one .right .left-zero {
    left: 0 !important;
}

.sign-up-page .btn-pay:active,
.sign-up-page-step-1 .btn-pay:active,
.sign-up-page .btn-pay:hover,
.sign-up-page-step-1 .btn-pay:hover {
    transform: translateY(1px);
    transition: all 0.5s ease;
    background: linear-gradient(180deg, #64a3e6, #2f7acb);
}

.sign-up-page .footer-strip,
.sign-up-page-step-1 .footer-strip {
    margin-top: 18px;
    border-radius: 10px;
    background: #e7e7e7;
    color: #000;
    font-size: 13px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.sign-up-page .footer-strip {
    padding: 10px 12px;
}

.sign-up-page-step-1 .footer-strip {
    padding: 30px 12px;
}

.sign-up-page .footer-strip img,
.sign-up-page-step-1 .footer-strip img {
    width: 40px;
    height: auto;
}

.signup-card-step-one .left {
    z-index: 1;
}

.sign-up-page-step-1 .signup-card-step-one .shield-pattern {
    position: absolute;
    width: 80%;
    left: 0;
    z-index: -1;
    top: 32%;
}

.signup-card-step-one .left {
    padding: 50px 40px;
}
input[type=text], input[type=search], input[type=number], input[type=password], input[type=tel], input[type=email], select, textarea
 {
    height: inherit;
}
select, select.form-control{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23212121'%3E%3Cpath d='M24 24H0V0h24v24z' fill='none' opacity='1'/%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center right 5px;
    background-size: 20px auto;
    appearance: none;
    -webkit-appearance: none;
    line-height: 24px;
}
select::-ms-expand, select.form-control{
    display: none;
}


@media (max-width:1199.9px) {
    .signup-card .right .underline-input select.form-control~label {
        font-size: 13px;
    }

    .signup-card .right .underline-input.cvv input.form-control~label {
        font-size: 13px;
    }

    .signup-card .right .underline-input input.form-control~label {
        font-size: 13px;
    }

    .signup-card .right .form-row {
        gap: 10px;
    }

    .signup-card .left .shield-image img {
        top: 37px;
    }

}

@media (max-width: 991.9px) {

    .signup-card .left .shield-image img {
        position: absolute;
        right: 79px;
        bottom: 0;
        z-index: 0;
        max-width: 300px;
        top: 90px;
    }

    .signup-card-step-one .right {
        border-radius: 0 0 10px 10px;
    }

    .sign-up-page-step-1 .signup-card-step-one .shield-pattern {
        width: 70%;
        left: 0;
        z-index: -1;
        top: 44%;
    }
}

@media (max-width: 991px) and (min-width: 767.9px) {
    .signup-card .right .form-row {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

    .signup-card .right .exp-month,
    .signup-card .right .exp-year {
        flex: 1 1 calc(50% - 10px);
        min-width: 150px;
    }

    .signup-card .right .cvv {
        flex: 1 1 100%;
        min-width: 100%;
    }

    .signup-card .right .underline-input {
        position: relative;
        width: 100%;
    }

}

@media (max-width:767.9px) {

    #sign-up,
    #sign-up-step-1 {
        padding: 0
    }

    .signup-card-step-one .left {
        padding: 30px 20px;
        background-image: url(../images/shield.jpg);
        background-repeat: no-repeat;
        background-position: right 157px;
        background-size: 414px;
        width: 100%
    }

    .signup-card .for-mobile-price,
    .signup-card-step-one .for-mobile-price {
        display: flex;
        justify-content: space-between;
        border-bottom: 2px solid #ffffff57;
        padding-bottom: 20px
    }

    .signup-card .left .price,
    .signup-card-step-one .left .price {
        border-bottom: none;
        padding-bottom: 0;
        margin-top: 0
    }

    .shield-pattern,
    .signup-card .left .shield-image img {
        display: none
    }

    .signup-card,
    .signup-card-step-one {
        flex-direction: column;
        border-radius: 10px;
        overflow: visible
    }

    .sign-up-page-step-1 .heading h1,
    .sign-up-page-step-1 .heading p {
        text-align: center
    }

    .signup-card .right,
    .signup-card-step-one .right {
        padding: 10px 15px;
        min-width: 100%
    }

    .signup-card-step-one .right {
        padding-top: 20px;
    }

    .signup-card .left .price span,
    .signup-card-step-one .left .price span {
        text-align: right
    }

    .signup-card .right .form-row {
        flex-direction: column;
        gap: 30px
    }

    .signup-card .left {
        width: 100%;
        min-width: unset;
        border-radius: 10px 10px 0 0;
        background-image: url(../images/shield.jpg);
        background-repeat: no-repeat;
        background-position: right 157px;
        background-size: 414px;
        padding: 30px 20px
    }

    .signup-card .right .title {
        font-size: 20px
    }

    .signup-card .checkbox-row.terms label {
        max-width: 100%
    }

    .signup-card .checkbox-row input {
        margin-top: 2px
    }

    .signup-card .footer-strip .d-flex.text-center.align-items-center {
        flex-direction: column
    }
}

@media (max-width:500.9px) {

    .signup-card .left,
    .signup-card-step-one .left {
        background-repeat: no-repeat;
        background-position: right 174px;
        background-size: 270px;
    }
}

@media (max-width:430.9px) {
    .signup-card .left .price {
        font-size: 22px;
    }

    .signup-card .right .title {
        font-size: 15px;
    }

    .sign-up-page .heading p {
        font-size: 12px;
    }
}

@media (max-width:430.9px) {

    .signup-card .left .price,
    .signup-card-step-one .left .price {
        font-size: 22px
    }

    .signup-card .right .title,
    .signup-card-step-one .right .title {
        font-size: 15px
    }

    .sign-up-page .heading p,
    .sign-up-page-step-1 .heading p {
        font-size: 12px
    }
}