/*
Generat Settings
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 @import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500&family=Open+Sans:wght@400&family=Roboto:wght@300;400;500&family=Cairo&display=swap');
body{
  font-family: var(--creote-family-one);
}
.arabic{
  font-family: 'Cairo', sans-serif
}
.owl-carousel{
  direction: ltr !important;
  
}
.rtl .jci {
  left: 0;
  right: auto;
}
.rtl .search-container .search-icon {
  left: 10px;
  right: auto;
}
.rtl .search-container .clear-icon {
  left: 40px;
  right: auto;
}
.rtl .navbar_nav li:last-child{
  margin-right: 30px !important;  
}
.rtl .header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-btn{
  left: -31px !important;
  right: auto;
}
.rtl .header .header_content_collapse .navigation_menu .navbar_nav li.dropdown{
  margin-right: 30px !important;
}
.rtl .description_box ul li::before{
 
  right: -25px;
  left: auto;
}
.rtl .description_box ul li::after {
  
  right: -19px;
  left:auto;
}
.rtl .description_box ul {
  margin-right: 25px;
}
.rtl .dropdown-menu{
  text-align: right;
}
.rtl .acc-head::before {
  left: 30px;
 right:auto;
}
.rtl .acc-head::after {
  left: 21px;
right:auto;
}
.rtl .accordion-content li:before {
 
  left: auto;
 right:0px;
}
.rtl .accordion-content li:after {

  left: auto;
 right:1px;
}
.rtl .accordion-content li{
  padding-right: 35px;
}

.rtl .header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu .dropdown-menu, .rtl .default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu .dropdown-menu {
  right: 185px;
 left: auto;
}
.rtl .header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu .dropdown-btn, .rtl .default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu .dropdown-btn {
  left: 25px !important;
    right: auto;
    transform: rotate(90deg);
}
.rtl .blog_all_styles figure{
  margin-left: 20px;
}
.rtl select{
  direction: ltr !important;
}

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }

  html, body {
    overflow-x:hidden;
    width:100%;
  }

  /* Sections
     ========================================================================== */

  /**
   * Remove the margin in all browsers.
   */

  body {
    margin: 0;
  }

  /**
   * Render the `main` element consistently in IE.
   */

  main {
    display: block;
  }

  /* Grouping content
     ========================================================================== */

  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }

  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }

  /* Text-level semantics
     ========================================================================== */

  /**
   * Remove the gray background on active links in IE 10.
   */

  a {
    background-color: transparent;
  }

  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }

  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

  b,
  strong {
    font-weight: bolder;
  }

  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }

  /**
   * Add the correct font size in all browsers.
   */

  small {
    font-size: 80%;
  }

  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  sub {
    bottom: -0.25em;
  }

  sup {
    top: -0.5em;
  }

  /* Embedded content
     ========================================================================== */

  /**
   * Remove the border on images inside links in IE 10.
   */

  img {
    border-style: none;
  }

  /* Forms
     ========================================================================== */

  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }

  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

  button,
  input { /* 1 */
    overflow: visible;
  }

  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

  button,
  select { /* 1 */
    text-transform: none;
  }

  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */

  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }

  /**
   * Remove the inner border and padding in Firefox.
   */

  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }

  /**
   * Restore the focus styles unset by the previous rule.
   */

  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }

  /**
   * Correct the padding in Firefox.
   */

  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }

  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }

  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

  progress {
    vertical-align: baseline;
  }

  /**
   * Remove the default vertical scrollbar in IE 10+.
   */

  textarea {
    overflow: auto;
  }

  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }

  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }

  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }

  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }

  /* Interactive
     ========================================================================== */

  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

  details {
    display: block;
  }

  /*
   * Add the correct display in all browsers.
   */

  summary {
    display: list-item;
  }

  /* Misc
     ========================================================================== */

  /**
   * Add the correct display in IE 10+.
   */

  template {
    display: none;
  }

  /**
   * Add the correct display in IE 10.
   */

  [hidden] {
    display: none;
  }

  /* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.gallery-caption {
  position: relative;
}
.bypostauthor {
  position: relative;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */
}

table{
  width: 100%;
}
.widgets_grid_box .widget_categories ul:before, .widgets_grid_box .widget_meta ul:before, .widgets_grid_box .widget_archive ul:before{
  clear: both;
  content: '';
  overflow: auto;
}

.widgets_grid_box  ul ul.children{
  padding: 0px 0px 0px 5px!important;
  border-radius: 0px;
  border: 0px!important;

}

.widgets_grid_box .widget_categories ul li ,
.widgets_grid_box .widget_archive ul li{
  text-align: right;
}

.widgets_grid_box .widget_categories ul li a ,
.widgets_grid_box .widget_archive ul li a{
  float: left;
}
.post-password-form label{
width: 100%;
}
input[type="password"]{
  width: 100%;
}
.wp-block-button{
  margin-bottom: 15px;
}
.has-background-dim ,
.has-background-dim p{
  color: #fff;
}

.col-lg-12.padding_zero{
  padding: 0px;
}
.sec_comments .col-lg-12{
  padding: 0px;
}
.speciality-search{
    height: 40px !important;
    margin-top: 15px;
    margin-bottom: 0px !important;
}
.card .card-body {
    padding: 1rem 1.25rem;
}
.team_intro_box{
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
}
.doctorImage {
    width: 210px;
    height: 210px;
    min-width: 210px;
    margin-right: 20px;
    background-color: rgb(242, 248, 253);
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 10px;
    margin-left: 13px;
}
.doctorDetail {
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: calc(100% - 130px);

}
.doctorName {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: rgb(3, 26, 50);
    margin-bottom: 2px;
    display: flex;
    height: 20px;
}
.name {
    white-space: nowrap;
    max-width: calc(100% - 25px);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.doctorSpecialty {
  font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    
    margin-bottom: 8px;
    margin-top: 8px;
    min-height: 36px;
}
.languageKnown {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: rgb(49, 54, 60);
    margin-bottom: 8px;
    white-space: nowrap;
    max-width: calc(100% - 25px);
   
}
.appointmntboks{
  justify-content: center !important;
}
.bottomLine{
    background: #00000047;
}
.btn-view{
    border: 1px solid #ddd;
    border-radius: 25px;
    color: #1862af;
    padding: 5px 18px;
}
.center{
    text-align: center;
}
.faq_section{
    padding-top: 60px;
}
.accordion-content li:before {
    background-color: #1862af;
    content: '';
    position: absolute;
    left: 0px;
    top: 2px;
    border-radius: 100%;
    width: 15px;
    height: 15px;
}
.accordion-content ul{
list-style: none;

}
.accordion-content ul li{
    list-style: none;
    margin: 0px 0px 23px;
    padding: 0px 0px 0px 35px;
    position: relative;
}
.accordion-content li:after {
    content: '';
    position: absolute;
    left: 1px;
    top: 3px;
    border: 3px solid #ffffff;
    border-radius: 100%;
    width: 13px;
    height: 13px;
}
.boking{
    width: 100%;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(227, 233, 239);
    box-sizing: border-box;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;

}
.accordion-content ul li ul{
    margin-top: 15px;
}
.title {
    font-size: 17px;
    font-weight: 700;
    margin: 0px;
}
.dateSlotWrapper {
    padding: 0px 16px;
}

.dateTitle {
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    color: rgb(3, 26, 50);
}
.datecontainer{
    display: flex;

}
.datepicker-date-day-Item.date-day-Item-selected {
    background-color: rgb(25, 118, 210);
    border: 1px solid rgb(25, 118, 210);
    color: rgb(255, 255, 255);
}
.datepicker-date-day-Item {
    margin: 0px 3px;
    width: 47px;
    height: 59px;
    border: 1px solid rgb(227, 233, 239);
    box-sizing: border-box;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    font-weight: bold;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}
.date-day-Item-selected .datepicker-date-label {
    color: rgb(255, 255, 255);
}
.date-day-Item-selected .datepicker-day-label {
    color: rgb(255, 255, 255);
}
.date-day-Item-selected .datepicker-month-label {
    color: rgb(255, 255, 255);
}
.datepicker-day-label {

    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    margin: 8px 12px 6px;
    color: rgb(99, 119, 139);
    text-align: center;
}
.datepicker-month-label {

    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    margin: 0px 12px 6px;
    color: rgb(99, 119, 139);
    text-align: center;
}
.datepicker-date-day-Item {
    margin: 0px 3px;
    width: 47px;
    height: 59px;
    border: 1px solid rgb(227, 233, 239);
    box-sizing: border-box;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    font-weight: bold;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}
.ckrpjG .datepicker .datepicker-date-day-Item .datepicker-day-label {
    font-family: Mulish;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    text-transform: capitalize;
    margin: 8px 12px 6px;
    color: rgb(99, 119, 139);
    text-align: center;
}
.ckrpjG .datepicker .datepicker-date-day-Item .datepicker-month-label {
    font-family: Mulish;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    text-transform: capitalize;
    margin: 0px 12px 6px;
    color: rgb(99, 119, 139);
    text-align: center;
}
.datecontainer{
    margin-top: 20px;
    margin-bottom: 20px;
}
.datepicker-date-label {
    font-family: Mulish;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    color: rgb(3, 26, 50);
    margin-top: -3px;
}
.datepicker-date-day-Item {
    margin: 0px 3px;
    width: 60px;
    height: auto;
    border: 1px solid rgb(227, 233, 239);
    box-sizing: border-box;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    font-weight: bold;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}
.datecontainer .owl-nav {
    pointer-events: none;
    position: absolute;
    top: -40px;
    right: 0;

}
.datecontainer .owl-nav button{
    font-size: 22px !important;
}
.slots {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.slot {

    padding: 11px 0px;
    min-width: calc(25% - 12px);
    cursor: pointer;
    position: relative;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(208, 218, 228);
    border-radius: 8px;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: rgb(3, 26, 50);
    text-align: center;
    overflow: hidden;
}
.slotList {
    margin-bottom: 30px;
}
.slotTime {

    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: rgb(23, 25, 48);
    margin-bottom: 10px;
}
.booking_btn{
    background-color: #1862af !important;
    color: #fff;
    border-radius: 15px;
    padding: 7px 15px;
    width: 100%;
}
.locationWrapper {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.clinicLocation {
    display: flex;
    flex-direction: row;
}
.clinicImage {
    margin-top: 8px;
}
.facility {
    margin: 8px 0px 0px 8px;
}
.facilityName {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}
.slot-active {
    background-color: #1976d2;
    color: #fff;
}
/* line 64, scss/index.scss */

#gallery-con {
    width: 100%;
    height: 550px;
    margin: 0 auto 0;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.5);
    position: relative;
  }
  #gallery-con img{
    width: 100%;
  }
  /* line 72, scss/index.scss */

  #gallery-con #gallery-main {
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
  }

  /* line 79, scss/index.scss */

  #gallery-con #gallery-hidden {
    margin: 0;
    padding: 0;
    position: absolute;
    display: none;
    z-index: -1;
  }

  /* line 87, scss/index.scss */

  #gallery-con #thumbnails {
    width: 100%;
    height: 132px;

    z-index: 10;
    margin-top: 418px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0.6;
  }

  /* line 97, scss/index.scss */

  #gallery-con #thumbnails:hover {
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
  }

  /* line 102, scss/index.scss */

  #gallery-con #thumbnails #thumbcon {
    width: 100%;
    height: 120px;
    display: inline-block;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    float: left;
  }

  /* line 111, scss/index.scss */

  #gallery-con #thumbnails #thumbcon .thumb {
    width: 190px;
    height: auto;
    display: inline;
    margin: 12px 5px;
    opacity: 0.6;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
  }

  /* line 121, scss/index.scss */

  #gallery-con #thumbnails #thumbcon .thumb:hover {
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
    -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 2px;
    -o-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 2px;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 2px;
  }

  /* line 128, scss/index.scss */

  #gallery-con #thumbnails #thumbcon .selected {
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
    -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 2px;
    -o-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 2px;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 2px;
  }

  /* line 135, scss/index.scss */

  #gallery-con #thumbnails .ui-button {
    width: 16px;
    height: 16px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(170, 170, 170, 0.85)), color-stop(100%, rgba(215, 215, 215, 0.85)));
    background-image: -webkit-linear-gradient(top, rgba(170, 170, 170, 0.85) 0%, rgba(215, 215, 215, 0.85) 100%);
    background-image: -moz-linear-gradient(top, rgba(170, 170, 170, 0.85) 0%, rgba(215, 215, 215, 0.85) 100%);
    background-image: -o-linear-gradient(top, rgba(170, 170, 170, 0.85) 0%, rgba(215, 215, 215, 0.85) 100%);
    background-image: -ms-linear-gradient(top, rgba(170, 170, 170, 0.85) 0%, rgba(215, 215, 215, 0.85) 100%);
    background-image: linear-gradient(top, rgba(170, 170, 170, 0.85) 0%, rgba(215, 215, 215, 0.85) 100%);
    padding: 8px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 2px;
    -o-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 2px;
    box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 2px;
    opacity: 0.60;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  /* line 145, scss/index.scss */

  #gallery-con #thumbnails .ui-button:hover {
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
    -moz-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 3px;
    -o-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 3px;
    box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 3px;
  }

  /* line 152, scss/index.scss */

  #gallery-con #thumbnails #left-arrow {
   display: none;
  }

  /* line 161, scss/index.scss */

  #gallery-con #thumbnails #right-arrow {
    display: none;
    margin-top: 50px;
    margin-right: 10px;
    margin-left: 10px;
    display: inline-block;
    float: left;
  }

  /* line 170, scss/index.scss */

  #gallery-con #thumbnails #playtoggle {
    float: right;
    margin-top: -40px;
    margin-right: 10px;
    display: none;
  }

  /* line 176, scss/index.scss */

  #gallery-con #thumbnails .icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(../images/sprites.png);
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 22;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  /* line 187, scss/index.scss */

  #gallery-con #thumbnails .icon-play {
    background-position: 0 0;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  /* line 191, scss/index.scss */

  #gallery-con #thumbnails .icon-pause {
    background-position: -32px 0;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  /* line 195, scss/index.scss */

  #gallery-con #thumbnails .icon-arrow-right {
    background-position: -64px 0;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  @media (min-width: 992px) {
   .all_side_bar {
        order: -1;
    }
}
.side_bar::after {
    position: absolute;
    content: "";
    height: 100%;
    right: -3px;
    top: 0;
    width: 1px;
    background: var(--border-color-dark);
    z-index: 0;
}
.side_bar {
    position: relative;

}
.widget-title:before {
    position: absolute;
    content: "";
    width: 50px;
    left: -60px;
    height: 2px;
    background: var(--primary-color-one);
    top: 0;
    bottom: 0;
    margin: auto;
}
.side_bar {
    padding-left: 0px;
    margin-left: 0px;
    padding-right: 45px;
    margin-right: 20px;
}
  /* line 199, scss/index.scss */

  #gallery-con #thumbnails .icon-arrow-left {
    background-position: -96px 0;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .description_box ul{
    margin-left: 25px;
  }
  .description_box ul li{
    position: relative; list-style: none;
  }
  .description_box ul li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #006de0;
    left: -25px;
    top: 8px;
}
.description_box ul li::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: black;
    opacity: 0.4;
    left: -19px;
    top: 8px;
}
.blog_single_details_outer h3{
    color: #1862af;
    position: relative;
    margin-bottom: 45px;
    margin-top: 15px;
    font-size: 22px;
}
.blog_single_details_outer h3 span{
    display: block;
    z-index: 99999;
    position: absolute;
    /* top: -10px; */
    background: #ffffff;
    width: auto;
    top: -15px;
    padding-right: 15px;
}
.blog_single_details_outer h4{
    color: #1862af;
    margin-bottom: 15px;

}
.blog_single_details_outer h3:before {
    position: absolute;
    content: "";
    width: 100%;
    right: 0px;
    height: 2px;
    background: #1862af;
    top: 0;
    bottom: 0;
    margin: auto;
}
.blog_single_details_outer h3:after {
    position: absolute;
    content: "";
    width: 10px;
    right: 0px;
    height: 10px;
    border-radius: 10px;
    background: #1862af;
    top: 0;
    bottom: 0;
    margin: auto;
}
.services .description_box p{
    margin-bottom: 15px !important;
}
.acc-container {
    max-width: 700px;
    width: 100%;
  }

  .acc {
    margin-bottom: 10px;
  }

  .acc-head {
    background-color: #f2f2f2;
    padding: 8px 10px;
    font-size: 22px;
    position: relative;
    cursor: pointer;
   }

   .acc-head::before,
   .acc-head::after {
    content: '';
    position: absolute;
    top: 50%;
    background-color: #7e7e7e;
    transition: all .3s;
   }

   .acc-head::before {
    right: 30px;
    width: 2px;
    height: 20px;
    margin-top: -10px;
  }

  .acc-head::after {
    right: 21px;
    width: 20px;
    height: 2px;
    margin-top: -2px;
  }

  .acc-head p {
    color: #000;

  }

  .acc-content {
    padding: 15px 10px;
    display: none;
  }

  .acc-head.active::before {
      transform: rotate(90deg);
  }
.insurance_comp .col-md-3 img{
    border: 1px solid #ddd;
}
.insurance_comp .col-md-3{
    margin-bottom: 15px;
}
.search-container {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.search-container input {
  width: 100%;
  padding: 10px 40px 10px 20px;
  border: 1px solid #ccc;
  border-radius: 20px;
  box-sizing: border-box;
}

.search-container .search-icon, .search-container .clear-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.search-container .search-icon {
  right: 10px;
}
.boks{
  background: #ffffff;
    padding: 7px 12px;
    border-radius: 8px;
    border: 1px solid #1862af;
}
.boks:hover{
  background: #1862af;
  padding: 7px 12px;
  border-radius: 8px;
    border: 1px solid #fff;
    color:#fff !important;
    
}
.swiper-slide .other_doctor_card{
  background-color: #fff;
  min-height: 356px;
  border: 1px solid #ddd;
}
.accordion-content h2{
  font-size: 19px;
  font-weight: bold;
  color: #1862af;
  margin-bottom: 17px;
}
.accordion-content p{
  margin-bottom: 10px !important;
}
.swiper-slide .other_doctor_image{
  padding: 15px;
  
}
.swiper-slide .other_doctor_detail{
  padding: 15px;
  
}
.swiper-slide .other_doctor_name{
  color: #000;

}
.doctorslisting{
  position: relative;
}
.boksother .viewMore{
  border: 1px solid #1862af;
  border-radius: 7px;
  padding: 4px;
  text-align: center;
}
.other_doctor{
  width: 100%;
  background-color:#1862af;
  color: #fff;
  text-align: center;
  font-size: 17px;
  margin-bottom: 30px;
}
.swiper-slide .other_doctor_specialty{
  padding-top: 7px;
  font-size: 15px;
}
.faq_section.type_one .accordion dl dt{
  cursor: pointer;
}
.viewMoreBlock{
  margin-top: 28px !important;
}
.search-container .clear-icon {
  right: 40px;
  display: none;
}
.no-results {
  text-align: center;
  font-size: 18px;
  color: #999;
  margin-top: 20px;
}
.scrollbar
{

	height: 300px;

	overflow-y: scroll;

}
.force-overflow
{
	min-height: 450px;
}
.force-overflow
{
	min-height: 450px;
}
#style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
	background-color: #000000;
}
.doctorcolumn{
  background: #fff;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.doctorcolumn img{
  border: 1px solid #ddd;
  border-radius: 12px;
  margin-bottom: 25px;
}
.doctorcolumn .address{
  max-width: 100% !important;
}
.center{
  text-align: center;
}
.lidtingsection{
  padding-top: 10px;
  padding-bottom: 60px
}
#selected-filters{
  display: flex;
}
.selected-filter{
  padding: 7px;
  background-color: #ffffff;
  color: #1862af;
  margin: 7px;
  border-radius: 7px;
  border: 1px solid #1862af59;
}
.filter-clear{
  padding-left: 7px;
  cursor: pointer;
}
.viewMore label:hover{
  cursor: pointer;
}
