/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
.header_21 {
  box-shadow: 0 0.125rem 0.75rem var(--wb-theme-box-shadow);
  background: var(--wb-website-theme-primary-color);
}


.header_21 .logo-img {
  max-width: auto;
  height: 3.015rem;
}

/* 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;
  }
}

@media (max-width: 26.563rem) {
  .header_21 .logo-img {
      width: auto;
      height: 3.125rem;
  }
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/

.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);
}

/*--------------------------------------------------------------
# Footer_16
--------------------------------------------------------------*/

.footer_16 {
  background: var(--wb-website-theme-primary-color);
}

.footer_16 a{
  color: var(--wb-website-text-primary-color);
}


.footer_16 .socail-icon-footer li > a {
  color: var(--wb-website-theme-secondary-color);
}

.footer_16 .contact-form {
  background: var(--wb-website-theme-secondary-color);
  color: var(--wb-website-text-secondary-color);
  padding: 0.7rem 2rem;
  transition: 0.5s;
}

.footer_16 .contact-form:hover {
  background: var(--wb-website-hover-background-color);
  color: var(--wb-website-hover-text-color);
}

/*--------------------------------------------------------------
# End Footer_16
--------------------------------------------------------------*/

