@media only screen and (min-width: 768px) {
 .form_section{
    position: absolute;
    top: 100px;
    width: 28%;
    right: 90px;
    background: #fff;
    border-radius: 13px;
 }
 .form_section .form-control{
/*   color-scheme: dark;*/
    color: #000;
 }
 /*.form_section .form-control::placeholder{
    color: #fff;
}*/
 .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;
}
}

@media only screen and (max-width: 768px) {
   .form-title{
      color: #000;
   }
   .form_section .input-group i{
      color: var(--second-color);
   }
   .form_section .form-control{
      border-color: var(--second-color);
   }
   .form-title,.form_section button{
      border-radius: 0;
   } 
   .cab-service-section .card{
      flex-direction: column;
   }
   .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: 12px;
   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;
}
.contact_section .contact_wrap .contact_content p{
   font-size: 12px;
}

.package-card .package-footer ul li:last-child a{
   font-size: 12px;
}
}