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

div:focus-visible,
p:focus-visible,
img:focus-visible {
    outline: none;
    outline: 0;
}

.affiliatesContainer {}

.aboutAffiliates,
.affiliates-program,
.commision,
.affiliates-contUs,
.affiliates-faq {
    margin-bottom: 16px;
}

.affiliatesHeading {
    background: #2B2F35;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 20px;
    letter-spacing: .5;
}

.aboutAffiliatesContainer {
    display: flex;
    background-image: linear-gradient(90deg, #9F0100, #CC0000);
    height: 400px;
}

.aboutLeft {
    width: 45%;
    display: flex;
}

.about-logoSec {
    flex: 1;
    height: 100%;
    background: #fff;
    overflow: hidden;
}

.about-logoImg2 {
    width: 260px;
}

.about-logoImg2 img {
    width: 100%;
}

.aboutArrow {
    margin-left: -1px;
    width: 0;
    height: 0;
    border-left: 10vw solid #fff;
    border-top: 200px solid transparent;
    border-bottom: 200px solid transparent;
}

.about-logoDiv {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    column-gap: 14px;
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    margin-left: 14px;
}

.aboutRight {
    padding: 0 1.5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.8;
}

.mainText,
.subText {
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}

.mainText {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .5;
}

.subText {
    font-size: 16px;
    font-weight: 100;
}

.affiliateBtn {
    margin-top: 20px;
    background: #fff;
    padding: 0 34px;
}

.affiliates-program {
    background: #fff;
}

.affiProgramHeading {
    font-size: 30px;
    font-weight: 700;
    padding: 60px 0 40px 20px;
}

.affiProgramCardsContainer {
    width: 97%;
    margin: auto;
    display: flex;
    column-gap: 10px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    row-gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 130px;
}

.affiProgramCard {
    display: flex;
    align-items: center;
    flex: 1;
    column-gap: 7px;
    -webkit-column-gap: 7px;
    -moz-column-gap: 7px;
    min-width: 246px;
    background: #F3F3F3;
    height: 72px;
    border-radius: 2px;
    padding: 0 10px;
}

.affiProgramCard img {
    width: 41px;
    height: 41px;
    background: #C51A1B;
    border-radius: 2px;
    padding: 6px;
}

.affiProgramCard p {
    margin: 0;
}
@media(min-width:1290px) {
    .affiProgramCardsContainer {
        margin-left: 20px;
    }
    .affiProgramCard {
        width: 246px;
        flex: none;
    }
}
.howAffiProgramWork {
    background-image: linear-gradient(to right, #FFC700, #9C0A0A);
    height: 380px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.girlImg {
    margin-top: -96px;
    width: auto;
    height: 126%;
}

.girlImg img {
    width: auto;
    height: 100%;
}

.howWorksDesc {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 10px;
}

.mainText2 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .5;
    color: #fff;
    margin-bottom: 12px;
}

.subText2 {
    font-size: 16px;
    font-weight: 100;
    color: #fff;
}

.peopleNetworkImg {
    height: 100%;
    width: auto;
    overflow: hidden;
}

.peopleNetworkImg img {
    height: 100%;
    width: auto;
}

.commissionTableDiv {
    overflow: auto;
}

.commissionTable {
    width: 100%;
    min-width: 400px;
    background: #fff;
}

.commissionTable thead th,
.commissionTable tbody td {
    text-align: center;
}

.commissionTable thead tr {
    background: #53555B;
    color: #fff;
    height: 46px;
}

.commissionTable tbody tr {
    height: 46px;
    border-bottom: 1px solid #E5E5E5;
}

.affiliates-contUsContainer {
    height: auto;
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.affiliates-right {
    height: auto;
    flex: 1;
    margin: auto;
    text-align: center;
}

.affiliates-right img {
    width: 460px;
}

.affiliates-left {
    padding: 30px 0 30px 45px;
    height: auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.affi-mail {
    width: 400px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    color: #fff;
    column-gap: 8px;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    word-break: break-all;
}

.affi-mail:nth-child(1) {
    padding: 0 44px;
    justify-content: end;
    background-image: url(../images/affiliates/mailBg.jpg);
}

.affi-mail:nth-child(2) {
    padding-left: 50px;
    margin-right: 88px;
    background-image: url(../images/affiliates/contactBg.jpg);
}

.affi-mail:nth-child(3) {
    padding-right: 50px;
    justify-content: end;
    background-image: url(../images/affiliates/livesupportBg.jpg);
}

.affi-mail img {
    width: 36px;
    height: 36px;
}

.affiliates-faqContainer {
    background: #fff;
    padding: 12px;
}

.faqTables {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1%;
    -webkit-column-gap: 1%;
    -moz-column-gap: 1%;
}

.faqTables.faq_tables {
    display: block;
}

.faqTables.faq_tables .acc {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1%;
    -webkit-column-gap: 1%;
    -moz-column-gap: 1%;
}

.faqTableDiv {
    width: 49.5%;
    display: flex;
    flex-direction: column;
}

.affiliates-faqs {
    width: 100%;
    border: 1px solid #B4B4B4;
    height: fit-content;
    margin-bottom: 10px;
}

.faqHeader,
.faqContent {
    height: 46px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    padding: 0 20px;
}

.acc__title {
    cursor: pointer;
}

.acc__title img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.acc__title.active img {
    transform: rotate(-180deg);
}

.faqHeader {
    background: #53555B;
    color: #fff;
    font-size: 16px;
}

.faqContent {
    font-size: 14px;
    border-bottom: 1px solid #B4B4B4;
    background: #fff;
}

.faqContent2 {
    background: #F9F9F9;
    padding: 20px;
    border-bottom: 1px solid #B4B4B4;
}

.faqContent:nth-last-child(1),
.faqContent2:nth-last-child(1) {
    border-bottom: none;
}

.faqContent2 li {
    margin: 0 0 5px 14px;
}

.faqContent2 li:nth-last-child(1),
.faqContent2 ul {
    margin-bottom: 0;
}

.faqContent p {
    margin: 0;
}

.affi-minus,
.affi-plus {
    font-size: 18px;
    text-align: right;
    cursor: pointer;
}

.acc__panel {
    display: none;
}

@media(max-width:1800px) {
    .howWorksDesc {
        left: 58%;
    }
}
@media(max-width:1400px) {
    .howWorksDesc {
        left: 70%;
    }
}

@media(max-width:1200px) {
    .aboutAffiliatesContainer {
        display: block;
        height: auto;
    }
    .aboutLeft {
        width: 100%;
    }
    .aboutArrow {
        display: none;
    }
    .aboutRight {
        width: 100%;
        padding: 30px 20px;
    }
    .about-logoDiv {
        justify-content: center;
        padding: 40px 0;
        column-gap: 10px;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
    }
    .affiliates-contUsContainer {
        flex-direction: column;
        height: auto;
    }
    .affiliates-right {
        width: 100%;
    }
    .affiliates-left {
        width: 100%;
        align-items: center;
    }
    /* .affi-mail:nth-child(2) {
        margin-right: 90px;
    } */
    .howAffiProgramWork {
        height: 300px;
    }
    .girlImg {
        margin-top: -28px;
        height: 110%;
    }
    .faqTableDiv {
        width: 100%;
    }
    .affiProgramCardsContainer {
        margin-bottom: 100px;
    }
}
@media only screen and (max-width:900px){
    .howWorksDesc {
        left: 75%;
    }
}
@media(max-width:767px) {
    .affiliates-right img {
        width: 350px
    }
    .girlImg {
        margin-top: -16px;
        height: 108%;
    }
    .affiliatesHeading {
        font-size: 14px;
        height: 40px;
        background: #43444A;
        padding-left: 12px;
    }
    .affiliates-faqContainer {
        padding: 8px;
        background: transparent;
    }
    .mainText {
        font-size: 16px;
    }
    .subText {
        font-size: 12px;
    }
    .faqHeader,
    .faqContent {
        height: 40px;
        padding: 0 10px;
    }
    .faqContent2 {
        padding: 10px;
    }
    .affi-mail {
        width: 300px;
        height: 60px;
    }
    .affiProgramHeading {
        font-size: 16px;
        padding: 30px 0 20px 12px;
    }
    .howAffiProgramWork {
        height: 210px;
    }
    .mainText2 {
        line-height: 1.2;
        font-size: 16px;
    }
    .subText2 {
        font-size: 12px;
    }
    .affiProgramCardsContainer {
        margin-bottom: 70px;
    }
    .commissionTable thead th,
    .commissionTable tbody td {
        font-size: 14px;
    }
    .commissionTableDiv {
        margin: 8px;
    }
    .affi-mail:nth-child(1),
    .affi-mail:nth-child(2),
    .affi-mail:nth-child(3) {
        padding: 0 40px;
    }
    .affi-mail img {
        width: 26px;
        height: 26px;
    }
}
@media(max-width:600px) {
    .affiliatesHeading {
        justify-content: center;
        padding-left: 0;
    }
    .about-logoDiv {
        margin-left: 0;
    }
    .girlImg {
        margin-top: -33px;
        height: 116%;
    }
    .affiliates-right img {
        width: 400px
    }
}
@media(max-width:500px) {
    .affi-mail:nth-child(1),
    .affi-mail:nth-child(2),
    .affi-mail:nth-child(3) {
        padding: 0 30px;
    }
}
@media only screen and (max-width:420px){
    .girlImg {
        margin-top: -12px;
        height: 106%;
    }
    .affiliates-right img {
        width: 92%;
    }
}
@media(max-width:350px) {
    .about-logoDiv {
        margin-left: 0;
    }
    .affi-mail {
        width: 258px;
        height: 50px;
    }
    .affi-mail span {
        text-align: right;
        font-size: 11px;
        width: 82%;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .howAffiProgramWork {
        height: 200px;
    }
    .affi-mail:nth-child(1),
    .affi-mail:nth-child(2),
    .affi-mail:nth-child(3) {
        padding: 0 20px;
    }
    .affi-mail img {
        width: 20px;
        height: 20px;
    }
}
@media(max-width:320px) {
    .mainText2 {
        font-size: 14px;
    }
    .subText2 {
        font-size: 11px;
    }
    .girlImg {
        margin-top: 0px;
        height: 100%;
    }
    .girlImg img {
        height: 92%;
        margin-top: 16px;
    }
}
@media(max-width:300px) {
    .about-logoImg2 {
        width: 180px;
    }
    .affi-mail {
        width: 250px;
    }
    .affiliates-left {
        padding: 30px 0 30px 25px;
    }
    .affi-mail:nth-child(2) {
        margin-right: 50px;
    }
}
