#search-tabs-nav-wrap h1 {
    font-size: 3.75rem;
    text-shadow: 2px 3px 5px black;
    margin-bottom: 1.5rem;
    font-weight: 600;
    text-align: center;
    color: #fff;
}

#hero-wrap #search-tabs-body-wrap #search-tabs-body .tab-pane {
	display: block;
}

.themeModalSearch {
	margin-top: 0 !important;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9;
}

.themeModalSearch:after {
	display: none;
}

.themeModalSearch.openModalSearch {
	display: flex;
}

.themeModalSearch .page-builder-layout-column-wrap {
	display: flex;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative;
    height: auto !important;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.7);
}

.themeModalSearch .col-md-12 {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.ov-hidden {
	overflow: hidden;
}

.themeModalSearch .page-builder-layout-module {
	width: 100%;
}

.closeSearch {
    position: absolute;
    top: -30px;
    right: 0;
    width: 30px !important;
    height: 30px;
    margin-top: 0 !important;
    cursor: pointer;
}

.themeCloseSearch div {
	position: absolute;
    height: 3px;
    background-color: #fff;
    width: 100%;
    left: 0;
    right: 0;
    top: 13px;
}

.themeCloseSearch div:nth-child(1) {
	transform: rotate(45deg);
}

.themeCloseSearch div:nth-child(2) {
	transform: rotate(-45deg);
}