﻿.partner-with-us-wrap {
    padding: 0px 0 0;
}
.partner-with-us-wrap .banner {
    background-image: url(/assets/images/partner/banner.png);
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.partner-with-us-wrap .banner .content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
}
.partner-with-us-wrap .banner .content .right-content, .partner-with-us-wrap .banner .content .left-content {
    margin: 0 100px;
}
.partner-with-us-wrap .banner .content .right-content h1 {
    color: #FFFFFF;
    font-size: 53px;
    font-weight: 700;
    line-height: 52px;
}
.partner-with-us-wrap .banner .content .left-content {
    background-color: #EF0073;
    width: 150px;
    height: 48px;
    border: 2px solid #EF0073;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partner-with-us-wrap .banner .content .left-content a {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}
.partner-with-us-wrap .second-section {
    padding: 50px 0 80px;
}
.partner-with-us-wrap .second-section .handshake {
    text-align: center;
    margin-bottom: 20px;
}
.partner-with-us-wrap .second-section .handshake .fa {
    font-size: 40px;
    color: #ef0073 !important;
}
.partner-with-us-wrap .second-section h2 {
    color: #324B72;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
}
.partner-with-us-wrap .second-section p {
    color: #324B72;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    opacity: 0.9000000358;
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.partner-with-us-wrap .partners-section {
    padding: 50px 0;
    background: #F4F8FB;
}
.partner-with-us-wrap .partners-section .partners-block-wrap {
    background: white;
}
.partnersWrapper {
    max-height: 300px;
    overflow-y: hidden;
}
.partner-with-us-wrap .partners-section .partners-block-wrap .partners-block .partner-logo {
    height: 100px;
    width: auto;
    text-align: center;
    margin: 30px;
    display: flex;
    align-items: center;
}
.partner-with-us-wrap .partners-section .partners-block-wrap .partners-block .partner-logo img {
    cursor: pointer;
    max-width: 100%;
    margin: 0 auto;
    max-height: 100%;
}
button.btn.btn-secondary {
    height: 37px;
    border-radius: 5px;
    color: #112950;
    background-color: #ffffff;
    border: 2px solid #112950;
    width: 95px;
}
.exploreWrapper .btn-secondary:hover {
    color: #fff !important;
    background-color: #545b62 !important;
    border-color: #4e555b !important;
}
.w3-modal {
    display: none;
    padding-top: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .83);
    z-index: 1064;
}
.w3-animate-zoom {
    animation: animatezoom 0.6s;
}
.w3-btn, .w3-button {
    border: none;
    display: inline-block;
    /*padding: 8px 3px;*/
    padding: 3px 3px 8px 3px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: #4f4d4e;
    text-align: center;
    cursor: pointer;
    font-size: 39px;
    z-index: 10;
    line-height: 13px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #e3e3e3;
}
.w3-display-topright {
    position: absolute;
    right: 10px;
    top: -5px;
}
.w3-modal-content {
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    margin-top: 120px;
    text-align: center;
    padding: 16px;
}
.w3-Coupon_sec {
    border: 2px dashed #eee;
    padding: 20px;
}
.Deals_day {
    margin: 10px auto;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
}
.Partner_CouponImg {
    margin: 0 auto;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.w3-modal-content img {
    width: auto;
    margin: 0;
    max-width: 100%;
    height: 100%;
}
.offer_code_section {
    text-align: center;
    align-items: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 15px 0;
}
.offer_box_sec {
    font-size: 24px;
    font-weight: 700;
    border: 2px dashed #ef0075;
    width: min-content;
    padding: 15px 20px;
}
.blur_high {
    filter: blur(7px);
    -webkit-filter: blur(7px);
}
.Validity_offercode {
    margin: 10px 0;
    font-size: 11px;
    font-weight: 500;
    color: #a7a7a7;
}
.campaignDescription {
    display: block;
    text-align: left;
    padding: 0px 20px 0 20px;
    font-size: 14px;
    color: #a7a7a7;
    font-weight: 500;
}
.terms_Partner {
    margin: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    text-align: left;
}
.TermsCondtionOffers {
    width: 100%;
    font-size: 12px;
}
.partner-with-us-wrap .partners-section .want-partner-with-us {
    padding: 40px;
    display: flex;
    background: #112950;
    margin-top: 30px;
    position: relative;
}
.partner-with-us-wrap .partners-section .want-partner-with-us .handshake {
    text-align: left;
    display: flex;
    align-items: center;
    width: 100px;
}
.partner-with-us-wrap .partners-section .want-partner-with-us .handshake .fa {
    font-size: 40px;
    color: #ef0073 !important;
}
.partner-with-us-wrap .partners-section .want-partner-with-us .text-content p {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
}
.partner-with-us-wrap .partners-section .want-partner-with-us .text-content span {
    color: #84A2D1 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
}
.partner-with-us-wrap .partners-section .want-partner-with-us .contact-button {
    background-color: #EF0073;
    border: 2px solid #EF0073;
    width: 150px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    text-align: center;
    right: 30px;
}
.partner-with-us-wrap .partners-section .want-partner-with-us .contact-button a {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}
.partnersWrapper.active {
    height: auto;
    max-height: 1400px;
    -webkit-transition: max-height 2s;
    transition: max-height 2s;
}
.outt {
    display: none;
}
.leftRs {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 100;
    left: 0;
    width: 50px;
    height: 50px;
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, .3);
    border-radius: 999px;
}
.rightRs {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 50px;
    height: 50px;
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, .3);
    border-radius: 999px;
}
.resCarousel {
    width: 100%;
    position: relative;
}
.resCarousel-inner {
    overflow-x: hidden;
    white-space: nowrap;
    font-size: 0;
    vertical-align: top;
}
.resCarousel-inner .item {
    display: inline-block;
    font-size: 14px;
    white-space: initial;
}
/*banner*/
.banner {
    overflow: hidden !important;
}
/*tile css*/
.resCarousel-inner .item .tile {
    background: white;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 5px;
}
/*animation*/
.resCarousel[data-animator="lazy"] .item {
    transition: .6s ease all;
}
.p0 {
    padding: 0;
}
.resCarousel-inner .item {
    text-align: center;
}
.resCarousel-inner .item .tile div,
.banner .item div {
    display: table;
    width: 100%;
    min-height: 250px;
    text-align: center;
}
.resCarousel-inner .item h1 {
    display: table-cell;
    vertical-align: middle;
    color: white;
}
.banner .item div {
    background: url('demoImg.jpg') center top no-repeat;
    background-size: cover;
    min-height: 550px;
}
.item .tile div {
    background: url("/assets/images/deals/demoImg.jpg") center center no-repeat;
    background-size: cover;
    height: 200px;
    color: white;
}

@media (max-width: 767px) {
    .partner-with-us-wrap .banner .content {
        display: block;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 100%;
        top: 16vh;
        bottom: 0;
    }
    .partner-with-us-wrap .banner .content .right-content h1 {
        font-size: 36px;
        text-align: center;
    }
    .partner-with-us-wrap .banner .content .left-content {
        width: 130px;
        height: 40px;
        margin: 18px auto;
    }
    .partner-with-us-wrap .partners-section .pay-pal-wrap, .partner-with-us-wrap .partners-section .partners-block-wrap {
        height: auto;
        margin-bottom: 30px;
    }
    .partners-block {
        height: 540px;
        overflow: hidden;
        overflow-y: scroll;
    }
    .partner-with-us-wrap .partners-section .partners-block-wrap .partners-block .partner-logo {
        width: 110px;
    }
    .partner-with-us-wrap .partners-section .partners-block-wrap .partner-logo img {
        width: 100%;
        max-height: unset !important;
    }
    button.btn.login-btn.btn-secondary.explore {
        background-color: #ffffff;
        border: 2px solid #112950;
        width: 95px;
        height: 37px;
        border-radius: 0;
        color: #112950;
        border: 2px solid #324B72;
        width: 135px;
        margin-right: -1rem;
    }
    .w3-modal-content {
        padding: 18px;
        margin-top: 90px;
    }
    .offer_code_section {
        padding-bottom: 0px;
    }
    .partner-with-us-wrap .partners-section .want-partner-with-us .text-content {
        width: 60%;
    }
    .partnersWrapper.active {
        height: auto;
        max-height: unset !important;
        -webkit-transition: max-height 2s;
        transition: max-height 2s;
    }
    .partner-with-us-wrap .partners-section .want-partner-with-us {
        padding: 20px;
        display: block;
    }
    .partner-with-us-wrap .partners-section .want-partner-with-us .handshake {
        margin: 0 auto 20px;
        justify-content: center;
    }
    .partner-with-us-wrap .partners-section .want-partner-with-us .text-content {
        width: 100%;
        text-align: center;
    }
    .partner-with-us-wrap .partners-section .want-partner-with-us .text-content p {
        font-size: 20px;
        margin-bottom: 10px;
        text-align: center;
    }
    .partner-with-us-wrap .partners-section .want-partner-with-us .text-content span {
        text-align: center;
    }
    .partner-with-us-wrap .partners-section .want-partner-with-us .contact-button {
        position: initial;
        margin: 20px auto 0;
    }

    .partner-with-us-wrap .banner .content .right-content {
        margin: 0 10px;
    }
    .partner-with-us-wrap .second-section {
        padding: 50px 0;
    }
    .partner-with-us-wrap .second-section p, .partner-with-us-wrap .second-section h2 {
        width: 100%;
    }
    .partner-with-us-wrap .partners-section .partners-block-wrap .partners-block .partner-logo {
        margin: 20px auto;
    }
    .TermsCondtionOffers ol{
        padding-left:0 !important
    }
    .resCarousel-inner {
        overflow-x: auto;
    }
    .ResSlid0 .item {
        width: 100% !important;
    }
}

@media (max-width: 575px) and (min-width: 320px){
    .partnersWrapper {
        max-height: 447px !important;
        overflow-y: hidden;
    }
    .w3-Coupon_sec {
        border: 2px dashed #eee;
        padding: 20px;
        height: 400px;
        overflow: hidden;
        overflow-y: scroll;
    }
}