/*
Version: 3.0.8
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.mt-3 {
    margin-top: 1rem!important;
}

.pb-0 {
    padding-bottom: 0!important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.h-form {
    background: rgba(0,0,0,.7);
    border-radius: 18px;
    padding: 20px;
    color: #fff;
    margin: 40px 0;
}

.h-form #visaOption {
    font-size: 14px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.h-form #visaOption label {
    display: flex;
    align-items: center;
    padding-right: 15px;
    color: #fff;
    margin-bottom: 0;
}

.h-form #visaOption input {
    margin: 0 5px 0 0;
}

.h-form .form-group {
    margin-bottom: 10px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    text-align: left;
    color: #fff;
}

.evisa-form-calculator .form-group label {
    font-size: 16px;
}

.h-form .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    height: auto !important;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.h-form .form-control {
    height: 48px;
}

.h-service {
    border-radius: 9px;
    background: #fff;
    color: #000;
    margin-bottom: 10px;
    text-align: left;
}

.h-service-tit {
    font-weight: 800;
    padding: 10px 15px;
    line-height: 20px;
    border-bottom: solid 1px #c56460;
    font-size: 16px;
}

.h-service .ddlService {
    padding: 12px 15px 4px 15px;
}

.h-service label {
    margin-bottom: 8px;
    display: block;
    color: #000;
    font-size: 16px;
}

.h-service label input {
    margin: 0 5px 0 0;
}

.h-form #time {
    border-radius: 9px;
    background: #1e73be;
    font-size: 14px;
    padding: 5px 15px;
}

.h-form #total {
    font-size: 18px;
    line-height: 50px;
}

.h-form #total #totalfee {
    font-size: 26px;
    font-weight: 800;
}

.btn-h a {
    background: #1e73be;
    line-height: 50px;
    margin-top: 10px;
    font-weight: 700;
    border-radius: 5px;
    width: 100%;
    border: 0;
    text-transform: uppercase;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 18px;
}

.btn-h a i {
    margin-right: 6px;
}

.apply-online-page-wrapper {
    padding: 40px 0;
}

.apply-online-page-wrapper h1 {
    margin-bottom: 0;
    color: #000;
    font-size: 36px;
    font-weight: 800;
    line-height: 48px;
    text-align: center;
}

.visa-item {
    margin: 20px 0;
    border-radius: 12px;
    border: 2px solid #f5f5f5;
    background: #fff;
    box-shadow: 0 4px 9px 0 rgba(0,0,0,.15);
    padding: 40px;
}

.visa-item h2 {
    border-bottom: solid 1px #bdbdbd;
    font-size: 30px;
    font-weight: 800;
    padding: 20px 0;
}

.visa-item .visa-des {
    margin-top: 20px;
    text-align: left;
}

.visa-item .visa-des p {
    margin-bottom: 20px;
    line-height: 22px;
    color: #333;
}

.visa-item .visa-des p i {
    margin-right: 6px;
    color: #b9b9b9;
    font-size: 12px;
}

.visa-item .visa-btn {
    border-radius: 8px;
    background: #1e73be;
    display: block;
    line-height: 46px;
    margin-top: 20px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.spinner-border, .spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border-radius: 50%;
    animation: 0.75s linear infinite 	spinner-border;
    border: 0.25em solid #df1e26;
    border-right-color: transparent;
}

.form-step-sidebar .total-amount .spinner-border span {
    display: none;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

