@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');

main {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    min-width: 300px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-font-smoothing: antialiased;
}

button:focus{
    outline: none;
}

.page-ath-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-ath-content {
    background: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 60px 40px;
}

.page-ath-heading {
    font-size: 28px;
    font-weight: 700;
    color: #231f20;
    padding-bottom: 40px;
}


.page-ath-form,
.page-ath-header,
.page-ath-footer,
.page-ath-text {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.page-ath-form {
    padding-bottom: 100px;
}

.page-ath-header {
    visibility: hidden;
    opacity: 0;
}

.page-ath-footer {
    font-family: 'Roboto', sans-serif;
    padding-top: 40px;
}
.page-ath-footer p{
    font-size: 15px;
}
.page-ath-footer p a{
    display: inline-block;
    margin-left: 3px;
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}

.page-ath-footer p a:hover{
    color: #1157c8;
}
.auth-part-logo {
    
}
.page-content {
    margin-left: 260px;
    transition: all .5s;
    padding: 15px;
}
.page-content.page-active{
    margin-left: 0px;
}




/*---------signup-step-------------*/
.register-form-content{
    justify-content: center;
}
.register-form-content .page-ath-form{
    padding-bottom: 0px;
}
.register-form-content .form-align-box,
.register-form-content .page-ath-form,
.register-form-content .wizard,
.register-form-content .register-wizard-box,
.register-form-content .tab-content,
.register-form-content .wizard .tab-pane{
    
}
.register-form-content .page-ath-header{
    display: none;
}
.register-wizard-box .tab-pane h4{
    margin-top: 0px;
    font-size: 18px;
    color: #8e8c8c;
    margin-bottom: 12px;
}
.register-wizard-box .tab-pane h3{
    font-size: 26px;
    font-weight: 700;
    color: #231f20;
}

.wizard {
    position: relative;
}
.wizard .nav-tabs {
    position: relative;
    max-width: 370px;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard > div.wizard-inner {
    position: relative;
    bottom: 20px;
}

.wizard .nav-tabs > li > a.active .round-tab, 
.wizard .nav-tabs > li > a.active:hover .round-tab, 
.wizard .nav-tabs > li > a.active:focus .round-tab{
    cursor: default;
    background-color: #1157c8;
    color: #fff;
}

.wizard li.active span.round-tab {
    background: #0db02b;
    color: #fff;
    border-color: #0db02b;
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}
.wizard .nav-tabs > li.active > a i{
    color: #0db02b;
}

.wizard .nav-tabs > li a {
    padding: 15px;
    position: relative;
}

.wizard .nav-tabs > li{
    width: 15%;
    position: relative;
}

.wizard .nav-tabs > li a .round-tab{
    width: 30px;
    height: 30px;
    color: #868cbd;
    font-weight: 600;
    background-color: #ced2f2;
    display: inline-block;
    border-radius: 50%;
    padding-top: 6px;
    text-align: center;
    z-index: 1;
    position: relative;
    transition: 0.5s;
}

.wizard .nav-tabs > li:before,
.wizard .nav-tabs > li:after{
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    background-color: #ced2f2;
    left: 15px;
    transition: 0.5s;
}
.wizard .nav-tabs > li:after{
    background-color: #42b161;
    width: 0;    
}

.wizard .nav-tabs > li.done a .round-tab {
    background-color: #42b161;
    color: #fff;
}

.wizard .nav-tabs > li.done:after{
    width: 100%;
}

.wizard .nav-tabs > li.done.active a .round-tab{
    background-color: #1157c8;
    color: #fff;
}

.wizard .nav-tabs > li.done.active ~ li .round-tab {
    background: #ced2f2;
    color: #868cbd;
}

.wizard .nav-tabs > li.active:after, 
.wizard .nav-tabs > li.active~li:after{
    width: 0;
}


.wizard .nav-tabs > li:last-child:before,
.wizard .nav-tabs > li:last-child:after{
    display: none;
}

.wizard .nav-tabs > li a.disabled{
    cursor: not-allowed;
}
.wizard .nav-tabs > li a i{
    position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}



.wizard .tab-content>.active{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}
.step-btn{
    background-color: transparent;
}
.step-btn i{
    width: 40px;
    height: 40px;
    background-color: #e9e9ea;
    display: inline-block;
    border-radius: 50%;
    color: #5e666b;
    font-size: 15px;
    text-align: center;
    padding-top: 12px;
}
.step-btn span{
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    color: #5e666b;
    letter-spacing: 0.3px;
}
.wizard h3 {
    margin-top: 0;
}
.prev-step,
.next-step{
    border: none;
    margin-top: 30px;
}
.prev-step span{
    margin-left: 10px;
}
.next-step span{
    margin-right: 10px;
    color: #1157c8;
}
.next-step i {
        box-shadow: 0px 4px 12px #1157c8;
    background-color: #1157c8;
    color: #fff;
}

.form-input-steps .custom-control.custom-checkbox label{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.form-input-steps .custom-control.custom-checkbox label a{
    display: inline-block;
    margin-left: 3px;
    color: #000;
    font-weight: 600;
    text-decoration: underline;
    
}
.form-input-steps .custom-control.custom-checkbox label a:hover{
    color: #1157c8;
}

.form-control {
    height: auto;
    padding: 16px 18px;
    border-radius: 13px;
    font-weight: 400;
    color: #333;
    border-color: #e4e4e4;
}
.form-control:focus {
    color: rgb(73, 80, 87);
    background-color: rgb(255, 255, 255);
    border-color: rgb(128, 189, 255);
    outline: 0px;
    box-shadow: #1157c8 0px 0px 8px 1px;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}



.form-heading-area {
    position: absolute;
    top: -95px;
    left: 160px;
}
.round-progress {
    height: 120px;
    width: 120px;
    display: inline-block;
    position: relative;
}
.round-progress canvas{
    transform: rotate(90deg);
}
.round-progress .round-progress-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #212121;
    font-weight: 600;
    width: 100%;
    text-align: center;
}


@media (max-width: 575px){
    .form-heading-area {
        position: inherit;
        top: inherit;
        left: inherit;
        margin-bottom: 35px;
    }
}
.gender-div {
    height: 60px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.gender-div .male, .gender-div .female {
    height: 100%;
    margin: auto;
    background-color: white;
    border: 1px solid #e4e4e4;
    color: black;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
    line-height: 60px;
}
.gender-div .male {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.gender-div .female {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.gender-div input {
    display: none;
}
.gender-div div.selected {
    background-color: #1157c8;
    color: white;
    border: 1px solid #1157c8;
}
.done input {
    background-color: #f4f7fe !important;
    border: 1px solid #104daf !important;
    transition: all .3s;
    position: relative;
}
.done:after {
    content: '\f00c';
    font-size: 18px;
    position: absolute;
    right: 15px;
    transition: all .3s;
    color: #104daf;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    bottom: 15px;
    margin: auto;
}
.form-group{
    position: relative;
}
#step2 .filled select {
    background-color: #f4f7fe !important;
    border: 1px solid #104daf !important;
    transition: all .3s;
    position: relative;
}

main h1{
    color:#1157c8;
    font-weight:bold;
    font-stretch:normal;
    margin-top: 40px ;
    font-size:3em;
    position: relative;
    }
    main h1 i{
        color: #42b161;
    }
    #step3 a{
    color:#1157c8;
    display: inline-block;
    margin-bottom: 40px;
    }
.slider{
    position:absolute;
    width:400px;
    height:2px;
    margin-top:100%px;
    }
    .line{
    position:absolute;
    background:#4a8df8;
    width:400px;
    height:2px;
    }
    .break{
    position:absolute;
    background:white;
    width:6px;
    height:2px;
    }
     
    .dot1{
    -webkit-animation: loading 2s infinite;
    -moz-animation: loading 2s infinite;
    -ms-animation: loading 2s infinite;
    -o-animation: loading 2s infinite;
    animation: loading 2s infinite;
    }
    .dot2{
    -webkit-animation: loading 2s 0.5s infinite;
    -moz-animation: loading 2s 0.5s infinite;
    -ms-animation: loading 2s 0.5s infinite;
    -o-animation: loading 2s 0.5s infinite;
    animation: loading 2s 0.5s infinite;
    }
    .dot3{
    -webkit-animation: loading 2s 1s infinite;
    -moz-animation: loading 2s 1s infinite;
    -ms-animation: loading 2s 1s infinite;
    -o-animation: loading 2s 1s infinite;
    animation: loading 2s 1s infinite;
    }
    
    @keyframes loading {
    from { left: 0; }
    to { left: 400px; }
    }
    @-moz-keyframes loading {
    from { left: 0; }
    to { left: 400px; }
    }
    @-webkit-keyframes loading {
    from { left: 0; }
    to { left: 400px; }
    }
    @-ms-keyframes loading {
    from { left: 0; }
    to { left: 400px; }
    }
    @-o-keyframes loading {
    from { left: 0; }
    to { left: 400px; }
    }
    .message{
        max-width: 300px;
        position: fixed;
        top: -100px;
        border-radius: 5px;
        background-color: #3498db;
        color: white;
        left: 0;
        right: 0;
        margin: auto;
        transition: all .3s;
        width: 100%;
        z-index: 1000;
        font-weight: bold;
        text-align: center;
        padding: 15px 0px;
    }
    .message.show{
        top: 10px;
    }
    .tele-container{
        position: absolute;
        left: 105%;
        width: 100%;
        max-width: 200px;
        top: 20%;
    }
    .form-group img{
        width: 100%;
        max-width: 250px;
        max-height: 250px;
    }
    .tele-container ul span{
        font-weight: bold;
        color: #104daf;
    }
    .tele-container ul  li{
        font-size: 12px;
    }
    @media all and (max-width : 1045px) {
        .tele-container{
            position: static;
            left: 0;
            width: 100%;
            max-width: 100%;
        }
    }