@media only screen and (min-width: 768px) {
   .mt-lg-n5{
      margin-top: -3rem;
   }
  .form_section{
     position: relative;
     width: 100%;
border-radius: 13px;
}
.form_section .form-group label {
  display: none;
}
.common-booking-form .form_section{
   position: inherit;
   width: 100%;
   padding: 0;
   margin-bottom: 20px;
}
.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;
}
.col-lg-3-5{
   width: 29.111111%;
}
/*=========.customer-support-section======*/
.customer-support-section{
        transform: translateY(-50%);
        margin-bottom: -100px;
}
.customer-support-section .card{
    flex-direction: row;
    align-items: center;
 }
}

@media only screen and (max-width: 768px) {
   .form-title,.form_section button{
      border-radius: 0;
   } 
   .cab-service-section {
      width: 94%;
      margin-inline: auto;
   }
   .cab-service-section .card{
      flex-direction: column;
   }
   .customer-support-section .card{
      text-align: center;
   }
   .customer-support-section .card .card-icon{
      margin-inline: auto;
      margin-bottom: 8px;
   }
   .customer-support-section .col-lg-3.border-w{
      border: none;
   }
   .cab-service-section .card .card-img{
      width: 100%;
   }
   .footer-links a{
      font-size: 12px;
   }
   .footer-links{
      margin-bottom: 10px;
   }
   .copyright-text{
      font-size: 12px;
      text-align: center;
   }
   .sec-title {
     font-size: 36px;
     line-height: 43px;
  }
  .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: 35px;
   line-height: 50px;
}

/*header*/
.logo-style{
   top: 0;
   width: 110px;
   height: 110px;
}
header .menu .brand-logo img {
 width: 60px;
}
.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;
}
.customer-support-section .row .col-lg-6 .card{
   border-radius: 20px 20px 0 0;
   padding-top: 100px;
}
.why_choose_img img{
   top: -203px;
   width: 200px;
   left: 50%;
   transform: translateX(-50%) scaleX(-1);
}
.tour-package-list .tour-cols .tour-package-image img{
   height: 190px;
}
.tour-package-list .tour-cols a.tour-col-link{
   border-radius: 12px;
}
.tour-package-list .tour-cols .tour-package-image{
   border-radius: 12px 12px 6px 6px;
}
.index_slider-sec .form_section{
   margin-top: 12px;
}
.index_slider-sec{
   padding: 80px 0 100px 0;
}
.banner-content h2{
   font-size: 40px;
   line-height: 1.1;
}
.customer-support-section .row .card.last{
   border-radius: 0 0 20px 20px;
}
.banner-content p{
   font-size: 15px;
   line-height: 1.2;
}
.about__img{
   width: 100%;
    margin-top: 166px;
    height: 273px;
}
.about_top-content {
   padding: 12px;
   border-radius: 10px;
   top: -155px;
    .title {
        font-size: 20px;
    }
    p{
      font-size: 13px;
      line-height: 1.2;
    }
}
.about__img img{
   border-radius: 12px;
}

.contact_socials {
    justify-content: left;
}
}