.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;
}
.select2-container{width: 100% !important;}
.select2-container--default .select2-selection--single{ 
     padding-bottom: 7px;
     border: 0;
     border-bottom: #b8c1d0 solid 1px;
     border-radius: 0;
     resize: none;
     padding: 10px 20px;
}
.select2-dropdown{border:none; background: rgb(246 248 250);}
.select2-container--default .select2-selection--single .select2-selection__rendered{padding-bottom: 18px; color: rgb(31, 31, 31);}
.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow{height: 45px;}
.select2-container--default .select2-results__option--highlighted {background: #00aea9 !important; color: #ffffff;}
.select2-container--default .select2-results__option--highlighted .option-icon{background-color: #333;}
.select2-container--default .select2-results__option--selected {background-color: rgb(233 238 245);}
.select2-container--open .select2-dropdown--below {
     border-top: none;
     border-top-left-radius: 0;
     border-top-right-radius: 0;
}
[dir=rtl] .contactus-ajax-form, [dir=rtl] .option-wrapper{direction: rtl;}
[dir=rtl] .select2-container--default .select2-selection--single .select2-selection__arrow{left:1px; right: auto;}
[dir=rtl] .select2-container--default .select2-selection--single .select2-selection__rendered, [dir=rtl] .select2-results__option {text-align: right;}
[dir=rtl] .response{text-align: right; direction:rtl;}
