@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

.form_popup{
    font-family: 'Roboto', sans-serif;
}
.cd-popup {
    background-color: rgba(28, 31, 33, 0.9);
}
.cd-popup-container {
    padding: 0px;
    border-radius: 0px;
    position: relative;
    width: 90%;
    max-width: 460px;
    margin: 2em auto;
    background: #FFF;
    box-shadow: 0 10px 20px rgba(6, 10, 17, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;

}
.cd-modal-header {
    display: flex;
    padding: 20px 20px 2px;
    background-color: transparent;
}
.cd-modal-header h2 {
    font-size: 20px;
    color: #25313b;
    margin: 0px !important;
    font-weight: 500;
}
.form_label{
    display: block;
    font-size: 11px;
    color: #434C5E;
    margin-bottom: 3px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.form_input {
    background-color: #fff;
    border: 1px solid #D4D9E2;
    border-radius: 2px;
    padding: 8px 15px;
    color: #4b515e;
    outline: 0;
    width: 100%;
    font-weight: 500;
    height: 44px;
    font-size: 13px;
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease;
}
#more a{
    color: #fff;
    text-decoration: underline;
}

.or h2 {
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    line-height: 0.1em;
    font-size: 13px;
    width: 220px;
    margin: 0px auto 20px;
    color: rgba(0,0,0,0.5);
}
.or h2 span {
    background:#fff;
    padding:0 10px;
}
.social_login{
    margin-bottom: 20px;
}
.google_login{
    border: 1px solid #eee;
    border-radius: 2px;
    text-align: center;
    padding: 15px 0;
    color: #3e3e3e;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
    cursor: pointer;
}
.google_login:hover,
.google_login:focus{
    color: #3e3e3e;
}
.google_login img {
    width: 22px;
    margin-right: 8px;
}
.forgot_pass,
.forgot_pass:hover,
.forgot_pass:focus{
    font-size: 13px;
    margin-top: 5px;
    color: #0da8ed;
    border: none;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
}
.resend_opt p{
    font-size: 13px;
    color: #3e3e3e;
    margin: 0;
}
#registration_success .cd-popup-container{
    max-width: 560px;
}
.success_sec{
    text-align: center;
}
.success_sec img{
    width: 214px;
}
.success_sec h3{
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 24px;
    margin-top: 0;
}
.success_sec p{
    font-size: 16px;
    line-height: 22px;
    opacity: 0.8;
}
.success_sec a {
    border: 2px solid #0dc184;
    background-color: #0dc184;
    text-transform: uppercase;
    padding: 10px 40px;
    display: inline-block;
    border-radius: 60px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    box-shadow: 0px 3px 14px 0px #43c99b;
    margin: 10px 0 40px;
}

.success_alert{
    position: fixed;
    max-width: 280px;
    width: 100%;
    padding: 18px 15px;
    font-size: 12px;
    border-radius: 2px;
    right: 20px;
    top: 88px;
    z-index: 9;
}
.success_alert strong{
    font-weight: 600;
    position: relative;
    top: 1px;
    margin-right: 20px;
}
.success_alert .close{
    position: relative;
    bottom: 3px;
    font-size: 15px;
}
.alert.alert-success.success_alert {
    background-color: #0dc184 !important;
    box-shadow: 0px 5px 12px -3px #0dc184;
    color: #fff;
    border: none;
    font-family: 'Roboto', sans-serif;
}
.success_alert .alert-icon {
    margin-right: 10px;
}
.success_alert .alert-icon i {
    font-size: 30px;
    opacity: 0.6;
    margin: 2px 0 0;
}
.success_alert .media{
    margin: 0;
}
.form_group input::-webkit-input-placeholder {
    color: #959595;
}
.form_group input::-moz-placeholder {
    color: #959595;
}
.form_group input:-moz-placeholder {
    color: #959595;
}
.form_group input:-ms-input-placeholder {
    color: #959595;
}
.info_text{
    font-size: 15px;
    margin: 0 0 28px;
    font-weight: 400;
    color: #019f8e;
    line-height: 20px;
}
.otp_txt{
    font-size: 14px;
    color: #4a4949;
    font-weight: 400;
    margin-bottom: 25px;
}
.resend_opt button{
    cursor: pointer;
    color: rgb(13, 168, 237);
    background: none;
    border: none;
    padding: 0;
}
.back_pop{
    background-color: #fff;
    float: right;
    cursor: pointer;
    border: none;
    margin-bottom: 70px;
    font-size: 14px;
    color: #0aa6ef;
}
.back_pop svg path{
    fill: #fff;
}
.close_yes,
.close_yes:hover,
.close_yes:focus{
    width: auto;
    padding: 10px 20px;
    margin: 0;
}
.close_no{
    font-size: 14px;
    color: #292929;
    border-radius: 4px;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    padding: 10px 20px;
    background: #eee;
    cursor: pointer;
}
.submit_btn,
.submit_btn:focus{
    margin: 0px 0 10px;
    font-weight: 500;
    width: 100%;
    padding: 15px 0;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
}
.submit_btn:hover{
    color: #fff;
}
.gradient.shadow{
    box-shadow: 3px 3px 5px 1px rgba(63,212,188,0.34);
}
.gradient{
    background: -moz-linear-gradient(0deg, rgba(7,163,242,1) 0%, rgba(63,212,188,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(7,163,242,1)), color-stop(100%, rgba(63,212,188,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, rgba(7,163,242,1) 0%, rgba(63,212,188,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, rgba(7,163,242,1) 0%, rgba(63,212,188,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, rgba(7,163,242,1) 0%, rgba(63,212,188,1) 100%); /* ie10+ */
    background: linear-gradient(90deg, rgba(7,163,242,1) 0%, rgba(63,212,188,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07a3f2', endColorstr='#3fd4bc',GradientType=1 ); /* ie6-9 */
}
.or {
    width: auto;
    text-align: inherit;
    border-bottom: inherit;
    color: inherit;
    line-height: normal;
    margin: 0;
    font-size: inherit;
}
.form_popup .form_group {
    margin-bottom: 20px;
}
.text-danger {
    color: #dc3545 !important;
}
.float-right {
    float: right !important;
}


.login_user  h5 {
    color: #111;
    font-weight: 700;
    font-size: 13px;
    margin: 0 !important;
}
.login_user .user_ico {
    width: 34px;
    height: 34px;
    padding: 7px 0;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin-right: 8px;
}
.dd {
    position:relative;
    float: left;
    margin: 0px 0;
}
.dd-menu {
    position: absolute;
    top: 100%;
    right: 0px;
    /*z-index: 1000;*/
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #fefefe;
    border-radius: 0px 0px 2px 2px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
    -webkit-transition: all 0.2s ease;
    opacity: 0;
    -webkit-transform-origin: right top 0px;
    -webkit-transform: scale(0);
    padding: 10px 16px;
    margin: 24px 0;
    z-index: 99999;
}
.dd-menu ul {
    min-width: 160px;
    padding: 0;
    margin: 0 0 0;
    list-style: none;
    position: relative;
}

.dd-menu.active {
    opacity:1;
    -webkit-transform-origin: right top 0px;
    -webkit-transform: scale(1);
}

.dd-menu li {
    list-style: none;
    opacity: 0;
    transform: translateY(0px);
}
.dd-menu li {
    -webkit-transition: all 0.3s ease;
    transform: translateY(-30%);
}
.dd-menu.active li {
    opacity: 1;
    transform: translateY(0px);
}
.dd h5{
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
}
.mt-0.drop i{
    font-size: 14px;
    margin: 0 0 0 5px;
    position: relative;
    top: 1px;
    color: #06a2f3;
}
.media.dd{
    float: left;
}
.dd .user_ico,
.dd .media-body {
    cursor: pointer;
}
#auth_div{
    float: right;
}
.login_user{
    padding: 4px 0;
    float: right;
}
.dd-menu li a{
    padding: 8px 0;
    font-weight: 500;
    font-size: 13px;
    display: flex;
    color: rgba(0,0,0,0.8);
}
.dd-menu li a:hover{
    color: #06a2f3;
}
.dd-menu li a i{
    width: 24px;
    margin-top: 3px;
}
.make_payment ul li{
    display: inline;
}

.mt-0.drop{
    color: #fff;
}
.mt-0.drop span{
    max-width: 85px;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.make_payment ul{
    float: left;
}
.make_payment .login_user{
    float: left;
    margin: 0 0px 0 12px;
    cursor: pointer;
}

.make_payment_btn {
    padding: 8px 16px !important;
    cursor: pointer;
    font-size: 12px;
    margin-top: 5px;
}
.login_btn {
    /* color: #33d7cd; */
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    margin-left: 11px;
}
.login_btn:hover,
.login_btn:focus {
    color: #33d7cd;
}

.close_yes, .close_yes:hover, .close_yes:focus {
    width: auto;
    padding: 10px 20px;
    margin: 0;
}
.cd-modal-footer.text-right{
    text-align: right !important;
    border-top: none;
}
.cd-popup-container p{
    color: #111;
}

.success_alert{
    top: 118px;
    z-index: 999999999;
}


@media screen and (max-width: 1018px) {
    .logo_title{
        display: none;
    }
}
/* @media screen and (max-width: 590px) {
    .left_info {
        margin-top: 40px !important;
    }
} */
@media screen and (max-width: 681px){
    .make_payment_btn {
        position: absolute;
        width: 180px;
        left: 50%;
        text-align: center;
        margin-left: -90px;
        top: 80px;
    }
    .logo_mini{
        margin: 65px 0 13px 0 !important;
    }
    .upload_document_btn{
        top: 118px !important;
    }
}
@media screen and (max-width: 580px) {
    .lg_icon {
        width: 140px;
    }
    /* .make_payment_btn{
        font-size: 9px !important;
        padding: 8px 10px !important;
        margin-top: 0;
    } */
    .login_user .user_ico {
        width: 26px;
        height: 26px;
        padding: 6px 0;
        font-size: 10px;
        margin-right: 7px;
    }
    .mt-0.drop {
        font-size: 12px;
        font-weight: 400;
    }
    .login_user {
        padding: 2px 0;
    }
    .header {
        height: 72px;
    }
    .login_btn {
       font-size: 11px;
    }
}
@media screen and (max-width: 474px) {
  /*   .make_payment_btn {
        position: absolute;
        width: 180px;
        left: 50%;
        text-align: center;
        margin-left: -90px;
        top: 80px;
    } */
    .left_info {
        margin-top: 40px !important;
    }
}
@media screen and (max-width: 580px)
{
    .login_user {
        padding: 2px 0;
    }
}
@media only screen and (max-width: 920px)
{
    .make_payment_btn {
        padding: 9px 12px !important;
        font-size: 10px !important;
    }
}

.orange_btn, .orange_btn:focus {
    background-color: #f36523;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    padding: 13px 28px;
    text-transform: uppercase;
}
.spinner {
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #3498db;
    width: 16px;
    height: 16px;
    display: inline-block;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.submit_btn .spinner {
    border: 2px solid rgba(3, 3, 3, 0.2);
    border-top: 2px solid #fff;
    margin: 0 0 0 6px;
    position: relative;
    top: 2px;
}


.cd-popup-container .cd-popup-close-disable {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
}
.cd-popup-container .cd-popup-close-disable::before, .cd-popup-container .cd-popup-close-disable::after {
    content: '';
    position: absolute;
    top: 18px;
    width: 14px;
    height: 3px;
    background-color: #8f9cb5;
}
.cd-popup-container .cd-popup-close-disable::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}
.cd-popup-container .cd-popup-close-disable::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}

.show_more_ans .cd-popup-close-disable {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
}
.show_more_ans .cd-popup-close::before, .show_more_ans .cd-popup-close::after {
    content: '';
    position: absolute;
    top: 18px;
    width: 14px;
    height: 3px;
    background-color: #ffffff;
}
.show_more_ans .cd-popup-close-disable::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}
.show_more_ans .cd-popup-close-disable::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}

.show_more_ans .cd-popup-close-disable::before,
.show_more_ans .cd-popup-close-disable::after {
    width: 34px;
    height: 2px;
}
.show_more_ans .cd-popup-close-disable {
    width: 50px;
    height: 50px;
}

.cursor-pointer{
    cursor: pointer;
}