@font-face {font-family: "Gilroy";
    src: url("../font/Gilroy/1dc8ecd8056a5ea7aa7de1db42b5b639.eot"); /* IE9*/
    src: url("../font/Gilroy/1dc8ecd8056a5ea7aa7de1db42b5b639.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/Gilroy/1dc8ecd8056a5ea7aa7de1db42b5b639.woff2") format("woff2"), /* chrome firefox */
    url("../font/Gilroy/1dc8ecd8056a5ea7aa7de1db42b5b639.woff") format("woff"), /* chrome firefox */
    url("../font/Gilroy/1dc8ecd8056a5ea7aa7de1db42b5b639.ttf") format("truetype"); /* chrome firefox opera Safari, Android, iOS 4.2+*/
    /* url("https://db.onlinewebfonts.com/t/1dc8ecd8056a5ea7aa7de1db42b5b639.svg#Gilroy") format("svg");  */
    font-display: swap;
}
@font-face {font-family: "Gilroy SemiBold";
    src: url("../font/GilroySemiBold/000833a3a58fb083c44b9de42c2ff0a2.eot"); /* IE9*/
    src: url("../font/GilroySemiBold/000833a3a58fb083c44b9de42c2ff0a2.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/GilroySemiBold/000833a3a58fb083c44b9de42c2ff0a2.woff2") format("woff2"), /* chrome firefox */
    url("../font/GilroySemiBold/000833a3a58fb083c44b9de42c2ff0a2.woff") format("woff"), /* chrome firefox */
    url("../font/GilroySemiBold/000833a3a58fb083c44b9de42c2ff0a2.ttf") format("truetype"); /* chrome firefox opera Safari, Android, iOS 4.2+*/
    /* url("https://db.onlinewebfonts.com/t/000833a3a58fb083c44b9de42c2ff0a2.svg#Gilroy SemiBold") format("svg");  */
    font-display: swap;
}

@font-face {font-family: "Gilroy-Medium";
    src: url("../font/GilroyMedium/040a78b437acd0433612f92e61d04a1b.eot"); /* IE9*/
    src: url("../font/GilroyMedium/040a78b437acd0433612f92e61d04a1b.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/GilroyMedium/040a78b437acd0433612f92e61d04a1b.woff2") format("woff2"), /* chrome firefox */
    url("../font/GilroyMedium/040a78b437acd0433612f92e61d04a1b.woff") format("woff"), /* chrome firefox */
    url("../font/GilroyMedium/040a78b437acd0433612f92e61d04a1b.ttf") format("truetype"); /* chrome firefox opera Safari, Android, iOS 4.2+*/
    /* url("https://db.onlinewebfonts.com/t/040a78b437acd0433612f92e61d04a1b.svg#Gilroy-Medium") format("svg");  */
    font-display: swap;
}


@font-face {font-family: "Gilroy ExtraBold";
    src: url("../font/GilroyExtraBold/00d5a78493aed4b11e2584ad7cceee49.eot"); /* IE9*/
    src: url("../font/GilroyExtraBold/00d5a78493aed4b11e2584ad7cceee49.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/GilroyExtraBold/00d5a78493aed4b11e2584ad7cceee49.woff2") format("woff2"), /* chrome firefox */
    url("../font/GilroyExtraBold/00d5a78493aed4b11e2584ad7cceee49.woff") format("woff"), /* chrome firefox */
    url("../font/GilroyExtraBold/00d5a78493aed4b11e2584ad7cceee49.ttf") format("truetype"); /* chrome firefox opera Safari, Android, iOS 4.2+*/
    /* url("https://db.onlinewebfonts.com/t/00d5a78493aed4b11e2584ad7cceee49.svg#Gilroy ExtraBold") format("svg"); */
    font-display: swap;
}
@font-face {font-family: "Gilroy-Bold";
    src: url("../font/GilroyBold/1064f0ad1cb65fdab43bb592ddd8aa91.eot"); /* IE9*/
    src: url("../font/GilroyBold/1064f0ad1cb65fdab43bb592ddd8aa91.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/GilroyBold/1064f0ad1cb65fdab43bb592ddd8aa91.woff2") format("woff2"), /* chrome firefox */
    url("../font/GilroyBold/1064f0ad1cb65fdab43bb592ddd8aa91.woff") format("woff"), /* chrome firefox */
    url("../font/GilroyBold/1064f0ad1cb65fdab43bb592ddd8aa91.ttf") format("truetype"); /* chrome firefox opera Safari, Android, iOS 4.2+*/
    /* url("https://db.onlinewebfonts.com/t/1064f0ad1cb65fdab43bb592ddd8aa91.svg#Gilroy-Bold") format("svg"); */
    font-display: swap;
}
.partnet-inner-banner {
    background: url(../images/partner/p17.png), #F9F9F9;
    height: 26.8vw;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

body {
    background: #F9F9F9;
}

.vendor.popup-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.vendor.popup-overlay.popup-open {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
}

#popup1 ::placeholder {
    color: #7C7C7C;
    opacity: 1;
    font-size: 1vw;
}

#popup1 :-ms-input-placeholder {
    color: #7C7C7C;
    font-size: 1vw;
}

#popup1 ::-ms-input-placeholder {
    color: #7C7C7C;
    font-size: 1vw;
}

.popup {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2vw;
    background: #fff;
    border-radius: 5px;
    width: 60%;
    position: relative;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
    top: 1.5vw;
    right: 2vw;
    font-size: 2.5vw;
    cursor: pointer;
    position: absolute;
    transition: all 200ms;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.popup .close:hover {
    color: #ef0d33;
}

.popup .content {
    max-height: 30%;
    margin-top: 2.5vw;
}

.vendor-half .input_wrap.phone {
    width: 100%;
}

.vendor-half .country-select {
    top: .5vw;
}

#popup1 #vendor_company {
    width: 99%;
}

#popup1 textarea {
    font-size: 1vw;
    height: 9vw;
    width: 98%;
    margin: 0;
    padding: 1%;
}

#simple-msg {
    font-size: 1vw;
    color: red;
}

#vendor_number {
    border: 1px solid #ccc;
    height: 3.3vw !important;
    width: 100% !important;
}

#popup1 input[type=text], input[type="password"], input[type="email"], input[type="number"] {
    height: 2.5vw;
    width: 98.2%;
    margin: 0;
    margin-bottom: 2vw;
    font-size: 1vw;
    padding: .4vw 0 .4vw .4vw;
    color: black;
}

.vendor-half {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2%;
}

.vendor-submit {
    cursor: pointer;
    margin-top: 3vw;
    background: #DB333C;
    color: white;
    display: inline-block;
    font-size: 1vw;
    padding: 1.5vw 3vw;
    border-radius: 3px;
    line-height: 0;
}

.vendor-submit:hover {
    background: #d40a2c;
}

@media screen and (max-width: 500px) {
    .vendor-half {
        grid-template-columns: repeat(1, 1fr);
    }
    #popup1 input[type=text], input[type="password"], input[type="email"], input[type="number"] {
        font-size: 3vw;
        height: 7vw;
        padding: .4vw 0 .4vw 2vw;
        width: 96.2%;
    }
    #popup1 ::placeholder {
        font-size: 3vw;
    }
    #popup1 :-ms-input-placeholder {
        font-size: 3vw;
    }
    #popup1 ::-ms-input-placeholder {
        font-size: 3vw;
    }
    .box {
        width: 70%;
    }
    .popup {
        width: 70%;
    }
    #vendor_number{
        height: 8.5vw !important;
    }
    #popup1 #vendor_company {
        width: 96.5%;
    }
    #popup1 textarea{
        height: 17vw;
        font-size: 3vw;
    }
    .vendor-submit{
        margin-top: 4vw;
        font-size: 3vw;
        padding: 3.5vw 5vw;
    }
    .popup .close{
        font-size: 5.5vw;
    }
    .popup .content{
        margin-top: 5.5vw;
    }
}

.inner-logo-title {
    position: absolute;
    left: 10vw;
    display: flex;
    top: 9vw;
    width: 88%;
}

.inner-logo {
    width: 8%;
}

.inner-title {
    padding-left: 1.5vw;
    width: 79%;
}

.inner-section1-right img {
    width: 100%;
}

.inner-title h2 {
    font-family: 'Gilroy SemiBold';
    font-size: 1.85vw;
    margin: 0;
    margin-top: 2.2vw;
    color: #FFFFFF;
    line-height: 0;
}

.inner-title p {
    line-height: 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 5px;
    backdrop-filter: blur(141px);
    color: #BCBCBC;
    margin-top: 1.4vw;
    font-family: 'Gilroy SemiBold';
    font-size: 1vw;
    padding: .8vw .5vw 1vw .5vw;
    width: 6.9vw;
}

.inner-title p span {
    color: #DB333C;
}

.inner-section1 {
    background: #F9F9F9;
    position: relative;
    display: grid;
    grid-template-columns: 34% 66%;
    padding: 0 11vw 10vw 11vw;
    grid-gap: 4vw;
}

.inner-section1-left .card-info .card-line p {
    margin: 0;
    text-align: right;
    line-height: 1.5vw;
}

.inner-section1-left .card-info .card-line {
    display: flex;
    padding-bottom: 2vw;
    justify-content: space-between;
}

.inner-section1-left .card-info .card-line .title {
    color: #808080;
    font-family: 'Gilroy-Medium';
    font-size: .75vw;
}

.inner-section1-left .card-info .card-line .red-info {
    font-family: 'Gilroy SemiBold';
    color: #DB333C;
    font-size: .88vw;
    width: 15vw;

}

.inner-section1-left .card-info .card-line .black {
    font-family: 'Gilroy SemiBold';
    color: #000000;
    font-size: .88vw;
    width: 15vw;
}

.inner-section1-left {
    position: sticky;
    top: 0;
    display: table;
    margin-top: -7vw;
    background: #FFFFFF;
    box-shadow: 0px 9px 30px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 2vw 2.5vw;
    height: max-content;
}

.inner-section1-left-button-block .home-red::after {
    content: '';
    background: url(../images/partner/p19.png);
    width: 1.3vw;
    height: 1vw;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    right: 1vw;
    top: .75vw;
}
.inner-section1-right ul li{
    font-family: 'Gilroy';
    line-height: 1.5;
    font-size: .9vw;
    color: #7C7C7C;
}
.inner-section1-right .wp-caption-text{
    text-align: left;
    line-height: 2;
    font-size: .9vw;
    color: #7C7C7C;
}
.inner-section1-right .wp-caption{
    width: 100% !important;
}
.inner-section1-right ol li{
    font-family: 'Gilroy';
    line-height: 1.5;
    font-size: .9vw;
    color: #7C7C7C;
}


.inner-section1-left-button-block .contact-white::before {
    content: '';
    background: url(../images/partner/p20.png);
    width: 1.3vw;
    height: 1vw;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    left: 1vw;
    top: .7vw;
}

.inner-section1-left-button-block {
    margin-top: 2vw;
    display: flex;
    justify-content: space-between;
}

.inner-section1-left-button-block .home-red:hover {
    background: #d40a2c;
}

.inner-section1-left-button-block .home-red {
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4vw;
    position: relative;
    background: #DB333C;
    box-shadow: 0px 9px 24px rgb(0 0 0 / 15%);
    border-radius: 10px;
    color: #FFFFFF;
    font-size: .85vw;
    padding: .57vw 3.6vw .6vw 1.5vw;
    font-family: 'Gilroy-Medium';
}

.inner-section1-left-button-block .contact-white:hover {
    background: #e4e4e4;
}

.inner-section1-left-button-block .contact-white {
    line-height: 1.3vw;
    position: relative;
    border-radius: 10px;
    color: #3C3C3C;
    font-size: .85vw;
    padding: .6vw 1.2vw .6vw 2.45vw;
    font-family: 'Gilroy-Medium';
    background: #EFEFEF;
}

blockquote {
    margin: 0;
    border-left: 2px solid;
    padding-left: 1.5vw;
}

.inner-section1-right h1, .inner-section1-right h2, .inner-section1-right h3, .inner-section1-right h4, .inner-section1-right h5, .inner-section1-right h6 {
    color: #000000;
    font-family: 'Gilroy SemiBold';
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
}

.inner-section1-right h1 {
    font-size: 2.5vw;
}

.inner-section1-right h2 {
    font-size: 1.7vw;
}

.inner-section1-right h3 {
    font-size: 1.4vw;
}

.inner-section1-right h4 {
    font-size: 1.2vw;
}

.inner-section1-right h5 {
    font-size: 1.1vw;
}

.inner-section1-right h5 {
    font-size: 1vw;
}

.inner-section1-right figure {
    margin: 3vw 0 0 0;
}
.inner-section1-right img {
    margin: 2vw 0 2vw 0;
}
.inner-section1-right figcaption {
    text-align: center;
    line-height: 5vw;
    font-size: .9vw;
    color: #7C7C7C;
}

.inner-section1-right-title1 {
    color: #000000;
    font-family: 'Gilroy SemiBold';
    padding-top: 1.5vw;
    padding-bottom: 2.5vw;
    font-size: 1.7vw;
}

.inner-section1-right p {
    margin: 0;
    color: #7C7C7C;
    font-family: 'Gilroy';
    font-size: .9vw;
    margin-bottom: 1.2vw;
    line-height: 1.4vw;
    margin-top: 1.2vw;
}

.inner-section1-right-title2 {
    color: #000000;
    font-family: 'Gilroy SemiBold';
    font-size: 1.7vw;
    margin: 0;
    padding-top: 2.5vw;
    padding-bottom: 1.5vw;
}

.inner-section1-right-table {
    background: #FFFFFF;
    box-shadow: 0px 9px 43px rgb(0 0 0 / 14%);
    border-radius: 15px;
    padding: 1.5vw;
}

.table-logo {
    display: flex;
    justify-content: space-between;
}

.table-logo img {
    width: 4%;
    object-fit: contain;
}

.table-logo .table-date {
    font-size: .8vw;
    font-family: 'Gilroy Bold';
    line-height: 1.6vw;
    position: relative;
    padding: 0 2vw;
    margin-right: 2vw;
}

.table-logo .table-date::before {
    content: '';
    background: url(../images/partner/p23.png);
    width: .9vw;
    height: .9vw;
    position: absolute;
    background-size: contain;
    background-repeat: repeat;
    left: .5vw;
    top: .32vw;
}

.table-logo .table-date::after {
    content: '';
    background: url(../images/partner/p22.png);
    width: 1.3vw;
    height: 1vw;
    position: absolute;
    background-repeat: no-repeat;
    right: .1vw;
    top: .5vw;
}

.right-table-col {
    display: grid;
    grid-template-columns: 20% 80%;
    padding-top: 1.5vw;
}

.right-table-col-left-heading {
    color: #000000;
    font-family: 'Gilroy-Medium';
    padding: 0vw .7vw;
    line-height: 1vw;
    font-size: .75vw;
    margin-bottom: 2vw;
}

.right-table-col-left-menu {
    color: #7C7C7C;
    font-family: 'Gilroy-Medium';
    padding: .3vw .9vw;
    line-height: 1vw;
    font-size: .75vw;
    margin-bottom: .5vw;
    cursor: pointer;
}

.right-table-col-left-menu:hover {
    color: #DB333C;
    background: white;
    box-shadow: 0px 9px 30px rgb(0 0 0 / 10%);
    border-radius: 10px;
    display: -webkit-inline-box;
}

.right-table-col-right-heading {
    background: #DB333C;
    border-radius: 30px;
    padding: .7vw 2.5vw;
    line-height: 1vw;
    font-size: .75vw;
    font-family: 'Gilroy SemiBold';
    color: #FFFFFF;
    margin-top: -.7vw;
}

.right-table-col-right {
    border: 1px solid #3c3b3b29;
    border-radius: 22px;
}

.right-table-col-right-row-heading {
    display: flex;
    justify-content: space-around;
    padding: 0 1.1vw;
    margin-top: .8vw;
    margin-bottom: .8vw;
    background: #F5F5F5;
    border-radius: 30px;
}

.right-table-col-right-row-heading p {
    font-size: .75vw;
    font-family: 'Gilroy SemiBold';
    color: #000000;
    margin: 0;
    line-height: 2.5vw;
}

.right-table-col-right-row-cell {
    display: flex;
    justify-content: space-around;
    padding: 0 1.1vw;
    border-radius: 30px;
    margin-top: .8vw;
    margin-bottom: .8vw;
}

.right-table-col-right-row-cell p {
    font-size: .75vw;
    font-family: 'Gilroy Light';
    color: #000000;
    margin: 0;
    line-height: 2.5vw;
}
.inner-section1-left .card-logo{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3vw;
}
.inner-section1-left .card-logo img{
    width: 13vw;
}
.right-table-col-right-row-cell.gray-bg {
    background: #F5F5F5;
    border-radius: 30px;
}


@media only screen and (max-width: 4000px) and (min-width: 3000px){
    .logo{ 
        transform:unset;
        left: 1.92vw !important;
        top:0;

    }
   
}
@media only screen and (max-width: 500px) {
    .inner-section1-left .card-logo{
        width: 44%;
    }
    .inner-section1-left .card-logo img{
        width: 100%;
    }
    .inner-section1-left-button-block{
        gap: 15px;
        justify-content: center;
    }
    .inner-section1-right figure {
        margin: 5vw 0 5vw 0;
    }
    .inner-section1-right img {
        margin: 5vw 0 5vw 0;
    }
    .inner-section1-left{
        position: unset;
    }
    .inner-section1-left .card-logo{
        padding-bottom: 5vw;
    }
    .partnet-inner-banner {
        height: 45.8vw;
        background-size: cover;
    }
    .inner-logo-title {
        top: 17vw;
    }
    .inner-logo {
        width: 17%;
    }
    .inner-title {
        padding-left: 2.5vw;
    }
    .inner-title h2 {
        font-size: 3.85vw;
        margin-top: 4.2vw;
    }
    .inner-title p {
        margin-top: 2.4vw;
        font-size: 2.5vw;
        padding: 1.8vw 1.5vw 2vw 1.5vw;
        width: 17.9vw;
    }
    .inner-section1 {
        grid-template-columns: 100%;
        padding: 0 8vw 8vw 8vw;
    }
    .inner-section1-right figcaption {
        font-size: 1.8vw;
    }
    .inner-section1-left .card-info .card-line .title {
        font-size: 2.5vw;
    }
    .inner-section1-left .card-info .card-line {
        padding-bottom: 6vw;
    }
    .inner-section1-left {
        padding: 5vw 4.5vw;
    }
    .inner-section1-left .card-info .card-line .red-info {
       
        font-size: 2.88vw;
        width: 48vw;
    }
    .inner-section1-left .card-info .card-line .black {
        font-size: 2.88vw;
        width: 48vw;
    }
    .inner-section1-left .card-info .card-line p {
        line-height: 3.5vw;
    }
    .inner-section1-left-button-block .home-red {
        line-height: 3.6vw;
        font-size: 2.85vw;
        padding: 1.8vw 7.6vw 2vw 4.5vw;
        border-radius: 5px;
    }
    .inner-section1-left-button-block .home-red::after {
        right: 2.9vw;
        top: 2.4vw;
        width: 2.6vw;
        height: 2.4vw;
    }
    .inner-section1-left-button-block .contact-white {
        border-radius: 5px;
        line-height: 3.6vw;
        font-size: 2.85vw;
        padding: 1.7vw 4.6vw 2vw 7.5vw;
    }
    .inner-section1-left-button-block .contact-white::before {
        left: 2.8vw;
        top: 2vw;
        width: 3.3vw;
        height: 3vw;
    }
    .inner-section1-right-title1, .inner-section1-right-title2 {
        font-size: 3.7vw;
    }
    .inner-section1-right .wp-caption-text{
        font-size: 3vw;
    }
    .inner-section1-right ul li{
        font-size: 3vw;
    }
    .inner-section1-right ul{
        padding-left: 6vw;
    }
    .inner-section1-right ol{
        padding-left: 6vw;
    }
    .inner-section1-right ol li{
        font-size: 3vw;
    }
    .inner-section1-right p {
        font-size: 3vw;
        margin-bottom: 3.2vw;
        line-height: 5vw;
    }
    .inner-section1-right-table {
        padding: 3vw;
    }
    .table-logo img {
        width: 9%
    }
    .table-logo .table-date {
        font-size: 2.5vw;
        line-height: 3.6vw;
        padding: 0 4vw;
    }
    .table-logo .table-date::before {
        left: 1vw;
        top: .5vw;
        width: 1.9vw;
        height: 1.9vw;
    }
    .table-logo .table-date::after {
        right: 0;
        top: .8vw;
        background-size: contain;
        width: 2.7vw;
        height: 2vw;
    }
    .right-table-col-left-heading {
        line-height: 5vw;
        font-size: 1.9vw;
        margin-bottom: 4vw;
    }
    .right-table-col-left-menu {
        font-size: 1.8vw;
        margin-bottom: 3.5vw;
    }
    .right-table-col-right-heading {
        padding: 2vw 2.5vw;
        font-size: 2.2vw;
    }
    .right-table-col-right-row-heading p {
        font-size: 2vw;
    }
    .right-table-col-right-row-cell p {
        font-size: 2vw;
        margin-bottom: 0vw;
        line-height: 6vw
    }
    .right-table-col-right-row-heading {
        margin-top: 2.8vw;
        margin-bottom: 2.8vw;
    }
    .right-table-col-right-row-cell {
        margin-top: 1.8vw;
        margin-bottom: 1.8vw;
    }
    .right-table-col {
        padding-top: 3.5vw;
    }
    .inner-section1-right-title2 {
        padding-bottom: 5.5vw;
    }
    .inner-section1-right h2 {
        font-size: 4vw;
    }
    .inner-section1-right h1 {
        font-size: 5vw;
    }
    .inner-section1-right h3 {
        font-size: 3.5vw;
    }
    .inner-section1-right h4 {
        font-size: 3vw;
    }
    .inner-section1-right h5 {
        font-size: 2.8vw;
    }
    .inner-section1-right h6 {
        font-size: 2.5vw;
    }
}