body {
    background-color: #000;
    font-family: 'Roboto Slab', serif !important;
    /*font-family: 'Great Vibes', cursive;*/
}
/** Login 18 start **/
.Reg-Ast {
    background: url(../images/img-18.jpg) top left repeat;
    background-size: cover;
    top: 0;
    width: 100%;
    text-align: center;
    bottom: 0;
    opacity: 1;
    z-index: 999;
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    background-repeat: no-repeat;
    background-position: bottom;
}

    .Reg-Ast:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000000;
        content: "";
        z-index: -1;
        opacity: 0.4;
    }

    .Reg-Ast a {
        text-decoration: none;
    }

    .Reg-Ast h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        /*font-family: 'Jost', sans-serif;*/
    }

    .Reg-Ast .form-section {
        max-width: 450px;
        margin: 0 auto;
        padding: 30px 50px;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0 0 35px rgb(0 0 0 / 10%);
        position: relative;
        z-index: 0;
        border-top-left-radius: 15%;
        border-bottom-right-radius: 15%;
    }

        .Reg-Ast .form-section:before {
            content: "";
            width: 196px;
            height: 50px;
            position: absolute;
            bottom: 0;
            left: 0;
            background: url(../images/img-39.png) top left repeat;
            background-size: cover;
            z-index: -1;
        }

        .Reg-Ast .form-section:after {
            content: "";
            width: 196px;
            height: 50px;
            position: absolute;
            top: 0;
            right: 0;
            background: url(../images/img-40.png) top left repeat;
            background-size: cover;
            z-index: -1;
        }

    .Reg-Ast .form-check-input:checked {
        display: none;
    }    
    .Reg-Ast .form-section p {
        color: #535353;
        margin-bottom: 0;
        text-align: center;
        font-size: 16px;
    }

        .Reg-Ast .form-section p a {
            color: #d3ac67;
            font-weight: bold;
        }

    .Reg-Ast .form-section .extra-login {
        float: left;
        width: 100%;
        margin: 20px 0 20px;
        text-align: center;
        position: relative;
    }

        .Reg-Ast .form-section .extra-login::before {
            position: absolute;
            left: 0;
            top: 10px;
            width: 100%;
            height: 1px;
            background: #d8dcdc;
            content: "";
        }

        .Reg-Ast .form-section .extra-login > span {
            width: auto;
            float: none;
            display: inline-block;
            background: #fff;
            padding: 1px 20px;
            z-index: 1;
            position: relative;
            /*font-family: Open Sans;*/
            font-size: 15px;
            color: #535353;
            text-transform: capitalize;
        }

    .Reg-Ast .form-section ul {
        list-style: none;
        padding: 0;
        margin: 0 0 20px;
    }

    .Reg-Ast .logo-2 img {
        margin-bottom: 20px;
        height: 80px;
    }

    .Reg-Ast .form-section .social-list li {
        display: inline-block !important;
        margin-bottom: 5px;
    }

        .Reg-Ast .form-section .social-list li a {
            font-size: 14px;
            font-weight: 400;
            width: 130px;
            margin: 2px 0 3px 0;
            height: 40px;
            line-height: 40px;
            border-radius: 20px;
            display: inline-block;
            text-align: center;
            text-decoration: none;
            background: #fff;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            /*font-family: 'Jost', sans-serif;*/
        }

            .Reg-Ast .form-section .social-list li a i {
                height: 40px;
                width: 40px;
                line-height: 40px;
                float: left;
                color: #fff;
                border-radius: 20px;
            }

            .Reg-Ast .form-section .social-list li a span {
                margin-right: 7px;
            }

    .Reg-Ast .form-section .thembo {
        margin-left: 4px;
    }

    .Reg-Ast .form-section h3 {
        margin: 0 0 30px;
        font-size: 20px;
        font-weight: 500;
        color: #040404;
        text-transform: uppercase;
    }

    .Reg-Ast .form-section .form-group {
        margin-bottom: 25px;
    }

    .Reg-Ast .form-section input.form-control {
    font-size: 16px;
    outline: none;
    background: #efefef;
    padding: 12px 25px;
    color: #535353;
    border-radius: 3px;
    border: 1px solid #efefef;
    height: 50px;
}


    .Reg-Ast .form-section .form-control {
        font-size: 16px;
        outline: none;
        background: #efefef;
        padding: 12px 25px;
        color: #535353;
        border-radius: 3px;
        border: 1px solid #efefef;
    }

.otp-input {
    display: flex;
}
    .otp-input .txtNumber {
        padding: 5px 10px 5px 10px;
        border: 1px solid #efefef;
        border-radius: 0px;
        margin: 5px;
        width: 100%;
        height: 50px;
        box-sizing: border-box;
        color: #2C3E50;
        background-color: #efefef;
        font-size: 16px;
        letter-spacing: 1px;
    }
    .Reg-Ast .form-section .checkbox .terms {
        margin-left: 3px;
    }

.Reg-Ast .form-section .btn-md {
    cursor: pointer;
    /* height: 60px; */
    color: #fff;
    padding: 10px 25px 10px 25px;
    font-size: 17px;
    font-weight: 400;
    /* font-family: 'Jost', sans-serif; */
    border-radius: 3px;
    /* width: 100%; */
}
    .Reg-Ast .form-section input[type=checkbox], input[type=radio] {
        margin-right: 3px;
    }

    .Reg-Ast .form-section button:focus {
        outline: none;
        outline: 0 auto -webkit-focus-ring-color;
    }

    .Reg-Ast .form-section .btn-theme.focus, .btn-theme:focus {
        box-shadow: none;
    }
a.Rensend_OTP {
    color: #000;
    margin: 10px;
    cursor: pointer;
}
    .Reg-Ast .form-section .btn-theme {
        background: #d3ac67;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        border: none;
        color: #fff;
    }

        .Reg-Ast .form-section .btn-theme:hover {
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            background: #000;
        }

    .Reg-Ast .form-section .terms {
        margin-left: 3px;
    }

    .Reg-Ast .form-section .form-check {
        float: left;
        margin-bottom: 0;
        padding-left: 0;
        position: relative;
    }

        .Reg-Ast .form-section .form-check a {
            color: #535353;
        }

    .Reg-Ast .form-section .form-check-input {
        position: absolute;
        margin-left: 0;
    }

    .Reg-Ast .form-section .form-check label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 18px;
        height: 18px;
        top: 2px;
        margin-left: -25px;
        border: 1px solid #e8e8e8;
        background: #e8e8e8;
        border-radius: 3px;
    }

    .Reg-Ast .form-section .form-check-label {
        padding-left: 25px;
        margin-bottom: 0;
        font-size: 16px;
        color: #535353;
    }

    .Reg-Ast .form-section .checkbox-theme input[type="checkbox"]:checked + label::before {
        background-color: #d3ac67;
        border-color: #d3ac67;
    }

    .Reg-Ast .form-section input[type=checkbox]:checked + label:before {
        font-weight: 600;
        color: #fff;
        line-height: 16px;
        font-size: 14px;
        content: "\2713";
        padding-left: 0;
    }

    .Reg-Ast .form-section input[type=checkbox], input[type=radio] {
        margin-top: 4px;
    }

    .Reg-Ast .form-section a.forgot-password {
        font-size: 16px;
        color: #535353;
        float: right;
        /*line-height: 60px;*/
    }

    /** Social media **/
    .Reg-Ast .facebook-i {
        background: #4867aa;
        color: #fff;
    }

    .Reg-Ast .twitter-i {
        background: #33CCFF;
        color: #fff;
    }

    .Reg-Ast .google-i {
        background: #db4437;
        color: #fff;
    }

    .Reg-Ast .facebook-color {
        color: #4867aa;
    }

    .Reg-Ast .twitter-color {
        color: #33CCFF;
    }

    .Reg-Ast .google-color {
        color: #db4437;
    }

@media (max-width: 768px) {
    .Reg-Ast .form-section {
        padding: 50px 30px;
    }
}

@media (max-width: 500px) {
    .Reg-Ast .form-section .social-list li a i {
        display: none;
    }

    .Reg-Ast .form-section .social-list li a {
        width: 100px;
    }
}
/** Login 18 end **/




:root {
    --card-line-height: 1.2em;
    --card-padding: 1em;
    --card-radius: 0.5em;    
    --radio-border-width: 2px;
    --radio-size: 1.5em;
}

.card {
    background-color: #fff;
    border-radius: var(--card-radius);
    position: relative;
}

    .card:hover {
        box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
    }

.radio {
    font-size: inherit;
    margin: 0;
    position: absolute;
    right: calc(var(--card-padding) + var(--radio-border-width));
    top: calc(var(--card-padding) + var(--radio-border-width));
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .radio {
        -webkit-appearance: none;
        -moz-appearance: none;
        background: #fff;
        border: var(--radio-border-width) solid #e2ebf6;
        border-radius: 50%;
        cursor: pointer;
        height: var(--radio-size);
        outline: none;
        transition: background 0.2s ease-out, border-color 0.2s ease-out;
        width: var(--radio-size);
    }

        .radio::after {
            border: var(--radio-border-width) solid #fff;
            border-top: 0;
            border-left: 0;
            content: "";
            display: block;
            height: 0.75rem;
            left: 25%;
            position: absolute;
            top: 50%;
            transform: rotate(45deg) translate(-50%, -50%);
            width: 0.375rem;
        }

        .radio:checked {
            background: #d3ac67;
            border-color: #d3ac67;
        }

    .card:hover .radio {
        border-color: #c4d1e1;
    }

        .card:hover .radio:checked {
            border-color: #000000;
        }
}

.Account_select {
    border: var(--radio-border-width) solid #e2ebf6;
    border-radius: var(--card-radius);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding: var(--card-padding);
    transition: border-color 0.2s ease-out;
    text-align: left;
}

.card:hover .Account_select {
    border-color: #c4d1e1;
}

.radio:checked ~ .Account_select {
    border-color: #d3ac67;
    text-align: left;
}
.radio:focus ~ .Account_select {
    box-shadow: 0 0 0 2px #c4d1e1;
}

.radio:disabled ~ .Account_select {
    color: #c4d1e1;
    cursor: default;
}

    .radio:disabled ~ .Account_select .plan-type {
        color: #c4d1e1;
    }

.card:hover .radio:disabled ~ .Account_select {
    border-color: #e2ebf6;
    box-shadow: none;
}

.card:hover .radio:disabled {
    border-color: #e2ebf6;
}

.plan-type {
    color: #d3ac67;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1em;
}

.select2-container--bootstrap4 .select2-selection {  
    height: 53px !important;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    text-align:left;
    line-height: calc(1em + .75rem);
    font-size: 16px;
    outline: none;
    background: #efefef;
    padding: 12px 25px;
    color: #535353;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #efefef;
}