
html{
    -webkit-tap-highlight-color: transparent;
}
body {
    font-size: 16px;
    font-family: "888-DemiBold", verdana, sans-serif;
}

.text-center {
    text-align: center;
}

.pl-3 {
    padding-left: 3%;
}

.bg-black {
    background: #000000;
}

.row {
    margin: auto!important;
}

.top-sec {
    padding: 0 38px;
}

.heading-sec {
    padding: 21px 0;
}

.heading-sec h2 {
    font-family: Oleo!important;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 39px;
    margin: 0;
}

.border-sec {
    background: #262626;
    box-shadow: inset 0px -0.5px 0.5px #5C5C5C, inset 0px 1px 0.25px #000000;
    border-radius: 4px;
    height: 3px;
}

.wrapperCGP {
    padding: 50px;
    width: 100%;
    text-align: center;
}

.wrapperCGP .wrapper-title {
    padding: 15px 5px;
    text-align: left;
    font-size: 25px;
    margin: auto;
}

.wrapperCGP .banner {
    margin: 0px;
}

.wrapperCGP .bannerText {
    margin: auto;
    /* padding-bottom: 50px; */
}

.wrapperCGP .bannerText .text1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    margin: 15px 0px;
}

.wrapperCGP .bannerText .text1 span {
    color: #7CF700;
}

.wrapperCGP .bannerText .text2 {
    color: #FCE403;
    font-size: 12px;
    margin: 15px 0px;
}

.wrapperCGP .green-btn {
    background: linear-gradient(180deg, #7CF700 0%, #76D517 100%);
    color: #232323;
    height: 50px;
    width: 50%;
    border-radius: 4px;
    margin: 10px auto;
    max-width: 300px;
    position: absolute;
    margin-top: -32px;
    left: 25%;
    right: 25%;
}

.wrapperCGP .search-btn {
    border: 1px solid #FFFFFF;
    background: transparent;
    color: #fff;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    height: 50px;
    width: 90%;
    margin: 10px auto;
    max-width: 300px;
}

.wrapperCGP .shareWhsp-btn {
    border: 1px solid #7CF700;
    background: transparent;
    color: #7CF700;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    height: 50px;
    width: 90%;
    margin: 10px auto;
    max-width: 300px;
}

.ks_281 i {
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-top: -1px;
}

.wrapperCGP .invite_table {
    background: #000;
    border-radius: 8px 8px 0px 0px;
    margin: 0 auto;
    overflow-x: auto;
    white-space: nowrap;
}

@media screen and (max-width: 375px) {
    .wrapperCGP .invite_table {
        /* display: block; */
    }
}

@media screen and (max-width: 319px) {
    .invite_table td,
    .invite_table th {
        font-size: 11px;
    }
}

.wrapperCGP .invite_table thead {
    padding: 20px 10px;
    background: #FCE403;
    border: none;
    border-radius: 10px!important;
}

.wrapperCGP .invite_table thead th {
    padding: 15px 10px;
}

.wrapperCGP .invite_table thead .count-head {
    text-align: end;
}

.wrapperCGP .invite_table thead .count {
    background: #D6C315;
    box-shadow: inset 0px 0px 4px rgb(0 0 0 / 10%);
    border-radius: 17px;
    padding: 9px 13px;
}

.wrapperCGP .invite_table tbody td {
    padding: 15px 10px;
}

.wrapperCGP .invite_table .status {
    text-align: end;
}

.wrapperCGP .invite_table input[type=radio] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    outline: none;
    border: 2px solid #FCE403;
    display: block!important;
    margin: auto;
}

.wrapperCGP .invite_table input[type='radio']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 21% auto;
    border-radius: 50%;
}

.wrapperCGP .invite_table input[type="radio"]:checked:before {
    background: #7CF700;
}

.wrapperCGP .invite_table input[type="radio"]:checked {
    border-color: #FCE403;
}

.wrapperCGP .invite_table tbody {
    background: transparent;
    border: none;
    /* max-height:300px;
    display:block;
    overflow: auto; */
}

.wrapperCGP .invite_table tbody tr {
    border-bottom: 1px solid #1B1A1A!important;
}

.wrapperCGP .invite_table tbody tr:nth-of-type(odd) {
    background: transparent;
}

.wrapperCGP .invite_table tbody tr:nth-child(even) {
    background: transparent;
}

.wrapperCGP .invite_table tbody tr td:nth-of-type(2n) {
    color: #fff;
    white-space: nowrap;
}

.wrapperCGP .invite_table .status-btn {
    border: 1px solid #7CF700;
    padding: 5px 10px;
    color: #7CF700;
    border-radius: 10.5px;
    margin: auto;
    font-family: "888-DemiBold", verdana, sans-serif;
}

.steps_modal .close-btn {
    background-color: #FCE403;
    color: #000;
    width: 50%;
    max-width: 300px;
    font-size: 16px;
    padding: 10px;
    border-radius: 4px;
    margin-left: 25%;
    margin-right: 25%;
}

.steps_modal .step_text {
    font-size: 12px;
    line-height: 18px;
    margin: 0px 15px 10px;
    text-align: center;
}

.steps_modal .step_text span {
    color: #7CF700;
}

.wrapperCGP .btn-width {
    display: flex;
    justify-content: center;
}

.wrapperCGP .btn-width .col {
    width: 350px;
}

.steps_modal {
    display: none;
    position: fixed;
    z-index: 121;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
}

.steps_modal .modal-content {
    position: fixed;
    bottom: 0;
    width: 95%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
    height: auto;
    padding: 30px 0 40px 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: #212121;
    border-radius: 7.14318px;
}

.steps_modal .step-1:before{
    content: "";
    background: url('../../images/refer-earns/step-before.svg');
    background-size: cover;
    background-position: right;
    width: 37px;
    height: 100%;
    position: absolute;
    right: -37px;
    background-repeat: no-repeat;
}


.steps_modal .close:hover,
.steps_modal .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.steps_modal .modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.steps_modal .modal-body {
    margin-top: 15px;
    height: 75%;
}

.steps_modal .modal-body .step1 {
    margin: 15px auto!important;
    text-align: center;
    position: relative;
}

.steps_modal .modal-body .step1 .sm-img {
    position: absolute;
    left: 15px;
    top: 8px;
}

.steps_modal .modal-body .step2 {
    margin: 15px auto!important;
    text-align: center;
    position: relative;
}

.steps_modal .modal-body .step2 .sm-img {
    position: absolute;
    left: 15px;
    top: 8px;
}

.steps_modal .modal-footer {
    padding: 2px 16px;
    color: white;
    justify-content: center;
    display: flex;
}
table.mx-hgt-table tbody,
table.mx-hgt-table thead { display: block; }

table.mx-hgt-table tbody{
    height: 331px;
    overflow-y: auto;
    overflow-x: hidden;
}

.table-head{
    background: #FCE403;
    border-radius: 8px 8px 0px 0px;
    height:57.59px;
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding:0 20px;
}
.table-head h2{
    font-style: normal;
    font-weight: 500;
    font-size: 16.2753px;
    line-height: 24px;
    color: #000;
    margin:0;
}
.table-head-lft {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.table-head-lft img{
    margin-right:8px;
}
.table-head-rgt span.count{
    width: 36.13px;
    height: 36.13px;
    border: 0.848681px solid #000000;
    box-sizing: border-box;
    box-shadow: inset 0px 0px 4.25002px rgba(0, 0, 0, 0.1);
    border-radius: 18.0626px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #171717;
}
.table-cnt {
    border: 1px solid #1F1F1F;
}
.table-row {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    align-items: center;
    text-align: left;
    padding: 10px 9px;
    border-bottom: 1px solid #1F1F1F;
}
.table-name {
    width: 27%;
}
.table-date {
    width: 32%;
    text-align: left;
}
.table-info {
    width: 25%;
}
.table-amount{
    width:16%;
}

.steps_modal h2.modal-head{
    text-align:center;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color:#fff;
    margin-bottom:40px;
}




/* Add Animation */

@-webkit-keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0
    }
    to {
        bottom: 0;
        opacity: 1
    }
}

@keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0
    }
    to {
        bottom: 0;
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@media screen and (max-width: 930px) {
    .wrapperCGP {
        padding: 15px;
    }
}

.wrapperCGP .small_scn {
    display: none;
}

.wrapperCGP .large_scn {
    display: block;
}

@media screen and (max-width: 768px) {
    .wrapperCGP .small_scn {
        display: block;
    }
    .wrapperCGP .large_scn {
        display: none;
    }
    .wrapperCGP .btn-width {
        display: block;
    }
    .wrapperCGP .btn-width .col {
        width: 100%;
    }
}


/**** Refer and Earn new Css Starts *****/

.wrapperCGP.refer-page {
    padding: 20px;
}

.banner-section {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #000;
    padding-right: 30px;
    padding-top:30px;
}

.banner-left-view {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 66%;
    flex: 0 0 auto;
}

.banner-lft {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-items: center;
    flex: 0 0 auto;
}

.img-section {
    width: 57%;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    vertical-align: middle;
    flex: 0 0 auto;
}

.banner-rgt {
    width: 43%;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto;
}

.banner-rgt h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 49px;
    color: #7FF800;
    margin: 0;
}

.banner-rgt h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    margin: 6px 0 10px 0;
}

.banner-rgt h3 span {
    color: #7FF800;
}

.banner-rgt p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    color: #fff;
}

.banner-rgt a.how-works {
    background: #FCE403;
    border: 1px solid #FCE403;
    box-sizing: border-box;
    border-radius: 50px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    width: 227px;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0;
}

.main-wrapper .row.refer-banner {
    background-size: cover;
    background-repeat: no-repeat;
    /* padding: 55px 41px 20px 0; */
    height: 726.5px;
}

.banner-right-content {
    width: 32.1%;
    /* margin-top: 30px; */
    /* float: right;
    position: absolute;
    top: 0;
    right: 41px;
    top: 55px; */
}

.banner-right-content .table tbody tr td:first-child {
    border-left: 1px solid #1F1F1F;
}

.banner-right-content .table tbody tr td:last-child {
    border-right: 1px solid #1F1F1F;
}

.banner-right-content .table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

.banner-right-content .table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}

.banner-right-content .table thead tr th:first-child {
    border-top-left-radius: 8px;
}

.banner-right-content .table thead tr th:last-child {
    border-top-right-radius: 8px;
}

.banner-right-content .table td.status {
    padding-right: 15px;
}

.how-it-works h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    color: #7DF700;
}

.how-it-works h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}

.how-it-works h3 span {
    color: #7CF700;
}

.how-it-works p {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
}

.how-it-works a {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    border: 0.5px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 230px;
    width: 148px;
    height: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 15px auto 0;
}

.banner-bottom-sec {
    background: #000;
    /* border-radius: 8px; */
    /* border-bottom-left-radius: 0px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0px 32px 0 0;
    overflow: hidden;
    margin-top: -3px;
}

.share-sec {
    width: 49.5%;
    height: 148px;
    background: #000;
    border-radius: 88px;
    position: relative;
    left: -60px;
    top: 21px;
    padding-right: 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.share-sec p {
    font-style: normal;
    font-weight: normal;
    font-size: 30.3511px;
    margin: 0;
    position: relative;
    top: -9px;
    color: #7DF700;
}

.copy-sec {
    position: relative;
    z-index: 20;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.copy-sec p {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #7FF800;
    text-transform: uppercase;
    margin: 0 30px 0 0;
    width: 85px;
}

.copy-sec p.refer-txt {
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 27px;
    padding-left: 16px;
    padding-right: 75px;
    text-align: center;
    color: #fff;
    margin: 0;
    text-transform: inherit;
}

.referal-code {
    /* width: calc(100% - 542px); */
    width: 348px;
    height: 86px;
    background: #000000;
    border: 1px solid #1B1A1A;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.referal-code img {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}

.referal-code span.copySpan {
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #86e70c;
}

.copy-sec img {
    cursor: pointer;
}

.step-1 {
    background: #000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 374.28px;
    width: 100%;
    padding: 6.17px 0 7.6px 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    position: relative;
}

.step-1:before {
    content: "";
    background: url('../../images/refer-earns/step-bg.svg');
    background-size: cover;
    background-position: right;
    width: 100%;
    height: 100%;
    position: absolute;
    right: -42px;
    background-repeat: no-repeat;
}

.step-no {
    width: 39.9px;
    height: 39.9px;
    border: 1.10825px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    top: -19px;
    right: 37px;
    font-style: normal;
    font-weight: 600;
    font-size: 15.5156px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.step-no.green {
    border: 1.10825px solid #7CF700;
    color: #7CF700;
}

.step-image {
    position: relative;
    left: 4px;
}

.step-image-in {
    width: 96.42px;
    height: 96.42px;
    background: #171717;
    box-shadow: inset 0px 0px 4.43302px #000000;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.step-cnt {
    width: calc(100% - 155px);
    margin-left: 27.71px;
    position: relative;
    text-align: left;
}

.step-cnt h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 15.5156px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

.step-cnt p {
    font-style: normal;
    font-weight: 300;
    font-size: 12.08px;
    color: #fff;
    margin: 6px 0 0 0;
}

h2.modal-head {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    color: #fff;
}

.modal-para p {
    font-style: normal;
    font-weight: normal;
    font-size: 16.8421px;
    color: #fff;
}

.modal-para p span {
    color: #7CF700;
}

.how-cnt {
    margin: 56.62px 0 28.23px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#how_works .modal-content {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    background: #212121;
    border-radius: 10px;
    padding: 51px 86px 41px 48px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#how_works span.close-how {
    position: absolute;
    right: 0;
    top: -6px;
    cursor: pointer;
}

div#how_works {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 77%);
    top: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 2000;
}

div#how_works.open {
    display: block;
}

.mobile-view {
    display: none;
}

.bottom-logo {
    /* width: 596px; */
    width: 35%;
    flex: 0 0 auto;
}

.bottom-logo-sec {
    background: #7FF800;
    width: 100%;
    height: 140px;
    padding-top: 36px;
    padding-bottom: 33px;
    position:relative;
    z-index:2;
}
.bottom-logo-sec:after{
    content:"";
    background: url('../../images/refer-earns/shape-01.svg');
    background-size:cover;
    width: 167px;
    height: 140px;
    position: absolute;
    right: -154px;
    top: 0;
    z-index:-1;
}

.bottom-copy-sec {
    /* width: calc(100% - 596px); */
    /* background: url('../../images/refer-earns/bottom-rgt.svg'); */
    width:51%;
    background: #141414;
    height: 104px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 200;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding:10px;
}
.bottom-copy-sec:after {
  content:"";
  position:absolute;
  left:-14%;
  background: url('../../images/refer-earns/shapelft.svg');
  width: 131px;
  height: 104px;
}
.mobile-banner-sec {
    position: relative;
}
.mobile-banner-sec img,
.mobile-banner-sec .banner{
    border-radius:13px;
}
.mobile-banner-content {
    /* position: absolute;
    bottom: 6%;
    left: 0;
    right: 0; */
    padding: 0 10px;
}
.wrapperCGP .mobile-banner-content h2.wrapper-title{
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 34px;
    color: #7FF800;
    padding:0;
}
.wrapperCGP .mobile-banner-content .bannerText p.text1{
    font-style: normal;
    font-weight: normal;
    font-size: 14.0347px;
    line-height: 17px;
    color:#fff;
    margin:8px 0;
}
.wrapperCGP .mobile-banner-content .bannerText p.text2{
    font-style: normal;
    font-weight: normal;
    font-size: 11.9957px;
    line-height: 15px;
    margin:0;
    color:#fff;
}

.wrapperCGP .mobile-banner-content .green-btn{
    background: #FCE403;
    border: 0.824859px solid #FCE403;
    box-sizing: border-box;
    border-radius: 41.2429px;
    width: 187.24px;
    height: 50px;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    max-width:inherit;
    margin:15px auto 0;
    position:static;
}
.wrapperCGP .mobile-view .search-btn.search-btn{
    height: 50px;
    background: #000;
    border: 0.5px solid #FCE403;
    box-sizing: border-box;
    border-radius: 29.9225px!important;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #FCE403!important;
    margin:0;
}
.wrapperCGP .mobile-view .search-btn.search-btn span{
    line-height:25px;
}
.wrapperCGP .mobile-view .search-btn.search-btn img{
    margin-right:15px;
}
.wrapperCGP .mobile-view .shareWhsp-btn.share-btn-whatsapp{
    background: #000!important;
    border: 0.5px solid #7FF800!important;
    box-sizing: border-box;
    border-radius: 29.9225px!important;
    height:50px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #7FF800!important;
    margin:0;
    display: block;
}
.wrapperCGP .mobile-view .shareWhsp-btn.share-btn-whatsapp span{
    line-height:50px;
}
.wrapperCGP .mobile-view .shareWhsp-btn.share-btn-whatsapp img{
    margin-right: 12px;
    margin-top: -3px;
}
.mb-share-section{
    margin:20px 0;
}
.desktop-tbody{
    max-height: 320px;
    overflow: auto;
    -webkit-scroll-snap-type: y mandatory;
    -moz-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
    -webkit-scroll-snap-destination: unset;
    -moz-scroll-snap-destination: unset;
    -ms-scroll-snap-destination: unset;
    scroll-snap-destination: unset;
    -webkit-scroll-snap-points-y: unset;
    -moz-scroll-snap-points-y: unset;
    -ms-scroll-snap-points-y: unset;
    scroll-snap-points-y: unset;
}
.desktop-tbody::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    cursor: pointer;
}
.desktop-tbody::-webkit-scrollbar-thumb {
    background-color: transparent;
    background-clip: content-box;
    border-radius: 6.25rem;
    border: 3px solid transparent;
}
.desktop-tbody:hover::-webkit-scrollbar-thumb {
    background-color: #4C5159;
}

@media (max-width:991px) {
    .share-sec {
        width: 100%;
        height: 98px;
        display: none;
    }
    .share-sec p {
        position: static;
    }

    .main-wrapper .row.refer-banner {
        height: 480px;
    }
    #how_works .modal-content {
        width: 93%;
        padding: 19px 65px 7px 13px;
    }
    .how-cnt {
        margin: 27.62px 0 17.23px 0;
    }
}

@media (max-width:978px) {
    .how-cnt {
        display: block;
    }
    .step-1 {
        margin: 10px auto 0;
    }
}

@media (max-width:1023px) {
    .banner-right-content {
        position: static;
        width: 100%;
        margin: 10px 0 0 0;
    }
    .banner-left-view {
        width: 100%;
    }
    .banner-section{
        padding-left:30px;
        padding-bottom:30px;
    }
}

@media only screen and (orientation: landscape) and (max-width:990px) {
    .modal-para p {
        font-size: 11px;
        margin: 0;
    }
}

@media (max-width:767px) {
    .desktop-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    div#how_works {
        display: none;
    }
}

@media (max-width:600px) {
    .main-wrapper .row.refer-banner {
        height: 320px;
    }
}

.ks_281 {
    background: #7CF700!important;
    color: #000 !important;
    border-radius: 5px!important;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 600;
}

.ks_282 {
    background: #171717;
    border: 1px solid #959595;
    box-sizing: border-box;
    border-radius: 4px!important;
    color: #959595!important;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 600;
}

@media (max-width:480px) {
    .main-wrapper .row.refer-banner {
        height: 250px;
    }
}

@media screen and (orientation:landscape) {
    .step1,
    .step2 {
        width: 50%;
        float: left;
        margin: 15px 1%!important;
    }
    .steps_modal .modal-content {
        height: auto!important;
    }
}

@media (max-width:547px) {
    .heading-sec h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .wrapperCGP.refer-page {
        padding: 15px;
    }
}

@media (min-width:1024px) and (max-width:1182px){
    .bottom-copy-sec{
        width:48%;
    }
    .bottom-copy-sec:after{
        left:-17%;
    }
    .copy-sec p.refer-txt{
        font-size:14px;
    }
}

@media(min-width:768px) and (max-width:1023px){
    .referal-code{
        width:278px;
    }
    .bottom-copy-sec{
        width:61%;
    }
    .bottom-copy-sec:after{
        left:-20%;
    }
    .bottom-logo{
        width:18%;
    }
    .bottom-logo-sec{
        padding-left:18px;
    }
    .copy-sec p.refer-txt{
        font-size:15px;
    }
    .bottom-logo-sec{
        padding-top:51px;
    }
}

@media (min-width:1024px) and (max-width:1160px){
    .banner-left-view{
        width:100%;
    }
    .banner-right-content{
        width:100%;
    }
    .banner-section{
        padding-left:30px;
        padding-bottom:30px;
    }
}
@media (min-width:270px) and (max-width:319px){
    .wrapperCGP .mobile-banner-content h2.wrapper-title{
        font-size: 24px;
        line-height: 27px;
    }
    .wrapperCGP .mobile-banner-content .bannerText p.text1{
        font-size: 11.0347px;
        line-height: 17px;
    }
    .wrapperCGP .mobile-banner-content .bannerText p.text2{
        font-size: 8.9957px;
        line-height: 15px;
    }
    .wrapperCGP .mobile-banner-content .green-btn{
        height: 37px;
        font-size: 10px;
    }
    .wrapperCGP .mobile-view .search-btn.search-btn,
    .wrapperCGP .mobile-view .shareWhsp-btn.share-btn-whatsapp{
        font-size: 12px;
        height:44px;
    }
    .wrapperCGP .mobile-view .search-btn.search-btn span,
    .wrapperCGP .mobile-view .shareWhsp-btn.share-btn-whatsapp span{
        line-height:40px;
    }
    .wrapperCGP .mobile-view .search-btn.search-btn img,
    .wrapperCGP .mobile-view .shareWhsp-btn.share-btn-whatsapp img{
        margin-right:5px;
        width:21px;
    }
    .mb-share-section {
      margin:12px 0;
    }
    .table-head{
        padding:0 11px;
    }
    .table-head-lft img {
        margin-right: 3px;
    }
    .table-head h2{
        font-size: 15.2753px;
    }
    .table-head-rgt span.count{
        font-size:12px;
        width: 32.13px;
        height: 33.13px;
    }
}
@media (min-width:1920px){
    .bottom-copy-sec:after{
        width:59%;
    }
    .bottom-copy-sec:after{
        left:-127px;
    }
}
@media (max-width:372px){
    .mobile-table-scroll{
        overflow: auto hidden;
    }
    .mobile-table-scroll .table-row{
        flex-wrap: nowrap;
    }
    .mobile-table-scroll .table-name {
        min-width: 120px;
    }
    .mobile-table-scroll .table-date {
        min-width: 125px;
    }
    .mobile-table-scroll .table-info {
        min-width: 125px;
    }
    .mobile-table-scroll .table-amount {
        min-width: 87px;
    }
}

@media(max-width:767px){
    .steps_modal .step-1 {
        position: relative;
        left: -18px;
        margin-bottom: 40px;
    }
    .steps_modal .close-button{
        width:30px;
        height:30px;
        right:11px;
        top:12px;
    }

}
@media (max-width:457px){
    .steps_modal .step-1{
        max-width:inherit;
        width:83%;
    }
    .steps_modal .step-image-in{
        width:60px;
        height:60px;
    }
    .steps_modal .step-image-in img{
        width:30px;
        height:30px;
    }

    .steps_modal .step-cnt{
        width: calc(100% - 70px);
        margin-left: 10px;
    }
    .steps_modal .step-1:before{
        top:0;
        right:-36px;
    }
    .steps_modal .close-button{
        width:20px;
        height:20px;
    }

}
@media (min-width:365px) and (max-width:457px){
    .steps_modal .step-cnt p{
        font-size:10px;
    }
}
@media (min-width:341px) and (max-width:364px){
    .steps_modal .step-cnt p{
        font-size:9px;
    }
}
@media (min-width:320px) and (max-width:340px){
    .steps_modal .step-cnt p{
        font-size: 10px;
        line-height: 15px;
    }
}
@media (min-width:270px) and (max-width:319px){
    .steps_modal .step-cnt p{
        font-size: 10px;
        line-height: 15px;
    }
}
@media (min-width:270px) and (max-width:340px){
    .steps_modal .step-image-in {
        width: 50px;
        height: 50px;
        background:none;
    }
    .steps_modal .step-cnt {
        width: calc(100% - 56px);
        margin-left:6px;
    }
}

@media only screen and (orientation : landscape) {
    .steps_modal .close-button {
        top: 2vw;
    }
    .steps_modal .step-1{
        margin-bottom:7px;
    }
    .steps_modal h2.modal-head{
        margin-bottom:0;
    }
    .steps_modal .modal-content{
        padding-bottom:0;
    }
    .steps_modal .step-image-in{
        width:70px;
        height:70px;
    }
    .steps_modal .step-image-in img{
        width:40px;
        height:40px;
    }
    .steps_modal .step-cnt {
        width: calc(100% - 111px);
        margin-left: 16px;
    }
    .steps_modal .step-1:before{
        right:-35px;
    }
}
@media only screen
and (min-device-width : 653px)
and (max-device-height : 280px)
and (orientation : landscape) {
    .steps_modal .step-1{
        max-width:inherit;
        width:62%;
    }
    .steps_modal .step-image-in{
        width:58px;
        height:58px;
        background:transparent;
    }
    .steps_modal .step-image-in img{
        width:29px;
    }
    .steps_modal .step-cnt {
        width: calc(100% - 64px);
        margin-left: 3px;
    }
    .steps_modal .close-button {
        top: 57px;
    }
}
/**** Refer and Earn new Css Ends *****/
