* {
    padding: 0px;
    margin: 0px;
}

body {
    font-family: calibri;
}

p {
    margin-bottom: 0px;
}

body {
    font-family: 'Rubik', sans-serif !important;
    background-color: #FBFBFC !important;
}
.otp-input-fields {
   
    background-color: white;
    max-width: 100%;
}.otp-input-fields input {

    height: 49px !important;
 
    width: 49px !important;
    background-color: transparent;
    border-radius: 3px;
   
    padding: 10px 10px 10px 5px !important;
    border: 1px solid #9C9C9C !important;
    text-align: center;
    outline: none;
    font-size: 16px;
}
.login-section-wrp {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/login.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.login-section-container {
    width: 1200px;
    display: flex;
}

.login-section-container-left-inner h2 {
    color: white;
    font-size: 100px;
}

.login-section-container-left-inner h5 {
    color: #fff;
    font-size: 40px;
}

.login-section-container-left {
    width: 40%;
}

.login-section-container-left-inner {
    padding-left: 20px;
    padding-right: 20px;
}

.login-section-container-right {
    width: 60%;
}


.text-center {
    text-align: center;
}

.form-grp {
    margin-bottom: 10px;
}

.form-grp .frm-cntrol {
    width: calc(100% - 30px);
    padding: 15px 15px;
    border: 1px solid #c6c6c6;
    border-radius: 4px;
}

.login_form {
    position: relative;
    background-color: white;
    padding: 50px 70px;

}.input_box input::placeholder {
    color: transparent !important;
}

.input_box {
    position: relative;
}

.input_box input {
    width: 100%;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    padding: 10px 10px 10px 5px;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #ced4da !important;
    outline: none;
    background: transparent;
    border-radius: 0 !important;
}


.input_box input:focus {
    border-bottom: 2px solid rgb(41, 56, 151);
}

.input_box select {
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
    color: #777;
    padding: 10px 10px 10px 10px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ced4da;
    outline: none;
    background: transparent;
    appearance: none;
}


#init_login{
    width: 225px;
    background-color: #00a4e8;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    border: none;
    font-size: 1.06rem;
    /* text-transform: uppercase; */
    font-weight: 400;
    border-radius: 0px;
    margin-top: 5px;
}
.input_box label {
    position: absolute;
    top: 36%;
    left: 0;
    padding: 10px 0 10px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #777;
    pointer-events: none;
    transition: .3s;
}

.input_box_one label {
    position: absolute;
    top: 10%;
    left: 0;
    padding: 10px 0 10px 10px;
    font-size: 16px;
    font-weight: 400;
    color: #777;
    pointer-events: none;
    transition: .3s;
}

.input_box_one input:focus {
    border: 2px solid rgb(41, 56, 151) !important;
}
.input_box input:focus {
    border: 2px solid rgb(41, 56, 151) !important;
}

.input_box input:focus~label,
.input_box input:not(:placeholder-shown)~label {
    top: 12px;
    left: 0px;
    color: #777;
    font-size: 12px;
    background: #fff;
    padding: 0 7px;
}

.input_box_one input:focus~label,
.input_box_one input:not(:placeholder-shown)~label {
    top: -10px;
    left: 8px;
    color: #777;
    font-size: 12px;
    background: #fff;
    padding: 0 7px;
}


.input_box_two {
    position: relative;
}

.input_box_two input {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #000;
    padding: 10px 10px 10px 5px;
    border: 1px solid #9C9C9C;
    outline: none;
    background: transparent;
    border-radius: 6px;}


.input_box_two label {
    position: absolute;
    top: 3%;
    left: 0;
    padding: 10px 0 10px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #777;
    pointer-events: none;
    transition: .3s;
}

.input_box_two input:focus~label,
.input_box_two input:not(:placeholder-shown)~label {
    top: -9px;
    left: 0;
    color: #777;
    font-size: 12px;
    background: #fff;
    padding: 0 7px;
}


.input_box_two input:focus {
    border-bottom: 2px solid rgb(41, 56, 151) !important;
}

.input_box_two input::placeholder {
    color: transparent !important;
}
.form-grp .frm-cntrol::placeholder {
    color: #333;
    font-weight: bold;
}

.form-grp {
    width: 100%;
    display: inline-block;
}

.frm-cntrol:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}


.forgot_password_link {
   text-align: right;
    color: #2b4b80;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none !important;
}

.register_link {
    align-self: flex-start;
    flex-basis: 0;
    flex-grow: 1;
    color: #0093c0;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
}

.home_link {
    background-color: #1273eb;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
}


.login_link {
    background-color: #2B4B80;

    padding: 10px 30px !important;
    color: #fff;
    text-decoration: none;
    border: none;
    text-transform: capitalize !important;
    font-weight: 600;
    border-radius: 0px !important;
    margin-top: 5px;
}

.register_link {
    color: #515151;
    margin-top: 25px;
    text-decoration: underline;
}

.register_link:hover {
    color: #0056b3;
}

.forgot_password_link {
    color: #515151;
    text-decoration: underline;
}

.forgot_password_link:hover {
    color: #0056b3;
}

.home_link_wrp {
    align-self: flex-end;
    flex-basis: 0;
    flex-grow: 1;
}

.login_link_wrp {
    align-self: flex-end;
    flex-basis: 0;
    flex-grow: 1;
    text-align: right;
}

.register_details {
    position: relative;
}


.steps_numb {
    width: 15px;
    display: inline-block;
    background-color: #676866;
    border-radius: 100px;
    height: 15px;
    margin-left: 4px;
    line-height: 25px;
    color: #fff;
    font-weight: bold;
}

.form-grp {

    z-index: 99;
}

.lineset {
    flex: 0 0 33.33333%;
    max-width: 3px;
    height: 139px;
    background-color: gray;
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    margin-left: 10px;
    z-index: -1;
}

.transparent_line {
    flex: 0 0 50%;
    max-width: calc(50% - 13px);
    height: 2px;
    background-color: #e6ebf9;
}


.blank_line {
    flex: 0 0 50%;
    max-width: calc(50% - 13px);
    height: 2px;
}

.verification_control {
    width: 100%;
    display: flex;
}

.verification_input {
    width: 75%;
    background: #fff;
    padding: 10px;
}

.verification_input input {
    width: 100%;
    border: none;
    outline: none;
}

.verification_button {
    width: 35%;
}

.verification_button a {
    background-color: #1477c4;
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px;
    text-decoration: none;
}

.verification_input input::placeholder {
    color: #333;
    font-weight: bold;
}

.verification_input input {
    font-weight: bold;
}

.form-check {
    padding-left: 1.90rem;
}




.custom-file-label::after {
    content: "\ea15";
    font-family: icomoon !important;
    font-weight: 400;
    background-color: #1477c4;
    color: #fff;
}

.steps_numb.active {
    background-color: #279E02;
    color: #fff;
}

.font14 {
    font-size: 14px;
}

.steps_numb.completed,
.lineset.completed {
    background-color: #0f6900;
}

.home_link:hover,
.login_link:hover {
    color: #fff;
    text-decoration: none;
}

table.sidebar_topsection tr td {
    color: #fff;
    padding: 2px 4px;
}

.top_profilepic img {
    border-radius: 100px;
}

.sidebar-light .nav-sidebar .nav-item-header {
    background-color: #3f3f3f;
    margin-top: 0px;
    color: #fff !important;
}


.nav-sidebar>.nav-item>.nav-link {
    font-weight: 500;
    font-size: 14px;
    color: #333 !important;
}

.nav-group-sub .nav-link {
    font-size: 14px;
}

.notification_section {
    background-color: #900007;
    color: #fff;
    padding: 15px 15px;
}

.section-wrp {
    margin-top: 30px;
}

.services_panel {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #cdcdcd;
    padding: 15px 15px 10px 15px;
}

.body_bg {
    background-color: #f4f6fa;
}

.custom_card {
    background-color: #fff;
    border: 1px solid #d3d4d8;
}

.custom_card_header {
    padding: 15px;
    font-weight: 600;
    border-bottom: 1px solid #d3d4d8;
}

.custom_card_header h5 {
    font-weight: bold;
}

.custom_card_body {
    padding: 15px;
}

.operator_img_bg {
    height: 222px;
}

.owl-nav,
.owl-dots {
    display: none;
}

.nav-item-toggle .navbar-nav-link {
    padding: .575rem 1rem;
}

.nav-item-toggle {
    background-color: #0e9aef;
    border-radius: 4px;
}

.custom_outline_btn {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #1485ca;
    color: #1485ca;
    padding: 5px 15px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 16px;
    transition: 0.50s background;
}

.show_balance {
    background-color: #1485ca;
    border: 1px solid #1485ca;
    color: #fff;
    padding: 5px 15px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom_outline_btn:hover {
    background: #1485ca;
    color: #fff;
}

.bell_icon_set {
    font-size: 24px;
    margin-top: 2px;
    color: #444
}

span.notification_numb {
    background-color: #1485ca;
    color: #fff;
    position: absolute;
    top: -6px;
    font-size: 14px;
    padding: 1px 5px;
    right: -6px;
}

.make_relative {
    position: relative;
}

.dropdown-toggle_noicn::after {
    content: '';
}

ul.sidebar_bottom.nav.nav-sidebar {
    background-color: #0e9aef;
}

ul.sidebar_bottom.nav.nav-sidebar .nav-link {
    color: #fff !important;
}

.sidebar-light ul.sidebar_bottom.nav-sidebar .nav-link:not(.disabled):hover {
    background-color: #0e9aef;
}

input.form-control.custom_formcontrl,
textarea.form-control.custom_formcontrl {
    background-color: #f6f6f6;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
}

.custom_formgroup .custom-file-label {
    background-color: #f6f6f6;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
}

.custom_formgroup .custom-file-label::after {
    width: 40px;
    text-align: center;
}

.light_blue_panel {
    background-color: #1477c4;
    padding: 10px;
    border: 1px solid #d1c4c4;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    border-radius: 4px;
}


input.form-control.custom_formcontrl::placeholder {
    color: #777373;
    font-weight: normal;
}

.custom_formgroup label {
    font-weight: bold;
}

.custom_formgroup .select2-selection {
    background-color: #f6f6f6 !important;
}

.custom_formgroup .select2-selection__rendered {
    color: #777373;
    font-weight: normal !important;
}

.modal-content_lightbg {
    background-color: #f7f7f7;
}

.modal_card {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    background-color: #fff;
    padding: 10px;
    float: left;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 15px;
}

.modal_footer_set {
    justify-content: flex-start;
}

.blue_panel {
    background-color: #0074bd;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

.success_status_bg {
    background-color: #00661a;
}

.pending_status_bg {
    background-color: #D84315;
}

.failed_status_bg {
    background-color: #C62828;
}

.status_sect {
    color: #fff;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gray_panel {
    background-color: #3f3f3f;
    color: #fff;
    padding: 10px;
    margin-bottom: 20px;
}

.gray_card {
    background-color: #ededeb;
    padding: 15px;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
}

.gray_card_header {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.gray_card_subheader {
    font-size: 16px;
    margin-bottom: 10px;
}

.gray_card_list {
    border-bottom: 1px dashed #4c4c4c;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.blue_header {
    color: #1477c4;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.blue_header_2 {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #c9c9c9;
    color: #1477c4;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.beneficiary_section {
    border: 1px solid #b3b3b3;
    display: inline-block;
    width: 100%;
    border-radius: 4px;
}

.beneficiary_section_header {
    width: 100%;
    float: left;
    background-color: #cce5ff;
    padding: 10px 15px;
    border-radius: 4px 4px 0px 0px;
}

.beneficiary_section_body {
    width: 100%;
    display: inline-block;
    padding: 15px 15px 10px 15px;
}

input.rounded_input {
    width: 100%;
    border-radius: 25pc;
    border: none;
    box-shadow: none;
    border: 1px solid #c7c7c7;
    padding: 10px 15px;
    margin-bottom: 15px;
}

input.rounded_input:focus {
    outline: none;
}

#showqr_code_btn:hover {
    cursor: pointer;
}

.picker--focused .picker__day--highlighted,
.picker__day--highlighted,
.picker__day--highlighted:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0074bd !important;
}

.bordered_wrp {
    width: 100%;
    height: 4px;
    background-color: #e5e9f2;
    margin-top: 10px;
    position: relative;
}

.success_bordered {
    position: absolute;
    width: 50%;
    left: 0;
    background-color: #2dce89;
    height: 4px;
}

.failed_bordered {
    position: absolute;
    width: 50%;
    left: 0;
    background-color: #b70022;
    height: 4px;
}

.pending_bordered {
    position: absolute;
    width: 50%;
    left: 0;
    background-color: #e09e00;
    height: 4px;
}

.refund_bordered {
    position: absolute;
    width: 50%;
    left: 0;
    background-color: #3f3f3f;
    height: 4px;
}

.modal_light_gray_header {
    width: 100%;
    float: left;
    /* border-bottom: 1px solid #c3c0c0; */
    background-color: #d8d8d8;
    padding: 10px;
}

.tariff_plans_tbl .datatable-header {
    border-bottom: 0px;
    float: right;
    padding-top: 0px;
    margin-top: -52px;
    width: 50%;
}

.tariff_plans_tbl .datatable-header .field_wrapper {}

.select_circle {
    width: 50%;
}

.nav-tabs-top .nav-link.active:before {
    background-color: #0e9aef !important;
}

/*05-04-2021*/
.services_panel .icn_wrp {
    width: 50px;
    height: 50px;
    background-color: #1485ca;
    border-radius: 100px;
    text-align: center;
    line-height: 50px;
    color: #fff;
}

.services_panel .icn_wrp i {
    font-size: 20px;
}

.services_panel .make_flex {
    flex-direction: column;
    align-items: center;
}


/*07-10-2020*/

.owl-carousel .owl-stage-outer {
    padding-top: 7px;
    padding-bottom: 7px;
}

.owl-item .item i {
    color: #0e9aef;
    font-size: 30px;
    margin-right: 10px;
}

.bgwhite h1 {
    font-size: 50px;
    font-weight: 600;
    color: black;
    margin-bottom: 26px;
}

.bgwhite ul {
    padding-left: 21px;
    font-size: 14px;
}

.bgwhite {
    position: relative;
   

}

.contentwhitebg {
    padding: 99px 110px;
}

.bgwhite img {
    width: 100%;
    HEIGHT: 100VH;
}

.make_flex {
    display: block !important;
    position: absolute;
    left: 20px;
    top: 118px;
    width: 68px;
}

#register_details label {
    margin-bottom: 0px;
}



#register_details option {
    color: #AEAEAE;
}



.owl-item .item .make_flex {
    align-content: center;
}

.owl-item .item h5 {
    margin-bottom: 0px;
    margin-top: 0px;
}

/*12-10-2021*/
@media only screen and (max-width: 767px) {
    .testimonial_box {
        margin-bottom: 10px;
    }
}

.section_wrap {
    width: 100%;
    float: left;
    position: relative;
    padding-top: 50px;
}


.img-responsive {
    width: 100%;
    height: auto;
}

.custom_navabar .navbar-collapse ul.navbar-nav li a {
    padding-left: 20px;
    padding-right: 20px;
}

.banner {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 55px;
}

.banner .carousel-item {
    background-size: cover;
    padding-top: 300px;
    padding-bottom: 300px;

}



.banner .carousel-inner {
    align-items: center;
    display: flex;
}

.carousel-caption-set {
    color: #fff;
}

.carousel-caption-set h1 {
    font-size: 90px;
}

.carousel-caption-set h4 {
    font-size: 40px;
}



.service_section p {
    text-align: center;
    font-family: calibri;
}

.service_icon_box i {
    font-size: 28px;
}

.service_icon_box {
    width: 80px;
    height: 80px;
    background-color: #1273eb;
    text-align: center;
    line-height: 80px;
    border-radius: 100px;
    color: #fff;
    margin: 0px auto 15px auto;
}

.top_heading h2 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.top_heading h2::before {
    content: '';
    width: 30px;
    height: 2px;
    background: #1273eb;
    position: absolute;
    bottom: 0px;
    margin-left: auto;
    left: calc(50% - 2px);
}

.testimonial_box {
    border: 1px solid #b9b9b9;
    border-radius: 4px;
    padding: 10px 10px 10px 30px;
}

.testimonial_col {
    display: flex;
    flex-direction: row;
}

.testimonial_col_inner h2 {
    font-size: 20px;
    color: #605f5f;
    margin-bottom: 4px;
}

.testimonial_col_inner h4 {
    font-size: 14px;
}

.testimonial_col_inner {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rounded-img {
    width: 100%;
    max-height: 70px;
}

.rounded_img_cnt {
    width: 80px;
    height: 80px;
    border: 1px solid gray;
    border-radius: 100px;
    padding: 5px;
}

.quote_icon {
    width: 60px;
    height: 60px;
    background-color: #e3e1e1;
    border-radius: 10px;
    margin-left: auto;
    text-align: center;
    line-height: 60px;
}

.quote_icon i {
    font-size: 20px;
}

.carousel-indicators li {
    background-color: #2196f3 !important;
}

.carousel-indicators .active {
    background-color: #2196f3 !important;
}

.testimonial-carousel {
    padding-bottom: 60px;
}

.contactform .form-control {
    border-radius: 25px;
    padding-left: 20px;
    padding: 20px;
}

.contact_btn {
    min-width: 189px;
}

form.contactform {
    border: 1px solid lightgrey;
    border-radius: 4px;
    padding: 20px;
    background: #e7e7e7;
}

.gmap_canvas iframe {
    width: 100%;
    height: 400px;
}

ul.location_details li {
    list-style: none;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}

ul.location_details {
    font-family: calibri;
    font-size: 16px;
    border: 1px solid #cfcfcf;
    padding: 11px;
    border-radius: 4px;
}

ul.location_details li i {
    position: absolute;
    left: 0px;
    margin-top: 7px;
}

.footer_wrp {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 50px;
    background: #2c2c2c;
    padding-top: 30px;
    padding-bottom: 50px;
}

ul.header-social-icon-list,
.footer-social-icon-list {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    display: inline-block;
}

ul.header-social-icon-list li,
ul.footer-social-icon-list li {
    float: left;
    color: white;
    border: 1px solid white;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
    line-height: 30px;
    cursor: pointer;
}

ul.header-social-icon-list li {
    color: #fff;
    background: #1273eb;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.white-txt {
    color: #fff;
}

ul.info-list li {
    list-style: none;
    float: left;
    margin-left: 11px;
    font-family: calibri;
    color: #333;
    font-size: 16px;

}

ul.info-list li i {
    margin-right: 5px;
}

.mb-0 {
    margin-bottom: 0px;
}

.custom_navabar .navbar-collapse ul.navbar-nav li a:hover {
    color: #1273eb;
}

#button::after {
    content: "\edc4";
    font-family: 'icomoon';
    font-weight: 900;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

#button {
    display: inline-block;
    background-color: #1273eb;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

.navbar-brand img {
    height: auto !important;
    width: 100px;
}

.navbar-brand {
    min-width: unset;
}

.mb_30 {
    margin-top: 100px;
    margin-bottom: 50px;
}

.heding1 {
    font-size: 23px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 40px;
    text-align: center;
}
 

.loginform_start label {
    padding: 10px 0 10px 10px;
    font-size: 16px;
    color: rgba(0,0,0,.6);
    pointer-events: none;
    transition: .3s;
    font-weight: 400;
}

.loginform_start .form-control {
    width: 100%;
    padding: 10px 0 !important;
    font-size: 16px;
    color: #000;
    height: 49px !important;
    padding: 10px 10px 10px 15px !important;
    border: 1px solid #9C9C9C !important;
    outline: none;
    background: transparent;
    border-radius: 6px !important;
}
.loginform_start .form-control::placeholder {
    font-weight: 400;
    color: #9C9C9C;
}

.loginform_start .form-control:focus {
    box-shadow: none;
    outline: none;
}

.login_screen .form-control[readonly] {
    border-bottom-color: #9c9c9c !important;
}

#back_to_login {

    margin-top: 60px;
    color: #000;
    font-size: 17px;
    color: #747474;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0;
}

#back_to_login img {


    width: 22px;
    transform: rotate(178deg);
    margin-right: -3px;
}

#verify_login_otp {
    margin-top: 54px;
    color: #000;
    font-size: 17px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0;
    padding: 6px 30px;
    background: #2B4B80;
    border-radius: 0;
}

#login_otp_screen .form-control[readonly] {
    box-shadow: none;
    border-bottom-color: #9c9c9c !important;
    border-bottom-style: double !important;
}

#back_frm_fgpass {

    margin-top: 60px;
    color: #000;
    font-size: 17px;
    color: #747474;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0;
}

#back_frm_fgpass img {


    width: 22px;
    transform: rotate(178deg);
    margin-right: -3px;
}

#req_fr_rstpass {
    margin-top: 54px;
    color: #000;
    font-size: 17px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0;
    padding: 6px 30px;
    background: #2B4B80;
    border-radius: 0;
}




#rgst_screen2 {

    margin-top: 46px
}




#backto_rgstscreen1 {
    border: none;
    margin-top: 60px;
    color: #000;
    font-size: 17px;
    color: #747474;
    font-weight: 600;
    background: transparent;
    text-transform: capitalize;
    padding: 0;
}

#backto_rgstscreen1 img {


    width: 22px;
    transform: rotate(178deg);
    margin-right: -3px;
}

#register_user {

    margin-top: 45px;
}

.register_steps {
    height: 150px;
}

.register_steps {
    position: relative;
}


.custom_blue_btn {
    border: none;
    margin-top: 60px;
    color: #000;
    font-size: 17px;
    color: #747474;
    font-weight: 600;
    background: transparent;
    text-transform: capitalize;
    padding: 0;
}

.custom_blue_btn img {


    width: 22px;
    transform: rotate(178deg);
    margin-right: -3px;
}

.steps {
    font-size: 14px;
    font-weight: 400;
    color: #7A7A7A;
    margin-bottom: 10px
}

/* .register_role_name {

    font-size: 23px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 40px;
    text-align: center;
} */

.details_info {

    font-weight: 500;
    font-size: 20px;
    margin-bottom: 25px;
}

.select_Role {
    border: 1px solid #C1C1C1;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

.select_Role img {
    width: 38px;;
}.form-check .uniform-checker, .form-check .uniform-choice {
    position: absolute;
    top: 4px;
    left: 0;
}

.roles h4 {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: black;
    margin-top: 18px;
    margin-bottom: 23px;
}

.roles {

    margin-bottom: 50px;
}

#register_details .form-check label {
padding: 0 !important;
    font-size: 15px;
}

#register_details .form-check {

    padding-left: 2.25rem;
    margin-top: 10px;
}

#register_details .select2-selection {
    padding: 0.5rem !important;
    border-radius: 5px !important;
    color: #828282;
    font-size: 13px !important;
    background-color: #ffffff !important;
    border-color: white !important;
    border-bottom: 1px solid #AEAEAE !important;
    border-radius: 0 !important;
}


@media only screen and (min-width: 575px) {
    .services_panel .make_flex {
        margin-right: 15px;
    }

    .services_panel .col-sm-auto:last-child .make_flex {
        margin-right: 0px;
    }
}

/*responsive */
@media only screen and (min-width: 768px) {
    .login-section-container-left-inner {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .login-section-wrp {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .sidebar-xs .sidebar-main.sidebar-light ul.sidebar_bottom.nav-sidebar>.nav-item:not(.nav-item-open):hover>.nav-link:not(.active):not(.disabled) {
        color: #333;
        background-color: #0e9aef;
    }

}

@media only screen and (max-width: 767px) {
    .login-section-container-left-inner h2 {
        font-size: 60px;
    }.loginform_start {
        width: 100%;
        margin: 0% auto 0% auto;
        z-index: 1000;
    }.login_form{
        padding: 17px;
    }.bgwhite img{
        display: none;
    }#register_details{
        padding-left: 30px;
    }
    .login-section-container-left-inner h5 {
        font-size: 30px;
    }.select_Role img {
        width: 38px;
    }
    .roles h4{
        margin-bottom: 20px;
    }.roles {
        margin-bottom: 150px ;
    }
    .login-section-wrp {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .select_Role {
        border: 1px solid #C1C1C1;
        padding: 8px;
        border-radius: 5px;
        text-align: center;
    }    
    .navbar-nav-top {
        display: block;
    }

    .show_balance,
    .add_money_btn,
    .navbar-nav-top,
    .nav-item,
    .top_logo {
        float: left;
    }

    .top_logo {
        padding-top: 0px !important;
        margin-right: 10px;
    }
    .position_left {
        display: none;
    }

    .position_right {
        width: 100% !important;
    }

    .login_head {
        margin-top: 0 !important
    }

    #back_frm_fgpass {
        margin-top: 4px !important;
    }

    #req_fr_rstpass {
        margin-top: 0 !important;
    }

    .content-wrapper {
        margin-left: 0;
    }
}

@media only screen and (max-width: 991px) {
    .operator_img_bg {
        height: auto;
        width: 100% !important;
        margin-top: 15px;
    }

}

@media only screen and (max-width: 599px) {

    .item h5 {
        font-size: 14px;
    }

}

@media only screen and (max-width: 480px) {
    .navbar-nav-top {
        width: 100%;
    }

    .show_balance,
    .add_money_btn {
        width: 100%;
        margin-right: 0px !important;
        margin-bottom: 10px;
    }

    .amount_process_btn {
        margin-top: 10px;
    }

    .basic_input_css {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-brand {
        min-width: unset;
    }

    

    .contentwhitebg {
        padding: 99px 69px;
    }

    

    .bgwhite h1 {
        font-size: 40px;
        font-weight: 600;
        color: black;
        margin-bottom: 26px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1234px) {
    .custom_navabar .navbar-collapse ul.navbar-nav li a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
    }

    .contentwhitebg {
        padding: 99px 69px;
    }

    .bgwhite h1 {
        font-size: 40px;
        font-weight: 600;
        color: black;
        margin-bottom: 26px;
    }
}



@media only screen and (max-width: 1000px) {

    .carousel-caption-set {
        display: none;
    }

  

    .carousel-caption-set h1 {
        font-size: 20px;
    }

    .carousel-caption-set h4 {
        font-size: 18px;
    }

}

@media (min-width:767px) and (max-width:1023px) {
    .position_left {
        width: 50% !important;
        padding: 78px 20px 15px 26px !important;
    }

    .position_right {
        width: 50% !important;
    }

    .login_form {

        padding: 50px 23px;
    }
}

@media (min-width: 1030px) and (max-width: 1366px) {
    .position_left {
        width: 50% !important;
    }

    .position_right {
        width: 50% !important;
    }

    .login_form {
        padding: 50px 26px !important;
    }

    #register_details {

        padding: 0px 56px !important;
        padding-right: 32px !important;
    }
}

.loginform_start .form-control {

    position: relative;
    z-index: 99;
}

.input_box_one input:focus~label, .input_box_one input:not(:placeholder-shown)~label{ 
    z-index: 99;
}