.search-custom-form {
    position: relative;
    width: 100%;
    display: block;
}

.search-custom-form .form-text {
    width: 100%;
    padding-left: 10px;
    height: 48px;
    background-color: #f4f4f4;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding-right: 260px;
}

.search-custom-form .form-submit {
    height: 48px;
    border: none;
    background: #EB4960;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0px 25px;
    color: #fff;
    position: absolute;
    right: 0;
}
.ar .search-custom-form .form-submit {
    background: #015c47;
}
.customsearch-content-wrapper {
    margin-top: 2rem;
}

.customsearch-content-wrapper .video-img {
    object-fit: cover;
}

.search-custom-form .chzn-container {
    float: left;
    height: 48px;
    position: absolute;
    right: 66px;
    width: 140px !important;
}

.search-custom-form .chzn-container a {
    background-color: #e8e8e8;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 100%;
    line-height: 48px;
    padding: 0 10px;
    color: #444444;
    text-decoration: none;
    outline: none;
    border: none;
    background-image: none;
    border-radius: 0;
    box-shadow: none;
}

.customsearch-content-wrapper .container.article-load-spinner-container {
    text-align: center;
}

.customsearch-content-wrapper .container.article-load-spinner-container img {
    max-width: 80px;
}

.page-search .custom-breadcrumb {
    margin-bottom: 15px;
}

.search-custom-form .form-text:focus {
    outline: none;
}

@media (min-width:768px) {
    .customsearch-content-wrapper .video-img {
        min-height: 145px;
        max-height: 145px;
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) {
    .customsearch-content-wrapper .video-img {
        min-height: 194px;
        max-height: 194px;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .customsearch-content-wrapper .video-img {
        min-height: 118px;
        max-height: 118px;
        min-width: 100%;
    }
    .search-results .trd-tags4:nth-child(2n+1) {
        clear: both;
    }
    .search-custom-form .form-text {
        height: 38px;
        padding-right: 160px;
        font-size: 12px;
        line-height: 38px;
    }
    .search-custom-form .chzn-container {
        height: 38px;
        right: 36px;
        width: 100px !important;
    }
    .search-custom-form .chzn-container a {
        font-size: 12px;
        line-height: 38px;
    }
    .search-custom-form .form-submit {
        height: 38px;
        font-size: 12px;
        padding: 0px 12px;
    }
    .search-custom-form .chzn-container.chzn-with-drop .chzn-drop {
        left: 3px;
    }
    .customsearch-content-wrapper .container.article-load-spinner-container img {
        max-width: 50px;
    }
}