



@media (max-width: 991px) {
  .section-title p br {
    display: none;
  }
}

.p1-gradient-bg, .primary-btn, .primary-btn:after, .primary-btn2.primary-border:hover, .single-service .content .content-overlay, .content .content-overlay, .single-footer-widget .click-btn {
 /* background-image: -webkit-linear-gradient(bottom, #f62e71 0%, #f9ab72 100%);
  background-image: -o-linear-gradient(bottom, #f62e71 0%, #f9ab72 100%);
  background-image: linear-gradient(to top, #f62e71 0%, #f9ab72 100%);*/



  background: -moz-linear-gradient(90deg, rgba(58,180,227,1) 0%, rgba(177,225,243,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(177,225,243,1)), color-stop(100%, rgba(58,180,227,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(90deg, rgba(58,180,227,1) 0%, rgba(177,225,243,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(90deg, rgba(58,180,227,1) 0%, rgba(177,225,243,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(90deg, rgba(58,180,227,1) 0%, rgba(177,225,243,1) 100%); /* ie10+ */
background: linear-gradient(0deg, rgba(58,180,227,1) 0%, rgba(177,225,243,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1e1f3', endColorstr='#3ab4e3',GradientType=0 ); /* ie6-9 */
}

.p1-gradient-color, .about-right h1, .sigle-facilities:hover .lnr, .footer-social i:hover, .single-footer-widget .bb-btn {
 /* background: -webkit-linear-gradient(bottom, #f62e71 0%, #f9ab72 100%);
  background: -o-linear-gradient(bottom, #f62e71 0%, #f9ab72 100%);
  background: linear-gradient(to top, #f62e71 0%, #f9ab72 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/



  background: -moz-linear-gradient(90deg, rgba(58,180,227,1) 0%, rgba(177,225,243,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(177,225,243,1)), color-stop(100%, rgba(58,180,227,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(90deg, rgba(58,180,227,1) 0%, rgba(177,225,243,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(90deg, rgba(58,180,227,1) 0%, rgba(177,225,243,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(90deg, rgba(58,180,227,1) 0%, rgba(177,225,243,1) 100%); /* ie10+ */
background: linear-gradient(0deg, rgba(58,180,227,1) 0%, rgba(177,225,243,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1e1f3', endColorstr='#3ab4e3',GradientType=0 ); /* ie6-9 */
}










@media (max-width: 574px) {
  .single-gallery {
    margin-bottom: 30px;
  }
}

.single-gallery .title {
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.content {
  position: relative;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
  box-shadow: 0 0 8px #ccc;
  border-radius: 6px;
}

.content .content-overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}



.content:hover .content-overlay {
  opacity: .8;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content-title {
  font-size: 40px;
  color: #fff;
  font-weight: 500;
}

.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details p {
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom {
  top: 80%;
}

.booking-area {
  padding: 100px 0;
}

.booking-area .header-text {
  text-align: center;
}

.booking-area .header-text h1 {
  margin-bottom: 25px;
}

.booking-wrap {
  padding: 100px 100px;
  background-color: white;
  box-shadow: -21.213px 21.213px 30px 0px rgba(158, 158, 158, 0.3);
}

.booking-wrap textarea {
  height: 92%;
}
