﻿.content-container {
    padding-bottom: 0;
}

.public-footer {
    margin-top: 0;
}

.navbar-menu a {
    color: inherit;
}

.arrow-hide {
    display: none;
}

.arrow-down {
    display: none;
}

.arrow-show {
    display: inline-block;
}

.solutions-li {
    position: relative;
    display: inline-block;
}

.solutions-li-menu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 12px 15px;
    left: -17px;
    top: 20px;
    z-index: 1;
}

.solutions-li-menu-show {
    display: block;
    display: flex;
    flex-flow: column;
    background: white;
    color: black;
}

.arrow-down {
    transform: scaleY(-1);
}

.more-menu-button:hover > .more-menu {
    display: flex;
}

.more-menu {
    background-color: #fff;
    padding: 10px 20px;
    position: absolute;
    right: 10px;
    top: 40px;
    width: max-content;
    box-shadow: 0 0 10px #bfbfbf;
    list-style-type: none;
    display: none;
    flex-direction: column;
    border-radius: 3px;
}

    .more-menu > a {
        display: flex;
        align-items: center;
        width: 100%;
        gap: 5px;
        line-height: 30px;
        color: #2e485c;
        font-size: 11px;
        font-weight: bold;
        text-decoration: none;
    }

        .more-menu > a > img {
            width: 16px;
        }

.menu-box {
    position: relative;
    font-size: 14px;
}

.organization-menu {
    background-color: #fff;
    min-width: 200px;
    padding: 10px 20px;
    position: absolute;
    left: 10px;
    top: 65px;
    width: max-content;
    box-shadow: 0 0 10px #bfbfbf;
    list-style-type: none;
    display: none !important;
    flex-direction: column;
    border-radius: 3px;
}

    .organization-menu > a {
        display: flex;
        align-items: center;
        width: 100%;
        gap: 5px;
        line-height: 30px;
        color: #586d7d;
        font-size: 12px;
        font-weight: 400;
        text-decoration: none;
    }

        .organization-menu > a > img {
            width: 16px;
        }

.menu-box:hover > .organization-menu {
    display: flex !important;
}

.cart-items {
    background: #1376bb;
    height: 18px;
    width: 18px;
    text-align: center;
    color: white;
    border-radius: 50%;
    position: relative;
    left: -16px;
    top: -10px;
}

.topnav {
    overflow: hidden;
    background-color: #333;
}

.mobile-menu {
    width: 100%;
    height: 100vh;
    z-index: 999;
    top: 70px;
    background-color: white;
    position: fixed;
    padding: 24px;
    display: none;
}

    .mobile-menu > ul {
        list-style-type: none;
    }

        .mobile-menu > ul > li {
            font-size: 20px;
            font-weight: 500;
            line-height: 28px;
            color: #586d7d;
            margin-bottom: 12px;
        }

    .mobile-menu > .acc-button {
        width: 100%;
        margin-top: 35px;
    }

        .mobile-menu > .acc-button > a.acc-button {
            background: #f5f6f7;
            border-radius: 64px;
            color: var(--primiry-color);
            font-weight: 500;
            font-size: 14px;
            line-height: 20px;
            width: 81px;
            height: 48px;
            padding: 12px 16px;
            gap: 8px;
            margin-right: 16px;
        }

            .mobile-menu > .acc-button > a.acc-button.active {
                background-color: var(--primiry-color);
                color: #fff;
            }

.show-mobile-menu {
    display: block;
}

.hide-mobile-menu {
    display: none;
}

.solutions-li-menu-mobile-hide {
    display: none;
}

.solutions-li-menu-mobile-show {
    display: block;
}

.inteligeunce-para {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #435a6c;
}

.solution-li-full-content-div-mobile {
    margin-bottom: 10px;
}

    .solution-li-full-content-div-mobile img {
        padding: 10px 1px 1px 7px;
        float: right;
    }

#solutions-li-menu-mobile a {
    color: #babdbf;
    display: block;
}

.solutions-li-menu-mobile-hide {
    display: none;
}

.solutions-li-menu-mobile-show {
    display: block;
}

.screen-zoom {
    max-width: 1600px;
    margin: auto;
}

.first-section {
    padding: 40px 0;
    gap: 139px;
    position: relative;
    justify-content: center;
    height: 420px;
    margin: 0 auto;
    width: 1120px;
}

    .first-section::before {
        content: "";
        position: absolute;
        width: 200%;
        height: 200%;
        top: -50%;
        left: -50%;
        z-index: -1;
        background: url(/image/EDP/edp-background.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .first-section br {
        display: block;
    }

    .first-section .text-content {
        display: flex;
        flex-direction: column;
    }

        .first-section .text-content .tags {
            display: flex;
            gap: 32px;
            margin-top: 12px;
        }

            .first-section .text-content .tags span {
                display: flex;
                background: #ffd8eb;
                padding: 5px 35px;
                justify-content: center;
                align-items: center;
                font-weight: 600;
                font-size: 15px;
                line-height: 22px;
                color: #000;
                border-radius: 7px;
            }

        .first-section .text-content h6 {
            font-weight: 700;
            font-size: 18px;
            line-height: 23px;
            color: #ffffff;
            margin-top: 10px;
        }

        .first-section .text-content h3 {
            font-weight: 700;
            font-size: 40px;
            line-height: 50px;
            color: #ffffff;
            margin-bottom: 10px;
        }

        .first-section .text-content p {
            font-weight: 400;
            font-size: 17px;
            line-height: 26px;
            display: flex;
            align-items: center;
            color: #ffffff;
        }

        .first-section .text-content .buttons {
            display: flex;
            gap: 16px;
        }

            .first-section .text-content .buttons a {
                display: flex;
                width: 181px;
                height: 49px;
                font-weight: 500;
                font-size: 14px;
                line-height: 20px;
                letter-spacing: 0.02em;
                color: #ffffff;
                display: inline-flex;
                justify-content: center;
                align-items: center;
                border-radius: 64px;
                cursor: pointer;
            }

.free-assessment {
    background: linear-gradient(69.4deg, #0849ff 2.39%, #e8308a 112.02%);
}

.bookdemo {
    border: 2px solid #0849ff;
}

.package-details {
    position: relative;
    margin-top: 15px;
}

    .package-details .card {
        width: 384px;
        background: #ffffff;
        box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.17);
        border-radius: 11px;
        padding: 22px;
    }

        .package-details .card img {
            cursor: pointer;
            height: 191px;
            width: 340px;
            border-radius: 8px;
        }

            .package-details .card img.vid-overlay {
                position: absolute;
                left: 21px;
            }

        .package-details .card iframe {
            width: 341px;
            height: 208px;
            background: #d9d9d9;
            border-radius: 11px;
            margin-bottom: 23px;
        }

        .package-details .card h5 {
            font-weight: 500;
            font-size: 15px;
            margin-top: 10px;
            line-height: 12px;
            letter-spacing: -0.02em;
            color: #435a6c;
        }

        .package-details .card .otp {
            font-weight: 600;
            font-size: 15px;
            line-height: 20px;
            letter-spacing: -0.01em;
            color: #82919d;
            justify-content: center;
            display: flex;
            margin-bottom: 6px;
            margin-top: 10px;
        }

        .package-details .card h6 {
            font-weight: 700;
            font-size: 24px;
            line-height: 36px;
            color: #000000;
            text-decoration: line-through;
            text-decoration-color: red;
            text-decoration-thickness: 3px;
        }

        .package-details .card h3 {
            font-weight: 700;
            font-size: 28px;
            line-height: 34px;
            color: #e8308a;
            text-align: left;
            margin-bottom: 5px;
        }

        .package-details .card h4 {
            font-weight: 600;
            font-size: 19px;
            line-height: 23px;
            color: #000000;
            width: 300px;
            margin: 20px 0 5px 0px;
        }

        .package-details .card ul {
            margin-left: 32px;
        }

            .package-details .card ul li {
                font-weight: 500;
                font-size: 15px;
                line-height: 22px;
                color: #82919d;
            }

        .package-details .card a {
            width: 338px;
            height: 67.74px;
            background: #e8308a;
            border-radius: 11px;
            font-weight: 600;
            font-size: 30px;
            line-height: 20px;
            letter-spacing: -0.01em;
            color: #ffffff;
            display: flex;
            justify-content: center;
            align-items: center;
            border: 0;
            margin-top: 10px;
        }

.more-info-container {
    background: #fff9fc;
}

    .more-info-container .more-info-container-box {
        margin: 0 auto;
        width: 1120px;
    }

.sticky-top {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 50px;
    float: right;
    width: 35%;
    margin-top: -390px;
}

.clear {
    clear: both;
    line-height: 1px;
    font-size: 1px;
}

.more-info {
    float: left;
    width: 65%;
    padding: 63px 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

    .more-info h3 {
        font-weight: 600;
        font-size: 28px;
        line-height: 35px;
        color: #2e485c;
        margin-bottom: 30px;
    }

    .more-info p {
        font-weight: 400;
        font-size: 17px;
        line-height: 24px;
        color: #435a6c;
    }

    .more-info .learn .main {
        display: flex;
    }

    .more-info .learn h3 {
        margin-left: 25px;
        display: flex;
    }

    .more-info .learn .points {
        display: flex;
        flex-direction: column;
        gap: 19px;
    }

        .more-info .learn .points > .point > p {
        }

.dot-area {
    width: 18px;
    display: flex;
    padding-left: 10px;
}

.more-info .learn .points .point .dot {
    width: 4.8px;
    height: 4.8px;
    background: #e8308a;
    border-radius: 50%;
    margin-top: 8px;
}

.more-info .learn .badge {
    width: 295px;
    height: 35px;
    background: #cae0ff;
    border-radius: 7px;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: #002ca3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 90px;
    display: none;
}

    .more-info .learn .badge.bg-2 {
        width: 331px;
        margin-left: 22px;
    }

.more-info .learn .point {
    display: flex;
    gap: 12px;
}

    .more-info .learn .point img {
        margin-top: 6px;
        margin-bottom: auto;
    }

.more-info .simple-text {
    margin-left: 25px;
    margin-right: 25px;
}

.course-content-container {
    padding: 60px 0;
    display: flex;
    justify-content: center;
}

.course-content {
    width: 1084px;
    margin: 0 auto;
}

    .course-content h1 {
        font-weight: 600;
        font-size: 28px;
        line-height: 35px;
        color: #2e485c;
        margin-bottom: 33px;
    }

.chapters {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

    .chapters .chapter {
        display: flex;
        border-radius: 11px;
        background: #ffecf5;
        padding: 18px 24px;
        gap: 18px;
        flex-direction: column;
    }

        .chapters .chapter.close .topics {
            display: none;
        }

        .chapters .chapter h3 {
            font-weight: 600;
            font-size: 16px;
            line-height: 120%;
            color: #000000;
            cursor: pointer;
        }

            .chapters .chapter h3::after {
                content: url(../icons/arrow-down-pink.svg);
                float: right;
                transform: rotate(180deg);
            }

        .chapters .chapter:last-child h3::after {
            /*content: none;*/
        }

        .chapters .chapter.close h3::after {
            transform: rotate(0deg);
        }

        .chapters .chapter .topics {
            display: flex;
            gap: 10px;
            flex-direction: column;
        }

            .chapters .chapter .topics p {
                font-weight: 400;
                font-size: 16px;
                line-height: 140%;
                color: #000000;
                display: flex;
                gap: 5px;
            }

            .chapters .chapter .topics .free {
                width: 101px;
                height: 24px;
                background: #cae0ff;
                border-radius: 7px;
                font-weight: 500;
                font-size: 12px;
                line-height: 18px;
                color: #0849ff;
                display: inline-flex;
                justify-content: center;
                align-items: center;
                margin-left: 10px;
            }

            .chapters .chapter .topics .demo {
                display: inline-flex;
                justify-content: center;
                align-items: center;
                gap: 10px;
                width: 69px;
                height: 24px;
                background: #cae0ff;
                border-radius: 7px;
                font-weight: 500;
                font-size: 12px;
                line-height: 18px;
                color: #657fa6;
            }

.testimonial-container {
    display: flex;
    flex-direction: column;
    gap: 70px;
    align-items: center;
    padding-top: 49px;
    padding-bottom: 125px;
    background: #fff9fc;
}

    .testimonial-container h1 {
        font-weight: 600;
        font-size: 34px;
        line-height: 140%;
        text-align: center;
        /* background: #2E485C;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;*/
    }

.testimonials {
    display: inline-flex;
    justify-content: center;
    column-gap: 45px;
    row-gap: 85px;
    max-width: 1000px;
    flex-wrap: wrap;
}

    .testimonials .testimonial {
        display: flex;
        flex-direction: column;
        width: 301px;
        height: 371px;
        background: #0849ff;
        border-radius: 11px;
        padding: 0 24px 24px;
        position: relative;
    }

        .testimonials .testimonial img {
            width: 50px;
            position: absolute;
            bottom: -14px;
            right: 10px;
        }

        .testimonials .testimonial h6 {
            width: 261px;
            font-weight: 500;
            font-size: 18px;
            line-height: 150%;
            letter-spacing: -0.015em;
            color: #ffffff;
            margin: 34px auto 0 auto;
        }

        .testimonials .testimonial:nth-child(2) {
            background: #e8308a;
        }

            .testimonials .testimonial:nth-child(2) h6 {
                color: #ffffff;
            }

        .testimonials .testimonial:nth-child(3) {
            background: #ef8f26;
        }

            .testimonials .testimonial:nth-child(3) h6 {
                color: #ffffff;
            }

        .testimonials .testimonial:nth-child(4) {
            background: #d6f2e6;
        }

            .testimonials .testimonial:nth-child(4) h6 {
                color: #23b374;
            }

        .testimonials .testimonial:nth-child(5) {
            background: #e6e6e6;
        }

            .testimonials .testimonial:nth-child(5) h6 {
                color: #696969;
            }

        .testimonials .testimonial .identity {
            display: flex;
            flex-direction: column;
            margin-top: auto;
            gap: 5px;
        }

            .testimonials .testimonial .identity .name {
                font-weight: 600;
                font-size: 19px;
                line-height: 22px;
                letter-spacing: -0.015em;
                color: #ffffff;
            }

            .testimonials .testimonial .identity .job {
                font-weight: 500;
                font-size: 15px;
                line-height: 18px;
                letter-spacing: 0.02em;
                color: #ffffff;
            }

.text-content > div {
    width: 600px;
}

.chapters .chapter .topics .free,
.chapters .chapter .topics .demo {
    display: none;
}

.faq-section {
    background: #fff9fc;
    background-size: cover;
    display: flex;
    flex-direction: column;
    padding-bottom: 130px;
    align-items: center;
    gap: 28px;
}

    .faq-section h2 {
        font-weight: 500;
        font-size: 24px;
        line-height: 120%;
        display: flex;
        align-items: flex-start;
        color: #2e485c;
        width: 987px;
    }

    .faq-section .faq-cards {
        display: flex;
        flex-direction: column;
        gap: 11px;
    }

        .faq-section .faq-cards .faq-card {
            display: flex;
            flex-direction: column;
            gap: 18px;
            padding: 18px 24px;
            width: 987px;
            background: #ffecf5;
            border-radius: 11px;
        }

            .faq-section .faq-cards .faq-card h3 {
                font-weight: 500;
                font-size: 16px;
                line-height: 120%;
                color: #000000;
                cursor: pointer;
            }

                .faq-section .faq-cards .faq-card h3::after {
                    content: url("../icons/arrow-down-pink.svg");
                    float: right;
                    transform: rotate(270deg);
                }

            .faq-section .faq-cards .faq-card p {
                font-weight: 400;
                font-size: 16px;
                line-height: 140%;
                color: rgba(60, 60, 67, 0.85);
            }

                .faq-section .faq-cards .faq-card p a {
                    color: #0849ff;
                }

.faq-card.close p {
    display: none;
}

.faq-section .faq-cards .faq-card.close h3::after {
    transform: rotate(0deg);
}

.special-offer {
    font-size: 24px;
}

.more-info .learn .points.course-who {
    /* flex-direction: row; */
}

.show-on-mobile {
    display: none !important;
}

.dont-show-on-mobile {
    display: inherit !important;
}

@media screen and (max-width: 1298px) {
}

@media screen and (max-width: 1175px) {
    .more-info .learn .points {
        padding-left: 20px;
    }

    .first-section {
        width: 100%;
        height: auto;
        padding-bottom: 390px;
    }

    .more-info-container .more-info-container-box {
        width: 100%;
    }

    .first-section .text-content {
        max-width: 550px;
        align-items: center;
        margin: 0 auto;
    }

        .first-section .text-content h6 {
            line-height: 20px;
            margin-top: 10px;
        }

    .sticky-top {
        position: relative;
        float: none;
        margin: 0 auto;
        top: -350px;
        width: 384px;
    }

    .more-info {
        margin-top: -360px;
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .show-on-mobile {
        display: inherit !important;
    }

    .dont-show-on-mobile {
        display: none !important;
    }

    .faq-section {
        padding-top: 51px;
        padding-bottom: 67px;
        gap: 21px;
    }

        .faq-section h2 {
            width: 313px;
            font-weight: 500;
            font-size: 16px;
            line-height: 120%;
        }

        .faq-section .faq-cards {
            gap: 8px;
        }

            .faq-section .faq-cards .faq-card {
                width: 306px;
            }

                .faq-section .faq-cards .faq-card h3 {
                    font-size: 12px;
                    position: relative;
                }

                .faq-section .faq-cards .faq-card.close h3::after {
                    /*display: none;*/
                    position: absolute;
                    right: -12px;
                    top: 0px;
                }

                .faq-section .faq-cards .faq-card h3::after {
                    /*display: none;*/
                    position: absolute;
                    right: -12px;
                    top: 0px;
                }

                .faq-section .faq-cards .faq-card p {
                    font-size: 12px;
                }

                .faq-section .faq-cards .faq-card h3 {
                    padding-right: 12px;
                }

    .header-gap {
        margin-top: 20px;
    }

    .first-section {
        padding-top: 43px;
        justify-content: center;
        gap: 0;
        flex-direction: column;
        height: auto;
    }

        .first-section::before {
            transform: rotate(180deg);
        }

    .package-details .card img.vid-overlay {
        top: 23px;
    }

    .special-offer {
        font-size: 20px;
        display: block;
        min-width: 275px;
    }

    .content-container {
        margin-top: 0px;
    }

    .course-content h1 {
        font-size: 24px;
        text-align: center;
        color: #d72278;
        margin-bottom: 5.5px;
    }

    .h-course {
        font-weight: 700;
        font-size: 17px;
        line-height: 26px;
    }

    .text-content > div {
        width: 319px;
        height: auto;
    }

    .first-section .text-content h3 {
        font-weight: 700;
        font-size: 37px;
        line-height: 125%;
        letter-spacing: -0.015em;
        max-width: 90%;
    }

    .first-section .text-content p {
        width: 325px;
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
        min-height: 200px;
        margin-top: 27px;
        margin-bottom: 20px;
    }

    .first-section .text-content .buttons {
        flex-direction: column;
        align-items: center;
    }

        .first-section .text-content .buttons a {
            width: 315px;
            height: 49px;
        }

    .package-details .card {
        width: 312px;
        margin: 0 auto;
    }

    .first-section .text-content .tags {
        flex-direction: column;
        gap: 12px;
        width: 250px;
        margin: 59px auto 0;
    }

        .first-section .text-content .tags span {
            font-size: 12px;
            line-height: 18px;
            padding: 5px 12px;
            font-weight: 600;
            font-size: 12px;
            line-height: 18px;
            color: #2e485c;
            background-color: #ffd8eb;
        }

    .package-details .card img {
        width: 277.06px;
        height: 170px;
    }

    .package-details .card a {
        width: 274.62px;
        height: 61.68px;
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;
        letter-spacing: -0.01em;
        color: #ffffff;
    }

    .package-details .card h3 {
        font-size: 28px;
        line-height: 35px;
    }

    .package-details .card .otp {
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: -0.01em;
        color: #2e485c;
        text-align: center;
    }

    .more-info {
        padding-left: 0;
        padding-right: 0;
    }

        .more-info .learn .main {
            flex-direction: column;
            margin-bottom: 16px;
        }

        .more-info h3 {
            font-size: 25px;
            margin-bottom: 19px;
        }

        .more-info .learn h3 {
            margin-left: 47px;
            margin-bottom: 0px;
        }

        .more-info .learn .badge {
            margin-left: 47px;
            font-size: 10px;
            line-height: 15px;
            width: 201px;
            height: 23.85px;
        }

        .more-info .learn .points {
            flex-wrap: nowrap;
            flex-direction: column;
            align-items: start;
            width: 98%;
            padding-left: 20px;
        }

        .more-info .learn .point img {
            padding-top: 8px;
        }

        .more-info p {
            font-size: 15px;
        }

        .more-info .simple-text p {
        }

        .more-info .simple-text {
            margin-left: 47px;
        }

        .more-info .learn .badge.bg-2 {
            width: 238px;
            height: 46px;
            margin-left: 47px;
            font-size: 12px;
            text-align: left;
            padding-top: 8px;
            margin-top: 17px;
            padding-left: 18px;
        }

    .course-content-container {
        padding-top: 16px;
    }

    .course-content {
        width: auto;
    }

    .chapters .chapter {
        width: 312px;
        width: calc(100% - 24px * 2);
        margin: 0 24px;
    }

        .chapters .chapter h3 {
            font-size: 14px;
        }

        .chapters .chapter .topics p {
            font-size: 12px;
        }

    .testimonial-container {
        padding-bottom: 0px;
        gap: 10px;
    }

        .testimonial-container > h1 {
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            text-align: center;
            color: #d72278 !important;
            max-width: 275px;
            -webkit-text-fill-color: #d72278;
        }

    .testimonials .testimonial {
        width: 90%;
    }

        .testimonials .testimonial img {
            right: -10px;
            bottom: 18px;
        }

        .testimonials .testimonial .identity {
            margin-top: 80px;
        }

    .testimonial-container img {
        /*display: none;*/
        width: 381px;
        margin-right: 22px;
    }

    .slick-slide .testimonial {
        width: 301px !important;
        display: flex !important;
        margin: 0 auto;
    }

    .slick-slide[data-slick-index="1"] .testimonial {
        background: #e8308a;
    }

        .slick-slide[data-slick-index="1"] .testimonial h6 {
            color: #ffffff;
        }

    .slick-slide[data-slick-index="2"] .testimonial {
        background: #ef8f26;
    }

        .slick-slide[data-slick-index="2"] .testimonial h6 {
            color: #ffffff;
        }

    .slick-prev {
        left: 328px !important;
        z-index: 1000;
        transform: rotate(90deg) !important;
    }

        .slick-prev:before {
            content: url(../icons/arrow-down-pink.svg) !important;
        }

    .slick-next {
        right: 328px !important;
        z-index: 1000;
        transform: rotate(-90deg) !important;
    }

        .slick-next:before {
            content: url(../icons/arrow-down-pink.svg) !important;
        }

    .slick-list {
        overflow: visible !important;
    }

    .more-info .learn .points.course-who {
        flex-direction: column;
    }

    .public-footer,
    .public-footer > .footer-cr > .footer-links {
        display: block !important;
    }

    #intel-ddo-section-reverse {
        flex-direction: column;
    }

    .public-footer > .footer-cl {
        width: auto;
        padding: 20px;
    }

    .public-footer > .footer-cr {
        padding: 20px;
    }

        .public-footer > .footer-cr > .footer-links > dl,
        .public-footer > .footer-cr > .social-networks {
            width: 50%;
            float: left;
            min-height: 240px;
        }

        .public-footer > .footer-cr > .social-networks {
            display: block;
            width: 100%;
            min-height: auto;
            padding-bottom: 20px;
        }

    .package-details .card img.vid-overlay {
        left: 58px;
    }
}

.coupon-container {
    display: flex;
    justify-content: center;
    margin-top: 14px;
}

    .coupon-container label {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
        background: #ffffff;
        border: 1px dashed #e30613;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.01em;
        color: #000000;
        width: 42%;
        height: 43px;
    }

    .coupon-container button {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
        background: #e30613;
        border: 1px dashed #e30613;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.01em;
        color: #ffffff;
        width: 42%;
        height: 43px;
        cursor: pointer;
    }

.promo-code-desc {
    font-size: 16px;
}

.coupon-code {
    cursor: pointer;
}
