#inquiry_container{
    border:1px solid #525252;
    border-radius: 6px;
    background-color: #121212;
}
.input-label{
    color:#e1e1e1;
    font-size: clamp(0.8rem,2.5vw,1.0rem);
}
.main-container input[type='number'],
.main-container input[type='text']
{
    height:45px;
    border:1px solid #525252;
    border-radius: 4px;
    padding: 10px;
    color:#fff;
    font-size: clamp(0.8rem,2.5vw,1.0rem);
    background-color: transparent;
    box-shadow: none;
}
.main-container .inquiry-message{
    border:1px solid #525252;
    border-radius: 4px;
    color:#fff;
    background-color: transparent;
    box-shadow: none;
}
.main-container input[type='number']:hover,.main-container input[type='number']:focus,
.main-container input[type='text']:hover,.main-container input[type='text']:focus,
.main-container textarea:hover,.main-container textarea:focus
{
    border:1px solid #e1e1e1 !important;
    background-color: #000;
}
.main-container textarea::placeholder,
.main-container input::placeholder{
    color:#666;
    font-size:0.85rem;
}
.remind-input{
    border:1px solid #ff0000 !important;
}
.error-show{
    height:clamp(0.85rem,2.5vw,1.0rem);
    font-size:clamp(0.80rem,2.5vw,0.85rem);
    color:#ea0029;
}

.submit-btn{
    width: 150px;
    height:clamp(45px,2.5vw,50px);
    border-radius: 4px;
    font-size:clamp(0.95rem,2.5vw,1.1rem) ;
    font-weight: bold;
    color:#fff;
    border:1px solid #ea0029;
    background-color: #ea0029;
    padding:0 15px;
    box-shadow: none;
}
.submit-btn:hover{
    color:#fff;
    border:2px solid #e1e1e1;
    background-color: #000;
}

#faqs_btn_box{
    border-top: 1px solid #525252;
    border-bottom: 1px solid #525252;
}
.submit-inquiry-title,
.any-question-title{
    color:#e1e1e1;
    font-weight: bold;
    font-size: clamp(1.1rem,2.5vw,1.3rem);
}
.any-question-content{
    color:#e1e1e1;
    font-size:clamp(0.90rem,2.5vw,1.0rem) ;
}
.question-btn{
    display: inline-flex;
    flex-wrap: row;
    justify-content: row;
    align-items: center;
    width: 100%;
    height:clamp(45px,2.5vw,50px);
    padding:0 15px;
    border:1px solid #e1e1e1;
    border-radius:4px;
    background-color: #e1e1e1;
    color:#000;
    line-height: 1.1;
    font-weight: bold;
    cursor: pointer;
}
.question-btn:hover{
    color:#fff;
    border:1px solid #ea0029;
    background-color: #ea0029;
}

.faq-icon{
    width:clamp(24px,1.5vw,28px);
}
.faq-btn-text{
    font-size:clamp(0.90rem,2.5vw,1.1rem) !important;
    margin-left: 10px;
    width: calc(100% - 40px);
}


.bootstrap-select{
    height:45px;
    border-radius: 4px  !important;
    width: 100% !important;
    height: 45px;
    border-radius:2px;
    border:1px solid #525252;
    padding:0;
    background-color: transparent;
}
.bootstrap-select:hover{
    border:1px solid #fff;
}
.bootstrap-select button{
    border:none !important;
    outline: none !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 4px;
    padding:0px 15px 0 0;
    color:#fff !important;
    background: transparent;
}
.bootstrap-select button:hover,
.bootstrap-select button:focus{
    background: #000;
}

.bootstrap-select .filter-option .filter-option-inner{
    height:100% !important;
}
.bootstrap-select .filter-option .filter-option-inner .filter-option-inner-inner
{
    font-size: clamp(0.8rem,2.5vw,1.0rem);
    height:100% !important;
    padding-left: 10px !important;
    align-content: center;
}
.bootstrap-select .dropdown-toggle.bs-placeholder .filter-option-inner-inner{
    color:#666 !important;
    font-size: 0.85rem !important;
}

.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    color: #000;
    background: transparent;
    border-color: #525252;
}

.bootstrap-select .dropdown-menu li a:active,
.bootstrap-select .dropdown-menu li.selected a {
    background-color: #ccc;
    color:#fff;
}
.bs-searchbox input,.bs-searchbox input:focus{
    border:1px solid #525252 !important;
    border-radius: 4px !important;
    color:#e1e1e1 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
.bootstrap-select .dropdown-toggle:focus{
    outline: none !important;
    outline-offset: 0;
}
.bootstrap-select.show-tick .dropdown-toggle:focus,
.bootstrap-select.show-tick .dropdown-toggle:hover {
    outline: none !important;
    outline-offset: 0;
}
.bootstrap-select .dropdown-toggle .filter-option {
    align-content:center;
}
.bootstrap-select .dropdown-toggle::after{
    border: none !important;
    display: inline-block !important;
    content: "" !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' stroke='%23ffffffbb' stroke-width='2' d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
    width: 22px !important;
    height: 22px !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin-left: 8px !important;
    vertical-align: middle !important;
}
.bootstrap-select .dropdown-menu.show{
    border-radius: 6px !important;
    max-width: 200% !important;
}
.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:hover {
    color: #fff;
    text-decoration: none !important;
    background: #525252 !important;
}
.bootstrap-select a.dropdown-item span.text{
    display: block !important;
}