
/* ===================================== Import Variables ================================== */
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Arimo:300,400,400italic,700,700italic);
/* ===================================== Basic CSS ==================================== */
* {
  margin: 0px;
  padding: 0px;
  list-style: none; }
img {
  max-width: 100%; }
a {
  text-decoration: none;
  outline: none;
  /* color: #fff; */
 }
/* a:hover {
  color: #444; } */
ul {
  margin-bottom: 0;
  padding-left: 0; }
a:hover,
a:focus,
input,
textarea {
  text-decoration: none;
  outline: none; }
.center {
  text-align: center; }
.left {
  text-align: left; }
.right {
  text-align: right; }
.cp {
  cursor: pointer; }
html, body {
  height: 100%; }
/* p {
  margin-bottom: 0px;
  width: 100%; } */
.no-padding {
  padding: 0px; }
.no-margin {
  margin: 0px; }
.hid {
  display: none; }
.top-mar {
  margin-top: 15px; }
.h-100 {
  height: 100%; }
::placeholder {
  color: #747f8a !important;
  font-size: 13px;
  opacity: .5 !important; }
/* .container-fluid {
  padding: 0px; } */

/* h1, h2, h3, h4, h5, h6 {
  color: #545454; } */
body {
  background-color: #f1f1f145 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #6A6A6A;
  overflow-x: hidden; }
.session-title {
  padding-top: 20px;
  margin: 0px;
  margin-bottom: 35px; }
  @media screen and (max-width: 767px) {
    .session-title {
      padding: 5px; } }
  .session-title h2 {
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0px; }
  .session-title p {
    max-width: 850px;
    text-align: center;
    float: none;
    margin: auto;
    font-size: .9rem;
    margin-top: 6px; }
  .session-title span {
    float: right;
    font-style: italic; }
.inners-title {
  padding: 20px;
  padding-left: 0px;
  margin: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ccccccc4;
  display: block;
  padding-right: 0px; }
  .inners-title h2 {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid #863dd9;
    padding-bottom: 10px;
    margin-bottom: 0px;
    width: 300px; }
  .inners-title p {
    width: 100%;
    text-align: center; }
  .inners-title .btn {
    float: right;
    margin-top: -38px;
    font-weight: 600;
    font-size: .8rem; }
.page-nav {
  background-size: 100%;
  padding: 90px;
  text-align: center;
  background-color: #eaeaea;

}
.page-nav.no-margin.row {
  background: linear-gradient(rgb(48 203 103 / 62%), rgb(3 131 253 / 29%)), url(/assets/images/pharma/slider/lab-new.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  margin: 0;
}
.breadcrumbs-sec {
  position: relative;
  top: 6px;
  right: 70px;
}
.breadcrubms-head {
  font-family: inherit;
  border: 1px solid white;
  padding: 3px 32px;
  position: relative;
  right: 34px;
  background: aliceblue;
  border-radius: 0px 30px 30px 0px;
}
  .page-nav ul {
    float: none;
    margin: auto; }
  @media screen and (max-width: 992px) {
    .page-nav {
      background-size: auto; } }
  @media screen and (max-width: 767px) {
    .page-nav {
      padding-top: 200px;
      padding-bottom: 40px; } }
  @media screen and (max-width: 356px) {
    .page-nav {
      padding-top: 200px;
      padding-bottom: 40px; } }
      .page-nav h2 {
        font-size: 30px;
        width: 100%;
        /* font-weight: 700; */
        color: black;
        font-family: serif;
    }
    @media screen and (max-width: 600px) {
      .page-nav h2 {
        font-size: 26px; } }
  .page-nav ul li {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 16px;
    font-size: .93rem;
    font-weight: 800;
    color:black;
   }
    .page-nav ul li i {
      width: 30px;
      text-align: center;
      color:white; }
  .page-nav ul li a {
    color: black;
    font-weight: 400;
    font-size: .93rem;
    font-weight: 800;
}
.btn-success {
  background-color: #51be78;
  border-color: #51be78; }
  .btn-success:hover {
    background-color: #51be78 !important;
    border-color: #51be78 !important; }
  .btn-success:active {
    background-color: #51be78 !important;
    border-color: #51be78 !important; }
  .btn-success:focus {
    background-color: #51be78 !important;
    border-color: #51be78 !important;
    box-shadow: none !important; }
.btn-primary {
  background-color: #3cc88f;
  border-color: #3cc88f; }
  .btn-primary:hover {
    background-color: #3cc88f !important;
    border-color: #3cc88f !important; }
  .btn-primary:active {
    background-color: #3cc88f !important;
    border-color: #3cc88f !important; }
  .btn-primary:focus {
    background-color: #3cc88f !important;
    border-color: #3cc88f !important;
    box-shadow: none !important; }
    /* .btn {
      box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
      border-radius: 25px;
      padding: 10px 25px;
      font-weight: 600;
  } */
.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #CCC; }
.btn-light {
  background-color: #FFF;
  color: #3F3F3F; }
.collapse.show {
  display: block !important; }
.form-control:focus {
  box-shadow: none;
  border: 1px solid #CCC; }
.form-control {
  background-color: #ffffff;
  /* margin-bottom: 20px; */
 }
  .form-control:focus {
    background-color: #FFF;
    border-color: #CCC;
    border-top: 0px;
    border-left: 0px;
    border-right: 0pc;
}
/* .container {
  max-width: 1170px; } */
  @media screen and (max-width: 575px) {
    .container {
      padding: 10px 15px; } }
/* =================== Header Style Starts Here =================== */
header {
  /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); */
  box-shadow: 0 0px 0px 0 rgb(0 0 0 / 16%), 0 0px 10px 0 rgb(0 0 0 / 15%);
  background-color: #FFF;
  width: 100%;
  z-index: 99; }
  header .logo {
    padding-top: 8px; }
  header .header-top {
    background-color: #448bfdd9;
    border-bottom: 1px solid #d3d7cea6;
     }
    header .header-top .col-det .ulleft li {
      float: left;
      padding: 12px;
      color: #686968;
      font-size: .9rem; }
      header .header-top .col-det .ulleft li i {
        margin-right: 5px;
        color: #bfbfbf; }
        header .header-top .col-det .ulleft li span {
          margin-left: 15px;
          color: white;
      }
    header .header-top .col-det .ulright {
      float: right; }
      header .header-top .col-det .ulright li {
        float: left;
        padding: 10px;
        color: #d3d7ce;
        font-size: 1rem;
        font-weight: 600; }
        header .header-top .col-det .ulright li i {
          margin-right: 5px;
          color: #8c8a8a; }
        header .header-top .col-det .ulright li small {
          color: #ffffff;
          font-weight: 600; }
        header .header-top .col-det .ulright li span {
          margin-left: 15px; }
    header .header-top .btn-bhed {
      padding-top: 7px;
      text-align: right; }
      header .header-top .btn-bhed .btn {
        padding: 5px 23px;
        border-radius: 50px;
        margin-left: 5px; }
  header .header-bottom {
    padding: 0px;
    background-color: #fff; }
    @media screen and (max-width: 991px) {
      header .header-bottom {
        padding: 0px; } }
    @media screen and (max-width: 991px) {
      header .header-bottom img {
        padding: 5px;
        margin-top: 0px;
        max-width: 230px; } }
  header .nav-col .navbad {
    display: block;
    float: right; }
    @media screen and (max-width: 991px) {
      header .nav-col .navbad {
        width: 100%; } }

        /* header .nav-col .navbad li {
      padding: 14px 4px;
      font-weight: 700;
      font-size: .9rem;
      float: left; } */
      header .nav-col .navbad li {
        padding: 7px 0px 0px;
        font-weight: 700;
        font-size: .9rem;
        float: left;
    }
    @media only screen and (max-width: 600px) {
      a.nav-link {
        border: 1px solid grey;
        background: aliceblue;
        border-radius: 30px;
      }
      .dropdown {
        width: 100%;
    }
    .dropdowns {
      position: relative;
      display: inline-block;
      left: 24px;
  }
    }


      @media screen and (max-width: 1005px) {
        header .nav-col .navbad li {
          padding: 15px 12px; } }
      @media screen and (max-width: 991px) {
        header .nav-col .navbad li {
          float: none;
          width: 100%;
          padding: 6px; } }

          header .nav-col .navbad li a {
            color: #184363 !important;
        }
        /* header .nav-col .navbad li a:hover {
          background-color: #3cc88f;
          color: #fff !important; } */
          header .nav-col .navbad li a:hover {
            border-bottom: 1px solid #184363;
        }
    header .nav-col .navbad .nav-btn {
      float: right; }
  header .small-menu {
    float: right;
    color: #686968;
    font-size: 1.8rem;
    position: absolute;
    right: 13px;
    top: 19px; }
@media screen and (max-width: 767px) {
  .navbar {
    padding: 0px; } }
.navbar-toggler {
  position: absolute;
  right: 0px;
  top: -40px; }
  @media screen and (max-width: 767px) {
    .navbar-toggler {
      top: -50px; } }
.scroll-to-fixed-fixed {
  background-color: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
/* .scroll-to-fixed-fixed {
  padding: 5px !important; } */
  .main-heading-hr {
    color: white;
    border: 2px solid white;
    width: 20%;
}
.sliderss-text {
  font-size: 18px;
  color: white;
  text-align: start;
}

/* ----------------------- */
.dropbtn {
  color: #51be78 !important;
  background: white;
  font-weight: 700;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 230px;
  top: 39px;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  z-index: 2;
}

.dropdown-content a.drop-links {
  color: black;
  padding: 8px 15px;
  text-decoration: none;
  display: block;
  border-radius: 1px !important;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

/* .dropdown:hover .dropbtn {
  color: #fff !important;
  background: -webkit-linear-gradient(331deg,#3b9dfda6, #51be78);
} */
.nav-link:focus {
  outline: none;
  cursor: pointer;
}
/* ======all categories========== */

/* .dropbtns {
  color: #184363 !important;
  background: #edf4f6;
  font-weight: 700;
  border-radius: 30px;
  margin-top: 5px;
} */
.dropbtns {
  color: #184363 !important;
  background: #edf4f6;
  font-weight: 700;
  border-radius: 30px;
  margin-top: 0px;
  margin-bottom: 8px;
  padding: 8px 50px;
}

.dropdowns {
  position: relative;
  display: inline-block;

}



.dropdowns-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 300px;
  top: 45px;
  border-radius: 15px;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  z-index: 2;
}

.dropdowns-content a.drops-links {
  color: black;
  padding: 8px 15px;
  text-decoration: none;
  display: block;
  border-radius: 1px !important;
}

.dropdowns-content a:hover {background-color: #ddd;}

.dropdowns:hover .dropdowns-content {display: block;}

/* .dropdown:hover .dropbtn {
  color: #fff !important;
  background: -webkit-linear-gradient(331deg,#3b9dfda6, #51be78);
} */
.nav-link:focus {
  outline: none;
  cursor: pointer;
}
.nav-link.dropbtns:hover {
  background: #184363;
  color: white !important;
  z-index: 2;
  left: 160px;
}

/* -------------------------header---------------------------------- */
.logo-part {
  /* padding: 4px 9px 0px 10px; */
  padding-top: 8px;
}
/* #head-search {
  width: 95%;
  border: 0px solid #ECF1F9;
  border-radius: 7px;
  background: #edf4f6;
  height: 47px;
  padding-left: 55px;
  border-radius: 20px;
  margin-top: 12px;
} */
#head-search {
  width: 93%;
  border: 0px solid #ECF1F9;
  border-radius: 7px;
  background: #edf4f6;
  height: 47px;
  padding-left: 55px;
  border-radius: 20px;
  margin-top: 12px;
  margin: 12px 18px;
}
.pharma-call-info {
  color: #184363;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 18px;
}
.search-icons {
  position: absolute;
  top: 16px;
  /* padding-left: 20px; */
  right: 55px;
}
.folouws {
  position: absolute;
  right: 60px;
}
.pharma-logo {
  width: 26%;
  /* margin-left: 90px; */
  margin-left: 32px;
}
.pharma-talk-logo{
  width: 175px;
}
.fayre-talk-img.p-2 {
  text-align: center;
  box-shadow: 0 0 20px 2px #0000001f;
  position: relative;
  z-index: 10;
  background-color: white;
  border-radius: 4px;
  margin: 5px;
  width: 100%;
}
h2.feyre-talk-head {
  background: #393282;
  width: 16%;
  text-align: center;
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  .pharma-logo {
    width: 21%;
    /* margin-left: 90px; */
    margin-left: 32px;
  }
}
/* .import-logo-1 {
  position: absolute;
  top: 1px;
  left: 152px;
} */
.import-logo-1 {
  position: absolute;
  left: 133px;
  top: -3px;
}

/* .logo-heading {
  font-size: 41px;
  color: #b70406;
  font-family: 'Arista';
  margin-left: 0px;
  font-weight: 900;
  letter-spacing: 3px;
} */
.logo-heading {
  font-size: 55px;
  color: #b70406;
  margin-left: 0px;
  font-family: NimbusRomNo9L-RegIta;
  letter-spacing: 1px;
  font-weight: 900;
}
/* .logo-sub-heading {
  position: relative;
  bottom: 11px;
  font-size: 17px;
  left: 0px;
  color: #0381fd;
  font-family: 'Arista';
} */
.logo-sub-heading {
  position: relative;
  bottom: 18px;
  font-family: NimbusRomNo9L-RegIta;
  font-size: 20px;
  left: 0px;
  color: #015c88;
}
.h-mail {
  color: white !important;
}
.head-mail {
  color: white;
}


.fa-phone-volume:before {
  content: "\f2a0";
  color: white;
}
.fa-facebook-square:before {
  content: "\f082";
  color: white;
}

.fa-instagram:before {
  content: "\f16d";
  color: white;
}
.fa-linkedin:before {
  content: "\f08c";
  color: white;
}
.fa-youtube-square:before {
  content: "\f431";
  color: white;
}
/* ===============sliders======================================== */
.pharma-slider-images {
  width: 100%;
  height: 400px;
  border-radius: 15px;
}
.custom-inner {
  width: 100%;
/*
  padding-top: 50px; */
}
/* .pharma-slider-heading {
  font-size: 40px;
  font-weight: 900;
  color: #ffffff;
} */
.pharma-slider-heading {
  font-size: 45px;
  /* font-weight: 900; */
  color: #ffffff;
  font-family:'Arista' ;

}
@font-face {
  font-family: 'Arista';
  src: url('/assets/fonts/Arista2.0.ttf');

}
/* @font-face{
  font-family: 'Lucida Calligraphy Font';
  src: url('/assets/fonts/Lucida\ Calligraphy\ Font.ttf');
} */
@font-face{
  font-family: 'NimbusRomNo9L-RegIta';
  src: url('/assets/fonts/NimbusRomNo9L-RegIta.otf');
}
.pharma-second-part-1{
  position: absolute;
    right: 227px;
    bottom: 30px;
}
.pharma-second-part-2 {
  position: absolute;
  right: 420px;
  bottom: 100px;
}
@media only screen and (max-width: 600px) {
  .pharma-slider-images {
    width: 100%;
    height: 200px;
    border-radius: 15px;
}
.pharma-slider-heading {
  font-size: 15px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: 1px;
    padding-left: 10px;
}
.carousel-caption {
  position: absolute;
  right: 0%;
  bottom: 40px;
  left: 12%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: rgb(24 66 98);
  text-align: start;
}
}



/* =============Popular Categories======================= */
.p-c-border {
  background: #e2dff5;
  border-radius: 15px;
}

.our-partner{
  height: 96px;
}
.card-img {
  height: 140px;
  width: 139px;
  margin: 5px 10px;
  float: left;
}
.custom-card {
  clear: both;
  border-radius: 5px;
  box-shadow: 1px 0px 20px 2px lightgrey;
}
.clear:after {
  content: ' ';
  display: block;
  clear: both;
}
.btn-primaryy {
  padding: 10px 26px 10px;
  display: flex;
  justify-content: center;
  width: 100%;
  background: #143047;
    color: white;
}
.our-products-sec {
  background: #e2dff5;
  border-radius: 15px;
}
/* -----------------------gallery--------------------------- */
img.gallery-images-sec {
  border-radius: 20px 60px;

}
.gallery-border{
  background: #e2dff5;
  border-radius: 20px 60px;
}
.btn.btn-gallery {
  background: #015c88;
  margin: 0px 10px;
  color: #ffffff;
  width: 200px;
  border-radius: 20px 60px;
}
.btn-gallery-active:hover {
  background: #03a3fe;
  color: white;
}
button.btn.btn-gallery.active:hover {
  background: #03a3fe;
  color: white;
}
.p-c-sub-heading {
  color: #0076bc;

  font-weight: 700;
  text-transform: none;
}

.p-c-main-head {
  color: #184363;
  font-size: 15px;
  font-weight: 700;
}
.p-c-main-head:hover {
  color: #15bcee;
}
.p-c-sub-text {
  color: #15a9e3;
  font-size: 14px;
}
.checked {
  color: gold;
}
.un-checked {
  color:#e2dff5;
}

.p-price {
  color: #184363;
  font-weight: 700;
}
.rupes {
  color: #184363;
  font-weight: 700;
}
.p-c-image {
  border-radius: 15px;
}


/* ======================News ========================= */

.newsletter {
  background-image: url(/assets/images/pharma/slider/slider-back-1.jpg);
  background-size: cover;

}
.new-main-heading {
  color: #184363;
  font-weight: 700;
  font-size: 35px;
}
.form-subscribe
{
  max-width:600px;
  margin:0 auto
}
.form-subscribe .form-control
{
  background-color:hsla(0,0%,100%,.8);
  padding-left:24px;
  padding-right:24px;
  letter-spacing:1px;
  border:none;
  border-top-left-radius:36px;
  border-bottom-left-radius:36px
}
.form-subscribe .form-control.focus,.form-subscribe .form-control:focus
{
  z-index:2;
  background-color:hsla(0,0%,100%,.8)
}
.form-subscribe .btn {
  border-top-right-radius: 227px;
  border-bottom-right-radius: 227px;
  background: #7ec855;
  border-color: #7ec855;
  height: 46.5px;
}
.form-controled{
  display: block;
    width: 100%;
    padding: 0.18rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* ==========overlay Section==================== */
.flex-container-fluid{
  display: flex;
  flex-wrap: wrap;
}
.sec {
  width: 20%;
  padding-left: 10px;
}
.tablets-corner {
  display: flex;
  justify-content: center;
  width: 100%;
}
.pro-block-sec {
  display: block;
  position: relative;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
}
.pro-block-sec .pro-under-sec {
  display: block;
  position: relative;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform: rotateY(25deg);
  transition: all 400ms;
  height: 0px;
  padding-bottom: 100%;
  box-shadow: 0px 0px 21px -1px #808080a8!important;
}
.pro-block-sec .pro-under-sec .pro-view-sec {
  display: flex;
  height: 100%;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  color: #054aa9;
  border: 4px solid #015c88;
}

.pro-block-sec .pro-under-sec .pro-view-sec span {
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  position: relative;
  text-align: center;
  background: #015c88;
  color: #fff;
  font-size: 44px;
  margin: 0 auto 30px auto;
  border-radius: 50%;
}
.pro-block-sec .pro-under-sec .pro-view-sec > div {
  width: 100%;
  height: auto;
  text-align: center;
  color: inherit;
}
.pro-block-sec .pro-under-sec .pro-view-sec h3 {
  display: block;
  padding: 0 15px;
  font-size: 18px;
  font-weight: normal;
}
.pro-overlay-heading {
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 19px;
}
.product-line-1 {
  margin: 13px 18px;
  position: relative;
  border-bottom: 2px solid white;
}
/* .overlay-section {
  position: relative;
    background: rgb(208, 216, 216);
    height: 300px;
} */
.pro-block-sec:hover .pro-under-sec .overlay-2 {
  transform: scale(1);
  opacity: 1;
}

.pro-block-sec .pro-under-sec .pro-view-sec span:before {
  content: '';
  display: block;
  position: absolute;
  /* top: -20px; */
  left: -20px;
  right: -20px;
  bottom: -20px;
  border: solid 12px #054aa9;
  opacity: 0.2;
  border-radius: 50%;
}

/* ------overlay 2---------- */
.overlay-2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #054aa9e3;
  border: 5px solid white;
  box-shadow: 0px 0px 9px 3px #808080a8!important;
}
.overlay-section:hover .overlay-2 {
  opacity: 1;
}
.inner-sub-name ul li {
  color: white;
  padding-left: 40px;
  font-size: 17px;
  text-transform: none;
}
@media only screen and (max-width: 600px) {
  .sec {
    width: 100%;
    padding-left: 10px;
  }
}


.product-line-1::before {
  content: '';
  background: #FED279;
  width: 10px;
  height: 10px;
  border: 1px solid #3F7963;
  position: absolute;
  bottom: 0;
  transform: rotate(45deg) translatey(calc(50% + 3px));
  transform-origin: center;
  left: 90px;
  z-index: 2;
}
.product-line {
  margin: 13px 37px;
  position: relative;
  border-bottom: 2px solid white;
}
li.product-names:before {
  content: '';
    background: #ffffff;
    width: 7px;
    height: 7px;
    position: absolute;
    transform: rotate(45deg) translatey(calc(50% + 3px));
    transform-origin: center;
    left: 26px;
    z-index: 2;
    margin-top: 3px;
}
.product-sec{
  background-image: url(/assets/images/pharma/whats-we-have/we-have-2.webp);
  /* background-image: url(/assets/images/pharma/whats-we-have/we-have-2.webp); */
  background-size: cover;
  padding-bottom: 40px;
 
}
.flip-box-front,
.flip-box-back {
  background-size: cover;
  background-position: center;
 
  min-height: 250px;
  -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box:hover .flip-box-front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}





/* ------------new footer------------------------- */
.f-email {
  color: grey;
  font-size: 18px;
  padding: 0px 10px 0px 0px;
}
li.pharma-c-info {
  padding-bottom: 14px;
}
/* .fa-phone:before {
  content: "\f095";
  color: #5cbf79;
  }
  .fa-envelope:before {
    content: "\f0e0";
    color: #5cbf79;
} */
.footer {
  padding: 49px;
  padding-bottom: 10px;
  background-color: #1e2436;
  color: #FFF;
  background-image: url(/assets/images/pharma/black-footer.png);
  background-size: cover;
 }
@media screen and (max-width: 940px) {
  .footer {
    padding: 30px 10px; } }
.footer h2 {
  font-size: 26px;
  margin-top: 10px;
  color: #FFF;
  font-size: 1.2rem;
  margin-bottom: 15px; }
.footer p {
    text-align: justify;
    text-indent: 0;
    font-size: .9rem;
}
.footer .link-list li {
  padding: 10px;
  border-bottom: 1px solid #6C6C6C;
  font-size: .9rem; }
.footer .link-list li a {
  color: #FFF; }
.footer .link-list li i {
  float: right; }
  .nav-box ul li a:hover {
    color: #5cbf79;
}
.footer .map-img {
  font-weight: 600;
  font-size: 17px;
  padding-left: 20px; }
  .footer address {
    font-weight: 300;
    cursor: pointer;

}
.footer .link-list li:hover {
  background: #0381fdd6;
}
.footer address a {
  color: #FFF;
  font-size: 1rem;
  font-family: "mouse-300", Arial, Helvetica, sans-serif; }
.copy {
  padding: 20px;
  background: #1a202f;
  color: #FFF; }
.copy a {
  color: #FFF; }
.copy span {
  float: right; }
.copy span i {
  margin-right: 20px; }
.kf-2 {
  background-color: #FCFCFC;
  padding: 50px; }
@media screen and (max-width: 940px) {
  .kf-2 {
    padding: 30px 10px; } }
.kf-2 .single-key {
  box-shadow: 0 2px 3px 0 rgba(218, 218, 253, 0.35), 0 0px 3px 0 rgba(206, 206, 238, 0.35); }
  .nav-box {
    /* margin-top: 50px; */
    /* border-radius: 50px;
    border: 1px solid #ccc;  */
  }
    .nav-box ul li {
      float: left;
      padding: 10px;
      margin: 10px 50px;
  }
      .nav-box ul li a {
        color: #FFFF; }
    .nav-box .btn {
      margin-top: 7px;
      float: right;
      border-radius: 50px; }

      i.footer-fb {
        border: 1px solid white;
        padding: 8px 11px;
        border-radius: 18px;
        color: white;
    }
    .footer-fb:hover {
      background: #0381fd;
  }

  .footer-youtube {
    border: 1px solid white;
    padding: 7px 9px;
    border-radius: 18px;
  }
  .footer-youtube:hover {
    background: red;
  }
  .footer-insta{
    border: 1px solid white;
    padding: 8px 9px;
    border-radius: 18px;
  }
  .footer-insta:hover {
    background: -webkit-linear-gradient(332deg,#bc2a8d, #fccc63);
}
.footer-linkedin{
  border: 1px solid white;
  padding: 8px 9px;
  border-radius: 18px;
}
.footer-linkedin:hover {
  background: #0381fd;
}
.footer-twitter{
  border: 1px solid white;
  padding: 8px 8px;
  border-radius: 18px;
}
.footer-twitter:hover {
  background: #0381fd;
}

/* ==========about us============= */
.about-image-1 {
  width: 80%;
  margin-left: 50px;
}
p.about-text-1 {
  text-align: justify;
  color: #184363;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  padding-left: 10px;
  line-height: 2;
}
.about-more-text {
  color: white;
  font-weight: 600;
}

.btn.about-btn:hover {
  background: #15a9e3;
}
.btn.about-btn {
  background: #18437f;
  padding: 5px 40px;
  border-radius: 31px;
}
/* .director-img{
  background-image: url(/assets/images/pharma/about/about-b.png);
  color: #054aa9;
  border: 4px solid #015c88;
  border-radius: 18px;
} */
.founder-style{
  border-radius: 20px;
height: 280px;
}
/* ----------Vision mission md msg-------------------------------- */
/* .mission-sec{
  background-color: #015c87;
  background-image: url(/assets/images/pharma/about/abt-bg.svg);
  background-repeat: repeat;
  background-size: auto;
  background-position: center;
} */
.mission-sec h2, .mission-sec p {
  color: #fff;
}
.mission-sec h2, .mission-sec p {
  color: #fff;
}
.top-head hr {
  height: 5px;
  width: 80px;
  background-color: #15bdcc;
}
.about-info {
  text-align: justify;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
}
.md-msg-see {
  font-size: 15px;
  font-weight: 700;
  color: #49c3cc;
}
.md-msg-see:hover{
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
}
/* -----our values------------- */
/* .values-sec{
  background-image: url(/assets/images/pharma/team/slider-bg-2.jpg);
} */
.values-sec .nav {
  width: 100%;
  margin: 0 auto;
  display: flex;
}
/* .values-sec .nav .nav-item {
  background-color: #015c87;
  width: 18%;
  margin: 0px 1%;
  padding: 1%;
} */
li.nav-item.item.values-1 {
  background-color: #ffad27;
  width: 18%;
  margin: 0px 1%;
  padding: 1%;
}
.nav-item.item.values-2 {
  background-color: #009ede;
  width: 18%;
  margin: 0px 1%;
  padding: 1%;
}
.nav-item.item.values-3 {
  background-color: #89ce4d;
  width: 18%;
  margin: 0px 1%;
  padding: 1%;
}
li.nav-item.item.values-5 {
  background-color: #6849a1;
  width: 18%;
  margin: 0px 1%;
  padding: 1%;
}
.nav-item.item.values-4 {
  background-color: #ff93c3;
  width: 18%;
  margin: 0px 1%;
  padding: 1%;
}
.values-sec .nav .nav-item .nav-link {
  color: #fff;
  height: 100%;
  border: 1px solid transparent;
  font-size: 0.84rem;
  padding: 0.5rem 1rem;
  font-weight: normal;
  white-space: normal;
}
.values-text {
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: none;
  margin-bottom: 35px;
}
.values-sec .nav .nav-item .nav-link.active {
  border: 1px solid #fff;
}
.values-sec .nav .nav-item .val-img-dev {
  width: 52px;
  height: 52px;
  /* background-image: url(/assets/images/pharma/about/values-icons.svg); */
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto 5px;
}
.nav::before {
  content: "";
  position: absolute;
  /* background-color: #d6d6d6; */
  height: 1px;
  width: 100%;
  bottom: 16px;
  left: 0;
  z-index: -1;
}

.values-sec .nav .nav-item:nth-child(1) .val-img-dev {
  background-position: 0 4px;
}
.values-sec .tab-content h5 {
  font-size: 1.5rem;
  color: #15bdcc;
  font-weight: 600;
}
.our-values {
  height: 5px;
  background: #15bdcc;
  width: 8%;
}
.tops-head h2 {
  font-size: 2.375rem;
  line-height: 28px;
  color: #0076bc;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}

.fas.fa-thin.fa-users {
  font-size: 40px;
  margin-top: 7px;
}
.fas.fa-light.fa-lightbulb {
  font-size: 40px;
  margin-top: 7px;
}

.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
-webkit-animation-name: hvr-pop;
animation-name: hvr-pop;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}
@keyframe hvr-pop{
webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@media only screen and (max-width: 480px)
{
  .values-sec .nav .nav-item .val-img-dev {
    display: none;
}
.values-sec .nav .nav-item .nav-link {
  font-size: 0.85rem;
}
.values-sec .nav {
  display: table;
}
.values-sec .nav .nav-item {
  display: block;
  margin: 1%;
  width: 100%;
}
li.nav-item.item.values-1 {
  background-color: #199adb;
  width: 100%;
  margin: 0px 1%;
  padding: 1%;
}
li.nav-item.item.values-5 {
  background-color: #199adb;
  width: 100%;
  margin: 0px 1%;
  padding: 1%;
}
}
@media only screen and (max-width: 767px)
{
  .values-sec .nav .nav-item .nav-link {
    padding: 0.3rem;
    font-size: 0.7rem;
}
}
@media only screen and (max-width: 834px){
  .values-sec .nav .nav-item .nav-link {
    padding: 0.5rem;
    background: #005fa5;

    border-radius: inherit;
}
}
/* ------------------new val---------------------- */
.our-val-new-head {
  color: #ffffff;
  font-weight: 700;
  text-transform: none;
  font-size: 30px;
  margin-bottom: 0px;
}
.our-val-new {
  color: #0076bc;
  font-weight: 700;
  text-transform: none;
  font-size: 21px;
  margin-bottom: 0px;
  text-align: center;
}
.our-val-new:hover{
  color: #000000;
}
.our-val-new-span {
  font-size: 14px;
  color: #0076bc;
}
.our-val-new-span:hover{
  color: #ffffff;
}
.new-cards {
  box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, 0.3), inset -5px -5px 12px 0 hsla(0, 0%, 100%, 0.25);
  background: white;
  border-radius: 5px;
  background-image: url(/assets/images/pharma/val/pharma-bg.png);
  background-position: center;
  background-repeat: no-repeat;
}
li.new-sec-card {
  text-align: justify;
  font-size: 15px;
  color: black;
}
/* ----------------national------------- */
.ags-image {
  padding: 70px 0px;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
  background-image: url(/assets/images/pharma/val/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.word-cornea-image{
  padding: 80px 0px;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
  background-image: url(/assets/images/pharma/val/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.ascrs-image{
  padding: 75px 0px;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
  background-image: url(/assets/images/pharma/val/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.world-glaucoma-image{
  padding: 94px 0px;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
  background-image: url(/assets/images/pharma/val/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.asrs-image{
  padding: 100px 0px;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
  background-image: url(/assets/images/pharma/val/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.escrs-image{
  padding: 103px 0px;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
  background-image: url(/assets/images/pharma/val/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.mosco-image {
    padding: 23px 0px;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    background-image: url(/assets/images/pharma/val/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.aioc-image {
  padding: 10px 0px;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
  background-image: url(/assets/images/pharma/val/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.domestic-main-sec2 {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .35rem;
  padding: 20px;
  background-image: url(/assets/images/pharma/val/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.btn-conference {
  background: #393282;
  color: white;
  /* width: 85%; */
  font-size: 16px;
  box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, 0.3), inset -5px -5px 12px 0 hsla(0, 0%, 100%, 0.25);
  font-weight: 700;
}
.numbers-sec {
  padding: 2px 10px;
  background: #393282;
  border-radius: 50px;
  color: white;
  box-shadow: 1px 2px 0px 0 rgba(0, 0, 0, 0.25), 0px 2px 0px 0 rgba(255, 255, 255, 0.3);
}
.numbers-1 {
  padding: 0px 10px;
  background: #393282;
  border-radius: 50px;
  color: white;
  box-shadow: 1px 2px 0px 0 rgba(0, 0, 0, 0.25), 0px 2px 0px 0 rgba(255, 255, 255, 0.3);
}
.h-name-sec {
  padding: 0px 10px;
  background: #b70406;
  color: white;
  box-shadow: 1px 2px 0px 0 rgba(0, 0, 0, 0.25), 0px 2px 0px 0 rgba(255, 255, 255, 0.3);
  display: inline-block;
  margin-bottom: 10px;
}
.h-name-sec:hover {
  padding: 0px 10px;
  background: #393282;
  color: white;
  box-shadow: 1px 2px 0px 0 rgba(0, 0, 0, 0.25), 0px 2px 0px 0 rgba(255, 255, 255, 0.3);
  display: inline-block;
  margin-bottom: 10px;
}
/* -------------------------------------- */

/* ==========click to up ============================= */
#click-to-up {
  display: inline-block;
  background-color: #54bf7b;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 25px;
  position: fixed;
  bottom: 8px;
  right: 0px;
  transition: background-color .3s,
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#click-to-up::after {
  content: "\21E7";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#click-to-up:hover {
  cursor: pointer;
  background-color: #789fc5;
}
#click-to-up:active {
  background-color: #0381fd;
}
#click-to-up.show {
  opacity: 1;
  visibility: visible;
}
/* ============  About Us main==================================================== */
.about-us-heading {
  font-size: 2.375rem;
  line-height: 28px;
  color: #0076bc;
  font-weight: bold;
}
.about-us-hr {
  height: 2px;
  background: #0076bc;
  width: 18%;
}
.about-us-text {
  text-align: justify;
  color: #184363;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  line-height: 2;
}
.about-us-vision-se {
  display: block;
  position: relative;
  margin: 0 0 20px 0;
}
.About-us-icon-sec {
  display: block;
  width: 100%;
  position: relative;
  padding: 0 0 0 100px;
  min-height: 100px;
  text-align: left;
}
.About-us-icon-sec .About-us-icon {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  border: solid 2px rgba(5,74,169,0.8);
  background: #fff;
  text-align: center;
  margin-right: 15px;
}
.About-us-icon-sec h3 {
  margin: 0 0 5px 0;
}
.About-us-icon-sec p {
  opacity: 0.6;
  font-size: 13px;
  line-height: 1.5;
  color: #000000;
  text-align: justify;
}
/* .founder-heading {
  color: #0076bb;
} */
.founder-heading {
  color: #0076bb;
  font-weight: 700;
  font-size: 30px;
}
.about-us-image-1 {
  width: 60%;
}
.about-us-image-2 {
  width: 60%;
}
.about-us-first-sec{
  background-image: url(/assets/images/pharma/about/about-sec-background.png);
  display: block;
  padding: 50px 45px 117px 45px;
  /* box-shadow: 0px 0px 5px 0px grey; */
  box-shadow: 0 5px 50px rgb(0 0 0 / 15%);
}
.about-us-second-sec{
  display: block;
  padding: 50px 45px 185px 45px;
  box-shadow: 0 5px 50px rgb(0 0 0 / 15%);
}
/* =======================contact us================================= */
.contact-us-first-sec {
  background-image: url(/assets/images/pharma/about/about-sec-background.png);
  display: block;
  padding: 50px 45px 208px 45px;
  box-shadow: 0 5px 50px rgb(0 0 0 / 15%);
}
.Contact-us-second-sec {
  display: block;
  padding: 50px 45px 41px 45px;
  box-shadow: 0 5px 50px rgb(0 0 0 / 15%);
}
.contact-lab {
  color: black;
  font-weight: 700;
}
.contact-tittle-styles {
  color: #17a1b7;
  font-size: 15px;
}
.contact-styles {
  color: #17a1b7;
  font-size: 15px;
}
.contact-add-text {
  text-align: justify;
  color: #184363;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
}
.contact-hr{
  height: 2px;
    background: #0076bc;
    width: 29%;
}
.find-hr{
  height: 2px;
    background: #0076bc;
    width: 18%;
}
/* =================meet the team=============================== */
.meet-sub-heading{
  color: #0076bc;

  font-weight: 700;
  text-transform: none;
}
.team-images {
  border-radius: 50%;
}
h4.team-main-head {
  text-align: center;
  padding-top: 10px;
  color: #0381fd;
  font-weight: 800;
  font-size: 20px;
}
.team-posision {
  text-align: center;
  color: #000000;
  font-weight: 500;
  font-size: 13px;
}
.team-nav-tabs {
  border: none;
}
.team-nav-link.active {
  color: #ffffff;
  background-color: #015c88;
  border-color: #ffffff #dee2e6 #fff;
  border-radius: 20px 60px;
  padding: 9px 40px;
  font-weight: 700;
}
.team-nav-link{
  color: #ffffff;
  background-color: #015c88;
  border-color: #ffffff #dee2e6 #fff;
  border-radius: 20px 60px;
  padding: 9px 40px;
  margin: 15px;
  font-weight: 700;
}
.team-nav-link:hover {
  color: white;
}
.team-nav-link.active.show:focus {
  border: 2px solid #dee2e6 ;
  background: #248dfd;
  color: white;
}
.team-container {
  background: aliceblue;
  padding-top: 40px;
  /* background-color: #015c87; */
  /* background-image: url(/assets/images/pharma/team/slider-05.jpg); */
  /* background-repeat: repeat; */
  /* background-size: auto; */
  /* background-position: center; */
}
.team-main-heads {
  text-align: center;
  padding-top: 10px;
  color: #248dfd;
  font-weight: 800;
  font-size: 20px;
}
/* -----------------new team------------------------- */
.team-mains-headins , .board-directors{
  font-weight: 700;
  text-align: center;
  color: #0076bc;
}
span.at-helm {
  font-size: 22px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.leader-text {
  font-size: 18px;
  text-align: center;
  color: #184363;
    font-weight: 400;
    text-transform: none;
}
.board-head-heading {
  text-align: start;
  color: #0076bc;
  padding-left: 20px;
}
/* -----------------newest team--------------------------- */


/* .image-area
{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
} */

.img-wrapper
{
	width: 300px;
	height: 400px;
	position: relative;
	overflow: hidden;
  box-shadow: 0px 0px 0px 5px grey;
}

.img-wrapper:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 180%;
	height: 100%;
	width: 100%;
	background: rgba(255,255,255,.3);
	z-index: 1;
	transform: skew(45deg);
	transition: .5s;
}

.img-wrapper:hover:before
{
	left: -180%;
}

.img-wrapper img
{
	height: 400px;
	width: 300px;
	filter: grayscale(100%);
	transition: 2s;
}
.img-wrapper:hover img
{
	filter: grayscale(0%);
	transform: scale(1.1);
}

.img-wrapper h2
{
	background: #015C86;
	font-family: Poppins;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	transform: perspective(400px) rotateY(90deg);
	transform-origin: right;
	transition: 1s;
}

.img-wrapper:hover h2
{
	transform: perspective(400px) rotateY(0deg);
}

.img-wrapper ul
{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	background: rgba(255,255,255,0);
}

.img-wrapper ul li
{
	background: #333;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	transform: perspective(800px) rotateY(90deg);
	transition: .5s;
	transform-origin: left;
}

.img-wrapper:hover ul li
{
	transform: perspective(800px) rotateY(0deg);
}

.img-wrapper:hover ul li:nth-child(1)
{
	transition-delay: .2s;
}

.img-wrapper:hover ul li:nth-child(2)
{
	transition-delay: .6s;
}

.img-wrapper:hover ul li:nth-child(3)
{
	transition-delay: .8s;
}

.img-wrapper:hover ul li:nth-child(4)
{
	transition-delay: 1s;
}

.img-wrapper ul li a
{
	color: #248dfd;
	background: rgba(255,255,255,0);
}

.img-wrapper ul li i
{
	color: #248dfd;
	background: rgba(255,255,255,0);
}

.img-wrapper ul li i:hover
{
	color: #fff;
	background: rgba(255,255,255,0);
}

/* ====================What We’ve Achieved================================ */
  p.counter-desc {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
  }

  span.counter {
    display: inline-block;
    font-size: 60px;
    color: #000000;
    /* font-weight: 900; */
    margin: 15px 0px;
    /* letter-spacing: 4px; */
    /* background-image: url(/assets/images/pharma/team/team-bg-1.png); */
  }
  .we-have-section-heading {
    color: white;
    padding: 40px;
    font-weight: 700;
}
h2#test {
    color: white;
    font-size: 50px;
    font-weight: 700;
}
.counter-sec {
  color: white;
  font-size: 50px;
    font-weight: 700;
}
.acchived-span{
  text-align: center;
    color: white;
    font-size: 15px;
    font-weight: 600;
}
.what-we-image {
  width: 25%;
  border: 2px solid white;
  padding: 10px;
  border-radius: 50%;
}
/* ------------------------------ */
.product-names {
  color: white;
  font-size: 15px;
  text-align: start;
  padding-left: 24px;
  margin: 0px 0px 10px;
}
.icon-products {
  font-size: 8px;
  color: #008bbf;
}
.product-names {
  color: white;
  font-size: 16px;
  text-align: start;
  padding-left: 23px;
}
h6.products-box-heading {
  color: rgb(0 118 188);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  padding-top: 15px;
  TEXT-TRANSFORM: UPPERCASE;
}
.nav-items.items.product-1 {
  background-color: #89ce4d;
  width: 18%;
  margin: 0px 1%;
  padding: 1%;
  /* border: 2px solid #015c88; */
}
/* li.nav-items.items.product-1::before {
  top: -2px;
  left: -2px;
  border-color: #FED279 #3F7963 #3F7963 #FED279;
  border-radius: 0 0 5px 0;
} */
/* li.nav-items.items.product-1::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-color: #ffffff #015c88 #015c88 #ffffff;

} */
/* li.nav-items.items.product-1::after {
  content: '';
  position: absolute;
  border-color: #e27d5f #015c88 #015c88 #e27d5f;
  width: 20px;
  height: 20px;
  border: 2px solid;
} */
/* li.nav-items.items.product-1::after {
  top: -2px;
  right: -2px;
  border-color: #ffffff #ffffff #015c88 #015c88;
  border-radius: 0 0 0 5px;
} */
/* .product-border::after {
  bottom: -2px;
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-color: #015c88 #015c88 #ffffff #ffffff;
  left: -2px;
  border-radius: 0 5px 0 0;
} */
/* .product-border::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-color: #015c88 #ffffff #ffffff #015c88;
  bottom: -2px;
  right: -2px;
} */
/* .product-border {
  border: 2px solid #015c88;
  height: 109%;
  width: 104%;
  margin-left: -4px;
  margin-top: -7px;
  border-radius: 3px;
} */

.pro-box-2 {
  background: #85cdca !important;
}
.pro-box-3 {
  background: #e8a87c !important;
}
.pro-box-4 {
  background: #c38d9d !important;
}
.pro-box-5 {
  background: #40b3a2 !important;
}
.nav-items.items.product-2{
  background-color: #85cdca;
    width: 18%;
    margin: 0px 1%;
    padding: 1%;
        border-radius: 18px;
}
.nav-items.items.product-3{
  background-color: #e8a87c;
    width: 18%;
    margin: 0px 1%;
    padding: 1%;
        border-radius: 18px;
}
.nav-items.items.product-4{
  background-color: #c38d9d;
    width: 18%;
    margin: 0px 1%;
    padding: 1%;
        border-radius: 18px;
}
.nav-items.items.product-5{
  background-color: #40b3a2;
    width: 18%;
    margin: 0px 1%;
    padding: 1%;
        border-radius: 18px;
}
.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
}

@media only screen and (max-width: 480px)
{
  .product-sec .nav .nav-items {
    display: none;
}
.product-sec .nav .nav-items .nav-link {
  font-size: 0.85rem;
}
.product-sec .nav {
  display: table;
}
.product-sec .nav .nav-items {
  display: block;
  margin: 1%;
  width: 100%;
}
li.nav-items.item {
  background-color: #199adb;
  width: 100%;
  margin: 0px 1%;
  padding: 1%;
}
li.nav-items.item {
  background-color: #199adb;
  width: 100%;
  margin: 0px 1%;
  padding: 1%;
}
}
@media only screen and (max-width: 767px)
{
  .product-sec .nav .nav-items .nav-link {
    padding: 0.3rem;
    font-size: 0.7rem;
}
}
@media only screen and (max-width: 834px){
  .product-sec .nav .nav-items .nav-link {
    padding: 0.5rem;
    background: #005fa5;

    border-radius: inherit;
}
}

/* ------main product page-------------- */
.pro-ophtalmic-headingss {
  color: #015c88;
  font-weight: 700;
}

.wrapper {
  width: 95%;
  margin: 0 auto;
  max-width: 80rem;
}
.wrapper-1 {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.col {
  width: calc(25% - 2rem);
  margin: 1rem;
}
.container {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.player-style {
  position: relative;
  text-indent: 0px;
  text-align: center;
  font-size: 23.3px;
  font-weight: 300;
  border-radius: 14px 0px 70px 0px;
  height: 60px;
  width: 60px;
  background-color: #86772f;
  -webkit-box-shadow: 3px 3px 45px -10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 45px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 45px -10px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.player-style .style-icon {
  position: relative;
  top: 14px;
  right: 4px;
  color: #fff;
  width: 30px;
  cursor: pointer;
}
.player-position {
  float: right;
  position: relative;
  text-indent: 0px;
  text-align: center;
  font-size: 23.3px;
  font-weight: 300;
  top: -60px;
  border-radius: 0px 14px 0px 70px;
  height: 60px;
  width: 60px;
  background-color: #5e9dd9;
  -webkit-box-shadow: 3px 3px 45px -10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 45px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 45px -10px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.player-position .position-icon {
  position: relative;
  top: 12px;
  left: 4px;
  color: #fff;
  width: 30px;
  cursor: pointer;
}
.star-rating .fas {
  color: gold;
}
.bottom-section {
  background: #5e9dd9;
  /* background-image: url(/assets/images/pharma/main-pro-page/bg-5.jpg);
  background-size: cover;
  background-position: center; */
  z-index: 999999999;
  height: 250px;
  position: absolute;
  padding: 2rem 2rem 0.2rem 2rem;
  bottom: 0%;
  width: 100%;
  border-radius: 0px 0px 14px 14px;
}
.top-section {
  height: 200px;
  position: relative;
  width: 100%;
}
.player-photo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: 80%;
  filter: drop-shadow(10px 10px 24px #000);
}
.profile-photo {
  position: relative;
  bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 180px;
  filter: drop-shadow(10px 10px 24px #000);
}
.club-logo {
  position: relative;
  display: block;
  margin: 10px auto;
  height: 90px;
}
.front,
.back {
  background-size: cover;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  background-position: center;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  height: 405px;
  border-radius: 14px;
  color: #fff;
  font-size: 1rem;
}
.front:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-image: url("/assets/images/pharma/team/slider-11.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #2c4c96;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 14px;
}
.container:hover .front,
.container:hover .back {
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.back {
  background-image: url("/assets/images/pharma/team/slider-11.jpg");
  background-size: cover;
  background-position: center;
  font-family: "Work Sans";
  font-weight: 100;
  font-size: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.back .bottom-section {
  text-align: left;
  line-height: 1;
  padding: 0.5rem 1rem 1rem 1rem;
}
.inners {
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 30%;
  position: absolute;
  width: 100%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
}
.container .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.container .front {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.container:hover .back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.container:hover .front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.front .inners p {
  font-size: 2rem;
  margin-bottom: 2rem;
  position: relative;
}
.front .inners p:after {
  content: "";
  width: 4rem;
  height: 2px;
  position: absolute;
  background: #c6d4df;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -0.75rem;
}
.front .inners span {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Futura";
  font-weight: 600;
}
@media screen and (max-width: 64rem) {
  .col {
    width: calc(33.333333% - 2rem);
  }
}
@media screen and (max-width: 48rem) {
  .col {
    width: calc(50% - 2rem);
  }
}
@media screen and (max-width: 32rem) {
  .col {
    width: calc(100% - 2rem);
  }
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 0px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 0px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
.checked-list {
  text-align: initial;
}
.pro-text-info {
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}
.check-image{
  width: 6%;
}
.pro-back-sec-heading {
  font-weight: 700;
  color: #b70406;
}
.heading-first-part {
  color: #015c88;
}

@media only screen and (max-width: 600px) {
  .checked-list {
    text-align: center;
    font-size: 14px;
}
.top-section {
    height: 250px;
    position: relative;
    width: 100%;
}
.bottom-section {
    background: #5e9dd9;
    z-index: 999999999;
    height: 270px;
    position: absolute;
    padding: 2rem 2rem 0.2rem 2rem;
    bottom: 0%;
    width: 100%;
    border-radius: 0px 0px 14px 14px;
}
.player-photo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: 76%;
  filter: drop-shadow(10px 10px 24px #000);
}
.container {
  padding: 7px;
}
.col {
  padding-left: 0px;
  padding-right: 0px;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 80rem;
}

}

.opthalmic-heading {
  color: #ffffff;
  font-weight: 700;
  background: #015c88c4;
 
  border-radius: 30px;
  padding: 3px 84px 5px;
}
.opthalmic-hr {
  background: #2e78a4;
  height: 1px;
  width: 8%;
  position: relative;
  top: 5px;
}

@media only screen and (max-width: 600px){
  .opthalmic-heading {
    color: #ffffff;
    font-weight: 700;
    background: #015c88c4;
    border-radius: 30px;
    padding: 3px 35px 5px;
  }
}
.opthalmic-heading-1 {
  color: #ffffff;
  font-weight: 700;
  background: #015c88c4;
  border-radius: 30px;
  padding: 3px 45px 5px;
}

.sec-wid{
  height: 429px;
}

.media-imgs {
  display: flex;
  margin: 0px auto;
  height: 355px;
}
.cards-headings {
  text-align: center;
}
.gen-seg {
  height: 247px;
}
.gen-seg-1 {
  height: 257px;
}
/* ----------career------------------ */
.career-hr {
  border: 2px solid #0076bb;
}
/* .career-text{
  color: #184363;
    text-align: justify;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: none;
}
 */
.feyre-career-img {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 90px;
  border-radius: 50%;
}
/* .career-bg{
  background-image: url(/assets/images/pharma/career/career-bg-3.jpg);
  padding: 40px 40px;
  background-repeat: no-repeat;
  background-size: cover;
} */
.career-bg {
  background-image: url(/assets/images/pharma/career/career-bg-4.jpg);
  padding: 40px 40px;
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: right;
}

