﻿body {
    font-family: 'Poppins', sans-serif;
}

.bg-Head {
    background-color: #FFF6EE;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: bold;
    color: #0C003E;
    font-size: 23px;
}

.Head-Shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,0.08) !important;
    background-color: #FFF6EE;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
}

@media only screen and (max-width: 993px) {
    .Head-Shadow {
        text-align: center;
    }
}

.SubHead {
    background-color: #08C7DC;
    color: white;
    font-weight: 600;
    margin-top: 25px;
}

.SubHead-Active {
    background-color: #119CAC;
    color: white;
    font-weight: 600;
    margin-top: 25px;
}

.collapse-header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrow {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transition: transform 0.3s ease;
    transform: rotate(40deg); /* Update the initial rotation value */
}

.collapse.collapsed .arrow {
    transform: rotate(180deg); /* Update the collapsed rotation value */
}

.collapse .collapse-content {
    display: none; /* Hide content by default */
}

.CollapseHeader {
    background-color: #F3F8FF;
}

.Collapse_Header_Align {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: solid 0.5px gray;
}

.Logo_Width {
    width: 20%;
}

@media only screen and (max-width: 993px) {
    .Logo_Width {
        width: 40%;
    }
}

@media only screen and (max-width: 769px) {
    .Logo_Width {
        width: 50%;
    }
}

@media only screen and (max-width: 450px) {
    .Logo_Width {
        width: 60%;
    }
}

.Faq_Head {
    color: #0C003E;
    font-weight: bold;
    font-size: 23px;
}

.Footer {
    background-color: #333333;
    color: white;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-top: 40px;
}

@media only screen and (min-width: 1700px) {
    .Footer {
        padding-top: 60px;
        padding-bottom: 55px;
    }
}

.MainBtns {
    text-decoration: none !important;
    color: white !important;
}

.video-js .vjs-big-play-button {
    display: none !important;
}

.video-js {
    width: auto !important;
    height: 190px !important;
}

@media only screen and (min-width: 1400px) {
    .video-js {
        width: 87% !important;
    }
}

noscript {
    color: red;
    font-weight: bold;
}
