@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

.card.one-img-platform {
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    background: #F5FFF7;
    padding: 30px 20px 0px;
}

.everything-right-side {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-top: 20px;
}

.sidemenu-right-box .tab-content {
    height: 100%;
}

.sidemenu-right-box .tab-content>.active {
    display: block;
    height: 100%;
}

.call-icon {
    width: 70px;
    margin-right: auto;
    position: absolute;
    bottom: 20%;
    right: 20%;
}

header.header.banner {
    background-image: url('https://cdn.myoperator.dev/img/home/home-banner-bg.png');
    background-position: top center;
    background-size: 100% 80%;
}

.container.clients-logo .section-header {
    margin-bottom: 30px !important;
}

.container.clients-logo {
    padding: 40px;
    border-radius: 500px;
    background: linear-gradient(1deg, #FFF 0.56%, #FFF 251.71%);
    margin-top: 40px;
}

.section-heading {
    color: #1F2632;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
}

.section-header p {
    color: #1F2632;
    text-align: center !important;
    font-family: 'Poppins', sans-serif;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 38px;
}

.container.clients-logo h4 {
    color: #000;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
}

.heading-banner-main {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 90px;
    text-align: left;
}

.section-header {
    margin-bottom: 60px !important;
}

.green-highlight {
    border-radius: 10px;
    background: #55E574;
    padding: 0px 5px;
}

.new-cta-home.banner {
    background-color: #000;
    color: #FFF;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    box-shadow: none !important;
}

.card.one-img-platform p {
    color: #1F2632;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    text-align: left;
    margin: 0px;
    /* padding-bottom: 30px; */
    padding-bottom: 10px;
}

.one-platform-list {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #DFDFDF;
}

.one-platform-list:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px;
}

.one-platform-list .media {
    column-gap: 15px;
    margin-bottom: 12px;
}

.one-platform-list .media p {
    color: #1F2632;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px;
}

.one-platform-list p {
    color: #1F2632;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
}

.side-nav {
    padding: 30px 20px;
    border-radius: 35px 35px 0px 0px;
    border: 1px solid #DADADA;
    background: rgba(255, 255, 255, 0.40);
}

.side-nav .menu-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.side-nav .menu-box .icon img {
    width: 20px;
}

.side-nav .menu-box .icon {
    width: 45px;
    height: 45px;
    border-radius: 100px;
    background-color: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.side-nav .nav-link {
    padding: 7px 20px !important;
    border-radius: 8px;
    background: #FFF;
    margin-bottom: 20px;
}

.side-nav .nav-link.active,
.side-nav .nav-link:hover {
    border-radius: 8px;
    background-color: #000;
}

.side-nav .nav-link img.right-arrow {
    width: 24px;
}

.side-nav .nav-link:hover img.right-arrow {
    filter: brightness(0) invert(1);
}

.side-nav .nav-link img.right-arrow {
    transition: filter 0.3s ease;
}

.side-nav .nav-link.active img.right-arrow {
    filter: brightness(0) invert(1);
    /* Makes it look white */
}

.side-nav .nav-link.active .menu-box p,
.side-nav .nav-link:hover .menu-box p {
    color: #FFF;
}

.side-nav .nav-link.active .menu-box .icon,
.side-nav .nav-link:hover .menu-box .icon {
    background-color: #fff;
}

.side-nav .menu-box p {
    color: #000;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px;
    margin-left: 15px !important;
}

.sidemenu-right-box {
    border-radius: 35px 35px 0px 0px;
    border: 1px solid #DADADA;
    background: rgba(255, 255, 255, 0.61);
    padding: 25px 35px;
    padding-bottom: 0px;
}

.sidemenu-right-box .box-heading {
    color: #000;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}

.sidemenu-right-box .box-text {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 40px;
}

.sidemenu-right-box .box-img {
    width: 100%;
}

.myop-love .left-box,
.myop-love .right-box {
    padding: 50px 60px;
}

.myop-love .left-box {
    border-radius: 30px 0px 0px 30px;
    border: 1px solid #F0F0F0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.80) 0%, rgba(240, 248, 245, 0.80) 100%);
}

.myop-love .right-box {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.80) 0%, rgba(252, 245, 235, 0.80) 100%);
    border: 1px solid#F0F0F0;
    border-radius: 0px 30px 30px 0px;
    border-left: 0px;
}

.myop-love .left-box .media.media-love,
.myop-love .right-box .media.media-love {
    margin-bottom: 50px !important;
}

.myop-love .left-box .heading,
.myop-love .right-box .heading {
    color: #1F2632;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
    margin: 0px;
}

.myop-love .love-us-logo {
    width: 92px;
}

.myop-love .media.li-list img {
    width: 32px;
    margin-right: 20px;
}

.myop-love .media.li-list p {
    color: #1F2632;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    margin: 0px;
}

.myop-love .media.li-list {
    margin-bottom: 30px;
}

.myop-love .media.li-list:last-child {
    margin-bottom: 0px;
}

.myop-cards {
    padding: 40px 30px;
    border-radius: 16px;
    border: 1px solid rgba(208, 208, 208, 0.00);
    background: #FFF;
}

.myop-cards .benefits-icon {
    width: 55px;
}

.three-img-box {
    padding: 20px 16px 8px;
    display: inline-block;
    background-color: #F7F7F7;
    border-radius: 12px;
    margin-bottom: 30px;
}

.myop-cards p {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.awards a {
    padding: 20px;
    display: inline-block;
    background-color: #F9F9F9C4;
    border-radius: 15px;
}

.rating-box {
    padding: 24px 30px;
    column-gap: 30px;
    border-radius: 27px;
    background: rgba(255, 255, 255, 0.77);
}

.rating-box img {
    max-width: 150px;
    width: 100%;
}

.service.myop-card {
    padding: 35px;
    border-radius: 35px;
    border: 1px solid #D0D0D0;
    background-color: #FFF;
    text-align: left;
    box-shadow: none;
    margin: 0px 10px;
    width: 100% !important;
    max-width: 32% !important;
}

.service.myop-card .myop-card-para {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 28px !important;
}

.service.myop-card.first:hover {
    border-radius: 35px;
    background: #F6FFF8;
    box-shadow: 0px 18px 0px -3px #B6E5C1;
    border: 1px solid #F6FFF8 !important;
    cursor: pointer;
}

.service.myop-card.second:hover {
    border-radius: 35px;
    background: #FFFBE9;
    box-shadow: 0px 18px 0px -3px #ffe889;
    border: 1px solid #FFFBE9 !important;
    cursor: pointer;
}

.service.myop-card.third:hover {
    border-radius: 35px;
    background: #F4FAFF;
    box-shadow: 0px 18px 0px -3px #a1d5ff;
    border: 1px solid #F4FAFF !important;
    cursor: pointer;
}

.client-text {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 33px;
    margin: 0px;
    margin-top: 15px;
}


.service.myop-card img.myop-card-img {
    width: 50px;
    margin-bottom: 0px;
}

.service.myop-card .img-card {
    display: inline-block;
    padding: 18px 20px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.service.myop-card .img-card.first {
    background-color: #F5FFF7;
}

.service.myop-card .img-card.second {
    background-color: #FCF6DC;
}

.service.myop-card .img-card.third {
    background-color: #EDF7FF;
}

.service.myop-card:hover .img-card.first,
.service.myop-card:hover .img-card.second,
.service.myop-card:hover .img-card.third {
    background-color: #ffffff;
    border: 1px solid #eee;
}

.testimonials-box {
    padding: 30px 40px;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: #F2FEFF;
    box-shadow: 13px 16px 2.5px -3px rgba(56, 189, 202, 0.46);
}

.testimonials-box .rw-name {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 41px;
}

.testimonials-box .rw-designation {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.testimonials-box .testimonial-icon {
    width: 40px;
    margin-bottom: 25px;
}

.testimonials-box .review-text {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 25px;
}

.testimonials-box .company-logo {
    display: inline-block;
    width: 20%;
    margin-top: 25px;
}

.slick-dots li {
    margin: 0px;
}

.slick-dots li button {
    height: 10px;
    width: 10px;
    background-color: #C2C6D2;
    border: 1px solid #C2C6D2;
}

.slick-dots li.slick-active button {
    background-color: #1D2026;
    width: 18px;
}

.myop-blog-card.blogs {
    padding: 35px 28px;
}


.myop-blog-card.blogs .blog-para {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.myop-blog-card.blogs .blog-heading-main {
    padding: 0px;
    padding-top: 20px;
}

.myop-blog-card.blogs.first {
    background-color: #F5FFF7;
}

.myop-blog-card.blogs.second {
    background-color: #FFFCF3;
}

.myop-blog-card.blogs.third {
    background-color: #F8FCFF;
    ;
}

.client-connecting {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
}

.client-connecting span {
    border-radius: 10px;
    background: #55E574;
    padding: 0px 4px;
}

.nav.nav-tabs-outline.myop-hometab-2.web {
    width: 66%;
}

.myop-hometab-2.web .nav-item {
    margin: 0px 10px !important;
}

.nav.nav-tabs-outline.myop-hometab-2.web {
    padding: 22px 10px;
    border-radius: 13px;
    border: 1px solid rgba(0, 0, 0, 0.00);
    background: #F6F6F6;
}

.myop-hometab-2.web .myop-tabs {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.00);
    background: #FFF;
    padding: 13px 50px;
    min-width: 190px !important;
}

.myop-hometab-2.web .myop-tabs .one-platform-tab-heading {
    color: #000;
}

.myop-hometab-2.web .myop-tabs.show.active,
.myop-hometab-2.web .myop-tabs:hover {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.00);
    background: #000;
}

.myop-hometab-2.web .myop-tabs.show.active .one-platform-tab-heading,
.myop-hometab-2.web .myop-tabs:hover .one-platform-tab-heading {
    color: #fff;

}

.before-footer {
    background-image: url('https://cdn.myoperator.dev/img/home/before-footer.png');
    background-position: top center;
    background-size: cover;
    border-top: 0px !important;
}

.fourteen-section {
    /* background: linear-gradient(90deg, #FFF 0%, #D7EBFF 100%); */
    background: linear-gradient(180deg, #FFF 15%, #D7EBFF 40%);
}
.row.min-hide {
    display: flex !important;
}
@media (max-width: 768px) {
    
    .row.min-hide  {
        display: none !important;
    }

    .mobile-icon {
        display: flex;
        align-items: center;
        column-gap: 10px;
        font-size: 16px;
    }

    .everything-right-side img.box-img {
        border-radius: 12px !important;
        border: 1px solid #a4a4a4;
    }

    .everything-right-side .box-text {
        font-size: 16px !important;
        line-height: 24px !important;
        color: #000 !important;
    }

    .everything-right-side .box-heading {
        font-size: 18px !important;
        font-weight: 600;
    }

    .everything-right-side {
        padding-top: 0px !important;
    }

    .featureicon {
        background-color: #ffffff;
        width: 30px;
        height: 30px;
        padding: 8px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #000;
        border-radius: 100px;
    }

    .featureicon img {
        width: 15px;
    }

    .card.myop-home {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }

    .card.myop-home:first-child {
        margin-top: 0px !important;
    }

    .fourteen-section {
        background: linear-gradient(180deg, #FFF 15%, #D7EBFF 40%);
    }

    .myop-cards p {
        font-size: 16px;
        line-height: 24px;
    }

    .card.one-img-platform {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        padding: 20px 20px 0px;
    }

    .card.one-img-platform p {
        padding-bottom: 10px;
    }

    .heading-banner-main {
        font-size: 32px;
        line-height: 50px;
    }

    .heading-banner-main+p.fs-20 {
        font-size: 17px !important;
        margin-bottom: 22px !important;
    }

    .new-cta-home.banner {
        padding: 12px 25px;
        font-size: 17px !important;
        border-radius: 8px !important;
    }

    .container.clients-logo {
        padding: 30px 20px;
        border-radius: 22px;
        margin-top: 40px;
        width: 90%;
    }

    .myop-hometab-2.mobile .nav-item .myop-tabs.show.active .one-platform-tab-heading {
        background-color: #000000;
        color: #ffffff;
        border-radius: 8px;
        padding: 5px 20px;
        line-height: 22px;
    }

    .myop-hometab-2.mobile .nav-item .myop-tabs .one-platform-tab-heading {
        background-color: #f6f6f6;
        padding: 5px 20px;
        border-radius: 8px;
    }

    .section-header {
        margin-bottom: 40px !important;
        max-width: 100% !important;
    }

    .section-header p {
        margin-top: 10px !important;
        font-size: 18px !important;
        line-height: 28px;
    }

    .service.myop-card .img-card {
        margin-bottom: 20px;
    }

    .rating-box {
        padding: 12px 10px;
        column-gap: 10px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.77);
    }

    .side-nav {
        border-radius: 12px 12px 0px 0px;
    }

    .side-nav .menu-box p {
        line-height: 30px;
    }

    .side-nav .menu-box .icon {
        width: 40px;
        height: 40px;
    }

    .sidemenu-right-box .box-text {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .sidemenu-right-box {
        padding: 25px 25px;
        padding-bottom: 0px;
        width: 92.5%;
        margin: auto;
        border-radius: 0px;
        border: 1px solid #DADADA;
        border-bottom: 0px;
        border-top: 0px;
        margin: auto;
    }

    .side-nav .menu-box .icon img {
        width: 16px;
    }

    .section-heading {
        font-size: 28px !important;
        margin: 0px;
        font-weight: 600 !important;
        line-height: 40px;
    }

    .myop-love .media.align-items-center.justify-content-between {
        display: flex;
        flex-direction: column;
        flex-flow: column-reverse;
        align-items: start !important;
        justify-content: start !important;
        column-gap: 20px !important;
    }

    .myop-love .left-box,
    .myop-love .right-box {
        padding: 30px 20px;
    }

    .myop-blog-card.blogs .blog-para {
        font-size: 18px;
        line-height: 28px;
    }

    .myop-love .love-us-logo {
        margin-bottom: 10px;
    }

    .myop-love .left-box .heading,
    .myop-love .right-box .heading {
        font-family: 'Poppins', sans-serif;
        font-size: 35px;
        font-style: normal;
        font-weight: 400;
        line-height: 42px;
        /* margin-bottom: 20px; */
    }

    .before-footer {
        background-image: url('https://cdn.myoperator.dev/img/home/before-footer-mobile.png');
    }

    section.before-footer {
        padding-top: 40px;
        padding-bottom: 330px;
    }

    .myop-blog-card.blogs {
        padding: 30px 25px;
    }

    .myop-love .left-box .media.media-love,
    .myop-love .right-box .media.media-love {
        margin-bottom: 30px !important;
    }

    .myop-love .media.li-list img {
        margin-right: 12px;
    }

    .myop-love .media.li-list p {
        line-height: 26px;
        font-size: 18px;
    }

    .myop-love .left-box {
        border-radius: 30px 30px 0px 0px;
    }

    .myop-love .right-box {
        border-radius: 0px 0px 30px 30px;
        background: linear-gradient(182deg, rgba(255, 255, 255, 0.80) 0%, rgba(252, 245, 235, 0.80) 100%);
    }

    .myop-cards {
        padding: 21px 15px;
        width: 90%;
        margin: auto;
        margin-bottom: 20px;
        height: 100%;
        display: inline-block;
    }

    .service.myop-card {
        width: 100% !important;
        max-width: 100% !important;
        padding: 25px 20px !important;
        margin-bottom: 30px;
        margin: 0px !important;
        margin-bottom: 30px !important;
        border-radius: 20px;
    }

    .service.myop-card .myop-card-para {
        font-size: 16px;
    }

    .service.myop-card:last-child {
        margin-bottom: 0px !important;
    }

    .testimonials-box {
        padding: 30px 20px;
    }

    .testimonials-box .review-text {
        margin-bottom: 10px !important;
    }

    .testimonials-box .profile-img {
        width: 90% !important;
        margin: auto;
        margin-top: 30px !important;
    }

    .client-connecting {
        font-size: 25px;
        text-align: left;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .container.clients-logo h4 {
        font-size: 16px;
    }

    header.header.banner {
        background-size: 100% 87%;
    }

    .everything-section {
        border-radius: 0px !important;
    }

    .client-text {
        color: #000;
        font-size: 18px;
        text-align: left;
        line-height: 28px;
        margin-top: 0px;
        padding-bottom: 30px;
    }

    .call-icon {
        width: 60px;
        margin-right: auto;
        position: absolute;
        bottom: -10%;
        right: 10%;
    }
}