.btn-site {
    background-color: #5c6bc0;
    border-color: #22223d;
    border-width: 3px;
    border-radius: 10px;
}

.booking .title {
    all: unset;
    display: grid;
    margin-top: 22px;
}

.rating-star,
.rating:hover .rating-star {
    filter: hue-rotate(32deg);
}

.comment-not-found {
    display: none
}

ul#tagList {
    display: flex;
    word-wrap: break-word;
    flex-direction: row;
    flex-wrap: wrap;
}

ul#tagList li {
    border: 1px solid #b0b0b0;
    padding: 7px;
    margin: 4px;
    transition: .6s all;
    border-radius: 14px;
    cursor: pointer
}

ul#tagList li:hover,
ul#tagList li.selected {
    background: #413F3F;
    color: #E5E3E3
}

.comment.hide {
    display: none;
}

.content-body {
    text-align: justify;
}

.indent_title_in i {
    width: 56px;
    height: 56px;
    text-align: center;
    display: grid;
    justify-items: center;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.indent_title_in h2 {
    padding-top: 17px;
}

.reviews-container .progress-bar {
    background-color: #14d20d;
}

#review_summary .rating i.voted {
    color: #14d20d;
}

.reviews-container>.row>.col-lg-9>.row>.col-lg-1 {
    padding-right: 0;
    text-align: right;
}

table#packageTable {
    width: 100%;
}

#packageRow {
    border-top: #22223d solid 2px;
}

table#packageTable td:nth-of-type(2),
table#packageTable th:nth-of-type(2) {
    text-align: center;
    width: 34%;
}

#PackageContent ol,
div#PackageContent ul {
    list-style: inherit;
}

div#PackageContent {
    margin: 20px 27px;
    margin-bottom: 0px;
}

[treatment] td:first-of-type {
    font-size: initial;
}

.hideOverFlow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 0;
}

#secondary_nav:not(.is_stuck) {
    margin: 0px;
    /* margin: 16px; */
}

#secondary_nav.is_stuck {
    top: 1vh !important;
    width: inherit !important;
    left: 22%;
}

@media (max-width: 990px) {
    #secondary_nav.is_stuck {
        top: 1vh !important;
        width: 99% !important;
        left: 2px;
    }

    header.header_sticky.sticky {
        display: none;
    }
}

table.indexTable tr {
    line-height: 2;
}

table.indexTable tr td:nth-of-type(1) {
    font-weight: 600;
}

ul.contactTab,
.boxTab {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 0;
}

ul.contactTab .tab {
    background: #70c470;
    width: 100%;
    color: #000;
    text-align: center;
    padding: 5px 0px;
    cursor: pointer;
}

.contactTab .tab.selected,
.boxTab li {
    width: 100% !important;
    color: #000;
    font-size: medium !important;
    font-weight: 800;
}

ul.contactTab .tab:hover,
.boxTab li,
ul.contactTab .tab.selected {
    background: #5f995f;
    width: fit-content;
    padding: 6px 47px;
    font-size: 14px;
}

ul.contactTab .tab:first-of-type {
    border-radius: 5px 0 0 5px;
}

ul.contactTab .tab:last-of-type {
    border-radius: 0 5px 5px 0;
}

@media (max-width: 600px) {
    ul.contactTab .tab {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .generalInfo a {
        display: none !important;
    }
}

li.row.clinicOfList {
    /* border: 3px solid rgba(76, 175, 80, 0.3); */
    border-radius: 10px;
    margin: 0 11px;
}

/* New Changes */

ul.contactTab .tab:hover,
.boxTab li,
ul.contactTab .tab.selected {
    background: transparent;
}

ul.contactTab .tab {
    background: #D1DED1;
    color: #938989;
}

.booking .title .btn-danger:hover,
#secondary_nav,
.booking .title .btn-danger,
.booking .title .btn-danger:active {
    background-color: #343434;
}

.clinicOfList a {
    color: #000000;
}

.clinicOfList {
    background: #f0f0f0;
}

.clinicOfList .ratingText {
    color: #0000008a !important;
    font-size: 1.4rem;
}

.bookLink {
    background: #4056ff
}

.bookLink:active,
.bookLink:hover,
.bookLink:focus,
.btn-danger:active:focus,
.btn-danger:active {
    background: #4056ff !important;
    border: unset !important;
    border-color: unset !important;
}

.bookLink:hover {
    background: #0e27e7
}

#secondary_nav {
    background: #000;
    transition: all .2s;
}

.floatingButton {
    bottom: 29vh;
    right: 12vw;
}

@media (max-width: 600px) {
    .floatingButton {
        bottom: 1vh;
        right: 19vw;
    }
}

#secondary_nav[style^="position: absolute"] {
    top: unset !important;
    bottom: unset !important;
    width: 100% !important;
    left: 0;
}

.profile figure {
    height: 300px;
    overflow: hidden;
    width: 300px;
}

[carouselcontroller] {
    height: 200px;
    padding-top: 16px !important;
    overflow: hidden;
    padding: 0;
    border-radius: 10px;
}

.profile figure img {
    width: 300px;
    border-radius: 9px;
}

#secondary_nav ul li:last-child {
    display: unset !important
}


.clinicRating {
    height: fit-content;
    background: black;
    display: flex;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    padding: 7px 0px !important;
}

table.indexTable tr td {
    font-size: 12px;
}

.box_general_3.p-3.border-0 {
    font-size: 12px;

}

#secondary_nav ul li a {
    color: #ffffff;
}

#secondary_nav ul li a.active {
    color: #005D7A
}

.secondary_nav_button {
    float: right;
    background: #FFA500;
    padding: 6px;
    bottom: 0px;
    display: flex !important;
    position: absolute;
    height: 53px;
    width: 130px;
    right: 0px;
    border-radius: 24px;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.secondary_nav_button.ar {
    float: left;
    left: 0;
    right: unset;
}

#secondary_nav.ar {
    direction: rtl;
}

.profile {
    padding: 12px;
}

.ratedtagBox {
    padding: 0 12px;
}

/* Tool Tip */

/* START TOOLTIP STYLES */
[tooltip] {
    position: relative; /* opinion 1 */
  }
  
  /* Applies to all tooltips */
  [tooltip]::before,
  [tooltip]::after {
    text-transform: none; /* opinion 2 */
    font-size: .9em; /* opinion 3 */
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
  }
  [tooltip]::before {
    content: '';
    border: 5px solid transparent; /* opinion 4 */
    z-index: 1001; /* absurdity 1 */
  }
  [tooltip]::after {
    content: attr(tooltip); /* magic! */
    
    /* most of the rest of this is opinion */
    font-family: Helvetica, sans-serif;
    text-align: center;
    
    /* 
      Let the content set the size of the tooltips 
      but this will also keep them from being obnoxious
      */
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: .3ch;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
    background: #333;
    color: #fff;
    z-index: 1000; /* absurdity 2 */
  }
  
  /* Make the tooltips respond to hover */
  [tooltip]:hover::before,
  [tooltip]:hover::after {
    display: block;
  }
  
  /* don't show empty tooltips */
  [tooltip='']::before,
  [tooltip='']::after {
    display: none !important;
  }
  
  /* FLOW: UP */
  [tooltip]:not([flow])::before,
  [tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
  }
  [tooltip]:not([flow])::after,
  [tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
  }
  [tooltip]:not([flow])::before,
  [tooltip]:not([flow])::after,
  [tooltip][flow^="up"]::before,
  [tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
  }
  
  /* FLOW: DOWN */
  [tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333;
  }
  [tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
  }
  [tooltip][flow^="down"]::before,
  [tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
  }
  
  /* FLOW: LEFT */
  [tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%);
  }
  [tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%);
  }
  
  /* FLOW: RIGHT */
  [tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(.5em, -50%);
  }
  [tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%);
  }
  
  /* KEYFRAMES */
  @keyframes tooltips-vert {
    to {
      opacity: .9;
      transform: translate(-50%, 0);
    }
  }
  
  @keyframes tooltips-horz {
    to {
      opacity: .9;
      transform: translate(0, -50%);
    }
  }
  
  /* FX All The Things */ 
  [tooltip]:not([flow]):hover::before,
  [tooltip]:not([flow]):hover::after,
  [tooltip][flow^="up"]:hover::before,
  [tooltip][flow^="up"]:hover::after,
  [tooltip][flow^="down"]:hover::before,
  [tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
  }
  
  [tooltip][flow^="left"]:hover::before,
  [tooltip][flow^="left"]:hover::after,
  [tooltip][flow^="right"]:hover::before,
  [tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
  }
  