.affiliateSubtitle {
    font-size: 1.2rem;
    font-weight: 500;
    margin: 1rem;
}

.mony-back {
    font-style: italic;
}

.indentation {
    margin: 0 auto 2rem;
}

.coupon-code {
    color: #f05243;
    font-weight: 700;
    border-radius: 0.75rem;
    font-size: 1rem;
    padding: 10px 3rem;
    border: 2.5px dashed #f05243;
    cursor: pointer;
    transition: opacity .3s;
    display: block;
    text-align: center;
}

.coupon-code:hover {
    color: #f05243;
    text-decoration: underline;
}

.theme-btn1 {
    display: inline-block;
    min-width: 200px;
    padding: 15px;
    background: linear-gradient(298deg, #ca2a2a 2.2%, #fb4c41 57.73%, #aa323f 92.1%);
    color: #fff;
    text-align: center;
    font-family: Onest, sans-serif;
    font-weight: 600;
    border-radius: 0.5rem;
    line-height: 22px;
    border: 1.5px solid transparent;
    transition: .3s;
    cursor: pointer;
    font-size: 16px;
}

.theme-btn1:hover {
    background: 0 0;
    color: #f05243;
    border: 1.5px solid;
}

.affiliate-text__end {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 10px;
}

.affiliate_h2 {
    font-size: 1.2rem;
    line-height: 1.2rem;
}

.affiliate_a {
    font-size: 1.2rem;
    width: 200px;
}

.affiliate p {
    font-size: 1rem;
}

.affiliate h2 {
    text-align: center;
}

/* .correct{
    justify-content: center;
} */
/* .content h2{
    font-size:2.48rem;
} */
.content p {
    text-align: center;
}

.header-hero__content {
    align-items: center;
}

ul.resp-tabs-list {
    margin: 2rem 0 0 0;
    display: flex;
    border-radius: 0;
    justify-content: center;
    gap: 50px;
    padding: 0;
    flex-flow:row-reverse
}

    .banners{
        max-height: max-content;
        height: 450px
    }
.resp-tabs-list li {
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    padding: 9px 20px;
    list-style: none;
    cursor: pointer;
    position: relative;
    background-color: #e6e7ff;
    border-radius: 30px;
    margin: 5px 0px;
}

.resp-tabs-list li.resp-tab-active {
    border-bottom: none;
    background: linear-gradient(298deg, #ca2a2a 2.2%, #fb4c41 57.73%, #aa323f 92.1%);
    border: none;
    color: #fff;
    position: relative;
}

.banners p {
    text-align: center;
}
.banners img{
    height: auto;
    max-width: 100%;
}
.resp-tabs-container {
    padding: 0px;
    background-color: transparent;
    clear: left;
}

.resp-tab-content {
    display: none;
    padding: 15px 0px;
}

.resp-tab-content-active {
    display: block;
}

.justify-content-center {
    justify-content: center !important;
}

.bnr-body {
    display: grid;
    justify-items: center;
    gap: 20px;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.fade:not(.show) {
    opacity: 0;
}


.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

.modal.show .modal-dialog {
    transform: none;
}
.show1{
    background: #00000063;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 650px;
        margin: 5.75rem auto;
    }
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.3rem;
    outline: 0;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    position: relative;
    justify-content: space-between;
    padding: 1.5rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    margin-right: 3rem;
    line-height: normal;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url(/wp-content/uploads/2023/10/close.svg);
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
    background-repeat: no-repeat;
    background-position: center;
}
.modal-header .btn-close{
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-header .btn-close{
    z-index: 1;
    position: absolute;
    right: 18px;
    top: 18px;
    background-color: #FFF;
    opacity: 1;
    border-radius: 50%;
    background-size: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    padding: 0.8rem;
}
.modal-body .copy_code h5{
    color:#f05143;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    text-align: left;
    text-align: center;
}
.modal-body .copy_code textarea{
    display: inline-block;
    width: 100%;
    text-align: left;
    min-height: 100px;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #ccc;
    padding: 10px;
}
.noti-fica{
    padding: 5px;
}
.noti-fica p {
    color: #f00;
    font-size: 14px;
    text-align: left;
}
.noti-fica p span{
    color:#000;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1.5rem;
}
.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.d-block {
    display: block !important;
}
.comman-btn {
    display: inline-flex;
    justify-content: center;
    padding: 8px 16px;
    margin: 4px 0;
    position: relative;
    overflow: hidden;
    line-height: normal;
    border: none;
    font-size: 24px;
    align-items: center;
    font-weight: 800;
    color: #FFF;
    border-radius: 3px;
    min-height: 60px;
    min-width: 180px;
    background: linear-gradient(298deg, #ca2a2a 2.2%, #fb4c41 57.73%, #aa323f 92.1%);
}
.comman-btn1 {
    border-radius: 5px;
    min-width: 180px;
    font-size: 20px;
    color: #fff;
}



.affiliate .why{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
  .affiliate .choose__item{
    max-width: 100%;
    width: 100%;
    
  }
  .affiliate .choose__icon img{
    max-width: 200px;
  }
  @media (max-width: 991px) {
    .affiliate .why {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 600px) {
    .affiliate .why {
      grid-template-columns: 1fr;
    }
  }