.detailproject.bg-white .boxright:first-child {
   display: none;
}
iframe {
  width: 100% !important;
}
.action_footer a:hover, .btn-orange:focus, .btn-orange:hover, .topsearch .btn:hover {
    background: hsl(0deg 0% 97% / 0%);
    color: var(--ck-color-image-caption-text);
}
.action_footer .cd-top {
    background: #fff0;
    color: var(--ck-color-image-caption-text);
    position: absolute;
    right: -60px;
    top: 1px;
}

.floating-wpp .floating-wpp-button {
    position: relative;
    border-radius: 50%;
    box-shadow: 0px 0px 3px 3px rgb(27 29 126 / 40%);
    transition: box-shadow .1s;
    cursor: pointer;
    overflow: hidden;
}

.overlay-icon .video-popup-btn {
    background-color: #1d5f6f;
    border-radius: 50%;
    display: block;
    height: 70px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: calc(50% - 35px);
    width: 70px;
    z-index: 1;
}

.topsearch .typesearch a {
    background-color: #1d5f6f2b !important;
    border: none !important;
    border-right: 1px solid #fff !important;
    color: #ffffff85;
    display: inline-block;
    float: left;
    font-weight: 400 !important;
    margin: 0;
    padding: 8px 12px;
}

.topsearch .input-group-lg {
    background-color: hsl(0deg 0% 100% / 25%);
    justify-content: center;
    padding: 25px 20px 5px;
}
.advanced-search>a {
    color: #fff;
    font-size: .8rem;
    text-decoration: none;
}
.status-label.label-success {
    background-color: #28a745 !important;
}
.home_banner {
    background-color: #000000;
}