body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Poppins\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Segoe UI\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",Roboto,\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Helvetica Neue\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",Arial,\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Noto Sans\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",sans-serif,\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Apple Color Emoji\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Segoe UI Emoji\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Segoe UI Symbol\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Noto Color Emoji\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\" !important;
} 

.wpo-nav-menu {
  color: #000;
  list-style: none;
  font-weight: 400;
  font-size: 0.9375rem;
  text-align: right;
  text-decoration: none;
}

.wpo-nav-menu a {
  color: #727272;
  text-decoration: none;
}

.wpo-nav-menu a:hover {
  color: #777;
}

.wpo-nav-menu .sub-menu {
  color: #000;
  list-style: none;
  font-weight: 600;
  font-size: 0.9375rem;
  text-align: left;
  text-decoration: none;
}

.wpo-nav-menu .sub-menu a {
  color: #000;
  text-decoration: none;
}

.wpo-nav-menu .sub-menu a:hover {
  color: #777;
}

#main-banner .grid-column{
    text-align:center;
}

.text-center{
    text-align:center;
}
.text-justify{
    text-align: justify;
}

p {
  color: #232323;
  font-size: 1rem;
  font-weight: 300;
  line-height: 28px;
}

.profileText p, .profileText ul{
    font-size: 0.9rem !important;
    line-height: 18px !important
}

.wg-normal{
    font-weight: 400;
}

.profileText ul li{
    font-weight: 400;
}

.dotted-bottom{
    border-bottom: 1px dotted #a8d4e6;
    padding-bottom: 25px;
    margin-bottom:25px;
}

a {
  color: #00b0ff;
  text-decoration: none;
}

a:hover {
  color: #79ecff;
}

h1 {
  color: #000;
  font-size: 2.25rem;
  font-weight: 500;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
}

h2 {
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
}

.sidebar h2 {
  background-color: #777;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
  padding: 12px;
}

h3 {
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
  /*margin-top: 0.8rem;*/
  margin-bottom: 1rem;
}

.sz24{
    font-size: 24px;
    margin-top: 0 !important;
}
.sz20{
    font-size: 20px;
    font-weight: 600;
}
.sz18{
    font-size: 18px; 
    font-weight: 600;
}
.sz17{
    font-size: 17px;
}

.steps h4{
    color: #5a5d61;
    font-size: 14px !important;
    font-weight: 600;
    margin-top: 0.2rem !important;
    margin-bottom: 0 !important;
}

.covid19-list li{
    font-size: 16px;
    font-weight: 300;
}

img {
    border-radius: 3px;
}

.text-white h4{
    color: #fff;
}

.text-white{
    color: #fff;
}

.text-black{
    color: #000;
}

.pd-30{
    padding-top: 30px;
    padding-bottom: 30px;
}

.top-0{
    margin-top: 0 !important;
}

.list-inline li{
    display: inline;
}

.sidebar h3 {
  background-color: #777;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 12px;
}

h4 {
  color: #000;
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
}

.sidebar h4 {
  color: #000;
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
}

.postdate {
  font-size: 1.3rem;
  text-align: right;
  color: #555;
}

.popular-posts ul {
  font-size: 1.2rem;
  margin-bottom: 16px;
  list-style-type: none;
}

.popular-posts ul a {
  color: #444;
}

.popular-posts ul a:hover {
  color: #777;
  text-decoration: none;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 20px;
  font-weight: 700;
}

blockquote {
  color: #999;
  list-style: none;
  font-weight: 600;
  font-size: 1.6rem;
  text-align: center;
}

.background-blue{
    background-color: #f8f8f8;
    margin-top: 0 !important;
    padding: 30px 20px 20px 20px;
}

.background-gray {
    background-color: #f8f8f8;
    margin-top: 15px;
    padding: 30px 20px 20px 20px;
}

.button-white {
  font-size: 1em;
  background-color: #fff;
  color: #000;
  font-weight: 600;
  text-align: center;
  border: none;
  border-radius: 5px;
  padding: 10px 30px;
  margin: 15px 0;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.button-white a {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

.button-white:hover {
  background-color: #f7f7f7;
  color: #000;
  border: 1px solid;
  text-decoration: none;
}

.button-grey {
  font-size: 1em;
  background-color: #777;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border: none;
  border-radius: 5px;
  padding: 10px 30px;
  margin: 15px 0;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.button-grey a {
  background-color: #f7f7f7;
  color: #000;
  text-decoration: none;
}

.button-grey:hover {
  background-color: #f7f7f7;
  color: #000;
  border: 1px solid;
  text-decoration: none;
}

.button-green-center {
  left: 50%;
  transform: translateX(-50%);
}

.button-green, .button-green-center {
  font-size: 1em;
  background-color: #56afd5;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border: none;
  border-radius: 5px;
  padding: 10px 30px;
  /*margin: 15px 0;*/
  display: inline-block;
  position: relative;
}

.button-green a {
  background-color: #fff;
  color: #fff;
  text-decoration: none;
}

.button-green:hover {
  background-color: #f7f7f7;
  color: #000;
  border: 1px solid;
  text-decoration: none;
}

.button-green-small {
    font-size: 0.8em;
    background-color: #56afd5;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border: none;
    border-radius: 5px;
    padding: 7px 25px;
    margin: 15px 0;
    display: inline-block;
}

.button-green-transparent{
    font-size: 1em;
    padding: 10px 30px;
}

.button-green-small-transparent{
    font-size: 0.8em;
    padding: 7px 25px;
}

.button-green-small-transparent, .button-green-transparent {
    color: #56afd5;
    font-weight: 500;
    text-align: center;
    border-radius: 3px;
    margin: 15px 0;
    display: inline-block;
    border: 1px solid #56afd5;
}

/* Additional CSS  
 * Default Accordion
 */
.su-accordion {
    width:100%;
    margin-bottom: 0 !important;
}
.su-accordion .su-spoiler:nth-child(1){
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.su-accordion .su-spoiler {
    margin-bottom: 1px !important;
    padding: 6px 7px;
    /*background-color: #5bb2c9;*/
    background-color: #fff;
    /*border-bottom: 2px solid #4fa6bd;*/
    border: 1px solid #dcddde;
}
.su-spoiler-title {
    /*color: #fff;*/
    color: #5a5d61;
    font-size: 14px !important;
    font-weight: 400 !important;
}
.su-spoiler-title .su-spoiler-icon{
    color: #56afd5;
}
.su-spoiler-style-default>.su-spoiler-content {
    color: #5f5f5f;
    background-color: #fff;
    font-size: 14px;
}

.footer-left a {
  text-align: left;
  color: #ddd;
  text-decoration: none;
}

.footer-left a:hover {
  color: #fff;
}

.footer-right {
  text-align: right;
  color: #bbb;
}

/* Additional CSS  
 * Footer Links
 */
ul.footer-links {
    margin: 0 0 12px;
    padding: 0;
    list-style: none;
}

ul.footer-links li {
    margin: 0 0 12px;
}

ul.footer-links li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}

/* Additional CSS  
 * Home Page
 */
#main-banner{
	background-repeat: no-repeat;
	background-size: cover;
}

#main-banner .wpo-row-container{
	background-color: transparent !important;
}

.overlay{
    position: relative;
    z-index: 0;
}

.overlay:before{
	position: absolute;
    content: \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\";
    background-color: #000000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
}

#service-offer-area .col-md-3 {
    margin: 5px;
    padding: 30px;
    max-width: 100%;
    background-color: #fff;
}

.why-us-list li {
    margin-bottom: 5px;
    color: #727272;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 28px;
}
.map-box{
    border: 1px solid #f3ebeb;
    /*background-color: #f7f7f7;*/
    padding: 15px 15px;
    margin: 2px;
}
.services-box{
    background-color: #f7f7f7;
}
.faq-box, .onderrug-box{
    background-color: #fff;
}
.services-box, .faq-box{
    margin: 5px;
    padding-top: 30px;
    padding-bottom: 10px;
    box-shadow: 0 6px 10px rgb(0 0 0 / 4%);
    border: 1px solid #eaeaea;
}
.onderrug-box{
    margin: 5px;
    padding-bottom: 40px;
    box-shadow: 0 6px 10px rgb(0 0 0 / 4%);
    border: 1px solid #eaeaea;
}
.onderrug-list ul{
    font-size: 1rem !important;
    font-weight: normal !important;
}

.specialist-box{
    margin: 15px;
    padding-top: 20px;
    background-color: #ffffff;
}
.doctors-box{
    background-color: #fff;
}
.pricing-box{
    background-color: #e6f0fa;
}
.doctors-box, .pricing-box{
    margin: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 6px 10px rgb(0 0 0 / 4%);
    border: 1px solid #eaeaea;
}
.expert_thumb img{
    width: 100%;
}
.experts_name {
    background: #fff;
    padding-top: 16px;
    padding-bottom: 10px;
}

/* Additional CSS  
* Pricing Page
*/
.pricing-title,.pricing-value{
    padding: 15px;
    border-bottom: 1px solid #c3c3c3;
}
.pricing-value h4{
    font-size:52px;
}
.pricing-value h4 span{
    font-size:15px;
    position:relative;
    top:-28px;
}
.pricing-footer{
    font-size: 13px;
    padding: 15px;
}
.opening-hrs tr td{
    padding: 5px 0;
}

.networking-area span{
    font-size: 13px;
    text-align:justify;
}

.contact-form{
    padding: 20px !important;
    background-color: #f7f7f7 !important;
    border: 1px solid #e8e7e7 !important;
}
.contact-form .wpforms-field-label{
    font-weight: 600 !important;
    font-size: 14px !important;
}
.contact-form button[type=submit]{
    background-color: #56afd5 !important;
    color: #fff !important;
} 
.icon-list-box{
    text-align: center;
    padding: 5px 25px;
    display: inline-block;
    border: 1px solid #e4dfdf;
    background-color: #f7f7f7;
}

@media (min-width: 768px){
    .spacer-50{
        height: 50px;
    }
    .section-top-border {
        padding-top: 30px;
        margin-top: 50px !important;
        border-top: 1px dotted #eceaea;
    }
    .section-bottom-border {
        padding-bottom: 30px;
        margin-bottom: 60px;
        border-bottom: 1px dotted #eceaea;
    }
    .section-bottom-border-v2 {
        padding-bottom: 0px;
        margin-bottom: 30px;
        border-bottom: 1px dotted #eceaea;
    }
    #service-offer-area .col-md-3 {
        margin: 5px;
        padding: 30px;
        max-width: 24%;
        background-color: #fff;
    }
    .pricing-title{
        height: 100px;
    }
}

@media only screen and (max-width: 900px) {
    h1{
        font-size: 2rem !important;
    }
    h3 {
        margin-top: 0.8rem !important;
    }
    .wpo-mobile-menu-button {
        background-color: #ddd;
        position: absolute;
        top: 25px;
        right: 10px;
    }
    #main-banner .wpo-row-container{
        height: auto !important;
    }
    .footer-right {
        text-align: center;
    }
    .footer-left {
        text-align: center;
    }
}
.accordion-button {
    background-color: #fff;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none !important;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
.su-spoiler.my-custom-spoiler, 
.su-spoiler.my-custom-spoiler > .su-spoiler-title,
.su-spoiler.my-custom-spoiler > .su-spoiler-content {
  border: none !important; /* Ensures no borders are visible */
  background: transparent !important; /* Ensures background is transparent */
  box-shadow: none !important; /* Removes any shadow effects */
}

.su-spoiler.my-custom-spoiler::before, 
.su-spoiler.my-custom-spoiler::after {
  display: none !important; /* Hides any pseudo-elements that might be adding extra lines or borders */
}
.active, .accordion-button:hover {
    background-color: #fff;
    border: none !important;
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.panel p {
    margin: 10px 0;
}
.accordion-button:focus {
    outline: none; /* Remove outline when focused */
    border: none; /* Ensure no border when focused */
}
.su-accordion, .su-accordion .su-spoiler.my-custom-spoiler, 
.su-accordion .su-spoiler.my-custom-spoiler > .su-spoiler-title,
.su-accordion .su-spoiler.my-custom-spoiler > .su-spoiler-content {
  border: none !important; /* Removes all borders */
  background: transparent !important; /* Sets background to transparent */
  box-shadow: none !important; /* Removes any shadow effects */
}