.location-section{
	padding: 80px 0;
}
.location-list h4 {
    letter-spacing: -.2px;
    font-size: 21px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #000;
}
.location {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    margin: 13px 0;
    display: flex;
    justify-content: space-between;
    color: #1e61ad;
}
.location-section h4{
font-size: 22px;
font-weight: bolder;
margin: 0 0 20px;
}
	.state-div{
		padding: 15px;
		background: #fff;
		border-radius: 10px;
		border: 1px solid #eee;
	}
	.state-pic{
		width: 100%;
		height: 250px;
		border-radius: 10px;
		object-fit: cover;
		overflow: hidden;
	}
	.state-pic img{
		width: 100%;
		border-radius: 10px;
		object-fit: cover;
	}
	.state-div h4{
		margin: 15px 0;
		font-size: 18px;
	}
		.location-detail{
		padding: 80px 0;
	}
	.loc-det-content{
		
	}
	.loc-det-content h4{
		margin: 30px 0;
		font-size: 20px;
	}
	.loc-det-pic{
		/* width: 100%; */
		height: 100%;
		max-height: 400px;
		object-fit: cover;
		overflow: hidden;
		border-radius: 10px;
		margin: 0 0 40px;
		vertical-align: middle;
    display: flex;
	}
	.loc-det-pic img{
		width: 100%;
		object-fit: cover;
		overflow: hidden;
		border-radius: 10px;
	}
	.loc-content{
		display: block
	}
		.loc-content h3{
		font-size: 22px;
		margin: 15px 0 10px;
	}
	.loc-content p{
		margin: 0 0 15px 0;
		display: block;
		font-size: 17px;
	}
	.page__title{
  padding: 80px 0 40px;
  text-align: center;
}
.breadcumb__title{
  text-transform: capitalize;
}
#local-det-form h4{
	font-size:  24px;
	margin: 0 0 25px 0;
}