    .top-bar-dark span {
    color: #ffffff;
}
.top-bar-dark a {
    color: #ffffff;
}

    .swiper-custom-slider {
    display: flex;
    align-items: center;
}
 .footer.js-fixed-footer {
        top: 1px;
    }
    .text-center{
        text-align:center;
    }
    .info-box-image img{
        width:40%;
        margin:auto;
    }
    .info-box--standard-centered .info-box-image img{
        border-radius:0%;
    }
    .block-footer-height{
    height:720px !important;
}
		.feedback {
  background-color : #4cc2c0;
  color: white;
  padding: 20px 20px;
  width:61px;
  height:61px;
  border-radius: 50%;
  font-size:27px;
  border-color: #4cc2c0;
}

#mybutton {
  position: fixed;
  bottom: 19px;
  right: 19px;
  z-index:100;
  display:none;
}

#mywhtasappbutton{
	position: fixed;
  bottom: 19px;
  right: 89px;
  z-index:100;
  display:none;	
}

.tooltiptext {
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 120%
}

.tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
}

.feedback-whatsapp{
	background-color: #3cb878;
    color: white;
    padding: 15px 17px;
    width: 61px;
    height: 61px;
    border-radius: 50%;
    font-size: 30px;
    border-color: #3cb878;
}

@media only screen and (min-width:360px) and (max-width:768px){
	#mybutton {
    position: fixed;
    bottom: 3vh; 
    z-index: 100;
}
#mywhtasappbutton{
	bottom: 3vh; 
    z-index: 100;
}
}
    
 
    