:root {
    --links-color: #7bb9ce;
    --footer-color: #7bb9ce;
    --reward-color: #c897be;
    --green-color: #aed696;
    --yellow-color: #edd763;
    --swiper-navigation-size: 44px;
    --swiper-theme-color: #7bb9ce;
    --normal-font: Raleway;
    --light-font: RalewayLight;
    --bold-font: RalewayBold;
}
@font-face {
    font-family: 'Conv_STCForward-Bold';
    src: url('../../fonts/STCForward-Bold.woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_STCForward-Medium';
    src: url('../../fonts/STCForward-Medium.woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Conv_STCForward-Light';
    src: url('../../fonts/STCForward-Light.woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Almarai;
    font-weight: normal;
    src: url(/fonts/Almarai-Regular.ttf);
    font-display: swap;
}

@font-face {
    font-family: AlmaraiBold;
    font-weight: bold;
    src: url(/fonts/Almarai-Bold.ttf);
    font-display: swap;
}

@font-face {
    font-family: AlmaraiLight;
    font-weight: 300;
    src: url(/fonts/Almarai-Light.ttf);
    font-display: swap;
}

@font-face {
    font-family: Raleway;
    font-weight: normal;
    src: url(/fonts/Raleway-Regular.ttf);
    font-display: swap;
}

@font-face {
    font-family: RalewayBold;
    font-weight: bold;
    src: url(/fonts/Raleway-Bold.ttf);
    font-display: swap;
}

@font-face {
    font-family: RalewayLight;
    font-weight: 300;
    src: url(/fonts/Raleway-Light.ttf);
    font-display: swap;
}
@font-face {
    font-family: Roboto;
    src: url('/fonts/Roboto-Light.ttf');
}
@font-face {
    src: url('/../fonts/Roboto-Light.ttf');
    font-family: "Roboto";
}
@font-face {
    src: url('/../fonts/Roboto-Bold.ttf');
    font-family: "Roboto-bold";
}
html {
    scroll-behavior: smooth;
}

body,
html {
    font-family: var(--normal-font, Almarai);
    line-height: 24px;
}

b,
strong {
    font-family: var(--bold-font, AlmaraiBold);
}

body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-size: 14px;
    min-height: 100vh;
}

.login-form {
    padding: 7px;
}

@media (max-width: 768px) {

    .web {
        display: none;
    }

    body.open-menu {
        overflow: hidden;
    }


    .left-container {
        display: none;
    }

    .content {
        padding-top: 75px;
        position: relative;
    }

    .left-form {
        position: unset !important;
        width: 100% !important;

    }

    .form-data {
        position: unset !important;
        padding-top: 0 !important;
        padding: 0 25px;
    }

    .reward-form {
        height: 800px !important;
    }

    .form-data input {
        width: 100% !important;
    }

    .form-data .submit {
        width: 100% !important;
        margin-right: 0 !important;


    }


    .right-container {
        position: unset !important;
        text-align: center !important;
        float: none !important;
    }

    .fr-1, .fr-4 {
        width: 100% !important;
    }

    .form-reward-p {
        padding-top: 40px !important;
        font-size: 19px !important;
        margin-left: 0 !important;
        padding-bottom: 0 ! important;
    }

    .reward-p {
        width: 100% !important;
    }

    .shortcut-1 img ,.shortcut-2 img ,.shortcut-3 img {
        box-shadow: -1px 1px 9px 4px transparent;
        -webkit-box-shadow: -1px 1px 9px 4px #0000002e;
        -moz-box-shadow: -1px 1px 9px 4px transparent;
    }


    .slider {
        overflow: hidden !important;
        padding-top: 35px !important;
    }

    .s-left, .s-right {
        /*position: relative !important;*/
        /*padding-top: 17px !important;*/
    }

    .owl-carousel .owl-item img {
        height: 315px !important;
        /*padding-top: 155px !important;*/
    }

    .slider-top {
        position: absolute;
        top: 31% !important;
        line-height: 27px;
        right: 5% !important;
        max-width: 100% !important;
        padding: 20px !important;
    }

    /*.slider-top{*/
    /*    position: unset !important;*/
    /*    max-width: 100% !important;*/
    /*    padding: 20px !important;*/
    /*}*/
    .slider-button {
        text-align: center !important;
        font-size: 18px !important;
    }

    .s-left {
        /*padding: 20px !important;*/
        /*margin: 0 10px 30px 10px !important;*/
    }

    .s-left select {
        width: 100% !important;
        text-align: center !important;
        font-size: 19px !important;
    }
}

body[dir="rtl"] {
    --normal-font: Almarai;
    --light-font: AlmaraiLight;
    --bold-font: AlmaraiBold;
}

.pc_mobile_pic {
    width: 100%;
    height: 150px;
}

.pc_mobile_pic #bannerBackground {
    border-bottom: #ccc 2px solid;
    border-left: #ccc 2px solid;
    border-right: #ccc 2px solid;
    width: 550px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.baneer {
    position: absolute;
    margin-right: 30%;
}

#download-app {
    position: absolute;
    top: 65%;
    right: 5%;
    left: 20%;
}

#download-app a img {
    width: 110px;
}

#download-app a img:hover {
    transform: scale(1.1);
}

.baneer-en {
    position: absolute;
    margin-left: 30%;
}

#download-app-en {
    position: absolute;
    top: 65%;
    left: 5%;
    right: 40%;
}

#download-app-en a img {
    width: 110px;
}

#download-app-en a img:hover {
    transform: scale(1.1);
}

*,
::after,
::before {
    box-sizing: border-box;
}

.hidden {
    display: none;
}

.show {
    display: block;
}

.max-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    padding: 0 5px;
}

@media (min-width: 768px) {
    .max-container {
        padding: 0 5%;
    }

    /*.top-header {*/
    /*    float: right !important;*/
    /*}*/

}

.topBanner img {
    border-bottom: #ccc 2px solid;
    border-left: #ccc 2px solid;
    border-right: #ccc 2px solid;
}

.top-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    float: left;
    padding-top: 7px;
}

.top-header .account-links {
    padding: 10px;
}

.top-header .account-links a {
    display: inline-block;
    /*padding: 0 10px;*/
    padding-right: 5px;
    padding-left: 10px;
    color: #000;
    text-decoration: none;
}

.relative {
    position: relative;
}

@media (min-width: 769px) {
    .mobile {
        display: none;
    }
}

@media (max-width: 768px) {
    .pc {
        display: none;
    }

    .middle-header > div {
        /*display: flex !important;*/
        align-items: center !important;
        padding-right: 10px !important;
    }
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button {
    outline: none;
    background-color: transparent;
    padding: 2px;
    border: 0px;
    cursor: pointer;
}

img {
    max-width: 100%;
}

.menu-toggle {
    width: 50px;
    font-size: 30px;
    color: #d1cece;
}

@media (min-width: 769px) {
    .menu-toggle {
        display: none;
    }
}

.menu-toggle:not(.open) .fa-times {
    display: none;
}

.menu-toggle.open .fa-bars {
    display: none;
}

.search-button {
    width: 50px;
    font-size: 25px;
    color: #d1cece;
    padding-top: 20px;
    float: left;
}

.search-button:not(.open) .fa-times {
    display: none;
}

.search-button.open .fa-search {
    display: none;
}

.search-form input {
    width: calc(100% - 90px);
    height: 50px;
    border: 1px solid #ddd;
    padding: 0 15px;
    font-size: 1.3rem;
}

.search-form button[type="submit"] {
    height: 50px;
    width: 85px;
    background: var(--links-color, #7bb9ce);
    padding: 2px;
    border: 1px solid var(--links-color, #7bb9ce);
    display: inline-block;
    vertical-align: top;
}

a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
    word-break: break-word;
}

.lang-switch {
    padding: 0px 10px;
}

.search-input-pc,
.search-input-mobile {
    width: calc(100% - 55px);
}

.middle-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
    border-bottom: 2px solid #ccc;
    padding-bottom: 20px;
}

.middle-header > div {
    display: flex;
    align-items: center;
}

.middle-header .logo {
    width: 20%;
}

@media (max-width: 768px) {
    /*.middle-header .logo {*/
    /*    width: 100%;*/
    /*}*/
    .middle-header .logo img {
        width: 45% !important;
        min-width: 100px ! important;
    }

    .fa-bars:before {
        content: "\f0c9" !important;
        font-size: 25px !important;
    }

    .fa-search:before {
        content: "\f002" !important;
        font-size: 18px !important;
    }
}

.middle-header .logo img {
    min-width: 200px;
    width: 70%;
    padding: 5px 0;
    max-width: 100%;
}

/*@media (max-width: 768px) {*/
/*    .middle-header .logo img {*/
/*        min-width: 115px;*/
/*    }*/
/*}*/

.fa-search:before {
    content: "\f002";
    color: #000;
}

.middle-header:not(.open-search) .search-input-mobile,
.middle-header:not(.open-search) .search-input-pc {
    display: none;
}

.middle-header.open-search .menu {
    display: none;
}

@media (min-width: 769px) {
    .middle-header.open-search .search-input-mobile {
        display: none;
    }
}

@media (max-width: 768px) {
    .middle-header.open-search .search-input-pc {
        display: none;
    }

    .middle-header.open-search .search-input-mobile {
        order: 2;
        min-width: 100%;
    }

    .middle-header.open-search .search-input-mobile form {
        width: 100%;
    }
}

.middle-header .search-menu {
    flex: 1;
    justify-content: flex-start;
    padding-left: 20px;
}

[dir="rtl"] .middle-header .search-menu {
    padding-right: 80px;
    padding-left: unset;
}

@media (max-width: 768px) {
    .middle-header .search-menu {
        flex: none;
        padding-left: 0;
    }

    [dir="rtl"] .middle-header .search-menu {
        padding-right: 0;
        padding-left: unset;
    }
}

.middle-header .search-menu .menu {
    text-align: start;
}

.middle-header .search-menu .menu a {
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    padding: 8px 0;
    border-bottom: 3px solid transparent;
    transition: all 0.1s;
    font-size: 14px;
    font-family: var(--bold-font, AlmaraiBold);
    margin-right: 4rem;
}

[dir="rtl"] .middle-header .search-menu .menu a {
    font-family: var(--normal-font, Almarai);
}

[dir="rtl"] .middle-header .search-menu .menu a {
    margin-left: 1rem;
    margin-right: unset;
}

.middle-header .search-menu .menu a:hover,
.middle-header .search-menu .menu a.active {
    color: var(--links-color, #7bb9ce);
    border-bottom: 3px solid var(--links-color, #7bb9ce);
}

.articles-categories {
    padding: 10px 0px;
    border-bottom: 2px solid #ccc;
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 99999;
}

.articles-categories:not(.show) {
    display: none;
}

.articles-categories .articles-category {
    display: flex;
    justify-content: space-between;
    padding: 5px 0px;
}

.articles-categories .articles-category > div {
    flex: 1;
    padding: 5px;
}

.articles-categories .articles-category:not(.active) {
    display: none;
}

.articles-categories .articles-category a {
    width: 100%;
    display: block;
}

.articles-categories .articles-category a.img {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.articles-categories .articles-category a.img img {
    height: 150px;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.articles-categories .articles-category a.img span {
    text-align: center;
    display: inline-block;
    margin-top: -15px;
    min-width: 60%;
    padding: 5px;
    border-bottom: 5px solid var(--links-color, #7bb9ce);
    background-color: #fff;
}
.ks-jo a:focus{
    border: none !important;
    box-shadow: none !important;
}

.articles-categories .articles-category a.title {
    margin-top: 5px;
    padding: 2px;
}

.articles-categories .articles-category ul {
    list-style: none;
    padding: 0px;
    margin: 0;
}

.articles-categories .articles-category ul li {
    display: flex;
    align-items: center;
    line-height: 26px;
}

.articles-categories .articles-category ul li::before {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    content: '';
    margin-right: 8px;
}

[dir="rtl"] .articles-categories .articles-category ul li::before {
    margin-left: 8px;
    margin-right: unset;
}

.articles-categories .articles-category ul a {
    font-size: 16px;
}

.articles-categories .categories {
    margin-bottom: 10px;
}

.articles-categories .categories a {
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    padding: 0px 13px;
    transition: all 0.1s;
    font-weight: bold;
    font-size: 13.8px;
    font-family: var(--bold-font, AlmaraiBold);
}

[dir="rtl"] .articles-categories .categories a {
    font-family: var(--normal-font, Almarai);
    padding: 4px;
    margin: 0px 16px;
}

.articles-categories .categories a:hover {
    color: var(--links-color, #7bb9ce);
}

.articles-categories .categories a img {
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 768px) {
    .articles-categories {
        display: none;
    }
}

.mobile-menu {
    position: absolute;
    left: -100%;
    opacity: 0.000;
    width: 100%;
    background-color: #fff;
    z-index: 99999999999;
    padding: 10px;
    transition: all 0.3s;
}

@media (min-width: 769px) {
    .mobile-menu {
        display: none;
    }
}

[dir="rtl"] .mobile-menu {
    right: -100%;
    left: unset;
}

@media (max-width: 768px) {
    .mobile-menu {
        min-height: 100vh;
    }
}

.mobile-menu .categories {
    position: absolute;
    top: 0;
    transition: all 0.3s;
    width: 100%;
    max-height: calc(100vh - 130px);
    background-color: #fff;
    overflow-y: scroll;
    left: 0;
}

[dir="rtl"] .mobile-menu .categories {
    right: 0;
    left: unset;
}

.mobile-menu .categories:not(.show) {
    left: -100%;
    opacity: 0.000;
}

[dir="rtl"] .mobile-menu .categories:not(.show) {
    right: -100%;
    left: unset;
}

.mobile-menu .categories .show-categories {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-menu .item {
    border-bottom: 1px solid #898989;
    font-size: 21px;
    line-height: 45px;
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
}

.mobile-menu .item a {
    flex: 1;
}

.mobile-menu .item i {
    color: #898989;
}

.mobile-menu .item .sub {
    width: 50px;
    display: inline-block;
    text-align: center;
    flex: unset;
}

@media (max-width: 768px) {
    .mobile-menu.open {
        left: 0;
        opacity: 0.999;
    }

    [dir="rtl"] .mobile-menu.open {
        right: 0;
        left: unset;
    }
}

header .fa-star {
    font-size: 9px;
    position: absolute;
    color: var(--reward-color, #c897be) !important;
}

footer {
    background-color: var(--footer-color, #7bb9ce);
    min-height: 150px !important;
}

footer a {
    color: #fff;
}

@media (min-width: 769px) {
    footer {
        padding: 20px;
    }
}

footer .logo-social {
    display: flex;
    justify-content: space-between;
    padding-top: 20px !important;
}

@media (max-width: 768px) {
    footer .logo-social {
        padding-top: 20px;
    }
}

footer .logo-social img {
    width: 12%;
}

@media (max-width: 768px) {
    footer .logo-social img {
        width: 60%;
    }
}

footer .social {
    margin-top: 0px;
}

footer .social a {
    font-size: 32px;
    display: inline-block;
    text-align: center;
    padding: 0px 8px;
}

@media (max-width: 768px) {
    footer .social.social-pc {
        display: none;
    }
}

footer .social.social-pc a {
    margin: 0px 4px;
}

footer .social.social-mobile {
    background-color: #4394b1;
    padding: 10px;
    text-align: center;
}

@media (min-width: 769px) {
    footer .social.social-mobile {
        display: none;
    }

}

footer .links {
    margin-top: 20px;
}

footer .links a {
    font-size: 16px;
    display: inline-block;
    padding: 0px 4px;
    margin: 0px 10px;
    min-width: 65px;
}

@media (max-width: 380px) {
    footer .links a {
        margin: 5px 0px;
        display: block;
    }


    .col{
        display: contents;
        padding:0px;
        margin: 0px;
    }
    .stc-css .Surprise{
        padding:15px;
    }
    .Surprise.ksajo{
        padding-top: 0!important;
    }
    .stc-css .Surprise .font-weight-bold {
        font-size: 37px;
        line-height: 125%;
        text-align: right;
        padding-top: 17px;
    }
    .stc-css .surprise-btn {
        clear: both;
        margin: auto;
        text-align: center;
        margin-bottom: 25px;
    }
    .stc-css .surprise-btn button{
        width:100% !important;
    }

    .premium-features span {
        font-size: 30px;
    }
    .stc-css .premium-features-ul .first img {
        padding-left: 7px;
        width: 30px;
        float: right;
        padding-top: 2px;
    }
    .stc-css .premium-features span {
        font-size: 30px;
    }



}


@media (max-width: 768px) {

    footer .links a {
        margin: 5px 0px;
        display: block;
    }
    .stc-css .first span{
        vertical-align: bottom;
    }
    .stc-css .text-surprise-upper {
        padding-top: 30px;
    }
    .stc-css .step-title{
        display: flex !important;
        flex-direction: column;
    }

    .stc-css .surprise img {
        position: absolute;
        right: 95px;
        top: 70px;
        padding: 0px;
        width: 110px !important;
    }
    .stc-css .col-premium{
        display: block !important;
    }
    .stc-css .first span{
        font-size: 15px;
    }
    .stc-css .col-premium {
        display: block !important;
        padding-bottom: 10px !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
        order:2;
    }
    .stcrow3{display: block;padding-bottom: 20px;}
    .stcrow3 .first-logo-with-text-one img{
        width: 10% !important;
    }
    .expertplus{
        width: 30% !important;
    }

    .stcrow3 .just-two-steps {
        padding-top: 20px;
        padding-right: 10px;
    }
    .stcrow3 .active-subscription,.stcrow3 .first-logo-with-text-one-non p{
        padding-left: 10px;
        padding-right: 10px;
    }
    .penfit{
        display: block!important;
        padding: 0px 15px!important;
    }

    .stc-css .col{
        display: contents;
        padding:0px;
        margin: 0px;
    }
    .stc-css .title-surprise{
        padding-top: 5px !important;
    }
    .title-surpriseMoms{display: none}
.more-details{text-align: center}
.active-subscription.more{
    padding-right: 15px;
}
    .ks-jo a{
        height: 100px !important;
    }
    .ks-jo a:active:focus{
        border: none !important;
        box-shadow: none !important;
    }
    .ks-jo {
        padding-right: 0 !important;
        padding-top: 0 !important;
        float: none !important;
        height: 125px !important;
        width: 100% !important;

    }
    .stc-css .Surprise{
        padding:15px;
        position: relative;
    }
    .stc-css .Surprise .font-weight-bold {
        font-size: 30px;
        line-height: 125%;
        text-align: right;
        padding-top: 17px;
    }
    .stc-css .surprise-btn {
        clear: both;
        margin: auto;
        text-align: center;
        margin-bottom: 25px;
    }
    .stc-css .surprise-btn button{
        width:100% !important;
    }
    .premium-features span {
        font-size: 30px;
    }
    .stc-css .premium-features-ul .first img {
        padding-left: 7px;
        width: 30px;
        float: right;
        padding-top: 2px;
    }
    .stc-css .premium-features span {
        font-size: 23px;
    }

    .stc-css .step-title{
        display:block;
    }
}



img[lazy-src] {
    opacity: 0;
}

.slider {
    overflow: hidden;
    padding-top: 15px;

}

.slider .dots {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.slider .dots.swiper-pagination-bullets {
    display: flex;
    padding: 10px;
}

.slider .dots .swiper-pagination-bullet {
    margin: 5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #dfdfdf;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.slider .dots .swiper-pagination-bullet.swiper-pagination-bullet-active,
.slider .dots .swiper-pagination-bullet:hover {
    background-color: #636363;
}

section {
    margin-bottom: 30px;
}

section h1,
section h2 {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
}

section h1 > span,
section h2 > span {
    display: inline-block;
    padding: 0px 15px;
}

section h1 > i:not([class]),
section h2 > i:not([class]) {
    flex: 1;
    display: block;
    background-color: var(--links-color, #7bb9ce);
    height: 18px;
}

.bold15rem {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.rem15 {
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.em2 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.em17 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.body h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.em15 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.body h3 {
    /*font-size: 1.17em;*/
    font-size: 14px;
    /*font-weight: bold;*/
}

.body li {
    padding: 0px;
}

section h1 > i:not([class]):after,
section h2 > i:not([class]):after {
    content: '';
    display: inline-block;
    width: 40px;
    content: '';
    display: inline-block;
    width: 45px;
    height: 38px;
    border-right: #fff 10px solid;
    border-left: #fff 10px solid;
}

section h1 > i:not([class]):first-child,
section h2 > i:not([class]):first-child {
    text-align: end;
}

section h1 > i:not([class]):first-child:after,
section h2 > i:not([class]):first-child:after {
    margin-right: 8px;
}

[dir="rtl"] section h1 > i:not([class]):first-child:after,
[dir="rtl"] section h2 > i:not([class]):first-child:after {
    margin-right: 0px;
    margin-left: 8px;
}

section h1 > i:not([class]):last-child,
section h2 > i:not([class]):last-child {
    text-align: start;
}

section h1 > i:not([class]):last-child:after,
section h2 > i:not([class]):last-child:after {
    margin-left: 8px;
}

[dir="rtl"] section h1 > i:not([class]):last-child:after,
[dir="rtl"] section h2 > i:not([class]):last-child:after {
    margin-right: 8px;
    margin-left: 0px;
}

section.green h1 > i:not([class]),
section.green h2 > i:not([class]) {
    background-color: var(--green-color, #aed696);
}

section.yellow h1 > i:not([class]),
section.yellow h2 > i:not([class]) {
    background-color: var(--yellow-color, #edd763);
}

.blocks-section {
    display: flex;
    justify-content: space-between;
    margin: 30px 0px;
    flex-wrap: wrap;
}

.blocks-section > div {
    width: 32%;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .blocks-section > div {
        width: 100%;
    }
}

.blocks-section > div span {
    display: block;
}

.blocks-section > div a {
    display: inline-block;
    margin-top: 20px;
    margin-left: 8px;
    margin-right: 8px;
}

.blocks-section > div a.button {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 5px 15px;
    font-size: 1.18rem;
}

.blocks-section > div > div {
    padding: 15px 10px;
    background-color: var(--links-color, #7bb9ce);
    min-height: 120px;
}

.blocks-section > div > div.green {
    background-color: var(--green-color, #aed696);
}

.blocks-section > div > div.yellow {
    background-color: var(--yellow-color, #edd763);
}

.most-section {
    position: relative;
    overflow: hidden;
}

.most-section .articles {
    display: flex;
    position: relative;
}

.most-section .articles .img {
    position: relative;
    padding-top: 80%;
}

.most-section .articles .img img {
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.most-section .articles > div {
    display: inline-block;
    width: calc((100% / 3) - 15px) !important;
    min-width: calc((100% / 3) - 15px) !important;
    margin: 0px 7.5px;
}

@media (max-width: 768px) {


    .most-section .articles > div {
        width: 100% !important;
        min-width: 100% !important;
        margin: 0px;
    }
}

.most-section .articles > div span {
    font-size: 16px;
    display: inline-block;
    margin: 10px 0px;
}

.most-section .buttons {
    display: flex;
    width: 100%;
    position: absolute;
    top: calc(50% - 50px);
    justify-content: space-between;
    height: 0;
}

.most-section .buttons span {
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #ccc;
    background-color: #fff;
    color: #ccc;
    font-size: 23px;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

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

.img.video {
    position: relative;
}

.img.video:before {
    content: "\F167";
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    font-family: "Font Awesome 5 Brands";
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    z-index: 1;
}

.useful-section {
    margin-bottom: 30px;
}

.useful-section h1 {
    color: var(--links-color, #7bb9ce);
}

.useful-section li {
    font-size: 20px;
    line-height: 35px;
}

blockquote {
    position: relative;
    color: #999;
}

blockquote:before {
    content: '';
    position: absolute;
    top: 0;
    border: 5px solid #edd763;
    height: 100%;
    left: -20px;
}

[dir="rtl"] blockquote:before {
    right: -20px;
    left: unset;
}

iframe.youtube {
    min-height: 250px;
    height: 40vw;
}

.pager-items {
    background: #f3f3f3;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    margin: 25px 0px;
    font-family: var(--light-font, AlmaraiLight);
}

.pager-items .pager-item {
    display: inline-block;
    margin: 0px 5px;
}

.alert {
    width: 100%;
    border-radius: 5px;
    padding: 5px;
    text-align: start;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding-right: 20px;
}

[dir="rtl"] .alert {
    padding-left: 20px;
    padding-right: unset;
}

.alert.alert-success {
    background: #b2d8a0;
}

.alert.alert-danger {
    background: #ff2b34;
}

.alert.alert-warn {
    background: #edd763;
}

.alert .close {
    position: absolute;
    top: 5px;
    color: #fff;
    font-size: 18px;
    right: 5px;
}

[dir="rtl"] .alert .close {
    left: 5px;
    right: unset;
}

input {
    outline: none;
}

.static-page {
    font-size: 18px;
}

.table {
    margin-left: auto;
    margin-right: auto;
}

.table th,
.table td {
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding: 15px;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
}

.cancel-btn {
    border: 1px solid #ddd;
    background-color: tomato;
    border-radius: 20%;
    padding: 5px;
}

.manage-subscriptions {
    margin: auto;
    display: block;
    /* position: absolute; */
    max-width: 200px;
    border: 1px solid #ddd;
    background-color: darkseagreen;
    text-align: center;
    margin-top: 10px;
}

.qr_img > img {
    min-width: 100%;
}

.qr_img {
    padding-top: 10px;
}

.login-header {
    padding: 20px;
    background-color: var(--links-color, #7bb9ce);
    font-size: 16px;
    text-align: center;
    font-family: var(--bold-font, AlmaraiBold);
    margin-bottom: 30px;
}

.select-country img {
    width: 40px;
    float: left;
    border-radius: 23px;
}

.select-country {
    border: 1px #7fb4bc solid;
}

.min-h-500 {
    min-height: 420px;
}

.width-25 {
    width: 25px;
}

.active-nav {
    font-weight: bold;
    font-size: 17px;
}

.reward_green {
    color: #c897be;
    font-size: 20px;
}

.li-style {
    padding: 0;
}

.li-style li {
    list-style: none;
    font-size: 23px;
}

.buttons-edit {
    color: #fff;
    background-color: #7bb9ce;
    border-color: #7bb9ce;
}


.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 180px;
    height: 180px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #ffffff00;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}


.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #f8f8f8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 180px;
    height: 180px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #ffffff00;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.content {
    /*position: relative;*/
    /*top: 125px;*/
}

.reward-form {
    background-image: url(/images/landing_page_page_1.png);
    display: block;
    min-height: 760px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.left-form {
    min-height: 733px;
    position: absolute;
    width: 28%;
    background-repeat: no-repeat;
    left: 52px;
    overflow: hidden;
    top: 91px;
    background-size: contain;
}

.form-data {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 34px;
}

.form-data input {
    display: block;
    margin: auto;
    width: 380px;
    margin-bottom: 10px;
    text-align: right;
    background: #CECECE;
    color: #606060;;
    border: 0;
    padding: 11px;
    border-radius: 5px;
    font-size: 16px;
}

.form-data .submit {
    width: 21%;
    font-weight: bold;
    background: #c695bc;
    color: #fff;
    margin-top: 22px;
    text-align: center;
    margin-right: 455px;
}

.form-reward-pdf {
    font-size: 15px;
    color: #696969;
    padding-top: 10px;
    width: 92%;
}

.form-reward-pdf a {
    color: #1c6ca1;
}

.form-reward-p {
    font-size: 24px;
    color: #696969;
    padding-top: 18px;
    padding-bottom: 35px;
    /*padding-right: 30px;*/
}

.reward-p {
    width: 356px;
    text-align: center;
}

.right-container {
    float: right;
    text-align: right;
    position: absolute;
    top: 50px;
    right: 59px;
}

.fr-1, .fr-4 {
    font-size: 27px;
    font-weight: bold;
    color: #696969;
    margin: auto;
    line-height: 47px;
    padding-top: 10px;
}

.fr-2 {
    color: #C894BB;
    padding-top: 15px;
    font-size: 48px;
    font-family: 'Raleway', sans-serif;
}

.fr-3 {
    color: #C894BB;
    font-weight: bold;
    font-size: 56px;
    font-family: 'Raleway', sans-serif;
    padding-top: 18px;
}

.form-number {
    font-family: 'Raleway', sans-serif;
}

.reward-success {

    background-image: url(/images/background-2.jpg);
    background-repeat: no-repeat;
    display: block;
    min-height: 780px;
    height: 100%;
    background-size: contain;
    position: relative;
    width: 83%;
    margin: auto;
}

.center-success {
    margin: auto;
    text-align: center;
    padding-top: 200px;

}

.success-p1 {
    font-size: 30px;
    font-weight: bold;
    color: #696969;
}

.success-p2 {
    padding-top: 45px;

}

.center-success li {
    font-size: 20px;
    color: #696969;
    list-style: none;
}

.success-p3 {
    padding-top: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #C894BB;
}

@media only screen and (max-width: 1199px) and (min-width: 760px) {
    .video-player video {
        width: 55% !important;
    }

    .left-form {
        width: 22% !important;
    }

    .form-data input {
        width: 280px !important;
    }


    .fr-1, .fr-4 {
        font-size: 20px;
        padding-top: 0px;
        line-height: 30px !important;
    }

    .fr-2 {
        font-size: 32px;
        padding-top: 0px;
    }

    .reward-p {
        width: 200px;
    }

    .fr-3 {
        font-size: 28px;
        padding-top: 0px
    }

    .form-data .submit {
        margin-right: 320px !important;
        width: 14% !important;
    }

    .reward-form {
        background-size: cover !important;
    }
}

@media only screen and (max-width: 1355px) and (min-width: 1200px) {
    .video-player video {
        width: 93% !important;
    }

    .form-data input {
        width: 350px !important;
    }

    .reward-p {
        width: 100%;
    }

    .form-data .submit {
        margin-right: 426px !important;
        width: 25% !important;
    }

    .fr-1, .fr-4 {
        font-size: 22px;
        padding-top: 0;
        line-height: 50px !important;
    }

    .fr-2 {
        font-size: 38px;
        padding-top: 10px;
    }

    .fr-3 {
        font-size: 32px;
        padding-top: 10px;
    }

    .left-form {
        width: 28%;
    }


}


.owl-carousel .owl-item img {
    max-height: 700px !important;
    direction: rtl;
    height: 100%;
}

/*.owl-carousel.owl-rtl {*/
/*    border-top: 2px solid #ccc;*/
/*    padding-top: 75px;*/
/*}*/

.slider-top {
    position: absolute;
    top: 27%;
    line-height: 30px;
    right: 15%;
    max-width: 40%;
}

.slider-top p {
    font-size: 25px;
    line-height: 40px;
    font-family: AlmaraiLight, 'sans-serif';
}

.slider-top h3 {
    line-height: 25px;
    font-size: 23px;
}

.s-right {
    position: absolute;
    left: 47%;
    bottom: 93px;
}

.s-left {
    position: absolute;
    bottom: 100px;
    right: 15%;
}

.slider-button {
    position: relative;
}

.s-left select {
    color: #7eb4bd;
    width: 222px;
    padding: 7px;
    border: solid 1px;
    background: #fff;
    font-size: 16px;
}

.s-right p {
    display: inline-block;
    padding-left: 15px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

.s-right a {
    font-weight: bold;
    font-size: 16px;
}

.shortcut-1, .shortcut-2, .shortcut-3 {
    display: inline-block;
    width: 25%;
    padding-bottom: 40px;
    margin: 0 50px 0;
    padding-top: 35px;
}

/*.shortcut-1{*/
/*    margin-right: 0;*/
/*}*/

.shortcut-1 img ,.shortcut-2 img ,.shortcut-3 img {
    box-shadow: -1px 1px 9px 4px transparent;
    -webkit-box-shadow: -1px 1px 9px 4px #0000002e;
    -moz-box-shadow: -1px 1px 9px 4px transparent;
}

.home-shortcut {
    margin: auto;
    text-align: center;
    width: 79%;
}

/*.shortcut-3{*/
/*    margin-left: 0;*/
/*}*/
.middle-header {
    border-bottom: none;
}

.s-right select {
    color: #7eb4bd;
    width: 200px;
    padding: 7px;
    border: solid 1px;
    background: #fff;
    font-size: 14px;
}


.search-menu .revamp a{
    font-family: 'Roboto';
    font-size: 16px;

}
.footerRevamp .logo a{
    padding-right: 10px;
}
.footerRevamp .forShowInMobile{
    display: none;
}
.footerRevamp .footer-copyright a:hover{
color: #FFFFFF;
}
.footer-copyright-mobile{
    display: none;
}
.footer-copyright{
    display: block;
}
.underFooterRevamp{
    display: contents;
}

.underFooterRevamp label{
    color: #E2E8F0;
}
.underFooterRevamp a{
    padding: 10px;
    color: #E2E8F0;
}
.footerRevamp .footer-copyright{
    color: #E2E8F0;
}
.footerRevamp .footer-copyright a{
    padding: 20px;
}
.footerRevamp .footerPages{
    color: #F8FAFC;
}
.footerRevamp .footerPages{
    display: block;
}
.footerRevamp .footerPagesMobile {
    display: none;
}
.footerRevamp .footerPages a:hover{
    color: #0992C8;
    border-bottom: 2px solid #0992C8;

}
.underFooterRevamp a:hover{
    color: #0992C8;
}
.footerRevamp .revampFollowUs{
    color: #E2E8F0;
}
.footerRevamp .toGetPadding{
    display: block;
    padding-left: 46px;
}





@media (max-width: 1600px) {

    .s-right {
        position: absolute;
        bottom: 60px;
    }

    .s-left {
        position: absolute;
        bottom: 15px;
        right: 9%;
    }

    .s-left select {
        width: 230px;
    }

    .slider-top {
        position: absolute;
        top: 25%;
        line-height: 30px;
        max-width: 40%;
    }
}

@media (max-width: 1400px) {

    .slider-top h3 {
        line-height: 23px;
        font-size: 21px;
    }

    .slider-top p {
        font-size: 21px;
    }

    .s-right a, .s-right p {
        font-size: 14px;
    }

    .slider-top {
        position: absolute;
        top: 25%;
        line-height: 27px;
        max-width: 40%;
    }

    .s-left select {
        font-size: 15px;
        width: 217px;
    }

    .shortcut-1, .shortcut-2, .shortcut-3 {
        margin: 0 15px 0;
    }

    .shortcut-1 {
        margin-right: 83px;
    }
}

/* Tablet view */
@media (max-width: 1024px) {

    .shortcut-1 {
        margin-right: 0;
    }

    .slider-top p {
        font-size: 17px;
    }

    .slider-top {
        top: 45% !important;
    }

    .s-left select {
        font-size: 12px;
        width: 175px;
    }

    .s-right p {
        padding-left: 0;
    }

    .max-container {
        min-height: 0;
    }

    .s-right {
        left: 45%;
    }
}

@media (max-width: 768px) {

    .reward-form {
        background-image: url(/images/background-m.png);
        background-size: cover !important;
    }

    /*.img-home {*/
    /*    content: url('https://www.360moms.net/images/pic.jpg');*/
    /*    padding-top: 130px;*/
    /*}*/
    .img-shortcut1 {
        content: url('https://www.360moms.net/images/icon-4-new.jpg');
    }

    .img-shortcut2 {
        content: url('https://www.360moms.net/images/icon-5-new.jpg');
    }

    .img-shortcut3 {
        content: url('https://www.360moms.net/images/icon-6-new.jpg');
    }

    .slider-top h3 {
        line-height: 16px !important;
        font-size: 16px !important;
    }

    .slider-top p {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .s-right {
        left: 3% !important;
        bottom: 70px !important;
    }

    .s-left {
        /*bottom: 47px !important;*/
        /*right: 0% !important;*/
    }

    .owl-carousel.owl-rtl {
        border-top: 2px solid #ccc;
        padding-top: 105px;
    }

    .slider-top p {
        font-size: 12px !important;
    }

    .m-not-first {
        top: 55% !important;
    }

    .s-right a, .s-right p {
        padding-right: 0 !important;
    }

    .home-shortcut {
        width: 92% !important;
    }

    .guest {
        left: 0 !important;
        bottom: 0 !important;
        top: 85px;
    }

    .s-right select {
        text-align: center;
    }

    [dir="rtl"] .article-page article > .title {
        font-size: 22px !important;
    }

    .max-container {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: inherit;
    }

    .breadcrumb {
        width: 100% !important;
    }



    .search-button {
        padding-top: 5px;
        width: 40px;
    }

}

.dir-ltr {
    direction: ltr !important;
}

.mobile {
    display: none !important;
}

footer a:hover {
    text-decoration: underline;
    color: #211e1f;
}

.div-stc-payment {
    text-align: center;
    display: block;
    margin: auto;
    border: solid 1px;
    border-radius: 7px;
    margin-bottom: 35px;
    width: 91%;
    padding: 15px;
    margin-left: 17px;
    background-color: #471386;
}

.div-stc-payment a {
    padding: 15px;
    font-size: 18px;
    color: #ffffff;
}

.fa-bars {
    color: #000;
}

.dropdown-country{
    text-align: right;
    background: transparent !important;
}

.dropdown-content.dropdown-country a{
    padding: 0 !important;
}

.dropdown-country img{
    height: 30px;
    width: 50px !important;
}
.split {
    height: 100%;
    width: 50%;
    position: fixed;
    z-index: 1;
    top: 0;
    overflow-x: hidden;
    padding-top: 20px;
}

/* Control the left side */
.left {
    left: 0;
    background-color: #111;
}

/* Control the right side */
.right {
    right: 0;
    background-color: red;
}

/* If you want the content centered horizontally and vertically */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

/* Style the image inside the centered container, if needed */
.centered img {
    width: 150px;
    border-radius: 50%;
}

/*start premiumsubscriptions*/
.Surprise .font-weight-bold {
    font-size: 32px;
    line-height: 125%;
}
.text-surprise-upper{
    padding-top:16px;

}
.text-surprise-upper span{
    font-family: 'Almarai';
    font-size: 20px;
    color: #60696F;

}
.newupdate .moms{
    float:right;


}
.text-surprise-lower{
    padding-top:24px;

}
.stc-css .text-surprise-lower{
    direction: rtl;
}
.text-surprise-lower .newupdate {
    font-size: 20px;
    color: #22262A;
}
.real-price {
    /*font-size: 16px;*/
    /*color: #989298;*/
    font-size: 24px;
    color: #3099ab;
    margin-right: 0px;
}
.fake-price {
    font-size: 16px;
    color: #989298;
    text-decoration-line: line-through;

}
.text-surprise-price{
    margin-top: 25px;
    /* margin-bottom: 25px; */
    direction:rtl;
}
.btn-outline-secondary {
    width: 320px;
    background: #3597A7;
    border: 2px solid #90C7D0;
    border-radius: 12px;
    color: #FFFFFF;
    clear: both;
    text-align: center;
}
.first-logo-with-text-one img{
    width: 4%;
    margin-right: 10px;
    margin-left: 10px;
}
.first-logo-with-text-one span {
    font-size: 18px;
    color: #22262A;
}
.first-logo-with-text .first-logo-with-text-one{
    padding-top: 30px;
}
.stcrow3 .first-logo-with-text .first-logo-with-text-one{
    padding-top: 15px;
    clear: both;

}
#sub{padding-top: 45px}
.active-subscriptin-active{
    display: block;
    /* padding-top: 25px; */
    /* padding-bottom: 15px; */
    font-size: 17px;
}
.surprise-btn {
    clear: both;
}

.btn-outline-secondary:hover{
    background: #90C7D0;
    border: 2px solid #90C7D0;
    border-radius: 12px;

}

.text-right-step{
    font-size: 32px;
    color: #22262A;
}

.premium-features{
    text-align: right;
    color: #22262A;
    padding-bottom: 25px;
}
.premium-features span{
    font-size: 32px;

}
.premium-features-plus span{
    font-size: 28px;
    color: #1E293B;
    font-family: 'AlmaraiBold';

}
.premium-features-ul .first {
    padding-bottom: 23px;
    font-size: 16px;
    color: #22262A;
    direction: rtl;

}
.premium-features-ul .first img{
    padding-left: 10px;
    width: 30px;
    float: right;
    padding-top: 2px;

}

.premium-features-ul .span{
    float:left;
}

.under-lower p{
    font-size: 16px;
    color: #22262A;
    direction: rtl;
}
.under-lower .real-price-lower-fake {
    font-size: 14px;
    text-decoration-line: line-through;
    color: #989298;
    float: right;
}
.under-lower .real-price-lower-real {
    font-size: 24px;
    color: #3099AB;
}
.col{
    padding-top: 68px;
    text-align: -webkit-right;
}
.stc-css .col-plus{
    padding-top: 0px;

}

.col-premium {
    background: #F8FBFC;
    border-radius: 0px 40px 0px 0px;
    padding-top: 25px;
    margin-top: 50px;
    padding-right: 30px;
}
.active-subscriptin-email p{
    font-size: 16px;
    color: #6F626F;
}
/*end premiumsubscriptions*/

/*start stc */
.stc-css .col-premium {
    background: #F1EDF8;
    border-radius: 0;
    padding-top: 20px;
    margin-top: 0;
    padding-right: 30px;
}
.stc-css .surprise span{
    color:#FD375F;
    float: right;
    font-family: 'Conv_STCForward-Bold' , Serif;
}
.stc-css .surprise-plus span{
    color:#334155;
    float: right;
    font-family: AlmaraiBold;
}
.stc-css .surprise img {
    width: 99px;
    float: right;
    padding-right: 14px;
    padding-top: 10px;
}
.stc-css .text-surprise-upper{
    clear: both;
}

.stc-css .just-two-steps span{
    color:#FD375F;
}
.stc-css .just-two-steps-plus span{
    color:#22262A;
}
.stc-css .surprise-btn button{
    border-radius: 0;
    background: #FD375F;
    border: 0;
    width: 250px;
    margin-top: 20px;
    font-size: 16px;
    padding:15px;
    font-family: 'Conv_STCForward-Bold' , Serif;


}
.stc-css .surprise-btn-plus button{
    border: 2px solid #F2D6B5;
    background: #E38D27;
    border: 0;
    width: 250px;
    margin-top: 20px;
    font-size: 16px;
    padding:15px;
    font-family: 'Almarai' , Serif;


}.stc-css .surprise-btn-plus a{
    border: 2px solid #F2D6B5;
    background: #E38D27;
    border: 0;
    width: 250px;
    margin-top: 20px;
    font-size: 16px;
    padding:15px;
    font-family: 'Almarai' , Serif;


}
.stc-css .premium-features{
    color:#3F1A82;
    font-weight: bold;
    font-family: 'Conv_STCForward-Bold' , Serif;
}

.stc-css .col-premium{
    padding-bottom: 40px;
    margin: 0;
    padding-left: 0;
}
.stc-css .seventeen{
    color:#3F1A82;
    font-family: 'Conv_STCForward-Bold' , Serif;
}
.stc-css .seventeen-plus{
    color:#E38D27
;
    font-family: 'Conv_STCForward-Bold' , Serif;
}
.stc-css .text-surprise-upper p{
    font-family: 'Conv_STCForward-Medium', serif;
    color: #22262A;
    font-size:20px;
    direction: rtl;
}
.stc-css .text-surprise-upper-plus p{
    font-family: 'Conv_STCForward-Medium', serif;
    color: #334155;
    font-size:18px;
    direction: rtl;
    font-weight: 700;
}
.stc-css .newupdate{
    font-size:16px;
    font-family: 'Conv_STCForward-Light', serif;
}

.stc-css .newupdate-lower{
    font-family: 'Conv_STCForward-Bold' , Serif;
    font-size: 16px;
    display: block;
    padding-top: 10px;
    direction: rtl;
}
.stc-css .newupdate-lower-plus{
    font-family: 'Conv_STCForward-Medium' , Serif;
    font-size: 16px;
    display: block;
    padding-top: 10px;
    direction: rtl;
    color: #475569;

}
.stc-css .first span{
    font-size: 18px;
    font-family: 'Conv_STCForward-Medium', serif;

}
.stc-css .text-right-step{
    font-size: 32px;
    font-family: 'Conv_STCForward-Medium', serif;

}
.stc-css .text-right-step-plus{
    font-size: 32px;
    color: #22262A;
    font-family: 'Conv_STCForward-Medium', serif;

}

.stc-css .first-logo-with-text-one , .first-logo-with-text-one{
    font-size: 18px;
    font-family: 'Conv_STCForward-Medium', serif;



}

.stc-css .upper{
    font-size: 20px;
    font-family: 'Conv_STCForward-Medium', serif;
    direction: rtl;


}
.stc-css .active-subscriptin-email p{
    font-size: 16px;
    color: #000000;
    font-family: 'Conv_STCForward-Light', serif;
    direction: rtl;

}
.stc-css .active-subscriptin-email span{
    color: red;
}
.stc-css .under-lower span{
    font-size: 16px;
    font-family: 'Conv_STCForward-Light', serif;
    color: #000000;
    direction: rtl;


}
.stc-css .under-lower{
    /* padding-bottom: 44px; */
}
.stc-css .first-logo-with-text-one img{
    width: 5%;
    margin-right: 10px;
    margin-left: 10px;
    float:right;
}
.stc-css  .colo{
    color: red;
    direction: rtl;
}

.stc-css .first-logo-with-text-one-non p{
    font-size: 16px;
    color: #000000;
    font-family: 'Conv_STCForward-Medium', serif;
    direction:rtl;
    padding-top: 10px;
}
.stc-css .first-logo-with-text-one-non{
    clear: both;
}
.stc-css .col{
    padding-left:0px;
}

/*start stc */

/*premium-subscription*/
@media (max-width: 768px) {
    .p-s .container{
        padding: 35px;
    }
    .p-s .for-two-step
    {
        padding-top: 25px;
        display: flex;
        flex-direction: column;
    }
    .p-s .Surprise .font-weight-bold {
        font-size:28px;

    }


}
/*end-premium-subscription*/

/*Start merchant*/

.merchant-right .two-upper-button p{
    display: none;
}
.merchant-left h2{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    color: #377C95;
    padding-top:10% ;

}
.merchant-left .first-p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    color: #333333;
    padding-top: 24px;
    font-size: 16px;


}
.merchant-left .second-p{
    font-family: 'Roboto',Serif;
    font-style: normal;
    font-weight: bold;
    color: #333333;
    font-size: 16px;


}
.merchant-left span{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    color: #333333;
    font-size: 16px;
}

.merchant-right .two-upper-button{
    float: left;
    padding-top: 50px;
}
.two-upper-button .blue-button{
    font-size: 16px;
    width: 140px;
    height: 48px;
    background: #377C95;
    border-radius: 24px 0px 0px 0px;
    font-family: 'Roboto';
    font-style: normal;
    color: #FFFFFF;
}
.two-upper-button .normal-button{
    font-size: 16px;
    width: 140px;
    height: 48px;
    border-radius: 0px 24px 0px 0px;
    font-family: 'Roboto';
    font-style: normal;
    background: #D7DEE1;
}
.merchant-right .border-merchant {
    border: 1px solid #6A7F86;
    border-radius: 0px 24px 24px 24px;
}
.merchant-right .border-box{
    background: #FFFFFF;
    border: 1px solid #6A7F86;
    border-radius: 0px 24px 24px 24px;
    height: auto;
    width: 100%;
    padding: 35px;
    clear: both;
}
.merchant-right .border-box-two{
    background: #FFFFFF;
    border: 1px solid #6A7F86;
    border-radius: 24px 24px 24px 24px;
    height: auto;
    width: 100%;
    padding: 35px;
    clear: both;
}


.merchant-right .height-border-nav{
    padding-top: 10%;
}
/*start box selected border*/
.merchant-right input.size-button-input[type="radio"] {
    display: none;
}

.merchant-right label.size-button-label {
    font-family: 'Roboto';
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #94A3B8;
    border-radius: 24px;
    box-sizing: border-box;
    border-spacing: 0;
    background-color: hsla(0, 0%, 100%, .8);
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    margin: 0;
    width: 100%;
}
.merchant-right  .first-border{
    margin-top: 15px ;
    clear: both;
    width: 100%;
}
.merchant-right label.size-button-label.active {
    border: 3px solid #377C95;
}


/*my code*/
.merchant-right .first-border .size-button-label p{
    color :#377C95;
    font-family: 'Roboto';
    font-style: normal;
    font-size: 32px;
    padding:24px 0px 0px 24px;
    font-weight: bold;
}
.merchant-right .first-border .size-button-label span{
    color: #333333;
    font-size: 20px;
    font-weight: normal;
    font-family: 'Roboto';

}
.merchant-right .first-border .select-one {
    padding-bottom: 10px;
}


.merchant-right .first-border .select-one img{
    padding-left: 24px;
}
.merchant-right .first-border .select-one span{
    font-size: 14px;
    padding-bottom: 10px;
    display: inline-block;
    font-family: 'Roboto';

}

.merchant-right .float-right .sub-select-one img{
    padding-left: 5px;
}
/*end box selected border*/
/*for three boxes*/
.merchant-right .lower-button-two{
    margin:auto;
    padding-top: 24px;
    width: 100%;
}
.merchant-right .lower-button-two button{
    background: #377C95;
    border: 1px solid #94A3B8;
    border-radius: 16px;
    height: 56px;
    color:#FFFFFF;
    width: 96%;
    font-family: 'Roboto';
    font-style: normal;
    font-size: 16px;
}

.merchant-right .lower-button{
    margin:auto;
    width: 100%;
    padding-top: 12px;
}
.merchant-right .lower-button button {
    background: #377C95;
    border: 1px solid #94A3B8;
    border-radius: 16px;
    height: 56px;
    color:#FFFFFF;
    width: 100%;
    font-family: 'Roboto';
    font-style: normal;
    font-size: 16px;


}
.merchant-right .lower-button button a {
    color: #FFFFFF;
}

.merchant-right .lower-button-three{
    margin:auto;
    padding-top: 24px;
    width: 100%;
}
.merchant-right .lower-button-three button{
    background: #377C95;
    border: 1px solid #94A3B8;
    border-radius: 16px;
    height: 56px;
    color:#FFFFFF;
    width: 100%;
    font-family: 'Roboto';
    font-style: normal;
    font-size: 16px;
}
.merchant-right .lower-button-three button a {
    color: #FFFFFF;
}
/*end merchant*/
/*Start merchant_two*/
.merchant-right .upload{
    background: #F8FAFC;
    border: 2px dashed #E2E8F0;
    border-radius: 8px;
    width: 100%;
    height: 142px;
    padding-top:18px;

}

.merchant-right .uploaded-file label{
    font-family: 'Roboto';
    display: inline-block;
    background: #E2E8F0;
    border-radius: 9999px;
    color: #000000;
    font-size: 12px;
    padding: 0.5rem;
    font-family: sans-serif;
    cursor: pointer;
    margin-top: 1rem;
}
.merchant-right .information p{
    font-family: 'Roboto';
    font-style: normal;
    font-size: 18px;
    color: #234A58;
    font-weight: bold;
    padding-top: 12px;
}

.merchant-right .information .official{
    font-style: normal;
    font-size: 16px;
    color: #475569;
    font-weight: bold;
    padding-top:9px;
    margin-bottom: 8px;
}
.merchant-right .information .enter{
    font-family: 'Roboto';
    font-style: normal;
    font-size: 14px;
    color: #475569;

}
.merchant-right .container input{
    border: 1px solid #94A3B8;
    border-radius: 8px;
    width: 100%;
    height: 56px;
    padding: 0px 20px;

}
.merchant-right .certificate p{
    font-family: 'Roboto';

    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #475569;

}
.merchant-right .container .point{
    padding-top: 10px;
}
.merchant-right .container .point p{
    font-family: 'Roboto';

    font-style: normal;
    font-size: 16px;
    font-weight:bold;
    color: #475569;
}
.merchant-right .container .point .point-with-code strong{
    font-family: 'Roboto';

    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #234A58;
}
.merchant-right .container .point .point-with-code span{
    font-family: 'Roboto';

    font-style: normal;
    font-size: 15px;
    color: #234A58;
}



.merchant-right .container .point .point-with-code{
    padding-bottom: 11px;

}
.merchant-right .container .point span{
    font-family: 'Roboto';

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #475569;
}
.merchant-right .container .point .add_form_field{
    font-family: 'Roboto';

    font-style: normal;
    font-size: 16px;
    color: #377C95;
}
.merchant-right .certificate{
    padding-top: 10px;
}
.merchant-right .certificate p{
    padding-top: 14px;
}

.merchant-right .container .lower-button{
    padding: 24px ;
}
.merchant-right .information textarea{
    width: 100%;
    height: 122px;
    border: 1px solid #94A3B8;
    border-radius: 8px;
    text-align: left;
    direction: rtl;
    padding-left: 20px;
}

.merchant-background .page-three .arabic {
    text-align: right;
    direction: rtl;
}
.merchant-background .page-three .arabic textarea {
    text-align: right;
    direction: rtl;
    padding: 0px 20px;
}
.merchant-background .page-three .english {
    text-align: left;
    direction: ltr;
}

.merchant-right .logo-merchant-page p{
    font-family: 'Roboto';

    font-style: normal;
    font-size: 16px;
    font-weight:bold;
    color: #475569;
    padding-top: 14px;

}
.merchant-right .container .merchant-understood{
    padding-top: 10px;
}
.merchant-right .container .merchant-understood input{
    width: 18px;
    height: 12px;
    clear: both;
}
.merchant-right .container .merchant-understood label{
    font-family: 'Roboto';

    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #475569;
    display: contents;
}
.merchant-right .container .merchant-understood a{
    color:#377C95;
    text-decoration: underline;
}
.merchant-right .three-steps{
    padding-bottom:40px

}
.merchant-right .blue-button a{
    color: white;
}
.merchant-right .choose-subscription{
    font-family: 'Roboto';
    color: #475569;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
}
.page-two .merchant-right {
    padding-top: 5%;
}

.page-thankyou .center-success{
    padding-top:6%;
}
.page-thankyou .success-subscription{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #377C95;
}
.merchant-right .lower-button-two a{
    color: white;
}
.page-thankyou .five-day{
    font-family: 'Roboto';

    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #475569;
}

@media (max-width: 600px) {
    .merchant-background{
        background: white;
    }
    .merchant-left{
        background: white;
    }
    .merchant-right{
        background: white;
    }
    .merchant-left h2{
        text-align: center;
    }
    .merchant-right .two-upper-button{
        width: 100%;
        float: none;
    }
    .merchant-right .two-upper-button .blue-button{
        font-size: 16px;
        width: 49%;
        height: 48px;
        background: #377C95;
        border-radius: 8px;
        font-style: normal;
        font-family: 'Roboto';

        color: #FFFFFF;

    }
    .merchant-right .two-upper-button .normal-button{
        font-size: 16px;
        width: 49%;
        height: 48px;
        border-radius: 8px;
        font-style: normal;
        font-family: 'Roboto';

        background: #D7DEE1;

    }

    .merchant-right .three-steps img{
        border: 1px solid #F0F3F9;
        border-radius: 6px;
        max-width: 100%;
    }
    .merchant-right .two-upper-button p{
        display: flex;
        font-weight: 500;
        font-style: normal;
        font-family: 'Roboto';

        font-size: 16px;
        color: #475569;
        padding-bottom: 20px;
    }

    .merchant-right .border-box{
        border: 0px #6A7F86;
    }

    .merchant-right .choose-subscription{
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        display: contents;
    }
    .merchant-right .border-box{
        padding: 0px;
    }
    .merchant-right label.size-button-label {
        border: 1px solid #377C95;
        border-radius: 28px;

    }
    .merchant-right label.size-button-label active {
        border: 4px solid #377C95;
        border-radius: 24px;

    }

    /*start page two */
    .page-two .merchant-left{
        display: none;
    }
    .merchant-right .border-box-two{
        border: 0px;
        padding: 0px;
    }
    .page-two .merchant-right{
        padding: 0px !important;
    }
    .page-two .merchant-right .container .point span {
        font-size:12px;
    }
    .page-two .merchant-right .container input{
        border: 1px solid #94A3B8;
        border-radius: 8px;
        width: 100%;
        height: 56px;
        padding-left: 8px;
        font-size: 12px;
        font-family: 'Roboto';
    }
    .page-two .merchant-right{
        padding-top: 10%;
    }
    .page-one .merchant-right .sub-select-one-left{
        clear: both;
        padding-right: 24px;
    }
    .page-two .merchant-right .border-box-two{
        padding-top: 12%;
    }
    .page-three .merchant-left {
        display: none;
    }
    .page-three .merchant-right{
        padding: 0px;
    }
    .page-three .merchant-right .border-box-two{
        padding-top: 3%;
    }
    .page-thankyou .center-success {
        padding-top: 16%;
    }
    .merchant-right .lower-button {
        width: 100%;
        padding-top: 17px;
        margin-bottom: 15px;
    }
    .merchant-background .row{
        margin-left: 0px !important;
        padding-right: 10px;
    }
    .merchant-right .three-steps{
        padding-top: 20px;
    }
    .merchant-background .max-container{
        padding: 0 !important;
    }
    .merchant-background .row.ml-0{
        padding-right: 0px;
    }
    /*label {*/
    /*    background-color: indigo;*/
    /*    color: white;*/
    /*    padding: 0.5rem;*/
    /*    font-family: sans-serif;*/
    /*    border-radius: 0.3rem;*/
    /*    cursor: pointer;*/
    /*    margin-top: 1rem;*/
    /*}*/

    #file-chosen{
        margin-left: 0.3rem;
        font-family: sans-serif;
    }
    .search-menu .pc .revamp a{
        color: #334155;
    }

    .revampSearch .fa-search:before{
        color: red;
    }
}
.merchant-background .merchant_star{
    color: red;
}

/*End merchant_two*/
@media screen and (min-device-width: 375px) and (max-device-width: 600px) {
    .stc-css .surprise-btn-plus button{
        width:100% !important;
    }
    .stc-css .premium-features-plus span{
        font-size: 20px;
        font-family: AlmaraiBold;
    }
    .stc-css .first-logo-with-text-one span{
        display: block;
    }
    .stc-css .title-surprise-plus img{
    padding-top: 27px;
        padding-bottom: 20px;
    }
    .stc-css .row .step-title{
        margin-left: 0px !important;
    }

}


@media (min-width: 371px) and (max-width: 768px) {
    .footerRevamp .footerPagesMobile {
        display: block;
    }
    .footerRevamp .footerPages{
        display: none;
    }
    .footerRevamp .toGetPadding{
        display: none;
    }
    .footerRevamp .forShowInMobile{
        display: flex;
    }
    .footerRevamp .forShowInWeb img{
        display: none;
    }
    .footerRevamp .underFooterRevamp a{
        text-align: center;
    }
    .underFooterRevamp {
        text-align: center;
    }
    .footerRevamp .forShowInMobile .first img{
        width: 80%;
    }
    .footerRevamp .footerlogoRevamp a img {
        padding-right: 8px;
    }
    .footerRevamp .downloadApplicationFooterFirst {
        width: 41% !important;
    }
    .footerRevamp .downloadApplicationFooterSecound {
        width: 33% !important;
    }
    .footer-copyright-mobile{
        display: block;
    }
    .footer-copyright-web{
        display: none;
    }

}