body:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("/storage/images/loading/loading.gif") no-repeat center center rgba(255, 255, 255, 0.7);
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.btn-contact {
    color: #fff !important;
    text-decoration: none !important;
}

.content-bottom-box .modal {
    text-align: left;
}

textarea.form-control {
    height: 130px;
}

label.error {
    color: #fd5c63;
    font-weight: 400;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 0;
}

label.required:after {
    content: "*";
    color: #fd5c63;
    margin-left: 3px;
}

.modal-body.loading {
    position: relative;
}

.modal-body.loading:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    bottom: 0;
    background: url("/storage/images/loading/loading.gif") no-repeat center center rgba(255, 255, 255, 0.7);
    z-index: 200;
}

.modal-quote {
    color: #333;
    font-size: 14px;
    text-align: left;
}

.list-language {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 3px;
}

.header-language {
    padding-top: 0;
}

.header-language .list-language {
    float: right;
}

.header-language .list-language li {
    border: 0px solid #fff;
    padding: 0 0 0 5px;
    width: 75%;
    height: 75%;
    transition: .1s;
}

.header-language .list-language li:hover,
.header-language .list-language li.active {
    background-color: none;
}

.header-language .list-language li.active {
    display: none;
}

.top-header {
    padding-top: 0;
}

#quote-mes {
    line-height: 1.42857143;
}

.nav-bar {
    background-color: #333;
    position: fixed;
    top: -50px;
    width: 100%;
    display: block;
    transition: top 0.3s;
    z-index: 9999;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
}

.nav-bar .list-items {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.nav-bar .list-items > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
}

.nav-bar .list-items > li > a {
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.nav-bar .list-items > li > a:hover {
    color: #F66F26;
}

.map-store iframe {
    width: 100%;
    height: 400px;
}

