body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    top:0px!important
}
.container {
    width: 1230px;
}
.py-100 {
    padding: 100px 0;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.bg-red { background: linear-gradient(135deg, #FF6363 0%, #D72A2A 100%); }
.bg-sky-blue { background: linear-gradient(135deg, #73E1FF 0%, #23A6CA 100%); }
.bg-dark-blue { background: linear-gradient(135deg, #3D83F9 0%, #0050D7 100%); }
.bg-green { background: linear-gradient(135deg, #A5D54D 0%, #6CA209 100%); }
.bg-pink { background: linear-gradient(135deg, #FF63B9 0%, #921B5C 100%); }
.bg-yellow { background: linear-gradient(135deg, #FFD700 0%, #AE950F 100%); }
.banner {
    background: url('../images/home-banner.webp'), no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 540px;
    margin-top: 65px;
}
.banner .title {
    /*font-style: italic;*/
    color: #fff;
    font-size: 30px;
    line-height: 100%;
    font-weight: 600;
    letter-spacing: 1.2px;
    margin: 0 0 12px;
    /* padding-top: 150px; */
} 
.banner .title .gradient-text {
    background: linear-gradient(80.32deg, #73E1FF 10%, #A5D54D 50%, #FFD700 90%);
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 8px; 
}
.banner .bnr-text {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.3px;
    font-weight: 400;
    color: #fff;
    opacity: 0.8;
    margin: 22px 0 0;
}
.banner .content-box {
    background: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin: 50px 0 0;
}
.banner .content-box h2 {
    font-style: italic;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #000E9C;
    margin: 0 25px 0 0;
    flex: 1 0 auto;
}
.banner .content-box p {
    letter-spacing: 0.3px;
    font-style: italic;
    color: #2F2F2F99;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 0 40px;
    border-left: 1px solid #000E9C1A;
}
/* .solution-category {
    background: rgba(0, 14, 156, 1);
} */
.title {
    font-weight: 600;
    /*font-style: italic;*/
    font-size: 28px;
    line-height: 100%;
    color: #000E9C;
    margin: 0 0 13px 0;
    padding: 21px 0 0;
}
.title span {
    background: linear-gradient(80.32deg, #73E1FF 10%, #A5D54D 50%, #FFD700 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 2px; 
}
header {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
    background: #fff;
    padding: 13px 0;
    box-shadow: 0px 0px 15px #00000012;
}
header .navbar-brand {
    float: none;
    height: auto;
    padding: 0;
    font-size: initial;
    line-height: normal;
}
header .navbar {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-height: auto;
}
header .navbar-collapse {
    margin: 0 0 0 auto;
    padding: 0;
}
header .navbar-nav>li:not(:first-child) {
    margin: 0 0 0 20px;
}
header .navbar-nav>li>a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #2F3542;
    background: transparent !important;
    outline: 0;
    letter-spacing: 0;
    padding: 3px 10px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
header .navbar-nav>li>a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000E9C1A;
    /* background: linear-gradient(94.61deg, #000E9C 0.52%, #162BFF 100%); */
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease-in-out;
}
header .navbar-nav>li>a.active::before,
header .navbar-nav>li>a:hover::before {
    opacity: 1;
}
header .navbar-nav>li>a:hover,
header .navbar-nav>li>a.active {
    color: #000E9C;
    background: transparent;
}
header .register-login-link {
    background: transparent;
    padding: 0;
    border: 0;
    text-decoration: none;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    color: #4D559299;
    letter-spacing: 0.2px;
    transition: all 0.3s ease-in-out;
} 
header .btn-login {
    display: flex;
    align-items: center;
    background: transparent;
    font-weight: 500;
    padding: 10px 0 10px 20px;
    margin: 0 0 0 20px;
    border: 0;
    border-left: 1px solid #D9DCE1;
    position: relative;
    text-decoration:none;
}
header .btn-login .user-login-btn {
    display: flex;
    align-items: center;
    background: transparent;
    font-weight: 500;
    padding:0px;
    margin: 0px;
    border: 0;
    position: relative;
    text-decoration:none;
}
header .btn-login .user-login-btn i{
    font-size:23px;
}
header .btn-basket {
    display: flex;
    align-items: center;
    background: transparent;
    font-weight: 500;
    padding: 10px 0 10px 10px;
    margin: 0 15px 0 10px;
    border: 0;
    position: relative;
}
header .btn-basket .cart-count {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F73F49;
    width: 12px;
    height: 12px;
    color: #fff;
    border-radius: 50px;
    font-size: 6px;
    font-weight: 500;
    position: absolute;
    top: 5px;
    right: -5px;
}

.category-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 50px;
    color: #2F2F2F99;
}
.search-box {
    margin: 0;
    position: relative;
}
.search-box .form-control {
    position: relative;
    color: #3C3C4399;
    font-size: 18px;
    line-height: 100%;
    font-weight: 400;
    box-shadow: -30px 6px 34px 0px #000E9C0D;
    border: 2px solid #162bff0a;
        padding: 11px 10px;
}
.search-box .search-icon {
    position: absolute;
    top: 13px;
    right: 10px;
}
header .main-search {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .user-profile {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    margin: 0 0 0 15px;
}
/* .search-box .form-control::placeholder {
    color: #3C3C4399;
    font-size: 18px;
    line-height: 100%;
    font-weight: 400;
} */

/* .category-text:last-of-type {
    margin: 0;
} */
.benefits-div .card-list-02 {
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.benefits-div .card-header {
    display: flex;
    margin: 0 0 20px;
    border: 0;
    padding: 0;
    background: transparent;
}
/* .benefits-div .card-type-02 {
    display: flex;
    flex-wrap: wrap;
} */
.benefits-div .card-title-02 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    flex: 1 0 auto;
    padding: 0 0 0 15px;
    margin: 0;
}
.benefits-div .card-text-02 {
    color: #fff;
    opacity: 0.6;
    letter-spacing: 0.4px;
    padding: 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    /* min-height: 92px; */
    margin: 0;
}
.benefits-div .card-type-02 .card-icon-holder {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0;
    background: linear-gradient(132.81deg, #13F7F8 -60.7%, #0050D5 100%);
}
.benefits-div .card-list-item-02 {
    position: relative;
    padding: 0 15px;
    box-sizing: border-box;
}
.benefits-div .card-list-item-02:last-child {
    padding-right: 0;
}
.benefits-div .card-list-item-02:first-child {
    padding-left: 0;
}

.card-list-item-02:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  border-left: 1px solid transparent;
  border-image-source: linear-gradient(
    94.61deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(22, 43, 255, 0.1) 100%);
  border-image-slice: 1;
}
.card-list {
    margin: 0 0 0 25px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    position: relative;
}

.card {
    width: 216px;
    height: 242px;
    padding: 30px;
    background: #000E9C0D;
    border-radius: 15px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.card .card-icon-holder {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    transition: opacity 0.2s ease;
    z-index: 1;
    position: relative;
    background: linear-gradient(132.81deg, #13F7F8 -60.7%, #0050D5 100%);
}

.card .card-content {
    position: absolute;
    left: 30px;
    right: 30px;
    top: calc(100% - 50px);
    transition: .4s top ease;
}

.card.card-title-twoline .card-content {
    top: calc(100% - 84px);
}

.card .card-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    margin: 0 0 20px;
    color: #000E9C;
}

.card .card-text {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    letter-spacing: 0.4px;
    color: #000E9C99;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.2s ease, max-height 0.2s ease;
}

.card:hover .card-icon-holder {
    opacity: 0;
}

.card:hover .card-content {
    top: 30px;
}
.card:hover .card-text {
    max-height: 200px;
    opacity: 1;
}

.hr-with-button {
    margin: 50px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.hr-with-button .cust-hr {
    display: block;
    height: 1px;
    flex: auto;
    background: linear-gradient(94.61deg, #0515BF 0%, #162BFF 100%);
}
.top-solution-link{
    margin-top: 30px;
}
.top-solution-btn {
    background-color: #fff;
    padding: 12px 50px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.2px;
    border: 0;
    border-radius: 8px;
    margin: 0;
    color: #000E9C;
}
.top-solution-btn:hover {
    background-color: #0050D7;
    color: #fff;
}
.all-solution-btn {
    text-align: center;
    color: #fff;
    background-color: #0050D7;
    padding: 12px 66px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.2px;
    border: 0;
    border-radius: 8px;
    margin: 0 0 0 30px;
}
.all-solution-btn:hover {
   background-color: #000E9C;
    color: #fff;
}
.bg-gradient {
    background: linear-gradient(94.61deg, #000E9C 0.52%, #162BFF 100%);
}
.text-type-v3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #FFFFFFCC;
    margin: 0;
}
.hr-with-button.v-03 .all-solution-btn {
    margin: 0 30px;
}
.hr-with-button.v-03 .cust-hr {
    background: #FFFFFF33;
}
.tools-section{
    background: #fff;
}
.tools-section .title {
    color: rgba(0, 14, 156, 1);
}
.tools-section .tool-text {
    color: rgba(47, 47, 47, 0.6);
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.3px;
    padding: 0;
    margin: 0 0 20px;
}
.link-category {
    padding: 0 0 30px;
}

.link-category .card-v2 {
    padding: 0 0 10px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 0;
}
.card-v2 .card-v2-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    margin: 0;
    color: rgba(47, 47, 47, 0.6);
}
.card-v2-border {
    width: 100%;
    height: 1px;
    display: block;
    background: linear-gradient(94.61deg, rgba(5, 21, 191, 0.1) 0%, rgba(22, 43, 255, 0.1) 100%);
}
.hr-with-button.v-02 .security-btn {
    background: linear-gradient(94.61deg, #000E9C 0.52%, #162BFF 100%);
    margin: 0 30px 0 0;
    color: #fff;
}
.hr-with-button.v-02 .cust-hr {
    /* background: linear-gradient(94.61deg, rgba(5, 21, 191, 0.1) 0%, rgba(22, 43, 255, 0.1) 100%); */
    background: linear-gradient(94.61deg, #FFFFFF 0%, #73E1FF 100%);
}
.benefits-div {
    background: linear-gradient(97.19deg, #00185E -54.43%, #0050D5 119.85%);
    padding: 35px 0 75px;
}
.benefits-div .title {
    color: #fff;
    font-size: 28px;
    line-height: 34px;
    margin: 0 0 54px 0;
    padding: 0;
    /* text-shadow: #000 0px 0px 20px; */
}
/* .card.white-card {
    background-color: #fff;
    box-shadow: -30px 30px 60px 0px #001F600D;
} */
.card.white-card .card-title {
    color: #000E9C;
}
.card.white-card .card-text {
    color:#2F2F2F99;
}
.our-partner {
    padding: 50px 0;
}
.our-partner .title {
    text-align: center;
   font-size: 28px;
   line-height: 100%;
   color: #000E9C;
   margin: 0 0 50px; 
}
.our-partner .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70px;
}
.our-partner .swiper-wrapper {
    transition-timing-function: linear !important;
}
footer {
    background: #00085D;
    padding: 30px 0 30px;
}
footer .foot-logo-wrap {
    padding: 0 0 20px;
    border-bottom: 1px solid #ffffff33;
    margin: 0 0 40px;
}
footer .foot-title {
    color: #fff;
    font-size: 21px;
    line-height: 100%;
    font-weight: 700;
    margin: 0 0 30px;
}
footer .sub-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    margin: 30px 0 10px;
}
.footer-link li{
    margin-bottom:10px;
}
.footer-link li a {
    text-decoration: none;
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
    cursor: default;
}
.partner-links li a {
    cursor: pointer;
    width:auto;
    display:inline-block;
}
.footer-link li a:hover {
 opacity: 0.8;
}
.cont-network {
    display: block;
    color: #2188F9;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    margin: 40px 0 0;
}
footer .second-col {
    /*padding: 20px 0 0;*/
}
.subscribe-div {
    width: 320px;
    background: linear-gradient(106.85deg, rgba(19, 247, 248, 0.22) 0%, rgba(200, 249, 80, 0.22) 50%, rgba(238, 244, 81, 0.22) 100%);
    border: 1px solid #FFFFFF33;
    border-radius: 10px;
    padding: 20px 10px;
}
.subscribe-div .title {
        font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    margin: 0 0 22px;
    padding: 0;
}
.subscribe-div .email-box {
    position: relative;
}
.subscribe-div .email-box .form-control{
   font-size: 14px;
    line-height: 100%;
    color: #ffffffcc;
    background: #ffffff0d;
    border: 1px solid #ffffff1a;
    padding: 14px 15px;
    border-radius: 8px;
}
.subscribe-div .email-box .form-control::placeholder {
  font-size: 14px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.3px;
    opacity: 0.8;
}
.subscribe-div .email-box .subm-btn {
    background: #ffffffe6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 5px;
    right: 5px;
}
.checkbox-wrap {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    margin: 15px 0 0;
}
.checkbox-wrap input {
       margin: 3px 10px 0 0;
    display: inline-block;
    vertical-align: bottom;
}
.social-link {
    margin: 20px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.social-link li a {
    display: block;
    margin: 0 15px 0 0;
}
.bottom-strip {
    margin: 50px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #ffffff33;
}
.bottom-strip ul{
    list-style-type:none;
    display:flex;
    justify-content:center;
    margin-bottom:11px;
}
.bottom-strip ul .copyright-item:after{
    content: "|";
    color: #fff;
    margin: 0px 15px;
}
.bottom-strip .copyright-item:last-of-type .copyright-link:after{
    content:"";
}
.bottom-strip ul li,
.bottom-strip ul li a{
    color:#fff!important;
    text-decoration:none;
}
.bottom-strip ul li a:hover{
    color:#0d6efd!important;
}
.bottom-strip {
    text-align: center;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}
#search-clear {
    display: none !important;
}

@media(max-width: 1600px) {
    .banner {
        height: 435px;
    }
    .banner .content-box {
        margin: 50px 0 0;
    }
}

@media(max-width: 1500px) {
    .banner {
        height: 410px; 
    }
    /* .banner .title {
        padding-top: 120px;
    } */
    .banner .content-box { 
        margin: 50px 0 0;
    }
    .on-demand-it-support-lp-banner {
        height: auto;
    }
}

@media(max-width: 1400px) {

    .banner {
        height: 380px;
    }
    .banner .title {
        /* padding-top: 110px; */
        /* font-size: 46px;
        line-height: 52px;
        margin: 0 0 10px; */
    }
    .py-100 {
        padding: 90px 0;
    }
    .pt-100 {
        padding-top: 90px;
    }
    .pb-100 {
        padding-bottom: 90px;
    }
    .marketplace-hr, .marketplace-hr-01 {
        margin: 90px 0 0;
    }
    /* .title {
        font-size: 40px;
        line-height: 50px;
    } */
    .foot-logo-wrap img {
        width: 300px;
    }
    .card-list {
        margin: 0;
    }
    .card {
        width: 205px;
        height: 220px;
        padding: 20px;
    }
    .card .card-title {
        line-height: 25px;
        margin: 0 0 10px;
    }
    .card:hover .card-content {
        top: 20px;
        width: 80%;
    }
    footer {
        padding: 60px 0 30px;
    }
    .main-title {
        font-size: 40px;
        line-height: 48px;
        margin: 0 0 15px;
    }
    .card-title-03 {
        font-size: 28px;
        line-height: 36px;
        margin: 0 0 15px;
    }
    .card-icon-03 {
        width: 60px;
        height: 60px;
        margin: 0 0 15px;
    }
    .partner-sellers .sub-text {
        margin: 0 0 20px;
    }
    .marketplace-lp-banner .banner-title {
        font-size: 50px;
        line-height: 58px;
        margin: 0 0 15px;
    }
    .marketplace-lp-banner .banner-sub-title {
        font-size: 24px;
        margin: 0 0 15px;
        line-height: 32px;
    }
    .marketplace-lp-banner .banner-text {
        margin: 0 0 30px;
    }
    .trusted-ecosystem .main-title, .marketplace-our-image .sub-text {
        margin: 0 0 30px;
    }
    .marketplace-our-image .main-title {
        margin: 0 0 15px;
    }
    .marketplace-video {
        padding: 0;
    }
    .our-guarantees .sub-text {
        margin: 0 0 20px;
    }
}

@media(max-width: 1200px) {
    .container {
        width: 850px;
    }
    .banner {
        height: 280px;
    }
    .banner .title {
        /* padding-top: 110px; */
        /* font-size: 40px;
        line-height: 44px;
        margin: 0 0 10px; */
    }
    .banner img {
        width: 60%;
    }
    .banner .bnr-text {
        font-size: 16px;
        line-height: 20px;
    }
    .banner .content-box {
        margin: 20px 0 0;
        padding: 10px 15px;
        border-radius: 7px;
    }
    .banner .content-box p {
        font-size: 16px;
        line-height: 24px;
        padding: 0 0 0 20px;
    }
    .banner .content-box h2 {
        font-size: 22px;
        line-height: 28px;
        margin: 0 20px 0 0;
        flex: 1 0 auto;
    }
    .banner .content-box p {
        font-size: 16px;
        line-height: 24px;
        padding: 0 0 0 20px;
    }
    .py-100 {
        padding: 80px 0;
    }
    .pt-100 {
        padding-top: 80px;
    }
    .pb-100 {
        padding-bottom: 80px;
    }
    .marketplace-hr, .marketplace-hr-01 {
        margin: 80px 0 0;
    }
    /* .title {
        font-size: 36px;
        line-height: 46px;
        margin: 0 0 20px 0;
    } */
    .card {
        padding: 20px;
        border-radius: 6px;
    }
    .card .card-title {
        font-size: 16px;
        line-height: 22px;
        margin-top: 22px;
        margin: 15px 0 0;
    }
    .card .card-text {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.2px;
        margin: 10px 0 0;
    }
    .all-solution-btn {
        padding: 12px 50px;
    }
    .benefits-div .title {
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 30px 0;
    }
    .card {
        width: 230px;
        min-height: 100%;
        padding: 20px;
        border-radius: 10px;
    }
    .card-list {
        /* padding: 35px 0 0; */
            grid-template-columns: repeat(2, 1fr);
    }
    .benefits-div .card-list-02 {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 30px;
    }
    .card .card-content {
        top: 0 !important;
        bottom: 0;
        right: 0;
        left: 0;
        position: relative;
    }
    .card .card-icon-holder {
        opacity: 1 !important;
            padding: 10px;
            width: 45px;
            height: 45px;
            border-radius: 12px;
    }
    .card .card-text {
        max-height: 100% !important;
        opacity: 1 !important;
    }
    .card.card-title-twoline .card-content {
        top: 0;
    }
    .category-text {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 35px;
    }
    /* .card-list-item-02:not(:first-child)::before {
        display: none;
    } */
    .card-list-item-02:nth-child(3n+1)::before {
        display: none;
    }
    .card-list-item-02:nth-child(3n+1) {
        padding-left: 0;
    }
    .hiden-br {
        display: none;
    }
    .hr-with-button {
        margin: 30px 0 0;
    }
    .search-box .form-control {
            font-size: 16px;
    }
    footer .first-col {
        width: 27%;
    }
    footer .second-col {
        width: 25%;
    }
    footer .third-col {
        width: 40%;
    }
    header .navbar-toggler {
        padding: 0;
        margin: 0;
        border: 0;
        box-shadow: none !important;
    }
    header .navbar-toggler .icon-bar + .icon-bar {
        margin-top: 6px;
    }
    header .navbar-toggler .icon-bar {
        display: block;
        width: 29px;
        height: 3px;
        border-radius: 10px;
        background: #000E9C;
        position: relative;
        transition: all 0.3s ease-in-out;
    }
    header .navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(1) {
        transform: rotate(-135deg);
        top: 9px;
    }
    header .navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(2) {
        opacity: 0;
    }
    header .navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(3) {
        transform: rotate(135deg);
        top: -9px;
    }
    header .navbar-brand {
        order: 0;
    }
    header .navbar-collapse {
        order: 4;
        width: 100%;
        padding: 0px 0;
        margin: 20px 0 0;
    }
    header .navbar-nav, header .navbar-nav > li:not(:first-child) {
        margin: 5px 0 0;
    }
    header .navbar-nav > li > a {
        font-size: 18px;
        line-height: 24px;
        padding: 10px 10px;
        border-radius: 8px;
    }
    header .right-nav {
        border-left: 0;
        border-right: 1px solid #D9DCE1;
        padding: 0 25px 0 0;
        margin: 0 20px 0 0;
    }
    .marketplace-lp-banner .video-text {
        font-size: 18px;
        line-height: 28px;
        margin: 20px 0 0;
    }
    .marketplace-lp-banner .banner-text {
        padding: 0;
    }
    .card-type-03 {
        padding: 20px;
    }
    .marketplace-lp-banner .marketplace-content-holder {
        padding-right: 40px;
    }
    .support-services .sub-text {
        padding-right: 50px;
    }
    .sub-title {
        font-size: 24px;
        line-height: 30px;
        padding: 0;
    }
}

@media(max-width: 992px) {
    .container {
        width: 750px;
    }
    .banner .title {
        font-size: 30px;
        line-height: 36px;
        /* padding-top: 50px; */
    }
    .banner img {
        width: 300px;
        height: auto;
    }
    header .btn-basket {
        padding: 8px 0 8px 15px;
        margin: 0 0 0 15px;
    }
    header {
        padding: 15px 0;
    }
    .card-list {
        padding-top: 30px;
        gap: 15px;
    }
    .title {
        font-size: 32px;
        line-height: 42px;
        padding: 0;
    }
    .py-100 {
        padding: 70px 0;
    }
    .pt-100 {
        padding-top: 70px;
    }
    .pb-100 {
        padding-bottom: 70px;
    }
    .marketplace-hr, .marketplace-hr-01 {
        margin: 70px 0 0;
    }
    .banner {
        height: 315px;
    }
    .card {
        width: auto;
        height: auto;
        padding: 16px;
    }
    .card .card-icon-holder {
    width: 35px;
    height: 35px;
    border-radius: 8px;
    }
    .card-icon-holder img {
        width: 20px;
        height: auto;
    }
    .banner .bnr-text {
            width: 70%;
        }
    .br-hiden {
        display: none;
    }
    header .navbar-nav>li:not(:first-child) {
        margin: 0 0 0 10px;
    }
    footer .first-col, 
    footer .second-col {
        width: 50%;
    }
    footer .third-col {
        width: 100%;
        margin: 50px 0 0;
    }
    .marketplace-lp-banner .banner-title {
        font-size: 46px;
        line-height: 54px;
    }
    .marketplace-lp-banner .banner-sub-title {
        font-size: 20px;
        line-height: 28px;
    }
    .marketplace-lp-banner .banner-text {
        margin: 0 0 15px;
    }
    .marketplace-video {
        margin: 30px 0 0;
    }
    .marketplace-lp-banner .video-text {
        font-size: 16px;
        line-height: 24px;
        margin: 15px 0 0;
    }
    .marketplace-lp-banner .marketplace-content-holder {
        padding-right: 12px;
    }
    .main-title {
        font-size: 36px;
        line-height: 44px;
    }
    .trusted-ecosystem .main-title, .marketplace-our-image .sub-text {
        margin: 0 0 20px;
    }
    .card-title-03 {
        font-size: 24px;
        line-height: 32px;
    }
    .top-space-mobile, .top-space {
        margin-top: 20px;
    }
    .complete-range .image-holder {
        padding: 30px 12px 0;
        text-align: center;
    }
    .left-space {
        padding-left: 12px;
    }
    .services-card-view li {
        min-width: 210px;
    }

    .services-content-holder {
        padding: 10px 15px 15px;
    }

    .complete-range .sub-text {
        margin: 0 0 20px 0;
    }

    .sub-title {
        margin: 0 0 15px 0;
    }

    .list-item-holder {
        padding-left: 0;
    }

    .our-guarantees .content-wrapper {
        padding: 20px;
        border-radius: 8px;
    }

    .support-services .sub-text {
        padding-right: 0;
    }

    .our-guarantees-image .sub-text {
        font-size: 14px;
        line-height: 22px;
    }
}
@media(max-width: 767px) {
    .container {
        width: 100%;
    }
    header {
        padding: 22px 0;
    }
    header .btn-basket {
        padding: 0;
        margin: 0 30px 0 auto;
        border: 0;
    }
    header .btn-basket .cart-count {
        top: -5px;
        right: -5px;
    }
    header .navbar-toggler {
        padding: 0;
        margin: 0;
        border: 0;
    }
    header .navbar-toggler .icon-bar+.icon-bar {
        margin-top: 6px;
    }
    header .navbar-toggler .icon-bar {
        display: block;
        width: 29px;
        height: 3px;
        border-radius: 10px;
        background: #000E9C;
        position: relative;
        transition: all 0.3s ease-in-out; 
    }
    header .navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(1){
        transform: rotate(-135deg);
        top: 9px;
    }
    header .navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(2){
        opacity: 0;
    }
    header .navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(3){
        transform: rotate(135deg);
        top: -9px;
    }
    header .navbar-brand {
        order: 0;
    }
    header .navbar-collapse {
        order: 4;
        width: 100%;
        padding: 0px 0;
        margin: 20px 0 0;
    }
    header .navbar-nav, header .navbar-nav>li:not(:first-child) {
        margin: 5px 0 0;
    }
    header .navbar-nav>li>a {
        font-size: 18px;
        line-height: 24px;
        padding: 10px 10px;
        border-radius: 8px;
    }
    .banner .title {
        font-size: 26px;
        line-height: 32px;
        padding: 0;
    }
    .benefits-div .title {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 20px 0;
    }

    .banner .bnr-text {
        font-size: 14px;
        line-height: 18px;
        margin: 10px 0 0;
        width: 65%;

    }
    .banner .content-box {
        margin: 20px 0 0;
        padding: 10px;
        border-radius: 5px;
        flex-wrap: wrap;
    }
    .banner .content-box h2 {
        font-size: 20px;
        line-height: 26px;
    }
    .banner .content-box h2 {
        font-size: 20px;
        line-height: 26px;
        width: 100%;
        margin: 0;
    }
    .banner .content-box p {
        font-size: 16px;
        line-height: 24px;
        padding: 10px 0 0;
        margin: 10px 0 0;
        border-left: 0;
        border-top: 1px solid #000E9C1A;
    }
    .banner {
        height: 250px;
    }
    /* .banner .title {
        padding-top: 35px;
    } */
    .py-100 {
        padding: 50px 0;
    }
    .pt-100 {
        padding-top: 50px;
    }
    .pb-100 {
        padding-bottom: 50px;
    }
    .marketplace-hr, .marketplace-hr-01 {
        margin: 50px 0 0;
    }
    .title {
        font-size: 28px;
        line-height: 36px;
    }
    .card-list {
        gap: 15px;
        grid-template-columns: repeat(2, 1fr);
    }
    .card {
        padding: 15px;
    }
    /* .card .card-text {
        font-size: 16px; 
    } */
    .all-solution-btn {
        padding: 10px 30px;
        margin: 0;
        border-radius: 5px;
    }
    .hr-with-button {
        margin: 35px 0 0;
    }
    footer {
        padding: 15px 0;
    }
    .benefits-div .card-list-02 {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 20px;
    }
    .card-list-item-02:nth-child(odd)::before {
        display: none;
    }
    .card-list-item-02:nth-child(odd) {
        padding-left: 0;
    }
    /* .card-list-item-02:not(:first-child)::before {
        display: none;
    } */

    .card-list-item-02:nth-child(even)::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 1px;
        border-left: 1px solid transparent;
        border-image-source: linear-gradient(94.61deg, rgba(255, 255, 255, 0.1) 0%, rgba(22, 43, 255, 0.1) 100%);
        border-image-slice: 1;
        display: block;
    }
    .card-list-item-02:nth-child(even) {
        padding: 0 15px;
    }
    .card {
            height: auto;
    }
    .br-hide {
        display: none;
    }
    .benefits-div .card-title-02 {
        flex: 1 0 80%;
    }
    footer .foot-logo-wrap {
        padding: 0 0 15px;
        margin: 0 0 20px;
    }
    footer .foot-title {
        margin: 0 0 20px;
    }
    footer .sub-title {
        margin: 10px 0 10px;
    }
    footer .third-col {
        margin: 30px 0 0;
    }
    .marketplace-lp-banner .banner-title {
        font-size: 40px;
        line-height: 48px;
    }

    .marketplace-lp-banner .banner-text {
        font-size: 14px;
        line-height: 24px;
    }

    .marketplace-lp-banner .all-solution-btn {
        padding: 10px 30px;
        font-size: 14px;
        line-height: 18px;
        border-radius: 5px;
    }

    .main-title {
        font-size: 30px;
        line-height: 38px;
    }

    .card-title-03 {
        font-size: 20px;
        line-height: 28px;
    }

    .sub-text {
        font-size: 14px;
        line-height: 22px;
    }

    .card-type-03 {
        padding: 15px;
    }

    .head-strip {
        margin-top: 84px;
    }
    .list-item-holder .list-item {
        font-size: 14px;
        line-height: 22px;
    }
    .list-item-holder .list-item:before {
        width: 14px;
        height: 14px;
        top: 5px;
    }
    .our-guarantees-image .sub-text {
        width: 60%;
    }
    .our-guarantees-image {
        background: url('../images/our-guarantees-mobile.webp') no-repeat;
        height: 175px;
    }
    .our-guarantees-image .sub-text {
        font-size: 16px;
        line-height: 24px;
    }
}

@media(max-width: 576px) {
    .banner {
        background: url('../images/home-banner-small.webp'), no-repeat;
        height: calc(100vh - 65px);
        background-size: cover;
        background-position: 50% 100%;
        align-items: flex-start;
    }
    .banner .title {
        padding-top: 0;
    }
    .card-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .card .card-text {
        min-height: auto;
    }
    .benefits-div .card-list-02 {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 0;
    }
    .card-list-item-02:not(:first-child)::before {
        display: none;
    }

    .card-list-item-02:not(:last-child)::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px;
        border-bottom: 1px solid transparent;
        border-image-source: linear-gradient(
          94.61deg,
          rgba(255, 255, 255, 0.1) 0%,
          rgba(22, 43, 255, 0.1) 100%
        );
        border-image-slice: 1;
      }

    .benefits-div .card-list-item-02 {
        padding: 15px 0;
    }
    .benefits-div .card-header {
        display: flex;
        margin: 0 0 10px;
        justify-content: center;
        align-items: center;
    }
    .benefits-div .card-list-item-02:first-child {
        padding-top: 0;
    }
    .benefits-div .card-list-item-02:last-child {
        padding-bottom: 0;
    }
    .content-hoder {
        padding: 60px 0 0;
    }
    .banner .bnr-text {
        width: 80%;
    }
    .our-partner .swiper-slide {
        min-height: 50px;
    }
    .our-partner .title {
        margin: 0 0 30px;
    }
    .our-partner {
        padding: 40px 0 20px;
    }
    footer .first-col, footer .second-col {
        width: 100%;
    }
    .lang-dropdown-wrapper .lang-button {
        padding: 0 10px 0 10px;
    }
    .solution-category .title br {
        display: none;
    }
    .title {
        font-size: 25px;
        line-height: 33px;
    }
    header .main-search {
        width: 35px;
        height: 35px;
    }
    header .user-profile {
        width: 30px;
        height: 30px;
        margin: 0 0 0 10px;
    }
    header .right-nav {
        padding: 0 10px 0 0;
        margin: 0 10px 0 0;
    }
    header .navbar-toggler .icon-bar {
        display: block;
        width: 25px;
    }
    .lang-dropdown-wrapper .lang-button {
        padding: 0 0px 0 0px;
    }
    .subscribe-div {
        width: 295px;
    } 
    .head-strip {
        margin-top: 79px;
    }
    .our-guarantees .content-wrapper {
        padding: 10px;
    }
    .services-card-view li {
        min-width: 185px;
    }
    .our-guarantees-image .sub-text {
        width: 70%;
    }
    .our-guarantees-image {
        background: url('../images/our-guarantees-mobile.webp') no-repeat;
        height: 150px;
    }
    .our-guarantees-image .sub-text {
        font-size: 14px;
        line-height: 22px;
    }
}

@media(max-width: 400px) { 
    .banner .bnr-text {
        width: 100%;
    }
    .lang-dropdown-wrapper .lang-button {
        padding: 0 0px 0 0px;
        font-size: 12px;
    }
    .lang-dropdown-wrapper .lang-button .down-arrow {
        margin: 0 0 0 0px;
    }
    header .main-search {
        width: 30px;
        height: 30px;
        padding: 7px;
    }
    header .main-search img { width: 100%;}
    header .right-nav {
        padding: 0 5px 0 0;
        margin: 0 5px 0 0;
    }
    header .user-profile {
        margin: 0 0 0 8px;
    }
    header .navbar-toggler .icon-bar {
        display: block;
        width: 20px;
        height: 2px;
    }
    header .navbar-toggler .icon-bar+.icon-bar {
        margin-top: 4px;
    }
    header .navbar-brand img {
        width: 121px;
    }
    header .navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(1) {
        top: 6px;
    }
    header .navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(3) {
        top: -6px;
    } 
    .head-strip {
        margin-top: 74px;
    }
    .services-card-view li {
        width: 100%;
    }
    .services-card-img-holder {
        text-align: center;
    }
    .support-services .services-card-view li {
        min-width: 224px;
        width: calc(16.913% - 30px);
    }
    .our-guarantees-image .sub-text {
        width: 85%;
    }
    .our-guarantees-image {
        background: url('../images/our-guarantees-mobile.webp') no-repeat;
        height: 170px;
    }
    .on-demand-it-support-lp-banner {
        background-position-x: 80%;
    }
}

/*Why OVHcloud Marketplace lp css */
.marketplace-lp-banner {
    background: url('../images/marketplace-banner.webp'), no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: auto;
    margin-top: 65px;
}
.head-strip {
    border: 1px solid #000E9C;
    background: #00185E;
    padding: 10px 0;
    margin-top: 65px;

}
.head-strip-text {
    display: flex;
    align-items: center;  
    gap: 5px;             
    color: rgba(255, 255, 255, 0.80);
    font-size: 14px;
    font-weight: 500;
    line-height: 150%; 
    letter-spacing: 0.21px;
    margin: 0;
}
.marketplace-lp-banner .banner-title {
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    margin: 0 0 20px;
}
.marketplace-lp-banner .banner-sub-title {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 20px;
    line-height: 38px;
}
.marketplace-lp-banner .banner-text {
    color: #FFFFFF99;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0 0 40px;
    padding: 0 65px 0 0;
}
.marketplace-lp-banner .banner-text strong{
    color: #fff;
}
.marketplace-lp-banner .video-text {
    color: #FFFFFFCC;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin: 30px 0 0;
}
.marketplace-lp-banner .marketplace-content-holder {
    padding-right: 65px;
}
.marketplace-lp-banner .all-solution-btn {
    background-color: #fff;
    padding: 12px 50px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.2px;
    border: 0;
    border-radius: 8px;
    margin: 0;
    color: #000E9C;
}
.marketplace-lp-banner .all-solution-btn:hover {
    background-color: #0050D7;
    color: #fff;
}
.main-title {
    color: #000E9C;
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 20px;
}
.main-title span {
    color: #0050D5;
}
.sub-text {
    color: rgba(47, 47, 47, 0.60);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.complete-range .image-holder {
    padding: 0 0 0 80px;
}
.center-text {
    text-align: center;
}
.partner-sellers .sub-text {
    margin: 0 0 30px;
}
.trusted-ecosystem .main-title {
    margin: 0 0 50px;
}
.marketplace-our-image .main-title {
    margin: 0 0 20px;
}
.trusted-ecosystem .sub-text {
    margin: 0;
}
.marketplace-our-image .sub-text {
    margin: 0 0 50px;
}
.marketplace-our-image .card-content-03 .sub-text {
    margin: 0;
}
.card-title-03 {
    color: #000E9C;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin: 0 0 20px;
}
.card-type-03 {
    padding: 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    border-radius: 10px; 
    transition: all 0.3s ease-in;
    height: 100%;
}

.card-type-03::before {
    content: "";
    position: absolute;
    inset: 0; 
    padding: 1px; 
    border-radius: 10px; 
    background: linear-gradient(132.81deg, #D9DCE1 -60.7%, #D9DCE1 100%);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude; 
    z-index: -1;
    transition: all 0.3s ease-in;
}

.card-type-03:hover {
    background: linear-gradient(
        133deg,
        rgba(19, 247, 248, 0.05) -60.7%,
        rgba(0, 80, 213, 0.05) 100%
    );
}

.card-type-03:hover::before {
    background: linear-gradient(132.81deg, #13F7F8 -60.7%, #0050D5 100%);
}
.card-type-03:hover svg path {
    fill: #ffffff;
    transition: fill 0.3s ease-in;
}
.card-type-03:hover .card-icon-03 {
    background: linear-gradient(132.81deg, #13F7F8 -60.7%, #0050D5 100%);
} 
.card-icon-03 {
    width: 75px;
    height: 75px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    position: relative;
    background: #fff; 
    z-index: 1;
    margin: 0 0 20px;
    transition: background 0.3s ease-in;
}
.top-space {
    margin-top: 30px;
}
.left-space {
    padding-left: 18px;
}
.card-icon-03::before {
    content: "";
    position: absolute;
    inset: 0; 
    padding: 1px; 
    border-radius: 10px; 
    background: linear-gradient(132.81deg, #13F7F8 -60.7%, #0050D5 100%);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude; 
    z-index: -1;
}
.marketplace-hr {
    position: relative;
    display: block;
    height: auto; 
    margin: 100px 0 0; 
}

.marketplace-hr::before {
    content: "";
    position: absolute;
    top: 0; 
    left: 0;
    right: 0;
    height: 1px; 
    background: linear-gradient(95deg, rgba(22, 43, 255, 0.10) 0%, #0515BF 100%);
}
.marketplace-hr-01 {
    position: relative;
    display: block;
    height: auto; 
    margin: 100px 0 0; 
}

.marketplace-hr-01::before {
    content: "";
    position: absolute;
    top: 0; 
    left: 0;
    right: 0;
    height: 1px; 
    background: linear-gradient(275deg, rgba(22, 43, 255, 0.10) 0%, #0515BF 100%);
}
.marketplace-video {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 0 30px;
}

.marketplace-video .yt-video {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border: 0;
    border-radius: 10px;
}
.complete-range .sub-text {
    margin: 0;
}
/*css-for-why-ovhcloud-end*/
/*css-for-t&c-page-start*/
.terms-and-condition-container {
    width: 90%;
    margin: 72px auto;
}

.terms-and-condition-container h5,
.terms-and-condition-container p strong {
    color: #000e9c;
    margin: 20px 0px;
    font-size: 19px;
}

.terms-and-condition-container p strong {
    font-size: 17px;
}

.terms-and-condition-container strong {
    color: #000;
    margin-left: 25px;
    font-size: 18px;
}

.terms-and-condition-container p {
    font-size: 17px;
}

.terms-and-condition-container p strong:after,
.terms-and-condition-container p strong:before {
    content: ">>";
    color: #000e9c;
    font-size: 14px;
    font-weight: 700;
    margin-right: 5px;
}

.terms-and-condition-container p strong:before {
    content: "<<";
}

.t-c-wrapper .t-c-head {
    background-color: #000e9c;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
}

.terms-and-condition-container h3 {
    margin: 0px;
    margin-bottom: 10px;
}

.new-features-wrap {
    border: 1px solid #000;
    padding: 10px;
    margin-top: 10px;
}

.new-features-wrap ul {
    margin-top: 35px;
    margin-bottom: 45px;
}

.summary-wrap {
    padding-left: 15px;
}

.summary-wrap li {
    list-style-type: auto;
}

.summary-wrap li span {
    margin-left: 20px;
}
/*css-for-t&c-page-end*/
/*css-for-sellers-conditions-start*/
.sellers-conditions-container ul{
    padding:0px;
}
.sellers-conditions-container ul li{
    list-style-type:none;
    margin-bottom:10px;
}
.sellers-conditions-container .summary-wrap li span{
    font-weight:600;
}
.sellers-conditions-container{
    margin:0 auto;
    width:90%;
    margin-top:4%;
}
.sellers-conditions-container .sc-head{
    background-color: #000e9c;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
}
.sellers-conditions-container .sc-head h3{
    margin:0px;
    margin-bottom:10px;
}
.table-wrap-section table{
    border:1px solid #a9a9a9;
}
.table-wrap-section table td{
    border-bottom:1px solid #a9a9a9;
    border-right:1px solid #a9a9a9;
    padding:12px;
}
.br-right{
    border-right:none!important;
}
.br-bottom{
    border-bottom:none!important;
}
.table-wrap-section .tb-head {
    background-color: #b4c6e7;
    padding: 10px;
}
.table-wrap-section .tb-head h4{
    margin:0px;
}
.table-wrap-section td h4{
    font-size:19px;
}
/*css-for-sellers-conditions-end*/
/*css-for-legal-mentions-start*/

.legal-mentions-container {
    width: 90%;
    margin: 0 auto;
}

.legal-mentions-container h5 {
    font-size: 17px;
    color: #000;
    margin: 10px 0px;
}

.legal-mentions-container .note-wrapper p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.legal-mentions-container ul li {
    margin-bottom: 10px;
}
/*css-for-legal-mentions-end*/
/*css-for-technical-assistance-start*/
.bg-light-grey {
    background-color: #f1f2f6;
}
.on-demand-it-support-lp-banner {
    background: url('../images/on-demand-it-support.webp') no-repeat;
    background-size: cover;
    background-position: center;
    height: 100svh;
}
.banner-sub-title-v2 {
    font-style: italic;
    color: #FFFFFFCC !important;
    margin: 0 !important;
}
.on-demand-it-support-lp-banner .banner-sub-title {
    font-weight: 400;
}
.on-demand-it-support-lp-banner .banner-text {
    margin: 0 0 30px;
    padding: 0;
}
.our-guarantees .sub-text {
    margin: 0 0 50px;
}
.trusted-ecosystem .main-title {
    margin: 0 0 50px;
}
.marketplace-our-image .main-title {
    margin: 0 0 20px;
}
.trusted-ecosystem .sub-text {
    margin: 0;
}
.marketplace-our-image .sub-text {
    margin: 0 0 50px;
}
.marketplace-our-image .card-content-03 .sub-text {
    margin: 0;
}
.our-guarantees-image {
  /* position: relative;
  display: inline-block;
  text-align: center; */
  margin: 20px 0 0 0;
}

.our-guarantees-image img {
  display: block;
}
.our-guarantees-image .sub-text {
    margin: 0 !important;
}
.sub-title {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    line-height: 38px;
    padding: 0 75px 0 0;

}
.list-item-holder {
    list-style: none;
    margin: 0;
}
.list-item-holder .list-item {
    color: #FFFFFFCC;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    position: relative;
    padding: 0 0 0 26px;
    margin: 0 0 10px;

}
.list-item-holder .list-item:last-child {
    margin: 0;

}
.list-item-holder .list-item:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 6px;
    left: 0;
    background: url(../images/green-check.svg) no-repeat;
    background-size: cover;
    background-position: center;
}
.our-guarantees-image .sub-text {
  position: absolute;
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: 90%; */
  color: #FFFFFFCC;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  width: 50%;
}
.our-guarantees-image {
    background: url('../images/our-guarantees.webp') no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 112px;
    border-radius: 10px;
}

.our-guarantees .content-wrapper {
    background: linear-gradient(97.19deg, #00185E -54.43%, #0050D5 119.85%);
    padding: 30px 28px;
    border-radius: 10px;
}
.sub-row {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.sub-title {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    line-height: 38px;
    padding: 0 75px 0 0;

}
.list-item-holder {
    list-style: none;
    margin: 0;
}
.list-item-holder .list-item {
    color: #FFFFFFCC;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    position: relative;
    padding: 0 0 0 26px;
    margin: 0 0 10px;

}
.list-item-holder .list-item:last-child {
    margin: 0;

}
.list-item-holder .list-item:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 6px;
    left: 0;
    background: url(../images/green-check.svg) no-repeat;
    background-size: cover;
    background-position: center;
}
.our-guarantees-image .sub-text {
  position: absolute;
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: 90%; */
  color: #FFFFFFCC;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  width: 50%;
}
.our-guarantees-image {
    background: url('../images/our-guarantees.webp') no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 112px;
    border-radius: 10px;
}

.our-guarantees .content-wrapper {
    background: linear-gradient(97.19deg, #00185E -54.43%, #0050D5 119.85%);
    padding: 30px 28px;
    border-radius: 10px;
}
.sub-row {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.card-type-03 {
    padding: 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    border-radius: 10px; 
    transition: all 0.3s ease-in;
    height: 100%;
}

.card-type-03::before {
    content: "";
    position: absolute;
    inset: 0; 
    padding: 1px; 
    border-radius: 10px; 
    background: linear-gradient(132.81deg, #D9DCE1 -60.7%, #D9DCE1 100%);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude; 
    z-index: -1;
    transition: all 0.3s ease-in;
}

.card-type-03:hover {
    background: linear-gradient(
        133deg,
        rgba(19, 247, 248, 0.05) -60.7%,
        rgba(0, 80, 213, 0.05) 100%
    );
}

.card-type-03:hover::before {
    background: linear-gradient(132.81deg, #13F7F8 -60.7%, #0050D5 100%);
}
.card-type-03:hover svg path {
    fill: #ffffff;
    transition: fill 0.3s ease-in;
}
.card-type-03:hover .card-icon-03 {
    background: linear-gradient(132.81deg, #13F7F8 -60.7%, #0050D5 100%);
} 
.card-icon-03 {
    width: 75px;
    height: 75px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    position: relative;
    background: #fff; 
    z-index: 1;
    margin: 0 0 20px;
    transition: background 0.3s ease-in;
}
.top-space {
    margin-top: 30px;
}
.left-space {
    padding-left: 18px;
}
.card-icon-03::before {
    content: "";
    position: absolute;
    inset: 0; 
    padding: 1px; 
    border-radius: 10px; 
    background: linear-gradient(132.81deg, #13F7F8 -60.7%, #0050D5 100%);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude; 
    z-index: -1;
}
.marketplace-hr {
    position: relative;
    display: block;
    height: auto; 
    margin: 100px 0 0; 
}

.marketplace-hr::before {
    content: "";
    position: absolute;
    top: 0; 
    left: 0;
    right: 0;
    height: 1px; 
    background: linear-gradient(95deg, rgba(22, 43, 255, 0.10) 0%, #0515BF 100%);
}
.marketplace-hr-01 {
    position: relative;
    display: block;
    height: auto; 
    margin: 100px 0 0; 
}

.marketplace-hr-01::before {
    content: "";
    position: absolute;
    top: 0; 
    left: 0;
    right: 0;
    height: 1px; 
    background: linear-gradient(275deg, rgba(22, 43, 255, 0.10) 0%, #0515BF 100%);
}
.marketplace-video {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 0 30px;
}

.marketplace-video .yt-video {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border: 0;
    border-radius: 10px;
}
.complete-range .sub-text {
    margin: 0;
}
.services-card-wrap {
    position: relative;
}
.services-card-view {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.services-card-view li {
    width: calc(16.913% - 30px);
    min-width: 224px;
    border-radius: 4px;
    background-color: #fff;
    border-radius: 4px;
    padding: 0;
}
.services-content-holder {
    padding: 10px 20px 20px;
}
.services-info-badge {
    font-family: "IBM Plex Sans", sans-serif;
    background-color: #77889A;
    border-radius: 3px;
    padding: 1px 5px;
    font-size: 11px;
    line-height: 17px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 5px;
}
.services-card-header h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin: 0 0 10px;
}
.services-card-body p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #555555;
    margin: 0;
}
.services-card-img-holder {
    position: relative;

}
.support-services .services-card-img-holder {
    padding: 0;
}
.services-card-img-holder .services-img-overlay {
    background-color: transparent;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    position: absolute;
    z-index: 8;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    transition: all linear .3s;
}
.services-card-img-holder .services-img-overlay a.services-btn-view {
    font-family: "IBM Plex Sans", sans-serif;
    min-width: 100px;
    max-width: 100%;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    font-size: 13px;
    color: #2f3542;
    background-color: #fff;
    text-align: center;
    display: none;
    text-decoration: none;
}
.services-card-img-holder:hover .services-img-overlay {
        background-color: rgba(47, 53, 66, .8);

}
.services-card-img-holder:hover .services-img-overlay a.services-btn-view {
        display: block;

}
.support-services .sub-text {
    padding-right: 80px;
}
.services-card-view {
    margin-bottom: 0;
}
/*css-for-technical-assistance-end*/