/***
Template Style: Sellers
***/

.custom-ip-banner {
    margin-bottom: 6px;
    background-size: cover !important;
    position: relative;
    background-position: center;
    background-size: cover;
}

.custom-ip-banner:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
}

.custom-ip-banner canvas {
    width: 100%;
    display: block;
    min-height: 250px;
}

#content .custom-page-title {
    font-size: 55px;
    text-align: left;
    padding: 16px 0;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 5px;
    display: block;
}

h1:after {
    left: 0;
}

.custom-breadcrumbs p {
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 10px 0;
}

#content {
    position: relative;
}

#content > div {
    position: relative;
    z-index: 2;
}

#breadcrumbs a:hover, #breadcrumbs a:focus {
    color: #666666;
    opacity: 0.6;
}

.page-template-sellers {
    counter-reset: iPtitleNo;
}

.page-template-sellers h2:before {
    counter-increment: iPtitleNo;
    content: "0" counter(iPtitleNo);
}

#content h2 {
    font-size: 65px;
    margin: 0;
    font-weight: 400;
}

#content p.text-lg {
    /* font-size: 18px;
    font-weight: 500; */
    margin: 33px 0;
}

.sellers-sec1 {
    position: relative;
    padding-bottom: 50px;
}

.sellers-sec1 p {
    text-align:left;
}

.sellers-sec1 > div {
    position: relative;
}

.section-bg {
    position: absolute !important;
    background-size: cover !important;
    filter: grayscale(1);
    opacity: 0.12;
}

.section-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 36%, rgba(255,255,255,0.52) 70%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 36%,rgba(255,255,255,0.52) 70%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 36%,rgba(255,255,255,0.52) 70%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.section-bg:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30%;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.52) 30%, rgba(255,255,255,0.8) 64%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.52) 30%,rgba(255,255,255,0.8) 64%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.52) 30%,rgba(255,255,255,0.8) 64%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.sec1-bg {
    top: -150px;
    left: 0;
    right: 0;
    bottom: 0;
}

.sec2-bg {
    height: 1000px;
    left: 0;
    right: 0;
    bottom: 0;
}

.sec2-bg:after {
    height: 20%;
}

.img-border-left, .img-border-right {
    position: relative;
    display: inline-block;
}

.img-border-left img, .img-border-right img {
    position: relative;
}

.img-border-left {
    padding: 80px 0 0 70px;
}
.img-border-right {
    padding: 0 70px 80px 0;
}
.img-border-left img,
.img-border-right img {
    max-width: 100%;
    height: auto;
}
.img-border-left::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 80px;
    right: 60px;
    background: #163788;
}

.img-border-right::before {
    content: '';
    position: absolute;
    top: 80px;
    left: 60px;
    bottom: 0;
    right: 0;
    background: #163788;
}

.sellers-col2 {
    display: flex;
    padding: 0 15px;
    max-width: 1295px;
    margin: auto;
}

.sellers-sec1 .sellers-col2 {
    margin-top: 65px;
}

.sellers-left {
    width: 59%;
}

.sellers-right {
    width: 41%;
    padding-top: 76px;
}

.sellers-right h2 {
    margin-left: 29px !important;
}

.sellers-right p {
    font-size: 14px;
    line-height: 2 !important;
    margin: 26px 0 26px 65px !important;
}

.sellers-right .primary-btn {
    padding: 21px 57px;
    margin-left: 65px;
    margin-top: 10px;
    letter-spacing: 0.025em;
}

.sellers-right .primary-btn:hover,
.sellers-right .primary-btn:focus,
.sec4-text .primary-btn:hover, 
.sec4-text .primary-btn:focus,
.global-right .primary-btn:hover,
.global-right .primary-btn:focus,
.sellers-popup-form input[type="submit"]:hover,
.sellers-popup-form input[type="submit"]:focus {
    color: #fff;
    background: #000 !important;
    border-color: #000;
}

.sellers-col2.row-rev {
    flex-direction: row-reverse;
}

.sellers-col2.row-rev .sellers-left {
    text-align: right;
}

.sellers-sec2 {
    margin-top: 95px;
    position: relative;
    z-index: 1;
}

.sellers-sec2 .sellers-col2 {
    margin: 140px auto 120px;
}

.sellers-sec2 > div {
    position: relative;
}

.sellers-img-full {
    font-size: 0;
}

.sellers-img-full img {
    max-width: 100%;
    height: auto;
}

.blue-box {
    background: #163788;
    text-align: center;
    color: #fff;
    padding: 143px 15px 50px;
    position: relative;
    z-index: 1;
    max-width: calc(100% - 137px);
    margin: auto;
      margin-top: auto;
    margin-top: -100px;
}

.blue-box::before {
    content: '';
    width: 183px;
    height: 208px;
    background: #000 url(../../images/logo-lg.png) center center no-repeat;
    background-size: 130px;
    margin: auto;
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.35);
}

#content .blue-box p {
    max-width: 800px;
    margin: 35px auto;
    font-size: 15px;
    font-weight: 500;
    line-height: 2.3;
}

.blue-box .primary-btn {
    padding: 22px 78px;
}

.blue-box .primary-btn:hover, .blue-box .primary-btn:focus {
    color: #163788;
    background: #fff !important;
    border-color: #fff;
}

.sellers-sec4 .blue-box .primary-btn:hover, .sellers-sec4 .blue-box .primary-btn:focus {
    color: #fff;
    background: #000 !important;
    border-color: #000;
}

#content .sellers-sec2 h2 {
    margin-left: 0 !important;
}

#content .sellers-sec2 .sellers-col2 p,
#content .sellers-sec2 .sellers-col2 .primary-btn {
    margin-left: 30px !important;
}

#content .sellers-sec2 .sellers-col2 .primary-btn {
    padding: 21px 43px;
}

.sellers-sec2 .sellers-right {
    padding-right: 60px;
}

.global-wrap {
    display: flex;
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto 113px;
    position: relative;
}

.global-wrap::before {
    content: '';
    width: 183px;
    height: 208px;
    background: #000 url(../../images/logo-lg.png) center center no-repeat;
    background-size: auto;
    background-size: 130px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.35);
    bottom: 0;
}

.global-left {
    width: 50%;
    font-size: 0;
}

.global-right {
    width: 50%;
    background: #163788;
    color: #fff;
    padding: 78px 60px 75px 84px;
}

.global-left img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.global-right p {
    font-size: 15px;
    font-weight: 500;
    line-height: 2.1 !important;
    margin: 49px 5px 40px 31px !important;
}

.global-right .primary-btn {
    padding: 23px 37px;
    margin-left: 32px;
}

.sellers-sec3 .img-border-left {
    padding-top: 0;
}

.sellers-sec3 .sellers-right {
    padding-top: 93px;
}

.sellers-sec3 .sellers-col2 {
    position: relative;
}

.sellers-sec3 .sellers-right .primary-btn {
    /*padding: 21px 55px;*/
    padding: 21px 15px;
    width: calc(100% - 65px);
    text-align: center;
}

.sec3-bg {
    bottom: 0;
    left: 0;
    right: 0;
    height: 900px;
}

.sellers-sec3 {
    position: relative;
}

.sec4-title {
    font-size: 65px;
    font-family: var(--font-family-title);
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
}

.sellers-sec4 {
    margin: 66px 0 130px;
}

#content .sec4-text p {
    font-size: 14px;
    max-width: 790px;
    margin: auto;
    line-height: 1.9;
    text-align: center;
}

.sec4-text .primary-btn {
    padding: 21px 122px;
    margin-top: 32px;
}

.sellers-sec4 .sellers-img-full {
    margin-top: 88px;
}

.sellers-sec4 .blue-box .primary-btn {
    padding: 22px 36px;
}

/*** POPUP ***/
.aiosp-content.aios-popup-body {
    max-width: 963px;
}

.sellers-popup-logo img {
    filter: invert(1);
}

.sellers-popup-heading h3 {
    font-size: 29px;
    font-family: var(--font-family-title);
    color: #000;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    line-height: 1.2;
    margin-top: 36px;
}

.sellers-popup-heading h3 span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-family: var(--font-family-default);
    letter-spacing: 0.1em;
}

.wpcf7-response-output {
    color: #000 !important;
}

.sellers-popup-heading h3 span::after {
    content: '';
    width: 62px;
    height: 2px;
    background: #2359e0;
    margin-left: 13px;
}

.sellers-popup-contacts {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sellers-popup-contacts ul {
    font-size: 0;
}

.sellers-popup-contacts {
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-top: 12px;
}

.sellers-popup-contacts a:hover,
.sellers-popup-contacts a:focus {
    color: #2359e0;
}

.sellers-popup-contacts i {
    font-size: 11px;
    margin-right: 16px;
    color: #2359e0;
}

.sellers-popup-contacts > div {
    margin-right: 22px;
}

.sellers-popup-contacts ul i {
    font-size: 17px;
    margin-right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sellers-popup-contacts ul a :hover i,
.sellers-popup-contacts ul a :focus i {
    color: #515151;
}

.sellers-popup-contacts ul li:not(:last-of-type) {
    margin-right: 15px;
}

.sellers-popup {
    padding: 35px 0 67px;
}

.sellers-popup-form {
    max-width: 695px;
    margin: 30px auto 0;
}

.sellers-popup-form .wpcf7-response-output {
    color: #000;
}

.spu-row {
    display: flex;
    justify-content: space-between;
}

.spu-row > div {
    width: calc(50% - 12px);
}

.sellers-popup-form input:not([type="submit"]), .sellers-popup-form textarea {
    width: 100%;
    border: none;
    font-size: 14px;
    letter-spacing: 0.05em;
    padding: 0;
    height: 65px;
    border-bottom: 2px solid #515151;
}

.sellers-popup-form input[type="checkbox"] {
    width: 100%;
    border: none;
    font-size: 14px;
    letter-spacing: 0.05em;
    padding: 0;
    height: auto;
    border-bottom: 2px solid #515151;
}

.sellers-popup-form textarea {
    padding-top: 24px;
    resize: none;
}

.sellers-popup-form input[type="submit"] {
    font-size: 14px;
    background: #fff;
    border: 2px solid #cbcbcb;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: block;
    width: 100%;
    max-width: 185px;
    margin: 36px auto 0;
    padding: 15px;
}

.aiosp-bg {
    background: #000 !important;
}

/*** Media Queries ***/
@media only screen and (max-width: 1199px) {
    .sellers-right {
        padding-top: 36px;
    }

    .blue-box {
        margin-top: -60px;
    }

    .blue-box::before, .global-wrap::before {
        width: 153px;
        height: 178px;
        background-size: 100px;
    }

    #content h2, .sec4-title {
        font-size: 40px;
    }

    .global-right .primary-btn {
        padding: 23px 20px;
    }     
}

@media only screen and (max-width: 991px) {
    #content .custom-page-title {
        font-size: 45px;
    }

    .sellers-popup-logo img {
        max-width: 60px;
    }

    .sellers-popup-contacts > div {
        margin-right: 12px;
    }

    .sellers-popup-heading h3 {
        font-size: 20px;
    }

    .sellers-col2, .sellers-col2.row-rev {
        flex-direction: column;
        justify-content: center;
        align-content: center;
    }

    .sellers-sec1 .primary-btn {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sellers-left {
        width: 100%;
        max-width: 500px;
        margin: auto;
    }

    .img-border-left {
        padding: 30px 0 0 30px;
    }

    .img-border-right {
        padding: 0 30px 30px 0;
    }

    .sellers-right p {
        margin: 26px 0 26px !important;
    }

    .sellers-right .primary-btn {
        margin-left: 0;
    }

    .blue-box {
        margin-top: 0;
        max-width: 100%;
    }

    .blue-box::before, .global-wrap::before {
        width: 133px;
        height: 158px;
    }

    .global-wrap {
        flex-direction: column;
    }

    .global-left {
        width: 100%;
        max-width: 500px;
        margin: auto;
    }

    .global-right {
        width: 100%;
        padding: 78px 15px 75px 15px;
        max-width: 500px;
        margin: auto;
        text-align: center;
    }

    .sellers-right h2, .global-right h2 {
        text-align: left;
    }

    .global-right p {
        margin: 49px 15px 40px 15px !important;
    }

    .global-right .primary-btn {
        margin-left: 0;
    }

    .sellers-sec3 .img-border-left::before {
        top: 30px;
    }

    .sec4-title {
        font-size: 40px;
    }

    .sellers-right {
        width: 100%;
        text-align: center;
    }

    .global-wrap::before {
        display: none;
    }

    .sellers-right h2 {
        margin-left: 0 !important;
    }

    .sellers-sec2 .sellers-right {
        padding-right: 0;
    }

    #content .sellers-sec2 .sellers-col2 p, #content .sellers-sec2 .sellers-col2 .primary-btn {
        margin-left: 0 !important;
    }

.sellers-sec2 .sellers-col2 {
    margin: 50px auto;
}

.sellers-sec2{
    margin-top: 50px;
}

.sellers-sec4 {
        margin: 40px auto;
}

.sellers-sec4 .sellers-img-full {
    margin-top: 40px;
}
.global-wrap {
    margin-bottom: 50px;
}

.sellers-popup-form .wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}

.sellers-popup-form .wpcf7-list-item {
    margin: 5px;
    text-align: center;
}

.sellers-sec3 .sellers-right .primary-btn {
    width: 100%;
    max-width: 290px;
    font-size: 12px;
}

}

@media only screen and (max-width: 767px) {
    .sellers-popup-contacts {
        flex-direction: column;
        justify-content: center;
    }

    .sellers-popup-contacts > div {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .aiosp-wrap .aiosp-container .aios-popup-body {
        background: #fff;
        width: 95%;
        margin: 0 auto;
        padding: 10px 15px;
        min-height: 500px;
    }

    .blue-box::before {
        display: none;
    }

    .blue-box {
        padding: 50px 15px 50px;
    }

    .sec4-text .primary-btn {
        padding: 21px 79px;
    }

    .blue-box .primary-btn {
        padding: 21px 57px;
    }

    .sellers-img-full h2.title-w {
        text-align: left;
    }


h1 span:nth-child(1) {
    padding-left: 0; 
    display: block;
}

}

@media only screen and (max-width: 480px) {
    #content .custom-page-title {
        font-size: 35px;
    }
    
    .spu-row {
        flex-direction: column;
    }

    .spu-row > div {
        width: 100%;
    }

    #content h2, .sec4-title {
        font-size: 30px;
    }

    .blue-box .primary-btn {
        padding: 15px 30px;
    }

    .sellers-right .primary-btn {
        padding: 19px 20px;
    }

    .global-right .primary-btn {
        padding: 19px 18px;
        font-size: 10px;
    }

    .sec4-title {
        line-height: 1;
        font-size: 30px;
        margin-bottom: 30px;
    }

    .sec4-text .primary-btn {
        padding: 18px 20px;
        font-size: 12px;
    }

    .blue-box .primary-btn {
        padding: 15px 20px;
        font-size: 10px;
    }

    .sellers-sec4 .blue-box .primary-btn {
        padding: 22px 20px;
    }

    #content .sellers-sec2 .sellers-col2 .primary-btn {
        padding: 19px 20px;
    }
}