.homepage-form input:not([type="submit"]), .homepage-form select, .homepage-form textarea{
    width: 100%;
}
header ul, footer ul, .footer-map-form ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.gallery-tabs .left ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.gallery-tabs ul li {
	background: #000;
	margin: 0;
}
.gallery-tabs ul li a {
	display: block;
	height: 100%;
}
.gallery-tabs ul li img {
	opacity: .5;
}
.gallery-tabs ul li.active img {
	opacity: 1;
}
.gallery-tabs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallery-tabs .col-md-6 {
	padding: 0;
}
.doctor .doctor__slider .slick-arrow{
    bottom: -14px !important;
}


/* Responsive Start*/
@media (max-width: 992px){
	.welcome_sec .vc_col-sm-6 {
		width: 100%;
		right: 0;
		left: 0;
		transform: translate(0);
	}
	.welcome_sec .left {
		height: 400px;
	}
}


/* Home Gallery */
.cus-row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.gallery-tabs{
	margin-top: 5rem;
}
.gallery-tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.gallery-tabs .left,.gallery-tabs .right{
	padding: 0;
}
.gallery-tabs img {
	width: 100%;
	height: 100%;
  	object-fit: cover;
}

.gallery-tabs .left ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	height: 100%;
}
.gallery-tabs ul li {
	background: #000;
	margin: 0;
}
.gallery-tabs ul li a {
	display: block;
	height: 100%;
}
.gallery-tabs ul li img {
	opacity: .5;
}
.gallery-tabs ul li.active img {
	opacity: 1;
}

/*servise*/
.custom-sv-list {
	overflow: hidden;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.custom-sv-list li {
	list-style-type: none;
	float: left;
	width: 20%;
	padding: 3px;
    margin-bottom: 0;
}
.custom-sv-list li a { 
	text-align: center; 
	color: #FFF; 
	font-size: 16px; 
	transition: 0.3s; 
	border-radius: 30px; 
	text-decoration: none; 
	font-weight: 400; 
	background: #115caf; 
	padding: 0px; 
	display: flex; 
	width: 100%; 
	height: 60px; 
	height: 60px;
    line-height: 25px;
    justify-content: center;
    align-items: center;
}
.custom-sv-list li a:hover { color: #000000; background: #e7e8e9; }
.custom-sv-list li h3{
    margin-bottom: 0;
}
.all-services {
	background: #333;
	padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 30px;
}
.all-services .section-title {
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
}

/*form page button*/
.custom_button p {
	display: flex;
    justify-content: center;
}
.custom_button a.cta-btn {
    background-color: #4773ad;
    font-size: 18px;
    border-radius: 0px;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 20px;
    line-height: normal;
    margin: 0 10px;
    text-decoration: none;
}
.custom_button a.cta-btn:hover {
	background: #4e4e4e;
}

/*New Footer*/
.footer-map-form .info--text.icon--hours {
	margin-bottom: 30px;
}
ul.hours li:last-child {
	position: relative;
}
ul.hours li:last-child span.small-txt {
	position: absolute;
    font-size: 12px;
    bottom: -15px;
    right: 0;
}

/*wellness-program-section*/
.wellness-program-section .primary-heading .text--blue {
	display : block;
}
.theme_button {
	font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    background: #3f87c2;
    color: #fff;
    padding: 10px 20px;
    position: relative;
    margin-top: 2px;
	text-decoration:none;
}
.theme_button:after {
    content: "";
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    left: -3px;
    top: -3px;
    border: solid 1px #3f87c2;
    position: absolute;
}
.theme_button:hover {
	background: #5d4e56;
    text-decoration: none;
    color: #fff;
    text-decoration: none;
}
.theme_button:hover:after {
    border: solid 1px #5d4e56;
}