
img.refer-cross-icon {
    position: absolute;
    background: white;
    border-radius: 50%;
    padding: 10px;
    box-sizing: content-box;
    top: -20px;
    right: -20px;
    cursor: pointer;
}

.popup-img {
    position: fixed;
    z-index: 999999;
    width: 100%;
    left: 0;
    right: 0;
    background: #00000094;
    text-align: center;
    height: 100vh;
    overflow:hidden;
}

.popup-img .banner-container{
    position: relative;
    top: 50px;
    height:70vh;
    display: inline-block;
}

.popup-img .banner-container img.banner-pop{
    height: 100%;
}

.popup-img.hide-pop{
    display:none;
}
.show-mobile { display: none; }

@media all and (max-width: 767px) {
    .show-desktop { display: none; }
    .show-mobile { display: block; }
    .popup-img .banner-container img.banner-pop {
        height: auto;
    }
    .popup-img .banner-container {
        top: 50px;
        width: 80%;
        object-fit: cover;
    }

}

 .truck-nav:hover .truck-nav-icon-black {
    display:none !important;
}

.truck-nav-icon-white {
    display: none;
}

.current .truck-nav-icon-white {
    display:inline !important;
}

.truck-nav:hover .truck-nav-icon-white {
    display:inline !important;
}

@media screen and (max-width: 767px){
    .truck-nav-icon-white {
        display: inline;
    }
    .truck-nav-icon-black {
        display: none;
    }
}

.owl-carousel .owl-item {
    padding-right: 8px !important;
}

.text-success {
    color: #3c763d;
}
.text-danger {
    color: #a94442;
}
.text-muted {
    color: #999;
}
.text-primary {
    color: #428bca;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #a94442;
    font-size: 12pt;
    margin-bottom: 0px;
}
.has-error input,
.has-error select,
.has-error textarea {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error input:focus,
.has-error select:focus,
.has-error textarea:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable {
    padding-right: 35px;
}
.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}