*{padding: 0px; margin: 0px;}
body{font-family: calibri;}

p{margin-bottom: 0px;}
body
{
font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

.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 {
    background-color: rgba(290 , 290, 290, 0.85);
    padding: 50px 20px;
    border-radius: 20px;
}

.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
{
    float: left;
    align-self: flex-end;
    flex-basis: 0;
    flex-grow: 1;
    text-align: right;
    color:#0093c0;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
}

.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: #a654f0;
    padding: 10px 30px !important;
    color: #fff;
    text-decoration: none;
    border-radius: 25px !important;
}

.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_steps
{
flex: 0 0 33.3333%;
max-width: 33.3333%;
z-index: 1;
}

.steps_numb
{
width: 25px;
display: inline-block;
background-color: #b8b8b8;
border-radius: 100px;
height: 25px;
line-height: 25px;
color: #fff;
font-weight: bold;
}

.lineset {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    height: 2px;
    background-color: gray;
}

.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_blue_btn
{
background-color: #1477c4;
color: #fff;
border-radius: 50px;
min-width: 140px;
font-weight: bold;
padding: 10px;
border:none;
box-shadow: none;
cursor: pointer;
}

.custom_blue_btn:focus
{
outline: none;
}

.custom-file-label::after
{
content: "\ea15";
font-family: icomoon !important;
font-weight: 400;
background-color: #1477c4;
color: #fff;
}

.steps_numb.active
{
background-color:#06518b;
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;
}


@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;}
.login-section-container-left-inner h5{font-size: 30px;}
.login-section-wrp{padding-bottom: 20px; padding-top: 20px;}

.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;
}

}

@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%;}
}

/*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;
}


.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;}
body.login_basic_style p{font-family: calibri;}
.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;*/
}

.login_form {
    width: 360px;
    background: white;
    position: absolute;
    right: 10%;
    top:10%;
    max-height: 520px;
    overflow-y: auto;
}

.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;
}

@media only screen and (max-width: 1000px)
{

.carousel-caption-set
{
display: none;
}
.login_form {
    width: 95%;
    background: white;
    position: absolute;
    right: 5%;
    left: 2.5%;
    max-height: 470px;
    overflow-y:auto;
}

.carousel-caption-set h1 {
    font-size: 20px;
}

.carousel-caption-set h4 {
    font-size: 18px;
}

}


.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; 
}

@media (min-width: 992px){
.navbar-expand-lg .navbar-brand {
    min-width: unset;
}
}

@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;
}
}

#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;
}