body {
    font-size: 14px !important;
    line-height: 1.428571429 !important;
    color: #606060 !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #194B79;
    font-family: "Arimo", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}

.full,
.full-page {
    width: 100%;
    height: 100%;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
    float: none !important;
    margin-left: -20px !important;
}

#event-info {
    text-align: center;
}

#clinet-logo {
    text-align: right;
}

.header {
    background: #020101;
}

.header .logorgt {
    float: right;
    margin-top: 0px;
    width: 120px;
}

.w-80 {
    width: 80%;
}

.header .logoleft {
    float: none;
    width: 120px;
}

#event-info img {
    width: 100%;
    background: rgba(255, 255, 255, 0);
}

.mobile-ima {
    display: none;
}

.tablet-ima {
    display: none;
}

.desktop-ima {
    display: block;
}

@media only screen and (min-device-width: 641px) and (max-device-width: 1024px) {
    .tc-logo {
        float: inherit;
        text-align: center;
        margin-top: 22px;
    }
    body {
        /* background: url(../img/bg-t.jpg) no-repeat top center fixed; */
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-color: #194B79;
    }
    .mobile-ima {
        display: none;
    }
    .desktop-ima {
        display: none;
    }
    .tablet-ima {
        display: block;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 640px) {
    .tc-logo {
        float: inherit;
        text-align: center;
        margin-top: 22px;
    }
    body {
        /* background: url(../img/bg-m.jpg) no-repeat top center fixed; */
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-color: #194B79;
    }
    .mobile-ima {
        display: block;
    }
    .desktop-ima {
        display: none;
    }
    .tablet-ima {
        display: none;
    }
}

@media only screen and (min-device-width: 315px) and (max-device-width: 480px) {
    .tc-logo {
        float: inherit;
        text-align: center;
        margin-top: 22px;
    }
    body {
        /* background: url(../img/bg-m-480.jpg) no-repeat top center fixed; */
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-color: #194B79;
    }
    .mobile-ima {
        display: block;
    }
    .desktop-ima {
        display: none;
    }
    .tablet-ima {
        display: none;
    }
}

.head-bottom {
    box-shadow: 0 5px 15px -5px #000000;
}

.content-section {
    margin: 0px 0px 30px 0px !important;
    border: 0px;
}

#reasonDiv {
    display: none;
}

.header {
    margin-bottom: 0px;
    position: relative;
    background-color: #FFF;
}

.header:after {
    position: absolute;
    z-index: 0;
    top: 60px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    content: " ";
}

.spacer10 {
    clear: both;
    display: block;
    height: 10px;
    width: 10px;
}

.spacer20 {
    clear: both;
    display: block;
    height: 20px;
    width: 20px;
}

.modal-body .btn {
    width: 25%;
}

.ima-star {
    font-size: 14px !important;
    font-weight: 900 !important;
    color: #ff0000 !important;
}

form h3 {
    font-size: 24px !important;
}



form .form-control,
form .form-select {
    font-size: 0.925rem !important;
    line-height: 1.42857143 !important;
    color: #555 !important;
    border-radius: 2px !important;
}

.form-section h6 {
    font-size: 1.075rem !important;
    font-family: inherit !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    color: inherit !important;
}

form .ima-btn-color {
    background-color: #0c529e !important;
    border-color: #0c529e !important;
}

form .ima-btn-color:focus {
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%) !important;
}

#attendDiv,
#attendDivYes {
    border: 1px solid #b6b6b5 !important;
}

#traveler_remarks {
    height: 80px !important;
}

.thumb {
    height: 125px !important;
}

.pdfViewer {
    height: 250px !important;
}

@media only screen and (max-width: 600px) {
    .form-section {
        padding: 5px 5px;
    }
    form h3 {
        font-size: 20px !important;
    }
    form .h5 {
        font-size: 1.025rem;
        margin: 10px 0px 10px 0px;
    }
    form .h6 {
        font-size: 14px;
    }
}

.form-section form h3 {
    border-bottom: 1px solid #aeb3b9 !important;
    padding-bottom: 10px !important;
    font-size: 22px !important;
}
.form-section form sup {
    font-size: 12px !important;
}
.form-section h4 {
    border-bottom: 1px solid #aeb3b9 !important;
    padding-bottom: 10px !important;
}
.form-section form input[type="text"],
.form-section form input[type=file],
.form-section form input[type="email"],
.form-section form .form-select{
    height: 40px !important;
}

::-webkit-file-upload-button {
    padding: 0.5rem 1rem !important;
}

form label {
    font-weight: 500 !important;
    font-size: 0.925rem !important;
    margin-bottom: 0.375rem !important;
}
form .form-check-input {
    width: 1.125em !important;
    height: 1.125em !important;
    margin-top: 0.2em !important;
}
.ima-star {
    font-size: 16px !important;
}

#traveler_remarks {
    height: 120px !important;
}

@media only screen and (max-width: 600px) {
    .form-section form h3 {
        font-size: 18px !important;
    }
    .content {
        width: 85% !important;
    }
    .form-section {
        padding: 8px 8px !important;
    }
}

@media only screen and (max-width: 480px) {
    .form-section form h3 {
        font-size: 18px !important;
    }
    .content {
        width: 85% !important;
    }
    .form-section {
        padding: 8px 8px !important;
    }
}

table.ima-charge-table {
    border: 1px solid #aeb3b9 !important;
}

.form-group {
    margin-bottom: 0.75rem;
}