.matches-title, .featured-videos-title, .live-streaming-hub-title, .upcoming-stream-title {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: 'Roboto-Bold';
    margin: 0;
    color: black;
    text-transform: uppercase;
}

.matches-title a, .featured-videos-title a, .live-streaming-hub-title a, .upcoming-stream-title a {
    width: 100%;
    display: flex;
    align-items: center;
    color: black;
    text-decoration: none;
}

.matches-title a hr {
    width: 90%;
    margin-left: 10px;
    background: #37373742;
    height: 1.5px;
    border-top: unset;
}

.main-inner #horizontal-livescores-new {
    display: block;
    border: none;
    max-width: none;
    width: 97%;
    margin: 0 auto;
    height: 180px;
}

#horizontal-livescores-new {
    display: block;
    border: none;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    height: 180px;
}
iframe#sports-odds-iframe {
    display: block;
    border: none;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    height: 1800px;
}
.lang-sprt.bd {
    background: url(img/bd-flag-img.png) no-repeat;
    background-position: center;
    width: 29px;
    height: 17px;
}
/* app download page */
.app-image-container {
    position: relative;
}
.app-img {
    width: 100%;
    height: auto;
}
.download-now-btn {
    font-family: 'Roboto-Bold', 'Helvetica', 'Arial', sans-serif;
    color: #000000;
    background-color: #eaeaea;
    font-size: 20px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    padding: 15px 20px;
    cursor: pointer;
    position: absolute;
    top: 68%;
    left: 2.8%;
    animation: blink 3s infinite ease-in-out;
}
.download-now-btn:hover {
    color: #ffffff;
    background-color: #b00002;
    border: 1px solid #b00002;
}
.download-now-btn.ios {
    left: 345px;
}
@keyframes blink {
    0%      {background:#b00002; color: #ffffff; border: 1px solid #b00002;}
    25%     {background:#eaeaea; color: #000000; border: 1px solid #eaeaea;}
    75%     {background:#eaeaea; color: #000000; border: 1px solid #eaeaea;}
    100%    {background:#b00002; color: #ffffff; border: 1px solid #b00002;}
}

/* social media share buttons */
.social-media-share-container {
    position: relative;
    margin: 15px 0;
}

.fb-share-btn-wrapper {
    display: inline-block;
}

.twitter-share-btn-wrapper {
    display: inline-block;
    position: absolute;
    padding: 0 10px;
}

/* FAQ Accordion */
.section-faq{
    margin-bottom: 50px;
}
.section-content-box {
    margin: 50px auto;
    max-width: 1100px;
}
.section-content-box-hidden {
    display: none;
}
.section-faq h1 {
    padding: 10px 0;
    font-weight: 600;
    font-size: 30px;
    font-family: 'Roboto-Bold';
}
.section-content-box h1 {
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 30px;
    font-family: 'Roboto-Bold';
}
.section-faq p {
    font-size: 16px;
    margin: 10px 0;
    font-family: 'Poppins';
}
.section-content-box p {
    font-size: 14px;
    margin: 10px 0;
    /* font-family: 'Poppins'; */
}
.section-content-box ol, .section-content-box ul {
    position: relative;
    left: 20px;
}
.section-faq .accordion,
.section-content-box .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    font-family: 'Poppins';
}
.section-faq .active,
.section-faq .accordion:hover,
.section-content-box .active,
.section-content-box .accordion:hover {
    background-color: #ccc; 
}
.section-faq .panel, .section-content-box .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.section-faq .accordion:after,
.section-content-box .accordion:after {
    content: "\f078";
    font: normal normal normal 18px/1 FontAwesome;
    font-size: 18px;
    color: #777;
    float: right;
    margin-left: 5px;
}
.section-faq .active:after,
.section-content-box .active:after {
    content: "\f077";
    font: normal normal normal 18px/1 FontAwesome;
}
.section-content-box h2 {
    font-size: 25px;
}

.marquee-wrapper {
    width: 100% !important;
}

.collapsed {
    padding: 0 18px;
    background-color: white;
    transition: max-height 0.2s ease-out;
    display: none;
}

.accordion .trigger {
    font-size: 20px;
    display: inline-block;
    margin: 0;
}
.accordion h2 {
    font-size: 20px !important;
    display: inline-block;
    margin: 0;
    padding: 0 !important;
    font-weight: 100 !important;
}

.embed-code {
    display: block;
    border: none;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    height: 1600px;
}

main.contest-page {
    font-size: 18px;
}

.contest-page ul {
    margin-top: 15px;
}

.contest-page .section-content-box p {
    font-size: 18px;
}

.contest-page ul li {
    list-style-type: disc!important;
}