﻿/* registration css */



@import url('https://fonts.googleapis.com/css2?family=Hind+Vadodara:wght@400;500;600&display=swap');

:root {
    --white: #fff;
    --brilliant: #1a3954;
    --red: #fb7066;
    --blue: #87d7e2;
    --brilliant-old: #1a3954;
}

/* Common CSS Start */

/*@import url('https://fonts.googleapis.com/css2?family=Hind+Vadodara:wght@400;500;600&display=swap');
@font-face {font-family: "Bauhaus"; src: url("//db.onlinewebfonts.com/t/8631e410ccd3db17d69dff87d3863c5d.eot"); src: url("//db.onlinewebfonts.com/t/8631e410ccd3db17d69dff87d3863c5d.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/8631e410ccd3db17d69dff87d3863c5d.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/8631e410ccd3db17d69dff87d3863c5d.woff") format("woff"), url("//db.onlinewebfonts.com/t/8631e410ccd3db17d69dff87d3863c5d.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/8631e410ccd3db17d69dff87d3863c5d.svg#Bauhaus Lt BT") format("svg"); }
@font-face {
    font-family: 'Hind Vadodara', sans-serif;
    src: url("https://fonts.googleapis.com/css2?family=Hind+Vadodara:wght@400;500;600&display=swap");
}*/


body,
body {
    /*background-color: #EFF8FA;*/
    background-color: #1a3954;
    font-family: 'Hind Vadodara', sans-serif;
    scroll-behavior: smooth;
}


.bg-brilliant-primary {
    background-color: #23949A;
}


.reg-steps div img {
    width: 100%;
}

.reg-steps > div {
    text-align: center;
    width: 29%;
    padding: 0 2rem !important;
}

@media only screen and (max-width: 600px) {
    .reg-steps > div {
        width: 33%;
        padding: 0 1rem !important;
    }
}

.txt-title-green {
    font-family: Hind Vadodara !important;
    font-size: 20pt;
    color: #1a3954;
    line-height: 1;
}

.txt-title-green30 {
    font-family: Hind Vadodara !important;
    font-size: 30pt;
    color: #1a3954;
    line-height: 1;
}

.txt-title-darkgreen {
    font-family: Hind Vadodara !important;
    font-size: 20pt;
    color:  var(--brilliant);
    line-height: 1;
}

.txt-title-caps {
    font-family: Hind Vadodara !important;
    font-size: 12pt;
    color: #1a3954;
    line-height: 1;
}

@media only screen and (max-width: 600px) {
    .txt-title-darkgreen {
        font-size: 10pt;
        display: block;
    }

    .txt-title-green30 {
        font-size: 20pt;
    }
}

.stp1-box-border {
    border: 1px solid #C6C6C5;
}
.ext-css {
    font-family: Hind Vadodara !important;
    font-size: 18px;
    color:  var(--brilliant);
    line-height: 1;
}
/*  slide bar */
.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 101%;
    height: 15px;
    border-radius: 5px;
    background: var(--brilliant);
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .slider:hover {
        opacity: 1;
    }

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background:  var(--brilliant);
        cursor: pointer;
        border: 3px solid #CFCFCE;
    }

    .slider::-moz-range-thumb {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #4CAF50;
        cursor: pointer;
    }


/* end slide bar */

.ext-number > input {
    margin: 20px;
    border-radius: 2px;
    background-color: #1a3954;
    border: 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    /*font-family: Hind Vadodara_lt_btlight;*/
    font-size: 20px;
}

.brilliant-number > input {
    margin: 8px;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid  var(--brilliant);    
    text-align: center;
    color:  var(--brilliant);
    font-weight: bold;
    /*font-family: Hind Vadodara_lt_btlight;*/
    font-size: 15px;
}

@media only screen and (max-width: 600px) {
    .ext-number > input {
        margin: 20px 10px;
    }

    .brilliant-number > input {
        margin: 0px 2px;
        padding: 0;
        height: calc(1.2em + .75rem + 0px);
    }
}

.btn {
    background-color: var(--brilliant);
    color: #fff;
    border-radius: 3px;
    font-family: Hind Vadodara !important;
}

.form-control {
    border-radius: 2px;
}

label {
    font-family: Hind Vadodara !important;
    font-size: 12pt;
    color:  var(--brilliant);
}
/*.reg-form input{
    background-color: #EFF8FA;
    border: 1px solid #23949A;
    padding: 22px;
    font-size: 13pt;
}*/
.reg-form input {
    background-color: #EFF8FA;
    border: 1px solid var(--brilliant);
    padding-left: 4px;
    padding-right: 4px;
    font-size: 14px;
}

#RegistrationForm > div > div > div:nth-child(2) > div.col-md-2.otptext > button {
    margin-top: 33px !important;
}

@media only screen and (max-width: 476px) {
    #RegistrationForm > div > div > div:nth-child(2) > div.col-md-2.otptext > button {
        margin-top: 09px !important;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 476px) {
    .counter {
        margin-top: 09px !important;
    }
}

/*light box*/
.otp {
    color: #fff;
    background-color: rgba(13,70,73,0.95);
    border: 1px solid #23949A;
    padding: 22px;
    font-size: 13pt;
    margin: auto;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    padding-top: 20%;
}

    .otp .btn {
        background-color: #57C4C6;
        margin-right: -52px;
    }

.txt-otp1 {
    font-size: 18pt;
    margin-bottom: 20px;
    line-height: 1;
    font-family: Hind Vadodara !important;
}

.txt-otp2 {
    font-family: Hind Vadodara !important;
    font-size: 15pt;
}

.txt-otp3 {
    font-family: Hind Vadodara !important;
    font-size: 15pt;
    color: #FCB017;
    letter-spacing: 3px;
    margin-bottom: 5px;
}

.txt-summery {
    font-family: Hind Vadodara !important;
    font-size: 15pt;
    color: #1a3954;
    letter-spacing: 3px;
    margin-bottom: 5px;
    text-align: center;
}


.otp .d-flex > div {
    font-family: Hind Vadodara !important;
    font-size: 15pt;
}

    .otp .d-flex > div input {
        border: 1px solid #106868;
        font-size: 12pt;
        font-weight: bold;
    }

.otp .d-flex > div {
    white-space: nowrap;
}



/*end light box*/


.txt-title-gray15 {
    text-align: center;
    font-size: 15pt;
    font-family: Hind Vadodara !important;
    color: #353535;
    line-height: 1;
}


.tbl-summery {
    border-top: 1px solid #4E9391;
}

    .tbl-summery tr:first-child td {
        padding-top: 10px;
    }

    .tbl-summery td {
        font-family: Hind Vadodara !important;
        color: #1a3954;
        padding-right: 20px;
        font-size: 15pt;
        line-height: 1.2;
    }

    .tbl-summery th {
        font-family: Hind Vadodara !important;
        color: #1a3954;
        font-size: 15pt;
    }


/* twicking 1 */
.reg1-body {
    padding-left: 5%;
    padding-right: 5%;
    margin-top: -200px;
    transform: scale(.6) !important;
}

.reg2-body {
    padding-left: 7%;
    padding-right: 7%;
    /*margin-top: -50px;*/
    margin-top: 2rem;
}

.zoom8 {
    transform: scale(.8);
}

.pulltotop50 {
    margin-top: -150px;
}

.reg2-body img {
    transform: scale(1);
}

/*.reg2-body .form {
    transform: scale(.8);
}*/

.logo {
    /*transform: scale(.8);*/
    height:100px;
    width:100px;
}


.reg2-body .form button {
    font-size: 15px;
    margin-top: 20px;
}
#doneOTP {
    font-size: 45px;
    color: #2f9398;
    margin-top: 33px;

}

/* end twicking 1*/

@media only screen and (max-width: 600px) {
    .reg1-body {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: -165px;
    }

    .reg2-body {
        padding-left: 15px;
        padding-right: 15px;
        /*margin-top: -100px;*/
    }
        .reg2-body .form button {
            
            margin-top: 1px;
        }


    .zoom8 {
        transform: scale(1);
    }

    .pulltotop50 {
        margin-top: 0px;
    }
}


[data-tip] {
    position: relative;
}

    [data-tip]:before {
        content: '';
        /* hides the tooltip when not hovered */
        display: none;
        content: '';
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #1a1a1a;
        position: absolute;
        top: 50px;
        left: 35px;
        z-index: 8;
        font-size: 0;
        line-height: 0;
        width: 0;
        height: 0;
    }

    [data-tip]:after {
        display: none;
        content: attr(data-tip);
        position: absolute;
        top: 55px;
        left: 0px;
        padding: 5px 8px;
        background: #1a1a1a;
        background-color: #1a3954;
        color: #fff;
        z-index: 9;
        font-size: 0.80em;
        height: 30px;
        line-height: 18px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        white-space: nowrap;
        word-wrap: normal;
    }

    [data-tip]:hover:before,
    [data-tip]:hover:after {
        display: block;
    }

@media only screen and (max-width: 600px) {
    .formblock {
        margin-top: -70px !important;
    }
}
#RegistrationForm > div > div > div:nth-child(2) > div.col-md-2.otptext > button:hover {
    color: white;
}
/*#RegistrationForm > div > div > div:nth-child(2) > div.col-md-2.otptext > button:active {
    color: yellow;
}*/
