    .container {
        width: 100%;
        margin: auto;
        max-width: 768px;
        margin-top: 15px;
        background:#fac000;
        height: calc(100vh - 40px);
        /* overflow-y: scroll; */
        padding: 0px;
    }
    
    .btn-bar {
        background: #fff;
        border-radius: 100%;
        height: 40px;
        width: 40px;
        color: #fac000;
        margin: 15px;
    }
    
    .head {
        background-image: #fac000;
        padding-bottom: 50px;
    }
    
    .center-logo-section .row {
        margin: 0;
    }
    
    .btn-create {
        background-color: #2f2f2f;
        color: #fff;
        width: 100%;
        border-radius: 0;
        margin: 20px 0;
    }
    
    .btn-create:hover,
    .bank {
        color: #fff;
    }
    
    .slider {
        background: #000;
        height: calc(50vh - 40px);
        overflow-y: scroll;
    }
    
    .carousel-inner {
        border-radius: 30px;
    }
    
    .main {
        position: absolute;
        width: 275px;
    }
    
    .main-nav {
        height: 100vh;
        position: relative;
        margin: 0 auto;
        overflow: hidden;
    }
    
    .end-section {
        color: #fff;
        text-align: center;
        padding: 10px;
        background: #000;
        font-size: 12px;
    }
    
    .end-section span {
        color: #fac000;
    }
    
    .main-nav .offcanvas {
        position: absolute;
        bottom: 0;
        z-index: 1045;
        display: flex;
        flex-direction: column;
        max-width: 100%;
        visibility: hidden;
        background-color: #fff;
        background-clip: padding-box;
        outline: 0;
        transition: transform .3s ease-in-out;
        height: 100vh;
    }
    
    .main-nav .offcanvas {
        width: 275px;
    }
    
    .main-nav .offcanvas-header {
        background: #dee2e6;
    }
    
    .main-nav .offcanvas-header .wallet-bal {
        color: #fac000;
    }
    
    .main-nav .offcanvas-body ul,
    .main-nav .offcanvas-footer ul {
        padding-left: 0;
        list-style-type: none;
    }
    
    .main-nav .offcanvas-body ul li,
    .main-nav .offcanvas-footer ul li {
        font-size: 18px;
        margin-bottom: 18px;
    }
    
    .main-nav .offcanvas-body ul li a i,
    .main-nav .offcanvas-footer ul li a i {
        margin-right: 5px;
        font-weight: 600;
    }
    
    .offcanvas-footer {
        border-top: 1px solid #aaa;
        flex-grow: 1;
        padding: 1rem 1rem;
        overflow-y: auto;
    }
    
    .btn-close {
        background: none;
        position: absolute;
        top: 25px;
        right: 25px;
        border: 1px solid;
        border-radius: 100%;
        opacity: 1!important;
        align-items: center;
        display: flex;
        justify-content: center;
        font-size: 14px;
        width: 25px;
        height: 25px;
        padding: 0!important;
    }
    
    .offcanvas-backdrop.show {
        opacity: 0;
    }
    
    .footer {
        position: fixed;
        z-index: 9999;
        background: #191718;
        bottom: 25px;
        width: 100%;
        max-width: 768px;
        text-align: center;
        padding: 10px 20px;
        border-top: 1px solid #fac000;
    }
    
    .footer a {
        color: #aeaeae;
        display: inline-grid;
    }
    
    .footer a:hover {
        color: #fac000;
    }
    
    .footer a i {
        margin-bottom: 5px;
    }
    
    .right-header {
        text-align: right;
        margin-top: 15px;
    }
    
    .box-1 {
        position: absolute;
        bottom: -18%;
        padding: 36px 16px;
        height: 170px;
    }
    
    .box-2 {
        padding: 22px 80px 16px 16px;
        box-shadow: 10px 17px 30px 0 #bbbb;
        height: 122px;
    }
    
    .box-3 {
        padding: 22px 16px 16px 80px;
        box-shadow: 10px 17px 30px 0 #bbbb;
        height: 122px;
    }
    
    .box-1,
    .box-2,
    .box-3 {
        background: #000;
        width: 150px;
        color: #fff;
        border-radius: 10px;
        font-size: 12px;
        text-align: center;
    }
    
    .main-box {
        display: flex;
        justify-content: center;
        position: relative;
    }
    
    .tab-inner-heading {
        margin-top: 20px;
        color: #fff;
    }
    
    .tab-inner-section {
        padding: 20px;
        margin-top: 10px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        background-color: #000;
    }
    
    .tab-inner-section .tab-inner-header {
        background-image: url(../../images/create-acc-bg.png);
        background-repeat: no-repeat;
        color: #fff;
        text-align: center;
        background-size: cover;
        padding: 20px;
        border-radius: 10px;
        background-position: center;
    }
    
    .tab-inner-section .tab-inner-header .number-sec,
    .user-details .number-sec {
        display: inline-flex;
        margin: 0 auto;
    }
    
    .tab-inner-section .tab-inner-header .number-sec img {
        margin-right: 10px;
    }
    
    .tab-body-section .bank .btn-bar {
        background: #fac000;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
    }
    
    .tab-body-section .bank .row {
        align-items: center;
    }
    
    .tab-body-section .bank p {
        margin-bottom: 0;
    }
    
    .tab-body-section .bank {
        background: #191919;
        padding: 20px;
        border-radius: 10px;
    }
    
    .tab-body-section .bank .btn-green {
        color: #fff;
        background: #fac000;
        border-radius: 5px;
        width: 100%;
        font-size: 14px;
        margin: 0;
    }
    
    .tab-inner-section .nav-tabs {
        border-bottom: 0!important;
    }
    
    .tab-inner-section .notification {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    
    .tab-inner-section .notification img {
        width: 100px;
        text-align: center;
        margin: 20px auto;
        display: block;
    }
    
    .tab-inner-section .nav li button {
        width: 100%;
        background: #191718!important;
        color: #fff!important;
        border: 0;
    }
    
    .tab-body-section input {
        background: #252424;
        border: 0;
        padding: 10px 10px 10px 45px;
    }
    
    .form-control:focus {
        background-color: #252424;
    }
    
    .tab-body-section input:placeholder {
        color: #fff!important;
    }
    
    .tab-body-section input::after {
        content: '';
    }
    
    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        border-bottom: 2px solid #fac000;
    }
    
    .tab-inner-section .nav li {
        width: 49%;
        background: #191718;
        margin: 0 3px;
    }
    
    .tab-inner-header .nav {
        position: relative;
        z-index: 9999;
    }
    
    .search-div {
        position: relative;
    }
    
    .search-div span {
        position: absolute;
        z-index: 9;
        color: #fff;
        top: 50%;
        transform: translateY(-50%);
        left: 15px;
        cursor: pointer;
    }
    /* Custom Scroll */
    
     ::-webkit-scrollbar {
        width: 10px;
    }
    
     ::-webkit-scrollbar-track {
        background: #111111;
    }
    
     ::-webkit-scrollbar-thumb {
        background: #444;
    }
    
     ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
    
    @media (max-width:768px) {
        .payment-type ul {
            padding: 0;
            text-align: center;
        }
        .payment-type label img {
            height: 50px;
            width: 50px;
        }
        .tab-inner-section .nav li {
            width: 48%;
        }
        .tab-body-section .bank {
            padding: 8px;
        }
        .tab-body-section .bank .btn-bar {
            margin: 0px!important;
        }
        .slider {
            margin-top: 40px;
            height: calc(45vh - 40px);
        }
        .container,
        .right-header,
        .container-fluid {
            margin-top: 0!important;
        }
        .center-logo-section {
            margin-top: 40px;
        }
        .footer {
            bottom: 0;
        }
        .head {
            padding-bottom: 0;
        }
        .btn-bar {
            margin: 15px 15px 15px 15px!important;
        }
        .right-header a {
            top: 0!important;
        }
        .reward {
            padding: 0;
        }
        .profile-bg {
            border-radius: 20px;
            width: 80%;
        }
    }
    
.main-home-page-class .follow-us-on{
   width: 100%;text-align: center;float: left;
}
.main-home-page-class .follow-us-on-label-class{
  text-align: center;border-bottom: 1px red solid;margin: auto 31%;font-size: 22px;margin-bottom: 30px!important;margin-top: 15px!important;
}
.main-home-page-class .follow-us-on-main-class{
  width: 100%;
}
.main-home-page-class .follow-us-on-main-class ul{
  width: 100%;display: inline;text-align: center;
}
 .main-home-page-class .follow-us-on li {
 width: 34px;text-align: center;display: inline;margin-right: 35px;
 }