/*!
Theme Name: DocSI
Theme URI: #
Author: Radu
Author URI: #
Description: Custom theme built for Docsi
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
*/


/* Global Colors */
  :root {font-family: "Outfit", sans-serif;
  --Outfit :  "Outfit", sans-serif;
  --RedHat : "Red Hat Display", sans-serif;
  --bg_gray : #F8F8F8;
  --gray: #7B7C7D;
  --gray_text: #627282;
  --dark_gray: #212121;
  --blue: #78B5FF;
  --dark_blue: #122D74;
  --green: #60D8CF;
  --red: #F00;
  --yellow: #FBBC05;
  --white: rgb(255, 255, 255);
  --black: #212121;
  --red_filter: brightness(0) saturate(100%) invert(43%) sepia(70%) saturate(2475%) hue-rotate(333deg) brightness(104%) contrast(94%);
}

.featured-badge{
    position: absolute;
    top: 0px;
    left: 0px;
}

  .featured-badge{
    width: 20px;
    height: 20px;
  }

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
.lSSlideWrapper,.lSSlideWrapper .lSFade{position:relative}.lSSlideWrapper .lSSlide,.lSSlideWrapper.usingCss .lSFade>*{-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important;-webkit-transition-duration:inherit!important;transition-duration:inherit!important}.lSSlideOuter,.lSSlideOuter .lSPager.lSGallery{-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none;-webkit-user-select:none}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideWrapper>.lightSlider:after{clear:both}.lSSlideOuter{overflow:hidden;user-select:none}.lightSlider:after,.lightSlider:before{content:" ";display:table}.lightSlider{overflow:hidden;margin:0}.lSSlideWrapper{max-width:100%;overflow:hidden}.lSSlideWrapper .lSSlide{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transition:all 1s;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform,height;transition-property:transform,height}.lSSlideWrapper .lSFade>*{position:absolute!important;top:0;left:0;z-index:9;margin-right:0;width:100%}.lSSlideWrapper.usingCss .lSFade>*{opacity:0;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-property:opacity;transition-property:opacity}.lSSlideWrapper .lSFade>.active{z-index:10}.lSSlideWrapper.usingCss .lSFade>.active{opacity:1}.lSSlideOuter .lSPager.lSpg{margin:10px 0 0;padding:0;text-align:center}.lSSlideOuter .lSPager.lSpg>li{cursor:pointer;display:inline-block;padding:0 5px}.lSSlideOuter .lSPager.lSpg>li a{background-color:#222;border-radius:30px;display:inline-block;height:8px;overflow:hidden;text-indent:-999em;width:8px;position:relative;z-index:99;-webkit-transition:all .5s linear 0s;transition:all .5s linear 0s}.lSSlideOuter .lSPager.lSpg>li.active a,.lSSlideOuter .lSPager.lSpg>li:hover a{background-color:#428bca}.lSSlideOuter .media{opacity:.8}.lSSlideOuter .media.active{opacity:1}.lSSlideOuter .lSPager.lSGallery{list-style:none;padding-left:0;margin:0;overflow:hidden;transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;user-select:none}.lSSlideOuter .lSPager.lSGallery li{overflow:hidden;-webkit-transition:border-radius .12s linear 0s .35s linear 0s;transition:border-radius .12s linear 0s .35s linear 0s}.lSSlideOuter .lSPager.lSGallery li.active,.lSSlideOuter .lSPager.lSGallery li:hover{border-radius:5px}.lSSlideOuter .lSPager.lSGallery img{display:block;height:auto;max-width:100%}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideOuter .lSPager.lSGallery:before{content:" ";display:table}.lSAction>a{width:32px;display:block;top:50%;height:32px;background-image:url(../img/controls.png);cursor:pointer;position:absolute;z-index:99;margin-top:-16px;opacity:.5;-webkit-transition:opacity .35s linear 0s;transition:opacity .35s linear 0s}.lSAction>a:hover{opacity:1}.lSAction>.lSPrev{background-position:0 0;left:10px}.lSAction>.lSNext{background-position:-32px 0;right:10px}.lSAction>a.disabled{pointer-events:none}.cS-hidden{height:1px;opacity:0;filter:alpha(opacity=0);overflow:hidden}.lSSlideOuter.vertical{position:relative}.lSSlideOuter.vertical.noPager{padding-right:0!important}.lSSlideOuter.vertical .lSGallery{position:absolute!important;right:0;top:0}.lSSlideOuter.vertical .lightSlider>*{width:100%!important;max-width:none!important}.lSSlideOuter.vertical .lSAction>a{left:50%;margin-left:-14px;margin-top:0}.lSSlideOuter.vertical .lSAction>.lSNext{background-position:31px -31px;bottom:10px;top:auto}.lSSlideOuter.vertical .lSAction>.lSPrev{background-position:0 -31px;bottom:auto;top:10px}.lSSlideOuter.lSrtl{direction:rtl}.lSSlideOuter .lSPager,.lSSlideOuter .lightSlider{padding-left:0;list-style:none}.lSSlideOuter.lSrtl .lSPager,.lSSlideOuter.lSrtl .lightSlider{padding-right:0}.lSSlideOuter .lSGallery li,.lSSlideOuter .lightSlider>*{float:left}.lSSlideOuter.lSrtl .lSGallery li,.lSSlideOuter.lSrtl .lightSlider>*{float:right!important}@-webkit-keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@-webkit-keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@-webkit-keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@-webkit-keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}@keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}.lSSlideOuter .rightEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lSSlideOuter .leftEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.vertical .rightEnd{-webkit-animation:topEnd .3s;animation:topEnd .3s;position:relative}.lSSlideOuter.vertical .leftEnd{-webkit-animation:bottomEnd .3s;animation:bottomEnd .3s;position:relative}.lSSlideOuter.lSrtl .rightEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.lSrtl .leftEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lightSlider.lsGrab>*{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lightSlider.lsGrabbing>*{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}


html {
  margin:0;
  padding:0;
  font-family: var(--Outfit);
  background: var(--white);
}


body {
  margin: 0;
}

*:focus {
    outline: none;
}


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--gray);
  opacity: 0.6;
  font-family: var(--Outfit);
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--gray);
  opacity: 0.6;
  font-family: var(--Outfit);
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--gray);
  opacity: 0.6;
  font-family: var(--Outfit);
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--gray);
  opacity: 0.6;
  font-family: var(--Outfit);
}
::-ms-input-placeholder { /* Microsoft Edge */
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--gray);
  opacity: 0.6;
  font-family: var(--Outfit);
}

::placeholder { /* Most modern browsers support this now. */
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--gray);
  opacity: 0.6;
  font-family: var(--Outfit);
}


.spacing{
    float:left;
    width: 100%;
}

.spacing.sp_5{ padding-bottom: 5px;}
.spacing.sp_10{ padding-bottom: 10px;}
.spacing.sp_15{ padding-bottom: 15px;}
.spacing.sp_20{ padding-bottom: 20px;}
.spacing.sp_50{ padding-bottom: 50px;}
.spacing.sp_100 { padding-bottom: 100px;}
.spacing.sp_150 { padding-bottom: 150px;}
.spacing.sp_200 { padding-bottom: 200px;}
.spacing.sp_300 { padding-bottom: 300px;}
.spacing.sp_400 { padding-bottom: 400px;}
.spacing.sp_500 { padding-bottom: 500px;}






.dropdown-container {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 50%;
}

.dropdown-label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
}

.dropdown-button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-radius: 0.375rem;
  border: 1px solid #d1d5db;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 0.5rem 1rem;
  background-color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
  outline: none;
}

.dropdown-button:hover {
  background-color: #f9fafb;
}

.dropdown-button:focus {
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.5), 0 0 #0000;
  border-color: #6366f1;
}

.dropdown-button svg {
  margin-left: 0.5rem;
  margin-right: -0.25rem;
  height: 1.25rem;
  width: 1.25rem;
}

.dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0.5rem;
  width: 14rem;
  border-radius: 0.375rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  outline: none;
  z-index: 10;
  opacity: 0;
  transform: scale(0.9);
  transform-origin: top left;
  visibility: hidden;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out,
    visibility 0s linear 0.2s;
}

.dropdown-content.show {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.2s ease-out, transform 0.2s ease-out,
    visibility 0s linear;
}

.dropdown-content .menu-item {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: #374151;
  text-decoration: none;
  border-radius: 0.375rem;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

.dropdown-content .menu-item:hover {
  background-color: #f3f4f6;
  color: #111827;
}

.select-dropdown-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-radius: 0.375rem;
  border: 1px solid #d1d5db;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 0.5rem 1rem;
  background-color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
  outline: none;
  height: 55px;
}

.select-dropdown-button:hover {
  background-color: #f9fafb;
}

.select-dropdown-button:focus {
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.5), 0 0 #0000;
  border-color: #6366f1;
}

.select-dropdown-button .selected-value {
  flex-grow: 1;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select-dropdown-button svg {
  margin-left: 0.5rem;
  height: 1.25rem;
  width: 1.25rem;
}

.select-dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0.5rem;
  width: 14rem;
  border-radius: 0.375rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  outline: none;
  z-index: 10;
  opacity: 0;
  transform: scale(0.9);
  transform-origin: top left;
  visibility: hidden;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out,
    visibility 0s linear 0.2s;
}

.select-dropdown-content.show {
  visibility: visible;
  opacity: 1;
      display: block;
    padding: 10px;
    width: calc(100% - 20px);
  transform: scale(1);
  transition: opacity 0.2s ease-out, transform 0.2s ease-out,
    visibility 0s linear;
}

.select-dropdown-content .select-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: #374151;
  text-decoration: none;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

.select-dropdown-content .select-option:hover {
  background-color: #f3f4f6;
  color: #111827;
}

.multi-select-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 14rem;
  border-radius: 0.375rem;
  border: 1px solid #d1d5db;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 0.5rem 1rem;
  background-color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
  outline: none;
  min-height: 2.5rem;
}

.multi-select-button:hover {
  background-color: #f9fafb;
}

.multi-select-button:focus {
  box-shadow: 0 0 0 3px #9f946a66, 0 0 #0000;
  border-color: #9f946a;
}

.multi-select-button .selected-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  flex-grow: 1;
  text-align: left;
}

.multi-select-button .selected-tag {
  background-color: #9f946a;
  color: #ffffff;
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  white-space: nowrap;
}

.multi-select-button .placeholder {
  color: #6b7280;
}

.multi-select-button svg {
  margin-left: 0.5rem;
  height: 1.25rem;
  width: 1.25rem;
}

.multi-select-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: #374151;
  text-decoration: none;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

.multi-select-option:hover {
  background-color: #f3f4f6;
  color: #111827;
}

.multi-select-option .checkbox-icon {
  width: 1rem;
  height: 1rem;
  border: 1px solid #9ca3af;
  border-radius: 0.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.multi-select-option.selected .checkbox-icon {
  background-color: #4f46e5;
  border-color: #4f46e5;
}

.multi-select-option.selected .checkbox-icon svg {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}










ul#mobile_menu {
    position: relative;
    top: 20px;
    transform: translate(-50%,-50%);
    width: 40px;
    height: 40px;
    cursor: pointer;
    right: -20px;
    margin: 0;
    float: right;
    margin-left: 50px;
    display:none;
}
ul#mobile_menu li {
    list-style: none;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    width: 90%;
    height: 2px;
    background: var(--black);
    border-radius: 20px;
    transition: .5s;
    opacity: 1;
    width: 40px;
}
ul#mobile_menu li:nth-of-type(1){
    top: 20%;
}
ul#mobile_menu li:nth-of-type(2),ul#mobile_menu li:nth-of-type(3){
    top: 50%;
}
ul#mobile_menu li:nth-of-type(4){
    top: 80%;
}

ul#mobile_menu.active li:nth-of-type(1){
    top: -20%;
    opacity: 0;
}
ul#mobile_menu.active li:nth-of-type(2){
    transform: translateY(-50%) rotate(45deg);
}
ul#mobile_menu.active li:nth-of-type(3){
    transform: translateY(-50%) rotate(-45deg);
}
ul#mobile_menu.active li:nth-of-type(4){
    top: 120%;
    opacity: 0;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

h1 {
  font-style: normal; 
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  color: var(--dark_blue);
  font-family: var(--RedHat);
  margin-bottom: 25px;
  margin-top: 0;
}

h2{
    margin-top:0;
    color: var(--dark_blue);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    font-family: var(--RedHat);
    margin-bottom: 20px;
    text-transform: capitalize;
}
 
h3{
    margin-top:0;
    font-style: normal;
    font-weight: 700;
    color: var(--dark_blue);
    font-size: 20px;
    line-height: 125%;
    font-family: var(--RedHat);
    margin-bottom: 10px;
}

h4{
  margin-top:0;
  font-size: 14px; 
  color:var(--h4_purple);
  font-family: var(--Outfit);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

li,
p{
    margin-top: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    color: var(--black);
}


select{
    -webkit-appearance:none;
}

.text em{
  font-family: var(--RedHat);
  color: var(--black);
  font-size: 17px;
}



/* ==== GRID SYSTEM ==== */

.container_small,
.container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .row {
    position: relative;
    width: 100%;
  }
  
  .row [class^="col"] {
    float: left;
    margin:0 2%;
    min-height: 0.125rem;
  }
  
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    width: 96%;
  }
  
  .col-1-sm {
    width: 4.33%;
  }
  
  .col-2-sm {
    width: 12.66%;
  }
  
  .col-3-sm {
    width: 21%;
  }
  
  .col-4-sm {
    width: 29.33%;
  }
  
  .col-5-sm {
    width: 37.66%;
  }
  
  .col-6-sm {
    width: 46%;
  }
  
  .col-7-sm {
    width: 54.33%;
  }
  
  .col-8-sm {
    width: 62.66%;
  }
  
  .col-9-sm {
    width: 71%;
  }
  
  .col-10-sm {
    width: 79.33%;
  }
  
  .col-11-sm {
    width: 87.66%;
  }
  
  .col-12-sm {
    width: 96%;
  }
  
  .row::after {
      content: "";
      display: table;
      clear: both;
  }
  
  .hidden-sm {
    display: none;
  }
  
  @media only screen and (min-width: 33.75em) {  /* 540px */
    .container {
      width: 1400px;
    }

  }
  
  @media only screen and (min-width: 45em) {  /* 720px */
    .col-1 {
      width: 4.33%;
    }
  
    .col-2 {
      width: 12.66%;
    }
  
    .col-3 {
      width: 21%;
    }
  
    .col-4 {
      width: 29.33%;
    }
  
    .col-5 {
      width: 37.66%;
    }
  
    .col-6 {
      width: 46%;
    }
  
    .col-7 {
      width: 54.33%;
    }
  
    .col-8 {
      width: 62.66%;
    }
  
    .col-9 {
      width: 71%;
    }
  
    .col-10 {
      width: 79.33%;
    }
  
    .col-11 {
      width: 87.66%;
    }
  
    .col-12 {
      width: 96%;
    }
  
    .hidden-sm {
      display: block;
    }
  }


    .flex_it{
        display: flex;
    }
    
    .center_it{
        align-items: center;
    }
    
    .wrap_it{
        flex-wrap: wrap;
    }
    
    .flex_center{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .space_between{
      justify-content: space-between;
    }


/* Alignments
--------------------------------------------- */
.alignleft {

  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {

  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}


a{
  text-decoration: none;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}


.button{
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding: 10px 13px;
  transition: all 0.3s;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  color: var(--white);
  background: var(--dark_blue);
}

  .button:hover{
    background: var(--blue);
  }


html{
  background: var(--bg_gray);
}

img{
  max-width: 100%;
}

#logo img{
  width: 250px;
}

.menu_details{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
}


#primary-menu{
  display: flex;
  list-style-type: none;
  margin:0;
  padding:0;
  gap: 16px;
}

  #primary-menu li{
    list-style-type: none;
    margin:0;
    padding:0;
  }

  #primary-menu li a{
    font-size: 20px;
    font-weight: 500;
    color: var(--dark_blue);
  }

  #primary-menu li.None{
    margin-right: 8px;
  }

  #primary-menu li.Yellow a{
    color: var(--white);
    padding: 12px 16px;
    background: var(--yellow);
  }
  #primary-menu li.Blue a{
    color: var(--white);
    padding: 12px 16px;
    background: var(--blue);
  }
  #primary-menu li.DarkBlue a{
    color: var(--white);
    padding: 12px 16px;
    background: var(--dark_blue);
  }
  #primary-menu li.Green a{
    color: var(--white);
    padding: 12px 16px;
    background: var(--green);
  }


.search{
  padding-top: 60px;
  padding-bottom: 60px;
}

.search .text p{
  font-size: 24px;
  color: var(--gray);
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
}

  .search .text p a{
    color: var(--dark_blue); 
  }

.search .text p strong{
  color: var(--dark_blue);
  font-weight: 600;
}


.slider {
  float:left;
  width: 100%;
  padding-bottom: 96px;
  padding-top: 96px;
  background: var(--white);
}

.slider .text{
  margin-bottom: 20px;
  display: table;
}

.boxes{
  float:left;
  width: 100%;
  padding-bottom: 96px;
  padding-top: 96px;
  background: var(--white);
}

  .boxes.testimonials.boxes_contained  .box .img_container img,
  .boxes .box .img_container img{
    width: 80px;
    height: 80px;
    border-radius: 100%;
  }

  .boxes_contained{
    overflow: hidden;
  }

  .boxes_contained.boxes .box .img_container img{
    width: 100%;
    height: auto;
    border-radius: inherit;
  }

  .boxes .boxes_container{
    display: flex;
    gap: 24px;
    justify-content: space-between;
  }

  .boxes .boxes_container p{
    color: var(--gray);
  }

  .boxes .boxes_container .box {
    flex: 1 1 calc((100% - (60px * (var(--child-count) - 1))) / var(--child-count));
    max-width: calc((100% - (60px * (var(--child-count) - 1))) / var(--child-count));
    text-align: center;
  }

  .boxes .boxes_container .box .img_container{
    margin-bottom: 20px;
  }

.boxes_contained{
  float:left;
  width: 100%;
  padding-bottom: 96px;
  padding-top: 96px;
  background: transparent;
}

  .boxes_contained .boxes_container{
    display: flex;
    gap: 24px;
    justify-content: space-between;
  }


  .boxes_contained .boxes_container .box {
    flex: 1 1 calc((100% - (60px * (var(--child-count) - 1))) / var(--child-count));
    max-width: calc((100% - (60px * (var(--child-count) - 1))) / var(--child-count));
    text-align: left;
    padding:24px;
    background: var(--white);
    border:1px solid #D9D9D940;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.08);
  }

  .boxes_contained .boxes_container .box .img_container{
    margin-bottom: 20px;
  }


  .boxes_contained .button_container{
    margin-bottom: 30px;
  }

  .boxes_contained .box p{
    color: var(--gray_text);
  }

  .boxes_contained.testimonials .boxed_item{
    display: table;
    padding: 7px 6px;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 4px;
    color: var(--white);
    text-transform: uppercase;
  }

  .boxes_contained.testimonials .boxed_item.green{
    background: var(--green);
  }
  .boxes_contained.testimonials .boxed_item.blue{
    background: var(--blue);
  }
  .boxes_contained.testimonials .boxed_item.yellow{
    background: var(--yellow);
  }

  .boxes_contained.testimonials .clinic{
    color:var(--gray);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    margin-top: 10px;
  }

  .boxes_contained.testimonials .boxes_container .box {
    text-align: center;
  }

  .boxes_contained.testimonials img{
    width: 120px;
    height: 120px;
    border-radius: 100%;
    object-fit: cover;
  }

.site-footer{
  float:left;
  width: 100%;
}


.lastest_blog{
  float:left;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  background: var(--white);
}

  .lastest_blog .d-flex{
    display: flex;
    gap: 24px;
  }

  .lastest_blog .other-posts .blog-item .blog-title{
    margin:0;
  }

  .lastest_blog .other-posts .blog-date{
    color: var(--gray);
    text-transform: uppercase;
    font-weight: 600;
  }

  .lastest_blog .other-posts .blog-title{
    text-transform: capitalize;
  }

    .lastest_blog .other-posts .blog-title a{
      font-weight: 700;
      color: var(--dark_blue);
      font-size: 20px;      
    }

  .lastest_blog .first-post{
    min-width:50%;
    position: relative;
  }

  .lastest_blog .blog-cat{
    background: var(--blue);
    color: var(--white);
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 4px;
    padding:2px 5px;
  }
  .lastest_blog .blog-cat a{
    color: var(--white);
  }

  .lastest_blog .first-post .blog-item{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
  }

    .lastest_blog .first-post .blog-item img{
      width: 100%;
      height: 100%;
      position: absolute;
      object-fit: cover;
    }

  .lastest_blog .first-post .bg_data{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
  }

  .lastest_blog .first-post .blog-item .items_data {
      position: absolute;
      bottom: 0;
      padding: 24px;
      width: calc(100% - 48px);
      z-index: 1;
  }

    .lastest_blog .first-post .blog-item .items_data .blog-date{
      color: var(--white);
    }

    .lastest_blog .first-post .blog-item .items_data h4{
      font-size: 22px;
      color: var(--white);
      margin:0;
      font-weight: 600;
      margin-top: 10px;
      margin-bottom: 10px;
    }
    
    .lastest_blog .first-post .blog-item .items_data h4 a{
      color: var(--white);
      font-weight: 600;
      text-transform: capitalize;
    }

  .lastest_blog .other-posts .items_data{
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
  }

  .lastest_blog .other-posts .blog-item{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
  }

  .lastest_blog .other-posts .blog-item:last-child{
    margin-bottom: 0;
  }

  .lastest_blog .other-posts .blog-item img{
    min-width: 100px;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    border:1px solid var(--bg_gray);
  }


.site-footer{
  float:left;
  width: 100%;
  background: #142C6F;
  padding-bottom: 40px;
  padding-top: 40px;
}

#footer_logo img{
  height: auto;
}

#footer-menu{
  list-style-type: none;
  display: flex;
  margin:0;
  justify-content: space-between;
  padding:0;
  margin-top: 20px;
}

  #footer-menu li{
    margin:0;
    padding:0;
    list-style-type: none;
  }

  #footer-menu li a{
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
  }

  #footer-menu li .sub-menu{
    margin:0;
    padding:0;
    margin-top: 10px;
  }

    #footer-menu li .sub-menu a{
      font-size: 18px;
      opacity: 0.75;
      font-weight: 200;
      line-height: 175%;
    }


.footer_copyright{
  float:left;
  width: 100%;
  background: #102359;
  color: var(--white);
  text-align: center;
  font-size: 18px;
  font-weight: 200;
  line-height: 175%;
  padding-top: 24px;
  padding-bottom: 24px;
}

.search .bottom_text{
  float:left;
  width: 100%;
  margin-top: 24px;
}

  .search .bottom_text p{
    color: #000;
    font-size: 18px;    
  }

  .search .bottom_text a{
    font-weight: 700;
    color: var(--dark_blue);
  }



.search_box{
  float:left;
  width: calc(100% - 48px);
  background: var(--blue);
  padding: 24px;
  border-radius: 8px;
}

  .search_box .dropdowns{
    display: flex;
    float: left;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap:24px;
  }

    .search_box .dropdowns .search_button{
      height: 32px;
      display: flex  ;
      align-items: center;
      float: right;
      position: relative;
      top: 8px;
      border-radius: 8px;
      border:1px solid var(--dark_blue);
    }

      .search_box .dropdowns .search_button svg{
        margin-right: 12px;
      }

  .search_box .buttons{
    float:left;
    width: 100%;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 16px;
  }

    .search_box .buttons span{
      cursor: pointer;
      padding:8px 18px;
      border-radius: 60px;
      background: #122D7426;
      color: var(--white);
      transition: all 0.3s;
    }

    .search_box .buttons span.active{
      color: var(--dark_blue);
      background: var(--white);
      transition: all 0.3s;
    }

  .search_box .top_text{
    color: var(--white);
    font-size: 18px;
    margin-bottom: 10px;
  }

    .search_box .top_text span{
      font-size: 14px;
      opacity: 0.5;
    }


.dropdowns .dropdown-label{
  color: var(--white);
  font-size: 18px;
  font-weight: 300;
}


  .dropdowns .dropdown-label span{
      font-size: 14px;
      opacity: 0.5;
  }




#clinic-map-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px auto;
    overflow: hidden;
}

#clinic-map {
    width: 100%;
    height: 400px;
    min-height: 300px;
    border-radius: 8px 8px 0 0;
}

#clinic-list-wrapper {
}

.clinic-list-title {
    font-size: 1.8em;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

#clinic-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(46%, 1fr));
    gap: 20px;
    padding-bottom: 20px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #ccc #f1f1f1;
}

#clinic-list::-webkit-scrollbar {
    width: 8px;
}

#clinic-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#clinic-list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.clinic-item {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    cursor: pointer;

    background-color: #fff;
    padding: 16px;
    border-radius: 0 0 8px 8px;
}

.clinic-item:hover,
.clinic-item.highlighted {
    background-color: #e6f7ff;
    border-color: #91d5ff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.clinic-image-wrapper {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clinic-image {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.new-label {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #007bff;
    color: white;
    padding: 2px 8px;
    font-size: 0.75em;
    font-weight: bold;
    border-bottom-right-radius: 8px;
    z-index: 10;
}

.clinic-details {
    padding: 15px;
    flex-grow: 1;
    padding-top: 0;
    padding-bottom: 0;
}


.clinic-details h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 24px;
    color: var(--dark_blue);
}

.clinic-details .doctor-count {
    font-size: 18px;
    color: #666;
    margin-bottom: 3px;
}

.clinic-details .details-link {
    display: inline-block;
    color: var(--blue);
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 10px;
}

.clinic-details .details-link:hover {
    text-decoration: underline;
}

.clinic-contact-icons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

  .prices_container{
    display: flex;
    justify-content: space-between;
    gap:10px;
  }

  .prices_container .price_data{
    background: #78B5FF40;
    padding:8px 14px;
    border-radius: 8px;
    width: 100%;
  }

  .doctor-right_side .working_times{
    float:left;
    width: calc(100% - 32px);
    background: #F2F2F2;
    margin-top: 16px;
    border-radius: 8px;
    padding:16px;
  }

    .doctor-right_side .working_times p{
      margin-bottom: 0;
      color: #000;
      font-weight: 500;
    }

  .prices_container .price_data{
    font-size: 22px;
    text-transform: capitalize;
    font-style: normal;
    color: var(--dark_blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
  }

    .prices_container .price_data i{
      width: 16px;
      height: 16px;
      margin-right: 5px;
    }

    .prices_container .price_data.disabled{
      color: #00000040;
    }

    .prices_container .price_data.office i{
      background: url("images/medical-cross.svg") no-repeat;
    }
    .prices_container .price_data.home i{
      background: url("images/home-02.svg") no-repeat;
    }
    .prices_container .price_data.online i{
      background: url("images/camera-03.svg") no-repeat;
    }

  .prices_container .price_data.disabled{
    background: #0000000D;
  }

#doctors-list .doctor-right_side,
#doctors-list .doctor-left_side{
  width: calc(50% - 12px);
}


  .clinic-contact-icons a{
    background: #0000000D;
    width: 48px;
    height: 36px;
    padding:0;
    border-radius: 5px;
  }

  #doctors-list .clinic-contact-icons a{
    padding:0;
  }


  .doctor_container .clinic-contact-icons .icon-phone,
  .clinic-contact-icons a .icon-phone{
      background:url("images/phone_clinic.svg") no-repeat;
      background-size: 50%;
      background-position: center;
      width: 100%;
      height: 100%;
      float: left;

  }

  .doctor_container .clinic-contact-icons .icon-email,
  .clinic-contact-icons a .icon-email{
      background:url("images/mail-01.svg") no-repeat;
      background-size: 50%;
      background-position: center;
      width: 100%;
      height: 100%;
      float: left;

  }

  .doctor_container .clinic-contact-icons .icon-location,
  .clinic-contact-icons a .icon-location{
      background:url("images/globe-01.svg") no-repeat;
      background-size: 50%;
      background-position: center;
      width: 100%;
      height: 100%;
      float: left;

  }

  .doctor_container .clinic-contact-icons .icon-url,
  .clinic-contact-icons a .icon-url{
      background:url("images/marker-pin-01.svg") no-repeat;
      background-size: 50%;
      background-position: center;
      width: 100%;
      height: 100%;
      float: left;

  }

#clinic-pagination {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #eee;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#clinic-pagination .page-link {
    display: flex;
    padding: 8px 12px;
    margin: 0 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #122D74;
    background-color: #f0f0f0;
    transition: all 0.3s ease;
}

#clinic-pagination .page-link:hover {
    background-color: #e2e6ea;
    border-color: #c4d7e3;
}

#clinic-pagination .page-link.current {
    background-color: #122D74;
    color: white;
    border-color: #122D74;
    font-weight: bold;
}

.info-window-content {
    font-family: Arial, sans-serif;
    padding: 10px;
    max-width: 250px;
}

.info-window-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.info-window-content h3 {
    font-size: 1.1em;
    margin-top: 0;
    margin-bottom: 5px;
    color: #0056b3;
}

.info-window-content p {
    margin: 0 0 5px;
    font-size: 0.9em;
    color: #555;
    clear: both;
}

.info-window-content a {
    color: #007bff;
    text-decoration: none;
    font-size: 0.9em;
}
 
.info-window-content a:hover {
    text-decoration: underline;
}

.info-window-details {
    display: block;
    margin-top: 10px;
    text-align: right;
    font-weight: bold;
}




/* Styling for the new dropdown search input */
.dropdown-container {
    position: relative; /* Ensure dropdown content positions correctly */
}

.select-dropdown-content {
    /* ... existing styles ... */
    /* Add padding-top to accommodate the search bar if needed, or adjust below */
    padding-top: 10px; /* Example, adjust as needed */
}

.search-input-wrapper {
    position: relative;
    padding: 0 15px 10px 15px; /* Adjust padding to match dropdown content */
    border-bottom: 1px solid #eee; /* Separator for search input */
    margin-bottom: 5px; /* Space between search and options */
}

.dropdown-search-input {
    width: calc(100% - 30px);
    padding: 8px 30px 8px 10px; /* Increased right padding for icon */
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 0.9em;
    outline: none;
}

.dropdown-search-input:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.search-icon {
    position: absolute;
    right: 13px;
    top: 39%;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
    color: #666;
    pointer-events: none; /* Make icon unclickable */
}

/* Ensure the dropdown content is initially hidden */
.select-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 100;
    width: 100%; /* Make dropdown content full width of container */
    max-height: 250px; /* Limit height of dropdown for scrolling */
    overflow-y: auto; /* Enable scrolling for options */
    overflow-x: hidden; /* Enable scrolling for options */
    border-radius: 4px;
}

.select-dropdown-content.active {
    display: block;
}

.select-options {
    display: flex;
    flex-direction: column;
}

.select-option {
    color: black;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    transition: background-color 0.2s ease;
}

.select-option:hover {
    background-color: #ddd;
}

/* Basic styling for the dropdown button and label for context */
.dropdown-label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
}

.dropdown-label span {
    color: #dc3545; /* Red for required */
    font-size: 0.8em;
    font-weight: normal;
}

.select-dropdown-button {
    width: 100%;
    padding: 10px 15px;
    text-align: left;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1em;
}

.select-dropdown-button svg {
    height: 20px;
    width: 20px;
    transition: transform 0.2s ease;
}

.select-dropdown-content.active + .select-dropdown-button svg {
    transform: rotate(180deg);
}


.page_404{
  float:left;
  width: 100%;
  margin-top: 120px;
  margin-bottom: 120px;
}

.page_404 .container .col-12{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

  .page_404 .container .col-12 h1{
    font-size: 140px;
    font-weight: 300;
  }

  .page_404 .container .col-12 p{
    font-size: 36px;
    color: var(--dark_blue);
    font-weight: 700;
  }


.search_page .search_box{
  display: flex;
}

.search_page .search_box .buttons{
  margin-bottom: 0;
}

.search_page .search_box .flex_this{
  width: 70%;
}




  /* Filters Section */
  .doctors-filters {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin-bottom: 30px;
      padding: 20px;
      background-color: #f9f9f9;
      border: 1px solid #eee;
      border-radius: 8px;
      align-items: flex-end; /* Align buttons at the bottom of the filter groups */
  }

  .filter-group {
      flex: 1 1 250px; /* Allow groups to grow and wrap */
      display: flex;
      flex-direction: column;
  }

  .filter-group label {
      font-weight: bold;
      margin-bottom: 8px;
      color: #333;
  }

  .text-filter-input {
      width: 100%;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 4px;
      font-size: 1em;
      outline: none;
  }

  .text-filter-input:focus {
      border-color: #007bff;
      box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
  }

  /* Buttons */
  .button {
      padding: 10px 20px;
      border-radius: 4px;
      cursor: pointer;
      font-size: 1em;
      transition: background-color 0.3s ease;
      border: none;
      margin-top: 10px; /* Space from inputs on smaller screens */
  }

  .button-primary {
      background-color: #007bff;
      color: white;
  }

  .button-primary:hover {
      background-color: #0056b3;
  }

  .button-secondary {
      background-color: #6c757d;
      color: white;
  }

  .button-secondary:hover {
      background-color: #5a6268;
  }

  /* Doctor List Container */
  #doctors-list-container {
      min-height: 300px; /* Prevent layout jump while loading */
      float:left;
      width: 100%;
      margin-top: 30px;
  }

  #doctors-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(46%, 1fr));
      gap: 20px;
      padding-bottom: 20px;
      width: 100%;
  }

  #doctors-list a{
    display: flex;
    gap:24px;
  }

  #doctors-list .doctor-item {
    padding:16px;
  }

    #doctors-list .doctor-flex_image{
      display: flex;
      gap:16px;
    }

    #doctors-list .see_details{
      color: var(--blue);
      text-decoration: underline;
      font-size: 16px;
    }

    #doctors-list .clinic-name{
      color: #000;
      font-size: 18px;
      font-weight: 500;
      margin-top: 16px;
      margin-bottom: 16px;
    }

  .doctor-item {
      display: flex;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      overflow: hidden;
      transition: all 0.3s ease;
      box-shadow: 0 2px 4px rgba(0,0,0,0.05);
      text-decoration: none; /* Ensure link styling is removed */
      color: inherit; /* Inherit text color */
  }

  .doctor-item:hover {
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      border-color: #007bff;
  }

  .doctor-image-wrapper {
      flex-shrink: 0;
      width: 90px;
      height: 90px;
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .doctor-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 100%;
  }


  .doctor-details h3 {
      margin-top: 0;
      margin-bottom: 5px;
      font-size: 24px;
      color: var(--dark_blue);
  }

  .doctor-details p {
      margin: 0 0 5px;
      font-size: 0.9em;
      color: #666;
  }

  .doctor-details .specialty {
    font-size: 18px;
    line-height: 120%;
    color: #00000080;
  }

  .doctor-contact-info {
      margin-top: 10px;
      font-size: 0.85em;
      color: #555;
  }

  /* Pagination Styles (reused from previous) */
  #doctors-pagination {
      text-align: center;
      padding-top: 20px;
      border-top: 1px solid #eee;
      margin-top: 20px;
  }

  #doctors-pagination .page-link {
      display: inline-block;
      padding: 0;
      width: 50px;
      height: 50px;
      margin: 0 5px;
      border: 1px solid #122D74;
      border-radius: 4px;
      text-decoration: none;
      color: #122D74;
      background-color: #f0f0f0;
      transition: all 0.3s ease;
      display: flex;
  }

  #doctors-pagination .page-link.prev,
  #doctors-pagination .page-link.next{
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
  }

  #doctors-pagination .page-link:hover {
      background-color: #e2e6ea;
      border-color: #c4d7e3;
  }

  #doctors-pagination .page-link.current {
      background-color: #122D74;
      color: white;
      border-color: #122D74;
      font-weight: bold;
  }

  /* Dropdown specific styles (reused from previous) */
  .dropdown-container {
      position: relative;
      width: 100%;
  }

  .dropdown-label {
      display: block;
      margin-bottom: 5px;
      font-weight: bold;
      color: #333;
  }

  .dropdown-label span {
      color: #dc3545;
      font-size: 0.8em;
      font-weight: normal;
  }

  .select-dropdown-button {
      width: 100%;
      padding: 10px 15px;
      text-align: left;
      border: 1px solid #ccc;
      border-radius: 4px;
      background-color: #fff;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 1em;
  }

  .select-dropdown-button svg {
      height: 20px;
      width: 20px;
      transition: transform 0.2s ease;
  }

  .select-dropdown-content.active + .select-dropdown-button svg {
      transform: rotate(180deg);
  }

  .select-dropdown-content {
      display: none;
      position: absolute;
      background-color: #f9f9f9;
      min-width: 200px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 100;
      width: 100%;
      max-height: 250px;
      overflow-y: auto;
      border-radius: 4px;
      border: 1px solid #ddd;
  }

  .select-dropdown-content.active {
      display: block;
  }

  .search-input-wrapper {
      position: relative;
      padding: 10px 15px 10px 15px;
      border-bottom: 1px solid #eee;
      margin-bottom: 5px;
  }

  .search-icon {
      position: absolute;
      right: 25px;
      top: 50%;
      transform: translateY(-50%);
      height: 18px;
      width: 18px;
      color: #666;
      pointer-events: none;
  }

  .select-options {
      display: flex;
      flex-direction: column;
  }

  .select-option {
      color: black;
      padding: 10px 15px;
      text-decoration: none;
      display: block;
      transition: background-color 0.2s ease;
  }

  .select-option:hover {
      background-color: #ddd;
  }

  /* Responsive adjustments for filters */
  @media (min-width: 768px) {
      .doctors-filters {
          flex-wrap: nowrap; /* Keep filters in a single row if space allows */
      }
      .filter-group {
          flex: 1; /* Distribute space evenly */
      }
      .doctors-filters button {
          margin-top: 0; /* Reset margin for aligned buttons */
      }
  }



.working_times_table{
  padding:16px;
  background: #F2F2F2;
  border-radius: 8px;
  margin-top: 16px;
  width: calc(100% - 32px);
}

  .working_times_table table{
    width: 100%;
    text-align: center;
        border-spacing: 0;
    border-collapse: collapse;
    font-family: var(--Outfit);
  }

  .working_times_table table th{
    font-size: 14px;
    font-weight: 500;
  }

  .working_times_table table tr:first-child td:first-child .first-td-wrapper {
    background: #0000000D;
    margin-bottom: 5px;
  }

  .working_times_table table tr td:first-child .first-td-wrapper {
    background: #00000026;
    border-radius: 6px;
    padding: 6px 19px;
    float: left;
    width: calc(100% - 60px);
    min-width: 55px;
    font-size: 14px;
    display: inline-block; /* so margin works better */
  }


    .working_times_table table tr:first-child td{
      border-bottom: 1px solid #00000026;
      padding:0;
    }

    .working_times_table table tr:first-child td:first-child{
      border-bottom: 1px solid transparent;      
    }


.doctor_container{
  display: flex;
  gap: 24px;
}

  .doctor_container .right_side,
  .doctor_container .left_side{
    width: 50%;
  }

    .doctor_container .right_side .doctor-item,
    .doctor_container .left_side .doctor-item{
      flex-wrap: wrap;
      padding:24px;
    }

    .doctor_container .right_side .doctor-item .doctor-right_side{
      width: 100%;
    }

    .doctor_container .left_side .doctor-item h2{
      font-size: 22px;
      color: #000;
    }

    .doctor_container .left_side .doctor-item .clinics_data h3,
    .doctor_container .left_side .doctor-item .clinics_data h3 a{
      font-size: 18px;
      margin-top: 30px;
      color: var(--dark_blue);
    }

    .doctor_container .left_side .doctor-item p{
      font-size: 16px;
      margin-bottom: 5px;
    }

    .doctor_container .clinic-contact-icons{
      flex-wrap: wrap;
    }

      .doctor_container .clinic-contact-icons a{
        width: auto;
        height: auto;
        background: transparent;
        font-size: 16px;
        color: #000;
      }

    .doctor_container .left_side .doctor-item .doctor-flex_image {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 30px;
        margin-bottom: 30px;
    }

.doctor_container .clinic-contact-icons .row{
  display: flex;
  align-items: center;
  gap: 10px;
}

.doctor_container .clinic-contact-icons .icon_container{
    width: 48px;
    min-width: 48px;
    height: 36px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}


.doctor_container .right_side .doctor-item{
  margin-bottom: 24px;
}


.clinics_data{
  display: flex;
  gap: 10px;
}

  .clinics_data .clinic_right,
  .clinics_data .clinic_left{
    width: 50%;
  }

    .clinics_data .clinic_right #clinics-map{
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 500px;
    }

.single_doctor{
  padding-bottom: 100px;
}

.doctors_containers{
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
}

  .doctors_containers .doctor-item .doctor-left_side{
    margin-right: 24px;
  }
  
  .doctors_containers .doctor-item .clinic-name{
    color: #000;
    font-size: 16px;
    font-weight: 500;
  }

  .doctors_containers .doctor-item .doctor-flex_image{
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
  }
  .doctors_containers .doctor-item a{
    color: #78B5FF;
    text-decoration: underline;
  }

  .doctors_containers .doctor-item {     padding: 24px;
    width: calc(50% - 62px);}

.clinic-contact-info-simple{
  display: flex;
  width: 100%;
  gap: 10px;
}

  .clinic-contact-info-simple > div{
    margin-bottom: 20px;
  }

  .clinic-contact-info-simple strong,
  .clinic-contact-info-simple a{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000;
    float:left;
    width: 100%;
  }

  .clinic-contact-info-simple a{
    font-weight: 400;
  }


  .clinic-contact-info-simple > div{
    width: 50%;
  }

.single-clinic .doctor_container .clinic-contact-icons .row{
  gap: 0;
}

.single-clinic .doctor_container .clinic-contact-icons{
  flex-wrap: nowrap;
}

.single-clinic .doctor_container .left_side .doctor-item .doctor-flex_image{
    justify-content: space-between;
    align-items: start;
}

.newsletter {
  float:left;
  padding-bottom: 100px;
  padding-top: 100px;
  width: 100%;
}

  .newsletter .row{
    display: flex;
    align-items: center;

  }

.newsletter-wrapper {
    border-radius: 10px;
    margin: 0 auto;
}

.newsletter-wrapper p{
  color: #627282;
}

.newsletter-form {
    display: flex;
    align-items: center;
    background-color: #fff;
    background-image:url("images/newsIcon.png");
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 22px;
    border: 1px solid #eee;
    border-radius: 6px;
    overflow: hidden;
    max-width: 600px;
}

.newsletter-form input {
    flex: 1;
    border: none;
    padding: 1em;
    font-size: 14px;
    color: #627282;
    background: transparent;
    padding-left: 60px;
}

.newsletter-form button {
    background: #7ebcff;
    color: white;
    border: none;
    width: 64px;
    height: 64px;
    cursor: pointer;
    font-size: 16px;
}

#newsletter_message {
    margin-top: 1em;
    font-size: 14px;
}




.custom-blog-grid {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
    width: 100%;
    flex-wrap: wrap;
}

.blog-card {
    border-radius: 12px;
    border:1px solid #D9D9D9;
    overflow: hidden;
    width: calc(50% - 22px);
}

.blog-image {
    position: relative;
    height: 330px;
    background-size: cover;
    background-position: center;
}

.blog-overlay {
    position: absolute;
    bottom: 0;
    width: calc(100% - 40px);
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
    color: white;
    height: calc(100% - 40px);
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    gap: 0;
}

.blog-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #fff;
    width: 100%;
}

.blog-meta {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.page-link {
    padding: 0;
    background: #fff;
    border: 1px solid #122D74;
    color: #000;
    border-radius: 4px;
    text-decoration: none;
    font-size: 18px;
    width: 50px;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-link.current,
.page-link:hover {
    background-color: #0b3fc1;
    color: #fff;
    border-color: #0b3fc1;
}

.page-link.dots {
    background: transparent;
    border: none;
    color: #999;
}


.single_pst{
  float:left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 60px;
}

.single-post-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #001e5a;
}

.single-post-hero {
    position: relative;
    height: 330px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
}

.single-post-hero .overlay {
    position: absolute;
    bottom: 0;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    color: #fff;
    display: flex;
    align-items: end;
}

.post-date {
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.single-post-content {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

.single-post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 20px 0;
}


.left_right{
  margin-bottom: 30px;
}

.left_right .row{
  display: flex;
  align-items: center;
}


#specialty-pagination {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    gap: 16px;
    justify-content: center;
}

  #specialty-pagination  .ellipsis{
    display: flex;
    align-items: center;
  }

#specialty-list{
  float:left;
  width: 100%;
  gap: 24px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

  #specialty-list .specialty-item{
    border:1px solid #D9D9D940;
    background: #fff;
    padding:16px;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    width: calc(33.3% - 50px);
  }

  #specialty-list .specialty-item h3{
    margin-bottom: 5px;
  }

  #specialty-list .specialty-item p{
    color: #00000080;
    font-size: 18px;
    margin-bottom: 5px;
  }

  #specialty-list .specialty-item a{
    color: #78B5FF;
    font-size: 16px;
    text-decoration: underline;
  }


.full_title{
  float:left;
  width: 100%;
  border-radius: 6px;
  border-left: 8px solid;
  margin-top: 96px;
  margin-bottom: 76px;
}

  .full_title h1{
    margin:0;
    padding-left: 36px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

.full_title.yellow{
  border-color: var(--yellow);
  background: #FBBC0526;
}
.full_title.blue{
  border-color: var(--blue);
  background: #78B5FF26;
}
.full_title.green{
  border-color: var(--green);
  background: #60D8CF26;
}

.full_image figure{
  margin:0;
  margin-bottom: 76px;
}

.full_image img{
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  object-position: top;
}


.left_right{
    margin-top: 60px;
    float: left;
    width: 100%;
    margin-bottom: 0;
}


  .full_text .button_container,
  .left_right .button_container{
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 60px;
  }


  .left_right li,
  .full_text li,
  .left_right p,
  .full_text p{
    color: #7B7C7D;
    font-size: 24px;
    line-height: 140%;
  }

  .left_right h2,
  .full_text h2{
    text-transform: none;
  }

  .left_right .row{
    flex-direction: row-reverse;
    align-items: start;
  }

  .left_right.switch .row{
    flex-direction: row;
  }

  

  .left_right .img_side img{
    width: 100%;
  }

.slider_container{
  float:left;
  width: 100%;
}

.job_text p{
  float:left;
  width: 100%;
}

.lSSlideWrapper{
  max-width: 100vw;
}

#responsive{
  float:left;
  width: 100vw;
}

.doctors_containers{
  display: none;
}

@media only screen and (max-width: 1600px) {

  .left_right+.two_images_and_text .container,
  .container {
    width: 1400px;
  }

  .container_small{
    width: 1400px;
  }

}


@media only screen and (max-width: 1500px) {

  .container, .container_small{
    width: 1400px;
  }
}


@media only screen and (max-width: 1400px) {
  .container, .container_small{
    width: 1200px;
  }
 
 
  #primary-menu li a{
    font-size: 16px;
  }

}



@media only screen and (max-width: 1300px) {
  .container, .container_small{
    width: 1100px;
  }

  #primary-menu{
    gap: 5px;
  }


  .prices_container .price_data{
    font-size: 16px;
  }

  .doctor-details h3{
    font-size: 18px;
  }

  #doctors-list .doctor-left_side{
    margin-right: 10px;
  }

  #doctors-list .doctor-right_side, #doctors-list .doctor-left_side {
      width: calc(50% - 22px);
  }

}
 
@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 50px;
    line-height: 110%;
    margin-top: 25px;
    margin-bottom: 30px;
  }

  h2{
      font-size: 40px;
      line-height: 150%;
  }


  h3{
      font-size: 30px;
      line-height: 150%;
  }

  h4{
    font-size: 18px; 
    line-height: 180%;
  }

  p{    
      font-size: 16px;
      line-height: 180%;
  }

  .container, .container_small{
    width: 1000px;
  }



  ul#mobile_menu{
    display: block;
    right: -40px;
    z-index: 1000;
  }

  .menu_container {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: calc(100vh - 130px);
      background: #fff;
      z-index: 100;
      padding-top: 130px;
  }

  .menu_container{
    display: none;
  }

 /* ul#mobile_menu.active{
    position: fixed;
    right: 20px;
    top: 60px;
  } */

  #primary-menu{
    gap: 10px;
    flex-wrap: wrap;
  }

  #primary-menu li,
  #primary-menu li a{
    width: 100%;
    float:left;
  }
  #primary-menu li a{
        padding: 12px 16px;
  }


  #footer-menu li .sub-menu a{
    font-size: 14px;
  }

   .search_page .search_box .flex_this{
    width: 100%;
    margin-bottom: 20px;
  }

  .search_page .search_box{
    flex-wrap: wrap;
  }

  #doctors-list{
   grid-template-columns: repeat(auto-fit, minmax(96%, 1fr));
  }

  .doctors_containers .doctor-item {
      padding: 24px;
      width: calc(100% - 48px);
  }
}


@media only screen and (max-width: 1100px) {

  .container, .container_small{
    width: 900px;
  }


  .boxes_contained .box p br{
    display: none;
  }

  .menu-image{
    max-width: 200px;
  }

}

@media only screen and (max-width: 1000px) {
  .container{
    width: 90%;
  }



  h1 {
    font-size: 30px;
    line-height: 110%;
    margin-top: 25px;
    margin-bottom: 30px;
  }

  h2{
      font-size: 28px;
      line-height: 130%;
  }

  h3{
      font-size: 24px;
      line-height: 150%;
  }

  h4{
    font-size: 16px; 
    line-height: 180%;
  }

  p{    
      font-size: 16px;
      line-height: 140%;
  }

  br{
    display: none;
  }

  .search .text p{
    font-size: 18px;
  }


  .search .col-7,
  .search .col-5{
    width: 96%;
  }

  .search .col-5 img{
    width: 80%;
    margin:0 auto;
    display: table;
  }

  .boxes .boxes_container{
    flex-wrap: wrap;
  }
  
  .boxes .boxes_container .box{
    max-width: 48%;
    flex: auto;
  }

  .boxes_contained .boxes_container .box{
    max-width: 100%;
  }

  .boxes_contained .boxes_container .box img{
    width: 100%;
    height: 250px;
    object-fit: cover;
  }

  .boxes_contained.testimonials .boxes_container .box img{
    height: 100px;
    width: 100px;
  }

  .lastest_blog .d-flex{
    flex-wrap: wrap;
  }

  .lastest_blog .other-posts,
  .lastest_blog .first-post{
    width: 100%;
  }

  .lastest_blog .first-post .blog-item {
    min-height: 300px;
    position: relative;
  }

  .lastest_blog .other-posts .blog-item .blog-title{
    line-height: 120%;
  }

  .doctor_container{
    flex-wrap: wrap;
  }

  .doctor_container .right_side, .doctor_container .left_side{
      width: 100%;
  }


  #specialty-list .specialty-item{
    width: calc(50% - 46px);
  }

}


@media only screen and (max-width: 768px) {

  .left_right li, .full_text li, .left_right p, .full_text p{
    font-size: 18px;
  }

  #logo img{
    width: 150px;
  }

  .search{
    padding-top: 0;
  }

  .search_box .dropdowns{
    flex-wrap: wrap;
    gap:12px;
  }

  .search_box .dropdowns .search_button{
    width: 100%;
    justify-content: center;
  }


    .boxes .boxes_container .box{
      max-width: 100%;
      flex: auto;
    }

  .newsletter .row{
    flex-wrap: wrap;
    gap: 20px;
  }
  .newsletter .row .img_side{
    text-align: center;
  }

  #footer-menu{
    flex-wrap: wrap;
  }

    #footer-menu > li {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    #footer_logo{
      text-align: center;
    }

  .lastest_blog .other-posts .blog-item{
    flex-wrap: wrap;
  }

  .lastest_blog .other-posts .blog-item .blog-thumbnail{
    width: 100%;
  }
  .lastest_blog .other-posts .blog-item img{
        min-width: 100%;
    width: 100%;
    height: 150px;
  }

  .search_box .buttons span {
    padding: 4px 12px;
    font-size: 14px;
  }

  .search_box .buttons{
    gap: 12px;
  }

  .search_page .search_box .flex_this{
    width: 100%;
    margin-bottom: 20px;
  }

  .search_page .search_box{
    flex-wrap: wrap;
  }

  #doctors-list .doctor-item{
    flex-wrap: wrap;
    gap: 20px;
  }

  #doctors-list .doctor-right_side, #doctors-list .doctor-left_side{
    width: 100%;
  }

  .working_times_table{
    width: calc(100% - 32px);
  }

  #doctors-pagination .page-link{
    width: 40px;
    height: 40px;
  }

  .pagination{
    gap: 5px;
  }

  #clinic-list{
    grid-template-columns: repeat(auto-fit, minmax(96%, 1fr));
  }

  .doctors_containers .doctor-item .doctor-right_side,
  .doctors_containers .doctor-item .doctor-left_side{
    width: 100%;
  }

  .doctors_containers .doctor-item{
        flex-wrap: wrap;
    gap: 20px;
  }

  .left_right .col-5,
  .left_right .col-7{
    width: 96%;
  }

  .left_right .row{
    flex-wrap: wrap;
    gap:20px;
  }

  .left_right.switch .row{
    flex-direction: column-reverse;
  }

  .full_title{
    margin-top: 20px;
  }

      .single_doctor {
        padding-bottom: 0;
    }
} 


@media only  screen and (max-width: 600px) {
  .clinics_data{
    flex-wrap: wrap;
  }

  .clinics_data .clinic_right, .clinics_data .clinic_left {
    width: 100%;
  }

  .single_doctor{
    padding-bottom: 0;
  }

  .single-clinic .single_doctor{
    padding-bottom: 50px;
  }


    #specialty-list .specialty-item{
      width: calc(100% - 32px);
    }
} 

@media only  screen and (max-width: 500px) {
  .search_box .buttons span {
    padding: 4px 10px;
    font-size: 12px;
  }

  .search_box .buttons{
    gap: 4px;
  }
}