.option-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.option-icon {
    background-color: #07aea9;
    background-image: url(../img/i-info.svg);
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.option-icon:hover {
    background-color: #333;
}
.tooltip {
  background-color: transparent !important;
}
.tooltip .tooltip-inner {
  background-color: #07aea9 !important;
  color: #fff !important;
  padding: 10px 15px !important;
  border-radius: 3px !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5) !important;
  max-width: 100% !important;
}
.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #07aea9 !important;
}
.tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #07aea9 !important;
}
.tooltip.bs-tooltip-left .arrow::before {
  border-left-color: #07aea9 !important;
}
.tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #07aea9 !important;
}
[dir=rtl] .contactus-ajax-form, [dir=rtl] .option-wrapper{direction: rtl;}
[dir=rtl] .response{text-align: right; direction:rtl;}

.grecaptcha-badge {
    opacity: 0;
    visibility: hidden;
}
