.btn-whatsapp-booking {
    position: relative;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center;
    padding: 15px 20px !important;
    background: #25D366 !important;
    color: #fff !important;
    font-weight: 600 !important;
    border-radius: 50px !important;
    text-decoration: none;
    transition: 0.3s ease !important;
    margin-block: 20px;
    width:100%;
}

.btn-whatsapp-booking::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background: url("https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg") no-repeat center;
  background-size: contain;
}


.btn-whatsapp-booking:hover {
  background: #1ebe5d;
  color: #fff;
}

/*.btn-book-ajax {*/
/*    display: none !important;*/
/*}*/

/*.st-single-service-content .st-attributes,*/
.st-single-service-content .owner-info {display: none !important;}
.st-single-service-content .wistlist-single,
.st-single-service-content .shares {
    display: none;
}

.st-attributes {
    display: none;
}

div#gotop {
    display: none !important;
}

.guest_name_input {
    display: none !important;
}

@media(max-width:768px){
    .st-single-service-content .st-heading {
        text-align:left;
    }
    
    .st-relate .services-item.item-elementor {
        height: auto !important;
    }
    
    
    /*#st-content-wrapper .hotel-target-book-mobile {*/
    /*    padding-block: 25px !important;*/
    /*}*/
    
    /*a.btn-mpopup {*/
    /*    margin-right: 80px !important;*/
    /*}*/
    
    .single-st_tours .wa__btn_popup {
        bottom: 80px !important;
    }
    
    .item.item-tours.service-border.st-border-radius {
        height: auto !important;
    }
}