@media only screen and (min-width: 1025px) {
	
	.home-form form{
        top: 114px;
        position: absolute;
        width: 27%;
        right: 70px;
        z-index: 1;
        background: #e9ecef;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 14px 20px 20px;
        border-radius: 10px;
        border: 12px solid #FFF;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    }

	.navbar-nav .menu:hover .dropdown_menu{
		display: block;
	}
}
@media only screen and (max-width: 900px){

	.navbar-toggler-icon{
		top: 25px;
		right: 25px;
	}
}
/*phone and tablet media query*/
@media only screen and (max-width: 768px) {
    
  .service-img img {
    border-radius: 0px;
    width: 100%;
}  
    
    
    
    
 .section-title .title {
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
}   
     
   .counter-area {
    position: relative;
    background: #fdb00d;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 20px;
} 
    
    
   
    
    
    
    
   .counter-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 20px;
    position: relative;
    z-index: 1;
    border: 1px solid #fff;
    margin-bottom: 25px;
} 
    
    
    
    
    
    
 .it-about-style-2 .it-about-main-thumb img {
    width: 100%;
    border: none;
    border-radius: 10px;
    text-align: center;
    margin-top: 0px;
}   
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
 .brand-logo a img {
    width: 216px;
    background: #fff;
    border-radius: 4px;
}   
    
    
    
    
.pt-105 {
    padding-top: 40px;
}
    
    .pb-90 {
    padding-bottom: 40px;
}
    
    
 .single-car-category .car-category-thumb-wrapper::before {
    position: absolute;
    z-index: -1;
    top: 0px;
    right: -135px;
    content: "";
    width: 438px;
    height: 201px;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 50px #bababa;
    box-shadow: 0 0 50px rgba(0, 0, 0, 5%);
    -webkit-transition: all .5s;
    transition: all .5s;
}   
    
    
    
    
    
    
    
    
    
    
    
    
  .why_card {
    display: block;
    text-align: center;
   
}  
    
 .icon-flex {
    display: block;
}   
    
.why_card .card-icon img {
    width: 22%;
    margin-bottom: 15px;
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .col-last-100{flex:0 0 100% !important;}  
    
    
    
    
    
	header .navbar-collapse{
		height: 200vh;
		padding: 50px 0;
	}
	.navbar-nav .nav-item{
		margin: 10px 0;
	}
	header .navbar-nav a{
		padding: 0;
	}
	.navbar-nav .menu i{
		float: right;
	}
	.navbar-nav li .dropdown_menu{
		position: static;
		margin-top: 20px;
	}

/*	main slider*/
#main-slider:before{
	background-color: transparent;
}
.slider-caption{
	width: 100%;
	text-align: center;
	padding: 0 20px;
	left: 0;
}
.slider-caption .caption-subtitle{
	font-size: 12px;
}
.slider-caption .caption-title{
	font-size: 2em;
}
.slider-caption p{
	font-size: 12px;
	max-width: 100%;
}
.slider-caption .h2 {
	font-size: 30px;
	text-align: center;
}
#main-slider img{
	height: 300px;
}

/*enquiry form*/
.enquiry-form{
	margin: 5px;
	border: 15px solid #fff;
	border-radius: 10px;
	background: #e9ecef;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.it-about-service-icon span img{
	width: 40px;
}
.it-about-main-thumb{
	margin-left: 0px;
}
.it-about-area .btn-theme{
	width:50%;
}
.about_theme_btn{
	text-align: center;
}
/*section title*/
.section-title .progress{
	width: 40%;
}

/*about*/
.about-us .about-img img:last-child{
	margin-top: -140px;
}

/*testimonials*/
.testimonial-slider {
	position: static;
}

/*contact page*/
.contact-form-section img{
	display: none;
}
.contact-form-section form{
	border-radius: 20px;
}

.navbar-brand span{
	font-size: 13px;
}
.multi-button a{
	font-size: 13px;
}
.navbar-brand > img {
	width: 80px;
}
header .navbar-brand::after{
	top: -10px;
	width: 106px;
}

/*our-activity-section*/
.our-activity-section .col{
	flex: 0 0 100%;
}
.activity-wrapper .feature-title{
	font-size: 16px;
	margin-bottom: 5px;
}
.activity-style-three .activity-content p{
	font-size: 12px;
	line-height: 1.4;
}
.activity-style-three .activity-thumb img{
	height: 180px;
}
.activity-style-three{
	        margin-bottom: 70px;
        margin-top: 0px;
               height: 102px;
}
.it-destination-2-thumb img{
	height: 100%;
}

.it-destination-2-place{
	font-size: 13px;
}
.testimonial-slider .owl-nav{
	display: none;
}
header .navbar::before{
	width: 90%;
	max-height: 66px;
}
.about-padding-area{
	padding: 0;
}
.phone-responsive{
	display: block;
}
.content_div{
	padding: 10px;
}
    .navbar-toggler-icon i {
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .rotate-in {
        transform: rotate(180deg); /* Rotate for a smooth transition */
        opacity: 0; /* Initially hide the icon */
    }

    .rotate-out {
        transform: rotate(0deg); /* Reset rotation */
        opacity: 1; /* Make the icon visible */
    }
    .single-car-category{
    	        width: 443px;
    }
    .single-car-category .car-category-name{
    	font-size: 19px;
    }
}
