﻿.FAQ-Section {
    width: 100%;
    height: 100%;
    background-color: #fff;
    /* Style the list */
}

.faq-subheading a{
    color: #fff;
    text-decoration: underline;
}

.faq-button {
    /* background-color: #fff;
    border: solid 0.5px #ddd;
    color: #000;
    outline: 1px; */
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
/* .faq-Anchor-button {
    max-width: 800px;
    background-color: #fff;
    border: solid 0.5px #ddd;
    color: #000;
    width: 1000px;
    text-align: left;
    padding: 7px;
    border-radius: 5px;
} */
.bgimg {
    /*background-image: url('../images/faq.jpg');*/
    height: 270px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/faq.jpg');
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/faq.jpg');
}

/* Style the tab */
.tab {
    overflow: hidden;
    border-left: 1px solid #fff;
    background-color: #f1f1f1;
}



    /* Change background color of buttons on hover */
    .tab button:hover {
        background-color: #ddd;
    }

    /* Create an active/current tablink class */
    .tab button.active {
        background-color: #ccc;
    }

/* Style the tab content */
.tabcontent {
    display: none;    
    border-top: none;    
    margin-left: auto;
    margin-right: auto;
}

.section-tabs {
    max-width:1000px;
}

.section-tabs button {
    width: 100%;
}



    .section-tabs .btn {
        text-align: left;
        background-color: rgba(0, 0, 0, 0.03);
        border: 1px solid rgba(0, 0, 0, 0.125);
        border-radius: 0.25rem;
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }
    .section-tabs .dropdown-menu {
        
       
        background-color: white;
        font-size: 110%;
        line-height: 1.3rem;
        padding: 15px;
        padding-left: 25px;
        margin-top: 0;
        overflow: hidden;
        border: 1px solid rgba(0, 0, 0, 0.125);
        color: #000;
        -webkit-transform: none !important;
                transform: none !important;
        margin-bottom: 10px;
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
        z-index: 5;
    }
.section-tabs .dropdown {
    margin-top: 12px;
}


.section-center {
    text-align: center;
}

.section-tabs .dropdown-menu {
    -webkit-transform: none !important;
            transform: none !important;
    /* margin-bottom: 10px;
    border-radius: 5px 5px; */
}
.section-tabs .btn:focus{
    -webkit-box-shadow:none !important;
            box-shadow:none !important;
}
.section-tabs .dropdown div{
    font-size: 100%;
}

.FAQ-Section-2 {
    padding-bottom:40px;
}
/*.section-tabs element.style {
    transform: none;
}*/
.tablinks {
    border: 1px solid #000;
    position: relative;
}
/* Style the buttons inside the tab */

.tab.container {
    max-width: 1400px;
}

.tab button {
    background-color: #343a40;
    float: left;
    outline: 1px;
    border-right-color: white;
    border-top-color: #343a40;
    cursor: pointer;
    padding: 16px 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 80%;
    border-left: 1px;
    color: white;
    position: relative;
}

    /* Change background color of buttons on hover */
    .tab button:hover {
        background-color: grey;
    }

    /* Create an active/current tablink class */
    .tab button.active {
        background-color: grey;
    }

/* Style the tab content */

.section-tabs button {
    width: 100%;
}

.section-tabs .btn {
    text-align: left;
}

.section-center {
    text-align: center;
    color:white;
}

.faq-header {
    width: 100%;
    text-align: center;
    font-size:270%;
    font-weight: bold;
    color: white;

}


.faq-subheading {
    width: 100%;
    text-align: center;
    height: 43%;
    padding-top: 5px;
    color: white;
}

.button-size {
    width: 20%;
}

.tab-background {
    position:relative;
    background-color: #343a40;
    /*border: 1px solid #fff;*/
    /*top: 1200px;*/
}
.sub-sub-heading {
    font-size:20px;
    font-weight:bold;
    padding-bottom:4px;
}

