body.page_body {
    background: #fff;
}

body * {
    direction: rtl;
    margin: 0;
    padding: 0;
}

label {
    display: inline-block;
}

.gray {
    color: #6A7076;
}

.light_gray {
    color: #D6D6D8;
}

.earn_money {
    padding-top: 5%;
}

.Question_txt {
    color: #FFFFFF;
}

/*  Transaction Styles For All Landing Pages*/
.background_header {
    width: 100%;
    height: 150px;
    position: absolute;
    top: 0;
}

.Top_landing_viewport {
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container {
    /*width: 80%;*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.Top_landing_viewport .Top_content_part {
    display: flex;
    flex-direction: row;
    gap: 50px;
    padding: 40px 0;
}
.Top_landing_viewport .Top_content_part > div{
    width: 50%;
}
.Top_landing_viewport .Top_content_part .contentIitems h1 {
    color: #31333C;
    padding: 5% 0 0 0;
}

.Top_landing_viewport .Top_content_part .contentIitems p {
    margin: 20px 0;
    color: #6A7076;
}

.Top_landing_viewport .Top_content_part .contentIitems button {
    width: 200px;
    height: 50px;
    border: none;
    border-radius: 20px;
    margin: 10px 0;
    color: white;
}

.cta {
    background-image: linear-gradient(to right, #00B771, #00D583);
    display: inline-block;
    align-content: center;
    text-align: center;
    height: 50px;
    border: none;
    border-radius: 20px;
    margin: 10px 0;
    color: white;
    padding: 0 15px;
    transition: 0.3s all;
}

.who_section, .step_section, .use_condition_section {
    margin: auto auto 5%;
    padding-top: 4em;
}

.who_title {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.who_box {
    text-align: center;
}

.who_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
    margin-bottom: 30px;
    column-gap: 30px;
    row-gap: 60px;
}

.who_box img {
    max-width: 100%;
}

.step_section {
    background-color: #F2F6F8;
    border-radius: 10px;
    padding: 20px 0;
}

.step-wrapper {
    position: relative;
    text-align: left;
    padding-bottom: 2rem;
    width: 100%;
    padding-left: 0;
    padding-top: 2rem;
}

.step-number {
    border-radius: 100%;
}

.step-wrapper .row {
    margin-bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.step-wrapper::after, .step-wrapper::before {
    content: ' ';
    position: absolute;
    left: 26px;
    margin-left: 0;
    width: 4px;
    border-radius: 4px;
    background-color: #c9d0d8;
}

.step-wrapper::after {
    top: calc(50px + 1rem);
    bottom: 1rem;
}

.step-wrapper::before {
    top: -1rem;
    bottom: calc(50% + (25px + 1rem));
    display: none;
}

.step-number::before {
    width: 60px;
    height: 60px;
    top: -10px;
    left: -10px;
    border-radius: 100%;
    content: ' ';
    position: absolute;
    opacity: .25;
    z-index: -1;
    background: linear-gradient(45deg, #8089ff 0, #54ceff 100%);
}

.step-wrapper::after, .step-wrapper::before {
    left: 50%;
    margin-left: -2px;
}

.step-wrapper::after {
    top: calc(50% + (25px + 1rem));
    bottom: -1rem;
}

.step-wrapper::before {
    display: block;
}

.step-col {
    margin-bottom: 0;
}

.step-wrapper::after, .step-wrapper::before {
    right: 48px;
    left: unset;
}

.step-col {
    margin-bottom: 2rem;
    padding-left: 6rem;
    padding-right: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    min-height: 1px;
    box-sizing: border-box;
}

.step-title {
    font-size: 20px;
    text-align: right;
}

.step-subtitle {
    margin-top: 15px;
    font-family: 'YekanR';
    color: #6A7076;
    font-size: 15px;
    text-align: right;
}

.step-col img {
    max-width: 100%;
    margin: auto;
    height: 100%;
    vertical-align: middle;

}

.step-number {
    position: absolute;
    text-align: center;
    z-index: 2;
    background: linear-gradient(45deg, #8089ff 0, #54ceff 100%);
    color: #fff;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    line-height: 45px;
    font-size: 1.8rem;
}

.step-wrapper:last-child::after {
    display: none;
}

.step-wrapper:first-of-type::before {
    display: none;
}

.condition_wrapper {
    display: flex;
    flex-direction: row;
    gap: 80px;
    margin-top: 50px;
}

.condition_box {
    display: flex;
    gap: 15px;
    align-items: center;
}

.condition_box .icon_description {
    margin-top: 5px;
}

.condition_col {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 10px;
}

.condition_img {
    max-width: 100%;
}

.cta:hover {
    background-image: linear-gradient(to right, #00D583, #00B771);
}

.cta2 {
    background-image: linear-gradient(to right, #FF9300, #FFB100);
    margin-top: 20px;
    max-width: 266px;
}

.cta2:hover {
    background-image: linear-gradient(to right, #FFB100, #FF9300);
}

.cta3 {
    background-image: linear-gradient(to right, #1280FF, #0069E3);
    margin-top: 20px;
    max-width: 222px;
}

.cta3:hover {
    background-image: linear-gradient(to right, #0069E3, #1280FF);
}

.Top_landing_viewport .Top_content_part .TopView_img_wrapper {
    display: flex;
    justify-content: center;
    margin: auto;
}
.Top_landing_viewport .Top_content_part .TopView_img_wrapper img{
    max-width: 100%;
}
.img-title-wrapper{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
.img-title-wrapper h3{
    margin: 0;
}
.img-title-wrapper img{
    max-width: 90px;
}
.benefit_list{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 0;
}
.half_circle_container {
    display: flex;
    justify-content: center;
    align-items: center;
    /*box-sizing: border-box;*/
    /*overflow: hidden;*/
}

.half_circle {
    position: absolute;
    width: 135%;
    min-height: 100vh;
    top: 22px;
    border-bottom: 2px dashed rgba(175, 175, 175, 0.8);
    border-bottom-left-radius: 800px;
    border-bottom-right-radius: 800px;
    z-index: 101;
    margin: auto;
    box-sizing: border-box;
    overflow-x: hidden;
}

.four_items_section label {
    position: relative;
    display: block;
    color: #31333C;
    margin: auto;
    z-index: 102;
}

.affiliate-calc {
    padding: 50px 0 150px;
    text-align: center;
    display: flex;
    flex-direction: row;
    margin: auto;
}

.affiliate-calc .calc-col1 {
    width: 60%;
    padding: 40px 20px;
    box-shadow: 5px 10px 20px #31333C0D;
}

#result {
    font-size: 25px;
}

.currency-calc {
    font-size: 20px;
}

.signup-btn {
    background: #fff;
    color: #21242c;
    background: #fff;
    color: #21242c;
    font-family: 'yekanM';
    font-size: 16px;
    cursor: pointer;
    padding: 0 10px;
    height: 40px;
    min-width: 160px;
    border-radius: 6px;
}

/* استایل پایه برای اسلایدر */
input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: linear-gradient(to right, #434C83 50%, #ddd 50%);
    border-radius: 5px;
    outline: none;
    transition: background 0.3s ease;
    /* حذف رنگ پیش‌فرض اسلایدر */
    background-color: transparent;
}

/* استایل برای نوار اسلایدر */
input[type="range"]::-webkit-slider-runnable-track {
    height: 8px;
    border-radius: 5px;
    background: transparent; /* حذف پس‌زمینه برای جلوگیری از تداخل */
}

/* استایل برای دکمه اسلایدر */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 16px;
    width: 16px;
    background-color: #434C83;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -4px; /* تنظیم موقعیت جهت هم‌ترازی با نوار */
}

input[type="range"]::-moz-range-thumb {
    height: 16px;
    width: 16px;
    background-color: #434C83;
    border-radius: 50%;
    cursor: pointer;
}

.affiliate-calc .calc-col2 {
    width: 40%;
    padding: 40px 20px;
    background: #21242c;
    color: #fff;
}

.calc-result-desc {
    margin: 20px 0;
}

.calc-join {
    margin: 30px 0 20px;
}

.range-input {
    display: block;
    width: 500px;
    margin: auto;
    direction: ltr;
}

.calc-title-result {
    color: #fff;
}

.start-left-col {
    z-index: 2;
    flex-shrink: 0;
}

#input2 {
    margin-top: 20px;
}

.good_for {
    font-family: 'yekanR';
    font-size: 14px;
    color: #6A7076;
    text-align: center;
    margin-top: 15px;
}

.calc-title {
    margin-bottom: 40px;
    font-size: 30px;
}

.Semicircle_Arrow {
    display: none;
}

.payment_Landing .Top_landing_viewport .fs_title1 .fs_title1{
    color: #263D80;
}
.payment_Landing .background_header {
    background-image: linear-gradient(#D1DAF3, #e0e6f4);
}
.payment_Landing .Top_landing_viewport{
    background-image: linear-gradient(#e0e6f4, #ffffff);
}
.cta4 {
    background-image: linear-gradient(to right, #263D80, #1E326C);
    margin-top: 20px;
}

.cta4:hover {
    background-image: linear-gradient(to right, #1E326C, #263D80);
}
.tab-content {
    margin-top: 50px;
    justify-content: flex-end;
    display: none;
    animation: grow 0.5s ease forwards;
}

.tab-content-wrapper {
    max-width: 90%;
    display: flex;
    flex-direction: row;
    margin-left: 0;
    width: 100%;
    gap: 20px;
}

.tab-content-col-right {
    width: 22%;
    display: flex;
    flex-direction: column;
}

.col-right-row-up, .col-right-row-down {
    display: flex;
    height: 50%;
}

.col-right-row-up {
    align-items: flex-end;
    padding-bottom: 45px;
}

.col-right-row-up > div {
    display: flex;
    width: 100%;
    gap: 8px;
}

.col-right-row-up-ico {
    width: 12%;
    padding-top: 10px;
    text-align: left;
}

.col-right-row-up-content {
    width: 88%;
}

.col-right-row-up-title1 {
    color: #282B2E;
    font-size: 32px;
    font-family: YekanB;
    line-height: 36px;
    margin: 0 0 16px 0;
}

.col-right-row-up-title {
    color: #282B2E;
    font-size: 25px;
    font-family: YekanB;
    line-height: 36px;
    margin: 0 0 16px 0;
}

.col-right-row-down {
    border-top: 1px solid #DCE0E5;
    padding-top: 45px;
}

.col-right-row-down p {
    color: #565F6B;
    font-size: 16px;
    padding: 0 10%;
}

.tab-content-col-left {
    width: 78%;
    background: #282E4F;
    padding: 100px 70px;
    box-sizing: border-box;
}

.part62 {
    max-width: 1126px;
    margin: 15px auto;
    position: relative;
}

.part62 .part61-bottom {
    max-width: 1125px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0 20px 0;
    position: relative;
    overflow-x: auto;
}

.part62 .part61-bottom ul {
    display: flex;
    justify-content: center;
    list-style: none;
    vertical-align: bottom;
    margin: 0;
    padding: 0;
    min-width: 700px;
}

.part62 .part61-bottom ul > li.active {
    color: #159BD5;
}

.part62 .part61-bottom ul > li {
    min-width: 40px;
    padding: 30px 10px 0;
    /*height: 50px;*/
    text-align: center;
    margin: 0 15px;
    position: relative;
}

.part62 .part61-bottom ul > li.active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #159BD5;
    bottom: -8px;
    right: 0;
}

.details-wrapper {
    display: flex;
    gap: 30px;
}

.detail-right-col, .detail-left-col {
    width: 50%;
}

.detail-right-col h4 {
    font-size: 48px;
    color: #fff;
    margin: 8px;
}

.detail-right-col p {
    font-size: 16px;
    color: #fff;
    font-family: YekanR;
}

.detail-left-col h5 {
    font-size: 22px;
    color: #fff;
    margin: 24px 0 0;
}

.detail-left-col li {
    color: #fff;
    font-size: 18px;
    font-family: YekanR;
}

.calculator {
    position: relative;
    max-width: 430px;
}

.commision-txt {
    color: #fff;
    font-family: YekanR;
}

.commision-quentity {
    color: #fff;
    font-size: 22px;;
}

.result-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.calculate-input {
    border: 1px solid #B7BEC7 !important;
    background: #F5F5FF !important;
    height: 42px;
    box-shadow: none;
    text-align: right !important;
    box-sizing: border-box;
    width: 100% !important;
    border-radius: 6px;
    /* margin: 2px 0 6px; */
    transition: all 0.3s;
    padding: 0 20px;
    color: #565F6B;
    /* border-bottom: none; */
}

table.wage-details {
    border: 1px solid #B7BEC7 !important;
    overflow: hidden;
    background-color: #F5F5FF !important;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.wage-table{
    width: 100%;
    padding: 5% 0;
}

.calculator div table tbody tr:last-child{
    background-color: #F5F5FF;
    color: #282E4F;
}

.calculator div table tbody tr:last-child th{
    color: #282E4F;
}

.calculator div table {
    border-radius: 8px;
    border: 2px solid #E4E4E4;
    border-left: 0 solid #E4E4E4;
    overflow: hidden;
}

.calculator div table tr th, .popup-payment div table tr td {
    width: 70%;
    height: 50px;
    color: white;
    font-size: 15px;
    font-family: 'yekanB';
    text-align: center;
    border-bottom: 2px solid white;
}


.calculator div table tr th, .calculator div table tr td {
    width: 25%;
    border-left: 2px solid #E4E4E4;
    border-bottom: 2px solid #E4E4E4;
}

.calculator div table tbody tr:last-child td{
    border-bottom: 0 solid white;
}

.calculator div table tr {
    color: white;
    border-left: 2px solid #E4E4E4;
    text-align: center;
}

.calculator div table tbody tr:last-child th, .popup-payment div table tbody tr:last-child td {
    border-bottom: 0 solid #31333C;
}

.personalCurrencySpan {
    position: absolute;
    left: 14px;
    top: 5px;
    color: #565F6B;
    height: 30px;
    border-right: 1px solid #B7BEC7;
    padding: 6px 8px 0 0;
    font-family: yekanM;
}
.detail-left-col ul{
    padding-right: 40px;
    margin: 14px 0;
}
.detail-right-col > p{
    margin-bottom: 15px;
}
.bg_white{
    background-color: #fff!important;
}

.payment_Landing .start-section::before, .payment_Landing .start-section::after {
    background: linear-gradient(160deg, #d1daf35e, #e0e6f44a);
}

@keyframes grow {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@media only screen and (max-width: 1120px) {
    .tab-content-wrapper {
        max-width: 100%;
        padding-right: 20px;
    }

    .tab-content-col-left {
        padding: 80px 40px;
        width: 70%;
    }

    .tab-content-col-right {
        width: 30%;
    }

}

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

    .tab-content-wrapper {
        flex-direction: column;
        padding-right: 0;
    }

    .tab-content-col-right {
        width: 100%;
    }

    .tab-content-col-left {
        width: 100%;
    }

    .col-right-row-up-ico {
        width: 40%;
    }

    .col-right-row-up-content {
        width: 60%;
    }

    .col-right-row-down {
        justify-content: center;
        align-items: center;
        padding-top: 20px;
    }
}

@media only screen and (max-width: 680px) {
    .tab-content-col-left{
        padding:40px;
    }
    .details-wrapper{
        flex-direction: column-reverse;
    }
    .detail-right-col,.detail-left-col{
        width: 100%;
    }
}

/* Affiliate_Landing Part_2 */

.Affiliate_Tabapay {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 1%;
}

.Affiliate_Landing .background_header {
    background-image: linear-gradient(#D5E2FF, #E3ECFF);
}

.Affiliate_Landing .Top_landing_viewport {
    background-image: linear-gradient(#E3ECFF, white);

}

.Affiliate_Tabapay .Affiliate_content {
    justify-items: stretch;
    grid-column-start: 1;
    grid-column-end: 3;
    padding-left: 10%;
    margin: auto;
}

.Affiliate_Tabapay .Affiliate_content span {
    display: flex;
    align-items: center;
}

.Affiliate_Tabapay .Affiliate_content span img {
    margin-left: 10px;
}

.Affiliate_Tabapay .Affiliate_content div {
    display: flex;
    align-items: center;
    color: #31333C;
}

.Affiliate_Tabapay .Affiliate_content div .vertical_line {
    content: '';
    width: 5px;
    height: 100px;
    background-color: #0076FF;
}

.Affiliate_Tabapay .Affiliate_content .item_1 img {
    margin-left: 10px;
}

.Affiliate_Tabapay .Affiliate_content div p {
    font-family: 'yekanR';
    margin-right: 15px;
    text-align: justify;
}

.Affiliate_Tabapay .Affiliate_ImgPart {
    margin: auto;
}

.Affiliate_Tabapay .Affiliate_ImgPart label {
    /*font-size: 120px;*/
    color: #C0CEDE;
    z-index: -1;
    position: absolute;
}

.Affiliate_Tabapay .Affiliate_ImgPart span {
    display: block;
    margin-top: -80px;
    /*font-size: 18px;*/
    text-align: center;
    z-index: 2;
}

.Affiliate_Tabapay .Affiliate_ImgPart img {
    width: 190px;
}

.Affiliate_Tabapay .Affiliate_ImgPart #fast_Registration_2, #creat_Port_2, #sell_Affiliate_2 {
    display: none;
}

.why_taba_section {
    margin: auto auto 5%;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #fff;
    position: relative;
}

.why_taba_section::before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    background-color: #F2F6F8;
}

.why_taba_section > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 1;
    padding: 65px 0;
}

.why_taba-col {
    width: 50%;
}

.why_taba-col img {
    max-width: 100%;
}

.why_taba-col2 {
    background-color: #fff;
    padding: 3rem;
}

.tabapay_features {
    display: flex;
    font-family: 'YekanR';
    color: #6A7076;
    flex-direction: column;
    gap: 24px;
    margin-top: 20px;
    font-size: 16px;
    padding-right: 16px;
}

.tabapay_features li {
    list-style-type: none;
    font-family: 'YekanR';
}
.tabapay_features li strong{
    font-size: 20px;
}
.features_description {
    font-family: 'YekanM';
    margin-top: 15px;
    font-size: 18px;
}

.four_items_section {
    margin: auto auto 5%;
}

.four_items_section label {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.four_items_section ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0;
    margin-top: 20px;
}

.four_items_section ul li {
    /* padding: 0 10px; */
    list-style: none;
    margin: auto;
}

.four_items_section ul li span {
    display: block;
    padding: 10px;
    margin-top: 5px;
    /*font-size: 24px;*/
    text-align: center;
}

.four_items_section ul li .img_wrapper img {
    max-width: 100%;
}

.four_items_section ul li .img_wrapper img:nth-of-type(2) {
    display: none;
}

.txt-center {
    text-align: center;
    margin-bottom: 15px;
}

.features_section {
    margin: auto auto 5%;
}

.features_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
    margin-bottom: 30px;
    column-gap: 30px;
    row-gap: 30px;
}

.icon_description {
    font-family: 'YekanR';
    color: #6A7076;
    font-size: 15px;
}

.icon_wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.icon_title {
    font-size: 20px;
}

.icon_box {
    display: flex;
    border-radius: 8px;
}

.icon_box svg {
    width: 25px;
    height: 25px;
}

.how_build_section {
    margin: auto auto 5%;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #21242C;
    position: relative;
    padding: 5% 0;
}

.how_build_section h2 {
    margin-bottom: 40px;
}

.sample_section {
    margin: auto auto 5%;
}

.center_align {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sample_section_subtitle {
    font-size: 20px;
    margin: 20px 0 10px;
    text-align: center;
}

.sample_section_description {
    font-family: 'yekanR';
    font-size: 16px;
    color: #6A7076;
}

.sample_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    margin-top: 40px;
}

.sample_box {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-direction: column;
}

.shop_img {
    width: 50%;
}

.shop_img img {
    max-width: 100%;
    border-radius: 8px;
}

.shop_info {
    width: 50%;
    text-align: center;
}

.shop_title {
    font-size: 18px;
    margin-bottom: 5px;
}

.shop_btn {
    font-family: 'YekanR';
    font-size: 13px;
    color: #00B771;
    border: 2px solid;
    border-radius: 20px;
    padding: 6px 15px;
    margin-top: 20px;
    display: block;
    /*font-weight: 600;*/
    transition: 0.3s all;
}

.shop_btn:hover {
    color: #fff;
    background: #00B771;
}

.subtitle {
    font-family: 'yekanR';
    font-size: 16px;
    color: #6A7076;
    text-align: center;
}

.start-section {
    width: 80%;
    box-sizing: border-box;
    margin: 80px auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    box-shadow: 0 20px 100px rgba(53, 55, 57, 0.07);
    background: #fff;
    position: relative;
    overflow: hidden;
    padding: 40px 50px;
    gap: 30px;
}

.start-right-col .subtitle {
    text-align: right;
}

.start-section::before, .start-section::after {
    content: '';
    left: 0;
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(160deg, rgb(7 183 123 / 10%), rgb(8 208 140 / 5%));
    -webkit-transform: skewY(-5.8deg);
    -moz-transform: skewY(-5.8deg);
    -ms-transform: skewY(-5.8deg);
    transform: skewY(-5.8deg);
    border-radius: 0 30px 0 0;
    transform-origin: right top;
}

.Personal_Payment_Landing .start-section::before, .Personal_Payment_Landing .start-section::after {
    background: linear-gradient(160deg, rgb(255 177 0 / 10%), rgb(255 147 0 / 5%));
}

.Affiliate_Landing .start-section::before, .Affiliate_Landing .start-section::after {
    background: linear-gradient(160deg, rgb(18 128 255 / 10%), rgb(0 105 227 / 5%));
}

.start-section::after {
    width: 260px;
    top: 70px;
}

.start-section::before {
    width: 160px;
    top: 20px;
}

.start-right-col {
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 2;
}

.white_title {
    color: #fff;
}

.two_button_part .consult_btn {
    width: 120px;
    height: 45px;
    margin: 10px 0;
    border: 1px solid #00B26E;
    background-color: #21242C;
    border-radius: 10px;
    color: #00B26E;
}

.two_button_part .consult_btn:hover {
    background-color: #00b26e2c;
}

/* Affiliate_Landing and Shop_Landing part4 */
.horizontal_2Part {
    background-color: #F2F6F8;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4rem;
}

.horizontal_2Part {
    width: 100%;
    margin: auto;
}

.horizontal_2Part .content_container {
    margin: 8% 5%;
    flex-grow: 2;
    text-align: center;
}

.Shop_Landing .horizontal_2Part .content_container label {
    color: #00866D;
}


.Affiliate_Landing .features_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.Affiliate_Landing .features_box .icon_description {
    text-align: center;
    margin-top: 0;
}


.benefit_col {
    width: 50%;
}
.how_work_section {
    margin: 5% auto;
}

.how_work_section .features_box p {
    text-align: center;
}

.horizontal_2Part .vertical_line {
    content: '';
    width: 1px;
    height: 100px;
    background-color: #CBCBCB;
}

.benefit_section {
    margin: 120px auto;
    display: flex;
    gap: 40px;
}
.who_collaborate_section .features_box{
    flex-direction: row;

}
.who_collaborate_section .icon_wrapper{
    width: 30%;
}
.who_collaborate_section .icon_wrapper img{
    max-width: 100%;
}
.who_collaborate_section .features-txt{
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.who_collaborate_section .features-txt p{
    margin: 0;
    text-align: right!important;
}
.benefit_col:last-child {
    text-align: left;
}

.benefit_col:last-child img {
    max-width: 100%;
}

.benefit_col ul {
    margin-top: 45px;
}

.benefit_col ul li {
    list-style: none;
    position: relative;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.benefit_col ul li:before {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    background-image: url(../../images/landings/right_icon.png);
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.who_collaborate_section {
    margin: 120px auto;
}

.who_collaborate_section .features_box {
    box-shadow: 0 0 21px 12px rgba(0, 0, 0, 0.03);
    padding: 24px 24px 24px 24px;
    border-radius: 10px;
    text-align: center;
}

.who_collaborate_section .features_wrapper {
    grid-template-columns: repeat(2, 1fr);
}

.who_collaborate_section .icon_title {
    font-size: 16px;
    margin-top: 12px;
}

.who_collaborate_section .icon_description {
    font-size: 14px;
}

.feature_title {
    font-size: 20px;
}

.feature_desc {
    font-family: 'YekanR';
    color: #6A7076;
    font-size: 15px;
    margin-top: 10px;
}

/* MiniStore part_4 */
.Shop_Landing .horizontal_2Part {
    display: flex !important;
}

.icon {
    display: inline-flex;
    /* margin-bottom: 5px; */
    margin: auto auto auto 5px;
    justify-content: center;
}

.icon img {
    width: 70%;
}

.Personal_Payment_Landing .icon {
    margin: 0 0 5px 0;
}

.Vertical_Form_Section .items_box label {
    text-align: center;
}

.Vertical_Form_Section .items_box p {
    /*font-size: 22px;*/
    text-align: center;
}

.Vertical_Form_Section .items_box:nth-of-type(1) label {
    color: #003BFF;
}

.Vertical_Form_Section .items_box:nth-of-type(2) label {
    color: #ED5200;
}

.Vertical_Form_Section .items_box:nth-of-type(3) label {
    color: #00AF4A;
}

.Vertical_Form_Section .items_box:nth-of-type(4) label {
    color: #E2004E;
}


/* Affiliate_Landing Part_5 */
.Marketing_panel {
    /*width: 90%;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 50px auto 30px;
    gap: 50px;
}

.Marketing_col {
    text-align: center;
}

.Marketing_panel label:nth-of-type(2) {
    color: #6A7076;
}

.Marketing_panel .Marketing_Panel_img {
    max-width: 100%;
}


/* Part_6 Slider for Comment */
.user_comment_container {
    margin: auto auto 40px;
}

.user_comment_container .User_Comments_Tilte {
    color: #31333C;
}

.user_comment_container .User_Comments_Tilte, .User_Comments_Subtitle {
    text-align: center;
    display: block;
}

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

#slider {
    position: relative;
    overflow: hidden;
    margin: 20px auto 0 auto;
    border-radius: 5px;
}

#slider ul {
    position: relative;
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    margin: 0 auto 0 auto;
    padding: 0;
    border-radius: 12px;
    width: 80%;
    min-height: auto;
    list-style: none;
}

#slider ul li {
    position: relative;
    margin: auto;
    padding: 0;
    height: auto;
    text-align: justify;

}

#slider ul li .slider_item_wrapper {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 250px !important;
    padding: 40px 30px;
    margin: 0 10px;
    background: #F3F5F6;
    border-radius: 10px;
}

#slider ul li .slider_item_wrapper img {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #159BD5;
    margin: 15px 0;
}

#slider ul li .slider_item_wrapper span {
    display: block;
    /* background-color: chartreuse; */
}

a.control_next,
a.control_prev {
    position: absolute;
    top: 50%;
    z-index: 999;
    display: block;
    padding: 1% 1%;
    width: auto;
    height: auto;
    background: #e8e9e9;
    color: rgb(78, 78, 78);
    text-decoration: none;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
}

a.control_next:hover,
a.control_prev:hover {
    opacity: 1;
    -webkit-transition: all ease 0.3s;
}

a.control_prev {
    left: 0;
    border-radius: 0 2px 2px 0;
}

a.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
}

.btn_container {
    display: flex;
    justify-content: center;
    /*margin: auto;*/
}

.btn_container .Comment_submit {
    border: 1px solid #bdbdbd;
    border-radius: 10px;
    background-color: #fdfdfd;
    color: #616B75;
    /*font-size: 16px;*/
    padding: 5px 10px;
    margin: 20px auto 10px auto;
}

.btn_container .Comment_submit:hover {
    background-color: #ececec;
}

/* Support Part */
.Support_need {
    width: 80%;
    margin: 80px auto;
}

.Support_need .Support_wrapper {
    width: 100%;
    /*height: 30px;*/
    padding: 10px 0;
    background-color: #00D684;
    border-radius: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: white;
    margin: 5px auto;
}

.Support_need .Support_wrapper .Tel_number {
    background-color: white;
    padding: 10px 20px;
    border-radius: 20px;
    color: #6A6A6A;
}

/* Frequently_Questions */

.Frequently_Questions {
    width: 60%;
    margin: 80px auto;
    text-align: center;
}

.Frequently_Questions label {
    display: block;
    margin-bottom: 10px;
    color: #31333C;
}

.Frequently_Questions label:nth-of-type(2) {
    color: #6A7076;
}

.Frequently_Questions .Question_Fields {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    padding: 0;
}

.Frequently_Questions .Question_Fields li {
    width: 100%;
    padding: 10px 30px;
    margin: 5px 0;
    background-color: #2A2E39;
    border-radius: 10px;
    list-style: none;
    color: white;
    display: flex;
    flex-direction: column;
}

.Frequently_Questions .Question_Fields li .Question_arrow {
    display: flex;
    justify-content: space-between;
}

.Frequently_Questions .Question_Fields li p {
    padding: 10px;
    display: none;
    text-align: justify;
}

.Frequently_Questions .Question_Fields li span {
    cursor: pointer;
    padding: 5px 10px;
}

.Frequently_Questions .Question_Fields li .Question, .Answer_Questions {
    font-size: 17px;
}

.Frequently_Questions .arrow {
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}

/* .Frequently_Questions .indicator_left{
    display: none;
} */
.Frequently_Questions .indicator_down {
    display: none;
}

.Frequently_Questions .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.Frequently_Questions .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/*  استایل‌های اختصاصی لندینگ‌ها*/
/* Affiliate_Landing */
.Affiliate_Landing .Top_landing_viewport {
    background-image: linear-gradient(#E3ECFF, white);
}

.Affiliate_Landing .how_build_section {
    margin: auto auto;
}

.Affiliate_Landing .Top_landing_viewport .Top_content_part .contentIitems h1 span {
    color: #1280FF;
}

.Affiliate_Landing .Top_landing_viewport .Top_content_part .contentIitems button {
    background-image: linear-gradient(to right, #1280FF, #0069E3);
}

.Affiliate_Landing .Top_landing_viewport .Top_content_part .contentIitems a {
    background-image: linear-gradient(to right, #1280FF, #0069E3);
}

.Affiliate_Landing .Top_landing_viewport .Top_content_part .contentIitems button:hover {
    background-image: linear-gradient(to right, #0069E3, #1280FF);
}

.Affiliate_Landing .Top_landing_viewport .Top_content_part .contentIitems a:hover {
    background-image: linear-gradient(to right, #0069E3, #1280FF);
}

/* Shop_Landing */
.Shop_Landing .background_header {
    background-image: linear-gradient(#D0EEE5, #DFF5EF);
}

.Shop_Landing .Top_landing_viewport {
    background-image: linear-gradient(#DFF5EF, white);
}

.Shop_Landing .Top_landing_viewport .Top_content_part .contentIitems h1 span {
    color: #00B771;
}

.Shop_Landing .Top_landing_viewport .Top_content_part .contentIitems button {
    background-image: linear-gradient(to right, #00B771, #00D583);
}


/* Personal_Payment_Landing */
.Personal_Payment_Landing .background_header {
    background-image: linear-gradient(#FFE4D2, #FFF0E3);
}

.Personal_Payment_Landing .Top_landing_viewport {
    background-image: linear-gradient(#FFF0E3, white);
}

.Form_Spantxt {
    color: #1280FF;
}

.Personal_Payment_Landing .Form_Spantxt {
    color: #FF9300;
}

.Personal_Payment_Landing .Top_landing_viewport .Top_content_part .contentIitems label span:nth-of-type(2) {
    color: #FF9300;
}

.Personal_Payment_Landing .Top_landing_viewport .Top_content_part .contentIitems button {
    background-image: linear-gradient(to right, #FF9300, #FFB100);
}

.Personal_Payment_Landing .Top_landing_viewport .Top_content_part .contentIitems a {
    background-image: linear-gradient(to right, #FF9300, #FFB100);
}

.Personal_Payment_Landing .Top_landing_viewport .Top_content_part .contentIitems button:hover {
    background-image: linear-gradient(to right, #FFB100, #FF9300);
}

.Personal_Payment_Landing .Top_landing_viewport .Top_content_part .contentIitems a:hover {
    background-image: linear-gradient(to right, #FFB100, #FF9300);
}

/*.Personal_Payment_Landing .Support_need .Support_wrapper{*/
/*    background-color: #003BFF;*/
/*}*/
.Personal_Payment_Landing .Vertical_Form_Section .items_box .icon img {
    margin-bottom: 10px;
    width: 80%;
}

/* another*/
.line {
    width: 75%;
    height: 2px;
    margin: auto auto 30px;
    background-color: #94949470;
}

/* edited by Sepehr */
.swiper-wrapper .svgdialog {
    position: absolute;
    bottom: 0;
    left: 0;
}

.part6.org_container {
    margin: auto;
    text-align:center;
}

.user_experience_sec {
    padding-top: 4rem;
    text-align: center;
}

.part6.org_container .part6-top .fs_title4 {
    text-align: center;
    color: #263d80;
}

.part6.org_container .part6-top .fs_caption {
    text-align: center;
    color: #13254A;
}

.Invoice_Landing .Top_landing_viewport .fs_title1{
    color: #00796B;
}

.cta5{
    background-image:  linear-gradient(135deg, #00796B 0%, #26C6DA 100%);
    margin-top: 20px;
}
.cta5:hover {
    background-image: linear-gradient(to right, #26C6DA, #00796B);
}
.Invoice_Landing .how_work_section .features_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.Invoice_Landing .how_work_section .features_wrapper{
    grid-template-columns: repeat(4, 1fr);
}
.Invoice_Landing .start-section::before,.Invoice_Landing  .start-section::after{
    background: linear-gradient(160deg, rgb(0 121 107 / 10%), rgb(38 198 218 / 5%));
}
.Question{
    text-align: right;
}
@media screen and (max-width: 1200px) {
    .Top_landing_viewport .Top_content_part img {
        width: 350px;
    }

    .Marketing_panel .Marketing_Panel_img2 {
        margin: 2% 0;
        width: 700px;
    }

}

/********************************************** responsive 1200px ***************************************/
@media screen and (max-width: 1200px) {

    .Frequently_Questions .Question_Fields li .Question, .Answer_Questions {
        font-size: 16px;
    }
}

@media screen and (max-width: 1000px) {
    .step-number {
        left: unset;
        right: 30px;
    }

    .step-wrapper:nth-of-type(2) .row {
        flex-direction: row-reverse;
    }

    .step-col {
        padding-left: 2rem;
    }
}

@media screen and (max-width: 880px) {
    .Shop_Landing .horizontal_2Part .content_container img {
        width: 360px;
    }

    .Top_landing_viewport .Top_content_part img {
        width: 350px;
    }
}

/********************************************** responsive 850px ***************************************/
@media screen and (max-width: 850px) {
    .Affiliate_Tabapay .Affiliate_ImgPart img {
        width: 160px;
    }

    #slider ul li .slider_item_wrapper {
        width: 300px !important;
        margin: 0 5px;
    }
    .Invoice_Landing .how_work_section .features_wrapper{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 1000px) {
    .step-wrapper::after, .step-wrapper::before {
        left: 50%;
        margin-left: -2px;
        right: unset;
    }
}

/********************************************** responsive 768px ***************************************/
@media screen and (max-width: 768px) {
    .btn_container .Comment_submit {
        font-size: 14px;
    }
    .who_title {
        font-size: 16px;
    }
    .who_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .background_header {
        height: 90px;
    }
    .Top_landing_viewport {
        /* margin-bottom: 20px; */
    }

    .Top_landing_viewport .Top_content_part {
        flex-direction: column;
    }
    .Top_landing_viewport .Top_content_part > div{
        width: 100%;
    }

    .Top_landing_viewport .Top_content_part .TopView_img_wrapper {
        margin-top: 5%;
        grid-row-start: 1;
        grid-row-end: 2;
    }

    .Top_landing_viewport .Top_content_part img {
        width: 370px;
    }
    .benefit_col ul li .feature_title{
        font-size: 16px;
    }
    .Top_landing_viewport .Top_content_part .contentIitems h1 {
        /*font-size: 48px;*/
        text-align: center;
        padding: 0;
        display: block;
    }

    .Top_landing_viewport .Top_content_part .contentIitems p {
        text-align: center;
    }

    .Top_landing_viewport .Top_content_part .contentIitems button {
        display: block;
        text-align: center;
        width: 300px;
        height: 60px;
        margin: 4% auto;
    }

    .Top_landing_viewport .Top_content_part .contentIitems a {
        display: block;
        text-align: center;
        width: 300px;
        height: 60px;
        margin: 4% auto;
    }

    .Affiliate_Tabapay {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(4, 1fr);
        grid-gap: 0;
    }

    .Affiliate_Tabapay .Affiliate_content {
        padding: 0;
        margin-top: 0;
    }

    .Affiliate_Tabapay .Affiliate_content .item_1, .item_2 {
        justify-content: center;
        text-align: center;
    }

    .Affiliate_Tabapay .Affiliate_ImgPart {
        grid-column-start: 1;
        grid-column-end: 2;
    }

    .Affiliate_Tabapay .Affiliate_ImgPart:nth-of-type(2) {
        grid-row-start: 2;
        grid-row-end: 3;
    }

    .Affiliate_Tabapay .Affiliate_ImgPart:nth-of-type(3) {
        grid-row-start: 3;
        grid-row-end: 4;
    }

    .Affiliate_Tabapay .Affiliate_ImgPart:nth-of-type(4) {
        grid-row-start: 4;
        grid-row-end: 5;
    }

    .Affiliate_Tabapay .Affiliate_ImgPart #fast_Registration_2, #creat_Port_2, #sell_Affiliate_2 {
        display: block;
    }

    .Affiliate_Tabapay .Affiliate_ImgPart #fast_Registration_1, #creat_Port_1, #sell_Affiliate_1 {
        display: none;
    }

    .Affiliate_Tabapay .Affiliate_ImgPart img {
        width: 350px;
    }

    .Affiliate_Tabapay .Affiliate_content div .vertical_line {
        display: none;
    }

    .Affiliate_Tabapay .Affiliate_ImgPart label {
        z-index: 1;
    }

    .Affiliate_Tabapay .Affiliate_ImgPart:nth-of-type(2) label {
        text-align: left;
    }

    .Affiliate_Tabapay .Affiliate_content div p {
        margin-right: 0;
    }

    .Shop_Landing .horizontal_2Part .content_container img {
        width: auto;
        margin-top: 3%;
    }


    .Shop_Landing .horizontal_2Part .container {
        flex-direction: column;
    }

    .Shop_Landing .horizontal_2Part .container .vertical_line {
        display: none;
    }

    .Shop_Landing .horizontal_2Part .container .content_container:nth-of-type(1) {
        margin: 2% 0 1% 0;
    }

    .Shop_Landing .horizontal_2Part .container .content_container:nth-of-type(3) {
        margin: 2% 0 2% 0;
        padding: 20px;
    }

    .Vertical_Form_Section .items_box {
        width: 60%;
    }

    .Vertical_Form_Section .items_box label {
        /*font-size: 24px;*/
    }


    .four_items_section ul {
        flex-direction: column;
    }

    .Most_Questions {
        width: 90%;
    }

    .Frequently_Questions {
        width: 80%;
    }

    .Top_landing_viewport .Top_content_part .contentIitems label {
        /*font-size: 42px;*/
    }


    .four_items_section ul li .img_wrapper img {
        width: 260px;
    }

    .four_items_section label {
        font-size: 24px;
    }

    #slider ul li .slider_item_wrapper {
        width: 230px !important;
        margin: 0 5px;
    }

    .Frequently_Questions .Question_Fields li .Question, .Answer_Questions {
        font-size: 14px;
    }

    .step-number {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }

    .step-number::before {
        width: 30px;
        height: 30px;
        top: -5px;
        left: -5px;
    }

    .step-wrapper::after, .step-wrapper::before {
        right: 38px;
        left: unset;
    }

    .step-wrapper::after {
        top: calc(50% + (8px + 1rem));
    }

    .step-col {
        padding-right: 4rem;
    }

    .step-subtitle {
        margin-top: 5px;
    }

    .step-wrapper:nth-of-type(1) .row .step-col:last-child, .step-wrapper:nth-of-type(2) .row .step-col:first-child, .step-wrapper:nth-of-type(3) .row .step-col:last-child {
        padding-right: 0;
        flex: 40%;
        max-width: 40%;
    }

    .step-wrapper:nth-of-type(1) .row .step-col:first-child, .step-wrapper:nth-of-type(2) .row .step-col:last-child, .step-wrapper:nth-of-type(3) .row .step-col:first-child {

        flex: 60%;
        max-width: 60%;
    }

    .step-wrapper .step-col img {
        height: auto;
    }

    .step-title {
        font-size: 16px;
    }
}

/********************************************** responsive 699px ***************************************/

@media screen and (max-width: 699px) {
    .Support_need {
        width: 95%;
        margin: 80px auto;
    }

    .condition_wrapper {
        flex-direction: column;
    }

    .condition_col {
        width: 100%;
    }
}

/********************************************** responsive 576px ***************************************/

/********************************************** responsive 420px ***************************************/
@media screen and (max-width: 420px) {
    .Affiliate_Tabapay {
        margin-top: 30px;
    }

    .Top_landing_viewport {
        min-height: 85vh;
    }

    .Frequently_Questions .Question_Fields li .Question, .Answer_Questions {
        font-size: 13px;
    }
}

/********************************************** responsive 400px ***************************************/
@media screen and (max-width: 400px) {
    .btn_container .Comment_submit {
        /*font-size: 12px;*/
    }

    .two_button_part {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .two_button_part button {
        width: 150px;
    }

    .Affiliate_Tabapay .Affiliate_ImgPart img {
        width: 260px;
    }

    .Marketing_panel .Marketing_Panel_img1 {
        width: 300px;
    }

    .Vertical_Form_Section .items_box {
        width: 80%;
    }

    .Top_landing_viewport .Top_content_part .TopView_img_wrapper {
        width: 90%;
    }

    .four_items_section ul li .img_wrapper img {
        width: 230px;
    }

    .Shop_Landing .horizontal_2Part .content_container img {
        width: 300px;
    }

    .Top_landing_viewport .Top_content_part img {
        width: 260px;
        height: 250px;
        margin-top: 25px;
    }

    .Shop_Landing .Top_landing_viewport .Top_content_part img {
        width: 260px;
        height: 245px;
        margin-top: 25px;
    }

    .Top_landing_viewport .Top_content_part .TopView_img_wrapper {
        margin-bottom: 3%;
    }

    .Top_landing_viewport .Top_content_part {
        grid-gap: 2%;
    }

    .four_items_section ul {
        margin-bottom: 60px;
    }

    .Top_landing_viewport .Top_content_part .contentIitems label {
        /*font-size: 34px;*/
    }

}

/********************************************** responsive 350px ***************************************/
@media screen and (max-width: 350px) {
    .Marketing_panel .Marketing_Panel_img1 {
        width: 270px;
    }

    .Affiliate_Tabapay .Affiliate_ImgPart img {
        width: 220px;
    }

    .Shop_Landing .horizontal_2Part .content_container img {
        width: 270px;
    }

    .Frequently_Questions .Question_Fields li .Question, .Answer_Questions {
        font-size: 12px;
    }
}

/*************************************general styles for font size************************************************/
.fs_title1 {
    font-family: 'YekanM';
    font-size: 44px;
}

.fs_title2 {
    font-family: 'YekanM';
    font-size: 36px;
}

.fs_title3 {
    font-family: 'YekanM';
    font-size: 28px;
}

.fs_title4 {
    font-family: 'YekanM';
    font-size: 25px;
}

.fs_titrB {
    font-family: 'YekanR';
    font-size: 28px;
    margin-bottom: 20px;
}

.fs_titr {
    font-family: 'YekanR';
    font-size: 28px;
}

.fs_caption {
    font-family: 'yekanR';
    font-size: 20px;
    padding: 5px 0;
}

.fs_tab {
    font-family: 'yekanR';
    font-size: 22px;
}

.fs_formTitle, .fs_button {
    font-family: 'yekanM';
    font-size: 16px;
    cursor: pointer;
}

.fs_formP {
    font-family: 'yekanM';
    font-size: 18px;
}

.fs_para {
    font-family: 'YekanR';
    font-size: 18px;
    padding: 5px 0;
}

.fs_enTitle {
    font-family: 'YekanM';
    font-size: 28px;
}

.fs_enPara {
    font-family: 'yekanR';
    font-size: 18px;
}

@media screen and (max-width: 1240px) {
    .why_taba_section > div {
        width: 90%;
    }

    .who_collaborate_section .features_wrapper {
        column-gap: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        /*width: 90%;*/
    }

    .sample_wrapper {
        gap: 10px;
    }

    .Top_landing_viewport .Top_content_part {
        margin: 0;
    }

    .Top_landing_viewport .Top_content_part img {
        width: 400px;
    }

    .Affiliate_Tabapay .Affiliate_content span img {
        width: 30px;
        height: 30px;
    }

    .Marketing_panel .Marketing_Panel_img1 {
        display: block;
        /* width: 500px; */
    }

    .Marketing_panel .Marketing_Panel_img2 {
        display: none;
    }

    #slider ul li .slider_item_wrapper {
        width: 200px !important;
        margin: 0 3px;
    }

    .Frequently_Questions .Question_Fields li .Question, .Answer_Questions {
        font-size: 15px;
    }

    .why_taba_section > div {
        gap: 50px;
    }

    .affiliate-calc .calc-col1, .affiliate-calc .calc-col2 {
        width: 100%;
        box-sizing: border-box;
    }

    .affiliate-calc.org_container {
        flex-direction: column;
    }

    .features_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    #input1, #input2 {
        width: 100%;
    }

    .fs_title1 {
        font-size: 42px;
    }

    .fs_title2 {
        font-size: 30px;
    }

    .fs_title3 {
        font-size: 38px;
    }

    .fs_title4 {
        font-size: 32px;
    }

    .fs_titrB {
        font-size: 24px;
    }

    .fs_titr {
        font-size: 24px;
    }

    .fs_caption {
        font-size: 17px;
    }

    .fs_tab {
        font-size: 18px;
    }

    .fs_formTitle, .fs_button {
        font-size: 14px;
    }

    .fs_formP, .fs_para {
        font-size: 15px;
    }

    .fs_enTitle {
        font-size: 24px;
    }

    .fs_enPara {
        font-size: 15px;
    }
}

/********************************general styles responsive 992px *******************************************/
@media screen and (max-width: 992px) {
    .who_collaborate_section .features_wrapper {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 20px;
    }

    .btn_container .Comment_submit {
        /*font-size: 15px;*/
    }

    .Affiliate_Tabapay {
        grid-gap: 1%;
    }

    .Affiliate_Tabapay .Affiliate_ImgPart img {
        width: 180px;
    }

    .four_items_section ul {
        grid-template-columns: repeat(2, 1fr);
        grid-row-columns: repeat(2, 1fr);
    }

    .Top_landing_viewport .Top_content_part .contentIitems label {
        /*font-size: 48px;*/
    }

    .four_items_section ul li .img_wrapper img {
        width: 280px;
    }

    #slider ul li .slider_item_wrapper {
        width: 220px !important;
        margin: 0 3px;
    }

    .why_taba_section .why_taba-col1 {
        width: 30%;
    }

    .why_taba_section .why_taba-col2 {
        padding: 2rem;
    }

    .start-section {
        box-sizing: border-box;
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
        padding: 20px;
    }


    .start-section::before {
        top: 100px;
    }

    .start-section::after {
        width: 210px;
        top: 128px;
    }

    .fs_title1 {
        font-size: 40px;
    }

    .fs_title3 {
        font-size: 36px;
    }

    .fs_title4 {
        font-size: 30px;
    }

    .fs_titrB {
        font-size: 22px;
    }

    .fs_titr {
        font-size: 22px;
    }

    .fs_caption {
        font-size: 16px;
    }

    .fs_formP, .fs_para {
        font-size: 14px;
    }

    .fs_enTitle {
        font-size: 23px;
    }

    .fs_enPara {
        font-size: 14px;
    }
}

/********************************general styles responsive 768px *******************************************/
@media screen and (max-width: 768px) {
    .why_taba_section > div {
        flex-direction: column;
    }

    .condition_wrapper {
        gap: 40px;
    }

    .use_condition_section .icon_title {
        font-size: 16px;
    }

    .cta2 {
        width: 100%;
        box-sizing: border-box;
    }

    .why_taba-col {
        width: 75%;
    }

    .why_taba_section .why_taba-col1 {
        width: 100%;
        text-align: center;
    }

    .why_taba_section::before {
        width: 100%;
    }

    .fs_title1 {
        font-size: 38px;
    }

    .fs_title2 {
        font-size: 26px;
    }

    .fs_title3 {
        font-size: 24px;
    }

    .fs_title4 {
        font-size: 28px;
    }

    .fs_titrB {
        font-size: 20px;
    }

    .fs_titr {
        font-size: 21px;
    }

    .fs_caption {
        font-size: 15px;
    }

    .fs_tab {
        font-size: 16px;
    }

    .fs_formTitle, .fs_button {
        font-size: 13px;
    }

    .fs_formP, .fs_para {
        font-size: 13px;
    }

    .fs_enTitle {
        font-size: 20px;
    }

    .fs_enPara {
        font-size: 14px;
    }

    .Marketing_panel {
        flex-direction: column;
    }

    .Marketing_col {
        width: 100%;
    }

    .benefit_section {
        flex-direction: column;
        gap: 30px;
    }

    .benefit_section .fs_title2 {
        text-align: center
    }

    .benefit_section .benefit_col {
        width: 100%;
    }

    .benefit_section .benefit_col:last-child {
        text-align: center;
    }
}

@media (max-width: 640px) {

    .horizontal_2Part .container {
        flex-direction: column;
    }
    .horizontal_2Part .container .vertical_line{
        display: none;
    }

}

/********************************general styles responsive 576px *******************************************/
@media screen and (max-width: 576px) {
    .Support_need .Support_wrapper {
        display: block;
        text-align: center;
        width: 95%;
        margin: 80px auto;
    }

    /*.btn_container .Comment_submit{*/
    /*    font-size: 13px;*/
    /*}*/
    .Top_landing_viewport .Top_content_part .TopView_img_wrapper {
        margin-top: 3%;
    }

    .Semicircle_Arrow {
        display: block;
        position: relative;
        text-align: center;
        margin: 10px 0 50px 0;
    }

    .Semicircle_Arrow .Semicircle {
        width: 70px;
        height: 35px;
        border: 4px dashed #D8D8D8;
        border-top-left-radius: 45px;
        border-top-right-radius: 45px;
        border-bottom: 0;
        margin: auto;
    }

    .Semicircle_Arrow .Semicircle .Bottom_Arrow {
        font-size: 35px;
        color: #7E7E7E;
        margin: 10px;
    }

    .Affiliate_Tabapay .Affiliate_ImgPart img {
        width: 320px;
    }

    /* .Marketing_panel{
        margin-top: 20px;
    } */
    .Marketing_panel .Marketing_Panel_img1 {
        width: 370px;
    }

    .Vertical_Form_Section .items_box {
        width: 70%;
    }

    /*.Vertical_Form_Section .items_box label{*/
    /*    font-size: 22px;*/
    /*}*/
    .Top_landing_viewport .Top_content_part .contentIitems label {
        /*font-size: 38px;*/
    }

    .Top_landing_viewport .Top_content_part .contentIitems button {
        width: 250px;
        height: 50px;
    }

    .four_items_section label {
        margin-top: 22px;
        margin-bottom: 20px;
    }

    .four_items_section ul {
        grid-template-columns: repeat(1, 1fr);
        grid-row-columns: repeat(4, 1fr);
        grid-gap: 3%;
        margin-bottom: 100px;
    }

    .four_items_section ul li .img_wrapper img {
        width: 300px;
    }

    .four_items_section ul li .img_wrapper img:nth-of-type(1) {
        display: none;
    }

    .four_items_section ul li .img_wrapper img:nth-of-type(2) {
        display: block;
    }

    .Shop_Landing .horizontal_2Part .content_container img {
        width: 370px;
    }

    .sample_section {
        margin-top: 40px;
    }

    .sample_section_subtitle {
        font-size: 18px;
    }

    #slider ul li .slider_item_wrapper {
        width: 250px !important;
        margin: 0 5px;
    }

    .fs_title1 {
        font-size: 36px;
    }

    .fs_title2 {
        font-size: 24px;
    }

    .fs_title3 {
        font-size: 20px;
    }

    .fs_titrB {
        font-size: 18px;
    }

    .fs_title4 {
        font-size: 26px;
    }

    .fs_titr {
        font-size: 20px;
    }

    .fs_caption {
        font-size: 14px;
    }

    .fs_tab {
        font-size: 15px;
    }

    .fs_formTitle, .fs_button {
        font-size: 12px;
    }

    .fs_formP, .fs_para {
        font-size: 13px;
    }

    .fs_enTitle {
        font-size: 18px;
    }

    .fs_enPara {
        font-size: 13px;
    }

    .features_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .sample_wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
        margin-bottom: 50px;
    }

    .Frequently_Questions {
        width: 80%;
    }
}

/********************************general styles responsive 400px *******************************************/
@media screen and (max-width: 400px) {
    .fs_title1 {
        font-size: 32px;
    }

    .fs_title2 {
        font-size: 30px;
    }


    .fs_title4 {
        font-size: 24px;
    }

    .fs_titrB {
        font-size: 16px;
    }

    .fs_titr {
        font-size: 18px;
    }

    .fs_caption {
        font-size: 13px;
    }

    .fs_tab {
        font-size: 14px;
    }

    .fs_formTitle, .fs_button {
        font-size: 12px;
    }

    .fs_formP, .fs_para {
        font-size: 12px;
    }

    .fs_enTitle {
        font-size: 16px;
    }

    .fs_enPara {
        font-size: 12px;
    }
}



