﻿@media only screen and (max-width: 991px) {
    .only_desk {
        display: none !important;
    }
}

@media only screen and (min-width: 992px) {
    .only_mob {
        display: none;
    }
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*googlesearch*/

table.gsc-search-box {
    margin-bottom: 0 !important;
}

form.gsc-search-box {
    margin-bottom: 0 !important;
}

.gsc-search-button-v2 {
    font-size: 16px !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
    border: none !important;
    border-radius: 4px !important;
    padding: 4px 20px !important;
}

@media only screen and (max-width: 991px) {
    .gsc-search-button-v2 {
        padding: 9px 20px !important;
    }
    .gsc-search-button.gsc-search-button-v2{
        min-height:45px;
    }
}

.gsib_a {
    color: #2b2b2b;
}

.gsc-input{
    min-width:10vw;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    border-color: #2b2b2b !important;
}

.gsc-control-cse.gsc-control-cse-ru {
    border-radius: 8px !important;
}
.gsc-thumbnail-inside {
    text-align: left !important;
}
.top_search_list.w-dropdown-list {
    min-width: fit-content;
}

/*.gsc-control-cse.gsc-control-cse-ru {
    font-family: Montserrat,sans-serif !important;
}
.gsc-table-cell-snippet-close {
    font-family: Montserrat,sans-serif !important;
}*/

.top_search_list{
    padding-right:10px;
}