.header-search-container {
    display: none;
    background: #d5dfe8;
    position: absolute;
    width: 100%;
    z-index: 9999;
    border: 4px solid #00a4e0;
    padding: 60px;
    right: 0px;
}
@media only screen and (max-width: 768px) {
    .header-search-container .h1 {
        font-size: 1.5rem !important;
    }
}
@media only screen and (max-width: 768px) {
    .header-search-container {
        padding: 10px !important;
        width: 100%;
    }
    .header-search-container .sgsearch-form {
        font-size: 1.5rem;
    }
}
.header-search-container .results-wrapper {
    border-bottom: 6px solid #ccc;
    display: none;
    position: relative;
}
@media only screen and (max-width: 1200px) {
    .header-search-container .results {
        height: 400px;
        overflow-y: scroll;
    }
    .header-search-container .navi {
        position: relative;
    }
}
.header-search-container #header-search {
    background: none;
    border-bottom: 1px solid;
    border-left: 1px solid;
    width: 100%;
    padding: 0 10px 10px;
    border-top: 0;
    border-right: 0;
    padding-top: 0;
}
.header-search-container #header-search .sgsearch-form {
    font-size: 1.5rem;
}
.header-search-container #header-search input::placeholder {
    color: #000000 !important;
}
.header-search-container .title-box {
    position: relative;
    height: 8vh;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
    -webkit-line-clamp: 3;
}
@media only screen and (max-width: 768px) {
    .header-search-container .title-box {
        font-size: 80%;
    }
}
.header-search-container .hover-effect-right:after {
    background: #28918c;
}
.header-search-container .hover-effect-right:before {
    background: #fff;
}
.header-search-container .hover-effect-right:hover {
    color: #000;
    text-decoration: none;
}

#header-search-ajax .navi-wrap .navi {
    display: flex;
    justify-content: space-between;
    width: 110%;
    height: 100%;
    align-items: center;
    padding-top: 10px;
}
#header-search-ajax .navi-wrap .navi .sgsearch-form {
    font-size: 1rem;
}
@media only screen and (min-width: 1200px) {
    #header-search-ajax .navi-wrap .navi {
        width: 105%;
    }
}
@media only screen and (min-width: 768px) {
    #header-search-ajax .navi-wrap .navi {
        position: absolute;
    }
    #header-search-ajax .navi-wrap .navi .sgsearch-form {
        font-size: 1.5rem;
    }
}

#header-search-ajax .navi-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.hover-effect-right {
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.hover-effect-right:after {
    content: "";
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transition: all 0.5s;
    z-index: -1;
    background: #2b7b8a;
}
.hover-effect-right:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transition: all 0.5s;
    z-index: -2;
    background: #188fa7;
}
.hover-effect-right:hover {
    color: black;
}
.hover-effect-right:hover::after {
    width: 100%;
}

.bg-box-black {
    padding: 10px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: auto;
    background-color: black;
    cursor: pointer;
    overflow: hidden;
    height: 3.5em;
    font-size: small;
    line-height: 1em;
}

.bg-box-purple {
    padding: 10px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    background-color: #9e1e63;
    font-size: small;
}

.fas.fa-search {
    font-weight: 400;
}

.input-focus {
    display: block;
    margin: 0;
    padding: 13px;
    width: 100%;
    border: 2px solid #00000033;
    border-radius: 0.4rem;
    transition: box-shadow 0.3s;
}

.input-focus::placeholder {
    color: #B0BEC5;
}

.input-focus:focus {
    outline: none;
    box-shadow: 0.2rem 0.4rem 0.6rem #00000088;
}

.autocomplete {
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    max-width: 400px;
    color: black;
    max-height: 300px;
    overflow-y: scroll;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.all-search-lists .slick-initialized .slick-slide {
    display: block;
    height: 100%;
}
.all-search-lists .slick-track {
    height: 450px;
}
.all-search-lists .slick-prev:before,
.all-search-lists .slick-next:before {
    font-size: 30px;
    line-height: 1;
}
.all-search-lists .slick-prev:before,
.all-search-lists .slick-next:before {
    font-family: "slick";
    font-size: 30px;
    line-height: 1;
}
.all-search-lists .slick-next {
    /*right: -10px;*/
    width: 30px;
    height: 30px;
}
.all-search-lists .slick-prev {
    left: -20px;
    width: 30px;
    height: 30px;
}
.all-search-lists .slick-dots {
    bottom: 50px;
    z-index: 10;
    padding-left: 15px;
    padding-top: 15px;
    position: relative !important;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
    .all-search-lists .slick-dots {
        bottom: 65px;
    }
}
@media only screen and (max-width: 768px) {
    .all-search-lists .slick-dots {
        bottom: 20px;
    }
}
.all-search-lists .slick-dots li {
    background: none;
    margin-bottom: 3px;
    margin-right: 3px;
}
.all-search-lists .slick-dots li.slick-active {
    border: none;
}
.all-search-lists .slick-dots li button {
    padding: 10px;
}
.all-search-lists .slick-dots li button:before {
    content: "" !important;
}