@import url(../css/zawadi-skin.css);

@font-face {
    font-family: "Bebas Neue Regular";
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1px;
    src: local("Bebas Neue Regular"), url("../fonts/BebasNeue Regular.woff") format("woff");
}

@font-face {
    font-family: "Bebas Neue Book";
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1px;
    src: local("Bebas Neue Book"), url("../fonts/BebasNeue Book.woff") format("woff");
}

@font-face {
    font-family: "Helvetica Neue LT Std 43 Light Extended";
    font-style: normal;
    font-weight: normal;
    src: local("Helvetica Neue LT Std 43 Light Extended"),
        url("../fonts/HelveticaNeueLTStd43LightExtended_22519.woff") format("woff");
}

@font-face {
    font-family: "Georgia Regular";
    font-style: normal;
    font-weight: normal;
    src: local("Georgia Regular"), url("../fonts/georgia.woff") format("woff");
}

body {
    margin: 0;
    padding: 0;
    background-color: #bfbfbf;
    background-image: linear-gradient(180deg, #f8f8f8 25%, #bfbfbf 100%);
    height: 100vh;
    font-family: "Helvetica Neue LT Std 43 Light Extended";
    background-repeat: no-repeat;
}

:root {
    --common-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    --common-shadow2: 0px 2px 3px rgba(0, 0, 0, 0.2);
    --common-shadow3: 0px 1px 2px rgba(0, 0, 0, 0.2);
    --bebas-neue-book: "Bebas Neue Book";
    --bebas-neue-regular: "Bebas Neue Regular";
}

h1 {
    font-family: var(--bebas-neue-book);
    font-size: 60px;
    color: #0178aa;
    text-align: center;
    letter-spacing: 1px;
}

p {
    font-family: "Helvetica Neue LT Std 43 Light Extended";
    color: #5a5a5a;
    font-size: 16px;
}

.primary-blue {
    color: #0178aa !important;
}

.font14 {
    font-size: 14px !important;
}

.font16 {
    font-size: 16px !important;
}

.font18 {
    font-size: 18px !important;
}

.font20 {
    font-size: 20px !important;
}

.font25 {
    font-size: 25px !important;
}

.width475 {
    width: 475px !important;
}

.default-gradent {
    background-color: #bfbfbf;
    background-image: linear-gradient(180deg, #f8f8f8 25%, #bfbfbf 100%);
}

.letter-space-2 {
    letter-spacing: 2px;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.backarrow {
    position: absolute;
    top: 13%;
    left: 5%;
    cursor: pointer;
}

.btn-primary {
    background-color: #0b76a9;
    border-color: #0b76a9;
}

.btn-secondary {
    color: #fff;
    background-color: #a9a9a9;
    border-color: #a9a9a9;
}

/** Login CSS **/
.login-bg {
    /* background-image: url(../images/login-bg.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    display: flex;
    align-items: center;
    background-position: right;
}

.login-wrapper {
    width: 600px;
    margin-left: 140px;
    padding-top: 40px;
}

.login-box {
    background-color: rgba(255, 255, 255, 0.7);
    margin: 0 auto;
    margin-bottom: 25px;
    box-shadow: var(--common-shadow);
    padding: 20px 30px;
    width: 570px;
}

.login-box .form-control {
    border: 0;
    border-bottom: solid 1px #0f70bc;
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
    color: #737373;
    font-size: 18px;
    font-weight: 300;
    background: transparent;
}

.btn-login {
    background-color: #53b09a;
    border: 0;
    color: #fff;
    padding: 10px 30px;
    margin-top: 10px;
}

.sm-heading a {
    font-family: "Helvetica Neue LT Std 43 Light Extended";
    font-size: 22px;
    font-weight: 300;
    color: #007aac;
    margin-top: 10px;
    display: block;
}

.login-box .links {
    color: #737373;
    font-size: 16px;
    font-weight: 300;
}

.login-footer {
    background-color: #535353;
    color: #fff;
    padding: 5px;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

.login-footer a {
    color: #fff;
    margin: 0 15px;
    letter-spacing: 1px;
    display: inline-block;
}

/** Login CSS **/

/** Home CSS **/
header {
    height: 95px;
    background: #ffffff;
    border-bottom: 8px solid #3870a1;
    box-shadow: var(--common-shadow);
    align-items: center;
    letter-spacing: 1px;
}

header .logo {
    display: flex;
    align-items: center;
}

.logo .user-details {
    margin-top: 5px;
}

.logo .user-details label {
    margin: 0;
    color: #547299;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

.logo .user-details label span {
    font-size: 22px;
    vertical-align: middle;
}

header .logo img {
    width: 50px;
    margin-right: 15px;
    cursor: pointer;
}

.header-count {
    justify-content: center;
    display: flex;
}

.header-count ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.header-count ul li {
    font-family: var(--bebas-neue-book);
    font-size: 40px;
    color: #39b54a;
    margin: 0 16px;
}

.header-count ul li span {
    font-size: 13px;
    font-family: "Helvetica Neue LT Std 43 Light Extended";
    color: #666666;
    display: block;
    font-weight: 700;
    line-height: 10px;
    margin-bottom: 12px;
}

.header-count ul li:last-child {
    color: #98ca3c;
    position: relative;
}

.header-count ul li:last-child::before {
    content: "|";
    display: inline-block;
    color: #959595;
    font-family: var(--bebas-neue-book);
    font-size: 30px;
    position: absolute;
    left: -20px;
    top: 7px;
}

.main-tab {
    justify-content: space-around;
    display: flex;
    text-align: center;
    border-radius: 7px;
    height: 90px;
    background: #fff;
    align-items: center;
    box-shadow: var(--common-shadow);
    margin: 20px 0 0 0;
}

.main-tab a {
    color: #666;
    padding: 0.5rem;
}

.main-tab a.active,
.main-tab a:hover {
    color: #3870a1;
}

.main-tab span {
    font-size: 40px;
}

.main-tab label {
    display: block;
    margin: 0;
    font-weight: 600;
}

.home-slider .icon-chevron-thin-right,
.home-slider .icon-chevron-thin-left {
    font-size: 60px;
}

.home-slider .carousel-caption {
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    border-radius: 0 0 22px 22px;
}

.rounded-container,
.rounded-container-2 {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: var(--common-shadow);
    padding: 20px 30px;
}

.rounded-container-shoprite{
    background-color: #ffffff;
    border-radius: 9px;
    box-shadow: var(--common-shadow);
    padding: 8px 23px;
}

.rounded-container-2 {
    border-radius: 7px;
}

.rounded-container h2 {
    color: #333333;
    font-size: 20px;
}

.rounded-container .item {
    background-color: #dbdbdb;
    border-radius: 11px;
    height: 177px;
    overflow: hidden;
}

.home-center span {
    color: #000;
    text-align: center;
    letter-spacing: 2px;
    font-size: 18px;
    max-width: 230px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    margin: 0 10px;
}

.content-center,
.donations,
.wallet {
    color: #fff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-home .content-center label,
.carousel-home .donations label,
.carousel-home .wallet label {
    font-size: 20px;
    margin-top: 10px;
}

.carousel-home .icon-content-cen,
.carousel-home .icon-donations,
.carousel-home .icon-wallet,
.carousel-home .icon-career {
    font-size: 110px;
}

.content-center {
    background-color: #57a48c;
    background-image: linear-gradient(180deg, #57a48c 25%, #4c8875 100%);
}

.donations {
    background-color: #e7686c;
    background-image: linear-gradient(180deg, #e7686c 25%, #b55255 100%);
}

.wallet {
    background-color: #5f9db0;
    background-image: linear-gradient(180deg, #5f9db0 25%, #518291 100%);
}

.subtab,
.subtab-3 {
    box-shadow: var(--common-shadow);
    /* margin-top: 15px; */
    background-color: #ffffff;
    background-image: linear-gradient(180deg, #ffffff 25%, #dedede 100%);
}

.subtab .nav-link {
    padding: 1rem;
    color: #666666;
    font-size: 20px;
}

.subtab a.nav-link.active {
    color: #3870a1;
    text-decoration: underline;
    text-underline-position: under;
}

.subtab a.nav-link:hover {
    color: #3870a1;
}

.subtab li {
    padding: 0 40px;
}

/** Home CSS **/

/** Content Center CSS **/
.card-wrapper {
    background-color: #ffffff;
    background-image: linear-gradient(180deg, #ffffff 25%, #e8e8e8 100%);
    box-shadow: var(--common-shadow2);
    margin: 12px 8px 8px 8px;
    padding: 10px 20px;
    border-top: 1px solid #f1f1f1;
    position: relative;
    min-height: 100px;
}

.card-wrapper .card-heart-bg {
    background: url("../images/card-heart.svg") no-repeat right bottom;
}

.card-wrapper .card-food-bg {
    background: url("../images/card-food.svg") no-repeat right 40px;
}

.card-wrapper .icon-follow,
.sample-content-bg .star-rating {
    color: #3870a1;
    position: absolute;
    right: 7px;
    top: 7px;
    cursor: pointer;
    display: flex;
}

.card-wrapper a {
    font-size: 18px;
    color: #4c4c4c;
    margin: 0;
    display: block;
    line-height: 25px;
}

.card-wrapper span,
.card-wrapper label {
    font-size: 14px;
    color: #999999;
}

.card-wrapper span {
    font-style: italic;
}

.card-wrapper label {
    font-size: 12px;
    margin-bottom: 0;
}

/* .card-wrapper img {
    border-radius: 50%;
} */

.card-modify {
    background: #f2f2f2 !important;
    box-shadow: var(--common-shadow2);
    border-radius: 6px;
    padding: 0;
}

.card-modify h4 {
    font-family: var(--bebas-neue-regular);
    font-size: 20px;
    font-weight: 600;
    color: #4d4d4d;
    letter-spacing: 1px;
}

.card-modify a {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 10px;
}

.card-modify .card-footer a {
    text-align: center;
    font-family: var(--bebas-neue-regular);
    font-size: 23px;
    font-weight: 600;
    color: #3870a1;
    letter-spacing: 1px;
    padding: 2px;
    margin-bottom: 0;
}

.offer-details {
    border-top: 1px solid #0478a9;
    padding: 7px 0;
}

.offer-details .btn-primary {
    background: #007aae;
    width: 100%;
}

.offer-details .save-amount {
    background-color: #9ac9de;
    color: #2a769a;
    float: left;
    padding: 2px 5px;
    font-size: 15px;
    margin-top: 5px;
}

.offer-details .main-amount {
    color: #2a769a;
    font-size: 20px;
}

.offer-details .main-amount span {
    text-decoration: line-through;
}

.offer-details .main-amount sup {
    font-size: 12px;
}

.mobile-wrapper .mob-content {
    padding: 10px;
}

.carousel-channels,
.contributors {
    margin: 0 35px;
    padding: 25px 0;
}

.carousel-channels .owl-next,
.contributors .owl-next {
    right: -35px;
}

.carousel-channels .owl-prev,
.contributors .owl-prev {
    left: -35px;
}

.carousel-channels .owl-next img,
.contributors .owl-next img,
.contributors .owl-prev img,
.carousel-channels .owl-prev img {
    width: 50%;
}

.contributors {
    border-top: 1px solid #cdcdcd;
    padding-top: 0;
    margin-top: 30px;
    margin-bottom: 0;
}

.contributors .item {
    background: #f5f5f5;
    box-shadow: var(--common-shadow);
    padding: 20px 10px 5px 10px;
    margin-bottom: 10px;
}

.contributors .item label {
    font-size: 13px;
    letter-spacing: 0px;
}

.contributors .owl-item img {
    display: inline;
    width: unset;
}

.contributors h3 {
    font-family: "Bebas Neue Regular";
    font-family: var(--bebas-neue-regular);
    font-size: 26px;
    font-weight: 600;
    color: #4d4d4d;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    top: -16px;
    background: #fff;
    width: 175px;
    margin: auto;
}

.offer-badge {
    position: absolute;
    right: -4px;
    top: -3px;
    background: url(../images/offer-badge.svg) no-repeat center center;
    width: 103px;
    height: 104px;
    background-size: 110px;
}

.offer-badge .rotate {
    font-family: verdana, sans-serif;
    color: #fff;
    -webkit-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    -o-transform: rotate(55deg);
    transform: rotate(48deg);
    display: block;
    font-size: 12px;
    position: absolute;
    top: 29px;
    left: 24px;
}

.icon-All,
.icon-Food,
.icon-Fitness,
.icon-Sports {
    color: #529781;
    font-size: 70px;
    min-height: 75px;
    display: inline-block;
}

.icon-Food {
    color: #75609c;
    font-size: 70px;
}

.icon-Fitness {
    color: #c0565a;
    font-size: 60px;
}

.icon-Sports {
    color: #bf5e49;
    font-size: 70px;
}

.sample-content-bg {
    background: #f2f2f2 !important;
}

.sample-content-bg a {
    color: #3870a1;
    font-size: 15px;
    line-height: 17px;
}

.sample-content-bg .star-rating {
    bottom: 7px;
    top: unset;
    font-size: 12px;
    color: #999999;
}

.sample-content-bg label {
    font-size: 10px;
    letter-spacing: 0.7px;
}

.user-name-details {
    text-align: center;
    font-size: 30px;
    line-height: 28px;
}

.user-name-details span {
    font-size: 22px;
}

.title-or-subscribe h2 {
    font-family: var(--bebas-neue-regular);
    font-size: 26px;
    font-weight: 600;
    color: #4d4d4d;
    letter-spacing: 2px;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 20px;
    padding-top: 5px;
}

.subscribe-btn {
    background: #fff;
    border: 1px solid #53b09a;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    color: #53b09a;
    width: 210px;
    cursor: pointer;
}

.follow-btn {
    background: #fff;
    border: 1px solid #53b09a;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    color: #53b09a;
    width: 210px;
    cursor: pointer;
}

.title-or-subscribe .icon-dots-horizontal-triple {
    padding: 8px 10px;
    font-size: 20px;
    color: #808586;
    cursor: pointer;
}

.subtab-3 a {
    font-family: var(--bebas-neue-regular);
    font-size: 20px;
    font-weight: 600;
    color: #4d4d4d;
    letter-spacing: 1px;
    padding: 0.5rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subtab-3 a.active {
    color: #3870a1;
    text-decoration: underline !important;
}

.feed-wrapper {
    background: #ececec;
    box-shadow: var(--common-shadow3);
    border-radius: 3px;
}

.feed-wrapper h6 {
    font-family: var(--bebas-neue-regular);
    font-size: 20px;
    font-weight: 600;
    color: #4d4d4d;
    letter-spacing: 1px;
}

.feed-wrapper h6 span {
    font-family: "Helvetica Neue LT Std 43 Light Extended";
    color: #8b8b8b;
    font-size: 12px;
    vertical-align: middle;
    margin-left: 15px;
}

.feed-wrapper p {
    font-size: 18px;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.about-tab h5 {
    font-family: var(--bebas-neue-regular);
    font-size: 25px;
    font-weight: 600;
    color: #666666;
    letter-spacing: 1px;
    position: relative;
}

.about-tab .icon-address-pin,
.about-tab .icon-phone {
    color: #007aac;
    font-size: 26px;
    display: inline-block;
    position: absolute;
    left: -36px;
    top: 6px;
}

.about-tab span,
.about-tab a {
    font-size: 13px;
    color: #666666;
    line-height: 18px;
    display: block;
}

/** Content Center CSS **/

.registration-wrapper {
    position: relative;
    padding: 15px;
}

.registration-wrapper h2 {
    font-family: "Georgia Regular";
    font-size: 35px;
    color: #0178aa;
    text-align: center;
    letter-spacing: 1px;
}

.registration-wrapper input[type="text"],
.registration-wrapper input[type="password"] {
    width: 475px;
    padding: 10px 14px !important;
    border: 1px solid #bfbfbf;
    font-size: 25px;
}

.registration-wrapper input::placeholder {
    color: #89c7fd;
    font-size: 20px;
}

.registration-wrapper a {
    color: #529781;
    font-size: 20px;
    letter-spacing: 1px;
}

.registration-wrapper input[type="submit"],
.registration-wrapper input[type="button"],
.footer-button input[type="reset"] {
    background-color: #0178aa;
    width: 100%;
    height: 50px;
    color: #ffffff;
    border: 0px solid transparent;
    font-family: "Helvetica Neue LT Std 43 Light Extended";
    font-size: 20px;
    letter-spacing: 1px;
}

.registration-wrapper input:disabled {
    cursor: default;
    background-color: #a5a5a5;
}

.registration-wrapper input:required {
    border: 1px solid red;
}

.code-label {
    color: #2699fb;
    text-align: left;
    width: 475px;
    margin: auto;
}

.search-icon {
    position: absolute;
    right: 17px;
    cursor: pointer;
}

.auto-drop-list {
    width: 600px;
}

.auto-drop-list .row {
    background: #e1e1e1;
    border-bottom: 1px solid #c7c7c7;
}

.auto-drop-list .row span {
    color: #2699fb;
    display: block;
    font-size: 18px;
}

.stepper {
    width: 414px;
    margin: auto;
}

.stepper input[type="text"],
.stepper select,
.stepper textarea,
.stepper input[type="password"] {
    width: 414px;
    padding: 8px 14px;
    font-size: 20px;
}

.stepper label {
    display: block;
    text-align: left;
    margin-bottom: 2px;
    color: #0178aa;
    letter-spacing: 1px;
    font-size: 20px;
}

.stepper a {
    display: block;
    margin: 15px 0;
    background: url("../images/Chevron.svg") no-repeat right center;
}

/* The Custome Checkbox */

.custom-checkbox-wrapper {
    display: flex;
    margin-top: 10px;
}

.custom-checkbox-wrapper .input-wrapper {
    flex-basis: 23%;
}

.custom-checkbox-wrapper .input-wrapper input[type="text"] {
    font-size: 23px;
    padding: 2px;
    text-align: center;
}

.custom-checkbox-wrapper .container {
    display: block;
    position: relative;
    padding-left: 45px;
    margin: 10px 20px 8px 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #707070;
}

/* Hide the browser's default checkbox */
.custom-checkbox-wrapper .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.custom-checkbox-wrapper .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 28px;
    width: 28px;
    border: 1px solid #007aab;
    border-radius: 3px;
    background-color: #fff;
}

/* On mouse-over, add a grey background color */
.custom-checkbox-wrapper .container:hover input~.checkmark {
    background-color: #ffffff;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox-wrapper .container input:checked~.checkmark {
    background-color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox-wrapper .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-checkbox-wrapper .container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox-wrapper .container .checkmark:after {
    left: 8px;
    top: 3px;
    width: 8px;
    height: 15px;
    border: solid #007aab;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.footer-button input[type="submit"],
.footer-button input[type="reset"] {
    width: 225px;
    border-radius: 4px;
    margin: 0 10px;
    font-weight: 600;
    letter-spacing: 2px;
}

.footer-button input[type="reset"] {
    background: transparent;
    border: 2px solid;
    color: #0178aa;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #ffffff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #2699fb;
}

.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.step3-carousel .item {
    padding: 20px;
    position: relative;
    height: 400px;
}

.step3-carousel .owl-item img,
.step4-carousel .owl-item img {
    width: auto;
}

.categorie-list p {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 1px;
    font-family: var(--bebas-neue-regular);
    text-align: center;
}

.step3-carousel .categorie-list {
    position: absolute;
    cursor: pointer;
}

.step3-carousel .categorie-list:nth-child(1) {
    top: 0;
    left: 0;
}

.step3-carousel .categorie-list:nth-child(2) {
    top: 35%;
    left: 25%;
}

.step3-carousel .categorie-list:nth-child(3) {
    top: 13%;
    left: 55%;
}

.step3-carousel .categorie-list:nth-child(4) {
    top: 7%;
    right: 0;
}

.step3-carousel .categorie-list:nth-child(5) {
    bottom: 0;
    left: 0;
}

.step3-carousel .categorie-list:nth-child(6) {
    bottom: 0;
    left: 50%;
}

.step3-carousel .categorie-list:nth-child(7) {
    bottom: 10%;
    right: 6%;
}

.categorie-list.selected:after {
    background: url(../images/selected.svg) no-repeat center center;
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 9px;
    width: 80px;
    height: 80px;
    background-size: 35px;
}

button.owl-next,
button.owl-prev {
    position: absolute;
    top: 40%;
}

button.owl-prev {
    left: -10%;
}

button.owl-next.disabled,
button.owl-prev.disabled {
    visibility: hidden;
}

button:focus {
    outline: none;
}

.step4-carousel .item ul {
    padding: 0;
    margin: 0%;
    list-style: none;
}

.step4-carousel .item ul li {
    background: #f1f9ff;
    padding: 18px 8px;
    margin-bottom: 2px;
    color: #0178aa;
    font-size: 25px;
}

.moblie-menu {
    display: none;
}

.modal-footer .btn {
    font-size: 13px;
    letter-spacing: 0.5px;
}

.registration-popup .popup-icon {
    background: #fff;
    box-shadow: var(--common-shadow);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: -50px;
}

.registration-popup .popup-icon img {
    width: 100px;
    height: 100px;
}

.registration-popup .modal-dialog {
    margin: 3.75rem auto;
    padding: 0px 10px;
}

.registration-popup.modal,
#ReferralCode-modal.modal {
    top: 20px;
}

.Subscription-text {
    color: #6c6c6c;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 12px 0 12px 0;
}

.Subscription-text span {
    display: block;
}

.verification-text {
    color: #0b76a9;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin: 12px 0 12px 0;
}
.pay-option-container {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f1f1f1;
}

.pay-option-container:last-child {
    border-bottom: 1px solid transparent;
}

.pay-option-container h4 {
    color: #6c6c6c;
    font-size: 16px;
    letter-spacing: -0.5px;
}

.pay-option-container p {
    font-size: 10px;
    line-height: 14px;
    margin-top: 3px;
    color: #6c6c6c;
    margin-bottom: 0;
}

.pay-option-container .container {
    position: initial;
}

.pay-option-container .custom-radio-wrapper {
    position: relative;
}

/*Custom Radio Button*/

.custom-radio-wrapper {
    margin: 10px 0;
}

/* The container */
.custom-radio-wrapper .container {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 5px;
    top: -7px;
}

/* Hide the browser's default radio button */
.custom-radio-wrapper .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    top: 0;
}

/* Create a custom radio button */
.custom-radio-wrapper .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #f7f7f7;
    border-radius: 50%;
    border: 2px solid #007aab;
    box-sizing: content-box;
}

/* On mouse-over, add a grey background color */
.custom-radio-wrapper .container:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.custom-radio-wrapper .container input:checked~.checkmark {
    background-color: #f7f7f7;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.custom-radio-wrapper .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio-wrapper .container input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio-wrapper .container .checkmark:after {
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #007aab;
}

.payment-card-wrapper {
    min-height: 280px;
    max-height: 280px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #007aab white;
}

.payment-card-wrapper::-webkit-scrollbar {
    width: 12px;
}

.payment-card-wrapper::-webkit-scrollbar-track {
    background: white;
}

.payment-card-wrapper::-webkit-scrollbar-thumb {
    background-color: #007aab;
    border-radius: 50px;
    border: 3px solid white;
}

/*Custom Radio Button*/

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

.input-wrapper label {
    color: #8e8e8e;
    font-size: 13px;
    font-weight: 600;
    display: block;
    padding-bottom: 0;
}

.input-wrapper.required label span {
    font-weight: normal;
    font-size: 11px;
    color: red;
    display: none;
}

.required label span {
    display: inline-block !important;
}

.input-wrapper input[type="text"],
.input-wrapper select,
.input-wrapper textarea,
.required input[type="text"],
.required select {
    width: 100%;
    padding: 0;
    margin-bottom: 12px;
    border: none;
    border-bottom: 1px solid #9f9f9f;
    border-radius: 0;
    height: calc(1.5em + .75rem + -11px);
}

.required input[type="text"],
.required select {
    border-bottom: 1px solid red;
}

.input-wrapper .cards {
    position: absolute;
    right: 10px;
    top: 0;
}

.input-wrapper {
    position: relative;
    margin-top: 25px;
}

.input-wrapper input:focus,
.input-wrapper textarea:focus,
.input-wrapper select:focus {
    outline: none;
    border-bottom: 1px solid #007aab !important;
}

.amount-text {
    text-align: center;
    margin: 1rem 0;
    line-height: 33px;
    color: #515151;
}

.final-amout {
    color: #007aab;
    font-size: 30px;
    display: block;
}

.confirmation-text {
    color: #515151;
    margin-bottom: 8px;
    line-height: 24px;
}

.confirmation-text span {
    font-size: 18px;
    font-weight: 600;
    display: block;
}

.logo-swip {
    margin: 24px 18px;
    vertical-align: top;
}

.follow-menu a {
    color: #9b9b9b;
    display: block;
    padding: 15px 15px;
    border-top: 1px solid #dee2e6;
}

.follow-menu a:hover {
    color: #17a2b8;
    text-decoration: none;
}

.follow-menu a span {
    font-size: 22px;
    vertical-align: middle;
    padding-right: 10px;
}

.running-time {
    color: #4c4c4c;
    font-size: 15px;
    letter-spacing: 1px;
}

.channel-name {
    font-family: var(--bebas-neue-regular);
    font-size: 22px;
    font-weight: 600;
    color: #666666;
    letter-spacing: 1px;
}

/** Wallet CSS **/
/*
.wallet-wrapper {
    border-bottom: 1px solid #9c9c9c;
} */

.wallet-wrapper:nth-child(3) {
    border: 0px solid transparent;
}

.wallet-balance h2 {
    color: #2d2d2d;
    font-size: 28px;
    font-weight: 500;
}

.wallet-balance h2 span {
    font-size: 25px;
    margin-left: 15px;
}

.wallet-balance span.icon-balance {
    color: #2a598c;
    font-size: 33px;
    float: left;
    margin-right: 10px;
}

.wallet-wrapper .wallet-title {
    width: 122px;
    height: 122px;
    background: #6b588e;
    border-radius: 50%;
    box-shadow: var(--common-shadow);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.wallet-wrapper .wallet-title span {
    color: #ffffff;
    font-size: 70px;
}

.wallet-wrapper .owl-item:nth-child(1) .wallet-title {
    background: #4c688c;
}

.wallet-wrapper .owl-item:nth-child(3) .wallet-title {
    background: #ad4e51;
}

.wallet-wrapper .owl-item:nth-child(4) .wallet-title,
.wallet-wrapper .owl-item:nth-child(6) .wallet-title {
    background: #518392;
}

.wallet-wrapper .item {
    display: flex;
    justify-content: center;
}

.wallet-wrapper .item label {
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 1px;
}

.wallet-wrapper .customWidth {
    /* width: 32% !important; */
    margin-bottom: 20px;
}

.card-name-details span {
    color: #555555;
    display: block;
}

.card-name-details span:first-child {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.card-name-details span:last-child {
    font-size: 12px;
}

.wallet-wrapper .add-more-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    margin-bottom: 5px;
}
.h1-shoprite{
    text-align: left;
    font-family: inherit;
    font-size: 25px;
    font-weight: bolder;
    color: #3870a1;
}
.wallet-wrapper .add-more-card-shoprite {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    margin-bottom: 5px;
}
.modal-body-shoprite {
    background-color: #eee;
    padding: 12px 9px 58px 9px;
}
.wallet-wrapper .add-more-card h1,
.ledger-activity .add-more-card h1 {
    text-align: left;
    font-family: inherit;
    font-size: 25px;
    font-weight: bolder;
    color: #3870a1;
}

.wallet-wrapper .add-more-card a {
    font-size: 16px;
    color: #3474a4;
    text-decoration: none;
}

.wallet-wrapper .add-more-card a span:first-child {
    padding: 1px 2px 2px 2px;
    border: 1px solid #3870a1;
    background: #3870a1;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#owl-carousel-home-7 img {
    width: auto;
}

.breakdown-title {
    font-size: 25px;
    color: #1a1a1a;
}

.breakdown-amout {
    font-size: 45px;
    color: #535252;
}

.wallet-wrapper .btn {
    width: 245px;
}

.manage-conversion table th {
    border-bottom: 1px solid #dedede;
    font-family: var(--bebas-neue-book);
    font-size: 20px;
    color: #0178aa;
    letter-spacing: 1px;
}

.manage-conversion table {
    border: 1px solid #dedede;
}

.ledger-activity .nav {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
}

.ledger-activity .nav a {
    color: #2d2d2d;
}

.ledger-activity .nav a.active,
.ledger-activity .nav a:hover {
    color: #3870a1;
    text-decoration: underline;
    text-underline-position: under;
}

.ledger-activity .ledgers {
    padding: 1rem;
}

.ledger-activity .ledgers p {
    margin-bottom: 0;
    margin-top: 10px;
}

.ledger-activity .ledgers:not(:last-child) {
    border-bottom: 1px solid #cecece;
}

.ledger-activity .ledger-datetime {
    font-size: 18px;
}

.ledger-datetime span {
    padding-right: 15px;
}

.ledger-activity .ledgers .ledger-amout {
    font-size: 27px;
    color: #666666;
}

.balance-amout p {
    text-align: center;
    color: #4d575e;
    font-size: 25px;
    margin-bottom: 0;
    margin-top: 1rem;
}

.balance-amout h4 {
    text-align: center;
    color: #0c76a9;
    font-size: 50px;
    margin-bottom: 25px;
}

.Wallet-mini-wrapper {
    background: #ffffff;
    padding: 1rem 0;
    text-align: center;
    margin-bottom: 1rem;
}

.Wallet-mini-wrapper h5 {
    font-family: var(--bebas-neue-regular);
    font-size: 27px;
    font-weight: 600;
    color: #0c76a9;
    letter-spacing: 1px;
}

.Wallet-mini-wrapper .input-wrapper.center-input input {
    text-align: center;
    font-size: 40px;
    color: #373737;
    margin-top: 50px;
}

.gradient-header {
    background-color: #007aad;
    background-image: linear-gradient(180deg, #007aad 0%, #915998 99%);
    height: 150px;
    border-radius: 4px 4px 0 0;
    text-align: center;
}

.gradient-header p {
    color: #ffffff;
    font-size: 16px;
    padding-top: 20px;
    margin-bottom: 30px;
}

.gradient-header .btn {
    background: #56af9b;
    border-color: #56af9b;
}

.gradient-header:after {
    content: "";
    position: absolute;
    top: 150px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #915998 transparent transparent transparent;
    border-width: 32px 250px 0 250px;
}

#survey-modal .modal-content {
    border: 0px solid transparent;
}

#managecards.accordion .card-header {
    background: #ffffff;
    box-shadow: var(--common-shadow);
}

#managecards.accordion .card-body {
    color: #666;
}

#managecards.accordion button {
    color: #408ec5;
    font-weight: bold;
    font-size: 20px;
}

#managecards.accordion button::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #408ec5;
    position: absolute;
    right: 25px;
    top: 30px;
    transform: rotate(0deg);
    transition: all 0.5s;
}

#managecards.accordion button.collapsed::after {
    transform: rotate(180deg);
}

.cards-grid {
    color: #666;
}

#content-center .tab-content {
    background: #fff;
}

/** Wallet CSS **/

/** Donation Center **/
a.donation-small-wrapper {
    background-color: #ffffff;
    background-image: linear-gradient(180deg, #ffffff 25%, #e8e8e8 100%);
    box-shadow: var(--common-shadow2);
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-top: 1px solid #e8e8e8;
}

a.donation-small-wrapper .icon-donations {
    font-size: 80px;
    color: #8d516d;
}

a.donation-small-wrapper .icon-transfer-arrow {
    font-size: 60px;
    color: #8d516d;
}

.dollor-amout h2 {
    color: #929292;
}

.dollor-amout h2 span {
    font-weight: bold;
    font-size: 45px;
}

.donation-carousel {
    background: #ffffff;
    padding: 0;
    margin: 5rem 0 2rem 0;
}

.border-top-gray {
    border-top: 1px solid #c1c1c1 !important;
}

.blue-card {
    background-color: #018ed6;
    background-image: linear-gradient(180deg, #41a8dc 25%, #4186a9 100%);
    border-radius: 11px;
    margin-top: 15px;
    color: #ffffff;
}

.donation-carousel .owl-dots {
    position: absolute;
    top: -75px;
    left: 40%;
}

.donation-carousel .owl-dot span {
    width: 18px !important;
    height: 18px !important;
    background: #a4a4a4 !important;
}

.donation-carousel .owl-dot.active span {
    background: #0880be !important;
}

.donation-carousel .owl-next img,
.donation-carousel .owl-prev img {
    display: none;
}

.donation-carousel button.owl-next,
.donation-carousel button.owl-prev {
    top: -63px;
}

.donation-carousel button.owl-prev {
    left: 250px;
}

.donation-carousel button.owl-next {
    right: 265px;
}

.donation-carousel button.owl-next:before {
    content: "\e906";
    font-family: "icomoon" !important;
    display: block;
    color: #0880be;
    font-size: 30px;
    font-weight: bold;
}

.donation-carousel button.owl-prev:before {
    right: 200px;
    content: "\e905";
    font-family: "icomoon" !important;
    display: block;
    color: #0880be;
    font-size: 30px;
    font-weight: bold;
}

.donation-carousel .blue-card-inner span:first-child {
    font-family: var(--bebas-neue-book);
    font-size: 30px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
}

.donation-carousel .blue-card-inner span:last-child {
    font-family: var(--bebas-neue-regular);
    font-size: 34px;
    line-height: 30px;
}

.donation-carousel h4 {
    color: #333333;
    font-size: 25px;
    font-weight: bold;
    margin-top: 10px;
}

.donation-carousel h4 span {
    font-weight: normal;
}

.donation-carousel a {
    color: #50947e;
    font-size: 25px;
}

.donation-carousel .icon-information-solid {
    color: #50947e;
    cursor: pointer;
}

.donation-carousel .view-video a,
.donation-carousel .view-video p {
    color: #ffffff;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
}

.donation-carousel .view-video a span {
    position: relative;
    top: 0;
    font-size: 22px;
}

.donation-carousel .owl-item img {
    width: 125px;
    height: 125px;
    margin: auto;
}

/** Donation Center **/

.show-password {
    position: relative;
}

.show-password .icon-eye {
    position: absolute;
    right: 10px;
    font-size: 25px;
    top: 42px;
    color: #a1a1a1;
    cursor: pointer;
}

/** Donation Center **/
.donation-overly {
    width: calc(100% - 20px);
    height: 398px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
}

.card-amout {
    width: 300px;
    height: 192px;
    position: absolute;
    color: #fff;
    text-align: right;
}

.card-amout span {
    font-weight: bold;
    font-size: 30px;
    font-family: sans-serif;
    position: relative;
    top: 8px;
    right: 10px;
}

.card-upload-wrapper {
    border: 1px dashed #cccccc;
    padding: 20px;
    background: #f8f8f8;
    cursor: pointer;
}

.various-earning {
    border: 1px solid #cccccc;
    background: #f8f8f8;
    cursor: pointer;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 21px;
    margin: auto auto 20px;
}

.centerpopup.show {
    display: flex !important;
    align-items: center;
}

.donation-carousel button.owl-prev {
    left: 0;
}

.donation-carousel button.owl-next {
    right: 0;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.logo-n-banner {
    position: absolute;
    bottom: 10px;
    left: 20px;
}

.h-350 {
    height: 350px;
}

#step2 a.step4next,
#step3 a.step4next,
#step4 a.step4next,
#step5 a.step4next {
    background: #0178aa;
    width: 225px;
    line-height: 50px;
    color: #ffffff;
    border: 0px solid transparent;
    font-family: "Helvetica Neue LT Std 43 Light Extended";
    font-size: 20px;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;
}

/* .pr-80{
    padding-right: 80px;
} */

canvas#pdf-canvas {
    width: 100%;
    margin-top: 15px;
}

#owl-carousel-home-1 .owl-prev img,
#owl-carousel-home-1 .owl-next img {
    width: 50%;
}



#owl-carousel-home-1 button.owl-prev {
    left: -31px;
}

#owl-carousel-home-1 button.owl-next {
    right: -31px;
}

#owl-carousel-home-1.owl-carousel .owl-item img {
    display: block;
    width: 40%;
    margin: auto;
    margin-top: 22px;
    margin-bottom: 4px;
}

.item.home-center {
    display: flex;
    align-items: center;
}

.primary-red {
    color: red !important;
}

.home-slider .icon-chevron-thin-right,
.home-slider .icon-chevron-thin-left {
    font-size: 40px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    padding: 5px;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 0.9;
}

.circle-bg {
    background: #fff;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
    width: 102px;
    height: 102px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid #fff;
    overflow: hidden;
}

#step4 .categoryImg {
    width: 100%;
    height: 100%;
}

#channelLogoImg {
    width: 184px;
    height: 184px;
}

#postalCode {
    width: 50%;
}

#owl-carousel-3 .imgSize {
    width: 160px;
    height: 160px;
}

.subtab-3 img {
    width: 35%;
}

.subtab-3 .owl-next {
    right: 5px;
    top: 10px;
}

.subtab-3 .owl-prev {
    left: 5px;
    top: 10px;
}

.sample-content-bg img {
    width: 120px;
    height: 80px;
    border-radius: 0%;
}

.live-content-bg img {
    width: 120px;
    border-radius: 0;
}

.showTime img {
    width: 24px !important;
    height: 24px;
}

.modal-content.blue-bg-1 {
    background-color: #02eefc;
    background-image: linear-gradient(160deg, #02eefc 0%, #00929c 100%);
    border-radius: 25px;
}

.modal-content.blue-bg-1 p {
    color: #fff;
}

.modal-content.blue-bg-1 .modal-footer {
    border-top: none;
    text-align: center;
    position: absolute;
    bottom: -70px;
    width: 100%;
}

.responsiveBanner {
    background-repeat: no-repeat;
    background-size: 600px;
    background-position: center center;
    height: 400px;
    background-color: #f3f3f3;
}

.dashboardSection .owl-half-carousel .owl-item img {
    height: 268px;
    border-radius: 8px;
}

@media only screen and (max-width: 990px) {
    .donation-overly {
        height: calc(100% - 23px);
    }
}

@media only screen and (max-width: 767px) {

    .registration-wrapper input[type="submit"],
    .registration-wrapper input[type="text"],
    .stepper input[type="text"],
    .stepper select,
    .stepper input[type="password"] {
        width: 100%;
    }

    .registration-wrapper h1,
    .registration-wrapper h2 {
        margin-top: 0px;
        font-size: 30px;
    }

    .width475,
    .auto-drop-list,
    form.stepper,
    #step3 a.step4next,
    #step4 a.step4next,
    #step5 a.step4next {
        width: 100% !important;
    }

    .backarrow {
        top: 20%;
        left: 0;
    }

    .step3-carousel .categorie-list:nth-child(1) {
        top: 0;
        left: 0;
    }

    .step3-carousel .categorie-list:nth-child(2) {
        top: 35%;
        left: 0%;
    }

    .step3-carousel .categorie-list:nth-child(3) {
        top: 51%;
        left: 34%;
    }

    .step3-carousel .categorie-list:nth-child(4) {
        top: 0;
        right: 0;
    }

    .step3-carousel .categorie-list:nth-child(5) {
        bottom: -25px;
        left: 0;
    }

    .step3-carousel .categorie-list:nth-child(6) {
        bottom: 148px;
        left: 67%;
    }

    .step3-carousel .categorie-list:nth-child(7) {
        bottom: -22px;
        right: 0;
    }

    .footer-button input[type="submit"],
    .footer-button input[type="reset"] {
        width: 100%;
        margin: 0 0 20px 0;
    }

    header {
        height: 80px;
        font-size: 14px;
    }

    header .logo img {
        width: 40px;
        margin-right: 10px;
    }

    .header-count {
        position: absolute;
        background: #fff;
        border: 1px solid;
        right: 10px;
        z-index: 9;
        top: 45px;
        border-radius: 7px;
        display: none;
    }

    .header-count.toggle {
        display: block;
    }

    .header-count ul {
        display: initial;
    }

    .moblie-menu {
        text-align: center;
        font-size: 25px;
        color: #808586;
        margin: 0 10px;
        display: flex;
        justify-content: center;
        padding: 5px 0;
    }

    header span.icon-wallet {
        display: none;
    }

    .home-slider .icon-chevron-thin-right,
    .home-slider .icon-chevron-thin-left {
        font-size: 25px;
    }

    .main-tab {
        position: fixed;
        bottom: 0;
        z-index: 12;
        width: 100%;
        left: 0;
        border-radius: 0;
        margin: 0;
        border-top: 1px solid #8c8c8c;
    }

    .main-tab label {
        font-size: 12px;
        letter-spacing: 0.5px;
    }

    .mob-bot-margin {
        margin-bottom: 110px;
    }

    .card-wrapper a,
    .wallet-wrapper .add-more-card h1,
    .ledger-activity .add-more-card h1,
    .breakdown-title {
        font-size: 16px;
    }

    .subtab li {
        padding: 0 0px;
    }

    .subtab .nav-link {
        font-size: 16px;
        padding: 1rem 0.7rem;
        letter-spacing: 0.2px;
    }

    .mobile-wrapper {
        padding: 0 10px;
    }

    .mobile-wrapper .subtab {
        margin-top: 0;
        background-color: #ffffff;
    }

    .card-wrapper {
        margin: 0 0 12px 0;
        border-radius: 0;
    }

    .rounded-container {
        border-radius: 5px;
        padding: 10px;
    }

    .rounded-container .item {
        height: 100px;
    }

    .carousel-home .content-center label,
    .carousel-home .donations label,
    .carousel-home .wallet label {
        font-size: 12px;
        margin-top: 0;
    }

    .carousel-home .icon-content-cen,
    .carousel-home .icon-donations,
    .carousel-home .icon-wallet,
    .carousel-home .icon-career {
        font-size: 50px;
        position: relative;
        top: 6px;
    }

    .home-center span {
        font-size: 11px;
        padding: 4px 10px;
        line-height: 18px;
        display: inline-block;
        overflow: hidden;
        max-width: 95px;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: 0;
    }

    .rounded-container h2 {
        font-size: 16px;
    }

    #owl-carousel-home-3 .item {
        height: 167px;
    }

    .home-slider .carousel-caption {
        border-radius: 0 0 10px 10px;
        padding-top: 10px;
        padding-bottom: 3px;
    }

    .logo .user-details label {
        font-size: 11px;
    }

    .logo .user-details label span {
        font-size: 18px;
    }

    .user-name-details {
        text-align: center;
        font-size: 15px;
        font-weight: 600;
        line-height: 22px;
    }

    .user-details span,
    .registration-wrapper a {
        font-size: 16px;
    }

    .subtab-3 a {
        font-size: 17px;
        padding: 0.5rem 0.5rem;
    }

    .feed-wrapper p,
    .login-box .links {
        font-size: 12px;
        letter-spacing: 0;
    }

    .offer-details .main-amount {
        line-height: 20px;
    }

    .login-box {
        padding: 12px;
        margin: 11px;
        width: auto;
    }

    .login-box .col-md-4:nth-child(2) a.links {
        letter-spacing: 1px;
    }

    .login-wrapper {
        width: 100%;
        margin-left: 0;
        padding-top: 40px;
    }

    .login-bg {
        background-size: cover;
        background-position: right;
    }

    .modal-footer .btn,
    .career-wrapper input[type="text"],
    .career-wrapper textarea {
        width: 100%;
    }

    .wallet-wrapper .wallet-title {
        width: 80px;
        height: 80px;
    }

    .wallet-wrapper .item label {
        font-size: 12px;
        margin-left: 3px;
        margin-right: 3px;
    }

    .wallet-wrapper .wallet-title span {
        font-size: 40px;
    }

    .wallet-balance h2 {
        font-size: 20px;
        font-weight: 800;
        margin-bottom: 0;
    }

    .wallet-balance h2 span {
        font-size: 16px;
        margin-left: 0;
        font-weight: normal;
    }

    .wallet-balance {
        display: flex;
        align-items: center;
    }

    .wallet-wrapper .add-more-card a span:last-child {
        display: none;
    }

    .wallet-wrapper .btn {
        width: 160px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .wallet-wrapper .add-more-card a {
        font-size: 14px;
        text-align: right;
    }

    .ledger-activity .nav a {
        padding: 0.3rem;
        font-size: 11px;
        font-weight: bold;
    }

    .gradient-header:after {
        border-width: 32px 180px 0 180px;
    }

    .donation-carousel .owl-item img {
        width: 70px;
        height: 70px;
    }

    .donation-carousel .blue-card-inner span:first-child {
        font-size: 22px;
    }

    .donation-carousel .blue-card-inner span:last-child {
        font-size: 24px;
        line-height: 22px;
    }

    .donation-carousel .view-video a span {
        display: none;
    }

    .donation-carousel .view-video a,
    .donation-carousel .view-video p {
        font-size: 10px;
    }

    .logo-n-banner {
        position: absolute;
        bottom: 10px;
        left: 10px;
    }

    .logo-n-banner img {
        width: 100px;
    }

    .h-350 {
        height: 200px;
    }

    p {
        font-size: unset;
    }

    .registration-wrapper input[type="text"],
    .registration-wrapper input[type="password"] {
        padding: 10px 14px;
        font-size: 16px;
    }

    .stepper label {
        font-size: 15px;
    }

    .show-password .icon-eye {
        top: 36px;
    }

    .custom-checkbox-wrapper .container {
        font-size: 16px;
        margin: 10px 0 8px 0;
        padding-right: 0;
    }

    .custom-checkbox-wrapper {
        margin-top: 0;
    }

    /* .step3-carousel .item {
        height: 350px;
    }
    .step3-carousel .owl-item img, .step4-carousel .owl-item img {
    width: 60%;
        margin: auto;
    } */
    .step4-carousel .item ul li {
        font-size: 16px;
        padding: 10px 8px;
    }

    .header-count ul li:last-child::before {
        display: none;
    }

    .pdf-btns .btn {
        width: auto;
    }

    #step4 .categoryImg {
        width: 100%;
        height: 100%;
        margin: auto;
    }

    .circle-bg {
        width: 70px;
        height: 70px;
        margin: auto;
    }

    .categorie-list p {
        font-size: 20px;
        margin-top: 6px;
    }

    .main-tab span {
        font-size: 30px;
    }

    .user-name-details span {
        font-size: 16px;
        font-weight: 400;
    }

    /* img#bannerImage {
        height: 100%;
    } */
    #channelLogoImg {
        width: 100px;
        height: 100px;
    }

    #postalcode-modal .stepper {
        width: 100%;
    }

    #postalCode {
        width: 100%;
    }

    .donation-carousel a {
        font-size: 18px;
    }

    .donation-carousel {
        margin-top: 0;
    }

    .mobile-wrapper h1 {
        font-size: 35px;
        margin-top: 1rem;
    }

    .custom-radio-wrapper .container {
        padding-right: 0;
    }

    .Wallet-mini-wrapper h5 {
        font-size: 23px;
        font-weight: 100;
    }

    #managecards.accordion button {
        font-size: 16px;
        padding-bottom: 0;
    }

    #managecards.accordion button::after {
        top: 24px;
    }

    #owl-carousel-3 .imgSize {
        width: 100px;
        height: 100px;
        margin: auto;
    }

    .logo .user-details {
        max-width: 150px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #owl-carousel-home-4 label,
    #owl-carousel-home-8 label {
        font-size: 13px;
    }

    .about-tab .icon-address-pin,
    .about-tab .icon-phone {
        position: static;
    }

    .responsiveBanner {
        height: 200px;
    }

    #bannerImage {
        height: 200px;
    }

    .partner-wrapper img {
        width: 50px;
    }

    .career-wrapper p.mb-0 {
        margin: auto;
    }
    .zawadi-form {
        width: 100% !important;
    }
}


/** Load and Overlay **/
.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #007aab;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    position: fixed;
    z-index: 1052;
    left: 48%;
    top: 45%;
}

#loader {
    display: none;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.overlay2 {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 1051;
    top: 0;
    left: 0;
}



/*career css*/

button.upload-resume {
    background: #6a90c2;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    width: 100%;
    letter-spacing: 1.5px;
}

input.upload-resume {
    background: #6a90c2;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    width: 100%;
    letter-spacing: 1.5px;
}

.career-wrapper h2 {
    text-align: center;
    color: #717171;
    padding: 30px 0;
}

button.opportunities-find {
    background: #5b95a7;
    color: #fff;
    width: 100%;
    border: none;
    padding: 8px;
    letter-spacing: 1.5px;
    border-radius: 4px;
}

.animSwitch input[type="checkbox"] {
    position: relative;
    width: 51px;
    height: 31px;
    -webkit-appearance: none;
    background-color: #c6c6c6;
    outline: none;
    border-radius: 32px;
    transition: all 0.5s;
    cursor: pointer;
}

.animSwitch input:checked[type="checkbox"] {
    background: #5b95a7;
}

.animSwitch input[type="checkbox"]::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    top: 3px;
    left: 4px;
    background: #ffffff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
    transition: 0.5s;
}

.animSwitch input:checked[type="checkbox"]::before {
    left: 22px;
}

.career-wrapper input[type="text"],
.career-wrapper textarea {
    border: 1px solid #d8d8d8;
    padding: 6px 12px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

/** Range Slider **/
.career-wrapper .slider-container {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 15px 0;
    z-index: 1;
}

.career-wrapper input[type="range"] {
    position: relative;
    z-index: 1000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #d2d2d2;
    height: 2px;
    border-radius: 3px;
    outline: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.career-wrapper input[type="range"]::-webkit-slider-thumb {
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: #6a90c2;
    border-radius: 100%;
    cursor: pointer;
    z-index: 5000;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

.career-wrapper input[type="range"]::-moz-range-track {
    background: transparent;
}

.career-wrapper .count {
    position: absolute;
    top: -14px;
    left: 0;
    color: #b4b4b4;
    padding: 0;
    border-radius: 20px;
    text-align: center;
    margin-left: 0px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}

.career-wrapper .countMatch {
    position: absolute;
    top: -14px;
    left: 0;
    color: #b4b4b4;
    padding: 0;
    border-radius: 20px;
    text-align: center;
    margin-left: 0px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}

/** End Range Slider **/

.career-wrapper .border-bottom {
    border-bottom: 1px solid #707070 !important;
}

.career-wrapper .btn-success,
.career-wrapper .btn-info {
    width: 150px;
}

.career-banner {
    position: relative;
}

.career-banner .carousel-caption {
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    font-size: 25px;
    letter-spacing: 1.5px;
}

.icon-fix {
    height: 29px;
    width: 28px;
}

.font15 {
    font-size: 15px im !important;
}

.trivia-card {
    background: #332f4a url(../images/trivia.png) no-repeat top center;
    min-height: 380px;
    position: relative;
    background-size: contain;
}

.gps-card {
    background: #2a96d4 url(../images/gps3.jpg) no-repeat top center;
    min-height: 380px;
    position: relative;
    background-size: cover;
}

.gps-card .buttons-container {
    position: absolute;
    bottom: 21%;
    width: 100%;
    text-align: center;
}

.gps-card .buttons-container button {
    margin-left: 53px;
    margin-top: 11px;
    float: left;
    border-radius: 0.90rem;
    background-color: #fff;
    border-color: #fff;
    color: #3870a1;
    font-weight: 5px;
}
.gps-card-zawadi {
    background: #2a96d4 url(../images/gps3.png) no-repeat top center;
    min-height: 380px;
    position: relative;
    background-size: cover;
}

.gps-card-zawadi .buttons-container {
    position: absolute;
    bottom: 21%;
    width: 100%;
    text-align: center;
}

.gps-card-zawadi .buttons-container button {
    margin-left: 53px;
    margin-top: 11px;
    float: left;
    border-radius: 0.90rem;
    background-color: #fff;
    border-color: #fff;
    color: #3870a1;
    font-weight: 5px;
}

.trivia-card .bottom-text {
    background: #524F6B;
    color: #fff;
    padding: 12px;
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 16px;
}

.trivia-card .buttons-container {
    position: absolute;
    bottom: 25%;
    width: 100%;
    text-align: center;
}

.buttons-container button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 18px;
    margin: 0 7px;
}

.buttons-container button.btn-primary {
    background-color: #FF643B;
    border-color: #FF643B;
}

.checkmarkFeedbackOption{
    border: 2px solid #5a5a5a;
}

.demographics-table td {
    padding: 5px 0;
}
.demographics-table td:nth-child(2) {
    color: #a8a8a8;
}
.w-55px {
    width: 55px;
}
.checkmark-arrow {
    background: url(/images/checkmark.svg) no-repeat 95% center;
    background-size: 20px;
}
.datepicker-top-left {z-index: 1060 !important;}

.mock-bg-2 {
    background-color: #bfbfbf;
    background-image: linear-gradient(
180deg
, #ebebeb 25%, #bfbfbf 100%);
}

.profile-edit {
    background: #fff;
    padding: 6px 9px;
    border-radius: 50%;
    position: absolute;
    bottom: 2px;
    right: 1px;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 15%);
    cursor: pointer;
}
.center-block {
    height: 130px;
    display: block;
    margin-left: auto;
    margin-right: auto
}
.blueColor{
    color: #0178aa
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    }
    .slick-dots li {
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 100%;
    text-indent: -9999px;
    border: 1px solid #1469B1;
    position: relative;
    margin: 0 0.25rem;
    cursor: pointer;
    }
    .slick-dots li.slick-active button {
    background-color: #1469B1;
    display: block;
    width: 22px;
    height: 22px;
    padding: 0;
    border: none;
    border-radius: 100%;
    position: absolute;
    left: 2.5px;
    top: 3px;
    }
.loginsetting {
    display: flex;
    align-items: center;
    justify-content: center;
}
.loginsetting a, .loginsetting p {
    font-size: 16px;
    background: none;
    margin: 0px 3px;
}
.loginsetting a{
    font-size: 20px;
}
.ads_survey_card {
    width:100% !important;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    padding-bottom: 2%;
    border-radius: 5px;
    height:90%
}
.ads_survey_card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.cardImg {
    border-radius: 5px 5px 0 0;
}

#inputBox input::placeholder { color: black; }

@media only screen and (max-width: 767px) {
    .trivia-card {
        min-height: 220px;
    }
    .gps-card,.gps-card-zawadi {
        min-height: 143px;
    }
}

/* Current Earning CSS */
.currentEarning .static-item {
    width: 100%;
}
.currentEarning .static-item img, .single-card img{
    width: 100%;
    padding: 0px !important;
    /* border-radius: 0 0 8px 8px; */
}
.currentEarning .img-wrapper {
	overflow: unset;
}
.currentEarning .channel-logo {
	top: unset;
    padding:0px !important;
}
.currentEarning .add-des{
	gap: 7px;
}
/* .currentEarning .ribbon-wrapper-red {
	left: 0;
    background: #3870A1;
    color: #fff;
    padding: 5px 15px;
    width: 90px;
    top: 0;
} */
.invite-friends {
    position: relative;
}
.invite-friends .invite-content {
    position: absolute;
    bottom: 45px;
    right: 100px;
    color: #fff;
}
.invite-content h3 {
    text-shadow: 1px 1px 2px black;
    font-size: 22px;
}
.invite-content button {
    font-weight: 500;
    font-size: 20px;
}
/* Current Earning CSS */

h1 span.earning-subtitle {
    font-size: 21px;
    font-weight: 700;
    display: block;
    margin-top: 10px;
}
.channel-earnings .alpha-label {
    position: relative;
    background: #ffffff;
    color: #333333;
    padding: 12px 25px;
    height: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: var(--common-shadow);
    margin-bottom: 9px;
}
.channel-earnings .owl-nav button.owl-next,
.channel-earnings .owl-nav button.owl-prev {
    height: calc(100% - 9px);
}
.channel-earnings .add-des, .see-all-new-content-wrapper .add-des {
    flex-direction: column;
    display: flex;
    text-align: left;
    color: #000;
    /* font-size: 28px; */
    margin-left: 65px;
    /* line-height: 28px; */
}
.channel-earnings .add-des span:nth-child(2) {
    color: #6d6d6d;
    font-size: 14px;
}
.channel-earnings .add-des span:nth-child(3) {
    color: #29679d;
    font-size: 14px;
}
.channel-earnings .alpha-label button {
    font-size: 23px;
    border-color: #ccc;
    font-weight: 400;
    padding: 7px 20px;
}
.tutorVideo {
    background-color: #d0d4e9;
    height: 500px;
}
.tutorTitle {
    background-color: #ffffff;
    height: 80px;
    font-size: 33px;
    color: #565656;
    display: flex;
    align-items: center;
    padding-left: 25px;
}
#IssueReportModal .modal-body {
    padding: 1rem 3rem;
}
#IssueReportModal .modal-body button {
    background: #aaaaaa;
    color: #fff;
    width: calc(100% - 30px);
    margin: auto;
    display: block;
    padding: 13px;
    text-transform: uppercase;
    margin-top: 50px;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.manage-subscriptions {
    position: relative;
    display: flex;
    border-bottom: 1px solid #cecece;
    padding: 15px 0;
}

.channel-thum {
    margin-right: 25px;
    display: flex;
    align-items: center;
}
.Channel-des {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.Channel-des span {
    color: #555555;
    font-size: 20px;
}
.Channel-des p {
    color: #6c6c6c;
    margin-bottom: 0;
    font-size: 18px;
}
.Channel-des p:nth-child(4) {
    float: left;
    margin-right: 15px;
}
.Channel-des a {
    font-size: 18px;
    color: #02699e;
    display: inherit;
}
.process-btn {
    background: #398260;
    border-radius: 4px;
    width: 350px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 8px 0;
    margin: 25px 0;
}
.see-all {
    position: relative;
    margin-top: 25px;
}
.see-all .alpha-label {
    left: 0;
    padding: 15px;
    bottom: 18px;
    border-radius: 0;
}
#watchandearn-modal .titlewithbg {
    background: url("../images/announcements-1.png") no-repeat center center;
    width: 100%;
    color: #ffffff;
    padding-top: 60px;
    padding-bottom: 2px;
    font-size: 16px;
}
#watchandearn-modal p {
    font-size: 17px;
}
#watchandearn-modal .titlewithbg h5 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
}
#watchandearn-modal .titlewithbg p {
    color: #ffffff;
    font-size: 16px;
}
.nounTVadd p {
    color: #8e6698;
    font-weight: bold;
}
#watchandearn-modal .close {
    color: #fff;
    font-weight: 200;
    padding: 5px 12px;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.Zawadi-wallet .wallet-title, .Zawadi-wallet .owl-item:nth-child(3) .wallet-title, .Zawadi-wallet .owl-item:nth-child(1) .wallet-title {
    background: transparent;
    box-shadow: none;
}
.Zawadi-wallet .wallet-balance span.icon-balance {
    color: #FA760A;
    font-size: 27px;
}
.Zawadi-wallet .ibc-points span {
    color: #949494;
    font-size: 14px;
}
.Zawadi-wallet .ibc-points input[type="text"] {
    color: #3870a1;
}
.Zawadi-wallet .wallet-balance h2 span a {
    color: #0178aa;
    font-size: 12px;
}
.TransferMoneyBtn a{
    background-color: #BFDDF5;
    display: flex;
    padding: 15px;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
    text-decoration: none;
    margin-bottom: 20px;
}
.TransferMoneyBtn h6 {
    color: #5E6870;
    font-size: 16px;
    font-weight: 700;
}
.TransferMoneyBtn p {
    font-size: 14px;
    color: #87949E;
    margin-bottom: 0;
}
.ibc-points .country-currency{
    margin-left: 0%;
}
.ibc-points select {
    margin-left: 20px;
    height: 38px;
    margin-top: 3px;
    max-width: 150px;
    min-width: 150px;
    border-color: #ccc;
    border-radius: 6px;
    padding: 9px;
}
.btn-theme-zawadi {
    background-color:#ff8200;
}
.btn-theme-ibc{
    background-color:#007bff;
}
.channel-earnings.currentEarning h2, .channel-earnings.currentEarning h4 {
    color: #fff;
    text-align: center;
}

.owl-half-carousel .owl-item {
    width: 447px !important;
}

.channel-earnings .owl-nav {
    display: none;
}

.new-content-bg {
    height: 250px !important;
    width: 100%;
}

.new-content-item-duration {
    color: #6d6d6d !important;
    font-size: 12px !important;
}

.new-content-item-elasped-time {
    color: #29679d !important;
    font-size: 12px !important;
}

.new-content-item-duration-time {
    line-height: 20px;
}

#content-center > img {
width: 100%;
height: 450px;
}

#content-center  {
padding: 20px;
}

#content-center p {
padding: 20px 0;
}

.live-text-content {
    text-align: left;
    font-size: 12px;
    line-height: 25px;
}

.contentCardBanner {
    background-repeat: no-repeat;
    background-position: center center;
    height: 180px;
    width: 100%;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    background: url(../images/default_image.png) no-repeat center center;
    background-size: cover;
}

.cardLockIcon {
    width: 100%;
    position: relative;
    top: 25%;
}

.cardActionLockIcon {
    width: 20px !important;
    height: 15px !important;
    margin-bottom: 5px !important;
}

.textWrapping {
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.premiumText {
    position: relative;
    top: 40px;
    font-size: 18px !important;
    color: #ffff !important;
    font-weight: bold;
}
/* Payment Methods Model  */

.Subscription-text-class {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.subscription-amount-class {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 600;
}

.subscription-amount-class span {
    margin-left: 5px;
}

.payment-card-wrapper-class {
   max-height: 235px;
   overflow-x: hidden;
   margin-top: 10px;
}

.payment-list-heading-class {
    font-size: 16px;
    font-weight: 600;
    color: #238ab3;
    margin-top: 20px;
}

.pay-option-container-class {
    display: flex;
    align-items: center;
    padding: 12px 0;

}

.pay-option-container-class h4 {
    color: #958d8d;
    font-size: 14px;
    font-weight: 600;
}

.payment-method-text-class {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.modal-footer-class {
    border: 0px !important;
}

.auto-renew-checkbox-class {
    color: #958d8d;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-left: 5px;
    line-height: 30px;
}

.processPaymentStyle {
    width: 100%;
    background-color: #238ab3;
    border-color: #238ab3;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.expiresTextClass {
    font-size: 12px;
    font-weight: 600;
    color: #958d8d;
}

.borderElementClass {
    border-bottom: 2px solid #f1f1f1;
}

@media (max-width: 325px) {
    .Subscription-text-class {
        font-size: 12px;
    }

    .subscription-amount-class {
        font-size: 12px;
    }

    .payment-list-heading-class {
        font-size: 12px;
    }

    .pay-option-container-class h4 {
        font-size: 12px;
    }

    .payment-method-text-class {
        font-size: 12px;
    }

    .auto-renew-checkbox-class {
        font-size: 9px;
    }

    .processPaymentStyle {
        font-size: 12px;
    }

    .expiresTextClass {
        font-size: 10px;
    }
}

.separator {
    height: 100%;
    width: 1px;
    background-color: #ccc;
    margin: 0 10px; /* Adjust the margin for spacing */
  }

  .annoucementSize{
    height:430px ;
  }