@media screen and (max-width:1400px) {
	section.banner h1 {
		font-size: 40px;
	}

	section.form {
		display: none;
	}

	.arrow_new {
		display: block;
		bottom: 20px;
	}

	.font {
		font-size: 50px;
		text-transform: uppercase;
	}

	.padding {
		padding-left: 8%;
	}

	section.slider .wrapper {
		padding-left: 8%;
	}

	.gallery-img {
		height: 300px;
		object-fit: cover;
	}

	section.call {
		background-color: #7e5a25;
		padding: 100px 0;
		background-image: url(../Images/horse.png);
		background-repeat: no-repeat;
		background-position: center right;
		height: 338px;
	}

	section.call .call_1 {
		position: absolute;
		bottom: 0;
		width: 3px;
		right: 40%;
	}


}


@media screen and (max-width:991px) {
	section.contact-us .box {
		max-width: 100%;
	}

	.padding {
		padding: 80px 40px;
	}

	section.slider .wrapper {
		padding-left: 4%;
	}

}


@media screen and (max-width:600px) {

	.menu {
		display: none;
	}

	#bar {
		display: flex;
		opacity: 1;
	}

	.navbar .logo-3 {
		width: 100px !important;
	}

	.navbar .logo-2 {
		width: 90px !important;
	}

	.navbar {
		background-color: #7e5a25;
	}


	.font {
		font-size: 27px;
		text-transform: uppercase;
	}

	section.banner h1 {
		font-size: 25px;
	}

	section.banner p {
		font-size: 16px !important;
	}

	section.banner .container {
		height: 100vh;
		display: flex;
		align-items: end;
		padding-bottom: 10%;

	}

	section.banner {
		margin-top: 64px;
		min-height: 67vh;
		background: url(../Images/Building_m.jpg) no-repeat center center/cover;
		/* background-attachment: fixed; */
	}

	section.overview h2 {
		font-size: 23px;
		text-transform: uppercase;
	}

	.play-img {
		width: 20px !important;
	}

	section.slider .img {
		width: 95%;
		height: 292px;
		object-fit: cover;
	}

	section.slider .flex-wrap {
		gap: 20px !important;
	}

	.font {
		font-size: 24px;
		text-transform: uppercase;
	}

	section.slider .wrapper {
		padding-left: 20px;
	}

	/*.wrapper.py-md-5.disc-jy {*/
	/*    padding: unset !important;*/
	/*}*/
	/*.disc-jy-cnt {*/
	/*    padding-left: 10%;*/
	/*}*/

	.padding {
		padding: 30px;
	}

	.nav-pills .nav-link {
		font-size: 16px;
	}

	section.call {
		background-color: #7e5a25;
		padding: 63px 0;
		background-image: url(../Images/horse.png);
		background-repeat: no-repeat;
		background-position: center;
		height: 251px;
	}

	section.call .call_1 img {
		width: 140px;
	}


	footer .d-flex>div {
		border-right: 1px solid transparent;
		padding-right: 50px;
	}


	section.banner .container {
		height: 81vh;
		display: flex;
		align-items: end;
		padding-bottom: 10%;
	}


	.load img {
		width: 365px;
		animation: logo 2s ease;
		opacity: 0;
		transform: translateY(50px);
	}

	section.form1 .flex {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 40px;
	}

	section.form1 .d-flex {
		flex-wrap: wrap;
		margin-top: 20px;
	}

	.checkbox-container {
		flex-wrap: nowrap;
	}

	.checkbox-container label {
		font-size: 14px;
	}


	.swiper-pagination2 {
		color: #7e5a25 !important;
		width: 50px;
		padding-left: 0px;
		font-size: 15px !important;
	}

	.arow img {
		width: 50px !important;
	}

	.arow {
		justify-content: space-between;
		gap: 10px;
	}

	.btn.btn-group-lg {
		padding: 8px 14px 15px 14px !important;
	}

	.txt-center-mob {
		text-align: center;
	}

}


@media screen and (max-width:375px) {
	section.call .call_1 img {
		width: 132px;
	}
}