.error-msg, .error-row{
    color: red;
}
.lang-select{
    border: none !important;
    font-size: 14px;
}
#reg_form .error-msg{
    margin-top: -30px;
    margin-left: 30px;
}

.thanks{
    color: forestgreen;
    font-size: 18px;
}

.hide{
    display: none;
}
.main__btm__btn a img{
    margin-left: 6px;
}
/*Header Alert*/
#header_alert, .header-alert {
    width: 70%;
    box-shadow: 2.192px 4.494px 10px 0px rgba(114, 114, 114, 0.25);
    position: relative;
    margin: 15px auto;
    border: 1px solid #F9F9F9;
    border-radius: 3px;
    margin-bottom: 20px;
    display: flex;
    justify-content: start;
    align-items: center;
    background-color: white;
}

#header_alert_content>h3, .header-alert>h3 {
    color: #DE6B3B;
    display: inline;
    padding-right: 5px;
    font-size: 22px;
    font-weight: 600;
}

#header_alert_content>p, .header-alert>p {
    display: inline;
}

#header_alert_icon>i {
    color: #DE6B3B;
    font-size: 24px;
    padding-right: 12px;
    padding-left: 12px;
}

#header_alert_content>button {
    border: none;
    background: transparent;
    color: #939393;
    font-size: 18px;
    font-weight: 100;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0
}

#header_alert_icon,
#header_alert_content {
    display: inline-block;
    padding: 10px 0;
}

#header_alert_content {
    padding-right: 20px;
    padding-left: 30px;
    border-left: 1px solid lightgrey;
}

.unser__single__form .nice-select, .multiselect2-wrap .select2 {
    width: 100% !important;
    height: 100% !important;
    border: 3px solid #F9F9F9;
    display: flex;
    align-items: center;
    padding: 0 27px;
    font-size: 21px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    border-radius: 20px !important;
}
.multiselect2-wrap{
    height: 100%;
}
.multiselect2-wrap .select2-container--default.select2-container--focus .select2-selection--multiple, .multiselect2-wrap .select2-container--default .select2-selection--multiple{
    border: none !important;
}
.unser__form__fx .nice-select::after{
    right: 15px;
}
.multiselect2-wrap .nice-select{
    display: none !important;
}
.multiselect2-wrap .select2-container, .multiselect2-wrap .select2-search__field, .multiselect2-wrap .selection{
    width: 100% !important;
}

.feat-content.one .feat-listing ul li i{
    color: #F2943C;
}
.feat-content.two .feat-listing ul li i{
    color: #FFA38E;
}
.feat-content.three .feat-listing ul li i{
    color: #DE6B3B;
}

#filter-form .list{
    max-height: 260px;
    overflow-y: auto !important;
}

#filter-form .wrap-input{
    position: relative;
}

#filter-form .clear-input {
    position: absolute;
    top: 14px;
    right: 12px;
    cursor: pointer;
    display: none;
}
.common-btn{
    font-weight: 600;
    font-size: 30px;
    line-height: 48px;
    color: #FFFFFF;
    background: #DE6B3B;
    border-radius: 25px;
    padding: 26px 56px;
    transition: .3s;
    display: inline-block;
    text-align: center;
}
.common-btn.mini {
    font-size: 16px;
    line-height: 25px;
    border-radius: 8px;
    padding: 8px 20px;
}
.centered {
    text-align: center;
}
.mt-25 {
    margin-top: 25px;
}

/*Google maps popups*/
.gmap-popup{
    width: 300px;
    padding-bottom: 15px;
}
.gmap-popup .head-image{
    height: 180px;
}
.gmap-popup .img-wrap{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.gmap-popup .head-image img{
    width: 100%;
    max-height: 180px;
    object-fit: cover;
}
.gmap-popup h2{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 130%;
}
.gmap-popup p {
    font-size: 14px;
    margin-bottom: 15px;
    color: #555;
    line-height: 130%;
}
.gmap-popup .link-row{
    text-align: right;
}
.gmap-popup .link-row a{
    color: white;
    background-color: #F2943C;
    padding: 6px 15px;
    border-radius: 15px;
    font-weight: 500;
    white-space: nowrap;
    transition: all 0.4s ease-in;
    border: none;
    letter-spacing: 0.05em;
}
.gmap-popup .link-row a:hover{
    background-color: #C6563B;
}


.video__detail-text h3{
    text-transform: uppercase;
}

.raw-content, .single__tem-box p, .single__tem-box ul li{
    font-weight: 400;
    font-size: 1.15rem;
    line-height: 1.6rem;
    color: #1E1E1E;
    margin-bottom: 15px;
    letter-spacing: 0.001rem;
}
.raw-content ul{
    margin-bottom: 25px;
}
.single__tem-box ul li:before{
    content: url('../../images/front/check-icom.svg');
    margin-right: 12px;
    margin-top: 2px;
    vertical-align: middle;
}
.single__tem-box h3{
    margin-bottom: 20px;
}
.travel-box i{
    color: #DE6B3B;
    padding-right: 15px;
}
.tem__title.ss button, .vaide__form-btn button{
    background: #DE6B3B;
    border: 2px solid #DE6B3B;
    color: white;
}
.apply-wrap button:hover, .header__logo button:hover, .vaide__form-btn button:hover{
    background: transparent;
    border-color: black;
    color: black;
}
.hide{
    display: none !important;
}
.header-que-mob{
    margin: 0 8px 0 15px;
}
.header-que-mob img{
    width: 80%;
}
.header__logo button{
    width: 230px;
    height: 60px;
    background: #DE6B3B;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 22px;
    line-height: 91.5%;
    color: #FFFFFF;
    transition: .3s;
    border: 2px solid #DE6B3B;
}
.header__logo button svg{
    display:none;
}

#register_modal{
    top: 130px !important;
    height: 90%;
}

@media (max-width: 991px) {
    #register_modal{
        top: 80px !important;

    }
}
