body {
    padding-right: 0 !important;
    background: #FFFFFF;
    font-family: 'Gotham';
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
}

.gx-6 {
    --bs-gutter-x: 100px;
}

ul {
    list-style: none;
}

a {
    text-decoration: none !important;
}

.pointer {
    cursor: pointer;
}

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

.yellow-bg {
    background: #FAB400 !important;
}

.head-bg {
    background: #222;
}

p:last-child {
    margin-bottom: 0 !important;
}

.t1-color {
    color: #007BC2 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.ltr-1 {
    letter-spacing: -0.01em !important;
}

.ltr-2 {
    letter-spacing: 0.02em;
}

.ltr_2 {
    letter-spacing: -0.02em;
}

.ltr-3 {
    letter-spacing: -0.03em !important;
}

.ltr-4 {
    letter-spacing: -0.04em;
}

.ltr-5 {
    letter-spacing: -0.005em !important;
}

.ltr-6 {
    letter-spacing: -0.006em !important;
}

.ltr-8 {
    letter-spacing: -0.8px !important;
}

.ltr-56 {
    letter-spacing: -0.56px !important;
}

/* 
.ltr-14 {
    letter-spacing: -0.14em;
} */

.o-1 {
    opacity: 1 !important;
}

.o-4 {
    opacity: .4 !important;
}

.o-6 {
    opacity: 0.6 !important;
}

.o-7 {
    opacity: .7 !important;
}

.o-8 {
    opacity: .8 !important;
}

.f-12 {
    font-size: 12px;
    line-height: 18px;
}

.f-14 {
    font-size: 14px;
    line-height: 22px;
}

.f-20 {
    font-size: 20px;
    line-height: 28px;
}

.f-24 {
    font-size: 24px;
    line-height: 32px;
}

.f-66 {
    font-size: 66px;
    line-height: 66px;
}

.f-22 {
    font-size: 22px;
    line-height: 27px;
}

.f-29 {
    font-size: 26px;
    line-height: 1;
}

.f-18 {
    font-size: 18px;
    line-height: 24px;
}

.f-28 {
    font-size: 28px;
    line-height: 36px;
}

.f-32 {
    line-height: 40px;
    font-size: 32px;
}

.f-40 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}

.f-56 {
    font-size: 56px;
    line-height: 1;
}

.f-62 {
    font-size: 62px;
    line-height: 72px;
}

.lh-28 {
    line-height: 28px !important;
}

.my-8 {
    margin: 72px 0 !important;
}

.gap-10 {
    gap: 10px;
}

.gap-30 {
    gap: 30px;
}

.radius-10 {
    border-radius: 10px !important;
}

.bg-blue {
    background: #007BC2;
}

.common-btn.btn-grn {
    background: #48C966;
}

.common-btn {
    border: 1px solid transparent;
    background-color: #007BC2;
    transition: all .5s;
    letter-spacing: -0.005em;
    line-height: 19.2px;
    border-radius: 10px;
    padding: 21px 20px;
    font-weight: 500;
    color: #fff;
	text-align:center;
    font-size: 16px;
    min-width: 172px;
}

.common-btn:hover,
.common-btn:focus {
    background: #000;
}

.navbar-nav {
    gap: 10px;
}

.nav-item .nav-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    color: #fff;
    letter-spacing: 0.02em;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    opacity: 1;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #FAB400;
}

.nav-item.try-btn {
    margin-left: 30px;
}

.nav-item.try-btn .nav-link {
    border: 1px solid transparent;
    letter-spacing: -0.005em;
    background: #FFF459;
    line-height: 19.2px;
    border-radius: 50px;
    text-align: center;
    font-weight: 600;
    min-width: 150px;
    cursor: pointer;
    font-size: 16px;
    padding: 16px 0;
    color: #000;
    opacity: 1;
}

.nav-item.try-btn .nav-link:hover,
.nav-item.try-btn .nav-link:focus {
    background: transparent;
    border-color: #FFF459;
}

.nav-item:last-child .common-btn {
    background: #000;
}

header .navbar {
    background: transparent;
}

.bg-white .nav-item .nav-link {
    color: #000;
}

header .common-btn {
    padding: 10px;
    min-width: 110px;
    display: block;
    text-align: center;
}
header .navbar-nav .dropdown-item {
    font-size:14px;
}
.head-line {
    height: 1px;
    width: 150px;
    background: #A39F9B;
}

.premier-networking {
    padding-top: 54px;
    margin-top: -54px !important;
    background: #fff;
    border-radius: 30px 30px 0 0;
}

.home-hero {
    height: 100vh;
    /* background: url(../images/hero-bnr.png) no-repeat center center;
    background-size: cover; */
    display: flex;
    flex-direction: column;
    justify-content: end;
    .banner-video{
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 0;
    }
    .container{
        position: relative;
        z-index: 2;
    }
}
.home-hero::after{
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.grid-wrapper {
    display: grid;
    grid-gap: 4px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    grid-auto-flow: dense;
}
.submmit-box{
    text-decoration: none;
    display: block;
}
.submit-img{
    height: 260px;
    overflow: hidden;
    z-index: 0;
    cursor: pointer;
    &::after{
        position: absolute;
        height: 100%;
        width: 50%;
        left: 0px;
        top: 0px;
        background-color: #007BC2;
        mix-blend-mode: multiply;
        z-index: 0;
        content: '';
        transition: 0.3s;
    }
    &:hover{
        &::after{
            width: 100%;
        }
        .wabel-thumb{
           left: 100%;
        }
    }
}
.wabel-thumb{
    position: absolute;
    left: 50%;
    top: 12px;
    transform: translateX(calc(50% - 28px));
    transition: 0.3s;
    display: block;
    z-index: 2;
}


.grid-wrapper .tall,
.grid-wrapper .wide {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    display: flex;
    gap: 4px;
}

.grid-wrapper .tall img,
.grid-wrapper .wide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.grid-wrapper .wide a {
    position: relative;
    height: 275px;
}

.grid-wrapper .country-name {
    left: auto;
    right: 20px;
    z-index: 2;
}
.cursor-pointer{
    cursor: pointer;
}
section {
    margin: 100px 0;
}

.wabel-box {
    background-color: #007bc2;
    min-height: 500px;
    cursor: pointer;
}

.play-btn {
    bottom: 20px;
    left: 20px;
}

.client-block {
    background: #FAB400;
    padding: 46px 0 35px;
}

.client-info li {
    position: relative;
    width: 20%;
}

.client-info li:not(:last-child)::after {
    transform: translateY(-50%);
    position: absolute;
    background: #000;
    opacity: .2;
    content: "";
    height: 90%;
    width: 1px;
    right: -42px;
    top: 50%;
}


.countries-flag {
    background: url(../images/flags.png) no-repeat center center;
    background-size: cover;
    min-height: 621px;
}

.country-name {
    top: 16px;
    left: 20px;
    z-index: 1;
}

.sales-channel {
    background: #f2f2f2;
    padding: 60px 0;
}


.sales-channel .slick-slider {
    margin-bottom: 0;
}

.partner-slide .play-btn {
    top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	bottom:initial;
}

/* .partner-slide .play-btn img {
    margin-right: 8px;
} */


.insight-box {
    background: #f2f2f2;
    border-radius: 10px;
}

.gry-txt {
    color: #0F1613 !important;
}

.insight-grids {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 2fr));
    /* grid-auto-rows: 400px; */
    grid-auto-flow: dense;
}

.insight-grids .wide {
    grid-column: span 2;
}

.insight-grids .tall {
    grid-row: span 2;
}

.insight-grids .big {
    grid-column: span 2;
    grid-row: span 2;
}


.insight-box {
    margin-bottom: 20px;
}

.insght-img {
    height: 240px;
}

.mb-8 {
    margin-bottom: 24px;
}

.european-region {
    padding: 30px 0 0;
}

.european-region .common-btn {
    padding: 15px 0;
    min-width: 254px;
}

footer {
    background: #007BC2 url(../images/connecting.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 60px 0 120px;
}

footer .f-link li:not(:last-child) {
    margin-bottom: 10px;
}

footer .f-link li a {
    color: #fff;
    font-size: 16px;
}

footer a {
    color: #fff;
}

.social-link li {
    font-size: 30px;
}

.social-link li:last-child {
    font-size: 36px;
}


/* Buyers Page Css */
.bg-two {
    background-color: #007BC2 !important;
}

.bg-three {
    background: #68C0B5;
}

.sub-hero {
    height: calc(100vh - 73px);
}

.br-tlr,
.br-tlr img {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.br-blr {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.common-btn.black-btn {
    background: #000;
    min-width: 253px;
}

.mw-188 {
    min-width: 188px;
}

.mw-235 {
    min-width: 235px;
}

.w-253 {
    min-width: none;
    max-width: 100%;
    width: 253px;
}

.next-supplier {
    background: url(../images/bg-one.png) no-repeat center center;
    background-size: cover;
    padding: 54px 0 65px;
}

.bg-gray {
    background: #f2f2f2 !important;
}

.categories-tab span {
    color: rgba(0, 0, 0, 0.80);
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.8px;
    text-transform: uppercase;
}

.categories-tab span.active {
    font-weight: 500;
}

.custom-tabs {
    gap: 57px;
}

.custom-tabs .nav-item {
    padding: 0;
}

.custom-tabs .nav-item .nav-link {
    color: rgba(0, 0, 0, 0.80);
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.8px;
    padding: 10px 0;
    border: 0;
    border-bottom: 2px solid transparent;
}

.nav-tabs.custom-tabs .nav-item.show .nav-link,
.nav-tabs.custom-tabs .nav-link.active {
    color: #1D1D1B;
    background-color: transparent;
    border-color: #1D1D1B;
    font-weight: 500;
}

.slider-space .slick-list {
    margin: 0 -15px;
}

.slider-space .slick-list .slick-track>div {
    padding: 0 15px;
}

.slick-prev,
.slick-next {
    background: url(../images/slick-a.png) no-repeat;
    background-size: contain;
    height: 30px;
    width: 30px;
    transform: none;
    top: -48px;
}


/* .career-articles .slick-prev,
.career-articles .slick-next {
    transform: none;
    bottom: -80px;
    top: auto;
} */


.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: url(../images/slick-a.png) no-repeat;
    background-size: contain;
}

.slick-prev {
    transform: rotate(180deg);
    left: auto;
    right: 30px;
}

.slick-next {
    right: 0;
}

.slick-prev:before,
.slick-next:before {
    content: none;
}

.slick-arrow[aria-disabled="true"] {
    opacity: 0.3;
}



.bg-green {
    background: #48C966 !important;
}

.small-banner {
    padding: 35px 0;
}

button.common-btn.h-46 {
    padding: 12.6px 0;
}

.border-data th,
.border-data td {
    padding: 20px 10px;
}

.border-data tr:not(:last-child) td {
    border-bottom: 1px solid #A39F9B66;
}

.quality-people {
    background: url(../images/bg-two.png) no-repeat center;
    background-size: cover;
    padding: 90px 0 0;
}

.form-control {
    background: transparent !important;
    border: 1px solid #A39F9B;
    color: #FFF !important;
    letter-spacing: -0.64px;
    border-radius: 10px;
    line-height: 20px;
    font-size: 16px;
    height: 48px;
}

.form-control::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #fff;
}

.form-control::placeholder {
    color: #fff;
}

.form-control:focus {
    border-color: #A39F9B !important;
    box-shadow: none !important;
}

.end-3 {
    right: 16px;
}

.about-hero {
    background: url(../images/bnr-three.png) no-repeat center center;
    background-size: cover;
}


.form__radio-input {
    display: none;
}

.form__radio-label {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1rem;
    font-size: 1.5rem;
    cursor: pointer;
}

.form__radio-button {
    border: 3px solid #007BC2;
    position: absolute;
    border-radius: 50%;
    display: block;
    height: 24px;
    width: 24px;
    left: 0;
    top: 0;
}

.form__radio-button::after {
    transform: translate(-50%, -50%);
    background-color: #007BC2;
    transition: opacity 0.1s;
    position: absolute;
    border-radius: 50%;
    display: block;
    height: 16px;
    width: 16px;
    content: "";
    opacity: 0;
    left: 50%;
    top: 50%;
}

.form__radio-input:checked+.form__radio-label .form__radio-button:after {
    opacity: 1;
}

.border-box {
    border: 1px solid rgb(163 159 155 / 70%);
    border-radius: 10px;
    position: relative;
    padding: 20px;
}


.border-box .form__radio-button {
    left: 20px;
    top: 24px;
}

.t2-color {
    color: #1D1D1B !important;
}

.grid-five {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px 20px;
}

.dark-yellow {
    background: #FAB400;
}

.btn-black {
    background: #000;
}

.sub-btn {
    padding: 0;
}

.sub-btn {
    padding: 10px 15px;
    min-width: 150px;
    height: 48px;
    margin-left: -10px;
}

.black-control,
.black-control:focus {
    border-color: #000 !important;
    color: #000 !important;
}

.black-control::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #000;
}

.black-control::placeholder {
    color: #000;
}

.br-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.start-3 {
    left: 16px;
}

.read-more {
    text-decoration: underline !important;
    color: rgba(0, 0, 0, 0.80);
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.56px;
    text-decoration-line: underline;
}

.read-time {
    color: #A39F9B;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.56px;
    border-radius: 50px;
    border: 1px solid #D9D9D9;
    min-width: 100px;
    display: inline-block;
    text-align: center;
}

.blog-img {
    height: 342px;
}

.blog-img img {
    border-radius: 10px;
}

.radius-10 {
    border-radius: 10px !important;
}

.region-form .black-control,
.region-form .black-control:focus {
    border-color: #A39F9B !important;
    color: rgb(0 0 0 / 80%) !important;
}


.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.80);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.64px;
    padding-left: 40px;
}

.form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border-radius: 5px;
    border: 2px solid #A39F9B;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    width: 30px;
    height: 26px;
}

.form-group input:checked+label:after {
    border: solid #A39F9B;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    display: block;
    height: 14px;
    content: "";
    width: 6px;
    left: 12px;
    top: 4px;
}

.european-region .f-32 {
    line-height: normal;
}

.supplier-hero {
    background: url(../images/bnr-six.png) no-repeat center center;
    background-size: cover;
}

.european-list li {
    background: url(../images/check-mark.svg) no-repeat top 2px left;
    color: rgba(0, 0, 0, 0.80);
    padding: 3px 0 3px 52px;
    letter-spacing: -0.8px;
    background-size: 32px;
    margin-bottom: 20px;
    line-height: 26px;
    font-weight: 400;
    font-size: 20px;
}


.european-list li:last-child,
.cate-list li:last-child,
.key-features .cate-list li:last-child {
    margin-bottom: 0;
}


.cate-block {
    background: #68C0B5;
    padding: 30px 24px;
    height: 100%;
}
.cate-three {
    background: #99D4DD;
}

.cate-two {
    background: #DCDCDC;
}
.cate-four {
    background: #FAB400;
}
.mh-412{
    min-height: 412px;
}
.cate-list li {
    background: url(../images/check-black.svg) no-repeat top 8px left;
    color: rgba(0, 0, 0, 0.80);
    padding: 5px 0 0px 32px;
    background-size: 16px;
    margin-bottom: 4px;
    line-height: 20px;
    font-weight: 400;
    font-size: 14px;
}

#countdown ul {
    align-items: center;
    list-style: none;
    padding-left: 0;
    display: flex;
    gap: 30px;
}

#countdown li label {
    background: url(../images/count-one.svg) no-repeat center;
    background-size: contain;
    justify-content: center;
    align-items: center;
    color: #CBCBCB;
    font-weight: 500;
    font-size: 52px;
    height: 130px;
    display: flex;
    width: 130px;
}

#countdown li span {
    display: block;
    color: #fff;
    color: #48C966;
    font-size: 16.752px;
    font-weight: 500;
    text-align: center;
}

.coming-soon{
    background: rgba(36, 22, 49, 1);
    padding: 40px 0px 80px 0px;
}
.coming-soon{
    h3{
        background: linear-gradient(90deg, #FF7070 0%, #E547C1 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 90px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: -1.897px;
    }
    .border-shadow{
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 39%, rgba(255, 255, 255, 0.00) 98.5%);
        height: 1px;
        width: 800px;
        max-width: 100%;
        margin: 0px auto;
    }
}

@media all and (max-width: 768px) {

    #countdown li {
        font-size: calc(1.125rem * var(--smaller));
    }

    #countdown li span {
        font-size: calc(3.375rem * var(--smaller));
    }
}

.price-list thead th {
    background: #000;
    padding: 10px;
}
.price-list{
    .f-40 {
        font-size: 36px;
    }
}
.price-list tbody td {
    padding: 0 10px;
    background: #f2f2f2;
    vertical-align: top;
}

.price-list thead th:first-child {
    border-top-left-radius: 30px;
}

.price-list thead th:last-child {
    background-color: #48C966;
    border-left: 10px solid #000;
    color: #000;
}

.last-top {
    position: relative;
    z-index: 1;
}

.price-list thead th:last-child .last-top::before {
    content: "";
    position: absolute;
    left: -10px;
    top: -40px;
    width: calc(100% + 20px);
    height: 100%;
    /* background: #48C966; */
    display: block;
    z-index: -1;
    border-radius: 20px 20px 0 0;
}

.grn-top::before {
    background: #48C966;
}

.price-list thead th:last-child .last-top::after {
    content: "";
    position: absolute;
    left: -10px;
    bottom: -10px;
    width: calc(100% + 20px);
    height: 6px;
    background: #000;
    display: block;
    /* z-index: -1; */
}

.last-top div {
    position: relative;
    top: -10px;
}

.img-black {
    -webkit-filter: invert(100%);
    /* Safari/Chrome */
    filter: invert(100%);
}

.price-list thead th:last-child {
    border-top-right-radius: 30px;
}

.price-list tbody td:first-child {
    width: 700px;
    padding-left: 50px;
}

.price-list tbody tr:first-child td {
    position: relative;
    padding-top: 24px;
}

.price-list tbody td:nth-child(2),
.price-list tbody td:nth-child(3) {
    border-right: 10px solid #f2f2f2;
    border-left: 10px solid #f2f2f2;
    background: #DCDCDC;
}

.price-list tbody td:not(:first-child) {
    text-align: center;
}

.price-list tbody td:last-child {
    background: #48C966;
}

.premier-networking .price-list tbody tr:last-child td {
    border-top: 3px solid #fff;
}

.price-list tbody tr:nth-last-child(2) td {
    padding-bottom: 20px;
}

.price-list.seprate-head thead th:last-child,
.package-list thead th {
    background: #007bc2 !important;
    padding: 32px 50px;
    font-weight: 500;
    border-left: 0;
    color: #fff;
}

.bbr {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.premier-networking .price-list tbody tr:last-child td {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 20px 20px 20px 60px;
    background: #000;
}

.price-list tbody td .f-20 {
    text-transform: uppercase;
    letter-spacing: -0.8px;
    line-height: 30px;
    color: #007BC2;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
}

.price-list.bottom-space tbody tr:last-child td {
    padding-bottom: 20px;
}

.price-info li {
    color: #1D1D1B;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.8px;
    width: 70%;
}


.price-info li:not(:last-child) {
    border-bottom: 1px dashed #A39F9B;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.entry-info {
    padding: 0;
}


.entry-info li {
    color: #1D1D1B;
    font-size: 24px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: -0.96px;
    margin-bottom: 21px;
}


.dash-divider {
    border-bottom: 1px dashed #A39F9B;
    margin: 40px 0 34px;
}

.info-data li {
    list-style: disc;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
}

.dark-gray {
    background: #CDC8C2;
}

.table-responsive+.dark-gray.bbr {
    padding-top: 50px;
    margin-top: -30px;
}

.price-list {
    padding-top: 30px;
}

.price-list.yellow-list tbody td:last-child,
.price-list.yellow-list thead th:last-child,
.price-list.yellow-list thead th:last-child .last-top::before {
    background: #FAB400;
}

.price-list.yellow-list thead th:last-child .last-top::after {
    background: #007BC2;
}

.premier-networking .price-list.yellow-list tbody tr:last-child td {
    background: #000;
}

.info-text {
    position: absolute;
    top: -10px;
    right: -50px;
    z-index: 1;
}



.product-block {
    background: #68C0B5;
    border-radius: 20px;
    padding: 30px 24px;
}

.product-block .cate-block {
    background: rgba(255, 255, 255, 0.20);
    border-radius: 10px;
    padding: 16px;
}

.product-block .cate-block .f-20 {
    border-bottom: 1px solid #000;
    min-height: 60px;
    margin-bottom: 16px;
}

.sub-categories {
    background: #68C0B5;
    border-radius: 10px;
}

.product-block .cate-list.sub-categories .f-20 {
    border-bottom: 0;
    min-height: auto;
    margin-bottom: 0;
}

.buyer-page .cate-block {
    border-radius: 20px;
}

.key-features .cate-list li {
    margin-bottom: 20px;
}

.package-list thead th:last-child {
    text-align: right;
    font-weight: 300 !important;
}

.package-list tbody td {
    color: rgba(0, 0, 0, 0.80);
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.8px;
    padding: 16px 38px 0;
    vertical-align: middle;
}

.package-list thead th:first-child,
.package-list tbody td:first-child {
    width: 80%;
}

.package-list tbody td:last-child {
    border: 0 !important;
    background: #DCDCDC !important;
}

.price-list tbody tr:last-child td:first-child {
    border-bottom-left-radius: 30px;
}
.price-list tbody tr:last-child td:last-child {
    border-bottom-right-radius: 30px;
}


.price-list tbody tr:last-child td span {
    border-bottom: 0;
}

.package-list tbody td span {
    display: block;
    border-bottom: 1px dashed rgb(29 29 27 / 50%);
    padding-bottom: 16px;
}

/* career page  */
.carr-form-img{
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.dyn-height {
	min-height:100dvh;
    height:auto;
}


/* new.css  */
.box-contain{
    position: relative;
    padding-right: 68px;
    padding-left: 0px;
    padding-bottom: 48px;
    &::after{
        content: '';
        background-image: url(../images/dotted-arrow.png);
        height: 12px;
        width: 68px;
        position: absolute;
        right: 0px;
        top: 35%;
        z-index: 0;
        background-repeat: no-repeat;
    }
}
.row-first .box-contain:nth-last-child(1){
    &::after{
        background-image: url(../images/bend-arrow.png);
        width: 53px;
        height: 98px;
        position: absolute;
        right: 45%;
        top: auto;
        transform: translateX(-50%);
        z-index: 0;
    }
}
.row-second .box-contain:nth-last-child(1){
    &::after{
        display: none;
    }
}
.row-second .box-contain:nth-child(1){
    &::after{
       transform: rotate(-180deg);
    }
}
.sales-channel-box{
    border-radius: 10px;
    background-color: #DCDCDC;
    padding: 12px 18px;
    cursor: pointer;
    text-align: left;
    height: 100%;
    
    .para{
        font-size: 14px;
    }
    &:hover{
        background-color: #007BC2;
        .f-20{
            color: #fff;
        }
        .para{
            color: #fff;
        }
    }
}

.european-list.small-fnts{
     li {
        background: url(../images/check-mark.svg) no-repeat top 2px left;
        color: rgba(0, 0, 0, 0.80);
        padding: 0px 0 3px 40px;
        letter-spacing: -0.8px;
        background-size: 22px;
        margin-bottom: 16px;
        line-height: 26px;
        font-weight: 500;
        font-size: 18px;
        .para{
            font-size: 14px;
            font-weight: 400;
            line-height: 1.4;
            margin-bottom: 0px;
        }
    }
}
.number-slider i{
    color: #007BC2;
font-size: 40px;
font-weight: 500;
line-height: 32px; /* 70% */
letter-spacing: -0.4px;
font-style: normal;
}
@media(max-width: 991.98px) {
    .box-contain {
        padding-bottom: 68px;
        padding-right: 0px;
        &::after {
            content: '';
            background-image: url(../images/dotted-arrow.png) !important;
            height: 12px !important;
            width: 68px !important;
            position: absolute;
            right: 50% !important;
            top: 77% !important;
            background-repeat: no-repeat;
            transform: rotate(90deg) !important;
        }
    }
    .number-slider i{
        color: #007BC2;
        font-size: 32px;
        font-weight: 500;
        letter-spacing: -0.2px;
    }
}

@media(max-width: 575.98px) {
    .box-contain {
        &::after {
            right: 40% !important;
            top: 80% !important;
        }
    }
   
}

/* About page stepper */

.step-box{
    width: 100%;
    padding: 24px 0px 0px 24px;
    position: relative;
    &::after{
        content: '';
        border-top: 16px solid ;
        border-left: 16px solid ;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 150px;
    }
    &::before{
        display: inline-block;
        content: "";
        border-top: 32px solid;
        border-right: 32px solid transparent;
        border-bottom: 0;
        border-left: 32px solid transparent;
        transform: rotate(-45deg);
        position: absolute;
        right: -20px;
        top: -40px;
    }
    &.one{
        &::after{
            border-color: #FAB400;
        }
        &::before{
            display: none;
            border-top-color: #FAB400;
        }
    }

    &.two{
        margin-top: calc(1 * 60px);
        &::after{
            border-color: #48C994;
        }
        &::before{
            border-top-color: #48C994;
        }
    }
    &.three{
        margin-top: calc(2 * 60px);
        &::after{
            border-color: #48C966;
        }
        &::before{
            border-top-color: #48C966;
        }
    }
    &.four{
        margin-top: calc(3 * 60px);
        &::after{
            border-color: #91D3E4;
        }
        &::before{
            border-top-color: #91D3E4;
        }
    }
    &.five{
        margin-top: calc(4 * 60px);
        &::after{
            border-color: #007BC2;
        }
        &::before{
            border-top-color: #007BC2;
        }
    }
    .title{
        font-size: 24px;
        margin-bottom: 8px;
    }
    .para{
        margin-bottom: 0px;
    }
}
@media(max-width: 991.98px) {
    .step-box{
        padding: 20px 0px 0px 20px;
        &::after{
            border-top: 12px solid ;
            border-left: 12px solid ;
        }
        .title{
            font-size: 20px;
        }
        .para{
            margin-bottom: 0px;
            font-size: 12px;
            line-height: 1.4;
        }
    }
}
@media(max-width: 767.98px) {
    .step-box{
        padding: 12px 0px 0px 12px;
        &::after{
            border-top: 8px solid ;
            border-left: 8px solid ;
            height: 60px;
        }
        &::before{
            content: "";
            border-top: 16px solid;
            border-right: 16px solid transparent;
            border-left: 16px solid transparent;
            right: -10px;
            top: -20px;
        }
        .title{
            font-size: 14px;
        }
        .para{
            margin-bottom: 0px;
            font-size: 9px;
            line-height: 1.4;
        }
        &.two{
            margin-top: calc(1 * 30px);
            
        }
        &.three{
            margin-top: calc(2 * 30px);
            
        }
        &.four{
            margin-top: calc(3 * 30px);
           
        }
        &.five{
            margin-top: calc(4 * 30px);
           
        }
    }
}
@media(max-width: 380px) {
       .step-box-wrap{
        zoom: 0.8;
       }
}

/* recap-page */
.bg-recap{
    background-image: url('../images/recap-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.record-sec{

}
.number{
    font-size: 40px;
    color: #007BC2;
    font-weight: 600;
}
.recap-gall-img{
    height: auto;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}
.ceo-msg{
    background-color: #F2F2F2;
    padding: 60px 0px;
}

.con-center {
	margin-top:80px;
}
.f-66.banner-title {
	font-size:48px;
    line-height:1;
}

@media(max-width: 767.98px) {
 .record-sec{
    .num-text{
        font-size: 32px;
    }
    .f-20{
        font-size: 14px;
        line-height: 1.2;
    }
}
}

/* webinars page */

.client-block.webinar-blk{
    padding: 60px 0px 30px 0px;
    position: relative;
    top: -24px;
    z-index: -1;
}
.webinar-col{
    position: relative;
}
.webinar-row .webinar-col:not(:last-child)::after {
    transform: translateY(-50%);
    position: absolute;
    background: #000;
    opacity: .2;
    content: "";
    height: 90%;
    width: 1px;
    right: 0px;
    top: 50%;
}
.speaker-img{
    height: 186px;
    width: 186px;
    border-radius: 200px;
    overflow: hidden;
    img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}
.logo-img{
    max-height: 48px;
    width: auto;
    object-fit: contain;
}
.flag-img{
    height: 24px;
    width: 36px;
    object-fit: contain;
}
.name-height {
min-height:48px;
}
.desi-height {
min-height:44px;
}
.org-contain {
height:48px;
width:200px;
img{
height:100%;
object-fit:contain;
}
}
@media(max-width: 991.98px) {
    .client-block.webinar-blk {
        padding: 60px 0px 0px 0px;
    }
    .webinar-row{
        .webinar-col{
            margin-bottom: 40px;
        }
        .f-32{
            font-size: 28px;
        }
    }
    .webinar-row .webinar-col::after{
        display: none;
    }
}
@media(max-width: 767.98px) {
    
    .webinar-hero{
        img{
            max-width: 45%;
        }
            .f-62 {
            font-size: 36px;
            line-height: 1.2;
        }
         .f-56 {
            font-size: 28px;
            line-height: 1.2;
        }
    }
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1400px) { 
   .webinar-hero{
  		 .f-62 {
            font-size: 52px;
            line-height: 1.2;
        }
         .f-56 {
            font-size: 36px;
            line-height: 1.2;
        }
   }
}
@media screen and (min-device-width: 1250px) and (max-device-width: 1300px) { 
   .webinar-hero{
  		.mb-5.mb-sm-d{
        margin-bottom:0px !important;
        }
   }
}