.banner-title h1,.banner-title h2{
	font-family: 'Racing Sans One', cursive !important;
    font-size: 130px !important;
	color:#fff !important;
}
.game-banner h4{
	 font-size: 40px !important;
	color:#fff !important;
}

.breanches-outter {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
	margin-bottom: 20px;
}
.branch-banner img{
	width:100%;
}
.breanches-outter .branch-post{
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    background: #fff;
    border: 1px solid rgba(156, 170, 179, .28);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 12px;
	margin:0;
	width:calc(33.33% - 20px);
	padding: 16px;
}
@media only screen and (max-width:1200px){
.breanches-outter .branch-post{
	width: calc(50% - 20px);
}
}
@media only screen and (max-width:760px){
	.breanches-outter .branch-post{
		width:100%;
	}
}
.breanches-outter .branch-post {
	font-family: 'Roboto', sans-serif !important;

}
.breanches-outter .branch-post h2 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 15px;
    display: block;
    color: #000;
    text-transform: capitalize;
    line-height: 15px;
    margin: 0;
    background: #FCEAEA;
    width: fit-content;
    padding: 5px 7px;
    border-radius: 7px;
}

.breanches-outter .branch-post h4 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 14px;
    display: block;
    color: #000;
    margin: 0;
    line-height: 1;
}
.breanches-outter .branch-post .contact-icon{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 0;
    margin: 0;
    column-gap: 20px;
}
.breanches-outter .branch-post .contact-icon .contact-icon-inner{
	margin: 0;
    display: flex;
    gap: 5px;
    align-items: center;
}
.breanches-outter .branch-post .contact-icon .contact-icon-inner p{
	color: #0E295A !important;
	font-size: 12px;
}

.breanches-outter .branch-post .contact-icon .contact-icon-inner img{
	width:13px;
	height:11px;
}

.breanches-outter .branch-post .manager-contact{
	border-bottom: 1px solid #D8D8D8;
    margin: 0;
    padding-bottom: 6px;
}

.breanches-outter .branch-post .manager-contact span{
	color: #525252;
    font-size: 12px;
    font-weight: 400;
}
.breanches-outter .branch-post .branch-contact{
	margin: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: flex-start;
}
.breanches-outter .branch-post .branch-contact .address-icon{
	display: flex;
    align-items: start;
    gap: 5px;
    margin: 0;
}

.breanches-outter .branch-post .branch-contact .address-icon img{
	width:13px;
	height:18px;
}
.breanches-outter .branch-post .branch-contact .address-icon span{
	font-size: 12px;
    font-weight: 400;
    margin: 0;
    line-height: 20px;
}
.breanches-outter .branch-post .branch-contact .address-icon img{
	margin:0;
	margin-top: 4px;
}

.breanches-outter .branch-post .branch-content{
	margin:0;
	display: flex;
    flex-direction: column;
    gap: 10px;
/* 	padding: 0px 20px 10px 20px; */
}
.branch-filter-outter{
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    padding: 20px;
    height: 73px;
}
.branch-filter-outter #place-filter{
	margin:0;
}
.branch-filter-outter select{
    height: 36px;
    color: #666;
    background: #fff;
    border-radius: 5px;
    padding: 0 8px;
}
.single-deal .search-widget-wrapper{
	margin-bottom:20px;
}