  .view-btn {
    background: #2E3B97;
    border: 2px solid #2E3B97;
    color: #fff;
  }
  .view-btn:hover {
    color: #2E3B97;
    background-color: #fff;
    border: 2px solid #2E3B97;
    font-weight: bold;
  }
  .price-btn-online{
    background: #2E3B97;
    border: 2px solid #2E3B97;
    color: #fff;
    margin-bottom: 6px;
  }
  .price-btn-online:hover {
    color: #2E3B97;
    background-color: #fff;
    border: 2px solid #2E3B97;
    font-weight: bold;
  }
  .price-btn-offline {
    color: #2E3B97;
    background-color: #fff;
    border: 2px solid #2E3B97;
    font-weight: bold;
    margin-bottom: 6px;
  }
  .price-btn-offline:hover{
    background: #2E3B97;
    border: 2px solid #2E3B97;
    color: #fff;
    margin-bottom: 6px;
  }
  .webinar-card {
      box-shadow: 1px 1px 4px 0px rgb(0 0 0 / 25%);
  }
  .podcast-card {
    box-shadow: 1px 1px 4px 0px rgb(0 0 0 / 25%);
}
  .course-content {
      font-size: 15px;
      font-weight: 300;
  }
  .specific-details {
      margin-bottom: 1rem;
  }
  .specific-details p {
      font-size: 14px;
      margin-bottom: 0.15rem;
  }
  .course-timing p {
      background: #FFF5F5;
      box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
      border-radius: 10px;
      padding: 3px 6px;
  }
  .course-overlay {
    background-color: rgba(0, 0, 0, 0.20);
}
.course-overlay .course-timing {
    position: absolute;
    bottom: 10px;
}
  .course-timing .time-text {
      margin-left: 6px;
      word-spacing: -3px;
  }
  .filter-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 0.375rem 0.525rem;
  }
  .filter-categories {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .speciality-categories,
  .therapy-categories,
  .level-categories {
    position: relative;
    display: inline-block;
    width: 165px;
    margin: 0.375rem;
  }
  .speciality-categories select,
  .therapy-categories select,
  .level-categories select {
    background: #F7F7FB;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    color: #545455;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-transform: capitalize;
    width: 100%;
    padding: 0.375rem 0.525rem;
    appearance: none;
    background-image: url('../img/down-arrow.png'); /* Replace 'caret-icon.png' with the path to your caret icon */
    background-repeat: no-repeat;
    background-position: right 10px center;
    cursor: pointer;
    text-align: center;
  }
  .speciality-categories select option,
  .therapy-categories select option,
  .level-categories select option {
    text-align: left;
  }
  .filter-search {
    width: 180px;
  }
  @media (max-width: 1024px) {
    .filter-area {
      flex-wrap: wrap;
    }
    .speciality-categories,
    .therapy-categories,
    .level-categories {
      width: 140px;
    }
  }
  @media (max-width: 768px) {
    .filter-area {
      flex-direction: column;
    }
    .filter-categories {
      flex-direction: column;
    }
    .speciality-categories, .therapy-categories, .level-categories {
      width: 18rem;
    }
    .filter-search {
      width: 100%;
    }
  }

  .playlist-img-area {
    position: relative;
  }
  .playlist-img-area img {
    box-shadow: 7px 7px 5px rgb(179 179 179 / 59%);
    border-radius: 5px;
  }
  .middle-play-btn {
      transition: .5s ease;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      text-align: center;
  }

  .playlists:hover .playlist-img-area img {
      box-shadow: 0px 0px 5px black;
  }

  .playlists:hover .playlist-img-area {
      opacity: 0.6;
  }

  .playlists:hover .middle-play-btn {
      opacity: 1;
  }

  .middle-play-btn i {
    font-size: 36px;
  }

/* Books */
.bookDetails>p{
  margin-top: 5px;
  line-height: 16px;

}

/* Blog */
.img-blog {
  position: relative;
}

.topright {
  position: absolute;
  top: 8px;
  right: 16px;
  font-size: 18px;
}

.text-red{
  color: red;
}

/* contact page  */

.contact-form textarea {
  resize: none;
}
.contact-us {
  padding: 15px 0;
}
.contact-info {
  background-color: #2e3b97;
  color: #FEFEFE;
  padding: 32px 60px;
  border-radius: 14px;
  text-align: center;
  margin-right: -4rem;
  z-index: 0;
}
.contact-form {
  background-color: #FEFEFE;
  border-radius: 12px;
  width: 100%;
  max-width: 600px;
}
.contact-form-wrapper {
    padding: 0 2.5rem 0 8rem;
    background: #FEFEFE;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
.contact-form .form-input,
.form-text-area {
  background: #F7F7FB;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  height: 50px;
}
.contact-form .form-text-area {
  background: #F7F7FB;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  height: auto;
}
.contact-form .form-control::placeholder {
  color: #aeb4b9;
  font-weight: 500;
  opacity: 1;
}
.contact-form .form-control:-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}
.contact-form .form-control::-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}
.contact-form .form-control:focus {
  border-color: #F04D1C;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #F04D1C;
}
.contact-form .title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
.contact-form .description {
  color: #aeb4b9;
  font-size: 14px;
  text-align: center;
}
.contact-form .submit-button-wrapper {
  text-align: left;
}
.contact-form .submit-button-wrapper button {
  border-radius: 15px;
  background-color: #F04D1C;
  color: white;
  text-transform: uppercase;
  padding: 10px 30px;
  font-weight: 500;
  letter-spacing: 2px;
  border: 2px #F04D1C solid;
}
.contact-form .submit-button-wrapper button:hover {
  background-color: white;
  border: 2px #F04D1C solid;
  color: #F04D1C;
}
.email{
  line-height: 10px;
}
.email-area span,
.call-area span {
  font-size: 2rem;
}
@media (max-width: 1024px) {
  .contact-form-wrapper {
    padding: 0 1.5rem 0 6rem;
  }
}
@media (max-width: 767px) {
  .contact-info {
    padding: 20px 40px;
    margin-right: 0;
  }
  .contact-form-wrapper {
    padding: 0 1rem ;
  }
}
/* About Me 
---------------------*/
.about-text h3 {
  font-size: 45px;
  font-weight: 700;
  margin: 0 0 6px;
}
@media (max-width: 767px) {
  .about-text h3 {
    font-size: 35px;
  }
}
.about-text h6 {
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .about-text h6 {
    font-size: 18px;
  }
}
.about-text p {
  font-size: 18px;
  max-width: 450px;
}
.about-text p mark {
  font-weight: 600;
  color: #2E3B97;
}

.about-list {
  padding-top: 10px;
}
.about-list .media {
  padding: 5px 0;
}
.about-list label {
  color: #2E3B97;
  font-weight: 600;
  width: 100%;
  margin: 0;
  position: relative;
}
.about-list p {
  margin: 0;
  font-size: 15px;
}

@media (max-width: 991px) {
  .about-avatar {
    margin-top: 30px;
  }
}

.about-section .counter {
  border: 2px solid rgb(227 227 227);
  border-radius: 10px;
  margin: 10px 0;
}
.about-section .counter .count-data {
  margin-top: 10px;
  margin-bottom: 10px;
  border-right: 1px solid #999999;
}

.about-section .counter .count {
  font-weight: 700;
  color: #2E3B97;
  margin: 0 0 5px;
}
.about-section .counter p {
  font-weight: 600;
  margin: 0;
}
mark {
    background-image: linear-gradient(rgba(252, 83, 86, 0.6), rgba(252, 83, 86, 0.6));
    background-size: 100% 3px;
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-color: transparent;
    padding: 0;
    color: currentColor;
}
#ex-with-icons.nav-tabs .nav-link:hover {
    border: 0;
    border-color: transparent;
}
#ex-with-icons.nav-tabs .nav-link:focus {
    border: 0;
    border-color: transparent;
}
#ex-with-icons.nav-tabs .nav-link.active {
    color: #2e3b97;
    background-color: transparent;
    border-color: transparent;
    border: 0;
    border-bottom: 2px solid #2e3b97;
    font-weight: bold;
}
#ex-with-icons.nav-tabs .nav-link:focus-visible,
#ex-with-icons.nav-tabs .nav-item:focus-visible {
    outline: none;
}

@media (max-width: 767px) {
  .about-section .counter .count-data {
    border-right: 0;
  }
}

.book-img-area {
  background-color: #D9D9D9;
  padding: 20px;
  text-align: center;
}
.order-method .offline-btn {
  background-color: #F04D1C;
  border-radius: 5px;
  color: #fff;
  border: 1px solid rgb(255, 255, 255);
}
.order-method .offline-btn:hover {
  background-color: #fff;
  color: #F04D1C;
  border: 1px solid rgb(240, 77, 28);
}
.order-method .online-btn:hover {
  background-color: #F04D1C;
  border-radius: 5px;
  color: #fff;
  border: 1px solid rgb(255, 255, 255);
}
.order-method .online-btn {
  background-color: #fff;
  color: #F04D1C;
  border: 1px solid rgb(240, 77, 28);
}
.quantity-count {
  border: 1px solid #545455;
 padding: 6px;
}
.quantity-count span {
  color: #000;
  font-size: 18px;
  padding: 6px;
}
.buy-book-btn, .cart-btn {
  background-color: #2E3B97;
  color: #fff;
  border-radius: 0;
  padding: 8px;
  border: 2px solid #2E3B97;
}
.cart-btn:hover,
.buy-book-btn:hover {
  color: #2E3B97;
  background-color: #fff;
  border: 2px solid #2E3B97;
}
.buy-book-btn {
  width: 50%;
}

.doctor-bg {
  background-image: url("../img/sign-up-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  /* height: 100%; */
  width: 100%;
}
.visit-btn {
border: 1px solid rgb(255, 255, 255);
color: #fff;
}
.visit-btn:hover {
border: 1px solid rgb(255, 255, 255);
color: #fff;
}
.loginForm {
  display: flex;
  align-items: center;
}


.login-card {
  background: rgba(6, 17, 95, 0.68);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
backdrop-filter: blur(20px);
/* Note: backdrop-filter has minimal browser support */

border-radius: 0 20px 20px 0;  
}
.login-card .card-body {
  display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.login-form-area {
  background: #FFFFFF;
opacity: 0.8;
backdrop-filter: blur(10.5px);
/* Note: backdrop-filter has minimal browser support */

border-radius: 20px 0px 0px 20px;
}
.login-form {
  width: 50%;
}

@media (max-width: 991px) {
  .doctor-bg {
    background-position: center;
  }
  .login-form-area {
    border-radius: 20px 20px 0px 0px;
    margin: 10px;
    opacity: 0.95;
  }
  .login-card {
    border-radius: 0 0px 20px 20px;
    margin: 10px;
  }
  .login-form {
      width: 75%;
  }
}

/*.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.05em;
    content: "";
    border: 0.3em solid;
    border-color: transparent transparent transparent #FFF; 
    transform: rotate(90deg);
}*/

/* Add this CSS to your stylesheet */
/*.nav-item-register,
.nav-item-divider,
.nav-item-login {
    display: inline-block;
    margin-right: -44px; 
}

.btn.btn-login-home{
  background: #2e3b97;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    outline-color: #2e3b97;
    color: #FFF;
}

.btn.btn-login-home::hover{
  background: #2e3b97;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    outline-color: #2e3b97;
    color: #FFF;
}
*/


#header {
      border-bottom: 2px solid #00538A;
    }
    .blue-border {
        height: 10px;
        width: 100%;
        background-color: #00538A;
    }
    #header .logo img {
        max-height: 80px;
    }
    #mainNavbar .navbar-brand {
      display: none;
    }
    #mainNavbar.header-scrolled .navbar-brand {
      display: inline-flex;
    }
    .bg-theme-blue {
      background-color: #00538A;
      color: #fff;
    }
    .desktop-logo {
      display: none;
    }
    .header-scrolled .navbar-brand {
      display: inline-flex;
      transition: display 0.3s ease-in;
    }
    .header-scrolled .desktop-logo {
      display: inline-flex;
    }
    .header-scrolled {
      border-bottom: 2px solid #00538A;
    }
    .navbar .bg-theme-blue.show ul li a {
      color: #fff;
    }
    .login-area {
      background-color: #00538A;
      padding: 6px 5px;
      border-radius: 25px 0 0 25px;
      height: 40px;
    }
    .login-area a {
      width: 100%;
      display: flex;
      color: #fff;
      height: 100%;
      align-items: center;
    }
    .login-area .userIcon {
      font-size: 30px;
      background: #fff;
      color: #f24c00;
      border-radius: 50%;
    }
    .login-area .dropdown-menu {
      z-index: 1034;
    }
    .login-area .dropdown-menu .dropdown-item {
      color: #00538A;
      font-weight: bold;
    }
    .searchbar-area .searchbar-input {
        border: 0;
        border-top: 1px solid #ababab;
        border-left: 1px solid #ababab;
        border-bottom: 1px solid #ababab;
        border-radius: 25px 0 0 25px;
        background-color: #EDEDED;
    }
     .searchbar-input:focus {
      box-shadow: none;
      border-color: transparent;
    }

    .searchbar-area:focus-within .form-control, .searchbar-area:focus-within .input-group-text {
    border-color: #ababab;
    }
    .searchbar-area .searchbar-btn {
      border: 0;
      border-top: 1px solid #ababab;
      border-right: 1px solid #ababab;
      border-bottom: 1px solid #ababab;
      border-radius: 0 25px 25px 0;
      background-color: #EDEDED;
      height: 100%;
    }
    .searchbar-area .searchbar-btn i {
      color: #f24c00;
    }
     .navbar {
      background-color: #ffffff;
    }
    .navbar a {
      color: #00538A;
      font-weight: bold;
      text-transform: uppercase;
    }
    .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
      color: #00538A;
    }
    .navbar a i {
      color: #f24c00;
    } 
    .carousel-img {
      border-radius: 25px 0 25px 25px;
    }
    .carousel-dark .carousel-caption {
      border-radius: 20px;
        color: #fff;
        left: 10%;
        right: 0;
        text-align: left;
/*        top: 15%;*/
         transform: translateY(0%); 
        background: #00538A;
        padding: 20px;
        width: 400px;
         min-width: 320px; 
    }
    .carousel-dark .carousel-caption h5 {
      line-height: 35px;
    }
    .custom-radius {
      border-radius: 0 0 0 7rem;
    }
    .bg-img {
        background-image: url("/./assets/img/intro_bg.png");
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .custom-img {
      margin-left: -50px;
    }
    .card-content {
      padding: 1rem 1rem 1rem 0;
    }
    .custom-border {
      /*border-right : 2px solid #f24c00;*/
      border-left: 2px solid #f24c00;
      border-top: 0;
      border-bottom: 0;
    }
    .social-media-box {
      display: flex;
      flex-direction: column;
      background-color: #00538A;
      color: #fff;
      padding: 16px 5px;
      border-radius: 0 20px 20px 0;
      width: 32px;
      top: 30%;
    }
    .social-media-box a{
      color: #fff;
      font-size: 18px;
    }
    @media (min-width: 991px) {
      .nav-item:hover .dropdown-menu {
        display: block;
      }
    }
    @media (max-width: 990px) {
      .custom-img {
        margin: 0px auto;
      }
      .card-content {
        padding: 1rem;
      }
    }
    @media (max-width: 767px) {
      .carousel-dark .carousel-caption {
        left: 5%;
        width: 90%;
        padding: 10px;
      }
      .carousel-dark .custom-font-size h5 {
        font-size: 0.6rem;
        line-height: 20px;
      }
      .carousel-dark .custom-font-size h5 span{
        font-size: 1.05rem;
      }
      .navbar .nav-item {
        width: 100%;
      }
      .dropdown-menu li .dropdown-item{
        color: #00538A!important;
      }
      .header-scrolled .desktop-logo {
        display: none;
      }
      .custom-radius {
        border-radius: 0;
      }
      .custom-border {
        border-right: 0;
        border-left: 0;
        border-top: 2px solid #f24c00;
        /*border-bottom: 2px solid #f24c00;*/
      }
    }

    .carousel.carousel-dark .carousel-item.active h5{
      color: #FFF;
    }

    .carousel.carousel-dark .carousel-item.active .h3{
      color: #FFF;
    }

    .footer-text{
      font-weight: 600;
      font-size: 15px;
      letter-spacing: 1px;
      color: #2e3b97;
    }

    .banner-text{
      background-color: #2e3b97;
      color: #FFF;
      border-radius: 50px;
/*      padding: 20px;*/
    }


    .bsb-overlay{
      --bsb-overlay-bg-color: none;
      border-radius: 25px 0 25px 25px;
    }

    @media (min-width: 1200px)
    {
      .bsb-hero-1{
        padding-bottom: 10rem;
        padding-top: 10rem;
      }
  }