body {
    font-size: 14px;
    background-color: #fff;
    font-family: 'Poppins', sans-serif;

}

.container {
    width: 100%;
    /*position: relative;*/
}

a {
    color: #2291c5;
}

.position_initial {
    position: initial !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.bg-light {
    background-color: #eceef1 !important;
}

.white-color p {
    color: #fff;
}

.white-color h2 {
    color: #fff;
}

.white-color h3 {
    color: #fff;
}

.white-color h4 {
    color: #fff;
}

.white-color h5 {
    color: #fff;
}

.white-color {
    color: #fff;
}

p {
    font-size: 14px;
    line-height: 24px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

/*header css start*/

/*logo page css start*/

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 30px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 30px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

header {
    background:#00baa9;
    border-bottom: 1px solid #ddd;
    box-shadow: 0px 0 7px black;
    z-index: 2;
    position: relative;
}

.navbar {
    padding: 0 5px;
}

.header-menu .nav-link {
    font-size: 16px;
    color: #186804 !important;
    position: relative;
        padding: 5px 0;
}
.dropdown-toggle::after{vertical-align: middle;border-top: .3em solid #E5BC0E; }
.header-menu .active > .nav-link {
    color: #fff !important;
    background-color: #F9CC01; border-radius: 50px;
}

.wallet-box-part h5 {
    font-size: 17px;
    color:#3C3C3C;
    text-align: center;
    line-height: 30px;
}

.wallet-box-part {
    padding: 16px;
}

.credits-box-part {
    border-left: 2px solid #f2f2f2;
}

.credits-box-part h5 {
    font-size: 17px;
    color:#3C3C3C;
    text-align: center;
    line-height: 30px;
}

.credits-box-part {
    padding: 16px;
}

.user-div > a.nav-link {
    color: #186804 !important;
}

/*.header-menu li.nav-item.active a::before {
    content: "";
    background: #fff;
    width: 10px;
    height: 10px;
    display: inline-block;
    transform: rotateZ(50deg);
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -7px;
}
*/
.explore-more-box-part {
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0px 12px 3px #f5f5f5;
}

.explore-more-box {
    padding: 15px;
    background: #F8F1B1;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 0px 12px 3px #f5f5f5;
    margin-top: 30px;
}

.explore-more-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #BCBCBC;
    background: #fff;
    margin: 0 auto 20px;
}

.explore-more-box h3 {
    font-size: 15px;
    color: #3c3c3c;
    margin: 0;
}

h2 {
    font-size: 32px;
    color: #3C3C3C;
    font-weight: 500;
}

.others-box-part {
    background: #e9e9e9;
    border-radius: 8px;
}

.hadding-box {
    padding: 20px;
}

.others-box-part ul {
    padding: 0;
    margin: 0;
}

.others-box-part ul li {
    list-style: none;
}

.others-box-part ul li a {
    text-decoration: none;
    padding: 12px 20px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #186804;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
}

.others-box-part ul li:nth-child(2n + 2) a {
    background: rgba(255, 255, 255, 0.5);
}

.arrow {
    border: solid #186804;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    float: right;
    margin-top: 6px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.copy-right-section {
    background: #e2e2e2;
    padding: 15px;
    text-align: center;
}

.copy-right-part p {
    color: #575757;
    margin: 0;
}

.menu-fixd-section {
    position: relative;
    z-index: 1;
}

.menu-fixd-part {
    position: absolute;
    top: 0;
    padding: 10px 30px 0;
    z-index: 2;
    background: #f6f6f6;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0 4px 3px 1px rgba(0, 0, 0, 0.2);
}

.menu-fixd-part ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    padding: 0;
    margin: 0;
}

.menu-fixd-part ul li {
    display: table-cell;
    text-align: center;
}

.menu-fixd-part ul li a img {
    margin-bottom: 5px;
}

.menu-fixd-part ul li a {
    display: block;
    padding: 5px 0 10px;
    font-size: 14px;
    color: #186804;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;

}

.carousel-indicators {
    bottom: -60px;
    z-index: 0;
}
a.carousel-control-next {
    padding: 0px !important;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    padding: 0px !important;
}
.carousel-indicators li {
    background-color: #f16817;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.navbar-toggler-button {
    display: none;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent !important;
    border-bottom-color: #3EC14F !important;
}

/*mobile css */

.menu-fixd-part .active a {
    border-bottom: 5px solid #3EC14F;
    position: relative;
}

.menu-fixd-part .active a::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #3EC14F;
    bottom: -20px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    z-index: 5;
}

.recharge-section-tabs {
    background: #F9CC01;
    border-radius: 0 0 8px 8px;
    width: 100%;
    border-bottom: none;
    display: inline-block;
}

.recharge-section-tabs-padding {
    padding: 0 30px;
}

.recharge-section-tabs li {
    padding: 0 30px;
    display: inline-block;
}

.recharge-section-tabs li a {
    padding: 20px 20px 5px;
    text-align: center;
    color: #3C3C3C;
    font-style: 13px;
    border-bottom: 5px solid transparent !important;
    font-family: 'Poppins', sans-serif;

}

.recharge-section-tabs li a img {
    margin: 0 auto 5px;
    max-width: 18px;
}

.recharge-section-tabs li a.active {
    background: none !important;
    box-shadow: none;
    border: none;
    color: #3C3C3C !important;
    border-bottom: 5px solid #3EC14F !important;
}

/* The container */

.radio_prepaid {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */

.radio_prepaid input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    border: 2px solid #707070;
}

/* When the radio button is checked, add a blue background */

a.active .radio_prepaid .checkmark {
    border-color: #186804;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */

.mobile-prepaid-tabs a.active .radio_prepaid .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */

.mobile-prepaid-tabs a.active .radio_prepaid .checkmark:after {
    top: 6px;
    left: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #186804;
    content: "";
}

.tab-content > .active {
    opacity: 1;
}

.mobile-prepaid-tabs li a {
    color: #3c3c3c;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;

}

.mobile-prepaid-tabs li {
    margin-right: 20px;
}

.mobile-prepaid-tabs {
    border: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #3c3c3c;
    background-color: #f8f8f8;
    background-clip: padding-box;
    border: 1px solid #9f9f9f;
    border-radius: 6px;
    -moz-appearance: textfield;
}

.form-group label {
    color: #186804;
    min-height: 20px;
    display: inline-block;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;

}

.button-proceed_part {
    box-shadow: 0 0px 8px 5px rgba(0, 0, 0, 0.06);
    background-color: #3EC14F;
    height: 60px;
    border-radius: 50px;
    border: 1px solid #707070;
    font-size: 18px;
    color: #fff;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;

}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.recharge-amount-box .form-control {
    font-size: 32px;
    padding-left: 35px;
    background-image: url(../images/india_rup.svg);
    background-repeat: no-repeat;
    background-position: 9px 4px;
    background-size: 19px;
}

.mobile-prepaid-content p {
    color: #3c3c3c;
    font-family: 'Poppins', sans-serif;

}


.table td,
.table th {
    border-top: none;
    min-width: 108px;
}

.best-offers-part {
    display: flex;
    border-top: 1px solid #ddd;
}

.best-offers-part nav {
    width: 250px;
    display: inline-block;
    border-right: 1px solid #ddd;
    padding: 20px;
}

.best-offers-part nav .nav-tabs a {
    border: 1px solid #3c3c3c;
    border-radius: 50px;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    color: #3c3c3c;
    font-weight: 400;
    padding: 12px;
}

.best-offers-part nav .nav-tabs {
    border-bottom: none;
}

.best-offers-part .nav-tabs .nav-link.active {
    background: #F9CC01 !important;
    border-color: #F9CC01 !important;
}

.best-offers-part .nav-tabs .nav-link:hover {
    background: #F9CC01 !important;
    border-color: #F9CC01 !important;
}

.p_0 {
    padding: 0;
}

.browse-plans-part h2 {
    padding: 30px;
}

/**/
.min_height_68 {
    min-height: 55vh;
}

/*front page css start*/
.menu-right {
    width: 85%;
    text-align: right;
    display: inline-block;
}
ul.menu-right > li > a {
    color: #fff !important;
    font-size: 16px;
    text-transform: uppercase;
        padding: 7px 18px !important;
        border-radius: 50px;
}
ul.menu-right > li.active > a {
    color: #fff !important;
    background: #F9CC01;
}
.menu-right li {
    display: inline-block;
}

.footer-menu-left-part ul {
    padding-left: 0;
    text-align: left;
    margin-bottom: 0;
}
.footer-menu-left-part ul li {
    display: inline-block;
    padding-right: 10px;
    padding-top: 3px;
}
.footer-menu-left-part ul li a {
    color: #222;
}

/*fornt page css End*/

/*recharge report page css start*/
.add-new-device-form h3 {
    font-size: 16px;
    margin-bottom: 5px;
}
.add-new-device-form .form-group-row {
    margin-bottom: 30px;
}

.dropdown-filter-list .navbar-nav {
    text-align: right;
    padding: 0;
    display: inherit;
}
.dropdown-filter-list .navbar-expand-md {
    text-align: right;
    padding: 0;
    display: inherit;
}
.dropdown-filter-list .nav-item.dropdown {
    width: 380px;
    background: #fefefe;
    border: 1px solid #0176ac;
    box-sizing: border-box;
    text-align: left;
    border-radius: 4px;
    height: 45px;
    display: inline-block;
}
.dropdown-filter-list .nav-item.dropdown.show {
    background: #edf9fe;
    border-color: #edf9fe;
    border-radius: 4px 4px 0 0;
}
.dropdown-filter-list .navbar-nav a {
    color: #000 !important;
    font-size: 16px;
}
.dropdown-filter-list .dropdown-toggle::after {
    display: initial;
    float: right;
    margin-top: 10px;
}
.dropdown-filter-form {
    padding: 15px;
}

.dropdown-filter-form .col-lg-6 {
    padding-left: 7px;
    padding-right: 7px;
}
.dropdown-filter-form .col-lg-12 {
    padding-left: 7px;
    padding-right: 7px;
}
.dropdown-filter-form .row {
    margin-left: -7px;
    margin-right: -7px;
}
.dropdown-filter-form .btn-large-border {
    background: #fff;
}
.dropdown-filter-list .dropdown-menu {
    background-color: #edf9fe;
    border-radius: 0 0 4px 4px;
}
.dropdown-filter-form .form-group {
    margin-bottom: 24px;
}
.lapu-list-header-row {
    background: #F9CC01;
    padding: 10px;
}
.has-search svg {
    position: absolute;
    right: 2px;
    width: 35px !important;
    font-size: 20px;
    top: 18px;
}
.form-button .btn-large-border {
    background: #fff;
    margin-top: 3px;
}
.form-button .btn-large {
    margin-top: 3px;
    font-size: 14px;
}
.lapu-list-table-top-row span {
    background-color: #ffe920;
}
.lapu-list-table-top-row strong {
    margin-left: 5px;
}
.lapu-list-table-top-row strong:first-child {
    margin-left: 0;
}
.lapu-list-table .table td,
.lapu-list-table .table th {
    padding: 10px 6px;
}
.checkbox-all .checkbox-label {
    margin-bottom: 0;
    padding: 0;
}
.checkbox-all .checkbox-btn:checked + .checkbox-label::after {
    top: 4px;
    left: 7px;
    width: 6px;
    height: 10px;
}
.checkbox-all .checkbox-label::before {
    height: 20px;
    width: 20px;
    margin-right: 3px;
}
tbody tr .checkbox-all .checkbox-label {
    font-size: 14px;
}
.toggle-button-cover {
    display: table-cell;
    position: relative;
    box-sizing: border-box;
}
.button-cover {
    height: 0;
    margin: 0;
    background-color: #fff;
    box-shadow: 0 10px 20px -8px #c5d6d6;
    border-radius: 4px;
}

/*recharge  report page css start */
.filter-box-top .form-group {
    display: inline-block;
}
.filter-box-top span {
    font-size: 16px;
    color: #fff;
    padding-right: 5px;
}
.filter-date-top .form-group {
    display: inline-block;
    vertical-align: middle;
}
.filter-date-top span {
    font-size: 16px;
    color: #fff;
    padding: 0 5px;
}
.filter-date-top .form-button {
    display: inline-block;
}
.filter-date-top .btn-large-border {
    min-width: 70px;
}
.filter-date-top .btn-large {
    min-width: 70px;
}
.recharge-report-header-row .form-group {
    margin-bottom: 0;
}
.recharge-report-table .btn-large {
    height: 34px;
    border-radius: 8px;
    border: none;
    background: #F9CC01;
    color: #000;
    line-height: 34px;
    text-transform: capitalize;
    min-width: 90px;
    font-size: 12px;
}
.call-back-report label {
    min-height: 17px;
}
.filter-box-top .form-group {
    margin-bottom: 0;
}
.mt-25 {
    margin-top: 25px;
}
/*recharge report page css start */

/*new report page css start*/
.blue_color {
    color: #137bac;
    font-weight: 500;
}
.red_color {
    color: red;
    font-weight: 500;
}
/*new report css End*/
.has-search svg {
    position: absolute;
    right: 2px;
    width: 35px !important;
    font-size: 20px;
    top: 18px;
}
.btn-large-border {
    height: 50px;
    border-radius: 8px;
    border: 1px solid #f2f2f2;
    background: none;
    color: #fff;
    line-height: 37px;
    text-transform: capitalize;
    min-width: 120px;
    color: #000;
}
.btn-large:hover {
    color: #000;
    text-decoration: none;
}
.btn-large {
    text-decoration: none;
    display: inline-block;
    padding: 0 10px;
    height: 50px;
    border-radius: 8px;
    border: none;
    background: #F9CC01;
    color: #000;
    line-height: 50px;
    text-transform: capitalize;
    min-width: 120px;
}
.filter-date-top .btn-large-border {
    min-width: 80px;
}
.form-button .btn-large-border {
    background: #fff;
    margin-top: 3px;
}
.btn-large-border:hover {
    opacity: 0.9;
    outline: none;
    box-shadow: none;
    text-decoration: none;
}
.list__item {
    position: relative;
}
.thead-dark-bg {
    background: #F9CC01;
    color: #fff;
}
.user-table-part tbody tr:nth-child(2n + 2) {
    background-color: #f2f2f2;
}
.latest-news-part h2 {
    font-size: 26px;
}
.latest-news-part h5 {
    font-size: 16px;
}
.add-member-part {
    padding: 12px 0;
}
.add-member-part a {
    color: #fff;
    font-style: 16px;
}
.add-member-part a:hover {
    text-decoration: none;
}
.btn-table {
    width: 26px;
    height: 26px;
    color: #fff;
    border-radius: 6px;
    display: inline-block;
    line-height: 26px;
    text-align: center;
    margin-left: 1px;
}
.eye-btn {
    background: #3EC14F;
}
.pencil-btn {
    background: #F9CC01;
}
.key-btn {
    background: #222;
}
/*recharge report page css end*/
/*about us page css start*/
.about-us-right {
    box-shadow: 0 0px 10px 3px #f2f2f2;
    padding: 20px 20px 0;
    background: #fff;
}
/*about us page css End*/
.contact-us-form-part {
    box-shadow: 0 0px 23px 18px #f2f2f2;
    margin-top: -100px;
    position: relative;
    z-index: 999999999999999;
    background: #fff;
}
.contact-us-form-left {
    padding: 45px;
}
.right_bg_contact {
    background: #F8F1B1;
    padding: 45px;
}
.contact-info-part {
    margin-top: 20px;
    position: relative;
}
.contact-info-part span {
    width: 40px;
    height: 40px;
    background: #000;
    opacity: 0.6;
    display: inline-block;
    border-radius: 50%;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    vertical-align: middle;
}
.contact-info-part p {
    width: calc(100% - 60px);
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 16px;
    margin: 0;
}
.social-media a {
    font-size: 26px;
    margin: 0 3px;
    text-align: center;
    color: #000;
}

.services-box-part {
    background: rgba(255, 255, 255, 0.6);
    padding: 25px;
    text-align: center;
    margin-top: 30px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    transition: all 0.5s ease 0s;
    position: relative;
}
.services-box-part:hover {
    box-shadow: 0 0px 21px 16px #ddd;
    transition: all 0.5s ease 0s;
}
.services-box-part::after {
    width: 0%;
    height: 2px;
    background:#F9CC01;
    display: inline-block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all 500ms ease;
}
.services-box-part:hover::after {
    width: 100%;
    height: 2px;
    background: #F9CC01;
    display: inline-block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.services-box-part:hover h3 {
    color: #F9CC01;
}

.services-box-img {
    height: 90px;
    width: 90px;
    border: 1px solid;
    border-radius: 50%;
    padding: 15px;
    line-height: 60px;
    margin: 0 auto 20px;
}
.services-box-img img {
    max-width: 100%;
}
.services-box-img {
    height: 90px;
    width: 90px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    padding: 15px;
    line-height: 60px;
    margin: 0 auto 20px;
    background: #fff;
}

.about-us-right-box ul {
    padding-left: 0;
}
.about-us-right-box ul li {
    display: inline-block;
}
.about-us-right-box li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 28px;
    font-size: 16px;
    font-weight: 400;
    color: #474747;
}
.about-us-right-box li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    display: block;
    line-height: 30px;
    font-size: 18px;
    color: #f87006;
    font-weight: 400;
    width: 16px;
    height: 16px;
    line-height: 51px;
    border-radius: 50%;
    border: 2px solid #F9CC01;
    text-align: center;
}
.why-choose-us-banner {
    background: url(../images/Frame-26-4.png);
    background-size: contain;
}
.about-us-bg{
    background: url(../images/Frame-26-4.png);
    background-size: contain;
}
.about-us-h_bg {
    background: url(../images/red_dots.png);
    background-position: bottom center;
    background-size: cover;
}
.services_bg {
    background: url(../images/red_dots.png);
    background-repeat: repeat;
    background-size: contain;
}

.why-choose-right-box ul {
    padding-left: 0;
}
.why-choose-right-box li {
    list-style: none;
    background: rgba(255, 255, 255, 0.2);
    margin-bottom: 10px;
    box-shadow: 0 4px 4px #ddd;
    padding: 16px 10px 0;
    border: 1px solid #f2f2f2;
}
.why-choose-box h3 {
    font-size: 18px;
}

.why-choose-box-img {
    width: 70px;
    display: inline-block;
    vertical-align: top;
}
.why-choose-box {
    width: calc(100% - 80px);
    display: inline-block;
    vertical-align: top;
}
/* PaYouFunds css start*/
.navbar-brand{ padding: 12px 0; }
.amout-box-part { background-color: #E8E8E8; }
.menu-fixd-part ul li a span {
    margin-bottom: 5px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 8px;
    display: inline-block;
    box-shadow: 3px 0 7px #ddd;
    border: 1px solid #f2f2f2;
}
.menu-fixd-part ul li a span img{ width: 100%; height: 100%; object-fit: contain; }
span.price-box {
    background: #fff;
    border: 1px solid #186804;
    padding: 9px 25px;
    border-radius: 50px;
    box-shadow: 0px 0 4px #ddd;
    color: #186804;
}
.dropdown-item.active, .dropdown-item:active{ background-color: #F9CC01; }


/*PaYouFunds Css End*/