/*********************************************************************************
common styles
***************/
@import url('ionicons.min.css');

@font-face {
    font-family: 'ITC_ Avant_ Garde Bold';
    src: url('../fonts/ITC_ Avant_ Garde Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'ITCAvantGardePro-Bk';
    src: url('../fonts/ITCAvantGardePro-Bk.otf') format('opentype');
}

@font-face {
    font-family: 'Poppins-Black';
    src: url('../fonts/Poppins-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Light';
    src: url('../fonts/Poppins-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Black';
    src: url('../fonts/Roboto-Black.woff') format('woff');
}
@font-face {
    font-family: 'Roboto-Black';
    src: url('../fonts/Roboto-Black.woff') format('woff');
}

@font-face {
    font-family: 'happy-monkey-regular';
    src: url('../fonts/happy-monkey-regular.ttf') format('woff');
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light.woff') format('woff');
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.woff') format('woff');
}

html {
    scroll-behavior: smooth;
}

body {
    background: #ffffff;
    color: #000;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
    font-family: 'Roboto-Regular';
    overflow-y: auto;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
li {
    margin: 0px;
    padding: 0px;
}

a {
    color: #333;
    cursor: pointer;
    text-decoration: none;
    font-family: Poppins-Regular;
}

    a:active {
        box-shadow: none;
    }

p {
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: Poppins-Regular;
}

h1,
h2 {
    margin-bottom: 10px;
    font-family: 'poppins-bold';
}

h3 {
    font-family: Poppins-Medium;
}

h5, h6 {
    font-family: Poppins-Medium;
}
.subheading {
    /*font-family: happy-monkey-regular;*/
    /*font-weight: bold;*/
    color: #000;
    text-align: center;
    margin-top: 0px !important;
}
.no-padding {
    padding: 0px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}

.container-fluid {
    padding-left: 5px;
    padding-right: 5px;
    max-width: 480px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 5px;
    padding-left: 5px;
}

.row {
    margin-right: -5px;
    margin-left: -5px;
}

.no-padding-left {
    padding-left: 0px !important;
}

input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date],
input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search] {
    border: 0px solid #bdbdbd;
    outline: none;
    width: 100%;
    box-shadow: none;
    box-sizing: border-box;
    transition: all 0.3s;
    font-family: Roboto-Regular;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

textarea:not([type]), textarea[type=text], textarea[type=password], textarea[type=email], textarea[type=url], textarea[type=time],
textarea[type=date], textarea[type=datetime], textarea[type=datetime-local], textarea[type=tel], textarea[type=number],
textarea[type=search] {
    border: 0px solid #001594;
    outline: none;
    width: 100%;
    box-shadow: none;
    box-sizing: border-box;
    transition: all 0.3s;
    font-family: 'Poppins-Regular';
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
    line-height: normal;
}

select.form-control {
    padding: 0px 0 10px;
    height: auto;
    border: 0px solid #001594;
    outline: none;
    width: 100%;
    box-shadow: none;
    box-sizing: border-box;
    transition: all 0.3s;
    font-family: 'Poppins-Regular';
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

.form-control {
    padding: 10px;
    height: 40px;
    border-color: #bdbdbd;
}

    .form-control:focus { 
        box-shadow: none;
        border-color: #926000 !IMPORTANT;
    }

.lable {
    color: #000000;
    font-family: Poppins-Regular;
    font-size: 13px;
    margin-bottom: 10px;
}

.color-error {
    color: #d80032;
}

.lbl-error {
    color: #d80032;
    font-size: 11px;
    display: none;
}

.btn {
    display: block;
    padding: 10px;
    font-size: 14px;
    font-family: Poppins-Regular;
    width: 100%;
    text-transform: uppercase;
    outline: none;
    letter-spacing: 1px;
    height:40px;
}

.text-white {
    color: #fff;
}

.text-red {
    color: #d80032;
}

.text-blue {
    color: #0089ff;
}

.text-orange {
    color: #36afbc;
}

.enter-page {
    background: #36afbc;
    background-size: contain;
    height: 100vh;
}

.enter-inner-sec {
    padding: 100px 10px;
}

.h1 {
    font-size: 24px;
    font-family: Poppins-Medium;
    color: #fff;
    margin-bottom: 25px;
    margin-top: 25px;
}

.enter-box {
    background: #9cbd2a;
    text-align: center;
    padding: 15px 5px;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
}

    .enter-box img {
        margin-bottom: 15px;
    }

    .enter-box h4 {
        margin-bottom: 15px;
        text-transform: uppercase;
        font-family: Poppins-Medium;
    }

.btn-login {
    background: #000;
    color: #fff !important;
    text-align: center;
    text-transform: uppercase;
    height: 50px;
    box-shadow: 0 0 10px -4px rgb(0 0 0);
    border: 1px solid #000;
    line-height: 50px;
    padding: 0;
}

.login-page {
     background: #fff;
    background-size: cover;
    height: 100vh;
    background-attachment: fixed;
}

.login-inner-sec {
    padding: 0px 0px;
}

.loginimg {
    padding: 25px 15px 80px;
}

    .loginimg img {
        max-width: 70%;
        margin-bottom: 0px;
    padding: 0px;}

.loginhead {
    color: #916000;
    text-align: center;
    font-size: 50px;
    font-family: Roboto-Black;
    margin-bottom: 0px;
    margin-top: 47px;
}
.registernow{
    background:#000;
    border-color:#000;
}

.login-form {
    padding: 25px 20px;
    z-index: 999;
    position: relative;
    border-radius: 5px;
  /*  box-shadow: 0 3px 20px 0 rgb(0 0 0 / 25%);*/
    margin-bottom: 15px;
margin-top: -50px;}

.login-form .input-group{
    border:1px solid #ddd;
    border-radius:5px;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    box-sizing: border-box;
}
.login-form input::-webkit-input-placeholder {
    font-size: 14px !important;
    line-height:50px;
}
.login-form .form-control {
    font-size: 24px;
    border: 0px solid #ffffff !important;
    height: 50px;
    border-radius: 5px;
    border-left: 0;
    border-right: 0;
    background: none;
    color: #000;
    line-height:50px;
}
.login-form  .input-group i {
    font-size: 22px;
}
    .login-form .input-group-addon {
        padding: 6px 12px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        color: #916000;
        text-align: center;
        border: 0px solid #ccc;
        border-radius: 4px 0 0 4px;
        width: 50px;
    }
.ac-tc {
    font-size: 12px;
}

.otp-page {
    /*background: #8d0000;*/
    height: 100vh;
    padding: 35px 15px;
}

.otphead {
    font-size: 22px;
    text-align: center;
    color: #fff;
    font-family: Poppins-Bold;
    margin-bottom: 25px;
}

.otpcode {
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    margin-bottom: 20px;
}

.otp-page .form-control {
    text-align: center;
    letter-spacing: 25px;
    font-size: 18px;
    font-family: Roboto-Medium;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.btn-otp {
    background: #212121;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.otp-sec, .complete-profile-sec {
    background: url(../design_img/login-formbg.png) top;
    background-size: cover;
    height: 100vh;
    overflow: auto;
}

.dashboard-inner-sec {
    height: 100%;
    margin-top: 60px;
    margin-bottom: 15px;
    position: relative;
}

.dashboard {
    margin-top: 15px;
}

.dashbox {
    text-align: center;
    padding: 15px 0px;
    font-size: 14px;
    margin-top: 10px;
    border: 0px solid #ff532f;
    border-radius: 5px;
    background: #FF512F;
    background: -webkit-linear-gradient(to bottom, #F09819, #FF512F);
    background: linear-gradient(to bottom, #F09819, #FF512F);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 50%);
}
    /*.bluebg{
    background: linear-gradient(to bottom, #9421fd, #2f35ff) !important;
}
.greenebg{
    background: linear-gradient(to bottom, #27fd00, #005d0b) !important;
}*/

    .dashbox img {
        height: 65px;
    }

    .dashbox h4 {
        font-size: 14px;
        line-height: 18px;
        font-family: Hind-Bold;
        margin-top: 15px;
        color: #fff;
    }

.newobx {
    margin-top: 10px;
}

.nbox {
    text-align: left;
    padding: 10px 0px 10px 5px;
    font-size: 14px;
    margin-top: 10px;
    border: 0px solid #ff532f;
    border-radius: 5px;
    background: #FF512F;
    background: #1488CC; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #2B32B2, #1488CC); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #2B32B2, #1488CC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 50%);
}

.nimg {
    height: 40px;
    width: 40px;
    border-radius: 50px;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
}

.nbox img {
    width: 50%;
}

.nbox h4 {
    font-size: 13px;
    line-height: 18px;
    font-family: Hind-Medium;
    margin-top: 5px;
    color: #fff;
    display: block;
}

.cb1 {
    background: #ec008c;
    background: -webkit-linear-gradient(to right, #fc6767, #ec008c);
    background: linear-gradient(to right, #fc6767, #ec008c);
}

.cb2 {
    background: #1A2980;
    background: -webkit-linear-gradient(to right, #26D0CE, #1A2980);
    background: linear-gradient(to right, #26D0CE, #1A2980);
}

.cb3 {
    background: #1A2980;
    background: -webkit-linear-gradient(to right, #26D0CE, #1A2980);
    background: linear-gradient(to right, #26D0CE, #1A2980);
}

.cb4 {
    background: #e65c00;
    background: -webkit-linear-gradient(to right, #F9D423, #e65c00);
    background: linear-gradient(to right, #F9D423, #e65c00);
}

.cb5 {
    background: #ff4b1f; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ff9068, #ff4b1f); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ff9068, #ff4b1f); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.cb6 {
    background: #1A2980;
    background: #6441A5; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #2a0845, #6441A5); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #2a0845, #6441A5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.social-section {
    background: #fff;
    padding: 10px 15px;
}

.social-btn {
    color: #fff;
    margin-top: 10px;
    border-radius: 5px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.facebook {
    background-color: #3f55ab;
    border-color: #3f55ab;
}

.twitter {
    background-color: #5fb7fe;
    border-color: #5fb7fe;
}

.instagram {
    background-color: #e04a91;
    border-color: #e04a91;
}

.youtube {
    background-color: #fe2e3c;
    border-color: #fe2e3c;
}

.start-page {
    background: #36afbc;
    background: #FF4E50; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #F9D423, #FF4E50); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #F9D423, #FF4E50); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    height: 100vh;
    overflow: auto;
}

.start-inner-sec {
    margin-top: 30%;
}

.start-btn-sec {
    margin-top: 50px;
    padding: 0 25px;
}

    .start-btn-sec .btn {
        font-size: 22px;
        text-transform: uppercase;
        font-family: Montserrat-Bold;
        font-weight: 600;
        font-size: 20px;
        border: 5px solid #fff;
        box-shadow: 0 5px 10px 0 rgb(187 69 0);
        border-radius: 100px;
        margin-bottom: 50px;
    }

.green-grd {
    background: #11998e;
    background: -webkit-linear-gradient(to right, #38ef7d, #11998e);
    background: linear-gradient(to right, #38ef7d, #11998e);
}

.blue-grd {
    background: #667db6; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.orange-grd {
    background: #fc4a1a; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f7b733, #fc4a1a); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f7b733, #fc4a1a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.btn-white {
    background: #fff;
    color: #d80032;
}

.btn-border {
    border: 1px solid #fff;
}

.otpcode {
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin-bottom: 25px;
    line-height: 24px;
}

h3.title {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 35px;
    font-size: 18px;
    text-transform: uppercase;
}

.inner-otp-section {
    padding: 25px 10px;
}

    .inner-otp-section .form-control {
        border-color: #fff;
        color: #fff;
        background: none;
        text-align: center;
        letter-spacing: 15px;
        font-size: 18px;
    }

    .inner-otp-section ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #fff;
        opacity: 0.6; /* Firefox */
        letter-spacing: 0;
        font-size: 14px;
    }
.myplaceholder::placeholder {
    color: #ccc !important;
    font-family: Poppins-Bold;
}
.register-sec {
    background: #36afbc;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
}

.inner-complete-proflie {
    padding: 0px 20px;
    background: #fff;
    margin-top: 25px;
    margin-bottom: 25px;
    height: 90vh;
    overflow: hidden;
    overflow-y: auto;
    border-radius: 5px;
    box-shadow: 0 3px 20px 0 rgb(0 0 0 / 25%);
}

select option:first-child {
    color: #00ff21;
    font-weight: 600;
}

.header {
    padding: 5px 10px;
    background: linear-gradient(to left, #9f6500, #ffa600, #513500);
    background-size: cover;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
       box-shadow: 0 0 5px rgb(22 0 0 / 80%);
    height: 50px;
}

.top-cart {
    position: relative;
}

    .top-cart img {
        height: 30px;
    }

    .top-cart span {
        background-color: #001d88;
        border-radius: 50%;
        position: absolute;
        right: 0px;
        font-size: 12px;
        color: #fff;
        top: -5px;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
    }

.heading {
    line-height: 24px;
    height: 34px;
    padding: 8px;
    color: #fff;
    vertical-align: middle;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap !important;
    width: 100%;
        font-family: roboto-medium;
    text-transform: uppercase;
    font-size: 18px;
}

.wallet {
    padding: 7px 0;
    text-align: right;
    color: #fff;
}

    .wallet span {
        font-family: Roboto-Regular;
    }

    .wallet img {
        vertical-align: bottom;
    }
.dashimg {
       /* margin: 10px  10px; */
       border-radius: 15px;
       overflow:
       hidden;
}

.dashimg img {
    margin-bottom: 0px;
    width: 100%;
    height: 160px;
}

.bgnone {
    background: #fff !important;
    border-bottom: 1px solid #FF512F !important;
    border: 0 !important;
    /* padding: 0 !important; */
    margin-top: 0px;
}

.footer-fix {
    border-top: 2px solid #293a3c;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    padding: 7px 0;
    background: #001335;
    z-index: 99;
    box-shadow: 0 0 5px 5px rgb(140 132 132 / 27%);
}

.foot-box {
    display: inline-block;
}

    .foot-box img {
        height: 30px;
        margin-bottom: 5px;
    }

footer h4 {
    color: #636363 !important;
    font-size: 13px !important;
    text-align: center;
}

.page-inner-sec {
    height: 100%;
    margin-top: 65px;
    margin-bottom: 65px;
    position: relative;
}

.sec {
    height: 100%;
    border-radius: 5px;
    border: 1px solid #fd5d2c;
    background: #fff;
    padding: 25px 0;
    margin-top: 25px;
    box-shadow: 0 5px 10px 0 rgb(134 134 134 / 60%);
}

    .sec .col-xs-4 {
    }

.box {
    text-align: center;
    /*padding: 15px 0px 0;*/
    min-height: 140px;
    font-size: 14px;
}

    .box img {
        height: 50px;
    }

    .box h4 {
        font-size: 14px;
        line-height: 18px;
        font-family: Hind-Medium;
        margin-top: 15px;
        color: #000;
    }

.box1 {
    text-align: center;
    padding: 25px 5px;
    font-size: 16px;
    background: #fff;
    margin-top: 10px;
    border: 1px solid #ff532f;
    border-radius: 10px;
}

    .box1 img {
        height: 50px;
    }

    .box1 h4 {
        font-size: 14px;
        line-height: 18px;
        font-family: Hind-Medium;
        margin-top: 20px;
        color: #000;
    }

.profile-sec {
    background: linear-gradient(to left, #9f6500, #ffa600, #513500);
    background-size: cover;
    padding: 10px 5px;
    margin-bottom: 11px;
    /* border-bottom: 1px solid #461f33; */
    width: 100%;
    display: block; }

    .profile-sec img {
        border-radius: 50%;
        width: 50px;
        height: 100%;
        margin-bottom: 0;
        /* float: left; */
        margin-left: 10px;
        margin-right: 10px;
    }

    .profile-sec h4 {
        color: #fff;
        font-size: 14px;
        margin: 10px 15px;
        font-family: Poppins-medium;
    text-align: left;}

        .profile-sec h4 small {
            display: block;
            color: #fff;
            margin-top: 5px;
        }


.welcom-heading {
    margin-bottom: 15px;
    font-size: 16px;
    font-family: 'Montserrat-Medium';
    color: #000;
}

.back-btn {
   /* line-height: 34px;
    vertical-align: middle;
    margin-top: 5px;
    display: inline-block;*/
}
    .back-btn i {
        color: #fff;
        font-size: 39px;
    }

    .back-btn img {
        height: 25px;
    }

.form-sec {
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
}

.form-inner-sec {
    padding: 0 15px 15px;
}

.form-heading {
    text-align: center;
    margin-bottom: 15px;
    padding: 15px 5px;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    font-family: 'Montserrat-Medium';
}

.btn-reg {
    background: #d80032;
    color: #fff;
}

.active-member-list {
    border: 1px solid #ddd;
    background: #fff;
    position: relative;
    cursor: pointer;
    padding: 10px 0px 10px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
}

.mem-img {
    height: 70px;
    width: 70px;
    text-align: center;
    color: #fff;
    background: #fff;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
    border: 1px solid #ddd;
}

.active-member-list .mem-img img {
    width: 100%;
    vertical-align: middle;
}

.active-member-list h5 {
    margin: 5px 0;
    font-family: Hind-Bold;
}

.active-member-list p {
    font-size: 13px;
    margin-bottom: 0;
    font-family: Roboto-Regular;
}

.meb-id {
    color: #36afbc;
    font-weight: 600;
    font-family: Hind-Medium;
}


/********************/

.serachBtn {
    border: none;
    cursor: pointer;
    background: none;
    padding: 0;
}

.search-overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #fff;
}

.search-overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    margin: auto;
    padding: 25px;
}

    .search-overlay-content h4 {
        text-align: center;
        margin-bottom: 35px;
        font-family: Hind-Bold;
        font-size: 24px;
        color: #001ea0;
    }

.search-overlay .closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    /* font-size: 60px; */
    cursor: pointer;
}

.closebtn img {
    height: 18px;
}

.search-overlay .closebtn:hover {
    color: #ccc;
}

.total-meb {
    font-size: 18px;
    margin-bottom: 15px;
    color: #0024ff;
}

.contentdata {
    display: none;
}

.view-more {
    padding: 10px 25px;
    text-align: center;
    display: table;
    margin-bottom: 15px;
    /* border: 1px solid #ddd; */
    margin: auto;
    background: #fe6206;
    color: #fff;
    border-radius: 5px;
}
/******************/
.comp-list {
    border: 1px solid #ddd;
    background: #fff;
    position: relative;
    cursor: pointer;
    padding: 0 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

    .comp-list h4 {
        font-family: 'Montserrat-bold';
        margin-bottom: 5px;
        color: #000000;
        font-size: 15px;
        margin-top: 8px;
    }

    .comp-list h6 {
        font-family: 'Montserrat-Medium';
        margin-bottom: 5px;
        color: #000;
        margin-top: 5px;
    }

        .comp-list h6 span {
            font-family: 'Montserrat-Medium';
            color: #666;
        }

p.address {
    font-size: 11px;
    line-height: 18px;
    color: #000;
    font-family: Montserrat-Regular;
}

p.details {
    font-size: 13px;
    line-height: 18px;
    color: #000;
}

.date-sec {
    background: #d80032;
    width: 100%;
    display: table;
    margin: 0 0 0 0;
    color: #fff;
    padding: 5px;
    font-size: 15px;
    text-align: center;
    font-family: Montserrat-Bold;
    text-transform: uppercase;
    border-radius: 10px 10px 10px 10px;
    border-radius: 0px 0px 5px 5px;
}

.profile-row label {
    font-size: 11px;
    color: #0036af;
}

p.p-data {
    font-family: Montserrat-Medium;
    color: #000;
    border-bottom: 1px solid #ddd;
}

.profile-sec-img {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}

.profile-inner-sec {
    border-top: 1px solid #ddd;
    padding: 15px 0;
}

.profile-img {
    border-radius: 100%;
    height: 100px;
    width: 100px;
    display: block;
    overflow: hidden;
    text-align: center;
    margin: 15px auto 15px;
    border: 1px solid #ddd;
}

.icon-box-1 {
    position: relative;
    width: 60px !important;
    height: 60px !important;
    color: #010044;
    font-size: 18px;
    line-height: 60px;
    border-radius: 100%;
    margin: 0 0px 5px 0;
    border: 1px solid #ddd;
    background-color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    text-align: center;
}

.support-sec {
    background: #fff;
    /*border:1px solid #ddd;
    padding:15px;*/
}

.cont-box {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

    .cont-box h4 {
        font-size: 14px;
        font-family: Montserrat-Medium;
        margin-bottom: 5px;
    }

    .cont-box .text p {
        font-size: 13px;
        line-height: 18px;
    }

.content-sec {
    background: #fff;
    padding: 15px;
}

    .content-sec h4 {
        margin-bottom: 10px;
        font-family: Montserrat-Medium;
        font-weight: 600;
        text-transform: capitalize;
        font-size: 16px;
    }

    .content-sec ul {
        margin-bottom: 10px;
        line-height: 22px;
    }

.form {
    background: #fff;
    margin-top: 50px;
}

.inner-form-sec {
    background: #fff;
    padding: 15px 15px;
}

.m-title-sec {
    background: #020086;
    padding: 15px;
    color: #fff;
}

.form-titile {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
    line-height: 24px;
}

.property-details {
    margin-top: 25px;
}

    .property-details h4 {
        margin-bottom: 10px;
        font-size: 16px;
    }

.detail-action .contactd {
    border: 1px solid #1fc341;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    background-color: #1fc341;
    border-radius: 3px;
    cursor: pointer;
    width: calc(50% - 8px);
    line-height: 38px;
    vertical-align: top;
    width: 100%;
    display: block;
    text-align: center;
}

.cart_fixed_bar {
    background: #fff;
    position: fixed !important;
    width: 100% !important;
    bottom: 0;
    -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
    box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
    z-index: 99999;
    left: 0;
    padding: 15px 0;
}









.news-headings {
    background: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #36afbc;
}

    .news-headings h4 {
        margin-bottom: 5px;
        font-family: Hind-Medium;
        font-size: 16px;
        line-height: 24px;
        color: #001ea0;
    }

    .news-headings p {
        margin-bottom: 0;
        font-size: 14px;
        font-family: Hind-Medium;
        color: #36afbc;
    }

    .news-headings .loc {
        font-family: Hind-Bold;
        margin-right: 15px;
        color: #001ea0;
    }

    .news-headings .pod {
        font-family: Hind-Bold;
        color: #001ea0;
    }

.news-sec {
    padding: 15px;
    background: #fff;
}

    .news-sec .news-headings1 {
        background: #fff;
        margin-bottom: 15px;
    }

        .news-sec .news-headings1 h4 {
            margin-bottom: 5px;
            font-family: Hind-Medium;
            font-size: 16px;
            line-height: 24px;
            color: #001ea0;
        }

        .news-sec .news-headings1 .p-date {
            margin-bottom: 0;
            font-size: 14px;
            font-family: Hind-Medium;
            color: #36afbc;
        }

        .news-sec .news-headings1 .loc {
            font-family: Hind-Bold;
            margin-right: 15px;
            color: #001ea0;
        }

        .news-sec .news-headings1 .pod {
            font-family: Hind-Bold;
            color: #001ea0;
        }

.news-img {
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

.note {
    background: #36afbc;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    margin-top: 20px;
    background: -webkit-linear-gradient(to right, #F09819, #FF512F);
    background: linear-gradient(to right, #F09819, #FF512F);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 50%);
    border-radius: 5px;
}

    .note h4 {
        line-height: 24px;
        font-size: 16px;
        color: #fff;
        font-family: Hind-Medium;
    }

.tab-sec {
    background: #fff;
}

.tab-ul {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}

    .tab-ul li {
        display: inline-block;
        border-bottom: 1px solid #ddd;
        float: left;
        width: 33.333333333333%;
    }

        .tab-ul li a {
            display: block;
            padding: 15px;
            text-align: center;
            font-size: 14px;
            font-family: Hind-Medium;
        }

.tb-content {
    width: 100%;
    clear: both;
    display: block;
    padding: 15px;
}

.photo-inner-sec {
    margin-top: 50px;
    background: #fff;
    margin-bottom: 65px;
    position: relative;
    height: 100%;
}

.photo {
    margin-bottom: 15px;
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    #myImg:hover {
        opacity: 0.7;
    }

/* The Modal (background) */
.modal1 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.photopopup .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.photopopup .modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/* The Close Button */
.photopopup .closebtn {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .photopopup .closebtn:hover,
    .photopopup .closebtn:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

.photopopup .modal-content {
    width: 100%;
}

.video {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 10px;
}

    .video h4 {
        font-size: 14px;
        font-weight: 600;
        margin-top: 10px;
    }

.list-item a {
    padding: 10px;
    font-family: Hind-Medium;
    display: block;
    background: #fff;
    margin-bottom: 10px;
    font-size: 16px;
    color: #001ea0;
    border: 1px solid #ddd;
    line-break: anywhere;
}

.link-item a {
    padding: 10px;
    font-family: Hind-Medium;
    display: block;
    background: #fff;
    margin-bottom: 10px;
    font-size: 16px;
    color: #001ea0;
    border: 1px solid #ddd;
    line-break: anywhere;
}

.link-item span.text {
    display: inline-block;
}

.link-item .right-icon {
    height: 18px;
    float: right;
}

.count-sec {
    margin-top: 15px;
}

.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

    .info-box small {
        font-size: 14px;
    }

    .info-box .progress {
        background: rgba(0, 0, 0, 0.2);
        margin: 5px -10px 5px -10px;
        height: 2px;
    }

        .info-box .progress, .info-box .progress .progress-bar {
            border-radius: 0;
        }

            .info-box .progress .progress-bar {
                background: #36afbc;
            }

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: none;
    /*height:90px;
	width:90px;*/
    /*text-align:center;*/
    font-size: 20px;
    /*line-height:90px;*/
    background: rgba(255, 255, 255, 1);
    /*border-right:1px solid #ccc;*/
}

    .info-box-icon .fa {
        color: #666;
    }

    .info-box-icon > img {
        max-width: 100%;
    }

.info-box-content {
    padding: 5px 10px;
    /*margin-left:90px*/
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #39b54a;
}

.progress-description, .info-box-text {
    display: block;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-box-text {
    text-transform: uppercase;
}

.info-box-more {
    display: block;
}

.progress-description {
    margin: 0;
}

.timeline {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}

    .timeline:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 4px;
        background: #ddd;
        left: 31px;
        margin: 0;
        border-radius: 2px;
    }

    .timeline > li {
        position: relative;
        margin-right: 10px;
        margin-bottom: 15px;
    }

        .timeline > li:before, .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-item {
            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
            border-radius: 3px;
            margin-top: 0;
            background: #fff;
            color: #444;
            margin-left: 60px;
            margin-right: 15px;
            padding: 0;
            position: relative;
        }

            .timeline > li > .timeline-item > .time {
                color: #999;
                float: right;
                padding: 10px;
                font-size: 12px;
            }

            .timeline > li > .timeline-item > .timeline-header {
                margin: 0;
                color: #555;
                border-bottom: 1px solid #f4f4f4;
                padding: 10px;
                font-size: 16px;
                line-height: 1.1;
            }

                .timeline > li > .timeline-item > .timeline-header > a {
                    font-weight: 600;
                }

            .timeline > li > .timeline-item > .timeline-body, .timeline > li > .timeline-item > .timeline-footer {
                padding: 10px;
            }

        .timeline > li > .fa, .timeline > li > .glyphicon, .timeline > li > .ion {
            width: 30px;
            height: 30px;
            font-size: 15px;
            line-height: 30px;
            position: absolute;
            color: #666;
            background: #d2d6de;
            border-radius: 50%;
            text-align: center;
            left: 18px;
            top: 0;
        }

    .timeline > .time-label > span {
        font-weight: 600;
        padding: 5px;
        display: inline-block;
        background-color: #fff;
        border-radius: 4px;
    }

.timeline-inverse > li > .timeline-item {
    background: #f0f0f0;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .timeline-inverse > li > .timeline-item > .timeline-header {
        border-bottom-color: #ddd;
    }

.count {
    text-align: center;
    background: #36afbc;
    padding: 15px 5px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    color: #fff;
}

    .count .cnt {
        font-size: 24px;
        font-family: Roboto-Bold;
        color: #36afbc;
    }

    .count .cnnt-name {
        font-size: 13px;
        margin-bottom: 0;
        margin-top: 5px;
    }

    .count img {
        height: 35px;
    }

.bc-parten {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 10px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

    .bc-parten h6 {
        margin-bottom: 0;
        font-size: 14px;
    }

.bro-reg {
    background: #bbff7c;
    padding: 5px 15px;
    display: block;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
}

.myprojects {
}

.projectlist {
    margin-bottom: 15px;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    padding: 10px 5px;
    clear: both;
}

    .projectlist h4 {
        font-size: 14px;
        color: #000;
        font-family: Roboto-Medium;
        margin-bottom: 10px;
    }

    .projectlist .address {
        font-size: 11px;
        color: #000;
        font-family: Roboto-Regular;
        margin-bottom: 5px;
        height: 35px;
        overflow: hidden;
    }

    .projectlist .price-now {
        font-size: 16px;
        color: #029000;
    }

.price-now img {
    height: 14px;
    vertical-align: baseline;
}

.avl {
    margin-bottom: 0;
    padding: 0px 5px;
    background: #ffdbdb;
    color: #560000;
    font-size: 11px;
}

.btn-visit {
    padding: 5px 10px;
    text-align: center;
    background: #00a72b;
    color: #fff;
    display: block;
    border-radius: 5px;
    margin-top: 25px;
    font-size: 11px;
}

.bdr-right {
    border-right: 1px solid #ddd;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
}

.up-btn {
    border: 1px solid #ddd;
    color: #333;
    background-color: #fff;
    padding: 8px 20px;
    /* border-radius: 8px; */
    font-size: 14px;
    /* font-weight: bold; */
    width: 100%;
    font-family: Hind-Bold;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.mem-sec {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    /*box-shadow: 0 1px 10px 0 rgb(0 0 0 / 25%);*/
}

    .mem-sec img {
        margin: 0 auto 0px;
        display: table;
        padding: 15px;
    }

    .mem-sec h4 {
        font-family: Hind-Bold;
        font-size: 16px;
        margin-bottom: 0px !important;
        color: #003abd !important;
        line-height: 24px;
        text-align: center;
    }

    .mem-sec p {
        font-family: Hind-Medium;
        color: #001ea0;
        font-size: 14px !important;
        text-align: center;
    }

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
    /* font-weight: 700; */
    letter-spacing: 0.5px;
    font-family: Poppins-Regular;
        font-weight: unset;
            color: #000;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    border: 1px solid #bdbdbd!important;
    border-radius: 3px !important;
    font-size: 14px;
}
.sub-title {
    font-size: 16px;
   color: #000000;
    border-bottom: 1px dotted #666666;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 25px;
}

.donation-btn {
    padding: 10px;
    border: 0px;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    background: #001ea0;
    color: #fff;
    display: block;
}

.donation .input-group-append, .donation .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.donation .input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: center;
    padding: 0px 25px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border-right: 1px dotted #ced4da;
    border-radius: 0;
    border-radius: 0;
}

.donation .input-group > .custom-file, .donation .input-group > .custom-select, .donation .input-group > .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1% !important;
    margin-bottom: 0;
}

.donation .form-control {
    display: block;
    width: 100%;
    padding: 0px 10px;
    font-size: 28px;
    font-weight: 600;
    /* line-height: 1.5; */
    color: #495057;
    background-color: #fff;
    /* background-clip: padding-box; */
    border: 0px solid #ced4da;
    /* border-radius: .25rem; */
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-align: center;
}

.donation .input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
}
/*.donation-form, .give-embed-receipt {   
    margin: auto;
    border-radius: 6px;
    color: #696969;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    width: 100%;
    overflow: hidden;
    position: relative;
}*/
.donationt .give-donation-levels-wrap {
    display: grid !important;
    grid-gap: 10px;
    grid-template-columns: repeat(3,minmax(0,1fr));
    padding: 0;
    margin: 24px 30px 0 !important;
}

#give-donation-level-button-wrap {
    *zoom: 1;
    margin: 0 0 15px;
    padding: 0;
    clear: both;
    list-style: none;
}

    #give-donation-level-button-wrap > li {
        list-style-type: none;
        list-style-image: none;
        float: left;
        margin: 0 5px 5px 0 !important;
    }

    #give-donation-level-button-wrap > li {
        list-style-type: none;
        list-style-image: none;
        float: left;
        margin: 0 5px 5px 0;
    }

.donation .give-donation-levels-wrap li {
    margin: 0 !important;
}

.donation .give-donation-levels-wrap .give-donation-level-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #28c77b;
    border: 2px solid #28c77b;
    line-height: 1;
    text-align: center;
    color: #fff;
    padding-top: 24px;
    padding-bottom: 24px;
}

.give-btn {
    background-color: #28c77b;
    font-family: Montserrat-Medium;
    color: #fff;
    font-weight: 500;
    text-align: center;
    border-radius: 4px;
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding: 8px 10px;
}

    /*.give-btn:hover {
        background: #4fa651 !important;
    }

    .give-btn:hover {
        background: #4fa651 !important;
    }*/

    .give-btn:hover {
        filter: brightness(1.2);
    }

.donation .give-donation-levels-wrap .give-donation-level-btn > .currency.currency--before {
    margin: 0 6px 11px 0;
}

.donation .give-donation-levels-wrap .give-donation-level-btn.give-default-level {
    background: #fff;
    border: 2px solid #28c77b;
    color: #28c77b;
}

.donation .give-donation-levels-wrap {
    display: grid !important;
    grid-gap: 10px;
    grid-template-columns: repeat(3,minmax(0,1fr));
    padding: 0;
}

    .donation .give-donation-levels-wrap .give-donation-level-btn.give-btn-level-custom {
        font-size: 16px;
    }

.sub-head {
    font-size: 16px;
    font-family: 'Montserrat-Bold';
    margin-bottom: 12px;
    text-transform: uppercase;
}

.donation-form p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}

.coursename {
    font-size: 18px;
    font-family: Montserrat-Bold;
    margin-bottom: 10px;
    color: #001ea0;
    line-height: 22px;
}

.price-now {
    font-weight: 600;
    color: #000;
    font-size: 18px;
    margin-bottom: 5px;
}

.price-before {
    color: #999999;
    text-decoration: line-through;
    font-size: 16px;
    margin-left: 10px;
}

.dis-off {
    font-size: 14px;
    color: #fff;
    font-family: Montserrat-Medium;
    background: #42ac05;
    border-radius: 5px;
    padding: 2px 10px;
    display: inline-block;
}

.pay-now {
    display: block;
    background: #36afbc;
    text-align: center;
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.cr-details p {
    margin-bottom: 5px !important;
    font-size: 14px !important;
    line-height: 22px;
}

.cr-details ul {
    list-style: disc;
    margin: 0 0 0 15px !important;
    padding: 0;
}

    .cr-details ul li {
        margin-bottom: 5px !important;
        font-size: 14px !important;
        line-height: 22px;
    }

.elementor-icon-list-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .elementor-icon-list-items li {
        display: block;
        margin-bottom: 0;
    }

        .elementor-icon-list-items li a {
            padding: 10px 0;
            display: block;
            border-bottom: 1px solid #ddd;
            font-family: Hind-Medium;
            font-size: 15px;
        }

            .elementor-icon-list-items li a .elementor-icon-list-icon {
                color: #36afbc;
                margin-right: 10px;
            }

.rj-level {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    background: #f2f2f2;
}

    .rj-level h4 {
        font-family: Hind-Bold;
        font-size: 16px;
        margin-bottom: 0px !important;
        color: #003abd !important;
        line-height: 24px;
    }

    .rj-level .post {
        margin-bottom: 0px;
    }

    .rj-level .mobile {
        margin-bottom: 0;
    }

.event-ul li {
    display: inline-block;
    border-bottom: 1px solid #ddd;
    float: left;
    width: 50%;
}

.member-list {
    border-bottom: 1px dotted #ddd;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

    .member-list h4 {
        display: block;
        font-family: Hind-Medium;
        color: #001ea0;
        font-size: 14px;
    }

        .member-list h4 span {
            color: #ffffff;
            font-size: 14px;
            width: 25px;
            height: 25px;
            display: inline-block;
            background: #36afbc;
            border-radius: 50px;
            text-align: center;
            line-height: 25px;
            margin-right: 10px;
        }

.service {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    background: #fff;
    padding: 5px;
}

    .service h4 {
        font-family: Hind-Medium;
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 15px;
        color: #001ea0;
    }

    .service p {
        font-family: Roboto-Regular;
        font-size: 14px;
        margin-bottom: 0px;
    }

.slider-sec {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.ngo-sec .box {
    min-height: 100px;
    margin-bottom: 20px;
}

.cr-af {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    background: #fff;
    margin-bottom: 10px;
}

    .cr-af .icon img {
        height: 50px;
    }

    .cr-af h4 {
        font-weight: 600;
        font-size: 16px;
    }

    .cr-af p.date {
        color: #999;
    }

.update {
    padding: 5px;
    background: #aeffb9;
    border-radius: 5px;
    margin-top: 10px;
}

    .update p {
        margin-bottom: 0;
    }

        .update p a {
            color: #000;
        }




/***********Id Card**************/
.id-card {
    border: 1px solid #ddd;
    background: #fff;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 50%);
}

.id-inner {
    padding: 5px 5px;
}

.id-header {
    display: block;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 5px;
}

    .id-header img {
        width: 60px;
        display: inline-block;
    }

    .id-header h4 {
        display: inline-block;
        font-family: Hind-Bold;
        font-size: 20px;
    }

.id-card .mb-img {
    height: 70px;
    width: 70px;
    text-align: center;
    color: #fff;
    background: #fff;
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
    border: 1px solid #ddd;
}

    .id-card .mb-img img {
        width: 100%;
        vertical-align: middle;
    }

.id-card h5 {
    margin: 5px 0;
    font-family: Hind-Bold;
}

.id-card p {
    font-size: 13px;
    margin-bottom: 0;
    font-family: Roboto-Regular;
}

.wlc-line {
    text-align: center;
    font-family: Hind-Medium;
    color: #36afbc;
    font-size: 16px !important;
    border-top: 1px solid #ddd;
    padding: 2px;
}

.print {
    padding: 10px 25px;
    border: 0;
    display: block;
    margin-top: 35px !important;
    text-align: center;
    background: #36afbc;
    color: #fff;
    border-radius: 5px;
    margin: auto;
}

@media print {
    .id-card {
        width: 83mm;
        height: 59mm;
    }

    .header, footer, button, .print {
        display: none;
    }

    .id-header h4 {
        margin-top: 15px;
    }
}



.dashboardpnl {
        background: linear-gradient(to left, #9f6500, #ffa600, #513500);
    /* border: 1px solid #8d0000; */
    border-radius: 10px;
    padding: 5px;
}

.btnspan {
    font-size: 10px;
}

.btn-custom {
    color: #fff !important;
    border: 0;
    border-radius: 5px;
    background: #000000; /*#1a416a;  fallback for old browsers */
}

.btn-custom2 { 
    color: #fff !important;
    border: 0;
    border-radius: 5px;
        background:#000;
}

.btn-custom1 {
    font-family: Poppins-Light;
    margin-bottom: 5px;
    background: #fff;
    border-color: #bdbdbd;
    color: #293a3c !important;
    border-radius: 10px;
    height: 110px;
    padding: 15px;
    padding-left: 7px;
}

.gamepresult {
    line-height: 28px !important;
    font-size: 21px !important;
    color: #530000;
    margin-bottom: 0px !important;
    font-family: Roboto-Medium;
    font-weight: 600;
}

.gamepresult1 {
        line-height: 24px !important;
    font-size: 14px !important;
    margin-bottom: 0px !important;
    font-family: 'Poppins-Medium';
    font-style: italic;
    color: #3c763d;
}

.btn-custom1 marquee {
    margin: 5px !important;
    font-size: 10px;
    color: #2b9a29;
}

.btn-customgame {
    margin-bottom: 10px;
    color: #100808 !important;
    border-radius: 10px;
    height: 140px;
    white-space: normal;
    padding: 15px;
    /*border: 1px solid #ddd;*/
}

    .btn-customgame img {
   width: 85%;
    margin-bottom: 10px;
   
    }

.mrgbtm10 {
    margin-bottom: 10px;
}

.btn-custom1 h5 {
    font-size: 15px;
    overflow: hidden;
}
 .ts{
     color:#fff;
     text-transform:capitalize;
     font-size:14px;
 }

.mdloverlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    z-index: 9999999;
     opacity: 0.9; 
}

.mdlloader {
    display: none;
    position: fixed;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
    width: 200px;
    z-index: 99999991;
    /* animation: rotation 2s infinite linear; */
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
 

.foot-box .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 28px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    line-height: 34px;
    -moz-osx-font-smoothing: grayscale;
}

.foot-box {
    text-align: center;
}
.starline {
    background: linear-gradient(to left, #9f6500, #ffa600, #513500);
    padding: 8px;
    display: block;
    border-radius: 50px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-family: Roboto-Regular;
    letter-spacing: 0px;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 10px;
}
.delhibazar {
    margin-top: 10px;
    margin-bottom: 5px;
    background: #000;
    padding: 8px;
    display: block;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: Roboto-Regular;
    letter-spacing: 0px;
    font-size: 14px; 
}
.addfund {
    background: -webkit-linear-gradient(to right, #1CB5E0, #000046); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #1CB5E0, #000046); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 10px;
    display: block;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
     font-family: Roboto-Regular;
    letter-spacing: 0.5px;
    font-size: 14px;
    /*background: #b76a00;*/
}

.withdraw {
    background: #b76a00; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0f3443, #34e89e); /* Chrome 10-25, Safari 5.1-6 */
     background: linear-gradient(to right, #0f3443, #34e89e);    
    padding: 10px;
    display: block;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
     font-family: Roboto-Regular;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.notice {
    font-size: 14px;
    padding: 10px 0;
    font-family: Poppins-Regular;
    border: 1px solid #dddd;
    border-radius: 10px;
    background: #ffe8e8;
}

    .notice h4 {
        color: #000;
        font-size: 18px;
    }

.ab-btn {
    font-family: Roboto-Light;    
    padding: 0px;
    width: 100%;
    display: block;
    text-align: center;
border: 0px solid #fff;color: #fff !important;}
.ab-btn span{
  font-family: Roboto-Light;
    padding: 2px 2px;
    width: 100%;
    display: block;
    font-size:12px;
    text-align: center;
    border: 0px solid #fff;
    color: #fff !important;
    background: #000;
    border-radius: 50px;
}

    .ab-btn a {
         font-family: Roboto-Light;
        font-size: 12px;
        letter-spacing: 0px;
        color: #fff;
        }

    .ab-btn img {
        height: 40px;
        margin: 0 auto 5px;
        vertical-align: sub !important;
        display:block;
    }

.whatsapp {
    /*background: #ee0979;
    background: -webkit-linear-gradient(to left, #ff6a00, #ee0979);
    background: linear-gradient(to left, #005209, #30b944);*/
   
    border-right: 0;
}

.tele {
}

.call {
    
    /*background: #ee0979;
    background: -webkit-linear-gradient(to left, #ff6a00, #ee0979);
    background: linear-gradient(to right, #381700, #ee0979);*/
   
}

.gamelist {
    background: #fff;
    /* background: #485563; */
    background: -webkit-linear-gradient(to right, #29323c, #485563);
    /* background: linear-gradient(to right, #240213, #630d2e); */
     color: #000 !important;
   border: 1px solid #c9c9c9;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    margin-bottom:10px;
       padding: 10px 5px !important;
       
}

    .gamelist h5 {
        font-size: 18px;
        font-family: Poppins-Medium;
        color: #530000;
        background: linear-gradient(#fab247,#57302c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }

    .gamelist .timesec {
        color: #000000;
    }

.gamelist {
}

.noticedetails {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
}

.wh {
    margin-top: 15px;
}
#bidTable {
    color:#fff;
}
#bidTable tr th {
       color: #000;
    font-weight: unset;
    font-family: 'Poppins-Medium';
    background: #d5d5d5;
}
#bidTable tr td {
    color: #000;
        font-weight: unset;
    font-family: Poppins-Regular;
}
 .btn-success {
       background-color: #000 !IMPORTANT; 
    border-radius: 5px;
    border: 0 !IMPORTANT;
    outline: 0 !important;
}
.fixd-sec {
   /* background: linear-gradient(to left, #9f6500, #ffa600, #513500); */
   border-radius: 0 0 20px 20px;
   overflow: hidden;
   padding: 10px;
}
.fixd-sec .container{
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.sec-fx {
    /*margin-top: 272px;*/
}
.ishighlight {
    background: #ffe59c;
}
.disabled-link {
    background: #a7a7a7;
    pointer-events: none;
    opacity: 0.5;
}
.fot {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px;
    border-radius: 0;
    color: #000;
    border-top: 1px solid #532800;
    font-family: Poppins-Medium;
    z-index: 9
}
    .fot label {
        font-family: Poppins-Bold;
    }
.tblfoot {
    text-align: right;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    border-top: 1px solid #7e0304;
    background: #fff;
    padding: 15px 15px 0 15px
}
::placeholder{
    font-family:Poppins-Regular;
}