﻿@charset "utf-8";
/* Start of Common CSS */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: sans-serif;
    font-weight: 400;
    background: #fff;
    min-height: 100vh
}

ul, ol {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

header, .header, section, .section, footer, .footer {
    width: 100%;
    float: left;
    position: relative;
}

.inner-container {
    width: 100%;
    max-width: 1500px;
}

.customrow.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.video-text-btn-box {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: none !important;
    -webkit-box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 25%);
}

    .video-text-btn-box:hover {
        -webkit-box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 50%);
        -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.50);
        box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 50%);
    }

    .video-text-btn-box a {
        width: 100%;
        float: left;
        position: relative;
    }

.video-box {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    height: 100%;
}

    .video-box video, .video-box img, .video-box iframe {
        width: 100%;
        height: 100%;
    }

.play-btn {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    cursor: pointer;
}

    .play-btn svg, .play-btn img {
        width: 30px;
        height: 30px;
    }

.video-content-box {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 12;
    padding-top: 0 !important;
}

    .video-content-box h2, .video-content-box h3, .video-content-box h4 {
        float: left;
        font-weight: 500;
        color: #333;
    }

.share-like-btn-list {
    float: right;
    display: flex;
    align-items: center;
}

    .share-like-btn-list li {
        width: auto;
        float: left;
        display: inline-block;
        padding: 5px 0 0 7px;
    }

        .share-like-btn-list li:first-child {
            padding-left: 0;
        }

        .share-like-btn-list li svg {
            float: left;
            cursor: pointer;
        }

        .share-like-btn-list li.selected svg #heart, .share-like-btn-list li.selected svg #bookmark-24px {
            fill: #772432;
            stroke: #772432;
        }

        .share-like-btn-list li svg:hover circle {
            fill: #772432;
        }

        .share-like-btn-list li svg:hover * {
            stroke: #fff;
        }

.blackbox .play-btn {
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
}


.whitebox .play-btn {
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.customClass .row {
    margin-right: -10px;
    margin-left: -10px;
}

.col-4-row .col-lg-3 {
    padding: 10px
}

.col-4-row .video-content-box {
    padding: 15px;
}

    .col-4-row .video-content-box h4 {
        font-size: 15px;
        line-height: 18px;
    }

.col-4-row .share-like-btn-list li svg {
    width: 30px;
    height: 30px;
}

.col-3-row .col-lg-4 {
    padding: 10px
}

.col-3-row .video-content-box {
    padding: 25px;
}

    .col-3-row .video-content-box h3 {
        font-size: 18px;
        line-height: 22px;
    }

.col-3-row .share-like-btn-list li svg {
    width: 34px;
    height: 34px;
}

.col-2-row .col-lg-6 {
    padding: 10px
}

.col-2-row .video-content-box {
    padding: 35px;
}



    .col-2-row .video-content-box h2 {
        font-size: 22px;
        line-height: 26px;
    }

.col-2-row .share-like-btn-list li svg {
    width: 40px;
    height: 40px;
}

.col-9n3-row .col-lg-9, .col-9n3-row .col-lg-3 {
    padding: 10px
}

.col-9n3-row .video-content-box {
    padding: 35px;
}

    .col-9n3-row .video-content-box h4 {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 0;
        color: #772432;
    }

    .col-9n3-row .video-content-box h2 {
        font-size: 22px;
        line-height: 26px;
    }

.col-9n3-row .share-like-btn-list li svg {
    width: 40px;
    height: 40px;
}

.col-9n3-row .row {
    height: 100%;
}

.col-1-row .col-lg-12 {
    padding: 10px
}

.col-1-row .video-content-box {
    padding: 45px;
}

    .col-1-row .video-content-box h4 {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 0;
        color: #772432;
    }

    .col-1-row .video-content-box h2 {
        font-size: 32px;
        line-height: 36px;
    }

.col-1-row .share-like-btn-list li svg {
    width: 50px;
    height: 50px;
}

/* Start of Card 1 Page CSS */

.card1-box {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
}

.cb1-image-box {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .cb1-image-box img, .cb1-image-box video, .cb1-image-box iframe {
        width: 100%;
    }

.cb1-play-box {
    width: 100%;
    float: left;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .cb1-play-box svg {
        width: 30px;
        height: 30px;
    }

.cb1-description-box {
    width: 100%;
    float: left;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.cb1-slb-list {
    float: right;
    display: flex;
    align-items: center;
    position: absolute;
    top: -20px;
    right: 15px;
}

    .cb1-slb-list li {
        width: auto;
        float: left;
        display: inline-block;
        padding: 5px 0 0 7px;
    }

        .cb1-slb-list li:first-child {
            padding-left: 0;
        }

        .cb1-slb-list li svg {
            float: left;
        }

            .cb1-slb-list li svg:hover {
                cursor: pointer;
            }

        .cb1-slb-list li.selected svg #heart, .cb1-slb-list li.selected svg #bookmark-24px {
            fill: #772432;
            stroke: #772432;
        }

        .cb1-slb-list li svg:hover circle {
            fill: #772432;
        }

        .cb1-slb-list li svg:hover * {
            stroke: #fff;
        }

.cb1-description-box h4, .cb1-description-box h2 {
    float: left;
    font-weight: 700;
    width: 100%;
    margin: 0;
}

.cb1-description-box p {
    width: 100%;
    float: left;
    margin-bottom: 12px;
}

    .cb1-description-box p + p {
        margin-top: -4px;
    }

.cb1-description-box a {
    font-size: 14px;
    color: #0f71c5 !important;
    margin-right: auto;
}

    .cb1-description-box a::after {
        content: "";
        width: 9px;
        height: 9px;
        margin-left: 5px;
        background: url(../Images/Next.png);
        background-position: center;
        background-size: 100%;
        float: right;
        margin-top: 7px;
    }

    .cb1-description-box a.cb1-button {
        width: auto;
        min-width: 138px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto auto 0;
        padding: 5px 13px 6px;
        letter-spacing: 0.5px;
        color: #fff !important;
        font-size: 15px;
        border: 1px solid #772432 !important;
        outline: none !important;
        color: #fff !important;
        background: #772432;
        cursor: pointer;
        text-decoration: none !important;
    }

        .cb1-description-box a.cb1-button:hover {
            background: #eee;
            color: #772432 !important;
        }

.cb1-button::after {
    display: none;
}

.col-lg-3 .cb1-description-box {
    padding: 20px 15px;
}

.col-lg-3 .cb1-slb-list li {
    padding: 5px 0 0 10px;
}

    .col-lg-3 .cb1-slb-list li svg {
        width: 30px;
        height: 30px;
    }

.col-lg-3 .cb1-description-box h4 {
    font-size: 13px;
    line-height: 18px;
    color: #772432;
}

.col-lg-3 .cb1-description-box h2 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 7px;
}

.col-lg-3 .cb1-description-box p {
    font-size: 14px;
    line-height: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.col-lg-3 .cb1-description-box a {
    font-size: 14px;
}

.col-lg-4 .cb1-description-box {
    padding: 25px;
}

.col-lg-4 .cb1-slb-list {
    top: -23px;
}

    .col-lg-4 .cb1-slb-list li {
        padding: 5px 0 0 13px;
    }

        .col-lg-4 .cb1-slb-list li svg {
            width: 36px;
            height: 36px;
        }

.col-lg-4 .cb1-description-box h4 {
    font-size: 14px;
    line-height: 20px;
    color: #772432;
}

.col-lg-4 .cb1-description-box h2 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 7px;
}

.col-lg-4 .cb1-description-box p {
    font-size: 15px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.col-lg-4 .cb1-description-box a {
    font-size: 14px;
}

.col-lg-4 .cb1-button {
    padding: 4px 13px 5px;
    letter-spacing: 0.5px;
    font-size: 15px;
}

.col-lg-4 .cb1-play-box svg {
    width: 40px;
    height: 40px;
}

.col-lg-6 .cb1-description-box {
    padding: 35px;
}

.col-lg-6 .cb1-slb-list {
    top: -30px;
}

.col-lg-4 .cb1-slb-list li {
    padding: 5px 0 0 15px;
}

.col-lg-6 .cb1-slb-list li svg {
    width: 44px;
    height: 44px;
}

.col-lg-6 .cb1-description-box h4 {
    font-size: 15px;
    line-height: 20px;
    color: #772432;
}

.col-lg-6 .cb1-description-box h2 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 7px;
}

.col-lg-6 .cb1-description-box p {
    font-size: 16px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.col-lg-6 .cb1-description-box a {
    font-size: 15px;
}

.col-lg-6 .cb1-button {
    padding: 4px 13px 5px;
    letter-spacing: 0.5px;
    font-size: 16px;
}

.col-lg-6 .cb1-play-box svg {
    width: 50px;
    height: 50px;
}

.col-lg-9 .cb1-description-box {
    padding: 35px;
}

.col-lg-9 .cb1-slb-list {
    top: -30px;
}

    .col-lg-9 .cb1-slb-list li {
        padding: 5px 0 0 15px;
    }

        .col-lg-9 .cb1-slb-list li svg {
            width: 44px;
            height: 44px;
        }

.col-lg-9 .cb1-description-box h4 {
    font-size: 15px;
    line-height: 20px;
    color: #772432;
}

.col-lg-9 .cb1-description-box h2 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 7px;
}

.col-lg-9 .cb1-description-box p {
    font-size: 16px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.col-lg-9 .cb1-description-box a {
    font-size: 15px;
}

.col-lg-9 .cb1-button {
    padding: 4px 13px 5px;
    letter-spacing: 0.5px;
    font-size: 16px;
}

.col-lg-9 .cb1-play-box svg {
    width: 50px;
    height: 50px;
}

.col-9n3-row .col-lg-3 {
    padding: 0 10px;
}

.col-9n3-row .col-lg-12 {
    padding: 10px;
}

.col-9n3-row .col-lg-3 .cb1-description-box {
    padding: 20px 15px;
}

.col-9n3-9 .cb1-slb-list li {
    padding: 5px 0 0 15px;
}

.col-9n3-row .col-lg-3 .cb1-slb-list li svg {
    width: 30px;
    height: 30px;
}

.col-9n3-row .col-lg-3 .cb1-description-box h4 {
    font-size: 13px;
    line-height: 18px;
    color: #772432;
}

.col-9n3-row .col-lg-3 .cb1-description-box h2 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 7px;
}

.col-9n3-row .col-lg-3 .cb1-description-box p {
    font-size: 14px;
    line-height: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.col-9n3-row .col-lg-3 .cb1-description-box a {
    font-size: 14px;
}

.col-lg-12 .cb1-description-box {
    padding: 50px;
}

.col-lg-12 .cb1-slb-list {
    top: -30px;
}

    .col-lg-12 .cb1-slb-list li svg {
        width: 54px;
        height: 54px;
    }

.col-lg-12 .cb1-description-box h4 {
    font-size: 15px;
    line-height: 20px;
    color: #772432;
}

.col-lg-12 .cb1-description-box h2 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 7px;
}

.col-lg-12 .cb1-description-box p {
    font-size: 16px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.col-lg-12 .cb1-description-box a {
    font-size: 15px;
}

.col-lg-12 .cb1-button {
    padding: 4px 13px 5px;
    letter-spacing: 0.5px;
    font-size: 16px;
}

.col-lg-12 .cb1-slb-list li {
    padding: 5px 0 0 20px;
}

.col-lg-12 .cb1-play-box svg {
    width: 60px;
    height: 60px;
}
/* End of Card 1 Page CSS */

.col-1-row .video-content-box .share-like-btn-list li svg {
    width: 45px;
    height: 45px;
}

    .col-1-row .video-content-box .share-like-btn-list li svg:hover circle {
        fill: #772432;
    }

    .col-1-row .video-content-box .share-like-btn-list li svg:hover * {
        stroke: #fff;
    }

.col-2-row .video-content-box .share-like-btn-list li svg {
    width: 40px;
    height: 40px;
}

.col-3-row .video-content-box .share-like-btn-list li svg {
    width: 40px;
    height: 40px;
}

.col-9n3-row .video-content-box .share-like-btn-list li svg {
    width: 45px;
    height: 45px;
}

.col-1-row .video-content-box h1 {
    font-family: "Gotham A", "Gotham B", "Lato";
    font-size: 34px;
    line-height: 38px;
    font-weight: 500;
}

.col-9n3-row .video-content-box h1 {
    font-family: "Gotham A", "Gotham B", "Lato";
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
}

.col-2-row .video-content-box h1 {
    font-family: "Gotham A", "Gotham B", "Lato";
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}

.col-2-row .video-content-box h4 {
    font-family: "Gotham A", "Gotham B", "Lato";
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}

.col-3-row .video-content-box h4 {
    font-family: "Gotham A", "Gotham B", "Lato";
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}

.col-4-row .video-content-box h4 {
    font-family: "Gotham A", "Gotham B", "Lato";
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}


.col-1-row .video-content-box h4 {
    font-family: "Gotham A", "Gotham B", "Lato";
    font-size: 16px;
    line-height: 20px;
    color: #772432;
    font-weight: 700;
}

.col-9n3-row .video-content-box h4 {
    font-family: "Gotham A", "Gotham B", "Lato";
    font-size: 16px;
    line-height: 20px;
    color: #772432;
    font-weight: 700;
}

.playIconWhite svg {
    fill: #fff !important;
}


.playIconWhite g {
    fill: #fff !important;
}

.play-btn g {
    fill: #333;
}


.col-1-row .video-text-btn-box .play-btn svg {
    width: 60px;
    height: 60px;
}

.col-2-row .video-text-btn-box .play-btn svg {
    width: 50px;
    height: 50px;
}

.col-3-row .video-text-btn-box .play-btn svg {
    width: 40px;
    height: 40px;
}

.col-4-row .video-text-btn-box .play-btn svg {
    width: 30px;
    height: 30px;
}

.col-9n3-row .video-text-btn-box .play-btn svg {
    width: 50px;
    height: 50px;
}

.play-btn {
    position: absolute !important;
}



.video-box iframe, .video-box img, .video-box video {
    aspect-ratio: 16/9;
}


.cb1-slb-list li.likesLinkVisited svg #heart, .cb1-slb-list li.bookmarkLinkVisited svg #bookmark-24px {
    fill: #772432;
    stroke: #772432;
}


.cb1-description-box h4 {
    color: #333333;
}

.col-lg-4 .cb1-play-box svg {
    width: 40px;
    height: 40px;
}

.col-lg-6 .cb1-play-box svg {
    width: 50px;
    height: 50px;
}

.col-lg-9 .cb1-play-box svg {
    width: 50px;
    height: 50px;
}

.col-lg-12 .cb1-play-box svg {
    width: 60px;
    height: 60px;
}

.cardvideobox {
    width: 100%;
    height: 100%;
}

.playIconDark svg {
    fill: #333333;
}

.playIconWhite svg {
    fill: #fff !important;
}

.playIconWhite g {
    fill: #fff !important;
}

.cb1-play-box g {
    fill: #333;
}

.col-lg-3 .cb1-description-box h4 {
    color: #333333;
    font-family: "Gotham A", "Gotham B", "Lato";
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
}

.col-lg-4 .cb1-description-box h4 {
    color: #333333;
    font-family: "Gotham A", "Gotham B", "Lato";
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 22px;
}

.col-lg-6 .cb1-description-box h4 {
    color: #333333;
    font-family: "Gotham A", "Gotham B", "Lato";
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 24px;
    padding-bottom: 10px;
}

.col-lg-12 .cb1-description-box h4 {
    color: #333333;
    font-family: "Gotham A", "Gotham B", "Lato";
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 24px;
}

.col-lg-3 .cb1-description-box h2 {
    color: #333333;
    font-family: "Gotham A", "Gotham B", "Lato";
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 28px;
}

.col-lg-4 .cb1-description-box h2 {
    color: #333333;
    font-family: "Gotham A", "Gotham B", "Lato";
    font-size: 26px;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 700;
}

.col-lg-6 .cb1-description-box h2 {
    color: #333333;
    font-family: "Gotham A", "Gotham B", "Lato";
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 32px;
}

.col-lg-12 .cb1-description-box h2 {
    color: #333333;
    font-family: "Gotham A", "Gotham B", "Lato";
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 32px;
}

.cb1-slb-list a::after {
    width: 0px;
    margin-left: 0px;
}

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

.mainImage {
    height: 100%;
    width: 100%;
}

.cursorPointer {
    cursor: pointer;
}

.cb1-description-box p {
    font-family: Lato;
}

.cb1-description-box h4 a {
    color: #772432 !important;
}

.centeralign {
    text-align: center;
}

.headerTitle {
    color: #333333 !important;
    font-family: "Gotham A", "Gotham B", "Lato" !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    letter-spacing: 0;
    line-height: 32px !important;
    display: block;
    padding-top: 75px;
}

.headerDescription {
    color: #333333 !important;
    font-family: "Gotham A", "Gotham B", "Lato" !important;
    font-size: 20px !important;
    letter-spacing: 0;
    line-height: 24px !important;
    margin-top: 12px;
    font-weight: 100 !important;
}

.topbutton {
    text-align: center;
    margin-top: 40px;
}

.bottombutton {
    text-align: center;
    padding-top: 25px;
}


.topbutton a {
    margin-bottom: 50px;
}

.topbutton a, .bottombutton a {
    font-family: "Gotham A", "Gotham B", "Lato", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    padding: 10px 20px;
    color: #ffffff;
    border-radius: 3px;
    border: 1px solid transparent !important;
}

.headerBodyContainer {
    margin-right: -10px;
    margin-left: -10px;
}

    .headerBodyContainer h1, .headerBodyContainer h3 {
        padding-left: 10px;
    }

.headerBodyEndDiv {
    padding-bottom: 75px;
    margin-right: -10px;
    margin-left: -10px;
}

.card1-box {
    background-color: white;
}

.col-lg-3 .col-lg-12 .cb1-slb-list li {
    padding: 15px 0 0 10px;
}

.cb1-image-box iframe, .cb1-image-box video, .cb1-image-box img {
    aspect-ratio: 16/9;
}



@media (max-width: 1024px) {
    .col-lg-3, .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-9, .col-9n3-row .col-lg-3, .col-9n3-row .col-lg-3 .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .col-lg-9, .col-9n3-row .col-lg-3, .col-9n3-row .col-lg-3 .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-lg-3, .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-6 {
        width: 50%;
    }

    .card:first-child {
        margin-top: 50px;
    }
}


@media (max-width: 767px) {
    .col-lg-3, .col-lg-4, .col-9n3-row .col-lg-3 .col-lg-12, .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }


    .video-content-box {
        padding: 20px !important;
    }

        .video-content-box h4 {
            font-size: 16px !important;
            line-height: 21px !important;
            margin: 0 !important;
        }

        .video-content-box h2 {
            font-size: 20px !important;
            line-height: 24px !important;
        }

    .col-9n3-row .col-lg-9, .col-9n3-row .col-lg-3, .col-9n3-row .col-lg-12, .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .share-like-btn-list li svg {
        width: 40px !important;
        height: 40px !important;
    }

    .play-btn svg, .play-btn img {
        width: 40px !important;
        height: 30px !important;
    }

    .cb1-description-box {
        padding: 20px !important;
    }

        .cb1-description-box h2 {
            font-size: 20px !important;
            line-height: 22px !important;
            font-weight: 500 !important;
            margin-bottom: 7px !important;
        }

        .cb1-description-box p {
            font-size: 15px !important;
            line-height: 18px !important;
            -webkit-line-clamp: 6 !important;
        }

    .cb1-slb-list {
        top: -27px !important;
    }

        .cb1-slb-list li svg, .cb1-play-box svg {
            width: 40px !important;
            height: 40px !important;
        }

    .topbutton {
        text-align: center;
        margin-top: 40px;
    }

    .cb1-description-box h4 {
        font-size: 15px !important;
        line-height: 20px !important;
        color: #772432 !important;
    }

    .playImage svg, .playImage img {
        width: 40px !important;
        height: 30px !important;
    }

    .cb1-slb-list li svg, .cb1-play-box svg {
        width: 40px !important;
        height: 40px !important;
    }

    .playImage svg, .playImage img {
        width: 40px !important;
        height: 30px !important;
    }

    .cb1-slb-list li svg, .cb1-play-box svg {
        width: 40px !important;
        height: 40px !important;
    }

    .col-lg-3 .cb1-slb-list li {
        padding: 0px 0 0 10px !important;
    }

    .col-lg-6 .cb1-slb-list li {
        padding: 9px 0 0 7px !important;
    }

    .col-lg-12 .cb1-slb-list li {
        padding: 10px 0 0 20px !important;
    }

    .col-lg-3 .col-lg-12 .cb1-play-box svg {
        width: 40px;
        height: 40px;
    }
}
