:root {
  --font-family-base: "Poppins", sans-serif;
  --headings-font-family: "Spectral", serif;
  --primary: #bbd800;
  --secondary: #012970;
  --white:#fff;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #696e77;
}

a{
  text-decoration: none;
}

ul,
li {
  list-style-type: none;
}

section {
  padding: 60px 0;
}

h2 {
  font-size: 24px;
  font-weight: 500;
  color: var(--secondary);
}

.section-title {
  font-size: 40px;
  font-weight: 400;
}

h3 {
  font-size: 14px;
  font-weight: 500;
  color: #4154f1;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# buttons
--------------------------------------------------------------*/

.btn-read-more {
  background: transparent;
  box-shadow: none;
  color: #8dc63f;
  padding: 0;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: start;
}

a.btn-read-more {
  text-decoration: none;
}

.btn-read-more span {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
}

.btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.btn-read-more:hover i {
  transform: translateX(5px);
}
/*--------------------------------------------------------------
# Hero section
--------------------------------------------------------------*/

.hero {
  height: 550px;
}

.hero .btn {
  background: #fff;
  width: 160px;
  padding: 15px 10px;
  color: #8dc63f;
  font-weight: 700;
  border: 0;
}

.hero .btn:hover {
  background: #8dc63f !important;
  color: #fff;
}

.hero .box {
  background-color: rgba(0, 56, 101, 0.6);
  max-width: 390px;
  padding: 60px 40px;
  border-radius: 0;
  border: 0;
  position: absolute;
  z-index: 1;
  left: 190px;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
}

@media (max-width: 768px) {
  .hero .box {
    padding: 60px 20px;
    left: 10px;
    width: 360px;
  }
}

@media (max-width: 1024px) {
  .hero .box {
    padding: 40px 20px;
    left: 10px;
    top:40%;
    width: 360px;
  }
}

.hero .box h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
}

.hero .box h1 span{
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}

.hero .box .btn-contact {
  background: #8dc63f;
}

/*** Navbar Start ***/
header {
  /* border-bottom: 3px solid #329f7a; */
  background-attachment: scroll;
  position: relative;
}

.banner-overlay{
  background: rgba(0,0,0,0.1);
  width: 100%;
  height: 100%;
  position: absolute; 
  z-index: 1;
   
}

.banner {
  background: url(../images/banner.jpg) no-repeat left 0;
  background-size: cover;
  position: relative;
}

.header-bg {
  /* background: #7cad30; */
  background: #fff;
  padding: 0 20px;
}

.navbar{
  height: 70px;
  padding: 0 20px;
}

.navbar .navbar-nav {
  padding: 15px 10px;
}

.navbar .navbar-nav .nav-link {
  padding: 10px;
  color: #666;
  font-size: 16px;
  outline: none;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 30px;
}


.navbar .navbar-nav .nav-link:last-child {
  border-right: 0;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: #8dc63f;
  font-weight: 500;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "font awesome 5 free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.dropdown-item:focus, .dropdown-item:hover{
  background: var(--primary);
  color: var(--white);
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.header-scrolled {
    background: #fff;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}


.navbar .fa {
  font-size: 16px;
  color: #8dc63f;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    transition: 0.5s;
    opacity: 0;
  }
}

.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  transition: 0.5s;
  opacity: 1;
}

/*** Navbar End ***/

/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
  background-color: #f6f9ff;
  padding: 40px;
}

.about p {
  margin: 15px 0 30px 0;
  line-height: 24px;
}

.about .icons {
  font-size: 150px;
  color: var(--secondary);
}

.box-shadow {
  /* border: 1px solid #f1f1f1; */
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.team-collection-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.worker-info {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.worker-info h2 {
  font-size: 16px;
}

.worker-info a {
  text-decoration: none;
}
.green-block {
  height: 230px;
  max-width: 230px;
  background-color: #ccc;
  border-radius: 300px;
  padding: 20px;
  overflow: hidden;
  display: flex;
  align-items: end;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.green-block img {
  margin-top: 12px;
  display: flex;
  align-self: baseline;
}

.green-block:hover {
  transition: 0.5s;
}

.green-block:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}

/*--------------------------------------------------------------
# Products
--------------------------------------------------------------*/

.products .card {
  text-align: left;
  transition: 0.3s;
  height: 100%;
  border-radius: 0;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 0px 8px;
  border: 0;
}

.products .card-body {
  padding: 30px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.products .card .card-img-top {
  border-radius: 0;
}

.feature-news {
  position: relative;
  z-index: 1;
  /* background-image: linear-gradient(47deg,#52247f 9%,#00a7b5 96%); */
  background: #eee;
  background-size: cover;
}

/* .feature-news .container{
    margin-top:-8rem;
} */



/* footer:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 90%;
    background-image: -webkit-gradient(linear, left top, right top, from(#cba052), color-stop(50%, #d06579), to(#9e247b));
    background-image: linear-gradient(to right, #cba052, #d06579 50%, #9e247b);
    background-repeat: no-repeat;
    height: 4px;
    margin-bottom: 5rem;
} */

footer {
  background-image: linear-gradient(0deg, #fff 10%, #fff 96%);
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
  padding: 50px 0 50px 0;
  font-size: 14px;
}

footer .footer-link {
  margin: 0;
  padding: 0;
}

footer .footer-link .footer-link-item {
  border: 0;
  padding: 3px 0;
}

footer .footer-link .footer-link-item a {
  text-decoration: none;
  color: #666;
}

footer .footer-link .footer-link-item a:hover {
  text-decoration: none;
  color: #8dc63f;
}

footer .footer-link .footer-link-item span {
  margin-right: 10px;
  font-size: 12px;
}

.icon {
  color: #8dc63f;
}

/* Inner pages */
.inner-banner {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-banner .overlay {
  position: relative;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-banner h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  margin: 50px 0 0 0;
}

.about-banner {
  background: url(../img/about-banner.jpg) no-repeat right;
  background-size: cover;
}

.product-banner {
  background: url(../images/products-banner.jpg) no-repeat left 60px;
  background-size: cover;
  height: 550px;
}



.contact-banner {
  background: url(../img/contact-banner.jpg) no-repeat right;
  background-size: cover;
}

.products-banner{
  background: var(--secondary);
  /* height: 160px !important; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.products-banner .banner-content{
  display: flex;
  justify-content: space-between;
  color: var(--white);
  font-size: 20px;
  margin: 50px 0 0 0;
}

.drug-name{
  font-size: 30px;
  font-weight: 600;
}

.breadcrumb{font-size: 14px; margin-bottom: 30px;}


.text-action-block {
  padding: 1.25rem;
  color: #3c4242;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  position: relative;
  height: 100%;
  font-size: 35px;
  line-height: 40px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 0px 8px;
  justify-content: center;
}

.text-action-block--navy {
  color: #fff !important;
  background-color: #003865;
}

.text-action-block .title {
  font-size: 70px;
  font-weight: lighter;
}

.product-image-wrapper{
  background-color: var(--white);
  padding: 30px;
  /* border: 1px solid #eee; */
  display: flex;
  justify-content: center;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
  rgba(17, 17, 26, 0.1) 0px 0px 8px;
  border-radius: 10px;
}

.drug-info strong{
 color: var(--secondary);
}


.bg-selected{
  background: #eee;
}

.sidebar li{
  border-bottom: 1px solid #eee;
}

.category-title{
  background: #8ed8f8;
  padding: 15px;
  color: var(--secondary);
  margin-bottom: 20px;
}

.category-title h5{
  margin-bottom: 0;
}

.category-title span{
  border-left: 2px solid var(--secondary);
  padding-right: 20px;
}

.img-container{
  min-height: 175px;
  background: url(../images/img-container-bg.jpg) repeat;
}

.img-container img{
  height: 100%;
  width: 100%;
}

.copyright{
  font-size: 12px;
  padding-left: 25px;
}

.social a .icon:hover{
  font-size: 20px;
  transition: 0.5s;
}

.img-copyright{
  font-size: 10px;
}

.img-copyright a{
  color: #666;
}

.logo-wrapper{
  position: absolute;
  /* left: 20px; */
  top: -1px;
  /* background: #d6df27; */
}

@media (max-width: 768px) {
  .logo-wrapper{
    position: relative;
    /* background: #d6df27; */
    left: 0;
    top: 0;
  }

  .navbar-collapse{
    background: #fff;
  }

  .navbar .navbar-nav .nav-link{
    padding: 10px 30px;
    border-bottom: 1px solid #003865;
  }
  
}

@media (max-width: 1024px) {
  .logo-wrapper{
    position: relative;
    /* background: #d6df27; */
    left: 0;
    top:-10 !important;
  }

  .navbar-collapse{
    background: #fff;
  }

  .navbar .navbar-nav .nav-link{
    padding: 10px 30px;
    border-bottom: 1px solid #003865;
  }
  
}

.navbar .nav-item .dropdown-menu{
  width: 100%;
}

.dropdown-item{
  font-size: 14px;
  border-bottom: 1px solid #eee
}
 