
@media only screen and (max-width : 991px) {
	.mt-xl-40{
		margin-top:40px;
	}
	.mt-xl-40{
		margin-bottom:40px;
	}
}
@media only screen and (max-width : 991px) {
	.mt-lg-40{
		margin-top:40px;
	}
	.mt-lg-40{
		margin-bottom:40px;
	}
	.atf-book-now .atf-bn-title {
		text-align: center;
		-webkit-box-shadow: none;
		box-shadow: none;
		position: relative;
	}
	.atf-book-now .atf-bn-title::after {
		content: '';
		width: 100px;
		height: 3px;
		background: var(--thm-white);
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.atf-book-now .atf-bn-forms .col-md-6 {
		margin-bottom: 25px;
	}
	.atf-book-btn{
		margin-top: 25px;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.atf-section-title h2 {
		font-size:28px;
	}

}


