body {
  width: 100%;
  height: 100%;
  font-family: 'Brandon_Grotesque_regular';
  font-size: 15px !important;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content
#content, #column-left, #column-right {
  padding-bottom: 730px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 400px;
  }
} */
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}
#logo img {
  max-width: 200px;
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart .img-thumbnail {
  min-width: 100px;
}

#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {

}
#cms-blog img.inner-image{
  width: 100%;
}
/* this is for gridview blog post in view more*/
.item-blog-page-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: top;
  margin-top: 2em;
  /* padding: 2em 1em 1em 1em; */
  border-radius: 25px;
  background-color: #fff;
}

.blog-card .card-body {
  background-color: #f2f2f2;
}
.btn-blog-rdmr{
  width: 250px;
  border: 1px solid #0D5B6F;
  border-radius: 25px;
  padding: 11px 30px;
  text-transform: uppercase;
  color: #0D5B6F;
  display: block;
  margin: 0 auto;
  font-size: 14px;
}
.btn-blog-rdmr:hover{
  width: 250px;
  background-color: #0D5B6F;
  border-radius: 25px;
  padding: 11px 30px;
  text-transform: uppercase;
  color: #9dcdd1;
  display: block;
  margin: 0 auto;
  transition: all .2s ease-in;
  box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6));
  font-size: 14px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
header #menu {
  background-color: transparent;
  min-height: 40px;
  border-radius: 4px;
}
header #menu .navbar-nav > li > a {
  color: #004A5C;
  padding: 5px 15px 5px 15px;
  background-color: transparent;
  text-transform: uppercase;
  letter-spacing: .5px;
}


header #menu .navbar-nav > li > a:hover {
  background-color: #4AB1BF;
  color:#eee;
  border-radius: 50px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
header #menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
header #menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
header #menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
@media (min-width: 960px) {
  header #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  header #menu .dropdown-inner {
    flex-direction: row;
  }
  header #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  header #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  header #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  header #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  header #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
header #menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer {
  border: 1px solid #4297B1;
  bottom: -1px;
  width: 100%;
  padding-top: 30px;
  background-color: #4297B1;
  border-top: 1px solid #ddd;
  color: #eee;
}

footer a {
  color: #eee;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer h3 {
  color: #eee;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom:  1em;
}


.flex-footer {
    display: flex;
    justify-content: left;
    align-items: center;
    padding:20px 0px 20px 0px;
}
.flex-footer  #menu .navbar-nav > li > a {
    color: #eee;
    padding: 5px 4em 5px 4em;
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.flex-footer  #menu .navbar-nav > li:not(:last-child) {
    border-right:1px solid #bebebe;
}

.flex-footer .quality-care img {
    padding-left:2em;
    width:150px;
}
.footer-contact .details {
    padding-top:2em;
}
.legal-info {
    padding-top:4em;
}
.legal-info > div {
    width:50%;
}
.medcan-info {
    padding-top:2em;
}

/*.flex-footer-contact .details {
    display: flex;
    flex-wrap: wrap;
  }*/

.flex-footer-contact .details .telephone {
  /*width: 50%;*/
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.flex-footer-contact .details .telephone span {
    color: #FDED30;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
}

.flex-footer-contact .details .sms span {
    color: #FDED30;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
}

.flex-footer-contact .details .telephone .sprite-telephone {
    background-image: url(../image/telephone.png);
    background-repeat: no-repeat;
    display: block;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    background-position: 0px 0px;

}

.flex-footer-contact .details .sms .sprite-sms {
    background-image: url(../image/sms.png);
    background-repeat: no-repeat;
    display: block;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    background-position: 0px 0px;

}

.flex-footer-contact .details .location {
  /*width: 50%;*/
  display: flex;
  flex-wrap: wrap;
  align-items: center;

}
.flex-footer-contact .details .location .sprite-location {
  background-image: url(../image/location.png);
    background-repeat: no-repeat;
    display: block;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    background-position: 0px 0px;
    
  
}
.flex-footer-contact .details .email {
  /*width: 50%;*/
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  
}

.flex-footer-contact .details .sms {
  /*width: 50%;*/
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  
}

.flex-footer-contact .details .email .sprite-email {
  background-image: url(../image/email.png);
    background-repeat: no-repeat;
    display: block;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    background-position: 0px 0px;
    
  
}
.flex-footer-contact .details .opening {
  /*width: 50%;*/
  display: flex;
  flex-wrap: wrap;
  align-items: center;

}
.flex-footer-contact .details .opening .sprite-opening {
  background-image: url(../image/opening.png);
    background-repeat: no-repeat;
    display: block;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    background-position: 0px 0px;
    
  
}
.flex-footer-contact .details span, .flex-footer-contact .details address {
  padding-left:  10px;
}
.flex-footer-contact .details address {
  margin-bottom: 0px;
}


.footer-nav div{
  letter-spacing: 1.5px;
  margin-top: 0.5em;
}
.footer-nav div span {
  margin-left: .5em;
}
.footer-nav div span i {
  font-size: 9px;
}
.footer-contact .details .telephone, .footer-contact .details .sms, .footer-contact .details .location, .footer-contact .details .email, .footer-contact .details .opening {
  margin-bottom: 1em;
}
.footer-contact, .footer-information, .footer-legal {
  padding: 1em 0;
}
.footer-contact h5, .footer-information h5, .footer-legal h5 {
  color: #fff;
}
.footer-details .disclaimer-content {
  margin-top: 2em;
  line-height: 16px;
}
.footer-details .disclaimer-content p {
  margin-top: 2em;
}


/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 26px;
  height: 26px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb {
  border: 2px solid #9dcdd1;
  position: relative;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #f2f2f2;
}
.product-thumb .image {
  text-align: center;
  padding:10px;
  background: #fff;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
  background: #f2f2f2;
  text-align: center;
}
.product-thumb .description h4 {
  font-weight: bold;
  min-height: 48px;
  max-height: 48px;
}
.product-thumb .button {
  display: flex;
  position: relative;
  width: 100%;
  bottom: 0;
  background: #f2f2f2;
  justify-content: space-between;
  padding: 0px 10px 10px 10px;
}

@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #004A5C;
}
.price-new {
  font-weight: bold;
  font-size: 18px;
  color: #004A5C;

}
.price-old {
  color: #de2d3f;
  font-weight: bold;
  font-size: 18px;
  text-decoration: line-through;

}
.price-tax {
  color: #004A5C;
  font-size: 16px;
  display: block;

}
body.product-product .price-new {
  font-weight: bold;
  font-size: 30px;
  color: #004A5C;
  font-family: 'AmsiPro_Black';
}
body.product-product .price-old {
  color: #de2d3f;
  font-size: 20px;
  text-decoration: line-through;
  font-family: 'AmsiPro_Black';
}
body.product-product .price-tax {
  color: #004A5C;
  font-size: 30px;
  display: block;
  font-family: 'AmsiPro_Black';
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}
/* end of default css */

/* side cart */

.header-container .header-links > a,
.header-container #account > a[data-toggle="dropdown"],
.header-container #cart > a,
.header-container ._search > a {
  color: inherit;
  width: 41px;
  padding: 10px;
  text-align: center;
  position: relative;
  display: table;
}

.header-container .header-links > a > i,
.header-container #account > a[data-toggle="dropdown"] > i,
.header-container #cart > a > i,
.header-container ._search > a > i {
  font-size: 18px;
}


.header-container #cart > a .badge {
  position: absolute;
  top: 100%;
  left: 100%;
  background: red;
  height: 20px;
  width: 20px;
  transform: translate(-100%, -100%);
}

.header-container #cart > a .badge > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
}

.search-custom {
  padding-right: 10px;
}

.search-custom .search-box {
  display: flex;
  white-space: nowrap;
  padding: 2px;
  border: 1px solid #ccc;
  border-radius: 50px;
  overflow: hidden;
  background: white;
  width: 210px;
}

.search-custom .search-box input, .search-custom .search-box button {
  border: 0px;
  min-width: 0px;
  width: auto;
  height: auto;
  min-height: 0px;
}

.search-custom .search-box input, .search-custom .search-box input:focus, .search-custom .search-box button, .search-custom .search-box button:focus {
  outline: 0px;
}

.search-custom .search-box input {
  flex: 1 1 auto;
  padding: 5px 0px 4px 12px;
  border-radius: 50px 0px 0px 50px;
  box-shadow: none !important;
}

.search-custom .search-box button {
  padding: 0px 14px 0px;
  vertical-align: middle;
  line-height: 1;
}

.search-custom .search-box button i {
  vertical-align: top;
}

.search-custom .search-box button, .search-custom .search-box button:hover, .search-custom .search-box button:focus {
  background-color: transparent;
  background: transparent;
  box-shadow: none;
}

#fullpage-search .search-box {
  width: 100%;
}

#fullpage-search .search-box input {
  width: calc(100% - 46px);
}

#fullpage-search {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  top: 0px;
  left: 0px;
  display: none;
}

#fullpage-search .container {
  position: relative;
  top: 50%;
}

#fullpage-search #search {
  margin: 0px auto;
  transform: translateY(-50%);
  max-width: 768px;
}

#fullpage-search-open {
  cursor: pointer;
}

.fx-close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.6;
  cursor: pointer;
}

.fx-close:hover {
  opacity: 1;
}

.fx-close:before,
.fx-close:after {
  content: ' ';
  position: absolute;
  left: 15px;
  height: 33px;
  width: 2px;
  background-color: #333;
}

.fx-close:before {
  transform: rotate(45deg);
}

.fx-close:after {
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  #tops {
    width: 100%;
  }
}

.customer-account {
  padding: 0px;
  margin-left: -15px;
  margin-right: -15px;
}

.customer-account i {
  font-size: 36px;
  color: #666666;
  line-height: 24px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.customer-account > li {
  list-style-type: none;
}

.customer-account > li a {
  font-size: 14px;
  padding: 10px;
  border: 1px solid #EEE;
  margin-bottom: 5px;
  text-align: center;
  color: inherit;
  display: block;
}

.customer-account > li a:hover {
  background-color: #666666;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.customer-account > li a:hover, .customer-account > li a:hover i {
  color: #FFFFFF;
}


#cart {
  margin-bottom: 0px;
}

#cart:not(.slide-out-cart) .cart-header-text {
  display: none;
}

#cart .img-thumbnail {
  max-width: 70px;
}

@media (max-width: 991px) {
  #cart {
    position: relative;
  }
}
#cart::before {
  content: '';
  position: fixed;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
}

@media (max-width: 991px) {

  #cart:not(.slide-out-cart).open::before {
    opacity: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
  }
}

#cart .btn-primary {
  color: white;
}

#cart .btn-primary:hover,
#cart .btn-primary:focus {
  color: #333333;
}


#cart .cart_close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  transform: translate(50%, -50%);
  background: transparent;
  padding: 0px;
  border: 0px;
}

#cart .cart_close:hover,
#cart .cart_close:focus {
  outline: none;
  outline: 0px;
}


#cart .dropdown-menu {
  border-radius: 0px;
  min-width: 430px;
  max-width: 430px;
  border: 1px solid #f0f0f0;
  padding: 12px;
  background: #fff;
  z-index: 1001;
}

@media (max-width: 991px) {

  #cart .dropdown-menu {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 430px) {
  #cart .dropdown-menu {
    width: calc(100% - 30px);
    min-width: 0px;
  }
}

#cart .dropdown-menu ul {
  margin: 0px;
}
#cart .dropdown-menu #cart-total {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 2px 20px;
  width: 100%;
  display: block;
  border-bottom: 1px solid #ccc;
}
#cart .dropdown-menu .cart-dorpdown-items {
  max-height: 170px;
  overflow: auto;
}
#cart .dropdown-menu .cart-dorpdown-items .item {
  padding: 12px 2px;
  display: table;
  width: 100%;
}
#cart .dropdown-menu .cart-dorpdown-items .item > * {
  display: table-cell;
  vertical-align: top;
}
#cart .dropdown-menu .cart-dorpdown-items .item > *:first-child {
  width: 70px;
}
#cart .dropdown-menu .cart-dorpdown-items .item + .item {
  border-top: 1px solid #ccc;
}

#cart .dropdown-menu .cart-dorpdown-items .item-name {
  padding-right: 10px;
}
#cart .dropdown-menu .cart-dorpdown-item-charges > span {
  display: block;
}

#cart li p {
  margin: 0px;
}

#cart .item-details {
  padding-left: 8px;
}

#cart .item-details button[onclick^="cart.remove"] {
  position: relative;
}

#cart .item-details button[onclick^="cart.remove"]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
}

#cart .cart-dorpdown-indicator {
  padding: 10px;
  border-bottom: 1px solid #ccc;
      background: #eee;
}


@media (max-width: 767px) {
  #cart .cart-dorpdown-indicator {
    padding: 10px 0px;
  }
}

#cart .cart-dorpdown-footer,
#cart .cart-dropdown-order-totals,
#cart .cart-dorpdown-items {
  height: 100%;
  max-height: 200px;
  overflow: auto;
}

#cart .cart-dorpdown-footer .item,
#cart .cart-dropdown-order-totals .item,
#cart .cart-dorpdown-items .item {
  padding: 8px;
  display: table;
  width: 100%;
}

#cart .cart-dorpdown-footer .item table,
#cart .cart-dropdown-order-totals .item table,
#cart .cart-dorpdown-items .item table {
  margin: 0px;
}

#cart .cart-dorpdown-footer {
  min-width: 0px;
}

#cart .cart-dorpdown-footer .btn {
  padding: 12px !important;
  min-width: auto !important;
  width:100%;
}

#cart .cart-dorpdown-footer > * {
  width: calc(50% - 5px);
  float: left;
  clear: none;
}

#cart .cart-dorpdown-footer > * + * {
  margin-left: 10px;
}

#cart .cart-dropdown-empty {
  padding: 20px 20px 25px;
}

#cart .cart-dropdown-empty i {
  font-size: 32px;
  margin-bottom: 10px;
}

#cart .free-shipping-indicator {
  vertical-align: top !important;
  white-space: normal;
}

#cart .free-shipping-indicator .free-shipping-text {
  font-size: 16px;
    text-align: center;
    font-weight: 500;
    letter-spacing: .5px;
}

#cart .free-shipping-indicator .free-shipping-group {
  position: relative;
}

#cart .free-shipping-indicator .free-shipping-group > * {
  display: inline-block;
  vertical-align: middle;
}

#cart .free-shipping-indicator .free-shipping-icon {
  width: 38px;
  height: 38px;
  border-radius: 38px;
  background: #ccc;
  position: relative;
  margin-left: -8px;
}
#cart .free-shipping-indicator .free-shipping-icon i::before {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% + 2px);
  transform: translate(-50%, -50%) scaleX(1);
  color: #0d5b6f;
  font-size: 20px;
}
#cart .free-shipping-indicator .free-shipping-progress {
  background: #ccc;
  padding: 1px 0px;
  padding-right: 0px;
  width: calc(100% - 38px);
  overflow: hidden;
  border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;

}
#cart .free-shipping-indicator .free-shipping-progress .free-shipping-progress-bar {
  height: 10px;
  width: 0px;
  display: block;
  background: #0d5b6f;
  border-radius: 50px;
  transition: all 0.3s;
}
#cart .free-shipping-indicator .free-shipping-progress.freed + .free-shipping-icon {
  background: #ccc;
}
#cart .free-shipping-indicator .free-shipping-progress.freed + .free-shipping-icon i:before {
  color: #0d5b6f;
}
#cart .free-shipping-indicator .free-shipping-label {
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  background: #0d5b6f;
  color: white;
  padding: 0px 6px;
  border-radius: 3px;
}
#cart .free-shipping-indicator .free-shipping-label:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #0d5b6f;
}
#cart.slide-out-cart .dropdown-menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0px;
  right: 0px;
  left: auto;
  bottom: auto;
  height: 100%;
  margin-top: 0px;
  transition: all 0.3s;
  transform: translate(100%, 0px);
  overflow: hidden;
  padding: 0px;
  border-top-left-radius:25px;
  border-bottom-left-radius:25px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.5);
}
#cart.slide-out-cart .dropdown-menu .cart_close {
  position: relative;
  transform: none;
  background: url(../image/close-white.png) center center no-repeat;
  background-size: 100% 100%;
}
#cart.slide-out-cart .dropdown-menu .cart-dorpdown-items {
  padding-left: 0px;
  padding-right: 0px;
  max-height: none;
  height: 100%;
  align-items: stretch;
}
#cart.slide-out-cart .dropdown-menu .cart-header {
  margin-bottom: 0px;
  border-bottom: 1px solid #ccc;
  display: table;
  width: 100%;
  color: #eee;
  background: #0d5b6f;
}
#cart.slide-out-cart .dropdown-menu .cart-header > * {
  display: inline-block;
  vertical-align: middle;
}
#cart.slide-out-cart .dropdown-menu .cart-header .cart-header-text {
  padding: 12px;
  width: calc(100% - 47px);
  font-size: 20px;
  font-weight: 300;
}
#cart.slide-out-cart .dropdown-menu .cart-header .cart_close {
  float: right;
}

#cart.slide-out-cart .dropdown-menu .cart-dropdown-order-totals table {
  margin-bottom: 0px;
}
#cart.slide-out-cart .dropdown-menu .cart-dorpdown-footer,
#cart.slide-out-cart .dropdown-menu .cart-dropdown-order-totals {
  height: auto;
  max-height: none;
  overflow: initial;
  flex: 0 0 auto;
}
#cart.slide-out-cart .dropdown-menu .cart-dorpdown-footer {
  padding: 12px;
  flex: 0 0 auto;
}
#cart.slide-out-cart #btn-cart::before {
  content: '';
  width: 0px;
  height: 100vh;
  position: fixed;
  top: 0px;
  right: 0px;
  left: auto;
  bottom: auto;
  z-index: 1;
  background: transparent;
  transition: background 0.3s;
}
#cart.slide-out-cart.open-custom {
  z-index: 3;
}
#cart.slide-out-cart.open-custom #btn-cart::before {
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
}
#cart.slide-out-cart.open-custom .dropdown-menu {
  transform: translate(0px, 0px);
}

.sprite-remove {
    background-image: url(../image/btn-remove.png);
    background-repeat: no-repeat;
    display: block;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    background-position: 0px 0px;
}
.btn-remove {
  padding: 0px;
  border: 0px;
}
.btn-view-cart {
  background: #0d5b6f;
  text-transform: uppercase;
  letter-spacing: .5px;
  color:#eee;
}
.btn-checkout {
  background: #FFC138;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #0d5b6f;

}
.btn-view-cart:hover, .btn-view-cart:focus, .btn-view-cart:active {
  background: #0d5b6f;
  text-transform: uppercase;
  letter-spacing: .5px;
  color:#eee;
}
.btn-checkout:hover, .btn-checkoutt:focus, .btn-checkout:active {
  background: #FFC138;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #0d5b6f;

}
#cart.slide-out-cart .cart-dorpdown-items table tr td {
  
  backdrop-filter: blur(10px);

  font-size: 15px;
  line-height: 20px;
  vertical-align: middle;
}
#cart.slide-out-cart .dropdown-menu .cart-dropdown-order-totals table tr {
    font-size: 15px;
    letter-spacing: .5px;
}
#cart.slide-out-cart .dropdown-menu .cart-dropdown-order-totals table tr td{
    padding: 2px 15px 2px 0px;
    background:none;
    color:  #4297B1;
    border-top:1px solid #eee;
}

#cart.slide-out-cart .dropdown-menu .cart-dropdown-order-totals table tr:last-child  {
   font-size: 17px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: bold;

}
#cart.slide-out-cart .dropdown-menu .cart-dropdown-order-totals table tr:last-child td {
  color:  #0d5b6f;
}
/*end of side cart*/



/*sidr*/

.header-mobile-links .fa {
    font-size: 28px;
    color: #004A5C;
}
.sidr {
  width: 260px;
  box-shadow: none;
  z-index: 100;
  background: #004A5C;
}

.header-mobile-links {
        display:none;
}

@media (max-width: 991.5px) {

  .header-mobile-links {
    display: block!important;
    
  }
  .header-actions.flex > div a {
    cursor: pointer;
  }

  #mobileNav::before {
    content: '';
    width: 0px;
    height: 100vh;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 10;
    opacity: 0;
    background: transparent;
    transform: translateX(50%);
    transition: opacity 0.3s;
  }
  .sidr-custom-open #mobileNav::before {
    content: '';
    width: 100%;
    opacity: 1;
    transform: translateX(0%);
    background: rgba(0, 0, 0, 0.7);
  }
  .sidr-custom-open.closing #mobileNav::before {
    opacity: 0;
    transition: all 0.3s;
  }
  .header-menu {
    order:-1;
  }
   .sidr #menu ul {
    width: 100%;
  }
   .sidr #menu ul.nav li.nav-item a {
    color: #fff;
    padding: 10px 15px 10px 15px;
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: .5px;
    border-top:1px solid #a1a1a147;
  }
   .sidr #menu ul.nav li.nav-item:last-child a {
    border-bottom:1px solid #a1a1a147;
  }
   .sidr #menu ul.nav li.nav-item a:hover{
  background-color:#9dcdd1;
  color: #0d5b6f;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  }

  .footer-contact, .footer-information, .footer-legal {
    text-align: left;
  }
  
  footer h3{
    margin: 1em 0;
  }
  .footer-details .disclaimer-content {
      margin-top: 4em;
  }
}


.sidr {
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999;  
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
}
.sidr.sidr-right {
    left: auto;
    right: -260px;
}
.sidr.sidr-left {
    left: -260px;
    right: auto;
}


.cd-accordion-menu {
    background: #fdc415;
}

.cd-accordion-menu a, .cd-accordion-menu label {
    background: #fdc415;
}

.header-mobile .mobile-account {
    border-color: #ffffff;
}

.header-mobile .mobile-account>a+a {
    border-color: #ffffff;
}

.cd-accordion-menu ul a, .cd-accordion-menu ul label {
    background: #4ee1c0;
}

.header-container .header-menu {
    position: relative;
}

@media (min-width: 992px) {
  body {
    position: relative !important;
    left: 0px !important;
    width: 100% !important;
  }
  .fixed-header {
    left: 0px !important;
  }
  #sidr {
    display: none !important;
  }
}

.header-mobile .mobile-account {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #a1a1a147;
}

.header-mobile .mobile-account > a {
  flex: 1 1 auto;
  text-align: center;
  text-overflow: ellipsis;
  display: block;
  color: white;
  font-size: 16px;
  padding: 18px 10px;
}

.header-mobile .mobile-account > a i {
  font-size: 16px;
}

.header-mobile .mobile-account > a + a {
  border-left: 1px solid #a1a1a147;
}

.header-mobile .mobile-search {
  padding: 18px 10px;
}

.header-mobile .mobile-search .search-custom input {
  height: 34px;
  width: calc(100% - 42px);
}

.header-mobile .mobile-search .search-box {
  width: 100%;
}
.cd-accordion-menu a, .cd-accordion-menu label {
    position: relative;
    display: block;
    padding: 18px;
    background: #4d5158;
    color: #fff;
    font-size: 1.6rem;
    margin: 0;
    border-bottom: 1.5px solid #5a5a5a;
}


/*end of sidr*/

.swal2-popup .swal2-content {
  font-size: 15px !important;
}
.swal2-popup .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 25px !important;
    background: initial;
    background-color: #0C5B6E !important;
    color: #fff;
    font-size: 15px !important;
    padding: 10px 25px !important;
    line-height: 15px !important;
}


/* header */
header .header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:15px 0px;
}
.flex-header .logo {
    grid-column: 2 / 2;
    grid-row: 1 / 2;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px;
    position: relative;
    z-index: 1;
}
.flex-header .header-menu {
    grid-column: 1 / 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.flex-header .header-actions {
    grid-column: 1 / 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.header {
  background: white;
  position: fixed;
  margin-bottom: 20px;
}
.sticking {
  width: 100%;
  z-index: 99;
  box-shadow:0px 0px 3px rgba(0,0,0,0.3);
}
.not-sticking {
  position: relative !important;
}

.sticking .header-flex {
  border-bottom: 1px solid #f0f0f0;
  
}

.sprite-favourites {
    background-image: url(../image/favourites.png);
    background-repeat: no-repeat;
    display: block;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    background-position: 0px 0px;   
}

.sprite-search {
    background-image: url(../image/search.png);
    background-repeat: no-repeat;
    display: block;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    background-position: 0px 0px;
}

.sprite-account {
    background-image: url(../image/account.png);
    background-repeat: no-repeat;
    display: block;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    background-position: 0px 0px;
}

.sprite-cart {
    background-image: url(../image/cart.png);
    background-repeat: no-repeat;
    display: block;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    background-position: 0px 0px;
}
#cart-total {
    position: absolute;
    background: #FFC138;
    color: #137F9D;
    border-radius: 50px;
    font-size: 12px;
    padding: 0px 6px;
    top: -10px;
    right: 0px;
    font-weight: bold;
    letter-spacing: 1px;
}
.header-search-btn {
    background: #fff;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    border-left: 0px;
    padding: 0px 2px;
}
.btn.header-search-btn:hover, .btn.header-search-btn:active,.btn.header-search-btn:focus {
    background-color: #fff;
    border-color: #dee2e6; 
}
.header-search {
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    border-right: none;
}
.header-actions.flex {
  align-items:  center;
}
.header-actions.flex > div {
  padding:  0px 4px;
}
.header-actions.flex > div a {
cursor: pointer;
}
/* end of header */

/* basic */
.breadcrumb {
  display: none !important;
}
.flex {
  display: flex;
}
.relative {
  position: relative;
}

label {
  font-size: 1em;
  font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
  font-size: 1em;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
  font-size: 1em;
}
.input-group .input-group-addon {
  font-size: 1em;
}
/* end basic */

/* product thumb */
.sprite-addtocart {
    background-image: url(../image/addtocart.png);
    background-repeat: no-repeat;
    display: block;
    background-size: 45px 45px;
    width: 45px;
    height: 45px;
    background-position: 0px 0px;
}
.sprite-wishlist {
    background-image: url(../image/wishlist.png);
    background-repeat: no-repeat;
    display: block;
    background-size: 45px 45px;
    width: 45px;
    height: 45px;
    background-position: 0px 0px;
}
.btn-addtocart {
  border-radius: 50px;
  display: flex;
  align-items: center;
  width: 100%;
  background: #0d5b6f;
  border: 0px;
  padding: 0;
  color: #9dcdd1;
  margin-right: 5px;
}
.btn-addtocart:hover, .btn-addtocart:active, .btn-addtocart.active, .btn-addtocart.disabled, .btn-addtocart[disabled] {
  background-color:#9dcdd1;
  color: #0d5b6f;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.btn-addtocart > span {
  flex: 1 1 auto;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-indent:30px;
}
.btn-wishlist {
  border:0px;
  width: 20%;
  padding: 0px;
}
.product-thumb .description a {
  color:#0d5b6f;
}
/* end product thumb */
body:not(body.common-home):not(body.account-login) {
  background: #cdebed;
}
.slick-slide img
{
    display: block;
    margin: 0 auto;
}
.slick-featured-products .item {
  margin:   10px;
}
.featured-slider-prev .fa, .featured-slider-next .fa {
    font-size: 25px;
    border: 2px solid #0d5b6f;
    padding: 10px 15px;
    border-radius: 50px;
    color: #0d5b6f;

}

.featured-slider-prev {  
    display: block;
    position: absolute;
    top: 45%;
    left: -4em;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 0px;
    background: transparent;
    color: #585858;
}

.featured-slider-next {
  display: block;
    position: absolute;
    top: 45%;
    right: -4em;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 0px;
    background: transparent;
    color: #585858;
}
div.featured_home_products {
background:   #CDEAEC;
padding-top: 3em;
padding-bottom: 3em;
}
div.featured_home_products .featured h3 {
  font-weight: bold;
  font-family: 'Brandon_Grotesque_black';
  text-transform: uppercase;
  color:#004A5C;
}
div.featured_home_products .featured  {
  padding-bottom: 3em;
}
#common-home {
  padding-bottom: 3em;
}
#common-home .swiper {
  border-radius:25px;
}
.services {
  padding-bottom: 3em;
  padding-top:  3em;
  background:  #CDEAEC;
}
.services-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.services-wrapper div {
  border:2px solid #0d5b6f;
  align-items: center;
  padding: 15px 5%;
  text-align: center;
  border-radius: 15px;
  margin:10px;
  width: 25%;

}
.services-wrapper div img {
    width: 60px;
    margin-bottom: 10px;
    height: 60px;
    object-fit: contain;
    object-position: center;
}
.services-wrapper div h5 {
  color:#0d5b6f;
  text-transform:   uppercase;
  letter-spacing: .5px;
  font-weight:  bold;
}
.services-wrapper div p {
  color:#0d5b6f;
}

a {
  color: #0d5b6f;
}
.bold {
  font-weight: bold;
}
.amsi {
  font-family: 'AmsiPro_Black';
}
.allcaps {
  text-transform: uppercase;
}
.booking_action {
  padding-top: 4em;
  padding-bottom:4em;
  text-align: center;
}
.booking_action h2 {
    font-size: 37px;
    padding: 10px 15%;
    color: #4AB1BF;
}

.btn-primary {
    background-color: #0d5b6f;
    margin: 0 auto;
    color: #9dcdd1;
    text-transform: uppercase;
    font-size: 14px;
    border: 0px;
    border-radius: 50px;
    padding: 11px 30px;
    letter-spacing: 0.5px;
    
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-color:#9dcdd1;
  color: #0d5b6f !important;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}


.btn-primary-type1 {
    background-color: #0d5b6f;
    margin: 0 auto;
    color: #9dcdd1;
    text-transform: uppercase;
    font-size: 12px;
    border: 0px;
    border-radius: 50px;
    letter-spacing: 0.5px;
    padding: 11px 14px;    
    width:100%;
}
.btn-primary-type1:hover, .btn-primary-type1:active, .btn-primary-type1.active, .btn-primary-type1.disabled, .btn-primary-type1[disabled] {
  background-color:#9dcdd1;
  color: #0d5b6f !important;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.btn-primary-rev {
    background-color: #9dcdd1;
    margin: 0 auto;
    color: #0d5b6f;
    text-transform: uppercase;
    font-size: 14px;
    border: 0px;
    border-radius: 50px;
    padding: 11px 30px;
    letter-spacing: 0.5px; 
}

.btn-primary-rev:hover, .btn-primary-rev:active, .btn-primary-rev.active, .btn-primary-rev.disabled, .btn-primary-rev[disabled] {
  background-color:#0d5b6f;
  color: #9dcdd1 !important;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.btn-primary-type2 {
    background-color: #9dcdd1;
    margin: 0 auto;
    color: #0d5b6f;
    text-transform: uppercase;
    font-size: 12px;
    border: 0px;
    border-radius: 50px;
    letter-spacing: 0.5px;
    width:100%;
    padding: 11px 14px;
    font-weight:800;
}



.btn-primary-type2:hover, .btn-primary-type2:active, .btn-primary-type2.active, .btn-primary-type2.disabled, .btn-primary-type2[disabled] {
  background-color:#0d5b6f;
  color: #9dcdd1 !important;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  width:100%;
  transition: all .2s ease-in;
}


.btn-danger {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border: 0px;
    border-radius: 50px;
    padding: 11px 30px;
    letter-spacing: 0.5px; 
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  color: #fff !important;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}


.btn-light:not(.header-search-btn) {
    background-color: #fff;
    margin: 0 auto;
    color: #9dcdd1;
    text-transform: uppercase;
    font-size: 14px;
    border: 0px;
    border-radius: 50px;
    padding: 11px 30px;
    letter-spacing: 0.5px;
    
}
.btn-light:hover, .btn-light:active, .btn-light.active, .btn-light.disabled, .btn-light[disabled] {
  background-color:#0d5b6f;
  color: #9dcdd1 !important;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.rebooking_with_clinic_wrapper {
  background:linear-gradient(0deg, #EFEFEF 70%, #fff 70%);
  padding-top: 2em;
}
.booking_items_wrapper .icon {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-right: 15px;
}
.booking_items_wrapper .icon img {
  width:  100px;
}
.rebooking_with_clinic h2 {
     font-size: 37px;
    color: #4AB1BF; 
}
.booking_items_wrapper p {
  font-size: 22px;
  color: #0d5b6f;
}
.booking_items_wrapper .flex {
  padding: 20px 0px;
}
.rebooking_with_clinic .content-left {
  padding-top: 10em;
  width: 50%;

}
.rebooking_with_clinic .content-right {
  width: 50%;
}

.booking_items_wrapper {
  padding-top: 2em;
}
.news_blog {
  padding-top: 4em;
}
.news_blog h2 {
    font-size: 37px;
    color: #4AB1BF; 
}
.item_blog {
  padding:   10px;
}
.relative {
  position:   relative;
}
.caption {
  position:   absolute;
  bottom: 0px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.5);
  padding:10px;

}
.caption a {
  font-weight: bold;
  letter-spacing: .5px;
}
.item_blog img {
  width:  100%;
}
.item_blog .relative {
  border-radius:  12px;
  overflow: hidden;
}

.news_blog .view_more {
  text-align: center;
  padding-top:  2em;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
     border-top-left-radius: 0px; 
     border-bottom-left-radius: 0px;
    border-radius: 100%;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
     border-top-right-radius: 0px; 
     border-bottom-right-radius: 0px; 
     border-radius: 100%;
}
.pagination {
  margin: 0;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 5px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #0d5b6f;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #0d5b6f;
    border-radius: 100%;
    margin: 8px;
    font-weight: bold;
}


.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #0d5b6f;
    border-color: #0d5b6f;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
     border-radius: 100%; 
}
main {
  margin-bottom: 4em;
}
body.common-home main {
  margin-bottom: 0em;  
}
.pagination-row {
  padding-top: 2em;
}

.product-image-main .main-image-pop.slick-slide img.main_images { 
    width:100% !important;
    border-radius: 12px;
}
.product-image-column {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-image-main-container {
  width: 80%;
}
.product-image-additional-container {
  width: 20%;
  text-align: center;
}
.product-image-additional {
    padding-top:10px;
}
.product-image-additional .slick-slide img {
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 12px;
  margin-top: 10px;
  background: #fff;
}
body.product-product h1 {
  font-size: 28px;
  color: #137F9D;
}
body.product-product h2.amsi {
  font-size: 37px;
  color: #137F9D;
}
#tab-review-disabled, #tab-description, #tab-specification-disabled {
  background: #fff;
  padding: 3em 2em;
  border-radius: 12px;
}
.btn-wishlist {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background:transparent;
}
.account-account.list-group a {
  margin-bottom: 10px;
    background-color: #0d5b6f;
    color: #9dcdd1;
    text-transform: uppercase;
    font-size: 14px;
    border: 0px;
    border-radius: 6px;
    padding: 11px 30px;
    letter-spacing: 0.5px;
    text-align: center;
}
.col-form-label {
  text-transform: uppercase;
  color: #004A5C;
}
.form-control:not(.header-search) {
  border-color: #fff;
  background: transparent;
}
table {
  border-color:#fff !important;
  background: transparent !important;
}
table td, table th {
  background: transparent !important;  
}
table th {
  text-transform: uppercase;
  color: #004A5C !important;
}
h1 , .account-account h2{
  font-size: 28px;
  color: #137F9D;
  font-family: 'AmsiPro_Black';
}
.account-account ul li a {
  font-size: 16px;
}
legend {
  color: #137F9D !important;
}

/* One Page Checkout CSS */
.ve-h4 {
  text-transform: uppercase;
  color: #eee !important;
  letter-spacing: .5px;
}
.ve-card__header {
  background: #004A5C;
}
/*.ve-field .ve-label {
  display: none !important;
}*/

.ve-input[type=text], .ve-input[type=email], .ve-input[type=password], .ve-input[type=time], .ve-input[type=date], .ve-input[type=datetime], .ve-input[type=tel]  {
    width: 100%;
    box-shadow: none !important;
    height: 42px !important;
    min-height: auto;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
select.ve-input {
    box-shadow: none !important;
    height: 42px !important; 
}
#payment_address_fields div.qc-field:nth-child(3),#payment_address_fields div.qc-field:nth-child(4),#payment_address_fields div.qc-field:nth-child(5),#payment_address_fields div.qc-field:nth-child(6),#payment_address_fields div.qc-field:nth-child(7),#payment_address_fields div.qc-field:nth-child(8) {
  display: none;
}
.qc-title {
  letter-spacing: 1px;
}
.process-page-label {
  color: #137F9D !important;
  font-family: 'AmsiPro_Black';
}
.process-page .process-page-dot {
  top:65px !important;
}
.ve-card {
  border-radius: 12px !important;
}
.ve-card__header {
  border-top-right-radius: 12px !important;
  border-top-left-radius: 12px !important;
}
.ve-mb-3 #payment {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #cccccc;
}
.qc .ve-btn--primary:hover, .qc a.ve-btn--primary:hover, .qc-btn.ve-btn--primary:hover {
  background: #9dcdd1 !important;
}
/*.qc .process-page-progress-bar, .qc .process-page .process-page-dot {
  background: #fff !important;
}*/
#payment_method_list > .ve-field {
    border-top: 1px solid #eee;
    padding: 15px 25px;
    margin: 0px 10px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.qc-payment-method #widget .wrap {
    padding:0px !important;
}

.qc-confirm  button.ve-btn--primary {
    background-color: #0d5b6f;
    margin: 0 auto;
    color: #9dcdd1;
    text-transform: uppercase;
    font-size: 14px;
    border: 0px;
    border-radius: 50px;
    padding: 11px 30px;
    letter-spacing: 0.5px;
    line-height: 14px !important;
}
.qc-confirm  button.ve-btn--primary:hover {
  background-color:#9dcdd1;
  color: #0d5b6f !important;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.info-page {
    background: #4297B1;
    padding: 3em 4em;
    border-radius: 25px;
    color: #fff;

}
.info-page{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info-page .info-div {
    width: 50%;
}
.info-page h1 {
  color:#cdebed;
}
.info-pageimage {
  padding-bottom:  6em;
}

.info-pageimage img {
    position: absolute;
    right: 10%;
    bottom: 0;
    width:  35%;

  }

body.information-information main {
  margin-bottom:   0px;
  margin-top:   8em;
}
.ocme-mfp-f-condition-header, .ocme-mfp-f-condition, .ocme-mfp-f-values {
  border-radius: 25px !important;
}
.ocme-mfp-f-values {
    padding: 20px 15px !important;
    color:  #0d5b6f !important
}
.ocme-mfp-f-values input, .ocme-mfp-f-values span {
  color:  #0d5b6f !important
}
.ocme-mfp-f-condition-header, .ocme-fa, .ocme-fas {
  color:  #0d5b6f !important;
  font-size: 16px !important;
  letter-spacing: .5px;
}
.ocme-mfp-f-value .ocme-mfp-f-value-body {
  font-size: 16px !important;  
}
.ocme-mfp-f-value-count {
    font-size: 12px;
    background-color: #FFC138 !important;
    color: #137F9D !important;
}
.ocme-mfp-btn-default {
  border-radius:  25px !important;
  color:  #0d5b6f !important;
  border-color: #0d5b6f !important;
}
.vue-slider-process {
  background-color: #FFC138 !important;
}
.vue-slider-dot-tooltip-inner {
  background-color: #FFC138 !important;
  border-color:#FFC138 !important;
}
.login-background {
  background: transparent url('../image/login_background.png');  
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center center;
  border-radius: 25px;
  padding: 3em;
  margin-top: 5em;

}
.login-section {
  -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1024px){
  .flex-footer-contact div {
    padding: 0.3em;
  }
  
}
@media (max-width: 991.5px) {
    .rebooking_with_clinic.flex {
    display: block;
  }
  .rebooking_with_clinic .content-left, .rebooking_with_clinic .content-right {
    width: 100%;
  }
  .rebooking_with_clinic_wrapper {
  background:linear-gradient(0deg, #EFEFEF 25%, #fff 25%);
  padding-top: 2em;
  }
  .rebooking_with_clinic .content-left {
    padding-top: 3em;
  }
  .featured-slider-prev {
    bottom: -3em;
    left: 42%;
    top: 100%;
    display: block;
    position: absolute;
    z-index: 1;
  }
  .featured-slider-next {
    bottom: -3em;
    right: 42%;
    top: 100%;
    display: block;
    position: absolute;
    z-index: 1;
  }
  .featured-slider-prev .fa, .featured-slider-next .fa {
    font-size: 20px;
    border: 2px solid #0d5b6f;
    padding: 5px 15px;
    border-radius: 6px;
    color: #0d5b6f;
  }
  .flex-footer {
    display: flex;
    justify-content: center;
  }
  .flex-footer #menu .navbar-nav > li:not(:last-child) {
    border-right: 0;
  }
  .flex-footer #menu {
    border-left: 1px solid #bebebe;
    padding:0px;
  }

  .flex-footer #menu .navbar-nav > li > a {
    color: #eee;
    padding: 5px 2em 5px 2em;
  }
  .flex-footer .logo {
    padding-right:2em;
  }
  .flex-footer-contact{
    display: block;
  }
  .flex-footer-contact > div {
    padding-bottom: 2em;
    text-align: center;
  }
  .info-page .info-div {
    width: 100%;
  }
  .info-pageimage {
    padding-bottom: 18em;
  }
  .info-pageimage img {
    position: absolute;
    right: 30%;
    bottom: 0;
    width: 50%;
  }
  body.information-information main {
    margin-bottom: 0px;
    margin-top: 2em;
  }
  .product-image-additional-container {
  padding-right: 10px;
  }
  #cart-total {
    position: absolute;
    background: #FFC138;
    color: #137F9D;
    border-radius: 50px;
    font-size: 12px;
    padding: 0px 6px;
    /* margin-top: -10px;
    right: -45px; */
    font-weight: bold;
    letter-spacing: 1px;
  }
  .flex-footer-contact div {
    padding: 0;
  }
  .rebook-with-clinic{
    width: 250px;
    height: 40px;
    padding: 2em 0;
    justify-content: center;
    align-items: center;
  }
  .quality-care{
    justify-content: left;
    margin: 2em 0;
  }

 }
 @media (max-width: 767px) {
  .featured-slider-prev {
    bottom: -3em;
    left: 38%;
    top: 100%;
    display: block;
    position: absolute;
    z-index: 1;
  }
  .featured-slider-next {
    bottom: -3em;
    right: 38%;
    top: 100%;
    display: block;
    position: absolute;
    z-index: 1;
  }
  .flex-footer-contact .details {
    display: block;
  }

  .flex-footer-contact .details .telephone, .flex-footer-contact .details .location, .flex-footer-contact .details .email, .flex-footer-contact .details .opening {
    width: 100%;
  }

  footer {
    padding-left:10px;
    padding-right:10px;
  }
  .flex-footer-contact > div {
          padding-bottom: 0em;
  }
  .services-wrapper {
      display: flex;
      flex-wrap: wrap;
  }
  .services-wrapper div {
      width: 45%;
  }
  .ocme-mfp-f-widget-buttons-resolution-auto.ocme-mfp-f-widget-buttons-sticked-left .ocme-mfp-f-mobile-btn .ocme-mfp-btn, .ocme-mfp-f-widget-buttons-resolution-768.ocme-mfp-f-widget-buttons-sticked-left .ocme-mfp-f-mobile-btn .ocme-mfp-btn {
    background: #0d5b6f !important;
    border-radius: 0px !important;

  }
  .ocme-mfp-f-widget-buttons-sticked-left .ocme-mfp-f-icon-left.ocme-fa.ocme-fa-filter {
    color:#fff !important;  
  }
  .ocme-mfp-f-widget-buttons-resolution-auto.ocme-mfp-f-widget-buttons, .ocme-mfp-f-widget-buttons-resolution-768.ocme-mfp-f-widget-buttons {
    top: 4em;

  }
    
}
@media (max-width: 768px){
  .flex-footer-contact {
    padding: 2em;
  }
  .rebook-with-clinic {
    margin: 3em 0;
  }
  header .logo img {
    width: 160px;
  }
  .featured-slider-prev{
        bottom: -3em;
        left: 37%;
        top: 100%;
        display: block;
        position: absolute;
        z-index: 1;
  }
  .featured-slider-next {
        bottom: -3em;
        right: 37%;
        top: 100%;
        display: block;
        position: absolute;
        z-index: 1;
  }

}
@media (min-width: 767px){
	.process-page-label {
		font-size: 28px !important;
	}
}
@media (max-width: 430px){
  .flex-footer-contact {
    padding: 1em;
  }
  .flex-footer-contact .details .telephone .sprite-telephone, .flex-footer-contact .details .location .sprite-location, .flex-footer-contact .details .email .sprite-email, .flex-footer-contact .details .opening .sprite-opening {
    background-size:  20px;
    width:  20px;
    height:   20px;
  }
  .featured-slider-prev{
        bottom: -3em;
        left: 35%;
        top: 100%;
        display: block;
        position: absolute;
        z-index: 1;
  }
  .featured-slider-next {
        bottom: -3em;
        right: 35%;
        top: 100%;
        display: block;
        position: absolute;
        z-index: 1;
  }

}

/* Start Custom CSS Code added */

/* For Account Page */
.personal-info {
    border-radius: 15px;
    font-family: 'Brandon_Grotesque_regular';
}

.personal-info h4{
  font-size: 40px;
  font-weight:800;
  margin-top:20px;
}

.personal-info .text-muted{
  font-size:22px;
}

.personal-info .card {
    border: 1px solid #fff;
    border-radius: 12px;
    padding: 15px;
    background: transparent;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.personal-info .card h6 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 800;
}

.personal-info .card i {
    font-size: 30px;
    margin-top:10px;
    color: #137F9D;
}

.personal-info .info-card p {
    font-size: 14px;
    margin: 0;
    color: #333;
}

/* For Product Page */
#form-review input[type="text"], #form-review textarea{
  border-color:#ddd!important;
}

/* For Menu */
.header-menu .nav-header-active {
    background-color: #4AB1BF;
    border-radius: 50px;
    color:#eee!important;
}

.header-menu .nav-header-active a {
    color:#eee!important;
}

/* End Custom CSS Code added */

.btn.btn-decrement, .btn.btn-increment {
  background: #0d5b6f;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #eee;
}
.btn.btn-decrement {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.btn.btn-increment {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;  
}
.qty {
    display: block;
    width: 100%;
    padding: 0.35rem 0.25rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.8;
    box-shadow: none;
    border: 0px;
}
.qty-group {
  margin-top: 20px;
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: auto !important;
}
.powered {
    font-size: 12px;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}
.qc-payment-address .ve-field .ve-label, .qc-shipping-address .ve-field .ve-label{
    display:none !important;
}
.cart-coupon {
    padding: 10px 10px;
    background: #0d5b6f24;
}
.cart-coupon .btn-primary {
    border-radius:0px;
}
.cart-coupon .btn-primary:focus {
    color:#fff !important;
}

footer hr {
  margin-bottom: 10px;
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);  
    outline: 0;
    box-shadow: none;
}
.form-select:focus {
    outline: 0;
    box-shadow: none;
}

.qc-name p {
    margin-bottom: 0px!important;
}

.ve-card__section > hr {
  display:none!important;
}

.qc-checkout-product thead td {
    font-weight: 800;
}

.btn-autocomplete{
    background: #004A5C;
    color:#fff;
}
.btn-autocomplete:hover{
    background: #004A5C;
    color:#fff;
}

    