@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:opsz,wght@8..144,100;8..144,200;8..144,300;8..144,400;8..144,500;8..144,600;8..144,700&family=Roboto:wght@100;300;400;500;700;900&display=swap');
* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;.nav-container .site-navigation .navigation-list-wrapper .main-nav > li > .dropdown-menu
  padding: 0;
  font-family: "Roboto", "sans-serif", Arial, sans-serif;
  font-weight: 400;
  color: #000;
}
p{
  text-align: justify;
}
a {
  text-decoration: none !important;
  color: #666;
}
a:hover {
  color: #368e7d;
}

img {
  max-width: 100%;
}

.text-brand {
  color: #368e7d !important;
}

.bg-brand {
  background-color: #ebf1ff !important;
}

form label {
  font-weight: 600;
}

.form-control {
  border-radius: 7px;
  border: none;
  color: #000;
  padding: 7px 15px;
  height: unset;
  font-size: 16px;
  border: 1px solid #efefef;
}
.form-control:focus {
  background-color: #dddddd;
}

/* .dropdown:not(.show):hover .dropdown-menu {
  display: block;
} */

.custom-control-label {
  padding: 5px 18px;
  font-size: 18px;
}
.custom-control-label::before {
  width: 1.7rem;
  height: 1.7rem;
}
.custom-control-label::after {
  width: 1.7rem;
  height: 1.7rem;
}

.custom-button {
  border-radius: 50px;
  background-color: #368e7d;
  color: #fff !important;
  padding: 12px 28px;
  font-size: 18px;
  position: relative;
  display: inline-block;
}
.custom-button.btn-small {
  border-radius: 50px;
  padding: 5px 15px;
  font-size: 10px !important;
  margin: 0 auto;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 1 !important;
}
.custom-button.btn-grey {
  background-color: #d6d6d6;
  color: #000 !important;
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 13px;
}
.custom-button.btn-grey:hover {
  background-color: #494749;
  color: #fff !important;
}

.animated-button {
  background-color: #368e7d;
  border-radius: 50px;
  padding: 15px 35px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .animated-button {
    padding: 5px 15px;
    font-size: 14px;
  }
}
.animated-button:hover {
  background-color: #303734;
  color: #fff;
}
.animated-button:hover span {
  padding: 0 20px 0 0;
}
.animated-button:hover span i {
  transition: opacity 0.2s, right 0.2s;
  opacity: 1;
  border-color: #0c5;
  top: 50%;
  right: -10px;
}
.animated-button span {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  transition: padding 0.2s;
}
.animated-button span i {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.2s, right 0.2s;
}
.animated-button.no-radius {
  border-radius: 0 !important;
}

.iconed-list-detail {
  padding-top: 24px;
  border-top: 1px solid #efefef;
  margin-bottom: 25px;
}
.iconed-list-detail .icon {
  color: #368e7d;
  margin-right: 20px;
  font-size: 28px;
  font-weight: bold;
  margin-top: -3px;
}
.address-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.address-list li {
  list-style-type: none;
  margin-bottom: 15px;
}
.address-list li address strong {
  display: block;
}
.brand-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .brand-list {
    margin-bottom: 15px;
  }
}
.brand-list li {
  padding: 3px 0;
}
.brand-list li::before {
  content: "\f192";
  font-family: "FontAwesome";
  color: #368e7d !important;
  margin-right: 10px;
}
.modal.flip-horizontal {
  perspective: 1200px;
}
.modal.flip-horizontal .modal-dialog {
  transform-style: preserve-3d;
  transform: rotateY(-75deg);
  transition: all 320ms;
  opacity: 0;
}
.modal.flip-horizontal.show .modal-dialog {
  transform: rotateY(0deg);
  opacity: 1;
}

/*
 ************************
 * Home page
 ************************

/*
 * Common section elems
 */
.section-content-wrapper .section-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  color: #368e7d;
  text-align: center;
  margin-bottom: 25px;
}
.section-content-wrapper .section-subtitle {
  margin-bottom: 15px;
  font-weight: 300;
  color: #368e7d;
  font-size: 20px;
  text-align: center;
}
.section-content-wrapper .section-title-text {
  font-size: 14px;
  color: #000;
}
.section-content-wrapper .section-text {
  font-size: 20px;
}
.section-content-wrapper .section-text:first-of-type {
  margin-top: 50px;
}
.section-content-wrapper .section-text:not(:first-of-type) {
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .section-content-wrapper .section-text {
    text-align: center;
  }
}
.section-content-wrapper .section-text strong,
.section-content-wrapper .section-text b {
  font-weight: 700;
}
.section-content-wrapper.section-full-width {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-content-wrapper.section-full-width .section-title {
  text-align: center;
  margin-bottom: 50px;
}
.section-content-wrapper.section-full-width .section-title::after {
  top: 150%;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 769px) {
  .section-content-wrapper.section-full-width .section-title {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .section-content-wrapper.section-full-width .section-title {
    font-size: 28px;
  }
}
.section-content-wrapper.section-full-width .section-subtitle {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-content-wrapper.section-full-width .section-text {
    max-width: 70%;
    margin: 0 auto;
  }
}

.inner-wrapper {
  padding: 75px 0;
}
.inner-wrapper h2, .inner-wrapper h3, .inner-wrapper h4, .inner-wrapper h5 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 12px 0;
}
.inner-wrapper p {
  margin-bottom: 24px;
  font-weight: 300;
}
.inner-wrapper.inner-tabbed {
  padding: 0;
}
.inner-wrapper.inner-tabbed .tabbed-content {
  padding: 75px 20px 75px 0;
  text-align: justify;
}
.inner-wrapper.inner-tabbed .tabbed-column {
  border-left: 1px solid #efefef;
  padding: 75px 15px 75px 0;
}
@media only screen and (max-width: 768px) {
  .inner-wrapper.inner-tabbed .tabbed-column {
    padding-bottom: 0;
    border-left: none;
  }
  .inner-wrapper.inner-tabbed .tabbed-column a {
    border-left: 1px solid #efefef;
  }
}
.inner-wrapper.inner-tabbed .tabbed-column .tabbed-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.inner-wrapper.inner-tabbed .tabbed-column .tabbed-menu .tabbed-item {
  list-style-type: none;
  border: 1px solid transparent;
  border-left-width: 3px;
  border-left-color: transparent;
  transition: all 320ms ease-in-out;
}
.inner-wrapper.inner-tabbed .tabbed-column .tabbed-menu .tabbed-item a {
  display: block;
  padding: 10px 0 10px 35px;
}
.inner-wrapper.inner-tabbed .tabbed-column .tabbed-menu .tabbed-item a.active, .inner-wrapper.inner-tabbed .tabbed-column .tabbed-menu .tabbed-item a:hover {
  border: 1px solid #efefef;
  border-left-width: 3px;
  border-left-color: #368e7d;
  font-weight: bold;
}


/*
 * Navigation 
 */
 .dropdown-menu .dropdown-item {
  padding: 0;
}
.dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}

.nav-container {
  position: relative;
}
.nav-container .site-navigation {
  transition: all 500ms ease-in-out;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  line-height: normal;
}
@media only screen and (min-width: 991px) {
  .nav-container .site-navigation {
    display: flex;
    align-items: stretch;
    justify-content: center;
    height: 75px;
  }
}
.nav-container .site-navigation .brand-logo img {
  width: 230px;
  height: auto;
  max-width: 230px;
}
.nav-container .site-navigation .navbar-toggler .hamburger-icon {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  width: 34px;
  height: 28px;
}
.nav-container .site-navigation .navbar-toggler .hamburger-icon .line {
  width: 100%;
  height: 3px;
  background-color: #000;
}
.nav-container .site-navigation .navbar-toggler .hamburger-icon .line:nth-child(2) {
  width: 70%;
}
@media only screen and (min-width: 991px) {
  .nav-container .site-navigation .navigation-list-wrapper {
    align-items: stretch;
  }
}
@media only screen and (min-width: 991px) {
  .nav-container .site-navigation .navigation-list-wrapper .main-nav > .nav-item {
    display: flex;
    align-items: center;
  }
}
.nav-container .site-navigation .navigation-list-wrapper .main-nav > li {
  position: relative;
}
.nav-container .site-navigation .navigation-list-wrapper .main-nav > li > .dropdown-menu {
  margin-top: 0;
  border: 0;
  padding: 10px;
  background: #fff;
}
@media only screen and (min-width: 991px) {
  .nav-container .site-navigation .navigation-list-wrapper .main-nav > li > .dropdown-menu {
    width: 261px;
    max-width: 261px;
    border-radius: 8px;
    box-shadow: 0 2px 12px 0 rgba(41, 24, 66, 0.1);
  }
}
@media only screen and (max-width: 991px) {
  .nav-container .site-navigation .navigation-list-wrapper .main-nav > li > .dropdown-menu {
    padding-right: 0;
  }
}
.nav-container .site-navigation .navigation-list-wrapper .main-nav > li > .dropdown-menu > li:first-child a {
  padding-top: 0;
}
.nav-container .site-navigation .navigation-list-wrapper .main-nav > li > a {
  color: #666;
  font-weight: 400;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: none;
  transition: all 320ms ease-in-out;
  border-radius: 0;
  display: block;
}
@media only screen and (max-width: 991px) {
  .nav-container .site-navigation .navigation-list-wrapper .main-nav > li > a {
    border-bottom: 1px solid #efefef;
  }
}
@media only screen and (max-width: 991px) {
  .nav-container .site-navigation .navigation-list-wrapper .main-nav .dropdown {
    flex-direction: column;
  }
}
.nav-container .site-navigation .navigation-list-wrapper .main-nav .dropdown > a::after {
  content: none;
}
.nav-container .site-navigation .navigation-list-wrapper .main-nav .dropdown > a::before {
  content: none !important;
}
@media only screen and (min-width: 991px) {
  .nav-container .site-navigation .navigation-list-wrapper .main-nav .dropdown:not(.show):hover > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 991px) {
  .nav-container .site-navigation .navigation-list-wrapper .main-nav .dropdown > a {
    border-bottom: none;
  }
  .nav-container .site-navigation .navigation-list-wrapper .main-nav .dropdown > a .dropdown-icon {
    position: absolute;
    right: 0;
    top: 3px;
    padding: 15px;
  }
  .nav-container .site-navigation .navigation-list-wrapper .main-nav .dropdown > a .dropdown-icon::before {
    transition: all ease 0.5s;
    background: #444;
    height: 2px;
    width: 16px;
    top: 14px;
    left: 7px;
    content: "";
    position: absolute;
  }
  .nav-container .site-navigation .navigation-list-wrapper .main-nav .dropdown > a .dropdown-icon::after {
    transition: all ease 0.5s;
    background: #444;
    content: "";
    height: 16px;
    left: 14px;
    position: absolute;
    top: 7px;
    width: 2px;
  }
  .nav-container .site-navigation .navigation-list-wrapper .main-nav .dropdown > a .dropdown-icon::before {
    content: "";
    position: absolute;
    background: #444;
    height: 2px;
    width: 16px;
    top: 14px;
    left: 7px;
    transition: all ease 0.5s;
  }
  .nav-container .site-navigation .navigation-list-wrapper .main-nav .dropdown > a .dropdown-icon::after {
    content: "";
    position: absolute;
    background: #444;
    height: 16px;
    width: 2px;
    top: 7px;
    left: 14px;
    transition: all ease 0.5s;
  }
}
.nav-container .site-navigation .navigation-list-wrapper .main-nav .dropdown > .dropdown-menu > li > a {
  display: block;
  position: relative;
  padding: 10px 6px;
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
  color: #3c3c3c;
  border-bottom: 1px solid #efefef;
}
.nav-container .site-navigation .navigation-list-wrapper .main-nav .dropdown > .dropdown-menu > li > a:hover {
  color: #368e7d;
  background-color: rgba(0, 0, 0, 0);
}
.nav-container .site-navigation .navigation-list-wrapper .main-nav .dropdown > .dropdown-menu > li > a:hover::before {
  transform: translateX(-50%) scale(1);
  margin: auto;
  text-align: center;
}
.nav-container .site-navigation .navigation-list-wrapper .main-nav .dropdown > .dropdown-menu > li > a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 1px;
  background: #368e7d;
  transform: translateX(-50%) scale(0);
  transition: transform 0.5s ease;
}
.nav-container .site-navigation .navigation-list-wrapper .main-nav .dropdown.show .dropdown-icon::after {
  transform: rotate(-90deg);
}
.nav-container .site-navigation .navigation-list-wrapper .main-nav .dropdown.show .dropdown-icon::before {
  transform: rotate(-180deg);
}
@media only screen and (max-width: 992px) {
  .nav-container .site-navigation .navigation-list-wrapper .main-nav .dropdown .dropdown-toggle::after {
    display: none !important;
  }
  .nav-container .site-navigation .navigation-list-wrapper .main-nav .dropdown .dropdown-toggle .dropdown-icon {
    display: block !important;
  }
}
.nav-container .site-navigation .navigation-list-wrapper .main-nav .dropdown.mega-menu-dropdown {
  position: relative;
}
@media only screen and (min-width: 991px) {
  .nav-container .site-navigation .navigation-list-wrapper .main-nav .dropdown.mega-menu-dropdown {
    position: static;
  }
}
.nav-container .site-navigation .navigation-list-wrapper .main-nav .dropdown.mega-menu-dropdown > .dropdown-menu {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}
@media only screen and (min-width: 991px) {
  .nav-container .site-navigation .navigation-list-wrapper .main-nav .dropdown.mega-menu-dropdown > .dropdown-menu {
    flex-direction: row !important;
    top: 100%;
    padding: 20px 40px;
  }
}
.nav-container .site-navigation .navigation-list-wrapper .main-nav .dropdown.mega-menu-dropdown > .dropdown-menu.show {
  display: flex;
}
.nav-container .site-navigation .navigation-list-wrapper .main-nav .dropdown.mega-menu-dropdown > .dropdown-menu > .dropdown {
  flex: 1;
  position: relative;
}
.nav-container .site-navigation .navigation-list-wrapper .main-nav .dropdown.mega-menu-dropdown > .dropdown-menu > .dropdown:not(:last-child) {
  margin-right: 5px;
}
@media only screen and (max-width: 768px) {
  .nav-container .site-navigation .navigation-list-wrapper .main-nav .dropdown.mega-menu-dropdown > .dropdown-menu > .dropdown:not(:last-child) {
    border-bottom: 2px solid white;
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .nav-container .site-navigation .navigation-list-wrapper .main-nav .dropdown.mega-menu-dropdown > .dropdown-menu > .dropdown > a::before {
    content: none !important;
  }
}
.nav-container .site-navigation .navigation-list-wrapper .main-nav .dropdown.mega-menu-dropdown > .dropdown-menu > .dropdown > a {
  display: inline-block;
  position: relative;
  transition: all 320ms ease-in-out;
  border-bottom: none;
  text-transform: uppercase;
  font-weight: 700;
  cursor: default;
  padding-left: 0;
  font-size: 13px;
}
@media only screen and (max-width: 991px) {
  .nav-container .site-navigation .navigation-list-wrapper .main-nav .dropdown.mega-menu-dropdown > .dropdown-menu > .dropdown > a {
    display: block;
    padding-left: 10px;
    font-weight: 400;
  }
}
.nav-container .site-navigation .navigation-list-wrapper .main-nav .dropdown.mega-menu-dropdown > .dropdown-menu > .dropdown > a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 15px;
  right: 0;
  width: 60%;
  height: 1px;
  background: #368e7d;
  transform: translateX(-50%) scale(0);
  transition: transform 0.5s ease;
}
.nav-container .site-navigation .navigation-list-wrapper .main-nav .dropdown.mega-menu-dropdown > .dropdown-menu > .dropdown > a:hover {
  color: #368e7d;
}
.nav-container .site-navigation .navigation-list-wrapper .main-nav .dropdown.mega-menu-dropdown > .dropdown-menu > .dropdown > a:hover::before {
  transform: translateX(-50%) scale(1);
  margin: auto;
  text-align: center;
}
.nav-container .site-navigation .navigation-list-wrapper .main-nav .dropdown.mega-menu-dropdown > .dropdown-menu > .dropdown .dropdown-menu {
  position: relative;
  top: 0%;
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 991px) {
  .nav-container .site-navigation .navigation-list-wrapper .main-nav .dropdown.mega-menu-dropdown > .dropdown-menu > .dropdown .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 991px) {
  .nav-container .site-navigation .navigation-list-wrapper .main-nav .dropdown.mega-menu-dropdown > .dropdown-menu > .dropdown .dropdown-menu li {
    padding-left: 30px;
  }
}
.nav-container .site-navigation .navigation-list-wrapper .main-nav .dropdown.mega-menu-dropdown > .dropdown-menu > .dropdown .dropdown-menu li a {
  border-bottom: none;
  padding-left: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
}
@media only screen and (min-width: 991px) {
  .nav-container .site-navigation .navigation-list-wrapper .main-nav .dropdown.mega-menu-dropdown > .dropdown-menu > .dropdown .dropdown-menu li a {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
  }
}
.nav-container .site-navigation .navigation-list-wrapper .main-nav .menu-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .nav-container .site-navigation .navigation-list-wrapper .main-nav .menu-button-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 991px) {
  .nav-container .site-navigation .navigation-list-wrapper .main-nav .menu-button-wrapper {
    margin-left: 15px;
  }
}
.nav-container .site-navigation .navigation-list-wrapper .main-nav .menu-button-wrapper .menu-button {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.nav-container .site-navigation .navigation-list-wrapper .main-nav .menu-button-wrapper .menu-button::before {
  content: none !important;
}
.nav-container .site-navigation .navigation-list-wrapper .main-nav .menu-button-wrapper .menu-button:hover {
  background-color: #368e7d;
}
/* brand menu */
@media only screen and (min-width: 767px) {
  .nav-container .collapse ul ul ul li:hover ul{display:block}
  .nav-container .collapse ul .brand ul {position:absolute;top:0;left:100%;min-width:250px;display:none;z-index:1}
}
/*
 * Warranty cert
 * A4 size - 3508 x 2480 px
 */
 .warranty-cert-wrapper {
  width: 337mm;
  height: 238mm;
  margin: 15mm 10mm 15mm 10mm;
  border: 3px solid #dec597;
  position: relative;
  outline: 3px solid #d2af70;
  outline-offset: 5px;
}
.warranty-cert-wrapper::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 3px solid #eadabe;
}
.warranty-cert-wrapper .warranty-cert-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 236.6770833333mm;
  width: 335.6770833333mm;
  padding: 15px;
}
.warranty-cert-wrapper .warranty-cert-inner .cert-title {
  align-self: center;
  position: relative;
  background-color: #37907d;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  font-family: "Della Respira", serif;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 3px 3px 5px rgba(44, 44, 44, 0.8);
  padding: 0 28px;
  margin-top: -8px;
}
.warranty-cert-wrapper .warranty-cert-inner .cert-title::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: -16px;
  background-color: rgb(217, 167, 74);
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
.warranty-cert-wrapper .warranty-cert-inner .cert-number {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  transform: rotate(-180deg) translateY(0%);
  right: 0;
  left: auto;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
}
.warranty-cert-wrapper .warranty-cert-inner .cert-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.warranty-cert-wrapper .warranty-cert-inner .cert-logos img {
  height: 55px;
  width: auto;
}
.warranty-cert-wrapper .warranty-cert-inner .cert-text-wrapper {
  padding: 44px;
}
.warranty-cert-wrapper .warranty-cert-inner .cert-text-wrapper .cert-service-address {
  padding: 12px;
  border: 1px solid #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.warranty-cert-wrapper .warranty-cert-inner .cert-text-wrapper .cert-service-address img {
  height: 50px;
  width: auto;
}
.warranty-cert-wrapper .warranty-cert-inner .cert-text-wrapper .cert-service-address p {
  font-size: 13px;
}
.warranty-cert-wrapper .warranty-cert-inner .cert-text-wrapper .cert-text-bottom img {
  max-width: 100px;
}
.warranty-cert-wrapper .warranty-cert-inner .cert-text-wrapper .cert-text-bottom h4 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-top: 12px;
  margin-bottom: 12px;
}
/*
 * Accordion menu
 */
 #accordian {
  background: #004050;
  color: white;
  box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.6), 0 0 200px 1px rgba(255, 255, 255, 0.5);
}
#accordian h3 {
  background: #003040;
  background: linear-gradient(#003040, #002535);
  position: relative;
}
#accordian h3:hover {
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
#accordian h3 a {
  padding: 0 10px;
  font-size: 12px;
  line-height: 34px;
  display: block;
  color: white;
  text-decoration: none;
}
#accordian ul ul li a,
#accordian h4 {
  color: white;
  text-decoration: none;
  font-size: 11px;
  line-height: 27px;
  display: block;
  padding: 0 15px;
  transition: all 0.15s;
  position: relative;
}
#accordian i {
  margin-right: 10px;
}
#accordian ul {
  padding: 0;
  margin: 0;
}
#accordian ul li {
  list-style-type: none;
}
#accordian ul ul {
  display: none;
}
#accordian ul ul li a:hover {
  background: #003545;
  border-left: 5px solid #368e7d;
}
#accordian ul ul ul {
  margin-left: 15px;
  border-left: 1px dotted #fff;
}
#accordian li.active > ul {
  display: block;
}
#accordian li {
  position: relative;
}
#accordian li.active .dropdown-icon::after {
  transform: rotate(-90deg);
}
#accordian li.active .dropdown-icon::before {
  transform: rotate(0deg);
}
#accordian .dropdown-icon {
  position: absolute;
  right: 0;
  top: 3px;
  padding: 15px;
}
#accordian .dropdown-icon:hover {
  cursor: pointer;
}
#accordian .dropdown-icon::before {
  transition: all ease 0.5s;
  background: #fff;
  height: 2px;
  width: 16px;
  top: 14px;
  left: 7px;
  content: "";
  position: absolute;
}
#accordian .dropdown-icon::after {
  transition: all ease 0.5s;
  background: #fff;
  content: "";
  height: 16px;
  left: 14px;
  position: absolute;
  top: 7px;
  width: 2px;
}

.home-banner.banner-small .banner-wrapper {
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.home-banner.banner-small .banner-wrapper h1 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  text-shadow: none;
  margin: 0;
}
/* Globals */
img {
  max-width: 100%;
}

.text-brand {
  color: #368e7d !important;
}

.text-bold {
  font-weight: bold;
}

.text-22 {
  font-size: 22px !important;
}

.bg-brand {
  background-color: #eff5f1 !important;
}

.bg-gray {
  background-color: #f7f7f7 !important;
}
/*
 * Home banner 
 */
.home-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .home-banner {
    background-color: #efefef;
  }
}
.home-banner .banner-wrapper {
  padding-top: 300px;
  padding-bottom: 300px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .home-banner .banner-wrapper {
    padding-top: 150px;
    padding-bottom: 200px;
  }
}
.home-banner.banner-inner .banner-wrapper {
  align-items: center;
  justify-content: center;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-banner.banner-inner .banner-wrapper h1 {
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  text-shadow: 2px 3px 2px #368e7d;
  margin: 0;
}

/*
 * Services
 */
.home-services {
  padding-bottom: 50px;
  position: relative;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .home-services {
    margin-top: 50px;
    box-shadow: none;
  }
}
.home-services .card .card-body .card-title {
  color: #303734;
  font-size: 20px;
  font-weight: 600;
}
.home-services .card i {
  font-size: 35px;
  color: #368e7d;
  line-height: 1;
  display: block;
  margin: 15px 0 15px 0;
}
.home-services.home-brands .card {
  box-shadow: 1px 0px 2px 1px #91b6f9;
  border-radius: 0;
}
.home-services.home-brands .card .card-body {
  padding-top: 10px;
  padding-bottom: 10px;
}
.home-services.home-brands .card .card-body .card-title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}

/*
 * Our mission
 */
.our-mission {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .our-mission {
    padding-top: 0;
    text-align: center;
  }
}
.our-mission .section-content-wrapper {
  padding: 5%;
  padding-left: 10%;
}
.our-mission .right-image {
  background-image: url("../images/home/people-running.jpg");
  background-position: center, center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*
 * Home cta 
 */
.home-cta {
  padding: 30px 0;
  background-color: #494749;
  background-image: url("../images/home/cta-background-image.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.home-cta .cta-overlay {
  background-color: rgba(70, 107, 174, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home-cta .cta-wrapper .cta-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .home-cta .cta-wrapper .cta-inner {
    flex-direction: column;
  }
}
.home-cta .cta-wrapper .cta-inner .cta-text {
  font-weight: 300;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
  word-spacing: 5px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .home-cta .cta-wrapper .cta-inner .cta-text {
    margin-bottom: 25px;
  }
}
.home-cta .cta-wrapper .cta-inner .cta-button {
  border-radius: 20px;
  background: #efefef;
  color: #666;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  padding: 12px 20px;
  margin: 0 5px 5px 0;
  text-align: center;
  transition: all 320ms linear;
}
@media only screen and (min-width: 768px) {
  .home-cta .cta-wrapper .cta-inner .cta-button {
    margin-left: 24px;
  }
}
.home-cta .cta-wrapper .cta-inner .cta-button:hover {
  color: #fff;
  background-color: #494749;
  cursor: pointer;
}

/*
 * Home certificates
 */
.home-certificates {
  padding: 75px 0;
}
.home-certificates .col-certificates {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .home-certificates .col-certificates {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 35px;
  }
  .home-certificates .col-certificates:last-child img {
    width: 100%;
  }
}
.home-certificates .col-certificates img {
  width: 38%;
}
@media only screen and (max-width: 517px) {
  .home-certificates .col-certificates img {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .home-certificates .col-certificates img {
    margin-bottom: 0;
  }
}

/*
 * Home brands 
 */
.home-brands .card .card-img-top {
  position: relative;
  overflow: hidden;
}
.home-brands .card .card-img-top:hover img {
  transform: scale(1.2);
}
.home-brands .card .card-img-top:hover .img-overlay {
  opacity: 0.7;
}
.home-brands .card .card-img-top:hover .overlay-icon i {
  top: 50%;
}
.home-brands .card .card-img-top img {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  transition: all 320ms ease-in-out;
}
.home-brands .card .card-img-top .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #368e7d;
  opacity: 0;
  transition: all 320ms ease-in-out;
}
.home-brands .card .card-img-top .overlay-icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
}
.home-brands .card .card-img-top .overlay-icon i {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 110%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 5px;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  font-size: 28px;
  transition: all 320ms ease-in-out;
}
/*
 * Home explore 
 */
.home-explore {
  background-color: #efefef;
}
.home-explore .icon-image-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-explore .icon-image-wrapper .icon-image-inner {
  width: 220px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 120px;
  padding: 25px;
  background-color: #fff;
}
.home-explore .icon-image-wrapper .icon-image-inner .icon-image {
  width: 90%;
  height: auto;
}
.home-explore .icon-image-wrapper .icon-title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin: 15px 0 25px 0;
}

/*
 * Info columns
 */
.fullwidth-info-columns {
  background-color: #494749;
}
.fullwidth-info-columns .bg-even .info-wrapper {
  background-color: rgb(57, 57, 79);
}
.fullwidth-info-columns .bg-odd .info-wrapper {
  background-color: rgb(51, 51, 79);
}
.fullwidth-info-columns .info-wrapper {
  display: flex;
  flex: 1;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 4%;
  height: 315px;
}
.fullwidth-info-columns .info-wrapper .info-inner .info-icon {
  font-size: 52px;
  line-height: 52px;
  margin-bottom: 30px;
}
.fullwidth-info-columns .info-wrapper .info-inner .info-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
}
.fullwidth-info-columns .info-wrapper .info-inner .info-text {
  max-width: 300px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 16px;
}

/*
* Home contact 
*/
@media only screen and (max-width: 768px) {
  .pharma-form {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .pharma-form .contact-map {
    order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .pharma-form .contact-form-wrapper {
    padding: 75px;
  }
}
@media only screen and (max-width: 768px) {
  .pharma-form .contact-form-wrapper {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .pharma-form .contact-form-wrapper .section-title {
    margin-top: 25px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .pharma-form .contact-form-wrapper .section-title::after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .pharma-form .contact-form-wrapper .section-title::after {
    top: 150%;
  }
}
.pharma-form .contact-form-wrapper .section-text:first-of-type {
  margin-top: 20px;
}

/*
 * MD quote
 */
.md-message {
  padding: 75px 0;
}
.md-message i {
  display: block;
  color: #368e7d;
  font-size: 52px;
  line-height: 52px;
  margin-bottom: 40px;
}
.md-message figure blockquote p {
  font-size: 22px;
  font-weight: 600;
  color: #3c3c3c;
}
.md-message figure blockquote figcaption {
  font-size: 16px;
  font-weight: 300;
}

/*
 * Footer 
 */
.site-footer {
  background-color: #33334f;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
}
.site-footer .footer-logo img {
  width: 200px;
  height: auto;
}
.site-footer .footer-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-title {
    margin-bottom: 0px !important;
    margin-top: 25px;
  }
}
.site-footer .footer-text {
  font-weight: 400;
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-text {
    margin-bottom: 0;
    font-size: 18px;
  }
}
.site-footer .footer-text i {
  display: inline-block;
  margin-right: 5px;
}
.site-footer .footer-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-list li {
  margin: 0;
  padding: 0;
}
.site-footer .footer-list li:first-child a {
  padding-top: 0;
}
.site-footer .footer-list li a {
  display: block;
  padding: 5px 0;
  color: #fff;
  font-weight: 400;
}
.site-footer .footer-content-wrapper address {
  display: block;
  margin-bottom: 6px;
}
.site-footer .footer-content-wrapper address > span {
  display: block;
  font-weight: 400;
}
.site-footer .footer-content-wrapper address > span.address {
  display: flex;
}
.site-footer .footer-content-wrapper address > span.address i {
  min-width: 24px;
}
.site-footer .footer-content-wrapper address > span i {
  display: inline-block;
  width: 24px;
  margin: 5px 0 0;
}
.site-footer .footer-content-wrapper address > span a {
  color: #fff;
  font-weight: 400;
}
.site-footer .footer-content-wrapper address > span strong {
  display: none;
}
.site-footer .copyright-text {
  font-size: 14px;
  margin: 15px;
  text-align: center;
}

/*
 * Site copyright
 */
.site-copyright {
  padding: 12px 0;
  border-top: 1px solid #444460;
  background-color: #33334f;
}
.site-copyright .copyright-text {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
.site-copyright .copyright-text a {
  color: #368e7d;
}
.site-copyright .copyright-text a:hover {
  color: #368e7d;
}

/*
 * Vendor styles
 */
.form-group .iti {
  width: 100% !important;
}

/*
 * Product page 
 */
.product-listing,
.page-content {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .product-listing,
.page-content {
    background-color: #efefef;
  }
}
.product-listing .product-item-wrapper,
.page-content .product-item-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 15px;
  position: relative;
  transition: all 320ms ease-in-out;
}
.product-listing .product-item-wrapper:hover,
.page-content .product-item-wrapper:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.product-listing .product-item-wrapper .product-image,
.page-content .product-item-wrapper .product-image {
  width: 200px;
  height: auto;
  margin-bottom: 25px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .product-listing .product-item-wrapper .product-image,
.page-content .product-item-wrapper .product-image {
    padding: 25px;
    background-color: #fff;
  }
}
.product-listing .product-item-wrapper .product-image .zoom-icon,
.page-content .product-item-wrapper .product-image .zoom-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  z-index: 9;
}
.product-listing .product-item-wrapper .product-title,
.page-content .product-item-wrapper .product-title {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  margin-bottom: 15px;
}
.product-listing .product-item-wrapper .details-button,
.page-content .product-item-wrapper .details-button {
  font-size: 16px;
  font-weight: 500;
  padding: 7px 45px;
  border: 1px solid #efefef;
  border-radius: 100px;
}

#product-modal .modal-content {
  padding: 75px;
}
@media only screen and (max-width: 768px) {
  #product-modal .modal-content {
    text-align: center;
  }
}
#product-modal .close {
  position: absolute;
  top: -100px;
  right: -100px;
  padding: 12px;
  background-color: #fff;
  color: #000;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
}
#product-modal .product-image {
  width: 100%;
  height: auto;
}
#product-modal .details-wrapper .product-title {
  font-size: 18px;
  color: #000;
  margin-bottom: 25px;
}
#product-modal .details-wrapper .product-description {
  font-size: 18px;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  #product-modal .details-wrapper .product-description {
    max-width: 50%;
  }
}
#product-modal .details-wrapper .colors .dots {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  border: 1px solid #efefef;
}
#product-modal .details-wrapper .colors .dots:first-child {
  margin-right: 10px;
}
#product-modal .details-wrapper .colors .dots.dot-white {
  background-color: #fff;
}
#product-modal .details-wrapper .colors .dots.dot-black {
  background-color: #000;
}
#product-modal .details-wrapper .categories {
  margin: 0;
  margin-top: 25px;
  padding: 0;
}
#product-modal .details-wrapper .categories li {
  margin-bottom: 7px;
  font-weight: 500;
}
#product-modal .details-wrapper .categories li.highlighted {
  color: #368e7d !important;
  padding-bottom: 5px;
  border-bottom: 1px solid #368e7d;
  display: inline-block;
}
#product-modal .details-wrapper .custom-button {
  padding: 7px 20px;
  font-size: 18px;
  background-color: #368e7d;
  border-radius: 12px;
  margin-top: 25px;
}/*# sourceMappingURL=style.css.map */


.alert-danger {
  --bs-alert-color: #fd192e !important;
  --bs-alert-bg: #ffffff !important;
  --bs-alert-border-color: #ffffff !important;
}
.alert{
  padding: 0px !important;
}

#callnowbutton {
  display: block !important;
  position: fixed;
  z-index: 666666666666666666;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgb(0 0 0 / 30%);
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNjAgNjAiPjxwYXRoIGQ9Ik03LjEwNCAxNC4wMzJsMTUuNTg2IDEuOTg0YzAgMC0wLjAxOSAwLjUgMCAwLjk1M2MwLjAyOSAwLjc1Ni0wLjI2IDEuNTM0LTAuODA5IDIuMSBsLTQuNzQgNC43NDJjMi4zNjEgMy4zIDE2LjUgMTcuNCAxOS44IDE5LjhsMTYuODEzIDEuMTQxYzAgMCAwIDAuNCAwIDEuMSBjLTAuMDAyIDAuNDc5LTAuMTc2IDAuOTUzLTAuNTQ5IDEuMzI3bC02LjUwNCA2LjUwNWMwIDAtMTEuMjYxIDAuOTg4LTI1LjkyNS0xMy42NzRDNi4xMTcgMjUuMyA3LjEgMTQgNy4xIDE0IiBmaWxsPSIjMDA3YjAwIi8+PHBhdGggZD0iTTcuMTA0IDEzLjAzMmw2LjUwNC02LjUwNWMwLjg5Ni0wLjg5NSAyLjMzNC0wLjY3OCAzLjEgMC4zNWw1LjU2MyA3LjggYzAuNzM4IDEgMC41IDIuNTMxLTAuMzYgMy40MjZsLTQuNzQgNC43NDJjMi4zNjEgMy4zIDUuMyA2LjkgOS4xIDEwLjY5OWMzLjg0MiAzLjggNy40IDYuNyAxMC43IDkuMSBsNC43NC00Ljc0MmMwLjg5Ny0wLjg5NSAyLjQ3MS0xLjAyNiAzLjQ5OC0wLjI4OWw3LjY0NiA1LjQ1NWMxLjAyNSAwLjcgMS4zIDIuMiAwLjQgMy4xMDVsLTYuNTA0IDYuNSBjMCAwLTExLjI2MiAwLjk4OC0yNS45MjUtMTMuNjc0QzYuMTE3IDI0LjMgNy4xIDEzIDcuMSAxMyIgZmlsbD0iI2ZmZmZmZiIvPjwvc3ZnPg==) center/45px 45px no-repeat #368e7d;
  bottom: 15px;
  right: 20px;
}

/* @media only screen and (max-width: 992px){
  .site-navigation .navigation-list-wrapper .dropdown .dropdown-toggle .dropdown-icon {
    display: block !important;
}
}
.site-navigation .navigation-list-wrapper .dropdown .dropdown-icon {
  display: none;
  position: absolute;
  padding: 15px;
  background: #fff;
  right: 0;
  top: 12px;
}
.site-navigation .navigation-list-wrapper .dropdown .dropdown-icon::before {
  transition: all ease .5s;
  background: #444;
  height: 2px;
  width: 16px;
  top: 14px;
  left: 7px;
  content: "";
  position: absolute;
}

.site-navigation .navigation-list-wrapper .dropdown .dropdown-icon::after {
  transition: all ease .5s;
  background: #444;
  content: "";
  height: 16px;
  left: 14px;
  position: absolute;
  top: 7px;
  width: 2px;
} */

@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1196px !important;
}
}
.visit-fb-btn a {
  background-color: #368e7d !important;
  border: none;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 25px;
  color: #fff;
  display: block;
}
.visit-fb-btn a:hover {
  background-color: #000 !important;
}
.visit-fb-btn a i {
  display: inline-block;
  margin-right: 12px;
}
/*
 * Blogs
 */
 .blog-list .blog-item .card {
  border: none;
  border-bottom: 1px solid #efefef;
  padding-bottom: 55px;
  margin-bottom: 55px;
}
.blog-list .blog-item .card .card-title a {
  font-size: 20px;
}
.blog-list .blog-item .card .card-title a:hover {
  color: #368e7d;
}
.blog-list .blog-item .card .card-image {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 991px) {
  .blog-list .blog-item .card {
    border-bottom: none;
    padding-bottom: 15px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 991px) {
  .blog-list .blog-item .card .card-body {
    padding-top: 0;
  }
}
.blog-list .blog-meta ul {
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .blog-list .blog-meta ul {
    flex-direction: column;
    align-items: flex-start;
  }
}
.blog-list .blog-meta ul li {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  color: gray;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .blog-list .blog-meta ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #efefef;
    border-right: none !important;
    width: 100%;
  }
}
.blog-list .blog-meta ul li a {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  color: gray;
  text-decoration: none;
  text-transform: uppercase;
}

.pagination .page-item .page-link {
  border-radius: 100px;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 700;
  font-size: 14px;
  color: #000;
}
.pagination .page-item .page-link:hover, .pagination .page-item .page-link.active {
  background-color: #368e7d;
  border-color: transparent;
  color: #fff;
}

.blog-single {
  border: none;
}
@media only screen and (min-width: 991px) {
  .blog-single {
    margin-top: 25px;
    margin-right: 15px;
  }
}
.blog-single .card-body {
  padding-left: 0;
}
@media only screen and (max-width: 991px) {
  .blog-single .blog-meta ul {
    flex-direction: column;
    align-items: flex-start;
  }
}
.blog-single .blog-meta ul li {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  color: gray;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 15px;
}
@media only screen and (max-width: 991px) {
  .blog-single .blog-meta ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #efefef;
    border-right: none !important;
    width: 100%;
  }
}
.blog-single .blog-meta ul li a {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  color: gray;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-author {
  padding: 55px 0;
  border-top: 1px solid #efefef;
  /* border-bottom: 1px solid #efefef; */
  display: flex;
  align-items: flex-start;
}
.blog-author .author-thumb {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  margin-right: 15px;
}
.blog-author .author-details {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.blog-author .author-details p {
  margin-bottom: 0;
  color: #368e7d;
}

.comment-form {
  margin-bottom: 55px;
}
.comment-form .btn-custom {
  background-color: #368e7d !important;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  padding: 12px 25px;
}
.comment-form .btn-custom:hover {
  background-color: #000 !important;
}

.visit-fb-btn a {
  background-color: #368e7d !important;
  border: none;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 25px;
  color: #fff;
  display: block;
}
.visit-fb-btn a:hover {
  background-color: #000 !important;
}
.visit-fb-btn a i {
  display: inline-block;
  margin-right: 12px;
}/*# sourceMappingURL=style.css.map */
.comment-details{
  background-color: #dbdbdb;
  padding: 7px;
  border-radius: 10px;
}
.visit-fb-btn a {
  background-color: #368e7d !important;
  border: none;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 25px;
  color: #fff;
  display: block;
}
.visit-fb-btn a:hover {
  background-color: #000 !important;
}
.visit-fb-btn a i {
  display: inline-block;
  margin-right: 12px;
}
.visit-fb-btn a {
  background-color: #368e7d !important;
  border: none;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 25px;
  color: #fff;
  display: block;
}
.visit-fb-btn a:hover {
  background-color: #000 !important;
}
.visit-fb-btn a i {
  display: inline-block;
  margin-right: 12px;
}

.social-share ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.social-share ul li:not(:last-child) {
  padding-right: 20px;
}
@media only screen and (max-width: 991px) {
  .social-share ul li {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.social-share ul li a i {
  display: inline-block;
  margin-right: 7px;
}
#more {display: none;}

.logo-list {
  padding: 20px 0;
  text-align: center;
  /* border-bottom: 1px solid #ddd; */
}
.logo-list img {
  display: inline-block;
  max-width: 85%;
  padding: 15px 0;
  transition: all 0.3s ease-in-out;
  /* -webkit-filter: grayscale(100); */
  /* -moz-filter: grayscale(100); */
  /* filter: grayscale(100); */
}
.logo-list img:hover {
  filter: none;
  transform: scale(1.2);
  -webkit-filter: none;
  -moz-filter: none;
}

.tcb-product-slider {
  background: #333;
  background-image: url(https://unsplash.it/1240/530?image=721);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.tcb-product-slider .carousel-control {
  width: 5%;
}
.tcb-product-item a {
  color: #147196;
}
.tcb-product-item a:hover {
  text-decoration: none;
}
.tcb-product-item .tcb-hline {
  margin: 10px 0;
  height: 1px;
  background: #ccc;
}
@media all and (max-width: 768px) {
  .tcb-product-item {
    margin-bottom: 30px;
  }
}
.tcb-product-photo {
  text-align: center;
  height: 180px;
  background: #fff;
}
.tcb-product-photo img {
  height: 100%;
  display: inline-block;
}
.tcb-product-info {
  background: #f0f0f0;
  padding: 15px;
}
.tcb-product-title h4 {
  margin-top: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tcb-product-rating {
  color: #acacac;
}
.tcb-product-rating .active {
  color: #FFB500;
}
.tcb-product-price {
  color: firebrick;
  font-size: 18px;
}


#news-slider {
  margin-top: 80px;
}
.post-slide {
  background: #fff;
  margin: 20px 15px 20px;
  border-radius: 15px;
  padding-top: 1px;
  box-shadow: 0px 14px 22px -9px #bbcbd8;
}
.post-slide .post-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: -12px 15px 8px 15px;
  /* margin-left: -10px; */
}
.post-slide .post-img img {
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
}
.post-slide:hover .post-img img {
  transform: scale(1.1, 1.1);
}
.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(
    -45deg,
    rgba(6, 190, 244, 0.75) 0%,
    rgba(45, 112, 253, 0.6) 100%
  );
  transition: all 0.5s linear;
}
.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}
.post-slide .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}
.post-slide .post-content {
  background: #fff;
  padding: 2px 20px 40px;
  border-radius: 15px;
}
.post-slide .post-title a {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover {
  text-decoration: none;
  color: #3498db;
}
.post-slide .post-description {
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
}
.post-slide .post-date {
  color: #a9a9a9;
  font-size: 14px;
}
.post-slide .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #cfdace;
}
.post-slide .read-more {
  padding: 7px 20px;
  float: right;
  font-size: 12px;
  background: #2196f3;
  color: #ffffff;
  box-shadow: 0px 10px 20px -10px #1376c5;
  border-radius: 25px;
  text-transform: uppercase;
}
.post-slide .read-more:hover {
  background: #3498db;
  text-decoration: none;
  color: #fff;
}
.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}
.owl-controls .owl-buttons .owl-prev {
  background: #fff;
  position: absolute;
  top: 45%;
  left: -25px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next {
  background: #fff;
  position: absolute;
  top: 45%;
  right: -25px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}
.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}
@media only screen and (max-width: 1280px) {
  .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
}

/* career again */

/* Set height of body and the document to 100% to enable "full page tabs" */


/* Style tab links */
.tablink {

  color: #6b6b6b;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 16px;
  width: 25%;
  background: #ffffff;
}

.tablink:hover {
  border-bottom: 3px solid rgb(17, 97, 29);
}



/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: rgb(0, 0, 0);
  display: none;
  padding: 100px 20px;
  height: 100%;
}



.tabcontent-up{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
}
.tabcontent-element_link{
  text-align: center;
  margin-top: 80px;
  margin-bottom: 170px;
}
.apply_btn{
  font-size: 20px;
  font-weight: bold;
  background: #013850;
  padding: 10px 20px;
  color: #fff;
  border-radius: 10px;
}
.apply_btn:hover{
  color: #fff;
}
.tabcontent-element_footer p{
  font-size: 14px;
}
.tabcontent_details{
  color: #3434dc;
  margin-top: -40px;
}
.tabcontent_details span{
  color: #6b6b6b;
}
.career-heading{
  margin-bottom: 80px;
}
.career-title-link{
  float:right;
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 5px 20px;
  text-align: center;
  border-radius: 20px;
}
.career-title-link:hover{
  color: white;
}
.career-describe{
  margin-bottom: 80px;
}
.career-footer{
  font-size: 14px;
  font-weight: 600;
  margin-top: 100px;
}
.career-footer-btn{
  display: flex;
  justify-content: center;
  align-items: center;

}
.apply-link{
  float:right;
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 5px 20px;
  text-align: center;
  border-radius: 20px;
}
.apply-link:hover{
  color: white;
}