#rehabs_selector .select2-container {
  width: 100% !important;
}
#rehabs_selector .select2-container .select2-choice {
    border: 1px solid #e7e7e7 !important;
    background: #fff !important;
    border-radius: 4px !important;
    box-shadow: none;
    box-sizing: content-box !important;
    height: auto !important;
    margin: 0;
    outline: none !important;
    padding: 8px 10px 5px 10px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
#rehabs_selector .select2-container .select2-choice .select2-arrow {
    background: #fff !important;
    border-left: 1px solid #ccc;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    height: 39px !important;
    width: 24px !important;
}
#rehabs_selector  #search-input {
    border: solid 1px #e7e7e7;
    height: 48px;
    background: #fff;
    font-size: 14px;
}
.main_ap_rehabs_information a.review_section_href {
    color: inherit !important;
}
#rehabs_selector #go_showrooms {
    background: #4361ee;
    color: #fff;
    border: solid 1px #4361ee;
    width: 100%;
    padding: 10px 15px;
    height: 48px;
    font-size: 18px;
}
#rehabs_selector #go_showrooms:hover,
#rehabs_selector #go_showrooms:focus {
    background: #232323;
    color: #fff;
    border: solid 1px #232323;
    top: 0 !important; 
}
#rehabs_selector .select2.select2-container {
  width: 100% !important;
}

#rehabs_selector .select2.select2-container .select2-selection {
    border: 1px solid #e7e7e7 !important;
    background: #fff !important;
    border-radius: 0px !important;
    box-shadow: none;
    box-sizing: content-box !important;
    height: auto !important;
    margin: 0;
    outline: none !important;
    padding: 8px 10px 5px 10px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

#rehabs_selector .select2.select2-container .select2-selection .select2-selection__rendered {
    color: #333;
    line-height: 33px;
    padding-right: 33px;
    text-align: left;
}
#rehabs_selector .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #202125;
}
#rehabs_selector .select2.select2-container .select2-selection .select2-selection__arrow {
    background: #fff;
    border-left: 1px solid #ccc;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    height: 46px;
    width: 33px;
}

#rehabs_selector .select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
  background: #f8f8f8;
}

#rehabs_selector .select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}

#rehabs_selector .select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
  border: 1px solid #34495e;
}

#rehabs_selector .select2.select2-container .select2-selection--multiple {
  height: auto;
  min-height: 34px;
}

#rehabs_selector .select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin-top: 0;
    height: 37px;
    padding: 8px 8px;
    font-size: 14px;
}

#rehabs_selector .select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
  padding: 0 4px;
  line-height: 29px;
}

#rehabs_selector .select2.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 8px 4px 0 0;
  padding: 0 6px 0 22px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  position: relative;
}

#rehabs_selector .select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  margin: 0;
  text-align: center;
  color: #e74c3c;
  font-weight: bold;
  font-size: 16px;
    border-radius: 0;
}

#rehabs_selector .select2-container .select2-dropdown {
  background: transparent;
  border: none;
  margin-top: -5px;
}

#rehabs_selector .select2-container .select2-dropdown .select2-search {
  padding: 0;
}

#rehabs_selector .select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border: 1px solid #34495e !important;
  border-bottom: none !important;
  padding: 4px 6px !important;
}

#rehabs_selector .select2-container .select2-dropdown .select2-results {
  padding: 0;
}

#rehabs_selector .select2-container .select2-dropdown .select2-results ul {
  background: #fff;
  border: 1px solid #34495e;
}

#rehabs_selector .select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: #3498db;
}
.select2-dropdown {
    border: 1px solid #e7e7e7 !important;
/   top: 32px !important;  /
}
.moshish.form-control {
    border: 1px solid #e7e7e7 !important;
    background: #fff !important;
    border-radius: 4px !important;
    box-shadow: none;
    box-sizing: content-box !important;
    height: 34px !important;
    margin: 0;
    outline: none !important;
    padding: 8px 10px 5px 10px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
#rehabs_selector label {
    color: #009999;
    font-weight: 600;
    font-size: 14px;
    float: left;
    width: 100%;
}
#rehabs_selector span.select2-dropdown{
    margin-top: 30px;
}
#rehabs_selector #search_submit {

    text-align: center;
    font-family: 'Brothers';
    font-weight: 700 !important;
    letter-spacing: 2px;
    background: #E2B059;
    width: ;
    border: none;
    padding: 12px 15px !important;
    font-size: 20px;
    float: left;
    width: 70px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;

}
#rehabs_selector #search_submit:hover,
#rehabs_selector #search_submit:focus {
    background-color: #002366;
    color: #fff;
    border: none;
    top: 0 !important;
}
#rehabs_selector .col-md-5, #rehabs_selector .col-md-2 {
  padding: 0;
}
span.select2-dropdown.select2-dropdown--below {
    margin-top: 0;
}
span.select2-dropdown.select2-dropdown--above {
    margin-top: 0;
}
#rehabs_selector {
  margin-right: 0;
}



/*rehab html slider css start*/


.carousel_rehabs .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.carousel_rehabs .owl-nav button.owl-prev {
    left: 0;
}

.carousel_rehabs .owl-nav button.owl-next {
    right: 0;
}

.carousel_rehabs .owl-dots {
    text-align: center;
    padding-top: 15px;
}

.carousel_rehabs .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.carousel_rehabs .owl-dots button.owl-dot.active {
    background-color: #000;
}

.carousel_rehabs .owl-dots button.owl-dot:focus {
    outline: none;
}

.carousel_rehabs .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.carousel_rehabs span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

#carousel_rehabs .owl-nav button:focus {
outline: none;
}


.rehabs_treatment_section .item {
    margin: 0px 4px;
}

#carousel_rehabs p.slider-text-center {
    text-align: center;
    font-size: 22px;
}

.rehabs_treatment_section {
    background: #fff;
    box-shadow: 2px 2px 8px 1px #ccc;
    border-radius: 5px;
    padding: 30px 20px;
    margin-bottom: 30px;
    margin-top: 40px;
}

.row.rehabs_center_facility {
    padding: 20px 0;
}

.row.rehabs_center_facility i {
    color: #E2B059;
    font-size: 25px;
    margin-right: 10px;
    justify-content: center;
    vertical-align: middle;

}
#carousel_rehabs img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}
.row.rehabs_center_facility span {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #6E6E6E;
  margin-left: 5px;
}

.doller_price p {
  margin-bottom: 0px;
  font-size: 18px;
  letter-spacing: 0px;
  color: #000;
  line-height: 24px;
}

.doller_price_design {
    padding: 15px 0px;
}

.doller_price_design i {
	color: #fff;
	background: #E2B059;
	height: 26px;
	width: 26px;
	padding: 5px;
	text-align: center;
	border-radius: 20px;
	font-size: 16px;
}

.doller_price_design span {
  font-size: 18px;
  font-weight: 400;
  margin-left: 8px;
}

.rehabs_location {
    padding: 15px 0px;
    font-size: 18px;
    color: #6E6E6E;
    font-weight: 500;
}

.review_section i {
    color: #E2B059;
    font-size: 18px;
    margin-right: ;
}

.review_section span {
    font-size: 18px;
    margin: 0px 0px;
}

/* btn slider css :start */
.rehabs_treatment_section .owl-carousel {
    display: block !important;
}

.rehabs_treatment_section .item.dropdown {
    display: inline-block;
}

.rehabs_treatment_section .dropdown-menu.show {
    display: block !important;
}
.rehabs_treatment_section .owl-prev, .rehabs_treatment_section .owl-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 50px;
  padding: 10px;
  margin-top: -23px;
  color: #000;
  font-weight: bold;
  font-size: 15px;
  transition: 0.6s ease;
  border-radius: 30px;
  background-color: #fff;
  height: 50px;
  text-align: center;
  margin-left: 40px;
  margin-right: 40px;
    line-height: 30px;
}
.rehabs_treatment_section .owl-next {
  right: 0;
}
#nav-container .owl-prev, #nav-container .owl-next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: 50px;
  padding: 10px;
  margin-top: -23px;
  color: #000;
  font-weight: bold;
  font-size: 15px;
  transition: 0.6s ease;
  border-radius: 30px;
  background-color: #fff;
  height: 50px;
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
    line-height: 30px;
 box-shadow: 2px 2px 5px #aaa4a4;   
}
#nav-container .owl-next {
  right: 0;
}
#nav-container .owl-prev {
  left: 0;
}
#rehab_number_btn a {
  padding: 0px 0px 0px;
  text-align: center;
  color: #000;
  box-shadow: 2px 2px 5px #ccc;
  border: 2px solid #E2B059;
  border-radius: 5px;
  margin: 0px 20px 0px 0px;
  width: 200px !important;
}
#rehab_number_btn a:hover {
  color: #fff;
  background: #E2B059;
}
#rehab_number_btn img {
  background: #E2B059;
  float: left;
  padding: 0px 10px;
  border-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  color: #fff;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  width: 40px;
  height: 40px;
  object-fit: contain;
	border-right: solid 1px #fddb96;
}
#rehab_number_btn span {
  padding-top: 5px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 40px;
}
#rehab_number_btn {
  margin-top: 8px;
  display: inherit;
}
.rehab_fav_icons {
  display: inherit;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
}
.rehab_fav_icons img {
  margin-right: 16px;
  width: 20px !important;
}
/*rehab html slider css end*/



.rehab_search_options svg {
    width: 15%;
    height: 20px;
}

.rehab_search_options h1.nav_heading {
    font-size: 40px;
    font-weight: 700;
}

.active_dropbox {
    background: #364F6C;
    color: #FFFFFF !important;
}

.error_rehabs_selector .select2-container {
    border: 0.5px solid red;
}

.rehab_search_options .colored_nav {
    border: 2px solid #364F6C;
    border-radius: 40px;
    width: 100%;
    height: 40px;
    padding: 10px;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 13px;
    color: #364F6C;
    font-weight: 500;
}
.rehab_search_options .nav_list {
    width: calc(100% - 83%);
    margin: 10px 10px 10px 0px;
    /* flex: 1 0 20%; */
    display: inline-block;
}

.rehab_search_options .container_main {
    width: 100%;
}

.rehab_search_options .container_wrapper {
    width: 100%;
}

.rehab_search_options .nav_container {
    width: 100%;
    display: inline-block;
    scroll-behavior: smooth;
    position: relative;
    padding: 0 32px;
    overflow-x: hidden;
    overflow-y: hidden;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.rehab_search_options .clr_active {
    background: rgb(59, 47, 147);
    color: white;
}

.rehab_search_options .dorpdown_container {
  display: none;
  padding: 10px 20px;
  box-shadow: 4px 3px 10px 10px #e6e6e6;
  height: 400px;
  overflow-y: auto;
  background: #FFF;
/*  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;*/
}

.rehab_search_options .dropdown_wrap {
    width: 100%;
}

.rehab_search_options .dropdown_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rehab_search_options a.unselect_all {
  font-size: 12px;
  color: #364F6C;
  cursor: pointer;
  font-weight: bold;
}

.rehab_search_options input[type="text"] {
  border: 2px solid;
  border-radius: 30px;
  width: 100%;
  height: 40px;
  margin: 12px 0;
}

.rehab_search_options .checkbox_text {
  color: #364F6C;
  font-weight: 600;
  font-size: 14px;
  margin-left: 12px;
}
.rehab_search_options .check {
  margin: 0px 0px;
  line-height: 22px;
}

.rehab_search_options .privew_arrow {
  width: 50px;
  background: white;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 10px 0px #bebebe;
  position: absolute;
  z-index: 10;
  left: 95px;
  top: 100px;
}

.rehab_search_options .next_arrow {
  width: 50px;
  background: white;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 10px 0px #bebebe;
  position: absolute;
  right: 95px;
  top: 100px;
  z-index: 10;
}

.rehab_search_options .showDropdown {
    display: block;
}

.rehab_search_options .hideDropdown {
    display: none;
}

.rehab_search_options .nav_list.active_nav .colored_nav {
    background: rgb(59, 47, 147);
    color: white;
}

.rehab_search_options span.num {
    border-radius: 15.5px;
    background: #E2B059;
    color: #fff;
    height: 25px;
    width: 25px;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
}
.num[data-count="0"] {
    display: none !important;
}

/*.rehab_search_options .close_icon {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    cursor: pointer;
}*/
.dropdown_title h3.location {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0px;
}
/*media start here*/
.cheek_locationhide {
    display: none;
}
.cheek_locationmaster {
    bottom: 10px;
    position: relative;
}
.activeSetLocation{
    /*position: absolute;
    top: 144px;*/
    line-height: 22.5px !important;
}
/*#wdt_rehab_location_city .activeSetLocation {
    position: absolute;
    top: 120px;
    line-height: 22.5px !important;
}*/
#wdt_rehab_location_city .rehab_location_city_city_opp {
    margin: 35px 0 0 0;
}
.activeInputradio{
    display: none;
}
@-moz-document url-prefix() {
    #wdt_rehab_location_city .activeSetLocation input:before {
        content: "";
        position: absolute;
        transform: translateY(-50%);
        width: 11px;
        height: 11px;
        border: 1px solid #FFFFFF;
        border-radius: 50%;
        background-color: #005CC8;
        margin-top: 7px;
        margin-left: 1px;
    }
}
#wdt_rehab_location_city .activeSetLocation .activeInputradio {
      display: block;
      position: absolute;
      transform: translateY(-50%);
      width: 10px;
      height: 10px;
      border: 1px solid #FFFFFF;
      border-radius: 50%;
      background-color: #005CC8;
      margin-top: 12px;
      margin-left: 2px;
}
.active_show{
    display: block;
}
.cheek_locationhide {
    padding-left: 20px;
}

span#wdt_search_center {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

span#wdt_search_center input {
    width: 100%;
    border: 0;
    padding: 5px !important;
    margin: 0px 0px 0px 0px;
    height: auto;
    background: #FFF;
}
.orwp_featured_post{
    float: right;
}
.orwp_featured_post i{
    color: #E2B059;
}
span#wdt_search_center button {
    position: absolute;
    top: 15px;
    right: 0;
}
.active_dorpdown{
    position: absolute;
    display: inline-block !important;
    z-index: 999;
    right: 0;
    width: 300px;
}

 .select2-results__options[aria-multiselectable="true"] li {
    padding-left: 30px;
    position: relative
}

 .select2-results__options[aria-multiselectable="true"] li:before {
    position: absolute;
    left: 8px;
    opacity: .6;
    top: 6px;
    font-family: "FontAwesome";
    content: "\f008";
}

 .select2-results__options[aria-multiselectable="true"] li[aria-selected="true"]:before {
    content: "\f008";
}



@media only screen and (max-width:767px){
.row.rehabs_center_facility {
  padding: 20px 0px;
  line-height: 35px;
}
#rehabs_selector .select2.select2-container .select2-selection{
  margin-bottom: 10px;  
}
#rehabs_selector #search_submit{
 float: right;   
}
.rehab_search_options .nav_container {
/*    margin-left: 0px !important;*/
    padding: 0 14px;

}
}
@media only screen and (min-width:767px){
#nav-container .owl-item {
    padding: 0 6px;
}
}
@media only screen and (max-width:600px){
.rehab_search_options .nav_list {
  width: 100%;
  margin: 10px 15px;
  flex: 0 0 100% !important;
  max-width: 245px !important;
}
}
@media only screen and (max-width:495px){
#rehab_number_btn {
  margin-top: 8px;
  display: inline-grid !important;
  margin-bottom: 14px;
}
#rehab_number_btn a{
 width: auto !important;
 margin-bottom: 15px !important;   
}
.rehabs_treatment_section .owl-prev, .rehabs_treatment_section .owl-next {
  margin-left: 0px !important;
  margin-right: 0px !important;
  line-height: 30px;
}
}
/*media end here*/

.spin_center_search i {
  font-size: 40px;
  color: #E2B059;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 10px;
}
.btn.btn-danger.load_center_form_group {
  background: transparent;
  border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
  color: #E2B059;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 2px solid;
  border-radius: 0px;
  line-height: 15px;
  text-transform: uppercase;
}
.btn.btn-danger.load_center_form_group:hover, .btn.btn-danger.load_center_form_group:active, .btn.btn-danger.load_center_form_group:focus {
  box-shadow: none !important;
  background: transparent !important;
  color: #364f6c !important;
  border-bottom: none !important;
}
#nav-container .owl-item {
    padding: 0 3px;
}