@media only screen and (min-width: 1025px) {
	.slider-caption{
		left: 80px;
		text-align: left;
	}
	.home-form .form_section{
		position: absolute;
		top: 145px;
		width: 28%;
		right: 90px;
		border-radius: 13px;
	}
	
	.form-section form .form-control{
		background-color: transparent;
		color: #fff;
		border-color: #fff;
	}
	.form-section form ::placeholder{
		color: #fff;
		opacity: 0.7;
	}
	.tourist-zones-section img{
		height: 335px;
	}
/*==============gallery section==============*/
.gallery-section:before{
	content: '';
	background-image: url(../images/testimonial-bg.jpg);
	background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 200px;
	bottom: 0;;
}

/*about vision mission*/
.vision-mission-section .img-part{
	margin-bottom: 35px;
}

.service-page{
	padding-left: 40px;
	margin-right: 40px;
}
}

/*phone and tablet media query*/
@media only screen and (max-width: 768px) {
	.logo-bg.bg-mask{
		width: 80%;
	}
	.navbar ul li a:after {
		display: none;
	}
	.top-header .socials{
		float: none;
		justify-content: center;
	}
/*home slider*/
#demo .carousel-item img{
	height: 250px;
}
.slider-caption .caption-title{
	font-size: 35px;
}

/*form*/
.form-section form .col{
	flex: 1 0 100%;
}

/*about*/
.about-section .about-subtitle{
	font-size: 25px;
}
.about-section .about-title{
	font-size: 30px;
}

/*footer*/
.copyright{
	margin-bottom: 48px;
	text-align: center;
}
.copyright .row{
	flex-direction: column-reverse;
}
.policy-links{
	text-align: center;
}
.policy-links ul{
	padding-left: 0;
}

/*mission section*/
.our-mission-section .h1{
	font-size: 35px;
}
.our-mission-section .circle{
	width: 275px;
	height: 275px;
}
.our-mission-section .circle .title{
	top: 47px;
}
.our-mission-section .circle p {
	font-size: 16px;
	line-height: 1.4;
	top: 50px;
}

/*testimonials*/
.testimonial-box{
	padding: 20px;
}
.testimonial-slider{
	position: static;
}
/*gallery-section*/
.gallery-section .card{
	background-color: transparent;
	padding: 0 20px;
}
.gallery-section{
	padding: 40px 0;
}

/*breadcrumb*/
.sub-banner{
	height: 200px;
}

/*about vision mission*/
.vision-mission-section .img-part{
	margin-bottom: 5px;
}

.service-page .inner-page,.service-page .col-lg-4{
	padding-top: 10px;
	padding-bottom: 10px;
}
.policy-links{
	margin-bottom: 5px;
}
.policy-links ul li a{
	font-size: 10px;
}

.navbar-nav > li ul{
	background-color: var(--theme-color2);
}
.navbar ul li a{
	color: #fff;
	border-bottom: 1px solid #fff;
}
.navbar-nav > li ul a{
	color: #000;
}

/*about*/
.about-con .about_wrapper .about-image img{
	width: 100%;
	height: 265px;
}
.about-con .about_wrapper .about-locationimage img{
	width: 55px;
}
.about-con .about_wrapper .about-image {
    left: 0;
}
.about-con .about_content {
	text-align: center;
}
.about-con .about_content li {
    padding: 18px 14px;
    margin: 0 5px;
}

.tour_attraction .package-box .package-img img {
    height: 110px;
    width: 110px;
    padding: 5px;
}
.form_section form .btn-bs{
	width: 55%;
}
.tour_attraction .package-box p{
	line-height: 1;
	font-size: 15px;
}
.navbar-nav > li:hover > a, .navbar-nav ul li:hover > a{
	color: #fff;
}
.about-con .about_wrapper .about-image img{
	margin: 0;
}
.about_content .main-title .h1:before{
	left: 50%;
	transform: translateX(-50%);
}
.form_section{
	margin-top: -55px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 11px -3px;
}
.border___form{
	display: none;
}
.slider-caption{
	top: 42%;
}
.contact-form-section{
  padding-inline: 0px;
}
.contact-section .card{
	height: auto;
	margin-top: 60px;
	padding-bottom: 30px;
}
.contact-section .main-title{
	margin-bottom: 30px;
}
.contact-section .card .card-icon{
	margin-top: -3.1875rem;
}
.contact-form-section form{
	padding: 10px 20px;
}
}