/**
* Template Name: Mendine Pharmaceuticals Pvt. Ltd.
* Template URL: mendine.com
* Author: Tannu Singh
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playball&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Merienda&display=swap');
/****Ibarra Real Nova**********/
/* @import url('https://fonts.googleapis.com/css2?family=Ibarra+Real+Nova:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap'); */
/*******Comic Neue******/
/* @import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap'); */


body {
    font-family: 'Poppins', sans-serif;
    color: #444444;
  }
  
  a {
    color: #13BFB1;
    text-decoration: none;
    cursor:pointer;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", 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 #13BFB1;
    border-top-color: #d1e6f9;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
  }
  
  @-webkit-keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @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: #13BFB1;
    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.active {
    visibility: visible;
    opacity: 1;
  }
  
  .datepicker-dropdown {
    padding: 20px !important;
  }
  
  /*--------------------------------------------------------------
  # Top Bar
  --------------------------------------------------------------*/
  #topbar {
    background: #13BFB1;
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    z-index: 996;
  }
  #topbar.topbar-scrolled {
    top: -40px;
  }
  #topbar .contact-info a {
    line-height: 1;
    color: #444444;
    transition: 0.3s;
  }
  #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: lightgrey;
  }
  #topbar .social-links a:first-child {
    border-left: 0;
  }



  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  #header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 9px 0;
    top: 40px;
    box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
  }
  #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: #13BFB1;
  }
  
  /**
  * Business Button *
  */

  .business-btn {
    margin-left: 25px;
    background: #fff;
    border-radius: 50px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
  }
  @media (max-width: 768px) {
    .business-btn {
      margin: 0 15px 0 0;
      padding: 6px 18px;
    }
  }
  
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /**
  * Desktop Navigation 
  */
.list-group-flush > .list-group-item {
   /* font-weight: 500;*/
    color: #2c4964;
}
.dropdown-hover:hover > .dropdown-menu {
    display: inline-block;
}
  .navbar {
    padding: 0;
  }
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .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 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: #13BFB1;
    border-color: #13BFB1;
  }
  .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 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: #0E8E82;
  }
  .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: #0E8E82;
  }
  .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: #0E8E82;
  }
  .navbar-mobile .dropdown > .dropdown-active {
    display: block;
  }
  
  /*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
  #hero {
    margin-bottom: -166px;
    border-bottom: 15px solid #13BFB1;
      margin-top: 140px;
      border-radius: 30px;
  }
  #hero .container {
    position: relative;     
  }
  #hero .banner-text {
    margin: 100px 0px 30px 0px; 
  }

    #hero p {
        font-family: 'Merienda', cursive;
        font-weight: 600;
        text-align: center;
        font-size: 50px;
        line-height: 56px;
        color: #0E8F85;
        margin: 0 76px;
    }

    #hero .typed-text {
        color: #0E8F85;
        font-family: 'Merienda', cursive;
    }

    #hero .cursor {
        display: inline-block;
        width: 3px;
        margin-left: 4px;
        background: #0E8F85;
    }

        #hero .cursor.blink {
            animation: blink 0.8s ease-in-out infinite;
        }

@keyframes blink {
    0%, 100% {
        background: #0E8F85;
    }

    40%, 50% {
        background: transparent;
    }
}






/*  #hero .banner-text h1 {
    font-family: 'Merienda', cursive;
    font-weight: 600;
    text-align: center;
    font-size: 50px;
    line-height: 56px;
    color: #0E8F85;
  }
  #hero .banner-text h2  {
    font-family: 'Merienda', cursive;
    font-weight: 600;
    text-align: center;
    font-size: 50px;
    line-height: 56px;
    color: #0E8F85;
    overflow: hidden; 
    border-right: .13em solid #0E8F85;
    white-space: nowrap; 
    margin: 0 76px; 
    animation: 
    typing 3.5s steps(40, end),
    blink-caret .75s step-end infinite;
  }
  @keyframes typing {
    from { width: 0 }
    to { width: 75% }
  }
  

  @keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: #0E8F85; }
  }*/

  #hero .btn-get-started {
    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: #13BFB1;  
  }
  
  #hero .btn-get-started span {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
  }
  #hero .btn-get-started i {
    margin-left: 5px;
    font-size: 18px;
    transition: 0.3s;
  }
  #hero .btn-get-started:hover i {
    transform: translateX(5px);
  }

  @media (min-width: 1024px) {
    #hero {
      background-attachment: fixed;
    }
  }
  /* @media (max-width: 992px) {
    #hero {
      margin-bottom: 0;
    }
    #hero .container {
      padding-bottom: 63px;
    }
    #hero h1 {
      font-size: 28px;
      line-height: 36px;
      color: red;
    }
  } */
  @media screen and (max-width: 980px) {
    #hero .banner-text p  {
      font-size: 40px;
      border: none;
      line-height: 16px;
  }
    #hero .banner-text {
        margin: 152px 0px;
    }
    #hero .cursor {
       font-size: 50px;
    }
        #hero .cursor.blink {
            font-size: 50px;
        }

            /*#hero .banner-text h2  {
    font-size: 25px;
    border: none;
}*/
        }
  @media screen and (max-width: 500px) {
    #hero .banner-text p  {
      font-size: 30px;
      border: none;
      line-height: 16px;
  }
    #hero .banner-text {
        margin: 152px 0px;
    }
/*  #hero .banner-text h2  {
    font-size: 18px;
    border: none;    
}*/
  }

 #hero .home-slider {
    height: 445px;
  }
  /***************JUMBOTRON STARTS HERE******************/
/*.jumbotron-fluid .not-active {
  color: darkslategrey;
}
.jumbotron-fluid .not-active:hover {
  color: rgba(0, 0, 0, 0.8);
}*/
.jumbotron-fluid .not-active {
    color: rgba(0, 0, 0, 0.8);
}
.jumbotron-fluid .active {
  color : rgba(255, 255, 255, 0.9);
}
.jumbotron-fluid{
  background-image: url(../img/Frame\ 3.png);
  height: 500px;
}
.jumbotron-content {
  padding-top: 261px;
  color: #ffffff;
  text-align: center;
}
.jumbotron-fluid h1 {
    color: #ffffff;
    font-size: 44px;
    line-height: 45px;
    font-weight: 600;
}
.jumbotron-content span {
  color: #ffffff;
  font-weight: 600;
}
.jumbotron-fluid.formulationdevelopmentheader {
    background-image: url('../img/newimages/banner/formulationdevelopment.jpg');
}
.jumbotron-fluid.ataglanceheader {
    background-image: url('../img/newimages/banner/glance.jpg');
}
.jumbotron-fluid.paediatricbanner {
    background-image: url('../img/newimages/banner/paediatric.jpg');
}
.jumbotron-fluid.gynaecologicalbanner {
    background-image: url('../img/newimages/banner/gynaecological.jpg');
}
.jumbotron-fluid.generalbanner {
    background-image: url('../img/newimages/banner/general.jpg');
}
.jumbotron-fluid.gastrobanner {
    background-image: url('../img/newimages/banner/gastrobanner.jpg');
}
.jumbotron-fluid.ayurvedicbanner {
    background-image: url('../img/newimages/banner/bannerayurvedic.jpg');
}
.jumbotron-fluid.multivitaminbanner {
    background-image: url('../img/newimages/banner/MultiVitamin.jpg');
}
.jumbotron-fluid.haematinicsbanner {
    background-image: url('../img/newimages/banner/Haematinics.jpg');
}
.jumbotron-fluid.antiemeticbanner {
    background-image: url('../img/newimages/banner/Antiemetic.jpg');
}
.jumbotron-fluid.uterinetonicbanner {
    background-image: url('../img/newimages/banner/banneruterinetonic.jpg');
}
.jumbotron-fluid.systemicalkalizerbanner {
    background-image: url('../img/newimages/banner/Systemic Alkalizer.jpg');
}
.jumbotron-fluid.coughcoldbanner {
    background-image: url('../img/newimages/banner/CoughCold.jpg');
}
.jumbotron-fluid.antibioticbanner {
    background-image: url('../img/newimages/banner/bannerantibiotic.jpg');
}
.jumbotron-fluid.antifungalbanner {
    background-image: url('../img/newimages/banner/bannerAntifungalTopical.jpg');
}
.jumbotron-fluid.oralhealthbanner {
    background-image: url('../img/newimages/banner/Oralhealth.jpg');
}
.jumbotron-fluid.analgesicbanner {
    background-image: url('../img/newimages/banner/Analgesic.jpg');
}
.jumbotron-fluid.antihelminthicbanner {
    background-image: url('../img/newimages/banner/Antihelminthic.jpg');
}
.jumbotron-fluid.contactbanner {
    background-image: url('../img/newimages/banner/contactus.jpg');
}
.jumbotron-fluid.drugsafetybanner {
    background-image: url('../img/newimages/banner/drugsafety1.jpg');
}
.jumbotron-fluid.careerbanner {
    background-image: url('../img/newimages/banner/career.jpg');
}
.jumbotron-fluid.opportunitiesbanner {
    background-image: url('../img/newimages/banner/opportunities.jpg');
}
.jumbotron-fluid.peopledevelopmentbanner {
    background-image: url('../img/newimages/banner/peopledevelopment.jpg');
}
.jumbotron-fluid.valuesethicsbanner {
/*   background-image: url('../img/newimages/banner/valuesethics.jpg');
*/   background-image: url('../img/newimages/banner/valuesethics2.jpg');
}
.jumbotron-fluid.boardofdirectorsbanner {
    background-image: url('../img/newimages/banner/boardofdirectors.jpg');
}
.jumbotron-fluid.qualitypolicybanner {
    background-image: url('../img/newimages/banner/qualitypolicy.jpg');
}
.jumbotron-fluid.missionvisionbanner {
    background-image: url('../img/newimages/banner/missionvision1.jpg');
}
.jumbotron-fluid.milestonebanner {
    background-image: url('../img/newimages/banner/milestone.jpg');
}
.jumbotron-fluid.institutionalbanner {
    background-image: url('../img/newimages/banner/institutionalbusiness.jpg');
}
.jumbotron-fluid.contractbanner {
/*    background-image: url('../img/newimages/banner/contractmanufacturing.jpg');*/
    background-image: url('../img/newimages/banner/contractmanufacturing2.jpg');
}
.jumbotron-fluid.jobdetails {
    background-image: url('../img/newimages/banner/jobdetails.jpg');
}
.jumbotron-fluid.productdetailsbanner {
    background-image: url('../img/newimages/banner/productdetails.jpg');
}
.jumbotron-fluid.productcategory {
    background-image: url('../img/newimages/banner/productindividual.jpg');
}
.jumbotron-fluid.whatsnewbanner {
    background-image: url('../img/newimages/banner/whatsnewbanner.jpg');
}
.jumbotron-fluid.latestlaunchesbanner {
    background-image: url('../img/newimages/banner/latestlaunchesbanner.jpg');
}
.jumbotron-fluid.topicaldysinfectantbanner {
    background-image: url('../img/newimages/banner/Topical Dysinfectant.jpg');
}
/***************JUMBOTRON ENDS HERE******************/
/*--------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/
section {
    padding: 60px 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: #0E8F85;
  }
  .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: #15D7C7;
    bottom: 0;
    left: calc(50% - 20px);
  }
  .section-title p {
    margin-bottom: 0;
  }

  /*--------------------------------------------------------------
  # Why Us
  --------------------------------------------------------------*/
  .why-us a:hover {
      color: #15D7C7 !important;
  }
  .why-us .content {
    padding: 30px;
    background: #13BFB1;
    border-radius: 4px;
    color: #fff;
    z-index: 2;
  }
  .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;
    border-radius: 50px;
    transition: all ease-in-out 0.4s;
  }
  .why-us .content .more-btn i {
    font-size: 14px;
  }
  .why-us .icon-boxes .icon-box {
    z-index: 2;
    text-align: center;
    border-radius: 54px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
    width: 100%;
  }
  .why-us .icon-boxes .icon-box i {
    font-size: 40px;
    color: #13BFB1;
  }
  .why-us .icon-boxes .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 12px 0px;
  }


/*******Formulation and Development*********/
.fordev {
  padding: 80px 0px;
  background: #F1F7FD;
}
.fordev .description {
  margin: 30px 151px 0px 151px;
  font-family: "Poppins", sans-serif;
  text-align: justify;
}
.fordev .btn-outline-info{
  color: #0E8F85;
  border-color: #0E8F85;
}
.fordev .btn-outline-info:hover{
  background-color: #0E8F85;
  color: #fff;
}
@media (max-width: 720px) {
  .fordev .description {
    margin: 40px 50px;
  }
}


/*** What's New? - Index ***/
.whats-new-index .card-container{
  position: relative;
  height: 350px;
  overflow: hidden;
  transition: all 0.3s;
}
.whats-new-index .menu-hover, .overlay{
  position: relative;
  width: 100%;
  height: 100%;
  bottom: 0px;
  transition: all 0.3s;
}
.whats-new-index .menu-hover img{
  height: 100%;
  object-fit: cover;
  filter: brightness(.6);
}
.whats-new-index .overlay{
  position: absolute;
  background: rgba(14, 143, 133, 0.6);
}
.whats-new-index .card-container:hover .menu-hover{
  transition: 0.3s ease-in-out;
  bottom: 400px;
}
.whats-new-index .card-heading {
  font-size: 20px;
  color: #fff;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
  display: block;
  margin-top: 150px;
}
.whats-new-index .content {
  height: 400px;
  background: rgb(14, 143, 133);
}
.whats-new-index .content-heading {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.whats-new-index .content-description{
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}
.whats-new-index .content .btn-outline-info{
  color: #fff;
  border-color: #fff;
}
.whats-new-index .content .btn-outline-info:hover{
  background-color: #fff;
  color: #0E8F85;
}


/***** Quotation Index******/
.quotation-index {
  font-family: 'Poppins', sans-serif;
}
.quotation-index figure {
  border-left: .35rem solid #13BFB1;
}
.quotation-index figure i {
  color: #13BFB1;
}
.blockquote-footer {
  font-family: 'Poppins', sans-serif;
}




/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/
.products {
  overflow: hidden;
}
.products .nav-tabs {
  border: 0;
}
.products .nav-link {
  border: 0;
  padding: 16px 15px 12px 0;
  transition: 0.3s;
  color: #777777cf;
  border-radius: 0;
  border-right: 2px solid #ebf1f6;
  font-weight: 500;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
}
.products .nav-link:hover {
  color: #15D7C7;
}
.products .nav-link.active {
  color: #0e8f85;
  border-color: #15D7C7;
}
.products .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}
.products .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #147a59c4;
}
.products .details p {
  color: #777777;
  font-family: 'Poppins', sans-serif;
}
.products .details p:last-child {
  margin-bottom: 0;
}
.products .btn-outline-info {
  color: #0E8F85;
  border-color: #0E8F85;
  border-radius: 24px;
}
.products .btn-outline-info:hover {
  color: #fff;
  background-color: #0E8F85;
}
@media (max-width: 992px) {
  .products .nav-link {
    border: 0;
    padding: 15px;
  }
  .products .nav-link.active {
    color: #fff;
    background: #15D7C7;
  }
}

/*--------------------------------------------------------------
# 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);
}




/*--------------------------------------------------------------
# Teams
--------------------------------------------------------------*/
.teams .btn-info {
  color: #fff;
  background: #13BFB1;
  border-radius: 24px;
}
.teams h3{
  font-size: 46px;
  font-weight: 500;
  font-family: 'poppins', sans-serif;
}
.teams .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(63, 187, 192, 0.1);
}
.teams .member .member-img {
  position: relative;
  overflow: hidden;
}
/* .teams .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}
.teams .member .social a {
  transition: color 0.3s;
  color: #555555;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.teams .member .social a i {
  line-height: 0;
}
.teams .member .social a:hover {
  color: #3fbbc0;
}
.teams .member .social i {
  font-size: 18px;
  margin: 0 2px;
} */
.teams .member .member-info {
  padding: 25px 15px;
}
.teams .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #555555;
}
.teams .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}
.teams .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}
/* .teams .member:hover .social {
  opacity: 1;
} */





/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}
.contact .info i {
  font-size: 20px;
  color: #0E8F85;
  float: left;
  width: 44px;
  height: 44px;
  background: #ECF7F6;
  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: #0E8F85;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #777777;
}
.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: #15D7C7;
  color: #fff;
}
.contact .contact-form {
  width: 100%;
  background: #fff;
}
.contact .contact-form .form-group {
  padding-bottom: 8px;
}
/*.contact .contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .contact-form .error-message br + br {
  margin-top: 25px;
}
.contact .contact-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .contact-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .contact-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;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .contact-form input, .contact .contact-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}*/
.contact .contact-form input {
  height: 44px;
}
.contact .contact-form textarea {
  padding: 10px 12px;
}
    .contact .contact-form button[type=button], .drugSubmit {
        background: #0E8F85;
        border: 0;
        padding: 10px 35px;
        color: #fff;
        transition: 0.4s;
        border-radius: 50px;
    }
.contact .contact-form button[type=button]:hover {
  background: #15D7C7;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #444444;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
#footer .footer-contact h3{
  color: #0E8E82;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #ECF7F6;
  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: 700;
  font-family: "Poppins", sans-serif;
}
#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 h4 {
  font-size: 16px;
  font-weight: bold;
  color: #0E8E82;
  position: relative;
  padding-bottom: 12px;
  font-family: "Poppins", sans-serif;
}
#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: #0E8E82;
  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: #15D7C7;
}
#footer .footer-adverse {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #777777;
}
#footer .footer-adverse h4 {
  font-size: 16px;
  font-weight: bold;
  color: #0E8E82;
  position: relative;
  padding-bottom: 12px;
  font-family: "Poppins", sans-serif;
}
.footer-top .facebook:hover, .twitter:hover, .linkedin:hover, .pinterest:hover {
    color: #0E8E82;
}

/****Whats New?****/
.whats-new h3{
    font-size: 29px;
  /*font-size: 46px;*/
  font-weight: 500;
  color: #0E8F85;
}
.whats-new .btn-outline-info{
  color: #0E8F85;
  border-color: #0E8F85;
}
.whats-new .btn-outline-info:hover{
  background-color: #0E8F85;
  color: #fff;
}


/*****People Development*******/
.aboutuscontent p {
  font-size: 15px;
  color: #6f7074;
/*  text-align: justify;*/
}


/*--------------------------------------------------------------
# Drug Safety
--------------------------------------------------------------*/
.drug .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 20px 0 30px 0;
}
.drug .info-box i {
  font-size: 32px;
  color: #3fbbc0;
  border-radius: 50%;
  padding: 8px;
}
.drug .info-box h3 {
  font-size: 20px;
  color: #0E8F85;
  font-weight: 700;
  margin: 10px 0;
}
.drug .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  color: #777777;
}
.drug .form-modify {
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 30px;
}
.drug .form-modify .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.drug .form-modify .error-message br + br {
  margin-top: 25px;
}
.drug .form-modify .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.drug .form-modify .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.drug .form-modify .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;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.drug .form-modify input, .contact .form-modify textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}
.drug .form-modify input:focus, .contact .form-modify textarea:focus {
  border-color: #3fbbc0;
}
.drug .form-modify textarea {
  padding: 12px 15px;
}
.drug .form-modify button[type=button] {
  background: #3fbbc0;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.drug .form-modify button[type=button]:hover {
  background: #65c9cd;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/**********Product************/
.product-box {
  position: relative;
}

.product-image {
  opacity: 1;
  display: block;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.product-middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.product-box:hover {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.product-box:hover .product-image {
  opacity: 0.3;
}

.product-box:hover .product-middle {
  opacity: 1;
}

.product-box:hover .bottom-left{
  display: none;
}

.product-text {
  background-color: rgba(39, 37, 30, 0.8);
  color: white;
  font-size: 15px;
  padding: 8px 16px;
  width: 169px;
}

.product-text a {
  color: #ffffff;
}

.product-box .bottom-left {
  position: absolute;
  bottom: 0px;
  background-color: rgba(39, 37, 30, 0.5);
  color: white;
  padding: 10px 5px;
  font-size: 15px;
}

.owl-nav button {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	outline: none;
	height: 25px;
}
.owl-nav button svg {
	width: 25px;
	height: 25px;
}
.owl-nav button.owl-prev {
	left: 25px;
}
.owl-nav button.owl-next {
	right: 25px;
}
.owl-nav button span {
	font-size: 45px;
}
.product-thumb .item img {
	height: 100px;
}
.product-name {
	font-size: 28px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 4px;
}






/*** Job Listing ***/
/* .nav-pills .nav-item .active {
  border-bottom: 2px solid var(--primary);
} */

.job-item {
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 0 45px rgba(0, 0, 0, .08);
  transition: .5s;
}

.job-item:hover {
  border-color: rgba(0, 0, 0, .08);
  box-shadow: none;
}

.list-unstyled {
font-size: 15px;
color: #6f7074;
}


/***********Pagination************/
.page-item.active .page-link {
  z-index: 3;
  color: rgb(255, 255, 255);
  background-color: #13BFB1;
  border-color: #13BFB1;
}
.page-link {
  color: #0E8E82;
}
.page-link:hover {
  color: #13BFB1 !important;
}


/***********/
.btn-info {
background: #13BFB1 !important;
}

/****************/
.slidergal {
  overflow: hidden;
}
.slidergal .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.slidergal .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #13BFB1;
}
.slidergal .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #13BFB1;
}
.slidergal .swiper-slide-active {
  text-align: center;
}
@media (min-width: 992px) {
  .slidergal .swiper-wrapper {
    padding: 40px 0;
  }
  .slidergal .swiper-slide-active {
    border: 6px solid #3fbbc0;
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1.2);
    margin-top: 10px;
  }
}

/* @media screen and (min-width:800px) { */
.products-index {
  background-color:#1c5e59;
}
    .products-index .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #13bfb1 !important;
        background-color: #fff;
    }
    .products-index .nav-pills .nav-link {
        background: 0 0;
        color: #fff !important;
        border: 0;
        border-radius: .25rem;
    }
/* } */
/* @media screen and (min-width:800px){
  .m__services{
    padding:140px 0 170px;
  }
}
.m__services h3{
  color:#FFF;
  margin-bottom:70px;
}
.m__services p{
  color:#FFF;
  padding-bottom:70px;
  max-width:430px;
}
@media screen and (min-width:800px){
  .m__services p{
    padding-bottom:110px;
  }
}
.products-bg-image{
  display:none;
  height:560px;
  width:100%;
} */

/* @media screen and (min-width:800px){
  .products-bg-image{
    display:block;
  }
} */
/* .products-bg-image img{
  height:100%;
  width:100%;
}
.product-list-index{
  padding:0 30px;
} */
/* @media screen and (min-width:800px){
  .product-list-index{
    padding:0 30px 0 80px;
  }
/* } */
/* @media screen and (min-width:1150px){ */ 
  /* .product-list-index{
    padding:0 -webkit-calc((100vw - 1090px) / 2) 0 140px;
    padding:0 calc((100vw - 1090px) / 2) 0 140px} */
  /* } */
  .product-list-index ul{
    list-style: none;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
  }
  .product-list-index ul li{
    border-bottom:1px solid rgba(255,255,255,.3);
    cursor:pointer;
    width:100%;
  }
  /* @media screen and (min-width:650px){ */
    .product-list-index ul li{
      width:47%;
    }
  /* } */
  .product-list-index ul li:nth-of-type(1),.product-list-index ul li:nth-of-type(2){
    border-top:1px solid rgba(255,255,255,.3);
    margin-top: 34px;
  }
  .product-list-index ul li a{
    color:#FFF;
    display:block;
    font-size:19px;
    opacity:.7;
    padding:40px 0;
    text-decoration:none;
    -webkit-transition:opacity .3s;
    transition:opacity .3s;
  }
  .product-list-index ul li:hover a{
    opacity:1;
    text-decoration:none;
  }







  /*************/
.cards-services {
    /* List Styling Clean-Up */
    list-style: none;
    padding: 0;
    margin: 0;
    /* Alignment */
    margin: auto;
}


@media (min-width: 788px) {
    .cards-services {
        width: 728px;
    }
        /* Clear Fix */
        .cards-services::after {
            content: "";
            clear: both;
            display: table;
        }
}

@media (min-width: 1166px) {
    .cards-services {
        width: 1106px;
    }
}

/*
 * ## Feature Card Class
 */

[class$='services-card'] {
    /* Positioning and Sizing */
    position: relative;
    box-sizing: border-box;
    width: 350px;
    /*    height: 312px;
*/ background: #ffffff;
    /* Alignment */
    margin: 0;
    padding: 32px;
/**/    /* Box Details */
    border-radius: 10px;
    border: 1px solid #c7a6a65c;
    /* border-top: solid 8px #30B88A; */
    /* box-shadow: 2px 5px 20px rgb(0,0,0,0.1); */
}

    /*
 * ### Inner Elements
 */

    [class$='services-card'] h4, [class$='services-card'] p {
        margin: 0;
    }
/*
    [class$='services-card'] img {
        position: absolute;
        bottom: 32px;
        right: 32px;
    }
*/
@media (min-width: 788px) {
    [class$='services-card'] {
        float: left;
    }

    @media (min-width: 1166px) {

        [class$='services-card']:first-child {
            margin: 140px 0;
        }

        [class$='services-card']:nth-child(2),
        [class$='services-card']:nth-child(3) {
            margin: 0 22px;
        }

        [class$='services-card']:last-child {
            margin-top: -110px;
        }

        [class$='services-card']:nth-child(3) {
            margin-top: 30px;
        }
    }

    @media (max-width: 1165px) {

        [class$='services-card']:nth-child(3),
        [class$='services-card']:nth-child(4) {
            margin-top: 30px;
        }

        [class$='services-card']:nth-child(2),
        [class$='services-card']:nth-child(4) {
            margin-left: 28px;
        }
    }
}

@media (max-width: 787px) {

  /*  [class$='services-card'] {
        width: 300px;
        height: 220px;
        margin: auto;
    }
*/
        [class$='services-card']:not(:first-child) {
            margin-top: 22px;
        }
}

.whatsapp {
    position: fixed;
    bottom: -4%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.whatsapp img {
        width: 80px;
    }

.composition-table.table > :not(caption) > * > * {
    padding: 0px;
}