@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700|Poppins:300,400,500,600,700');
html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 60px;
    font-family: "Poppins", "Lato", sans-serif;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 28px;
}

.carousel {
    margin: 0 -15px;
}

.carousel h5{
    color: #fff;
    font-size: 2.5em;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2em;
    margin: 0 0 24px;
}

.carousel p{
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    margin: 0 0 8px;
}

.carousel-item {
    position: relative;
    display: none;
    max-height: 400px;
}

.carousel .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

.sib-logo{
    width: 100%;
    max-width: 350px;
    padding-left: 10px;
}

nav.navbar{
    background-color: #fff;
    border-bottom: 1px solid #e3b72f;
    padding: 0;
    margin:0;
    justify-content: left;
}

footer.footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size:12px;
    height: 40px;
    /* max-height: 40px; */
    padding-top: 10px;
     background-color: #e3b72f;
     color: #fff;
 }

footer.footer a, footer.footer a:hover{
    color: #fff;
}

a.start-session{
    background: #000;
    color: #fff;
    border-radius: 0px;
    padding: 10px 30px;
}

a.start-session:hover{
    border:2px solid #000;
    color: #000;
    background: #fff;
    border-radius: 0px;
    padding: 10px 30px;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

.card-body {
    color: #000;
    background: #fff;
}

.card-header {
    color: #fff;
    background: #000;
    border-bottom: 1px solid #fff;
    margin-bottom: 0 !important;
}

a.next-page{
    background: #000;
    color: #fff;
    border-radius: 0;
    padding: 10px 30px;
    float: right;
    margin-top: 30px;
    margin-right: 15px;
}

a.next-page:hover{
    border:2px solid #000;
    color: #000;
    background: #fff;
    border-radius: 0;
    padding: 10px 30px;
}

a.prev-page{
    background: #aaa;
    color: #fff;
    border-radius: 0;
    padding: 10px 30px;
    float: left;
    margin-top: 30px;
}

a.prev-page:hover{
    border:2px solid #e3b72f;
    color: #e3b72f;
    background: #fff;
    border-radius: 0;
    padding: 10px 30px;
}

.cancel-button{
    background-color: #e3b72f;
    color: #fff;
}

.cancel-button:hover{
    color: #e3b72f;
    background-color: #fff !important;
    border: 1px solid #e3b72f;
}

.accept-button{
    background-color: #000;
    color: #fff;
}

.accept-button:hover{
    color: #000;
    background-color: #fff !important;
    border:1px solid #000;
}

.hidden{
    display: none !important;
}

.question-bg{
    background-color: #000 !important;
}

.question-bg .nav-link{
    color: #fff !important;
}

.input-inline{
    display: inline-block;
    width: 300px;
}

.friends label{
    width: 100%;
    display: block !important;
}

.friends .form-group{
    width: 100% !important;
    margin-bottom: 20px;
}

.friends input{
    width: 90% !important;
}

.m-015{
    margin:15px 0;
}


/******************Range Slider***********/
.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}
/******************Range Slider***********/

.swal-text{
    font-size: 18px;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    background: #e8e8e8;
    width: 100%;
    height: 1px;
    border-top: 1px solid rgba(0,0,0,.1);
}
.dialog-icon {
    font-size: 129px;
    color: #3396FF;
}

.button-submit {
    background: #000;
    color: #fff;
    border-radius: 0;
    padding: 10px 30px;
    float: right;
    margin-top: 30px;
    margin-right: 15px;
}


