/*
/ Theme Stylesheet
/ Author: Gautam Solanki
*/

html {
    scroll-behavior: smooth;
}

html, body {
    height: 100%;
}

.row {
    margin: 0;
}

body {
    background-image: url('../assets/sampletrip-background.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: 'Branding Medium', sans-serif !important;
}

.logo {
    width: 150px;
    margin: auto;
}

.bg-content {
    background-color: rgba(31, 108, 163, 0.75);
    width: 900px;
}

.thx h2 {
    font-size: 3.3rem;
    text-align: center;
    font-weight: normal;
}

.thx {
    width: 900px;
    height: 600px;
}

@media (max-width: 1000px) {
    .thx {
        width: 95%;
        height: 95%;
    }

    .bg-content {
        width: 100%;
    }
}

#countdown {
    width: 30px;
    height: 30px;
    background-color: rgba(0,0,0, .18);
}

.languages {
    left: 0;
    top: 0;
}

#countdown-number {
    font-size: 25px;
}

.modal-line {
    width: 80%;
    background-color: #2F7EB4;
    height: 1px;
}

.close-modal {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #fff;
}

.modal-dialog {
    max-width: 800px;
}

.modal-body-schedule {
    text-align: center;
}

.si-applicants_function_id optgroup {
    font-weight: bold;
    color: #000000;
}

.si-applicants_function_id option {
    font-weight: normal;
    color: #495057;
}

.iti {
    position: relative;
    width: 100%;
}

.iti__selected-flag {
    background-color: #fff;
    border: 1px solid #ced4da;
    height: 50px;
}

select {
    height: 50px !important;
}

input#phone {
    position: relative;
    border-radius: 0;
    padding-left: 60px;
    width: 100%;
}
