/*----[[624fe863a9bbcc00bb5be4f1]]---*/
        /*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
.header_21 {
    box-shadow: 0 0.125rem 0.75rem var(--wb-theme-box-shadow);
    background: var(--wb-website-theme-primary-color);
  }
  

  
  /* toogle button css  */
  .header_21 .navbar-toggler {
    border: none;
    margin-left: auto;
  }
  
  .header_21 .navbar-toggler:focus {
    border: none;
    outline: 0;
    box-shadow: none;
  }
  
  .header_21 .navbar-toggler .navbar-toggler-icon {
    background: transparent;
    outline: 0;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
  
  
  }
  
  .header_21 .navbar-toggler .navbar-toggler-icon .fas {
    color: var(--wb-website-theme-secondary-color);
  }
  
  .header_21 .navbar-nav .nav-item .nav-link {
    padding: 0 0 0.625rem 1.875rem;
    color: var( --wb-menu-color);
  
  }
  
  .header_21 .navbar-nav .nav-item .active {
    color: var( --wb-menu-color);
    text-decoration: overline;
  }
  
  .header_21 .navbar-nav .nav-item .nav-link:hover {
    color: var(--wb-menu-hover-color);
    text-decoration: overline;
  }
  
  .header_21 .appointment-btn {
      background: transparent;
    color: var(--wb-website-text-primary-color);
    border: 0.125rem solid var(--wb-website-theme-secondary-color) !important;
    border-radius: 1.875rem !important;
    padding: 0.75rem 1.563rem;
  }
  
  .header_21 .appointment-btn:hover {
    border: 0.125rem solid var(--wb-website-hover-background-color) !important;
    background: var(--wb-website-hover-background-color);
    color: var(--wb-website-hover-text-color);
  }
  
  /* ===========media query======== */
  @media (max-width: 48rem) {
    .header_21 .navbar-nav .nav-item .nav-link {
        padding-left: 0.5rem !important;
  
    }
  }
  
  @media (max-width: 64rem) {
    .header_21 .appointment-btn {
        padding: 0.625rem 1.375rem;
    }
  }
        /*----624fe863a9bbcc00bb5be4f1----*/
        

/*----[[61dc18ad0e2fea1817442716]]---*/
        /*--------------------------------------------------------------
# video_5
--------------------------------------------------------------*/
.video_5 {
    background-color: var(--wb-website-theme-primary-color);

}

.video_5 .video-form-div h1 {
    font-size: 1.4rem;
    font-weight: bold;

}

.video_5 .video-form-div-top h1 {
    font-size: 2.3rem;
    font-weight: bold;

}

.video_5 .subscribe-btn {
    background: var(--wb-website-theme-secondary-color);
    color: var(--wb-website-text-secondary-color);
    border: 0.0625rem solid var(--wb-website-theme-secondary-color);
    padding: 1rem 3rem;
    border-radius: 0;

}

.video_5 .subscribe-btn:hover {
    border: 0.0625rem solid var(--wb-website-hover-background-color);
    background: var(--wb-website-hover-background-color);
    color: var(--wb-website-hover-text-color);
}

.video_5 ::placeholder {
    font-size: 0.875rem;
    color: var(--wb-input-placeholder-color);
}


.video_5 .form-control {
    background: var(--wb-input-background-color);
    color: var(--wb-input-text-color);
    border: 0.0625rem solid var(--wb-input-border-color);
    padding: 1rem 0.875rem;
    border-radius: 0;

}


.video_5 .form-control:focus {
    outline: 0;
    box-shadow: none;
    border: 0.0625rem solid var(--wb-input-border-color);
}

.video_5 iframe {
    width: 100%;
}


@media (max-width: 32.813rem) {
    .video_5 iframe {
        width: 100%;
        height: 15.625rem;
    }
}

/*--------------------------------------------------------------
# End video_5
--------------------------------------------------------------*/
        /*----61dc18ad0e2fea1817442716----*/
        

/*----[[629dac895cfc3fb3792535bb]]---*/
        .button_1 {
  background: var(--wb-website-theme-primary-color);
}
.button_1 .btn-register {
  padding: 0.65rem 1.463rem;
  background: var(--wb-website-theme-secondary-color);
  color: var(--wb-website-text-secondary-color);
}
.button_1 .btn-register:hover{
  background: var(--wb-website-hover-background-color);
  color: var(--wb-website-hover-text-color);
}
        /*----629dac895cfc3fb3792535bb----*/
        

/*----[[61bb17ff5efc742a3f1a15fb]]---*/
        /*--------------------------------------------------------------
#footer-15
--------------------------------------------------------------*/
.footer-15 {
  background: var(--wb-website-theme-primary-color);
}

.footer-15 p{
  margin-bottom : 0;
}
/*--------------------------------------------------------------
# End footer-15
--------------------------------------------------------------*/
        /*----61bb17ff5efc742a3f1a15fb----*/
        

/*----[[6183c89e6935252380559f89]]---*/
        /*--------------------------------------------------------------
# Footer_8
--------------------------------------------------------------*/

.footer_8 {
  background: var(--wb-website-theme-primary-color);
}

.footer_8 a {
  color: var(--wb-website-text-primary-color);
}

.footer_8 .footer-logo {
  max-width: 100%;
  height: 5rem;
}

/*--------------------------------------------------------------
# End Footer_8
--------------------------------------------------------------*/
        /*----6183c89e6935252380559f89----*/
        

