body, 
html {
    overflow: hidden;
}

.header-container {
    z-index: 1111;
    left: 0;
    right: 0;
    top: 0;
}

.search-container {
    left: 0;
    right: 0;
    top: 0;
    z-index: 11111111;
    height: 60px;
}

.bold-600 {
    font-weight: 600;
}

.t-10 {
    font-size: 10px !important;
}
.t-12 {
    font-size: 12px !important;
}
.t-14 {
    font-size: 14px;
}
.t-16 {
    font-size: 16px;
}
.t-18 {
    font-size: 18px;
}

.border-radius {
    border-radius: 8px;
}

.cursor-pointer {
    cursor: pointer;
}

.search-content {
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
   .search-content {
       margin-top: 80px;
   }
}

.vh-60 {
    height: 95vh;
}

.custom_iframe {
    height: 100vh;
    width: 100%;
}