.search_box_container {
	position: relative;
	width: 100%;
	/* height: calc(100vh - 110px); */
	height: 100%;
	padding-bottom: 20px;
}
.search_box_container .search_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1
}

.search_box_container .top_part {
    font-size: 42px;
    padding-top: 6rem;
    max-width: 520px
}

.search_box_container .top_part .top_heading {
    color: #084277
}

.search_box_container .search-box {
    max-width: 1140px
}

@media screen and (max-width: 768px) {
    .search_box_container .top_part {
        font-size: 24px;
        padding-top: 3rem
    }
}