/**
* Template Name: Medilab
* Template URL: https://bootstrapmade.com/medilab-free-medical-bootstrap-theme/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #0C74BC ;
  text-decoration: none;
}

a:hover {
  color: #3291e6;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #0C74BC ;
  border-top-color: #d1e6f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #0C74BC ;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #298ce5;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.datepicker-dropdown {
  padding: 20px !important;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #0C74BC;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  z-index: 996;
   color: #fff;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #95b4d0;
}

#topbar .contact-info i {
  color: #fff;
  padding-right: 4px;
  margin-left: 15px;
  line-height: 0;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: #fff;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #95b4d0;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
   top: 40px;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

@media (max-width: 500px) {
 #header {

   top: 0;

}
}


#header.header-scrolled {
  top: 0;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #2c4964;
}

#header .logo img {
  max-height: 60px;
}

.modal-dialog {
    pointer-events: all;
}

/**
* Appointment Button *
*/

.appointment-btn {

  background: #0C74BC ;
  color: #fff;

  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.appointment-btn:hover {
  background: #54545C;
  color: #fff;
}

.appointment-btn:focus {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-size: 14px;
  padding: 8px 25px;
  margin: 0 0 0 10px;
  border-radius: 2px;
  transition: 0.3s;
}

@media (max-width: 768px) {
  .appointment-btn {
    margin: 5px 5px 0 5px;
    padding: 6px 18px;
    width: 90%;
    justify-content: center;
  }
}


/**
* Book Button *
*/
.book-btn {

  background: #0C74BC ;
  color: #fff;
border-radius:5px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.book-btn:hover {
  background: #54545C;
  color: #fff;
}

@media (max-width: 768px) {
  .book-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar .appointment-btn {

  background: #0C74BC ;
  color: #fff;

  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.navbar .appointment-btn:hover {
  background: #54545C;
  color: #fff;
}



.navbar li {
  position: relative;
}

.navbar>ul>li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #2c4964;
  white-space: nowrap;
  transition: 0.3s;
  border-bottom: 2px solid #fff;
  padding: 5px 2px;
}


.navbar .no-focus a:focus {
 
  font-size: 14px;
  color: #fff;
 padding: 8px 25px !important;
  transition: 0.3s;

}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #0C74BC ;
  border-color: #0C74BC ;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown .user_thumbnail {
  width: 40px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 100%;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #082744;
  border: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #0C74BC ;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #2c4964;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 47, 65, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #2c4964;
  border: none;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #0C74BC ;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #0C74BC ;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Course Nav Tab
--------------------------------------------------------------*/



.coursenav {
 
   
    margin: 20px;
    padding: 10px
}

.coursenav .section-header h3{

    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px;

    position: relative;
    color: #2c4964;

    
}

.dates .section-header h2{

    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px;

    position: relative;
    color: #2c4964;

    
}

.coursenav .section-header p{

    font-size: 16px;
    
}



.coursenav .nav-link {

  transition: 0.3s;
  color: #54545C;


  font-weight: 600;
  font-size: 15px;
}

.coursenav .nav-link:hover {
  color: #0C74BC ;
}

.coursenav .nav-link.active {
  color: #0C74BC ;

}

/*
.coursenav .tab-pane{
       height: 55vh;
  overflow: scroll;
}
*/

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;

  background: top center;
  background-size: cover;
  /*margin-bottom: -200px;*/

  min-height: 100vh;
  position: relative;
  padding: 160px 0 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  inset: 0;
  z-index: 2;
}

#hero .container {
  position: relative;
  z-index: 3
}

#hero img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}



#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff ;
}

#hero h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 24px;
}

#hero p {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 20px;
  font-weight: 700;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #0C74BC ;
}

#hero .btn-get-started:hover {
  background: #3291e6;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero {
    margin-bottom: 0;
    height: 100vh;
  }

  #hero .container {
    padding-bottom: 63px;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 600px) {
  #hero {
    height: 110vh;
  }
}
/*--------------------------------------------------------------
# SoundHealth hero wrap
--------------------------------------------------------------*/

.mhero-wrap {
  width: 100%;
  height: 100%;
  position: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  text-transform: uppercase;

   z-index: 0;}
   .mhero-wrap .course-wrap{
    height: 600px !important;
   }
  .mhero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';

    background: rgba(0, 0, 0, 0.4);
     z-index: -1;}
  .mhero-wrap.mhero-wrap-2 {
    height: 300px; }
    .mhero-wrap.mhero-wrap-2 .slider-text {
      height: 300px; }
      .mhero-wrap.mhero-wrap-2 .slider-text .bread {
        font-weight: 900;
        color: #fff;
       }
      .mhero-wrap.mhero-wrap-2 .slider-text .breadcrumbs {
      
        font-size: 13px;
        letter-spacing: 1px;
          z-index: 10 !important;}
        .mhero-wrap.mhero-wrap-2 .slider-text .breadcrumbs span {
          color: #2A2D42;
          border-bottom: 2px solid rgba(255, 255, 255, 0.1); }
          .mhero-wrap.mhero-wrap-2 .slider-text .breadcrumbs span a {
            color: #2A2D42; }
            
            .ver .bread{
                vertical-align: middle;
            }
            
            
            #breadcrumb {
  -webkit-box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.175);
}

.breadcrumb {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  padding: 15px 0px;
  margin: 0;
  font-size: 15px;
 color: #0C74BC;
}

.breadcrumb a{
 
 color: #0C74BC;
}

.breadcrumb a:hover{
 
 color: #54545C;
}

.breadcrumb>.active {
  color: #54545C;
}

.breadcrumb>li+li:before {
  color: #0C74BC ;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f1f7fd;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2c4964;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #0C74BC ;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f7fd;
  min-height: 40px;
  margin-top: 120px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 100px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 30px;
  background: #0C74BC ;
  border-radius: 4px;
  color: #fff;
    z-index: 3;
}

.why-us .cover {
 

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;

border-radius: 4px;
   z-index: 0;
}


.why-us .content-bg {
    width: 100%;
    padding: 30px;
  
align-content: center;
  border-radius: 4px;
  color: #fff;
 z-index: 3;
}

.why-us .cover:before {

   content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: 4px;
}
.why-us .content-bg h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.why-us .content-bg p {
  margin-bottom: 30px;
}

.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.why-us .content p {
  margin-bottom: 30px;
}

.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;

  transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: #0C74BC ;
  background: #fff;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
   z-index: 3;
}

.why-us .icon-boxes .last {
  text-align: center;
  border-radius: 10px;
  background: #0C74BC;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
   z-index: 3;
}
.middaz{
    align-content: center;
    
}

.why-us .icon-boxes .last .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;

  transition: all ease-in-out 0.4s;
}

.why-us .icon-boxes .last .more-btn:hover {
  color: #0C74BC ;
  background: #fff;
}

.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #0C74BC ;
  margin-bottom: 30px;
}

.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 30px 0;
  color: #2c4964;
}

.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

.why-us .icon-boxes .last p {
  font-size: 15px;
  color: #fff;
}

.why-us .php-email-form {
  width: 100%;
  background: #fff;
  padding-left: 20px;
  padding-top: 20px;
}
.why-us .php-email-form label{
    font-size: 15px;
    margin-bottom: 10px;
}

.why-us .php-email-form h5{
    font-size: 20px;
    margin-bottom: 10px;
}
.why-us .php-email-form p{
    font-size: 15px;
    margin-bottom: 10px;
    font-style: italic;
}

.why-us .php-email-form .form-group {
  padding-bottom: 8px;
}

.why-us .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.why-us .php-email-form .error-message br+br {
  margin-top: 25px;
}

.why-us .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.why-us .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.why-us .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.why-us .php-email-form input,
.why-us .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.why-us .php-email-form input {
  height: 44px;
}

.why-us .php-email-form textarea {
  padding: 10px 12px;
}

.why-us .php-email-form button[type=submit] {
  background: #0C74BC ;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
 
}

.why-us .php-email-form button[type=submit]:hover {
  background: #54545C;
}
.why-us .content-bg ul {
  padding: 0;
  list-style: none;
  line-height: 2;
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .icon-boxes h4 {
  font-size: 18px;
  color: #4b7dab;
  margin-bottom: 15px;
}

.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #2c4964;
  margin-bottom: 15px;
}

.about .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #8dc2f1;
  border-radius: 50px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #0C74BC ;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #0C74BC ;
  border-color: #0C74BC ;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #0C74BC ;
}

.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

.about .video-box {
  background: url("../img/about.jpg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#0C74BC  50%, rgba(25, 119, 204, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(25, 119, 204, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #0C74BC ;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: #f1f7fd;
  padding: 70px 0 60px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}

.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  background: #0C74BC ;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #082744;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
  text-align: center;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  height: 100%;
}

.services .service-item .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: var(--accent-color);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
  transform-style: preserve-3d;
}

.services .service-item .icon {
  margin: 0 auto;
  width: 84px;
  height: 84px;
  background: var(--accent-color);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
  transform-style: preserve-3d;
}

.services .service-item .icon i {
  color: var(--contrast-color);
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .service-item .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: color-mix(in srgb, var(--accent-color), transparent 80%);
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}

.services .service-item h3 {
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item:hover {
  background: var(--accent-color);
  border-color: var(--accent-color);
}

.services .service-item:hover .icon {
  background: var(--contrast-color);
}

.services .service-item:hover .icon i {
  color: var(--accent-color);
}

.services .service-item:hover .icon::before {
  background: color-mix(in srgb, var(--background-color), transparent 70%);
}

.services .service-item:hover h3,
.services .service-item:hover p {
  color: var(--contrast-color);
}

/*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------*/
.appointment .php-email-form {
  width: 100%;
}

.appointment .php-email-form .form-group {
  padding-bottom: 8px;
}

.appointment .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.appointment .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .error-message br+br {
  margin-top: 25px;
}

.appointment .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.appointment .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.appointment .php-email-form input,
.appointment .php-email-form textarea,
.appointment .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
}

.appointment .php-email-form input:focus,
.appointment .php-email-form textarea:focus,
.appointment .php-email-form select:focus {
  border-color: #0C74BC ;
}

.appointment .php-email-form input,
.appointment .php-email-form select {
  height: 44px;
}

.appointment .php-email-form textarea {
  padding: 10px 12px;
}

.appointment .php-email-form button[type=submit] {
  background: #0C74BC ;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;

}

.appointment .php-email-form button[type=submit]:hover {
  background: #54545C;
}

/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/
.departments {
  overflow: hidden;
}

.departments .nav-tabs {
  border: 0;
}

.departments .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #2c4964;
  border-radius: 0;
  border-right: 2px solid #ebf1f6;
  font-weight: 600;
  font-size: 15px;
}

.departments .nav-link:hover {
  color: #0C74BC ;
}

.departments .nav-link.active {
  color: #0C74BC ;
  border-color: #0C74BC ;
}

.departments .tab-pane.active {
  animation: fadeIn 0.5s ease-out;
}

.departments h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2c4964;
}

.departments .details p {
  color: #777777;
}

.departments .img img{
width: 100%;
object-fit: fill;

 
}

.departments .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .departments .nav-link {
    border: 0;
    padding: 15px;
  }

  .departments .nav-link.active {
    color: #fff;
    background: #0C74BC ;
  }
}

/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.doctors {
  background: #fff;
}

.doctors .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 30px;
  border-radius: 10px;
}

.doctors .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.doctors .member .pic img {
  transition: ease-in-out 0.3s;
}

.doctors .member:hover img {
  transform: scale(1.1);
}

.doctors .member .pic2 {
  overflow: hidden;
  width: 180px;

}

.doctors .member .pic2 img {
  transition: ease-in-out 0.3s;
}

.doctors .member:hover img {
  transform: scale(1.1);
}

.doctors .member .member-info {
  padding-left: 30px;
}

.doctors .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2c4964;
}

.doctors .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.doctors .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b2c8dd;
  bottom: 0;
  left: 0;
}

.doctors .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.doctors .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.doctors .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a0bcd5;
}

.doctors .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.doctors .member .social a:hover {
  background: #0C74BC ;
}

.doctors .member .social a+a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #76b5ee;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #0C74BC ;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(44, 73, 100, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #badaf7;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0C74BC ;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0C74BC ;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #0C74BC ;
  float: left;
  width: 44px;
  height: 44px;
  background: #d6e9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2c4964;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #4b7dab;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #0C74BC ;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #0C74BC ;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
 
}

.contact .php-email-form button[type=submit]:hover {
  background: #54545C;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: #085285;
  
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #f0f8fe;
  color: #444444;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
   color: #085285;

}
#footer iframe{
    width: 100%;
    margin-top: 20px;
    border-radius: 4px;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  color: #777777;
}

#footer .footer-top .footer-contact i {

  color: #085285;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
   color: #085285;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #085285;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #0C74BC ;
}

#footer .footer-top .footer-contact a{
   color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;

}

#footer .footer-top .footer-contact a:hover{
  text-decoration: none;
  color: #0C74BC ;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #085285;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  
  text-align: left;
  border: 1px solid #bfdcf7;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=text] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #0C74BC ;
  color: #fff;
  transition: 0.3s;

}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #54545C;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #0C74BC ;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #1c84e3;
   color: #777777;
  text-decoration: none;
}

.search-btn {
  margin-left: 25px;
  background: transparent;
  color: #0C74BC;



  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.search-btn:hover {

  color: #54545C;
}


@media (max-width: 768px) {
  .search-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}

.cart-btn {
  margin-left: 25px;
  background: transparent;
  color: #0C74BC;



  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.cart-btn:hover {

  color: #54545C;
}

.my-btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0C74BC;
  --bs-btn-border-color: #0C74BC;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #54545C;
  --bs-btn-hover-border-color: #54545C;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #54545C;
  --bs-btn-active-border-color: #54545C;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0C74BC;
  --bs-btn-disabled-border-color: #0C74BC;
}


@media (max-width: 768px) {
  .cart-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}


/* dash Section
--------------------------------*/
#dash {
  padding: 40px 0;
}

#dash .box {
  padding: 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
  height: 100%;
}

#dash .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#dash .box .icon {
  float: left;
}

#dash .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#dash .box .icon i:before {
  background: #0c2e8a;
  background: linear-gradient(45deg, #0C74BC  0%, #a3ebd5 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#dash .corp .box .icon i:before {
  color: #54545C ;
}

#dash .box h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}

#dash .box h4 a {
  color: #444;
}

#dash .box p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

@media (max-width: 767px) {
  #dash .box .box {
    margin-bottom: 20px;
  }

  #dash .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #dash .box h4,
  #dash .box p {
    margin-left: 0;
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Recent Posts Section
--------------------------------------------------------------*/
.courses .course article {
  box-shadow: 0 4px 16px rgba(25, 119, 204, 0.1);
  padding: 19px;
  height: 100%;
 border: 1px solid rgba(12, 16, 188, 0.2) ;
 border-radius: 5px;
  overflow: hidden;
 transition: all ease-in-out 0.3s;
}

.courses .course .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.courses .last article {
  box-shadow: 0 4px 16px rgba(25, 119, 204, 0.1);
  padding: 19px;
  height: 100%;
  background-color: #0C74BC;
 border: 1px solid rgba(12, 16, 188, 0.2) ;
 border-radius: 5px;
  overflow: hidden;
 transition: all ease-in-out 0.3s;
 color: #fff;
 align-content: center;
}

.courses .last .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;

  transition: all ease-in-out 0.4s;
}

.courses .last .more-btn i {
  font-size: 14px;
}

.courses .last .more-btn:hover {
  color: #0C74BC ;
  background: #fff;
}



.courses .course:hover article{
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.6);
   border: 1px solid #0C74BC;
     transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);

}

.courses .course .post-category {
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-bottom: 10px;
}

.courses .course .title {
  font-size: 22px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 20px 0;
  height: 40px;

  
}

.courses .course .title a {
  color: #0C74BC;
  transition: 0.3s;
}

.courses .course .title a:hover {
  color: #54545C;
}

.courses .course .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.courses .course .post-author {
  font-weight: 600;
  margin-bottom: 5px;
}

.courses .course .book-btn {

bottom: 0;
}

.courses .course .post-date {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-bottom: 0;
 height: 40px;
 overflow: hidden;

}
.courses .course .post-author .spacing {
    margin-right: 10px;
}

.courses .course .post-author i {
  font-size: 11px;
  display: inline-block;
  background: #0C74BC ;
  color: #fff;
  line-height: 1;
  padding: 6px 0;
  margin-right: 2px;
  border-radius: 50%;
  text-align: center;
  width: 22px;
  height: 22px;
  transition: 0.3s;
}

.modal-body .post-author .blu i {
  font-size: 11px;
  display: inline-block;
  background: #0C74BC ;
  color: #fff;
  line-height: 1;
  padding: 6px 0;
  margin-right: 2px;
  border-radius: 50%;
  text-align: center;
  width: 22px;
  height: 22px;
  transition: 0.3s;
}

.modal-body .post-author .spacing {
    margin-right: 20px;
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.nhero {
  --default-color: #ffffff;
  --background-color: #000000;
  --heading-color: #ffffff;
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 160px 0 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nhero img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.nhero:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 50%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.nhero .container {
  position: relative;
  z-index: 3;
}

.nhero h2 {
  color: var(--contrast-color);
  margin: 0;
  font-size: 44px;
  font-weight: 700;
}

.nhero p {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 5px 0 0 0;
  font-size: 20px;
}

.nhero .sign-up-form {
  margin-top: 20px;
  padding: 10px;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
}

.nhero .sign-up-form .form-control {
  border: none;
}

.nhero .sign-up-form .form-control:active,
.nhero .sign-up-form .form-control:focus {
  outline: none;
  box-shadow: none;
}

.nhero .sign-up-form input[type=submit] {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  padding: 8px 20px 10px 20px;
  border-radius: 7px;
  color: var(--contrast-color);
}

.nhero .sign-up-form input[type=submit]:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 10%);
}

@media (max-width: 768px) {
  .nhero h2 {
    font-size: 32px;
  }

  .nhero p {
    font-size: 18px;
  }
}


/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
#call-to-action {
  width: 100%;

  background: top center;
  background-size: cover;
  /*margin-bottom: -200px;*/

  min-height: 60vh;
  position: relative;
  padding: 80px 0 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#call-to-action:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  inset: 0;
  z-index: 2;
}

#call-to-action .container {
  position: relative;
  z-index: 3
}

#call-to-action img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}



#call-to-action h1 {
  margin: 0;
  font-size: 43px;
  font-weight: 700;
  line-height: 56px;
  
  color: #fff ;
}

#call-to-action h2 {
  color: #fff;
  margin: 0;
  font-size: 43px;
  font-weight: 700;
  line-height: 56px;
}

#call-to-action p {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 21px;
}

#call-to-action .btn-get-started {
  font-family: "Raleway", sans-serif;

  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 5px;
  transition: 0.5s;
  color: #fff;
  background: transparent;
  border: solid 2px #fff;
}

#call-to-action .btn-get-started:hover {
  background: #fff;
   color: #0C74BC;
}

@media (min-width: 1024px) {
  #call-to-action {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #call-to-action {
    margin-bottom: 0;
    height: 100vh;
  }

  #call-to-action .container {
    padding-bottom: 63px;
  }

  #call-to-action h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #call-to-action h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 600px) {
  #call-to-action {
    height: 110vh;
  }
}


/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .service-box {
  padding: 20px;
  box-shadow: 0px 2px 5px rgba(84, 84, 92, 0.2);
}

.service-details .service-box+.service-box {
  margin-top: 30px;
}

.service-details .service-box h4 {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid rgba(84, 84, 92, 0.2);
  padding-bottom: 15px;
  margin-bottom: 15px;
    color: rgba(84, 84, 92, 0.6);
}

.service-details .services-list a {
  color: rgba(84, 84, 92, 0.7);
  background-color: rgba(240, 248, 254, 0.4);
  display: flex;

  padding: 12px 15px;
  margin-top: 15px;
  transition: 0.3s;
  width: 100%;
}






.service-details .services-list a:first-child {
  margin-top: 0;
}
.service-details .post-author .spacing {
    margin-right: 20px;
}

.service-details .content ul li{
   list-style: circle !important;
   padding-left: 10px;
   
}
.service-details .post-author i {
  font-size: 11px;
  display: inline-block;
  background: #0C74BC ;
  color: #fff;
  line-height: 1;
  padding: 6px 0;
  margin-right: 2px;
  border-radius: 50%;
  text-align: center;
  width: 22px;
  height: 22px;
  transition: 0.3s;
}

.service-details .services-list a i {
  font-size: 16px;
  margin-right: 8px;
  color: var(--accent-color);
}

.service-details .services-list a.active {

  background-color: rgba(141, 198, 63, 0.4);
}

.service-details .services-list a.active i {
  color: var(--contrast-color);
}

.service-details .services-list a:hover {
  background-color: #0C74BC ;
  color: #fff;
}

.service-details .download-catalog a {
  color: var(--default-color);
  display: flex;
  align-items: center;
  padding: 10px 0;
  transition: 0.3s;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.service-details .download-catalog a:first-child {
  border-top: 0;
  padding-top: 0;
}

.service-details .download-catalog a:last-child {
  padding-bottom: 0;
}

.service-details .download-catalog a i {
  font-size: 24px;
  margin-right: 8px;
  color: var(--accent-color);
}

.service-details .download-catalog a:hover {
  color: var(--accent-color);
}

.service-details .help-box {
  background-color: #0C74BC;
  color: #fff;
  margin-top: 30px;
  padding: 30px 15px;
}

.service-details .help-box .help-icon {
  font-size: 48px;
  margin-bottom: 10px;
}

.service-details .help-box h4,
.service-details .help-box a {
  color: var(--contrast-color);
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 26px;
  font-weight: 700;
}

.service-details p {
  font-size: 15px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: #0C74BC;
}



/*--------------------------------------------------------------
# Cart Section
--------------------------------------------------------------*/

.mcard {
    margin: auto;

    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.08);
    border-radius: 0.5px;
    border: transparent
}

@media(max-width:767px) {
    .mcard {
        margin: 3vh auto
    }
}

.cart {
    background-color: #fff;
    padding: 4vh 5vh;
    border-bottom-left-radius:0.5px;
    border-top-left-radius: 0.5px
}

@media(max-width:767px) {
    .cart {
        padding: 4vh;
        border-bottom-left-radius: unset;
        border-top-right-radius: 1rem
    }
}

.summary {
    background-color: #ddd;
    border-top-right-radius: 0.5px;
    border-bottom-right-radius: 0.5px;
    padding: 4vh;
    color: rgb(65, 65, 65)
}

@media(max-width:767px) {
    .summary {
        border-top-right-radius: unset;
        border-bottom-left-radius: 1rem
    }
}

.summary .mcol-2 {
    padding: 0
}

.summary .mcol-10 {
    padding: 0
}

.summary input {
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 1vh;
    /*margin-bottom: 4vh;*/
    outline: none;
    width: 100%;
    background-color: rgb(247, 247, 247)
}


.summary button {
   
    width: 100%;
    
}



.title b {
    font-size: 1.5rem;
    color:#54545C;
}

.mmain {
    margin: 0;
    padding: 2vh 0;
    width: 100%
}

.mmain a{
    color:#0C74BC;
}

.mmain a:hover{
    color:#54545C;
}

.mcol-2,
.mcol {
    padding: 0 1vh
}

.mcol a{
    padding: 0 1vh
}

.mcol i{
  
    color:#0C74BC;
}

.mcol i:hover{
  
    color:#54545C;
}

.close {
    margin-left: auto;
    font-size: 0.7rem
}

.mcol-2 img {
    width: 45%
}

.back-to-shop {
    margin-top: 4.5rem
}


@media(max-width:420px) {
.cart-text{
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.cart-link a{
    font-size: 25px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.cart-price{
    font-size: 20px;
    margin-top: 10px;
}
}

.mcard .post-author i {
  font-size: 11px;
  display: inline-block;
  background: #0C74BC ;
  color: #fff;
  line-height: 1;
  padding: 6px 0;
  margin-right: 2px;
  border-radius: 50%;
  text-align: center;
  width: 22px;
  height: 22px;
  transition: 0.3s;
}

.btn_badge {

  z-index: 1;
  width: 20px;
  height: 20px;
  display: flex;
  color: #ffffff;
  font-size: 11px;
  position: absolute;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  background-color: #8E7C48;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}
.offcanvas-header{
      box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
          border-bottom: 1px solid #f0f0f0;
}

.offcanvas-title{
    font-size: 18px;
    color: #0C74BC;
    font-weight: 700;
}


.canvas-item{
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
    padding-top: 15px;
}


.cart_sidebar.active {
  right: 0px;
}


.cart_sidebar .mCustomScrollBox {
  overflow: visible !important;
}

.wish_sidebar .mCustomScrollBox {
  overflow: visible !important;
}
.cart_sidebar .cart_items_list li {
  display: flex;
  padding: 0px 30px;
  position: relative;
  padding-right: 60px;
  align-items: center;
  list-style: none;
}

.wish_sidebar .cart_items_list li {
  display: flex;
  padding: 0px 30px;
  position: relative;
  padding-right: 60px;
  align-items: center;
}
.cart_sidebar .cart_items_list li:not(:last-child) {
  margin-bottom: 20px;
}

.wish_sidebar .cart_items_list li:not(:last-child) {
  margin-bottom: 20px;
}
.cart_sidebar .cart_items_list .remove_btn {
  top: 50%;
  right: 30px;
  position: absolute;
  transform: translateY(-50%);
}

.wish_sidebar .cart_items_list .remove_btn {
  top: 50%;
  right: 30px;
  position: absolute;
  transform: translateY(-50%);
}
.cart_sidebar .cart_items_list .remove_btn:hover {
  color: red;
}

.wish_sidebar .cart_items_list .remove_btn:hover {
  color: red;
}
.cart_sidebar .cart_items_list .item_image {
  max-width: 70px;
  margin-right: 10px;
}


.wish_sidebar .cart_items_list .item_image {
  max-width: 70px;
  margin-right: 10px;
}
.cart_sidebar .cart_items_list .item_title {
  line-height: 1;
  font-size: 14px;
  margin-bottom: 5px;
  color: #54545C;
}

 .item_title .spacing {
  margin-right: 10px;
}

.item_title i {
  font-size: 11px;
  display: inline-block;
  background: #0C74BC ;
  color: #fff;
  line-height: 1;
  padding: 6px 0;
  margin-right: 2px;
  border-radius: 50%;
  text-align: center;
  width: 22px;
  height: 22px;
  transition: 0.3s;
}


.cart_sidebar .cart_items_list .item_price {
  display: block;
  font-size: 15px;
}

.wish_sidebar .cart_items_list .item_price {
  display: block;
  font-size: 15px;
}
.cart_sidebar .total_price {
  padding: 20px 30px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.wish_sidebar .total_price {
  padding: 20px 30px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.cart_sidebar .total_price li {
  width: 100%;
  display: flex;
  line-height: 1;
  align-items: center;
  justify-content: space-between;
}

.wish_sidebar .total_price li {
  width: 100%;
  display: flex;
  line-height: 1;
  align-items: center;
  justify-content: space-between;
}
.cart_sidebar .total_price li:not(:last-child) {
  margin-bottom: 15px;
}

.wish_sidebar .total_price li:not(:last-child) {
  margin-bottom: 15px;
}
.cart_sidebar .total_price li:last-child {
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
}

.wish_sidebar .total_price li:last-child {
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
}
.cart_sidebar .total_price span {
  font-size: 16px;
  display: inline-block;
}

.wish_sidebar .total_price span {
  font-size: 16px;
  display: inline-block;
}
.cart_sidebar .total_price span:nth-child(1) {
  color: #2e2e2e;
}

.wish_sidebar .total_price span:nth-child(1) {
  color: #2e2e2e;
}
.cart_sidebar .btns_group {
  padding: 0px 30px;
}

.wish_sidebar .btns_group {
  padding: 0px 30px;
}
.cart_sidebar .btns_group li:not(:last-child) {
  margin-bottom: 10px;
}

.wish_sidebar .btns_group li:not(:last-child) {
  margin-bottom: 10px;
}
.cart_sidebar .btns_group a {
  width: 100%;
  height: 55px;
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 55px;
  text-align: center;
  background-color: #0C74BC;
  text-transform: uppercase;
  border-radius: 5px;
}

.cart_sidebar .btns_group a:hover {

  background-color: #54545C;

}



/* sidebar mobile manu & cart sidebar - end
================================================== */

/* COURSES PRICING Paradise
================================================== */

.pricing-content {
  position: relative;
}

.pricing_design {
  position: relative;
  margin: 10px 5px;
  border-radius: 35px;
}

.pricing_design:hover {
  box-shadow: 0 10px 40px -10px rgba(7, 55, 103, 0.5);
}

.pricing_design .single-pricing {
  background: #58585A;
  padding: 0 0 40px 0;
  border-radius: 30px;
  box-shadow: 0 10px 40px -10px rgba(0, 64, 128, .2);
  position: relative;
  z-index: 1;
}


.pricing_design .single-pricing .card-image .cover {
  border-radius: 18px 18px 0 0;
  margin-bottom: 30px;
  box-shadow: 0 10px 40px -10px rgba(0, 64, 128, .2);


}

.pricing_design .single-pricing .card-image .cover:hover {
  transition: all ease-in-out 0.4s;
}

.pricing_design .single-pricing:before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 18px 18px 140px 18px;
  /* border: 1px solid #eee; */
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}


.price-head h2 {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 600;
  color: #1977cc;
}

.price-head h1 {
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 5px;
}


.single-pricing ul {
  list-style: none;
  margin-top: 20px;
}

.single-pricing ul li {
  line-height: 36px;
}

.single-pricing ul li i {
  background: #1977cc;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 30px;
  /* font-size: 11px; */
  text-align: center;
  line-height: 20px;
  margin-right: 6px;
}

.price_btn {
  background: #1977cc;
  padding: 10px 30px;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.price_btn:hover {
  background: #58585A;
  color: #fff
}



/*--------------------------------------------------------------
# Recent Posts Section
--------------------------------------------------------------*/
.recent-posts article {
  box-shadow: 0 4px 16px rgba(0, 64, 128, .2);
   
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.recent-posts .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.recent-posts .post-category {
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-bottom: 10px;
}

.recent-posts .title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}

.recent-posts .title a {
  color: #0C74BC;
  transition: 0.3s;
}

.recent-posts .title a:hover {
  color: #54545C;
}

.recent-posts .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.recent-posts .post-author {
  font-weight:400;
  margin-bottom: 5px;

}

.recent-posts .post-date {
  font-size: 14px;
  color: #54545C;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Details Section
--------------------------------------------------------------*/
.blog-details {
  padding-bottom: 30px;
}

.blog-details .article {
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 64, 128, .2);
}

.blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
  
  height: 500px;
}

.blog-details .title {
  color: var(--heading-color);
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 30px 0;
}

.blog-details .content {
  margin-top: 20px;
}

.blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog-details .content blockquote {
  overflow: hidden;
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog-details .content blockquote p {
  color: var(--default-color);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--accent-color);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-details .meta-top {
  margin-top: 20px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-details .meta-top a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.blog-details .meta-bottom i {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  display: inline;
}

.blog-details .meta-bottom a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  transition: 0.3s;
}

.blog-details .meta-bottom a:hover {
  color: var(--accent-color);
}

.blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--default-color);
  content: ",";
}

.blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog-details .meta-bottom .share i {
  padding-left: 5px;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widgets-container {
  padding: 30px;
  margin: 60px 0 30px 0;
  box-shadow: 0 4px 16px rgba(0, 64, 128, .2);
}

.widget-title {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}

.widget-item {
  margin-bottom: 40px;
}

.widget-item:last-child {
  margin-bottom: 0;
}

.search-widget form {
  background: var(--background-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  padding: 3px 10px;
  position: relative;
}

.search-widget form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
  background-color: var(--background-color);
  color: var(--default-color);
}

.search-widget form input[type=text]:focus {
  outline: none;
}

.search-widget form button {
  background: var(--accent-color);
  color: var(--contrast-color);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.search-widget form button i {
  line-height: 0;
}

.search-widget form button:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.categories-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.categories-widget ul li {
  padding-bottom: 10px;
}

.categories-widget ul li:last-child {
  padding-bottom: 0;
}

.categories-widget ul a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: 0.3s;
}

.categories-widget ul a:hover {
  color: var(--accent-color);
}

.categories-widget ul a span {
  padding-left: 5px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 14px;
}

.recent-posts-widget .post-item {
  display: flex;
  margin-bottom: 15px;
}

.recent-posts-widget .post-item:last-child {
  margin-bottom: 0;
}

.recent-posts-widget .post-item img {
  width: 80px;
  margin-right: 15px;
}

.recent-posts-widget .post-item h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.recent-posts-widget .post-item h4 a {
  color: #0C74BC;
  transition: 0.3s;
}

.recent-posts-widget .post-item h4 a:hover {
  color: #54545C;
}

.recent-posts-widget .post-item time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.tags-widget {
  margin-bottom: -10px;
}

.tags-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tags-widget ul li {
  display: inline-block;
}

.tags-widget ul a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 60%);
  display: inline-block;
  transition: 0.3s;
}

.tags-widget ul a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
  border: 1px solid var(--accent-color);
}

.tags-widget ul a span {
  padding-left: 5px;
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  font-size: 14px;
}

/* dash-b Section
--------------------------------*/
#dash-b {
  padding: 40px 0;
}

#dash-b .box {
  padding: 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
  height: 100%;
}

#dash-b .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#dash-b .box .icon {
  float: left;
}

#dash-b .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}



#dash-b .box h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}

#dash-b .box h4 a {
  color: #444;
}

#dash-b .box p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

@media (max-width: 767px) {
  #dash-b .box .box {
    margin-bottom: 20px;
  }

  #dash-b .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #dash-b .box h4,
  #dash-b .box p {
    margin-left: 0;
    text-align: center;
  }
}

.ui-widget{
    z-index: 2024;

}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px 0.4em;
}

.ui-menu-item{
    height: 80px;
    border: 1px solid #ececf9;
}
 .ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
     position: fixed !important;

  }
  
.search-image {
    width: 15%;
    float: left;
    padding: 10px;
}
.search-image img{
    width: 60px;
    height : 60px;
}

.search-label{
    width: 85%;
    float:right;
    white-space: nowrap;
    overflow: hidden;
    color: #0C74BC;
    text-align: left;
    padding-top: 10px;
}

.list_item_container {
    width:740px;
    height: 80px;
    float: left;
    margin-left: 20px;
}


