@media only screen and (min-width: 768px) {
 .form_section{
    position: absolute;
    top: 120px;
    width: 28%;
    right: 90px;
/*    background: #fff;*/
    border-radius: 6px;
 }
 .w-lg-50{
   width: 50%;
 }
 .form_section .form-group label {
    display: none;
 }
 .common-booking-form .form_section{
   position: inherit;
   width: 100%;
   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,.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: 30px;
        line-height: 1.2;
        /* width: auto; */
        background-position: left 0% bottom 0%;
        word-break: break-word;
        max-width: 85%;
}
.cab-item .cab-img-wrap{
   max-width: 100%;
}
.cab-item .cab-img-wrap .main-img{
   max-width: 100%;
}
.cab-item .cab-img-wrap .main-img{
   max-width: 300px;
}
.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;
}

}