@media only screen and (min-width: 768px) {
  .home_form .form_section{
        position: absolute;
        top: 40px;
        width: 23%;
        z-index: 3;
        right: 150px;
        background: #fff;
  }
  .container .home_form .form_section{
   position: relative;
   top: 0;
   left: 0;
   right: 0;
   width: 100%;
   margin-top: -70px;
  }
  .form_section .form-control{
   color-scheme: dark;
}

.form_section .form-group label {
  display: none;
}
.common-booking-form .form_section{
   position: relative;
   width: 100%;
   margin-bottom: 20px;
   top: 0;
   right: 0;
}
.common-booking-form .form_section .border-style{
   border: none;
   box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.08);
}
.single-section .detail p{
  margin-bottom: 0;
}

.testimonial_section .sec-title{
   font-size: 64px;
}
}

@media only screen and (max-width: 768px) {
   .home_form .form_section{
      border-radius: 10px;
      margin: 10px;
      margin-top: -20px;
   }
   
   .form-btn{
      border-radius: 30px;
   }
   .form_section .input-group i{
      color: var(--second-color);
   }

   .form_section button{
      border-radius: 30px;
   } 
   .cab-service-section .card{
      flex-direction: column;
      width: 100%;
   }
   .cab-service-section .owl-item{
      margin: 0px;
   }
   .cab-service-section .card .card-img{
      width: 100%;
   }
   .footer-links a{
      font-size: 12px;
   }
   .footer-links{
      margin-bottom: 10px;
   }
   .tour-package-section .bg-img{
      padding-bottom: 30px;
   }
   .sec-plans-package{
      margin-top: -49px;
   }
   .sec-plans-package .box{
      margin-bottom: 10px;
   }

   .copyright-text{
      font-size: 12px;
      text-align: center;
   }
   .about-img-2{
      width: 100%;
   }
   .shape-101{
      display: none;
   }
   .sec-title {
     font-size: 36px;
     line-height: 43px;
  }
  .tour-package-section .row {
   margin: 0;
}
.tour-package-section .row .card{
   margin-top: 0;
}
.tour-package-section .row .car-2{
   margin-top: 0;
}
.package-details-area .includ-and-exclud-area {
  display: block;
}
.package-details-area .includ-and-exclud-area ul {
  display: block;
  width: 100%;
}
#mainslider img, #mainslider video{
   height: 300px;
}
.breadcrumb__text h2{
   font-size: 25px;
   line-height: 1.2;
}
.nav-book-btn{
   display: none;
}

/*header*/
.logo-style{
   top: 12px;
   width: 110px;
   height: 110px;
}
header .menu .brand-logo img {
 width: 70px;
}
.brand-logo a .brand-name{
 font-size: 15px;
}

/*about us*/
.about-thumb-wrap img {
   height: 200px;
}

.about-thumb-wrap .img-2{
 margin: 0 0 -70px 25px;
}

a.about_us_contact_box {
  width: 100%;
  gap: 10px;
}
.about_img img {
  height: 400px;
}
.client_testimonials_item{
   width: 100%;
   margin: 0;
}
.client_testimonials_item .client-test-img:before {
   width: 100%;
}
.client_testimonials_item .client-test-img:after{
   display: none;
}
.client-test-img{
   margin-bottom: 25px;
}
.testimonial_section .title-area{
   text-align: center;
}
.menu-all-pages-container .menu{
  padding-left: 15px;
}
.cab-service-section .row{
   padding: 0;
}
.breadcrumb__links a{
   font-size: 13px;
}
.breadcrumb__links span:last-child{
   font-size: 12px;
}
.breadcrumb__links a::after{
   font-size: 13px;
}
.contact-page-div{
   padding: 10px;
}
.contact_section .contact-page-wrap .contact_content{
   width: 73%;
}
.contact-page-div{
   top: 50%;
}.contact_section .contact-page-wrap .contact_content {
  padding: 3px 9px;
}.brand-logo a img{
   display: inline;
   margin-left: 0;
}
.single-section .h3{
  margin-top: 30px;
  text-align: center;
}
.about-us-section .about-sec-padding{
   padding: 0px;
}
.elementskit-infobox{
   display: none;
}
.elementskit-infobox1{
   display: none;
}
.about-page .elementskit-infobox{
   display: none;
}
.about-page .elementskit-infobox1{
   display: none;
}
.lg-extra-block{
  display: block;
}
.sm-extra-block{
   display: none;
}
.tr_test_img{
   right: 80px;
   top:56%;
}
.tr_test_slider .swiper-wrapper{
   top: 0px;
}
.Service_Box .service_img{
   margin-top: 0px;
}
.footer-wrapper .justify-content-between{
   padding: 0px;
}
.tr_head_title{
   text-align: center;
}
.tr_head_title h6::before{
  left: 64%;
  bottom: 0;
  top: -90px;
}

.light_header .main-header::before{
   display: none;
}
header.light_header{
   background-color: #fff;
   padding: 10px 0;
}
.common-booking-form .form_section{
   margin-block: 15px;
}
.spad {
 padding-top: 40px;
 padding-bottom: 40px;
}

.about-two__right{
   margin-left: 30px;
}
.about-two__img-shape{
   width: 287px;
   height: 304px;
}
.row.contact-margin-top {
    margin-top: 25px;
}
.service_card{
   margin-top: 60px;
}
}


/***************************************************************************
**************************************************************************
***************************************************************************/
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}
}