
@media all and (min-width: 739px) and (max-width: 1024px)  {

    #searchbox-container {
        background-color: #f9f9f98a !important;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        position: absolute !important;
        width: 80% !important;
        max-width: 780px;
        margin-bottom: 10px !important;
        max-height: 300px !important;
        height: 250px !important;
        top: 290px !important;
        z-index: 1010 !important;
        margin-left: 10% !important;
        /*padding-top: 0% !important;*/
        padding-bottom: 0% !important;
    }

    .custom-select .select-input-type {
        width: 180px;
        display: inline-block;
    }

    .Search-box-HomeInput button {
        top: -33px !important;
        left: 92% !important;
        display: inline-block !important;
        position: relative !important;
        background-color: transparent !important;
    }

    .Search-box-HomeInput button img {
        max-height: 35px !important;
        height: 30px !important;
        margin-top: 0px !important;
        margin-left: 5px !important;
        align-self: center !important;
        align-items: center !important;
    }

    .Search-box-HomeLinkSerial {
        margin-bottom: 0.5% !important;
    }

    .searchbottom-link {
        margin-top: 10% !important;
        display: inline-block !important;
    }
}


@media all and (min-width: 1025px) {

    .page-title-agora {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 20px;
        margin: 0px 0px 5px;
    }

    .air-theme .page-title-agora {
        background: none;
    }

    .earth-theme .page-title-agora {
        background: none;
    }

    .page-title-agora h1 {
        position: absolute;
        bottom: 25px;
        left: 0;
        width: 100%;
        color: #EA5D10;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .air-theme .page-title-agora h1 {
        font-size: 26px;
    }

    .earth-theme .page-title-agora h1 {
        font-size: 28px;
    }

}