.simplifiedChartMobile .carousel-container {
    padding-top: 1rem;
    padding-bottom: 2rem;
}
.carousel-container {
    margin-top: 1rem !important;
}
/*Carousel Card assignment*/
#carouselCard1 {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    grid-area: carousel-p1;
}
#carouselCard1:hover {
    margin-bottom: 1rem;
}

#carouselCard2 {
    grid-area: carousel-p2;
}
#carouselCard3 {
    grid-area: carousel-p3;
}

.carousel-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: .5rem;
    grid-template-areas:
        'carousel-p2 carousel-p1 carousel-p3';
    place-items: center;
    place-content: center;
    padding-right: 1rem;
    padding-left: 1rem;
}

.carousel-wrapper {
    position: relative;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.11);
    border-radius: 10px;
    padding: 15px;
    width: 100%
}
.carousel-wrapper:hover {
    box-shadow: 0 0 18px 5px rgba(0,0,0,.4);
    margin-top: -1rem;
    margin-bottom: 1rem;
}
.carousel-products {
    margin-top: -35px;
}
.carousel-content-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.carousel-wrapper.card-2 .carousel-content-box img, .carousel-wrapper.card-3 .carousel-content-box img {
    margin-left: 0 !important;
}
.carousel-rating-pt {
    font-family: MontBold, sans-serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 2rem;
    color: #000000;
}
.carousel-arrow {
    margin-left: 5px;
}
.carousel-rating-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 0 0 40%;
    max-width: 40%;
}
.carousel-cta-btn {
    color: #e4405f;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: .5rem;
}

.carousel-cta-btn:hover {
    color: #e4405f;
    text-decoration: underline;
}

.carousel-cta-btn:after {
    content: '\f061';
    font-family: fontAwesome;
    padding-left: 5px;
}

#carouselCard1 .carousel-image {
    width: 100%;
}

.carousel-image {
    width: 90%;
    padding: 0;
}

.carousel-image-container p {
    font-size: 14px;
    margin-top: .5rem;
    margin-bottom: 0;
    color: #666666;
}

.global-chart .carousel-image-container {
    margin-left: 1rem;
}

/*Article Longform Carousel*/
.article-carousel-row {
    width: 100%;
}

.article-longform .carousel-container {
    margin: .5rem 0 !important;
}

.article-longform .carousel-row {
    margin-top: 0 !important;
}

.article-longform #carouselCard1 {
    padding-top: 0;
    padding-bottom: 0;
}
.article-longform #carouselCard1:hover {
    margin-top: 0;
}

.article-longform .carousel-wrapper {
    padding: 0;
}
.carousel-wrapper:hover {
    margin-bottom: 0;
}

.article-longform .carousel-content-box {
    flex-direction: column !important;
}

.article-longform .carousel-content-box img {
    width: 175px !important;
    margin: 0 auto;
    padding-bottom: .5rem;
}

.article-longform #carouselCard1 .carousel-image {
    width: 90%;
}

.article-longform .carousel-rating-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
}

.article-longform .carousel-image-container p {
    display: none !important;
}

.article-longform .carousel-cta-btn {
    color: #FFFFFF;
    background-color: #e4405f;
    border-radius: 5px;
    border: 1px solid #e4405f;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: .5rem;
    padding: .5rem 1rem;
    width: 100%;
}

.article-longform .carousel-cta-btn:hover {
    color: #e4405f;
    background-color: #FFFFFF;
    text-decoration: underline;
    border: 1px solid #e4405f;
}

.article-longform .carousel-cta-btn::after {
    display: none;
}

/* Mobile Version - For Samll Devices <=576 */
@media only screen and (max-width: 576px) {
    .carousel-rating-pt {
        font-size: 14px !important;
    }

    .carousel-wrapper.card-2 .carousel-content-box img {
        width: 90%;
    }

    .carousel-wrapper.card-3 .carousel-content-box img {
        width: 80%;
    }

    .carousel-rating-pt {
        font-size: 20px !important;
        margin: 0 !important;
    }
}

/* For Devices <768 - Few elements share same functionality in Small and Medium Devices */
@media only screen and (max-width: 767px) {
    .carousel-wrapper {
        border-radius: 5px;
        padding: 15px 10px!important;
    }

    .carousel-row {
        margin-top: -100px;
        gap: 8px;
    }

    .carousel-wrapper {
        padding: 10px !important;
    }

    .carousel-image-container {
        width: 100% !important;
        padding: 0 !important;
        margin: 20px 0 5px 0 !important;
        flex: 0 0 100% !important;
    }

    .carousel-wrapper.card-2 .carousel-content-box img, .carousel-wrapper.card-3 .carousel-content-box img {
        width: 100%;
    }

    .carousel-products {
        margin-top: -35px;
    }

    .carousel-image-container p {
        display: none !important;
    }

    .article-longform .carousel-container {
        margin: .5rem 0 !important;
    }

    .carousel-cta-btn {
        font-size: 12px !important;
    }
}

@media only screen and (min-width: 768px) {
    .carousel-row {
        margin-top: -70px;
        gap: 1rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .carousel-cta-btn {
        font-size: 14px !important;
    }
    .carousel-image-container p {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .carousel-wrapper.card-2 .carousel-content-box img, .carousel-wrapper.card-3 .carousel-content-box img {
        width: 85%;
    }
    .carousel-image-container {
        width: 100%;
        padding: 0;
        margin: .5rem 0;
    }
}

@media only screen and (max-width: 991px) {
    .carousel-content-box {
        flex-direction: column;
    }

    .carousel-image-container, .carousel-rating-wrapper {
        flex: 0 0 100% !important;
        max-width: 100%;
    }
}

@media only screen and (min-width: 992px) {
    .carousel-content-box {
        flex-direction: row;
    }
    .carousel-wrapper.card-2 .carousel-content-box img {
        width: 85%;
    }

    .carousel-wrapper.card-3 .carousel-content-box img {
        width: 90%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .carousel-image-container {
        margin-top: 5px;
        flex: 0 0 60% !important;
        max-width: 60%;
    }

    .carousel-rating-wrapper {
        flex: 0 0 40% !important;
        max-width: 40% !important;
    }

    .article-longform .carousel-image-container, .article-longform .carousel-rating-wrapper {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .carousel-wrapper {
        padding: 10px 15px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .article-longform .carousel-content-box {
        margin-top: 0;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .carousel-wrapper {
        padding: 10px 15px !important;
    }

}

@media only screen and (min-width: 1200px) {
    .article-longform .carousel-content-box {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
}


