/* CSS rules to be defined below */

/*--------------------- REMOVE MARKER from PRODUCT FEATURE --------------------- */
.product-feature-card::marker {
    content: "";
}
/*--------------------- END REMOVE MARKER from PRODUCT FEATURE --------------------- */

.td-tabs-carousel-container-icon-link-only .td-tabs-carousel-icons.td-tabs-carousel-disabled .td-tabs-carousel-tab .td-tabs-carousel-tab-content p {
margin-top: 20px;
} .
@media (max-width: 768px) {
    .tds-featured-article-left, .tds-featured-article-left-half-size {
        position: relative;
        display: block;
    }
}

/*TEMP Fix for footer*/
.td-fullwidth-footer-bk {
    background-color: #f9f9f9;
}
footer {
background: #fff !important;
}
.footer-logo-divider {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
}
footer .td-footer-content .td-footer-social .td-footer-social-heading {
display: none;
}
footer hr.td-divider {
border-top: 1px solid #ccc;
}
.td-footer-content.flex-reverse {
padding: 8px 15px;
}
.footer-note {
    margin-top: 30px;
}
footer .td-footer-content .td-footer-social ul li .td-interactive-icon {
padding-top: 7px;
}
@media (max-width: 1023px){
.footer-logo-divider {
justify-content: center;
}
}


/*----------------------------- Deals page CSS UPDATE Start-----------------------------*/

.typed-deals-card-body.no-image {
    grid-template-rows: 54px minmax(23px, 69px) 32px 90px !important;
}
.tags-container {
    margin-bottom: 24px !important;
}
.s-typed-deal-list .deals-grid {
    display: grid;
    width: 100%;
    padding: 0;
    text-align: center;
    gap: 30px;
    margin: 15px 0 64px 0 !important;
    grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 75em) {
    .s-typed-deal-list .deals-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}
/*----------------------------- Deals page CSS UPDATE end-----------------------------*/

/*-------------------------------------- VERTICAL VIDEO CSS START --------------------------------------*/
.bc-player-default_default .vjs-big-play-button {
    background-color: rgba(0, 0, 0, .45);
    border-radius: 21px;
    border-width: 0;
    font-size: 2em;
    height: 100px;
    left: calc(50% - 75px);
    line-height: 3.5;
    top: calc(50% - 75px);
    width: 150px;
transition: none;
}

.vertical-video-container {
display: flex;
}
.vertical-video-container .video-description {
padding: 0px 0px 0px 30px;
}
.vertical-video-container .video-description  h2 {
margin-top: 0px;
}
.vjs-poster {
background-image: url(https://www.tdsecurities.com/tds/image/Thumbnail-Hot-Seat-Itay-Micheali.jpg) !important;
}
@media(max-width: 767px) {
    .vertical-video-container {
        flex-flow:column;
        align-items: center;
    }
 .vertical-video-container .video, .vertical-video-container .video .video-js {
width: 100%;
}
    .vertical-video-container .video-description {
        padding: 30px 0px 0px 0px !important;

    }
}
/*-------------------------------------- VERTICAL VIDEO CSS END --------------------------------------*/
