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


/*--------------------------------------------------------------
# whyus_9
--------------------------------------------------------------*/
.whyus_9 {
  background: var(--wb-website-theme-primary-color);
}

.whyus_9 .tab-content-heading h1 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
}

.whyus_9 .tab-content-heading p {
  margin-top: 1.4rem;
  font-size: 1.1rem;
}

.whyus_9 .nav-pills .nav-link span {
  background: var(--wb-website-theme-primary-color);
  height: 1.563rem;
  width: 1.563rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 0.875rem;
  color: var(--wb-website-text-primary-color);
}

.whyus_9 .nav-pills {
  background: var(--wb-website-theme-secondary-color);
}

.whyus_9 .nav-pills .nav-link {
  position: relative;
  line-height: 2.813rem;
  border-radius: 0;
}

.whyus_9 .nav-pills .nav-link p {
  margin-bottom: 0;
  font-size: 0.875rem;
}

.whyus_9 .nav-pills .nav-link,
.whyus_9 .nav-pills .show>.nav-link {
  color: var(--wb-website-text-secondary-color);
  padding: 0.438rem 2rem;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whyus_9 .nav-pills .nav-link.active {
  background: var(--wb-website-hover-background-color);
  color: var(--wb-website-hover-text-color);
}

.whyus_9 .nav-pills .nav-link.active::before {
  right: 87%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: var(--wb-website-theme-secondary-color);
  border-width: 1.875rem;
  margin-top: -1.875rem;
  z-index: 10;
  transition: all .15s ease-in-out;
}

.whyus_9 .nav-pills .nav-link.active:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: var(--wb-website-hover-background-color);
  border-width: 1.875rem;
  margin-top: -1.875rem;
  z-index: 10;
  transition: all .15s ease-in-out;
}

.whyus_9 .nav-pills .nav-link:after {
  transition: all .15s ease-in-out;
  content: "";
}

.whyus_9 .tab-button {
  background: var(--wb-website-theme-secondary-color);
  color: var(--wb-website-text-secondary-color);
  padding: 0.875rem 3rem;
  font-size: 1.1rem;
  font-weight: 500;
}

.whyus_9 .tab-button:hover {
  background: var(--wb-website-hover-background-color);
  color: var(--wb-website-hover-text-color);

}

.whyus_9 .video-frame-tab iframe {
  height: 31.25rem;
  width: 100%;

}

@media (max-width : 64rem) {
  .whyus_9 .nav-pills .nav-link.active::before {
    right: 81%;
  }
}

@media (max-width : 57rem) {

  .whyus_9 .nav-pills .nav-link,
  .whyus_9 .nav-pills .show>.nav-link {
    width: 33%;
  }

}

@media (max-width : 32.813rem) {

  .whyus_9 .nav-pills .nav-link,
  .whyus_9 .nav-pills .show>.nav-link {
    width: 65% !important;
    margin-top: 0.938rem;
  }

  .whyus_9 .nav-pills .nav-link.active::before {
    right: 82%;
  }
}

/*--------------------------------------------------------------
# End whyus_9
--------------------------------------------------------------*/

.button_4 {
  background: var(--wb-website-theme-primary-color);
}
.button_4 .btn-register {
  background: var(--wb-website-theme-primary-color);
  padding: 0.6rem 2rem;
  color: var(--wb-website-text-primary-color);
  border: 0.125rem solid var(--wb-website-theme-secondary-color);
}
.button_4 .btn-register:hover{
  background: var(--wb-website-hover-background-color);
    border: 0.125rem solid var(--wb-website-hover-background-color);
    color: var(--wb-website-hover-text-color);
}

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

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

/* ===================================
services_72
====================================== */
.services_72 {
    background: var(--wb-website-theme-primary-color);
  }
  
  .services_72 .heading-style h1 {
    font-size: 2.5rem;
    font-weight: 600;
  margin-bottom:1rem;
  }
  
  .services_72 .team-image img,
  .services_72 .team-image2 img {
    width: 100%;
    height: auto;
  }
  
  .services_72 .team-image img,
  .services_72 .team-image2 img {
    transition: all .5s ease-in-out;
  }
  
  .services_72 .team-social {
    padding-left: 0rem;
    margin-bottom: 0rem;
  }
  
  .services_72 .team-social li {
    list-style: none;
    display: inline-block;
  }
  
  .services_72 .team-social>li>a {
    height: 2.1875rem;
    width: 2.1875rem;
    border: 0.0625rem solid transparent;
    border-radius: 1.875rem;
    display: block;
    line-height: 2.1875rem;
  }
  
  .services_72 .team-social>li>a:hover {
    color: var(--wb-website-hover-text-color);
  
  }
  .services_72 .team-classic-content {
    padding: 4.6rem 1.25rem 4.2rem;
    background: var(--wb-website-theme-primary-color);
    text-align: center;
  }
  
  .services_72 .team-classic-content:before {
    background: var(--wb-website-hover-background-color);
  }
  
  
  .services_72 .team-classic-content .heading2-style h2 {
    font-weight: 500;
    font-size: 1.4rem;
    color: var(--wb-website-theme-secondary-color);
  }
  
  .team-classic-content .heading2-style p {
    font-weight: 300;
    opacity: .7;
  }
  
  .services_72 .team-classic-content {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(0.0625rem) translateZ(0);
    box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
    position: relative;
    transition-property: color;
    transition-duration: 0.5s;
  }
  
  .services_72 .team-classic-content:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleY(0);
    transform-origin: 50% 0;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  
  
  
  .services_72 .team-col:hover h2,
  .services_72 .team-col:hover h5,
  .services_72 .team-col:hover p,
  .services_72 .team-col:hover {
    color: var(--wb-website-hover-text-color);
    transition: .5s ease;
  }
  
  
  .services_72 .team-col:hover .team-classic-content:before,
  .services_72 .team-col:active .team-classic-content:before {
    transform: scaleY(1);
  }
  
  .services_72 .team-col:hover {
    cursor: pointer;
  }
  
  @media(max-width:64rem) {
  
    .services_72 .team-classic-content {
      padding: 1.5rem 1.25rem 0.625rem;
    }
  }
  
  @media(max-width:57rem) {
  
    .services_72 .team-classic-content {
      padding: 7rem 2rem;
    }
  }
  
  /* ===================================
      End services_72
  ====================================== */

/* ==========================================================================
   heros section
   ========================================================================== */
.hero-42 {
  background: var(--wb-website-theme-primary-color);
}


.hero-42 .change-color h6 {
  color: var(--wb-website-theme-secondary-color);
  font-style: italic;
  font-size: 1rem;
  font-weight: 600;
}

.hero-42 .change-color h1 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0rem;
}

.hero-42 .font-size h1 {
  font-size: 3rem;
  font-weight: 700;
  opacity: 0.1;
}

.hero-42 h6 {
  font-size: 0.875rem;
  font-weight: 700;
}

.hero-42 .change-color p {
  margin-top: 1rem;
}

.hero-42 .fa-solid {
  font-size: 3rem;
  color: var(--wb-website-theme-secondary-color);
}

.hero-42 .px-7 {
  padding-left: 4.75rem;
}

.hero-42 .bg-color .learn-btn {
  text-align: center;
}

.hero-42 .learn-btn {
  display: inline-block;
  background: var(--wb-website-theme-secondary-color);
  padding: 0.625rem 1.25rem;
  border-radius: 0.3125rem;
  color: var(--wb-website-text-secondary-color);
}

.hero-42 .learn-btn:hover {
  background: var(--wb-website-hover-background-color);
  color: var(--wb-website-hover-text-color);
}

@media(max-width:48rem) {
  .hero-42 .px-7 {
    padding-left: 0.5rem;
  }
}



/* ==========================================================================
   End heros section
   ========================================================================== */

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

/*------------------------------------------------------
# Start service
--------------------------------------------------------------*/
.service_103 {
  background: var(--wb-website-theme-primary-color);
}

.service_103 .main-heading-style h2 {
  text-shadow: 0.188rem 0.188rem 0 rgb(0 0 0 / 30%);
  font-size: 3.75rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -.05em;
}


/*---------------------------------------------------
 # End  service
 --------------------------------------------------------------*/

.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-15
--------------------------------------------------------------*/
.footer-15 {
  background: var(--wb-website-theme-primary-color);
}

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

