.scroll-down{
    height: 300px;
    overflow-y: scroll;
}

.call-whats{
    position: fixed;
    z-index: 999;
    top: 50%;
}
marquee{
    padding: 10px;
    background-color: #153796;
    color: white;
    font-weight: 600;
}

/* extra location footer css */

.main-locations{
	width: 100%;
	padding: 50px 0;
	margin-top: 20px;
}
.location-heading h3{
	text-align: center;
    margin: 0px 0 65px 38px;
    font-weight: 600;
    font-size: 40px;
    color: black
}
.main-locations .location-content-details ul{
	list-style-type: none;
	padding-left:0;
}
.main-locations .location-content-details ul li{
	padding: 5px;
	margin: 5px;
	font-weight: 600;
	font-size: 15px;
	color: #ffffff;
	text-align: center;
	background-color: #0fabab;
	border-radius: 5px;
	border-left: 8px solid #153796;
	/* border: 1px solid #042038; */
	font-weight: 500;
}
.main-locations .location-content-details ul li a{
	color:#fff;
	font-weight: 500;
}

/*top logo*/
.best_shift_logo{
	width:100%;
	max-width:235px;
}