/* variables css */
/* for common fonts */
/* mixins */
html {
  font-size: 10px;
}

@media (min-width: 1921px) {
  html {
    font-size: 11.2px;
  }
}

@media (max-width: 1920.98px) {
  html {
    font-size: 11.2px;
  }
}

@media (max-width: 1679.98px) {
  html {
    font-size: 10px;
  }
}

@media (max-width: 1199.98px) {
  html {
    font-size: 8px;
  }
}

@media (max-width: 991.98px) {
  html {
    font-size: 7px;
  }
}

@media (max-width: 767.98px) {
  html {
    font-size: 6.5px;
  }
}

@media (min-width: 1921px) {
  .container {
    max-width: 1420px;
  }
}

@media (min-width: 1680px) {
  .container {
    max-width: 1320px;
  }
}

@media (max-width: 767.98px) {
  .banner .container-fluid,
  .inner-banner .container-fluid {
    max-width: 540px;
  }
}

@media (max-width: 575.98px) {
  .banner .container-fluid,
  .inner-banner .container-fluid {
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .container,
  .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 375.98px) {
  .container,
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

input:focus,
select:focus,
.form-control:focus,
button:focus,
.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-color: inherit;
}

body {
  background-color: #fff;
  font-family: "Cera-Pro-Regular";
  font-size: 1.6rem;
}

a,
a:hover {
  text-decoration: none;
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.leftstyle-heading {
  display: table;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-family: "ProximaNovaExCn-Semibold";
  line-height: 1;
  padding-left: 2.4rem;
}

.bottomstyle-heading {
  display: table;
  position: relative;
}

.bottomstyle-heading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  margin: auto;
  height: 0.4rem;
  width: 110%;
  background: #273772;
}

.theme-btn {
  color: #ffffff;
  border-radius: 10rem;
  padding: 1.2rem 2.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  line-height: 1.5;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  z-index: 1;
}

.theme-btn img {
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 0.8rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.theme-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: #273772;
  border: none;
  border-radius: 100px;
}

.theme-btn:hover {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.theme-btn:hover::before {
  -webkit-transform: scale(0.98, 0.94);
          transform: scale(0.98, 0.94);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.theme-btn:hover img {
  margin-right: -0.5rem;
  margin-left: 1.3rem;
}

@media (max-width: 767.98px) {
  .theme-btn {
    font-size: 2rem;
    padding: 1.2rem 2.8rem;
  }
  .theme-btn img {
    width: 2.8rem;
    height: 2.8rem;
  }
}

.secondary-btn {
  color: #ffffff;
  border-radius: 10rem;
  padding: 1.4rem 2.8rem;
  font-size: 1.6rem;
  font-weight: normal;
  font-family: "Cera-Pro-Medium";
  line-height: 1.5;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  z-index: 1;
  background-color: transparent;
}

.secondary-btn img {
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 0.8rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.secondary-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: #18dda2;
  border: none;
  border-radius: 10rem;
}

.secondary-btn:hover {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.secondary-btn:hover::before {
  -webkit-transform: scale(0.98, 0.94);
          transform: scale(0.98, 0.94);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.secondary-btn:hover img {
  margin-right: -0.5rem;
  margin-left: 1.3rem;
}

@media (max-width: 767.98px) {
  .secondary-btn {
    font-size: 2rem;
  }
  .secondary-btn img {
    width: 2.8rem;
    height: 2.8rem;
  }
}

.simple-btn {
  color: #18dda2;
  border-radius: 10rem;
  margin: 0 0.6rem;
  font-size: 1.6rem;
  font-weight: normal;
  font-family: "Cera-Pro-Medium";
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  line-height: 1.5;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  z-index: 1;
}

.simple-btn:hover {
  color: #273772;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (max-width: 767.98px) {
  .simple-btn {
    font-size: 2rem;
  }
  .simple-btn img {
    width: 2.8rem;
    height: 2.8rem;
  }
}

.breadcum-wrapper {
  background-color: #f7f7f7;
  padding: 1.2rem 0;
  position: relative;
}

.breadcum-wrapper .breadcrumb {
  background: none;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.breadcum-wrapper .breadcrumb .breadcrumb-item {
  padding-right: 1.6rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1.5;
  white-space: nowrap;
}

.breadcum-wrapper .breadcrumb .breadcrumb-item a {
  color: #18dda2;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.breadcum-wrapper .breadcrumb .breadcrumb-item a:hover {
  color: #273772;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.breadcum-wrapper .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  background-image: url(../images/breadcum-divider.svg);
  margin-right: 16px;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  padding-right: 1.2rem;
  float: none;
}

.breadcum-wrapper .breadcrumb .breadcrumb-item.active {
  color: #273772;
}

.breadcum-wrapper .more {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767.98px) {
  .breadcum-wrapper {
    padding: 1.88rem 0;
  }
  .breadcum-wrapper .breadcrumb .breadcrumb-item {
    padding-right: 2.5rem;
    font-size: 2.25rem;
  }
}

.disable {
  opacity: 0.7;
}

.error {
  color: #ff0000;
  padding-top: 0.5rem;
}

/* common css */
/* buttons css */
.form-group {
  margin-bottom: 2.8rem;
}

input,
.form-control,
select {
  background-color: #fafafc;
  border: 1px solid #d6d9e0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  height: auto;
  font-size: 1.8rem;
  line-height: 1.25;
  color: #333333;
  padding: 1.4rem 2.4rem;
  font-family: "Cera-Pro-Regular";
  font-style: normal;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-group .form-row {
	margin-bottom: 0;
}

.form-group .form-row .woocommerce-input-wrapper {
	width: 100%;
}

.form-group .form-row .woocommerce-input-wrapper label.error {
	margin-bottom: 0;
}

@media (max-width: 767.98px) {
  input,
  .form-control {
    padding: 1.8rem 2.8rem;
    font-size: 2.2rem;
  }
}

input[type="date"]::-webkit-calendar-picker-indicator,
.form-control[type="date"]::-webkit-calendar-picker-indicator {
  background: url("../images/date.svg") no-repeat;
  background-size: contain;
  cursor: pointer;
}

input:focus,
.form-control:focus, 
select:focus{
  background-color: #fafafc;
  border-color: #273772;
}

textarea,
textarea.form-control {
  background: #fafafc;
  border: 1px solid #d6d9e0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  height: auto;
  font-size: 1.8rem;
  line-height: 1.25;
  color: #333333;
  padding: 1.4rem 2.4rem;
  font-family: "Cera-Pro-Regular";
  font-style: normal;
  resize: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 5.3rem;
}

.dob input[type="date"].form-control {
	height: 5.25rem;
	text-align: left;
}

@media (max-width: 767.98px) {
  textarea,
  textarea.form-control {
    padding: 2.2rem 3.75rem;
    font-size: 2.2rem;
	height: 6.65rem;
  }
	
	.dob input[type="date"].form-control {
		height: 6.65rem;
	}
}

select::-ms-expand {
  display: none;
}

label,
.form-label {
  font-size: 1.6rem;
  line-height: 1.3;
  font-family: "Cera-Pro-Regular";
  font-style: normal;
  color: rgba(51, 51, 51, 0.7);
  margin-bottom: 0.8rem;
}

@media (max-width: 767.98px) {
  label,
  .form-label {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
  input[type="date"]::-webkit-calendar-picker-indicator,
  .form-control[type="date"]::-webkit-calendar-picker-indicator {
  	background-size: 3rem;
  }
}

.form-check {
  margin-bottom: 0.8rem;
  padding-left: 0;
}

.eps-nomination-page .form-wrapper .form .form-layout .form-check {
  padding-left: 1.25rem;
}

.eps-nomination-page .form-wrapper .form .form-layout .form-check .form-check-input,
.eps-nomination-page .form-wrapper .form .form-layout .form-check .wpcf7-form-control-wrap {
	position: initial;
}

.eps-nomination-page .form-wrapper .form .form-layout .form-check .form-check-input.wpcf7-not-valid .wpcf7-list-item {
	padding-bottom: 2rem;
}

.wpcf7-not-valid-tip {
	font-size: 1.4rem !important;
	padding-bottom: 0.3rem;
}

.eps-nomination-page .form-wrapper .form .form-layout .form-check .wpcf7-not-valid-tip {
	position: absolute;
	top: 2rem;
	left: 2rem;
}

.eps-nomination-page form.invalid .wpcf7-response-output,
.repeat-prescription-oredring-page form.invalid .wpcf7-response-output,
.contact-us-page form.invalid .wpcf7-response-output {
	display: none;
}

@media (min-width: 768px) {
	.eps-nomination-page .form-wrapper .form .form-layout .form-check .form-check-input {
		margin-top: 0.1rem;
	}
}

.eps-nomination-page .form-wrapper .form .form-layout .form-check .form-check-label {
  padding-left: 0.8rem;
}

.form-check label {
  font: normal 1.4rem/1.5 "Rubik", sans-serif;
  color: #333333;
  padding-left: 0.5rem;
}

.form-check label a {
  text-decoration: underline;
}

.form-check label a:hover {
  color: #273772;
}

.form-check input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 3px;
  border: 1px solid #273772;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  position: initial;
  vertical-align: -2px;
  margin: 0;
}

.form-check input:checked {
  border: none;
  background: url("../images/checkbox.svg") no-repeat;
  background-size: contain;
}

@media (max-width: 767.98px) {
  .form-check {
    margin-bottom: 1.2rem;
  }
	.wpcf7-not-valid-tip {
		font-size: 1.8rem !important;
	}
	.eps-nomination-page .form-wrapper .form .form-layout .form-check .wpcf7-not-valid-tip {
		left: 3rem;
	}
  .form-check label {
    font-size: 1.8rem;
    padding-left: 1rem;
  }
  .form-check input {
    width: 2rem;
    height: 2rem;
  }
  .eps-nomination-page .form-wrapper .form .form-layout .form-check .form-check-label {
    padding-left: 1rem;
  }
	.wpcf7 form .wpcf7-response-output {
		font-size: 2rem;
	}
}

.search-box .form-group {
  margin-bottom: 0;
  position: relative;
}

.search-box .form-group .form-control {
  width: 29.9rem;
  position: relative;
  background-color: transparent;
  font-size: 1.4rem;
  color: #898b9a;
  padding: 1.35rem 2.4rem 1.35rem 3.8rem;
}

.search-box .form-group .form-control:focus {
  border: 1px solid #d6d9e0;
}

.search-box .form-group::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/search.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.4rem;
  width: 1.4rem;
}

@media (max-width: 767.98px) {
  .search-box .form-group .form-control {
    font-size: 1.8rem;
    padding-left: 4.5rem;
    padding-top: 1.45rem;
  }
  .search-box .form-group::after {
    width: 1.8rem;
    height: 1.8rem;
    left: 1.8rem;
    top: 50.1%;
  }
}

@media (max-width: 575.98px) {
  .search-box .form-group .form-control {
    width: 23rem;
  }
}

.form-radio {
  margin-bottom: 1.6rem;
}

.form-radio label {
  border: 1px solid #D6D9E0;
  border-radius: 10px;
  padding: 1.6rem 2.4rem;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form-radio label input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.648rem;
  height: 1.6rem;
  border-radius: 100%;
  border: 1px solid #C5CAD5;
}

.form-radio label input:checked {
  -webkit-box-shadow: inset 0 0 0px 0.3rem #273772;
          box-shadow: inset 0 0 0px 0.3rem #273772;
  border: 1px solid #273772;
}

.form-radio label .ship-dtl-rate {
  padding-left: 1.6rem;
}

.form-radio label .ship-dtl-rate .ship-dtl {
  width: 55%;
}

.form-radio label .ship-dtl-rate .ship-dtl p {
  margin-bottom: 0;
}

.form-radio label .ship-dtl-rate .ship-dtl p.ship-ttl {
  font-family: "Cera-Pro-Medium";
  color: #273772;
  line-height: 1.25;
  margin-bottom: 0.8rem;
}

.form-radio label .ship-dtl-rate .ship-dtl p.ship-day {
  color: #898b9a;
  line-height: 1.25;
}

.form-radio label .ship-dtl-rate .ship-rate {
  margin-bottom: 0;
  font-family: "Cera-Pro-Bold";
  color: #273772;
  line-height: 1.25;
}

.form-radio:nth-last-of-type(1) {
  margin-bottom: 2.8rem;
}

@media (max-width: 767.98px) {
  .form-radio label {
    padding: 2rem 3rem;
  }
  .form-radio label input {
    width: 2.1rem;
    height: 2rem;
  }
}

@media (max-width: 575.98px) {
  .form-radio label {
    padding: 2rem;
  }
  .form-radio label .ship-dtl-rate .ship-dtl {
    width: 80%;
  }
  .form-radio label .ship-dtl-rate .ship-rate {
    font-size: 2.2rem;
  }
}

/* input css */
/* form css */
header {
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.8rem 0;
  background-color: #273772;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
}

header .menu-icn {
  width: 3.75rem;
  height: 3.75rem;
  padding: 0;
  margin-right: 1.5rem;
}

header .menu-icn .navbar-toggler-icon {
  position: relative;
  width: 100%;
  height: 0.25rem;
  display: block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: #18dda2;
}

header .menu-icn .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background-color: inherit;
  top: -0.8rem;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: rotate(0) translateY(0);
          transform: rotate(0) translateY(0);
}

header .menu-icn .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background-color: inherit;
  bottom: -0.96rem;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: rotate(0) translateY(0);
          transform: rotate(0) translateY(0);
}

header .menu-icn:focus {
  border: none;
}

header .menu-icn.active .navbar-toggler-icon {
  position: relative;
  width: 100%;
  height: 0.32rem;
  display: block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: transparent;
}

header .menu-icn.active .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.32rem;
  background-color: inherit;
  top: 50%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: #18dda2;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

header .menu-icn.active .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0.2rem;
  width: 100%;
  height: 0.32rem;
  background-color: inherit;
  top: 50%;
  bottom: auto;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: #18dda2;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}

header .logo {
  max-width: 26.6rem;
}

header .cart-profile li {
  margin-left: 2.4rem;
}

header .cart-profile .cart,
header .cart-profile .profile {
  padding: 0;
  position: relative;
}

header .cart-profile .cart .cart-item,
header .cart-profile .profile a {
  width: 4.8rem;
  height: 4.8rem;
  color: #18dda2;
  text-transform: uppercase;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .cart-profile .cart a img,
header .cart-profile .profile a img {
  width: 2.4rem;
}

header .cart-profile .profile .dropdown-menu {
  visibility: hidden;
  opacity: 0;
  display: block;
  position: absolute;
  top: 125%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 1.6rem;
  border: none;
  border-radius: 8px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

header .cart-profile .profile .dropdown-menu .dropdown-item {
  padding: 1rem 0 0.8rem;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-weight: normal;
  border-bottom: 1px solid #f0f0f0;
  margin: 0;
}

header .cart-profile .profile .dropdown-menu .dropdown-item .dropdown-link {
  color: #898b9a;
  font-size: 1.4rem;
  line-height: 1.3;
  text-transform: capitalize;
  width: auto;
  height: auto;
}

header .cart-profile .profile .dropdown-menu .dropdown-item:first-child {
  padding-top: 0;
}

header .cart-profile .profile .dropdown-menu .dropdown-item:last-child {
  border: none;
  padding-bottom: 0;
}

header .cart-profile .profile .dropdown-menu .dropdown-item:last-child .dropdown-link {
  color: #dc3545;
}

header .cart-profile .profile .dropdown-menu .dropdown-item:hover {
  color: #273772;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

header .cart-profile .profile .dropdown-menu .dropdown-item:hover a {
  color: inherit;
}

header .cart-profile .profile:hover::before {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .cart-profile .profile:hover a {
  color: #18dda2;
}

header .cart-profile .profile:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

header .cart-profile .login a {
  font-family: "Cera-Pro-Bold";
  padding: 1.2rem 2.4rem;
  line-height: 1.25;
}

header .cart-profile .login a::before {
  border: 2px solid #ffffff;
}

header .cart-profile .cart .cart-item {
  background-color: #00c2e9;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .cart-profile .cart .cart-item .count {
  position: absolute;
  top: -0.3rem;
  right: -0.3rem;
  width: 2.2rem;
  height: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  background-color: #EB5757;
  border: 2px solid #273772;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.17;
}

header .cart-profile .profile a img {
  width: 4.8rem;
}

@media (max-width: 991.98px) {
  header {
    padding: 2.5rem 0;
  }
  header .menu {
    padding-left: 0;
  }
  header .menu .cart-profile .logo {
    max-width: 22rem;
  }
  header .menu .cart-profile li:first-child {
    margin-left: 0;
  }
  header .menu .cart-profile .cart a,
  header .menu .cart-profile .profile a {
    height: 5rem;
    width: 5rem;
  }
  header .menu .cart-profile .cart a img,
  header .menu .cart-profile .profile a img {
    width: 2.8rem;
  }
  header .menu .cart-profile .cart .dropdown-menu,
  header .menu .cart-profile .profile .dropdown-menu {
    padding: 2rem;
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  header .menu .cart-profile .cart .dropdown-menu .dropdown-item .dropdown-link,
  header .menu .cart-profile .profile .dropdown-menu .dropdown-item .dropdown-link {
    font-size: 2rem;
  }
  header .menu .cart-profile .cart.active::before,
  header .menu .cart-profile .profile.active::before {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  header .menu .cart-profile .search-wrapper {
    padding: 0 1.4rem;
  }
  header .menu .cart-profile .cart a .count {
    width: 2.8rem;
    height: 2.8rem;
    font-size: 1.4rem;
    top: -0.9rem;
    right: -0.9rem;
  }
  header .menu .cart-profile .profile a img {
    width: 5rem;
  }
}

@media (max-width: 767.98px) {
  header .menu-icn .navbar-toggler-icon::before {
    top: -0.9rem;
  }
}

@media (max-width: 575.98px) {
  header {
    padding: 2rem 0;
  }
  header .row .col-7 {
    max-width: 70%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
  header .row .col-7 .menu-icn .navbar-toggler-icon::after {
    bottom: -0.96rem;
  }
  header .row .col-7 .logo {
    max-width: 22rem;
  }
  header .row .col-5.menu {
    max-width: 30%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
  header .row .col-5.menu .cart a {
    width: 5rem;
    height: 5rem;
    padding: 1rem;
    margin-left: 0;
  }
  header .row .col-5.menu .profile a {
    width: 5rem;
    height: 5rem;
  }
  header .row .col-5.menu .login {
    margin-left: 2rem;
  }
  header .row .col-5.menu .login a {
    padding: 1.2rem 2rem;
    font-size: 1.7rem;
  }
  header .row .col-5.menu .login a::before {
    border: 1px solid #ffffff;
  }
}

@media (max-width: 375.98px) {
  header .row .col-7 {
    max-width: 60%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  header .row .col-7 .menu-icn {
    width: 3.2rem;
    height: 3.2rem;
    margin-right: 1rem;
  }
  header .row .col-7 .menu-icn .navbar-toggler-icon {
    height: 0.3rem;
  }
  header .row .col-7 .menu-icn .navbar-toggler-icon::after {
    bottom: -0.9rem;
  }
  header .row .col-7 .menu-icn .navbar-toggler-icon::before {
    top: -0.86rem;
  }
  header .row .col-7 .menu-icn.active .navbar-toggler-icon::before {
    top: 0.14rem;
  }
  header .row .col-5.menu {
    max-width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  header .row .col-5.menu .cart a {
    width: 4.5rem;
    height: 4.5rem;
    padding: 0.9rem;
    margin-left: 0;
  }
  header .row .col-5.menu .profile a {
    width: 4.5rem;
    height: 4.5rem;
  }
}

@media (max-width: 320px) {
  header .row .col-7 {
    max-width: 65%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
  }
  header .row .col-5.menu {
    max-width: 35%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
  header .row .col-5.menu .login {
    margin-left: 1.5rem;
  }
  header .row .col-5.menu .login a {
    padding: 1rem 1.8rem;
  }
}

/* header css */
:root {
  --menudivider: 5rem;
  --menudividerheight: 100%;
}

header .menu {
  -webkit-transition: all 0.3s cubic-bezier(0.46, 0.26, 0.59, 1.15);
  transition: all 0.3s cubic-bezier(0.46, 0.26, 0.59, 1.15);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header .menu .navbar {
  list-style: none;
  padding: 0;
}

header .menu .navbar .nav-item {
  padding: 1rem 1.4rem;
}

header .menu .navbar .nav-item .nav-link {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.25;
  padding: 0;
  margin: 0;
  position: relative;
  cursor: pointer;
}

header .menu .navbar .nav-item .nav-link.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .menu .navbar .nav-item .nav-link.btn img {
  margin-right: 0.8rem;
}

header .menu .navbar .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 0.2rem;
  border-radius: 0.4rem;
  background-color: #00c2e9;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

header .menu .navbar .nav-item .nav-link:hover {
  text-decoration: none;
}

header .menu .navbar .nav-item .nav-link.dropdown-toggle::after {
  display: none;
}

header .menu .navbar .nav-item:first-child {
  margin-left: 0;
}

header .menu .navbar .nav-item:last-child {
  margin-right: 0;
}

header .menu .navbar .nav-item .sub-nav {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 125%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px -2px 14px rgba(204, 204, 204, 0.24);
          box-shadow: 0px -2px 14px rgba(204, 204, 204, 0.24);
  border-radius: 8px;
  padding: 1.6rem;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

header .menu .navbar .nav-item .sub-nav li {
  padding: 1rem 0 0.8rem;
  border-bottom: 1px solid #F0F0F0;
}

header .menu .navbar .nav-item .sub-nav li a {
  font: normal 1.4rem/1.3 "Cera-Pro-Regular";
  color: #898b9a;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .menu .navbar .nav-item .sub-nav li a:hover {
  color: #273772;
}

header .menu .navbar .nav-item .sub-nav li a::before {
  display: none;
}

header .menu .navbar .nav-item .sub-nav li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

header .menu .navbar .nav-item .sub-nav li:first-child {
  padding-top: 0;
}

header .menu .navbar .nav-item:hover .nav-link::before {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .menu .navbar .nav-item:hover .sub-nav {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

header .menu .navbar .nav-item.dropdown {
  position: initial;
}

header .menu .navbar .nav-item.dropdown img {
  width: 2.5rem;
  position: absolute;
  top: 4.1rem;
  right: 4rem;
  height: 2.5rem;
  display: none;
}

header .menu .navbar .nav-item.dropdown.active img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 1921px) {
  header .menu .navbar .nav-item.dropdown .dropdown-menu {
    top: 7rem;
  }
}

@media (max-width: 1399px) {
  header .menu .navbar .nav-item::before {
    bottom: -0.1rem;
  }
}

@media (max-width: 1199px) {
  header .menu .navbar .nav-item::before {
    bottom: -0.15rem;
  }
}

@media (max-width: 991.98px) {
  header .menu .menu-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2.65rem 2.5rem;
    border-bottom: 0.17rem solid #e6e6e6;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    background: #273772;
    z-index: 9;
  }
  header .menu .menu-control .logo {
    max-width: 25rem;
  }
  header .menu .menu-control .menu-icn {
    margin-right: 0;
    height: 2.5rem;
    width: 2.5rem;
  }
  header .menu .menu-control .menu-icn .navbar-toggler-icon::after, header .menu .menu-control .menu-icn .navbar-toggler-icon::before {
    height: 0.25rem;
  }
  header .menu .navbar {
    padding: 0;
    position: fixed;
    top: 15rem;
    left: -100%;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    padding: 0;
    z-index: 8;
    background-color: #273772;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100vw;
    display: block;
  }
  header .menu .navbar .navbar-collapse.collapse {
    display: block;
  }
  header .menu .navbar .nav-item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 0 2.5rem;
    border-bottom: 0.17rem solid #e6e6e6;
    margin: 0;
  }
  header .menu .navbar .nav-item:first-child {
    margin-left: 0;
  }
  header .menu .navbar .nav-item:last-child {
    border: none;
    margin-left: 0;
  }
  header .menu .navbar .nav-item .nav-link {
    font-size: 2.2rem;
    text-align: left;
    color: #18dda2;
    padding: 4rem 0;
    padding-left: 0;
    display: inline-block;
    font-family: "Cera-Pro-Bold";
  }
  header .menu .navbar .nav-item .nav-link::before {
    display: none;
  }
  header .menu .navbar .nav-item:hover .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  header .menu .navbar .nav-item .sub-nav {
    display: none;
    visibility: visible;
    opacity: 1;
    position: initial;
    -webkit-transition: unset !important;
    transition: unset !important;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 6rem 2.5rem 5rem;
  }
  header .menu .navbar .nav-item .sub-nav li a {
    padding: 3rem 0;
    font-size: 2rem;
    color: #18dda2;
    font-family: 'Cera-Pro-Bold';
  }
  header .menu .navbar .nav-item.dropdown {
    position: relative;
  }
  header .menu .navbar .nav-item.dropdown img {
    display: block;
  }
  header .menu.active .navbar {
    left: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
}

/* nav css */
/* Footer section */
footer.spain .footer-top p {
  text-transform: initial;
}

footer.spain .footer-top p span {
  font-family: "Cera-Pro-Regular";
}

footer .footer-main {
  background-color: #273772;
  padding: 4rem 0;
}

footer .footer-main .logos .logo {
  margin-right: 3.2rem;
  max-width: 100%;
}

footer .footer-main .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2.4rem 0;
}

footer .footer-main .social-icons .widget .textwidget {
	display: flex;
	align-items: center;
}

footer .footer-main .social-icons li a {
  background-color: #ffffff;
  border-radius: 100%;
  height: 4rem;
  width: 4rem;
  margin: 0 0.9rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .footer-main .social-icons li a img {
  width: 2rem;
  height: 2rem;
}

footer .footer-main .social-icons li:first-child a {
  margin-left: 0;
}

footer .footer-main .footer-ttl {
  font-family: "Cera-Pro-Medium";
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 1.6rem;
}

footer .footer-main .privacy-link {
  font-family: "Cera-Pro-Medium";
  font-size: 1.8rem;
  color: #ffffff;
  line-height: 2.8rem;
  margin: 0;
  padding: 0.8rem 0;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-decoration: underline;
}

footer .footer-main .privacy-link:hover {
  color: #18dda2;
}

footer .footer-main ul.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

footer .footer-main .menu .menu-item .menu-link {
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 1.25;
  margin: 0;
  padding: 0.8rem 0;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

footer .footer-main .menu .menu-item .menu-link img {
  margin-right: 0.8rem;
}

footer .footer-main .menu .menu-item a.menu-link:hover {
  color: #18dda2;
}

footer .footer-main .menu.day-time {
	margin: 0;
	padding: 0;
}

footer .footer-main .menu.day-time .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-main .menu.day-time .menu-item .day {
  display: inline-block;
  width: 40%;
}

footer .footer-main .menu.day-time .menu-item .time {
  display: inline-block;
  width: 60%;
}

footer .footer-main .language {
  font-family: "ProximaNova-Semibold";
  margin: 0;
  height: auto;
  display: inline-block;
}

footer .footer-main .language span,
footer .footer-main .language p {
  font-size: 1.6rem;
  font-family: inherit;
  color: #c1c1c1;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0.8rem;
  white-space: normal;
}

footer .footer-main .language .dropdown-menu {
  width: 100%;
  border: none;
  background: #231f20;
  -webkit-box-shadow: 0px 2px 2px rgba(130, 130, 130, 0.48);
          box-shadow: 0px 2px 2px rgba(130, 130, 130, 0.48);
}

footer .footer-main .language .dropdown-menu a {
  font-size: 1.4rem;
  color: #c1c1c1;
}

footer .footer-main .language .dropdown-menu a:hover {
  color: #273772;
  background: none;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  footer .footer-main .logos {
    margin-bottom: 3rem;
  }
  footer .footer-main .logos a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer-main .logos a .logo {
    max-width: 35rem;
  }
  footer .footer-main .language {
    margin-bottom: 2.2rem;
  }
  footer .footer-main .language span,
  footer .footer-main .language p {
    font-size: 2.5rem;
  }
  footer .footer-main .language .dropdown-menu a {
    font-size: 2.25rem;
  }
  footer .footer-main .menu {
    margin-top: 2rem !important;
    margin-bottom: 4.75rem !important;
  }
  footer .footer-main .menu .menu-item .menu-link {
    font-size: 2.5rem;
    padding: 1.25rem 0;
  }
  footer .footer-main .menu .menu-item .menu-link img {
    margin-right: 1rem;
  }
  footer .footer-main .menu.day-time .menu-item .day {
    width: 45%;
  }
  footer .footer-main .menu.day-time .menu-item .time {
    width: 55%;
  }
  footer .footer-main .copyright {
    text-align: center;
    margin-bottom: 2rem;
  }
  footer .footer-main .footer-ttl {
    font-size: 2.85rem;
  }
  footer .footer-main .social-icons li a {
    height: 6rem;
    width: 6rem;
  }
  footer .footer-main .social-icons li a img {
    width: 3rem;
    height: 3rem;
  }
  footer .footer-main .privacy-link {
    font-size: 2.85rem;
    margin-bottom: 4.75rem;
  }
}

footer .footer-bottom {
  background-color: #00c2e9;
  padding: 1.6rem 0;
}

footer .footer-bottom .copyright {
  text-align: center;
}

footer .footer-bottom .copyright p {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
  margin: 0;
}

@media (max-width: 767.98px) {
  footer .footer-bottom .copyright p {
    font-size: 2.2rem;
  }
}

@media (max-width: 575.98px) {
  footer .footer-main {
    padding-bottom: 0;
  }
  footer .footer-main .social-icons li a {
    width: 5rem;
    height: 5rem;
  }
  footer .footer-main .social-icons li a img {
    width: 2.5rem;
    height: 2.5rem;
  }
  footer .footer-main .privacy-link {
    font-size: 2.5rem;
  }
  footer .footer-main .footer-ttl {
    font-size: 2.6rem;
  }
  footer .footer-main .menu .menu-item .menu-link {
    font-size: 2.3rem;
  }
  footer .footer-bottom .copyright p {
    font-size: 1.9rem;
  }
}

/* footer css */
@font-face {
  font-family: "Cera-Pro-Black-Italic";
  src: url("../fonts/cera_pro_black_italic.woff2") format("woff2"), url("../fonts/cera_pro_black_italic.woff") format("woff"), url("../fonts/cera_pro_black_italic.ttf") format("truetype"), url("../fonts/cera_pro_black_italic.svg#cera_probold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Cera-Pro-Black";
  src: url("../fonts/cera_pro_black.woff2") format("woff2"), url("../fonts/cera_pro_black.woff") format("woff"), url("../fonts/cera_pro_black.ttf") format("truetype"), url("../fonts/cera_pro_black.svg#cera_problack") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Cera-Pro-Bold-Italic";
  src: url("../fonts/cera_pro_bold_italic.woff2") format("woff2"), url("../fonts/cera_pro_bold_italic.woff") format("woff"), url("../fonts/cera_pro_bold_italic.ttf") format("truetype"), url("../fonts/cera_pro_bold_italic.svg#cera_probold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Cera-Pro-Bold";
  src: url("../fonts/cera_pro_bold.woff2") format("woff2"), url("../fonts/cera_pro_bold.woff") format("woff"), url("../fonts/cera_pro_bold.ttf") format("truetype"), url("../fonts/cera_pro_bold.svg#cera_probold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Cera-Pro-light-Italic";
  src: url("../fonts/cera_pro_light_italic.woff2") format("woff2"), url("../fonts/cera_pro_light_italic.woff") format("woff"), url("../fonts/cera_pro_light_italic.ttf") format("truetype"), url("../fonts/cera_pro_light_italic.svg#cera_probold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Cera-Pro-light";
  src: url("../fonts/cera_pro_light.woff2") format("woff2"), url("../fonts/cera_pro_light.woff") format("woff"), url("../fonts/cera_pro_light.ttf") format("truetype"), url("../fonts/cera_pro_light.svg#cera_prolight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Cera-Pro-Medium-Italic";
  src: url("../fonts/cera_pro_medium_italic.woff2") format("woff2"), url("../fonts/cera_pro_medium_italic.woff") format("woff"), url("../fonts/cera_pro_medium_italic.ttf") format("truetype"), url("../fonts/cera_pro_medium_italic.svg#cera_promedium_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Cera-Pro-Medium";
  src: url("../fonts/cera_pro_medium.woff2") format("woff2"), url("../fonts/cera_pro_medium.woff") format("woff"), url("../fonts/cera_pro_medium.ttf") format("truetype"), url("../fonts/cera_pro_medium.svg#cera_promedium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Cera-Pro-Regular-Italic";
  src: url("../fonts/cera_pro_regular_italic.woff2") format("woff2"), url("../fonts/cera_pro_regular_italic.woff") format("woff"), url("../fonts/cera_pro_regular_italic.ttf") format("truetype"), url("../fonts/cera_pro_regular_italic.svg#cera_proitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Cera-Pro-Regular";
  src: url("../fonts/cera_pro_regular.woff2") format("woff2"), url("../fonts/cera_pro_regular.woff") format("woff"), url("../fonts/cera_pro_regular.ttf") format("truetype"), url("../fonts/cera_pro_regular.svg#cera_proregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Cera-Pro-Thin-Italic";
  src: url("../fonts/cera_pro_thin_italic.woff2") format("woff2"), url("../fonts/cera_pro_thin_italic.woff") format("woff"), url("../fonts/cera_pro_thin_italic.ttf") format("truetype"), url("../fonts/cera_pro_thin_italic.svg#cera_prothin_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Cera-Pro-Thin";
  src: url("../fonts/cera_pro_thin.woff2") format("woff2"), url("../fonts/cera_pro_thin.woff") format("woff"), url("../fonts/cera_pro_thin.ttf") format("truetype"), url("../fonts/cera_pro_thin.svg#cera_prothin") format("svg");
  font-weight: normal;
  font-style: normal;
}

h1 {
  font-family: "Cera-Pro-Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 4.8rem;
  line-height: 1;
  color: #323232;
}

@media (max-width: 767.98px) {
  h1 {
    font-family: "Cera-Pro-Bold";
    font-style: normal;
    font-weight: normal;
    font-size: 5.2rem;
    line-height: 1;
    color: #323232;
  }
}

h2 {
  font-family: "Cera-Pro-Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 3.6rem;
  line-height: 1.27;
  color: #323232;
}

@media (max-width: 767.98px) {
  h2 {
    font-family: "Cera-Pro-Bold";
    font-style: normal;
    font-weight: normal;
    font-size: 4rem;
    line-height: 1.27;
    color: #323232;
  }
}

h3 {
  font-family: "Cera-Pro-Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 3rem;
  line-height: 1.25;
  color: #323232;
}

@media (max-width: 767.98px) {
  h3 {
    font-family: "Cera-Pro-Bold";
    font-style: normal;
    font-weight: normal;
    font-size: 3.4rem;
    line-height: 1.25;
    color: #323232;
  }
}

h4 {
  font-family: "Cera-Pro-Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 2.6rem;
  line-height: 1;
  color: #323232;
}

@media (max-width: 767.98px) {
  h4 {
    font-family: "Cera-Pro-Bold";
    font-style: normal;
    font-weight: normal;
    font-size: 3rem;
    line-height: 1;
    color: #323232;
  }
}

h5 {
  font-family: "Cera-Pro-Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.5;
  color: #323232;
}

@media (max-width: 767.98px) {
  h5 {
    font-family: "Cera-Pro-Bold";
    font-style: normal;
    font-weight: normal;
    font-size: 2.6rem;
    line-height: 1.5;
    color: #323232;
  }
}

h6 {
  font-family: "Cera-Pro-Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #323232;
}

@media (max-width: 767.98px) {
  h6 {
    font-family: "Cera-Pro-Bold";
    font-style: normal;
    font-weight: normal;
    font-size: 2.3rem;
    line-height: 1.5;
    color: #323232;
  }
}

p {
  font-family: "Cera-Pro-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #323232;
}

@media (max-width: 767.98px) {
  p {
    font-family: "Cera-Pro-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 2rem;
    line-height: 1.5;
    color: #323232;
  }
}

span {
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
  font-size: inheritrem;
  line-height: inherit;
  color: inherit;
}

a {
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
  font-size: inheritrem;
  line-height: inherit;
  color: inherit;
}

/* typography css */
/* layout css */
.banner {
  padding-bottom: 12rem;
}

.banner .banner-desc {
  padding-right: 10rem;
}

.banner .banner-desc h1 {
  padding-bottom: 0.8rem;
}

.banner .banner-desc h6 {
  color: #898b9a;
  font-family: "Cera-Pro-Medium";
}

.banner .banner-desc .banner-list {
  padding: 3.9rem 0 3.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner .banner-desc .banner-list li a {
  padding: 1rem 1.4rem 1rem 2.8rem;
  display: inline-block;
  position: relative;
  margin-right: 2rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font: normal 1.6rem/1.5 "Cera-Pro-Medium";
  color: #062380;
}

.banner .banner-desc .banner-list li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.4rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background-color: #062380;
}

.banner .banner-desc .banner-list li a:hover {
  -webkit-box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.08);
}

.banner .banner-img-wrapper {
  min-height: 80vh;
  position: relative;
}

.banner .banner-img-wrapper .banner-img {
  height: 150rem;
  width: 150rem;
  margin-top: -50rem;
  overflow: hidden;
  _border-radius: 100%;
  _position: relative;
}

.banner .banner-img-wrapper .banner-img img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  _left: 0;
  bottom: 0;
  right:-10px;border-radius: 0 0 0 40%;
  height: 100rem;
}

@media (max-width: 1920.98px) {
  .banner .banner-img-wrapper {
    min-height: 60vh;
  }
  .banner .banner-img-wrapper .banner-img {
    height: 100rem;
    width: 100rem;
    margin-top: -40rem;
  }
  .banner .banner-img-wrapper .banner-img img {
    height: 62rem;
  }
}

@media (max-width: 991.98px) {
  .banner .banner-desc {
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  .banner {
    padding-bottom: 10rem;
  }
.home-page .banner {margin-top: -140px !important;}
  .banner .banner-desc {
    padding-left: 15px !important;
    padding-right: 15px;
    padding-top: 5rem;
  }
  .banner .banner-desc .banner-list li a {
    font-size: 2rem;
  }
}

@media (max-width: 575.98px) {
  .banner .banner-desc {
    padding-left: 15px !important;
    padding-right: 15px;
  }
}

@media (max-width: 425px) {
  .banner .banner-desc .banner-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.popular-services {
  padding-bottom: 13.2rem;
}

.popular-services .service-box .service-card {
  
}

.popular-services .service-box .service-card .card-img {
  width: 8rem;
  height: 8rem;
  background-color: #fafafa;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;margin-top: 4.8rem;
}

.popular-services .service-box .service-card .card-img img {
  width: 4rem;
  height: 4rem;
}

.popular-services .service-box .service-card .card-body {
  padding: 0;
}

.popular-services .service-box .service-card .card-body .card-ttl {
  margin-bottom: 1.6rem;
}

.popular-services .service-box .service-card .card-body .card-desc {
  color: #898B9A;
  padding-right: 1rem;
  line-height: 1.4;
}

@media (max-width: 320px) {
  .popular-services .service-box .col-6 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.popular-services .vactor-img {
  position: absolute;
  top: -17rem;
  left: 0;
  width: 23.3rem;
  height: 19.4rem;
}

.popular-services .service-bgcolor {
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 30.5rem;
  height: 7rem;
}

@media (max-width: 575.98px) {
  .popular-services {
    padding-bottom: 3rem;
  }
}

.inquiry {
  padding: 6.2rem 0 15.8rem;
}

.inquiry .inquiry-box .col-md-4 {
  padding: 0 15px;
}

.inquiry .inquiry-box .col-md-4 .inquiry-card {
  border: 1px solid #F0F0F0;
  padding: 1.6rem;
  border-radius: 16px;
  height: 100%;
  position: relative;
  padding-bottom: 9rem;
}

.inquiry .inquiry-box .col-md-4 .inquiry-card .card-img {
  margin-bottom: 1.6rem;
}

.inquiry .inquiry-box .col-md-4 .inquiry-card .card-img img {
  border-radius: 16px;
  height: 17.3rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media (max-width: 767.98px) {
  .inquiry .inquiry-box .col-md-4 .inquiry-card .card-img img {
    height: 30rem;
  }
}

@media (max-width: 375.98px) {
  .inquiry .inquiry-box .col-md-4 .inquiry-card .card-img img {
    height: 25rem;
  }
}

@media (max-width: 320px) {
  .inquiry .inquiry-box .col-md-4 .inquiry-card .card-img img {
    height: 20rem;
  }
}

.inquiry .inquiry-box .col-md-4 .inquiry-card .card-body {
  padding: 0;
}

.inquiry .inquiry-box .col-md-4 .inquiry-card .card-body .card-ttl {
  color: #1D2B4F;
  margin-bottom: 1.6rem;
}

.inquiry .inquiry-box .col-md-4 .inquiry-card .card-body .card-desc {
  color: #898B9A;
  margin-bottom: 0;
}

.inquiry .inquiry-box .col-md-4 .inquiry-card .card-link {
  margin-top: 3rem;
  padding: 1rem 2.4rem;
  position: absolute;
  bottom: 1.5rem;
}

@media (max-width: 767.98px) {
  .inquiry .inquiry-box .col-md-4 .inquiry-card .card-link {
    padding: 1.2rem 2.6rem;
  }
}

@media (max-width: 575.98px) {
  .inquiry .inquiry-box .col-md-4 .inquiry-card .card-link {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 350.98px) {
  .inquiry .inquiry-box .col-md-4 .inquiry-card .card-link {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
	width: max-content;
  }
}

@media (max-width: 767.98px) {
  .inquiry .inquiry-box .col-md-4 .inquiry-card {
    padding: 2rem;
    padding-bottom: 10rem;
  }
}

@media (max-width: 575.98px) {
  .inquiry .inquiry-box .col-md-4 .inquiry-card {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .inquiry .inquiry-box .col-md-4 {
    padding-top: 15px;
  }
}

@media (max-width: 767.98px) {
  .inquiry {
    padding-bottom: 12rem;
  }
}

.provide-service {
  overflow: hidden;
}

.provide-service .service-bgcolor {
  position: relative;
  padding-bottom: 5rem;
  margin: 0;
}

.provide-service .service-bgcolor .service-box {
  padding: 4.7rem;
}

.provide-service .service-bgcolor .service-box .col-md-6 {
  padding: 1.3rem;
}

.provide-service .service-bgcolor .service-box .col-md-6 .service-card {
  padding: 3rem;
  border-radius: 16px;
  margin-bottom: 2.6rem;
}

.provide-service .service-bgcolor .service-box .col-md-6 .service-card .service-img {
  width: 8rem;
  height: 8rem;
  border-radius: 16px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.6rem;
}

.provide-service .service-bgcolor .service-box .col-md-6 .service-card .service-img img {
  width: 4rem;
  height: 4rem;
}

.provide-service .service-bgcolor .service-box .col-md-6 .service-card .service-body {
  padding: 0;
}

.provide-service .service-bgcolor .service-box .col-md-6 .service-card .service-body .service-ttl {
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 0.8rem;
}

.provide-service .service-bgcolor .service-box .col-md-6 .service-card .service-body .service-desc {
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: 0;
}

.provide-service .service-bgcolor .service-box .col-md-6 .service-card.orange {
  background: -webkit-gradient(linear, left top, right top, from(#ff946d), to(#f78056));
  background: linear-gradient(90deg, #ff946d 0%, #f78056 100%);
}

.provide-service .service-bgcolor .service-box .col-md-6 .service-card.sky-blue {
  background: -webkit-gradient(linear, left top, right top, from(#7ad6e1), to(#6cced9));
  background: linear-gradient(90deg, #7ad6e1 0%, #6cced9 100%);
}

.provide-service .service-bgcolor .service-box .col-md-6 .service-card.yellow {
  background: -webkit-gradient(linear, left top, right top, from(#ffc954), to(#f5bd42));
  background: linear-gradient(90deg, #ffc954 0%, #f5bd42 100%);
}

.provide-service .service-bgcolor .service-box .col-md-6 .service-card.dark-green {
  background: -webkit-gradient(linear, left top, right top, from(#9fbd97), to(#8eac88));
  background: linear-gradient(90deg, #9fbd97 0%, #8eac88 100%);
}

.provide-service .service-bgcolor .service-box .col-md-6:last-child {
  margin-top: 8rem;
}

@media (max-width: 575.98px) {
  .provide-service .service-bgcolor .service-box {
    padding: 2rem;
    padding-right: 0;
  }
}

@media (max-width: 375.98px) {
  .provide-service .service-bgcolor .service-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .provide-service .service-bgcolor .service-box .col-6 {
    max-width: 100%;
    padding-bottom: 0;
  }
  .provide-service .service-bgcolor .service-box .col-6:last-child {
    margin-top: 0;
    padding-top: 0;
  }
}

.provide-service .service-bgcolor .service-dtl {
  height: 100%;
  margin-top: 28.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.provide-service .service-bgcolor .service-dtl .service-ttl {
  margin-bottom: 1.6rem;
}

.provide-service .service-bgcolor .service-dtl .service-desc {
  font-size: 1.4rem;
  color: #898b9a;
  margin-bottom: 1.6rem;
}

@media (max-width: 767.98px) {
  .provide-service .service-bgcolor .service-dtl {
    margin-top: -3rem;
    -webkit-transform: none;
            transform: none;
  }
  .provide-service .service-bgcolor .service-dtl .service-desc {
    font-size: 2rem;
  }
  .provide-service .service-bgcolor .service-dtl .service-link {
    margin-top: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .provide-service .service-bgcolor .service-dtl {
    padding: 0;
    margin-top: 0;
  }
}

.provide-service .service-bgcolor::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  height: 57rem;
  background-color: #fafafa;
  z-index: -1;
  border-radius: 16px;
}

@media (max-width: 767.98px) {
  .provide-service .service-bgcolor {
    padding-bottom: 12rem;
  }
}

.provide-service .medicine {
  position: absolute;
  bottom: 4rem;
  right: 0;
  width: 16.3rem;
  height: 20.2rem;
}

.popular-products .products-box {
  padding-top: 4.8rem;
}

.popular-products .products-box .col {
  max-width: 20%;
  padding-bottom: 3rem;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.popular-products .products-box .col .product-item {
  position: relative;
  padding-bottom: 6rem;
  height: 100%;
}

.popular-products .products-box .col .product-item .product-img {
  border: 1px solid #EDEDED;
  border-radius: 12px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22rem;
}

.popular-products .products-box .col .product-item .product-img img {
  height: 18rem;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.popular-products .products-box .col .product-item .product-dtl .product-ttl {
  margin-bottom: 0.8rem;
  font-family: "Cera-Pro-Medium";
}

.popular-products .products-box .col .product-item .product-dtl .product-price {
  color: #898B9A;
  line-height: 1.2;
  font-family: "Cera-Pro-Medium";
}

.popular-products .products-box .col .product-item .add-to-cart {
  padding: 0.8rem 1.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.popular-products .products-box .col .product-item:hover .product-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 991.98px) {
  .popular-products .products-box .col {
	 max-width: 25%;
  }
}

@media (max-width: 767.98px) {
  .popular-products .products-box .col {
    max-width: 33.3333%;
    padding-bottom: 5rem;
  }
  .popular-products .products-box .col .product-dtl .product-ttl {
    margin-bottom: 1.2rem;
  }
  .popular-products .products-box .col .product-dtl .product-price {
    margin-bottom: 1.2rem;
  }
  .popular-products .products-box .col .add-to-cart {
    padding: 1rem 2rem;
  }
}

@media (max-width: 575.98px) {
  .popular-products .products-box .col {
    max-width: 50%;
  }
}

.contact-pharmacy {
  padding: 15rem 0 17.4rem;
}

.contact-pharmacy .pills-img {
  position: absolute;
  top: -3rem;
  left: 0;
  width: 15rem;
  height: 25.5rem;
}

.contact-pharmacy .stethoscope-img {
  position: absolute;
  bottom: 4rem;
  right: 0;
  width: 12.6rem;
  height: 16.2rem;
}

.contact-pharmacy .contact-pharmacy-box {
  background-color: rgba(0, 194, 233, 0.05);
  border-radius: 16px;
  padding: 3.5rem;
  margin: 0;
}

.contact-pharmacy .contact-pharmacy-box .contact-pharmacy-dtl {
  padding: 2.7rem 4rem 0 2.5rem;
}

.contact-pharmacy .contact-pharmacy-box .contact-pharmacy-dtl .contact-ttl {
  color: #273772;
  font-size: 3.2rem;
  line-height: 1.5;
  margin-bottom: 1.9rem;
}

.contact-pharmacy .contact-pharmacy-box .contact-pharmacy-dtl .contact-ttl span {
  font-family: "Cera-Pro-Regular";
}

.contact-pharmacy .contact-pharmacy-box .contact-pharmacy-dtl .contact-btn {
  padding: 1.2rem 2.4rem;
}

.contact-pharmacy .contact-pharmacy-box .contact-pharmacy-dtl .contact-btn::before {
  background-color: #00C2E9;
}

@media (max-width: 767.98px) {
  .contact-pharmacy .contact-pharmacy-box .contact-pharmacy-dtl {
    text-align: center;
  }
  .contact-pharmacy .contact-pharmacy-box .contact-pharmacy-dtl .contact-btn {
    padding: 1.4rem 2.6rem;
  }
}

@media (max-width: 375.98px) {
  .contact-pharmacy .contact-pharmacy-box .contact-pharmacy-dtl {
    padding: 3.5rem 0 1rem;
  }
}

.contact-pharmacy .contact-pharmacy-box .contact-img img {
  width: 100%;
  height: 32.6rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

@media (max-width: 320px) {
  .contact-pharmacy .contact-pharmacy-box .contact-img img {
    height: 26rem;
  }
}

@media (max-width: 320px) {
  .contact-pharmacy .contact-pharmacy-box {
    padding: 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .contact-pharmacy {
    padding: 6rem 0 13rem;
  }
  .contact-pharmacy .contact-pharmacy-box .contact-pharmacy-dtl {
    padding-top: 3.5rem;
  }
}

.service-header {
  border-bottom: 1px solid #CECECE;
}

.service-header .service-ttl {
  margin-bottom: 0;
  line-height: 1.25;
  font-size: 2.8rem;
  padding-bottom: 1.6rem;
  max-width: 60%;
}

@media (max-width: 320px) {
  .service-header .service-ttl {
    font-size: 2.6rem;
  }
}

.service-header .all-services {
  font: normal 2rem/1.3 "Cera-Pro-Medium";
  color: #00c2e9;
  text-decoration: underline;
}

.product-list-page .woof_products_top_panel {
	display: none !important;
}

#ajaxsearchliteres1 {
  padding: 1.6rem;
  border-radius: 8px;
  background: #ffffff;
  -webkit-box-shadow: 0px 14px 24px rgba(204, 204, 204, 0.33);
          box-shadow: 0px 14px 24px rgba(204, 204, 204, 0.33);
  -webkit-transition: all 0.5s ease-in-out;
} 

#ajaxsearchliteres1 .results .asl_simplebar-track .asl_simplebar-scrollbar {
	width: 3px;
	right: 0;
} 

#ajaxsearchliteres1 .results .asl_simplebar-track .asl_simplebar-scrollbar::before {
	background-color: #273772;
}

#ajaxsearchliteres1 .results .asl_simplebar-wrapper .resdrg .item,
#ajaxsearchliteres1 .results .asl_simplebar-wrapper .resdrg .item .asl_content{
	padding: 0;
	border: none;
}

#ajaxsearchliteres1 .results .asl_simplebar-wrapper .resdrg .item {
	margin-bottom: 1.6rem;
	padding-bottom: 1.6rem;
}

#ajaxsearchliteres1 .results .asl_simplebar-wrapper .resdrg .item.hovered {
	background: transparent;
}

#ajaxsearchliteres1 .results .asl_simplebar-wrapper .resdrg .item::after {
	border-color: #ededed;
}

#ajaxsearchliteres1 .results .asl_simplebar-wrapper .resdrg .item .asl_content .asl_image,
#ajaxsearchliteres1 .results .asl_simplebar-wrapper .resdrg .item .asl_content .ect {
	margin-top: 0;
	border-radius: 8px;
}

#ajaxsearchliteres1 .results .asl_simplebar-wrapper .resdrg .item .asl_content h3 .asl_res_url {
	font: normal 1.4rem/1.5 'Cera-Pro-Medium';
	color: #323232;	
}

#ajaxsearchliteres1 .results .asl_simplebar-wrapper .resdrg .item .asl_content .asl_desc {
	margin-top: 0;
	font: normal 1.2rem/1.25 'Cera-Pro-Regular';
	display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

#ajaxsearchliteres1 .results .asl_simplebar-wrapper .resdrg .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

@media (max-width: 767.98px) {
  .service-header .all-services {
    font-size: 2.3rem;
    line-height: 1.6;
  }
  #ajaxsearchliteres1 .results .asl_simplebar-wrapper .resdrg .item .asl_content h3 .asl_res_url {
	font-size: 1.8rem;  
  }
  #ajaxsearchliteres1 .results .asl_simplebar-wrapper .resdrg .item .asl_content .asl_desc {
	font-size: 1.6rem;
  }
}

@media (max-width: 320px) {
  .service-header .all-services {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .service-header .service-ttl {
    font-size: 3rem;
  }
  .service-header .all-services {
    font-size: 2.2rem;
  }
}

.inner-banner {
  padding-bottom: 12rem;
}

.inner-banner .banner-desc {
  padding-right: 4rem;
}

.inner-banner .banner-desc h1 {
  padding-bottom: 0.8rem;
}

.inner-banner .banner-desc h2 {
  font-size: 3.4rem;
  margin-bottom: 2.2rem;
}

.inner-banner .banner-desc h6 {
  color: #898b9a;
  margin-bottom: 0.8rem;
  font-family: "Cera-Pro-Regular";
}

.inner-banner .banner-desc .secondary-btn {
  margin-top: 2.4rem;
}

.inner-banner .banner-img-wrapper {
  min-height: 80vh;
  position: relative;
  padding-right: 0;
}

.inner-banner .banner-img-wrapper .banner-img {
  overflow: hidden;
  border-radius: 0 0 0 20%;
  position: relative;
}

.inner-banner .banner-img-wrapper .banner-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100rem;
  width: 100%;
}

.product-list-page .inner-banner .banner-img-wrapper .banner-img {float: right;}

.inner-banner .bgcolor {
  margin-top: -3.5rem;
  width: 48rem;
}

@media (max-width: 1920.98px) {
  .inner-banner .banner-img-wrapper {
    min-height: 60vh;
  }
  .inner-banner .banner-img-wrapper .banner-img img {
    height: 62rem;
  }
	
	.product-list-page .inner-banner .banner-img-wrapper {
    min-height:30vh;
  }
  .product-list-page .inner-banner .banner-img-wrapper .banner-img img {
    height: 30rem;
  }
	
	
}

@media (max-width: 991.98px) {
  .inner-banner .banner-desc {
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  .inner-banner .banner-desc {
    padding: 5rem 15px 0 !important;
  }
  .inner-banner .banner-desc .banner-list li a {
    font-size: 2rem;
  }
  .inner-banner .banner-desc h2 {
    font-size: 3.6rem;
  }
  .inner-banner .banner-img-wrapper {
    padding-right: 15px;
  }
  .inner-banner .banner-img-wrapper .banner-img {
    border-radius: 0 0 0 20rem;
  }
  .inner-banner .bgcolor {
    margin-top: 3.5rem;
  }
}

@media (max-width: 375.98px) {
  .inner-banner .banner-img-wrapper {
    min-height: 60vh;
  }
  .inner-banner .banner-img-wrapper .banner-img img {
    height: 50rem;
  }
}

@media (max-width: 767.98px) {
  .product-list-page .inner-banner {
    padding-bottom: 6rem;
  }
}

.product-listing-wrapper {
  padding-bottom: 11.9rem;
}

.product-listing-wrapper .service-header .service-ttl {
  font-size: 2.6rem;
  line-height: 1.27;
  padding: 0.65rem 0 2rem;
}

.product-listing-wrapper .service-header .service-ttl::after {
  width: 250%;
}

.product-listing-wrapper .filter-wrapper {
  margin-top: 3.2rem;
}

.product-listing-wrapper .filter-wrapper .clear-ttl {
  color: #f44336;
  font-size: 1.4rem;
  font-family: "Cera-Pro-Medium";
  text-decoration: underline;
  text-align: right;
  margin-bottom: 1.7rem;
  cursor: pointer;
}

.product-listing-wrapper .filter-wrapper .accordion .card {
  border: none;
  margin-bottom: 1.6rem;
}

.product-listing-wrapper .filter-wrapper .accordion .card .card-header {
  padding: 1.2rem 1.6rem;
  background-color: #fafafa;
  border: none;
  border-radius: 8px;
}

.product-listing-wrapper .filter-wrapper .accordion .card .card-header p {
  font: normal 1.6rem/1.25 "Cera-Pro-Medium";
  text-decoration: none;
  color: #323232;
  padding: 0;
  border: none;
  position: relative;
  cursor: pointer;
}

.product-listing-wrapper .filter-wrapper .accordion .card .card-header p span {
	padding-right: 2rem;
}

.product-listing-wrapper .filter-wrapper .accordion .card .card-header p img {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(0deg);
}

.product-listing-wrapper .filter-wrapper .accordion .card .card-header p.collapsed img {
	transform: translateY(-50%) rotate(180deg);
}

.product-listing-wrapper .filter-wrapper .accordion .card .card-body {
  padding: 1.6rem 1.2rem 0 1.6rem;
}

.product-listing-wrapper .filter-wrapper .accordion .card .card-body .widget-woof .woof_redraw_zone .woof_submit_search_form_container {
	display: none;
}

.product-listing-wrapper .filter-wrapper .accordion .card .card-body .widget-woof .woof_redraw_zone .woof_container {
	padding-bottom: 0;
	margin-bottom: 0;
}

.product-listing-wrapper .filter-wrapper .accordion .card .card-body ul li {
  padding-bottom: 1.9rem !important;
  margin: 0 !important;
}

.product-listing-wrapper .filter-wrapper .accordion .card .card-body ul li label,
.product-listing-wrapper .filter-wrapper .accordion .card .card-body ul li a {
  font: normal 1.4rem/1.3 "Cera-Pro-Regular";
  color: #898b9a;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0;
  margin: 0;
}

.product-listing-wrapper .filter-wrapper .accordion .card .card-body ul li label:hover,
.product-listing-wrapper .filter-wrapper .accordion .card .card-body ul li a:hover {
  color: #273772;
}

.product-listing-wrapper .filter-wrapper .accordion .card .card-body ul li label.woof_radio_label_selected {
  font-family: "Cera-Pro-Medium";
  color: #273772;
  text-decoration: underline;
}

.product-listing-wrapper .filter-wrapper .accordion .card .card-body ul li:last-child {
  padding-bottom: 0 !important;
}

.product-listing-wrapper .filter-wrapper .accordion .card .card-body ul li input,
.product-listing-wrapper .filter-wrapper .accordion .card .card-body ul li .woof_radio_term_reset,
.product-listing-wrapper .filter-wrapper .accordion .card .card-body ul li label span {
  display: none !important;
}

.product-listing-wrapper .product-lists {
  margin: 0 -15px 0;
}

.product-listing-wrapper .p-filter {
	margin-top: 3.2rem;
}

.product-listing-wrapper .p-filter .btn-group {
  padding: 0 1.6rem 1.6rem 0;
}

.product-listing-wrapper .p-filter .btn-group .orderby {
  font: normal 1.6rem/1.25 "Cera-Pro-Regular";
  color: #323232;
  background-color: transparent;
  border: none;
  text-decoration: underline;
  padding: 0 2.4rem 0 0.6rem;
  position: relative;
  text-align: right;
  appearance: none;
  background-position: right 0rem center;
}

.product-listing-wrapper .p-filter .btn-group .orderby option {
	font-size: 1.4rem;
}

.product-listing-wrapper .p-filter .btn-group .woocommerce-ordering {
	z-index: 1;
}

/* .product-listing-wrapper .p-filter .btn-group .woocommerce-ordering::after {
	position: absolute;
	content: "";
	background-image: url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 1.4rem;
    height: 1.4rem;
    top: 50%;
    right: 0;
	transform: translateY(-50%) rotate(180deg);
} */

.product-listing-wrapper .product-lists .product-item {
  position: relative;
  padding-bottom: 3.6rem;
  height: 100%;
}

.product-listing-wrapper .product-lists .product-item .product-img {
  border: 1px solid #ededed;
  border-radius: 12px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22rem;
}

.product-listing-wrapper .product-lists .product-item .product-img img {
  height: 18rem;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.product-listing-wrapper .product-lists .product-item .product-dtl .product-ttl {
  margin-bottom: 0.8rem;
  font-family: "Cera-Pro-Medium";
}

.product-listing-wrapper .product-lists .product-item .product-dtl .product-price {
  color: #898b9a;
  line-height: 1.2;
  font-family: "Cera-Pro-Medium";
}

.product-listing-wrapper .product-lists .product-item .add-to-cart {
  padding: 0.8rem 1.5rem;
  position: absolute;
  bottom: 0;
}

.product-listing-wrapper .product-lists .product-item:hover .product-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.product-listing-wrapper .product-lists .see-all {
  margin-top: -0.9rem;
}

.product-listing-wrapper .product-lists .see-all a {
  font: normal 1.6rem/1.25 "Cera-Pro-Medium";
  color: #00c2e9;
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .product-listing-wrapper .service-header .service-ttl {
    font-size: 3rem;
  }
  .product-listing-wrapper .filter-wrapper .clear-ttl,
  .product-listing-wrapper .p-filter .btn-group .orderby option {
    font-size: 1.8rem;
  }
  .product-listing-wrapper .filter-wrapper .accordion .card .card-header {
    padding: 1.6rem 2rem;
  }
  .product-listing-wrapper .filter-wrapper .accordion .card .card-header p,
  .product-listing-wrapper .p-filter .btn-group .orderby {
    font-size: 2rem;
  }
  .product-listing-wrapper .filter-wrapper .accordion .card .card-header p img {
    width: 1.6rem;
    height: 1.6rem;
  }
  .product-listing-wrapper .filter-wrapper .accordion .card .card-body ul li label,
  .product-listing-wrapper .filter-wrapper .accordion .card .card-body ul li a,
  .product-listing-wrapper .filter-wrapper .accordion .card .card-body {
    font-size: 1.8rem;
  }
  .product-listing-wrapper .filter-wrapper .accordion .card {
 	margin-bottom: 2rem;
  }
  .product-listing-wrapper .product-lists .see-all {
    margin-top: 0;
  }
  .product-listing-wrapper .product-lists .see-all a {
    font-size: 2rem;
  }
  .product-listing-wrapper .product-lists .btn-group .orderby {
	font-size: 2rem;
  }
	.product-listing-wrapper .p-filter {
		margin-top: 0;	
	}
	
	.product-listing-wrapper .p-filter .btn-group {
		width: 100%;
		padding: 0 0 1.6rem;
	}
	
	.product-listing-wrapper .p-filter .btn-group .woocommerce-ordering {
		width: 100%;
		background-color: #fafafa;
    	border: none;
    	border-radius: 8px;
		padding: 1.6rem 2rem;
	}
	
	.product-listing-wrapper .p-filter .btn-group .orderby {
		width: 100%;
		text-align: left;
		font-family: "Cera-Pro-Medium";
		text-decoration: none;
		padding-left: 0;
	}
}

@media (max-width: 575.98px) {
  .product-listing-wrapper .service-header .service-ttl::after {
    width: 120%;
  }
  .product-listing-wrapper .product-lists .btn-group .btn {
    font-size: 2rem;
  }
  .product-listing-wrapper .product-lists .btn-group .dropdown-menu {
    padding: 1.6rem 2.4rem;
  }
  .product-listing-wrapper .product-lists .btn-group .dropdown-menu .dropdown-item {
    font-size: 1.8rem;
  }
  .product-listing-wrapper .product-lists .see-all {
    margin-top: 0;
  }
  .product-listing-wrapper .product-lists .see-all a {
    font-size: 2rem;
  }
}

.product-details {
  padding: 6.2rem 0 10rem;
}

.product-details .product-img-wrapper {
  max-width: 44%;
  -ms-flex-preferred-size: 44%;
      flex-basis: 44%;
  padding-right: 1.4rem;
}

.product-details .product-img-wrapper .product-img-btn {
  padding-bottom: 1.6rem;
  margin: 0 -0.8rem;
}

.product-details .product-img-wrapper .product-img-btn .prev_next_buttons a {
  font: normal 1.8rem/1.28 "Cera-Pro-Medium";
  color: #898b9a;
}

.product-details .product-img-wrapper .product-img-btn .prev_next_buttons {
  margin-bottom: 0;
}

.product-details .product-img-wrapper .product-img-btn .prev_next_buttons a[rel="prev"] {
  margin-left: auto;
}

.product-details .product-img-wrapper .product-img-btn .prev_next_buttons::after {
	display: none;
}

.product-details .product-img-wrapper .product-img-btn .prev_next_buttons a img {
  width: 1.9rem;
  height: 1.7rem;
  margin: 0 0.8rem;
}

.product-details .product-img-wrapper .product-img {
  border-radius: 12px;
  border: 2px solid #ededed;
  overflow: hidden;
  height: 52rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-details .product-img-wrapper .product-img img {
  object-fit: contain;
  width: 100%;
  height: 46rem;
}

.product-details .product-dtl {
  max-width: 56%;
  -ms-flex-preferred-size: 56%;
      flex-basis: 56%;
  padding-top: 5.7rem;
  padding-left: 1.4rem;
}

.product-details .product-dtl .product-ttl {
  font-size: 2.4rem;
  margin-bottom: 0.8rem;
}

.product-details .product-dtl .product-desc,
.product-details .product-dtl .woocommerce-product-details__short-description p {
  color: #898b9a;
  margin-bottom: 1.6rem;
  font: normal 1.8rem/1.5 "Cera-Pro-Regular";
}

.product-details .product-dtl .product-price {
  font-size: 2.8rem;
  font-family: "Cera-Pro-Medium";
  color: #00c2e9;
  margin-bottom: 2.6rem;
}

.product-details .product-dtl .product-price .price {
  font-family: "Cera-Pro-Medium";
}

.product-details .product-dtl .qty {
  width: 12.8rem;
  padding: 1rem 2.7rem;
  border: 1px solid #ededed;
  border-radius: 8px;
  margin-bottom: 2.6rem;
}

.product-details .product-dtl .qty .qty-btn.button-minus {
  width: 1rem;
  cursor: pointer;
}

.product-details .product-dtl .qty .qty-btn.button-plus {
  width: 1.4rem;
  cursor: pointer;
}

.product-details .product-dtl .qty input {
  border: none;
  background-color: transparent;
  padding: 0;
  font: normal 2.2rem/1.274 "Cera-Pro-Medium";
  color: #323232;
  text-align: center;
  -moz-appearance: textfield;
}

.product-details .product-dtl .qty input::-webkit-outer-spin-button, 
.product-details .product-dtl .qty input::-webkit-inner-spin-button,
#post-27 .entry-content .cart-page .woocommerce-cart-form .shop_table tr td.product-name .quantity input::-webkit-outer-spin-button, #post-27 .entry-content .cart-page .woocommerce-cart-form .shop_table tr td.product-name .quantity input::-webkit-inner-spin-button,
.checkout .checkout-box .checkout-order .order-list .order-item .order-dtl .rate-qty .qty input::-webkit-outer-spin-button,
.checkout .checkout-box .checkout-order .order-list .order-item .order-dtl .rate-qty .qty input::-webkit-inner-spin-button{
  -webkit-appearance: none;
          appearance: none;
}

.checkout .checkout-box .checkout-order .order-list .order-item .order-dtl .rate-qty .qty input {
	-moz-appearance: textfield;
}

.product-details .product-dtl .btn-wrapper .product-btn,
.product-details .product-dtl .cart .product-btn {
  padding: 1.4rem 2.8rem;
  min-width: 16.4rem;
  text-align: center;
  margin-right: 1.5rem;
  text-transform: capitalize;
}

.product-details .product-dtl .btn-wrapper .product-btn:last-child {
  margin-right: 0;
}

.product-details .product-dtl .product_meta,
.product-details .product-dtl .variations_form .variations tr .value .reset_variations,
.product-details .product-dtl #sbw_wc-adding-button,
.checkout .checkout-box .checkout-order #payment .payment_methods .payment_box,
.checkout .checkout-box .checkout-order #payment .place-order {
	display: none !important;
}

.product-details .product-dtl .variations_form .variations {
	margin-bottom: 2rem;
}

.product-details .product-dtl .variations_form .variations tr .label label {
	font-size: 1.8rem;
    font-family: 'Cera-Pro-Medium';
}

.product-details .product-dtl .variations_form .variations tr .value select {
	margin-left: 1rem;
    border: 1px solid #ededed;
    border-radius: 8px;
    padding: 0.5rem;
    color: #898b9a;
    padding-right: 3rem;
}

.product-details .product-dtl .variations_form .single_variation_wrap .single_variation {
	margin-top: -1rem;
}

@media (max-width: 991.98px) {
  .product-details .product-img-wrapper .product-img-btn .prev_next_buttons a {
    font-size: 2.2rem;
  }
  .product-details .product-img-wrapper .product-img-btn .prev_next_buttons a img {
    width: 2.1rem;
	margin: 0 1rem;
  }
  .product-details .product-img-wrapper .product-img {
    height: 46rem;
  }
  .product-details .product-img-wrapper .product-img img {
	height: 40rem;
  }
}

@media (max-width: 767.98px) {
  .product-details .product-img-wrapper {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-right: 15px;
  }
  .product-details .product-dtl {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-left: 15px;
    padding-top: 4rem;
  }
  .product-details .product-dtl .product-ttl {
    font-size: 2.8rem;
    margin-bottom: 1.2rem;
  }
  .product-details .product-dtl .product-price {
    font-size: 3.2rem;
  }
  .product-details .product-dtl .product-desc,
  .product-details .product-dtl .woocommerce-product-details__short-description p,
  .product-details .product-dtl .variations_form .variations tr .label label {
	font-size: 2.2rem;
  }
  .product-details .product-dtl .variations_form .variations tr .value select {
	font-size: 2rem;
	padding-right: 4rem;
  }
}

.covid-19-testing-page .inner-banner {
  padding-bottom: 6rem;
}

.covid-19-testing-page .inner-banner .banner-desc h6 a {
  font-family: "Cera-Pro-Medium";
  color: #18dda2;
}

.covid-testing-desc {
  padding-bottom: 13rem;
}

.covid-testing-desc h6 {
  font-family: "Cera-Pro-Regular";
  margin-bottom: 1.6rem;
  color: #898b9a;
}

.covid-testing-desc h6 a {
  font-family: "Cera-Pro-Medium";
  color: #273772;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.covid-testing-desc h6:last-child {
  margin-bottom: 0;
}

.covid19-info-wrapper .covid19-info .covid19-info-item {
  padding-bottom: 13rem;
}

.covid19-info-wrapper .covid19-info .covid19-info-item .card-1 {
  max-width: 63%;
}

.covid19-info-wrapper .covid19-info .covid19-info-item .card-1 .covid19-info-card {
  padding-right: 5rem;
}

.covid19-info-wrapper .covid19-info .covid19-info-item .card-1 .covid19-info-card .covid19-info-head {
  border-bottom: 1px solid #CECECE;
  margin-bottom: 2.3rem;
}

.covid19-info-wrapper .covid19-info .covid19-info-item .card-1 .covid19-info-card .covid19-info-head .info-head-ttl {
  color: #273772;
  margin-bottom: 1.6rem;
}

.covid19-info-wrapper .covid19-info .covid19-info-item .card-1 .covid19-info-card .covid19-info-body .info-body-ttl {
  font-family: "Cera-Pro-Medium";
  margin-bottom: 1.9rem;
  line-height: 1.3;
}

.covid19-info-wrapper .covid19-info .covid19-info-item .card-1 .covid19-info-card .covid19-info-body .info-body-list {
  padding-bottom: 1.9rem;
  list-style-type: disc;
  padding-left: 2rem;
}

.covid19-info-wrapper .covid19-info .covid19-info-item .card-1 .covid19-info-card .covid19-info-body .info-body-list li {
  font: normal 1.8rem/1.5 "Cera-Pro-Regular";
  color: #898b9a;
  margin-bottom: 0.8rem;
}

.covid19-info-wrapper .covid19-info .covid19-info-item .card-1 .covid19-info-card .covid19-info-body .info-body-list li:last-child {
  margin-bottom: 0;
}

.covid19-info-wrapper .covid19-info .covid19-info-item .card-1 .covid19-info-card .covid19-info-body .info-body-list li::marker {
  color: #00c2e9;
}

.covid19-info-wrapper .covid19-info .covid19-info-item .card-1 .covid19-info-card .covid19-info-body .info-body-desc {
  font-family: "Cera-Pro-Regular";
  color: #898b9a;
  margin-bottom: 0.8rem;
}

.covid19-info-wrapper .covid19-info .covid19-info-item .card-1 .covid19-info-card .covid19-info-body .info-body-desc:last-child {
  margin-bottom: 0;
}

.covid19-info-wrapper .covid19-info .covid19-info-item .card-1 .covid19-info-card .covid19-info-body .info-body-link {
  margin-top: 2.6rem;
  padding: 1rem 2.4rem;
}

.covid19-info-wrapper .covid19-info .covid19-info-item .card-2 {
  max-width: 37%;
}

.covid19-info-wrapper .covid19-info .covid19-info-item .card-2 .covid19-info-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  height: 43.3rem;
}

.covid19-info-wrapper .covid19-info .covid19-info-item:nth-child(even) .card-1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.covid19-info-wrapper .covid19-info .covid19-info-item:nth-child(even) .card-1 .covid19-info-card {
  padding-left: 5rem;
  padding-right: 0;
}

.covid19-info-wrapper .covid19-info .covid19-info-item:nth-child(even) .card-2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.covid19-info-wrapper .covid-stethoscop {
  position: absolute;
  bottom: 26%;
  right: 0;
  width: 12.6rem;
}

@media (max-width: 767.98px) {
  .covid19-info-wrapper .covid19-info .covid19-info-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .covid19-info-wrapper .covid19-info .covid19-info-item .card-1 {
    max-width: 100%;
  }
  .covid19-info-wrapper .covid19-info .covid19-info-item .card-1 .covid19-info-card {
    padding: 4rem 0 0;
  }
  .covid19-info-wrapper .covid19-info .covid19-info-item .card-1 .covid19-info-card .covid19-info-body .info-body-list {
    padding-left: 3rem;
  }
  .covid19-info-wrapper .covid19-info .covid19-info-item .card-1 .covid19-info-card .covid19-info-body .info-body-list li {
    font-size: 2.2rem;
  }
  .covid19-info-wrapper .covid19-info .covid19-info-item .card-1 .covid19-info-card .covid19-info-body .info-body-list li::marker {
    font-size: 2.5rem;
  }
  .covid19-info-wrapper .covid19-info .covid19-info-item .card-1 .covid19-info-card .covid19-info-body .info-body-link {
    padding: 1.3rem 3rem;
  }
  .covid19-info-wrapper .covid19-info .covid19-info-item .card-2 {
    max-width: 100%;
  }
  .covid19-info-wrapper .covid19-info .covid19-info-item:nth-child(odd) .card-1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .covid19-info-wrapper .covid19-info .covid19-info-item:nth-child(odd) .card-1 .covid19-info-card {
    padding: 4rem 0 0;
  }
  .covid19-info-wrapper .covid19-info .covid19-info-item:nth-child(odd) .card-2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .covid19-info-wrapper .covid19-info .covid19-info-item:nth-child(even) .card-1 .covid19-info-card {
    padding: 4rem 0 0;
  }
}

/*  Repeat Prescription Start  */
.repeat-prescription-page .inner-banner {
  padding-bottom: 6rem;
}

.repeat-prescription-page .covid-testing-desc {
  padding-bottom: 6.8rem;
}

.repeat-prescription-page .covid19-info-wrapper .covid19-info .covid19-info-item {
  padding-bottom: 6.8rem;
}

.repeat-prescription-page .covid19-info-wrapper .covid19-info .covid19-info-item .card-1 .covid19-info-card {
  padding-right: 0;
}

.repeat-prescription-page .covid19-info-wrapper .covid19-info .covid19-info-item .card-1 .covid19-info-card .covid19-info-head {
  border-bottom: none;
  margin-bottom: 0;
}

.repeat-prescription-page .covid19-info-wrapper .covid19-info .covid19-info-item .card-1 .covid19-info-card .covid19-info-head .info-head-ttl {
  color: #323232;
}

.repeat-prescription-page .covid19-info-wrapper .covid19-info .covid19-info-item .card-1 .covid19-info-card .covid19-info-body .info-body-desc {
  margin-bottom: 1.6rem;
}

.repeat-prescription-page .covid19-info-wrapper .covid19-info .covid19-info-item .card-1 .covid19-info-card .covid19-info-body .info-body-link {
  margin-top: 1.2rem;
  padding: 1.4rem 2.4rem;
}

.repeat-prescription-page .covid19-info-wrapper .covid19-info .covid19-info-item .card-1 .covid19-info-card .covid19-info-body .info-body-link.first {
  margin-right: 1.6rem;
}

.repeat-prescription-page .covid19-info-wrapper .covid19-info .covid19-info-item .card-1 .covid19-info-card .covid19-info-body .info-body-link.second::before {
  background: #273772;
}

.covid-testing-desc .covid-testing-btn {
  margin-top: 1.2rem;
  padding: 1.4rem 2.4rem;
}

.covid-testing-desc .covid-testing-btn.first {
  margin-right: 1.6rem;
}

.covid-testing-desc .covid-testing-btn.second::before {
  background: #273772;
}

/*  Repeat Prescription End  */
/*  EPS Nomination Start  */
.eps-nomination-page .inner-banner {
  padding-bottom: 6.5rem;
}

.eps-nomination-page .inner-banner .banner-desc {
  padding-right: 3rem;
}

.eps-nomination-page .inner-banner .bgcolor {
  margin-top: 5.2rem;
}

.form-wrapper {
  padding-bottom: 7.5rem;
}

.form-wrapper .form .form-layout {
  background-color: #fafafa;
  border-radius: 16px;
  padding: 3.8rem 3.8rem 2rem 3.8rem;
}

.form-wrapper .form .submit {
  padding-top: 2.4rem;
}

.form-wrapper .form .submit .submit-btn {
  border: none;
  padding: 1.4rem 2.4rem;
  background: #18dda2;
}

@media (max-width: 767.98px) {
  .form-wrapper .form .submit .submit-btn {
    padding: 1.6rem 2.8rem;
  }
}

/*  EPS Nomination End  */
/*  Repeat Prescription Orderring Start  */
.repeat-prescription-oredring-page .inner-banner {
  padding-bottom: 5.2rem;
}

.repeat-prescription-oredring-page .form-wrapper {
  padding-bottom: 8rem;
}

.repeat-prescription-oredring-page .form-wrapper .form .form-layout {
  padding-bottom: 1rem;
}

.repeat-prescription-oredring-page .form-wrapper .form .submit {
  padding-top: 2.8rem;
}

/*  Repeat Prescription Orderring End  */
.contact-us-page .inner-banner {
  padding-bottom: 8rem;
}

.contact-us-page .inner-banner .banner-desc .contact-dtl .contact-ttl {
  color: #727272;
  font-family: "Rubik", sans-serif;
  margin-bottom: 0.8rem;
  line-height: 1.2;
}

.contact-us-page .inner-banner .banner-desc .contact-dtl .contact-desc {
  color: #333333;
  font-family: "Rubik", sans-serif;
  margin-bottom: 2rem;
  line-height: 1.2;
}

.contact-us-page .inner-banner .banner-desc .contact-dtl .contact-link {
  font: 500 1.8rem/1.1 "Rubik", sans-serif;
  color: #273772;
  border-bottom: 1px solid #273772;
}

@media (max-width: 767.98px) {
  .contact-us-page .inner-banner .banner-desc .contact-dtl .contact-link {
    font-size: 2.2rem;
  }
}

.contact-us-page .form-wrapper {
  padding-bottom: 8rem;
}

.contact-us-page .form-wrapper .form .form-ttl {
  font-size: 3.4rem;
  margin-bottom: 2.8rem;
}

.contact-us-page .form-wrapper .form .submit {
  padding-top: 2.8rem;
}

@media (max-width: 767.98px) {
  .contact-us-page .form-wrapper .form .form-ttl {
    font-size: 3.6rem;
  }
}

.privacy-policy .service-header {
  padding-top: 5.8rem;
}

.privacy-policy .service-header .service-ttl::after {
  width: 74%;
  right: auto;
}

.privacy-policy .privacy-desc {
  padding: 2.8rem 0 13.3rem;
}

.privacy-policy .privacy-desc p {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #898b9a;
  margin-bottom: 1.4rem;
}

.services-page .services-wrapper {
  padding-top: 5.8rem;
}

.services-page .services-wrapper .service-header .service-ttl {
  padding: 0.65rem 0 1.85rem 0;
}

.services-page .services-wrapper .service-header .service-ttl::after {
  width: 210%;
}

.services-page .inquiry {
  padding: 10rem 0 14.2rem;
}

@media (max-width: 767.98px) {
  .services-page .inquiry {
    padding: 5rem 0 10rem;
  }
}

@media (max-width: 575.98px) {
  .services-page .services-wrapper .service-header .service-ttl::after {
    width: 125%;
  }
}

.services-wrapper {
  padding: 5.8rem 0 14.2rem;
}

.services-wrapper .service-header .service-ttl {
  padding: 0.65rem 0 1.85rem 0;
}

.services-wrapper .service-header .service-ttl::after {
  width: 210%;
}

.services-wrapper .services-disc {
  padding-top: 2.8rem;
}

.services-wrapper .services-disc .accordion .card {
  background-color: #fafafa;
  border-radius: 16px;
  padding: 2.4rem;
  margin-bottom: 1rem;
  border: none;
}

.services-wrapper .services-disc .accordion .card .card-header {
  background-color: transparent;
  padding: 0;
  border: none;
}

.services-wrapper .services-disc .accordion .card .card-header .btn {
  font: normal 1.8rem/1.4 "Cera-Pro-Bold";
  color: #273772;
  padding: 0;
  border: none;
  text-decoration: none;
  position: relative;
}

.services-wrapper .services-disc .accordion .card .card-header .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("/images/accordion-arrow.svg");
  background-size: 100%;
  width: 1.6rem;
  height: 0.8rem;
  background-repeat: no-repeat;
}

.services-wrapper .services-disc .accordion .card .card-header .btn.collapsed::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.services-wrapper .services-disc .accordion .card .card-body {
  border-top: 1px solid #cecece;
  margin-top: 2.2rem;
  padding: 2.2rem 0 0 0;
}

.services-wrapper .services-disc .accordion .card .card-body ul li {
  margin-bottom: 1.6rem;
  margin-left: 1.8rem;
  list-style-type: disc;
}

.services-wrapper .services-disc .accordion .card .card-body ul li a {
  font: normal 1.8rem/1.4 "Cera-Pro-Regular";
  color: #323232;
}

.services-wrapper .services-disc .accordion .card .card-body ul li:last-child {
  margin-bottom: 0;
}

.services-wrapper .services-disc .accordion .card .card-body ul li.active, .services-wrapper .services-disc .accordion .card .card-body ul li:hover {
  color: #00C2E9;
}

.services-wrapper .services-disc .accordion .card .card-body ul li.active a, .services-wrapper .services-disc .accordion .card .card-body ul li:hover a {
  color: #00C2E9;
}

.services-wrapper .services-disc .accordion .card .card-body ul li.active a {
  font-family: "Cera-Pro-Medium";
}

.services-wrapper .services-disc .accordion .card:last-child {
  margin-bottom: 0;
}

.services-wrapper .services-disc .service-dtl .service-title {
  padding-bottom: 2.6rem;
}

.services-wrapper .services-disc .service-dtl .service-title .service-ttl {
  margin-bottom: 1.6rem;
  line-height: 1.27;
}

.services-wrapper .services-disc .service-dtl .cart .single_add_to_cart_button {
	display: none;
}

.services-wrapper .services-disc .service-dtl .service-title .price-time .price {
  font-size: 2.8rem;
  color: #273772;
  font-family: "Cera-Pro-Medium";
  display: inline-block;
  margin-bottom: 0;
}

.services-wrapper .services-disc .service-dtl .service-title .price-time .time {
  display: inline-block;
  line-height: 1.25;
  padding-left: 1rem;
  margin-bottom: 0;
}

.services-wrapper .services-disc .service-dtl .service-body {
  padding-bottom: 2.8rem;
}

.services-wrapper .services-disc .service-dtl .service-body .service-desc-banner {
  height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 2.6rem;
}

.services-wrapper .services-disc .service-dtl .service-body .service-desc {
  font-family: "Cera-Pro-Regular";
  color: #898b9a;
  margin-bottom: 1.6rem;
}

.services-wrapper .services-disc .service-dtl .service-body .service-desc:last-child {
  margin-bottom: 0;
}

.services-wrapper .services-disc .service-dtl .download-pdf {
  font-family: "Cera-Pro-Medium";
  padding: 1rem 2.4rem;
  margin-bottom: 2.8rem;
}

.services-wrapper .services-disc .service-dtl .download-pdf .pdf-img {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 0.8rem 0 0;
  vertical-align: -2px;
}

.services-wrapper .services-disc .service-dtl .form {
  padding-bottom: 2.8rem;
}

.services-wrapper .services-disc .service-dtl .form .service-header .service-ttl {
  font-size: 2.2rem;
  line-height: 1.25;
  padding: 0 0 2.1rem 0;
}

.services-wrapper .services-disc .service-dtl .form .service-header .service-ttl::after {
  width: 130%;
}

.services-wrapper .services-disc .service-dtl .form .form-layout {
  padding-top: 2.8rem;
}

.services-wrapper .services-disc .service-dtl .form .form-layout .form-group {
  margin-bottom: 2.4rem;
}

.services-wrapper .services-disc .service-dtl .form .submit .submit-btn {
  padding: 1rem 2.4rem;
}

.services-wrapper .services-disc .service-dtl .contact-dtl {
  padding-bottom: 2.8rem;
}

.services-wrapper .services-disc .service-dtl .contact-dtl .contact-ttl {
  color: #273772;
  margin-bottom: 2rem;
  font-family: "Cera-Pro-Medium";
}

.services-wrapper .services-disc .service-dtl .contact-dtl .menu .menu-item {
  padding-bottom: 2rem;
}

.services-wrapper .services-disc .service-dtl .contact-dtl .menu .menu-item .menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services-wrapper .services-disc .service-dtl .contact-dtl .menu .menu-item .menu-link img {
  width: 2.2rem;
  height: 2.2rem;
  margin-right: 1rem;
  vertical-align: bottom;
}

.services-wrapper .services-disc .service-dtl .contact-dtl .menu .menu-item .menu-link span {
  font: normal 1.6rem/1.3 "Cera-Pro-Regular";
  color: #273772;
}

.services-wrapper .services-disc .service-dtl .contact-dtl .menu .menu-item:last-child {
  padding-bottom: 0;
}

@media (max-width: 991.98px) {
  .services-wrapper .services-disc .accordion .card .card-body ul li {
    margin-left: 2rem;
  }
}

@media (max-width: 767.98px) {
  .services-wrapper {
    padding-bottom: 5rem;
  }
  .services-wrapper .services-disc .accordion .card {
    padding: 2.4rem 2.8rem;
    margin-bottom: 1.4rem;
  }
  .services-wrapper .services-disc .accordion .card .card-header .btn {
    font-size: 2.3rem;
  }
  .services-wrapper .services-disc .accordion .card .card-header .btn::after {
    width: 2rem;
    height: 1.2rem;
  }
  .services-wrapper .services-disc .accordion .card .card-body ul li {
    margin-left: 2.3rem;
  }
  .services-wrapper .services-disc .accordion .card .card-body ul li a {
    font-size: 2.2rem;
  }
  .services-wrapper .services-disc .accordion .card .card-body ul li::marker {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-size: 2rem;
  }
  .services-wrapper .services-disc .service-dtl {
    padding-top: 5rem;
  }
  .services-wrapper .services-disc .service-dtl .service-body {
    padding-bottom: 3.4rem;
  }
  .services-wrapper .services-disc .service-dtl .download-pdf {
    padding: 1.4rem 2.8rem;
    margin-bottom: 3.4rem;
  }
  .services-wrapper .services-disc .service-dtl .download-pdf .pdf-img {
    width: 1.8rem;
    height: 1.8rem;
    margin: 0 1rem 0 0;
  }
  .services-wrapper .services-disc .service-dtl .form {
    padding-bottom: 3.4rem;
  }
  .services-wrapper .services-disc .service-dtl .form .service-header .service-ttl {
    font-size: 2.6rem;
  }
  .services-wrapper .services-disc .service-dtl .form .submit .submit-btn {
    padding: 1.4rem 2.8rem;
  }
  .services-wrapper .services-disc .service-dtl .contact-dtl .menu .menu-item .menu-link img {
    width: 2.7rem;
    height: 2.7rem;
  }
  .services-wrapper .services-disc .service-dtl .contact-dtl .menu .menu-item .menu-link span {
    font-size: 2rem;
  }
}

.faqs {
  padding-bottom: 14.2rem;
}

.faqs .service-header .service-ttl::after {
  width: 120%;
}

.faqs .faqs-body {
  padding-top: 5.8rem;
}

.faqs .faqs-body .accordion .card {
  border: 1px solid #E9EBF0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.faqs .faqs-body .accordion .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 2.4rem 0;
}

.faqs .faqs-body .accordion .card .card-header .btn {
  font: normal 1.8rem/1.28 "Cera-Pro-Medium";
  color: #00c2e9;
  text-decoration: none;
  border: none;
  padding: 0 0 0 5rem;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.faqs .faqs-body .accordion .card .card-header .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.6rem;
  height: 0.2rem;
  border-radius: 8px;
  background-color: #273772;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.faqs .faqs-body .accordion .card .card-header .btn::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 1.8rem;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  width: 1.6rem;
  height: 0.2rem;
  border-radius: 8px;
  background-color: #273772;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.faqs .faqs-body .accordion .card .card-header .btn.collapsed {
  color: #323232;
}

.faqs .faqs-body .accordion .card .card-header .btn.collapsed::before {
  visibility: visible;
  opacity: 1;
  top: 50%;
}

.faqs .faqs-body .accordion .card .card-body {
  padding: 0 0 2.4rem 7.5rem;
}

.faqs .faqs-body .accordion .card .card-body h6 {
  font-family: "Cera-Pro-Regular";
  color: #898b9a;
  margin-bottom: 0;
}

.faqs .faqs-body .accordion .card:last-child {
  border-bottom: 1px solid #E9EBF0;
}

@media (max-width: 767.98px) {
  .faqs {
    padding-bottom: 10rem;
  }
  .faqs .faqs-body .accordion .card .card-header .btn {
    font-size: 2.2rem;
    padding-left: 6rem;
  }
  .faqs .faqs-body .accordion .card .card-header .btn::after {
    left: 2.3rem;
    width: 1.8rem;
    height: 0.3rem;
  }
  .faqs .faqs-body .accordion .card .card-header .btn::before {
    left: 2.3rem;
    width: 1.8rem;
    height: 0.3rem;
  }
  .faqs .faqs-body .accordion .card .card-body h6 {
    font-size: 2.2rem;
  }
}

.testimonial .testi-dtl {
  padding-bottom: 14.2rem;
}

.testimonial .testi-dtl .testi-head {
  padding: 12rem 0 3.5rem 0;
}

.testimonial .testi-dtl .testi-head .quote {
  width: 8.8rem;
  display: inline-block;
  margin-top: -8rem;
  margin-right: 0.8rem;
}

.testimonial .testi-dtl .testi-head .testi-ttl {
  display: inline-block;
  font-size: 3.4rem;
  color: #273772;
  margin-bottom: 0;
}

.testimonial .testi-dtl .testi-body {
  background-color: #fafafc;
  border-radius: 0 60px;
}

.testimonial .testi-dtl .testi-body .carousel {
  padding: 4.5rem 4.5rem 11.4rem 4.5rem;
}

.testimonial .testi-dtl .testi-body .carousel .carousel-inner .carousel-item .testi-slide .testi-img img {
  width: 18.3rem;
  height: 18.3rem;
  border-radius: 100%;
  max-width: initial;
}

.testimonial .testi-dtl .testi-body .carousel .carousel-inner .carousel-item .testi-slide .testi-desc {
  padding: 0 5rem 0 2.8rem;
}

.testimonial .testi-dtl .testi-body .carousel .carousel-inner .carousel-item .testi-slide .testi-desc .testi-desc-ttl {
  font: normal 2.4rem/1.25 "Cera-Pro-Bold";
  color: #1D2B4F;
  margin-bottom: 0.8rem;
}

.testimonial .testi-dtl .testi-body .carousel .carousel-inner .carousel-item .testi-slide .testi-desc .testi-rating {
  padding-bottom: 1.6rem;
}

.testimonial .testi-dtl .testi-body .carousel .carousel-inner .carousel-item .testi-slide .testi-desc .testi-rating img {
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.6rem;
}

.testimonial .testi-dtl .testi-body .carousel .carousel-inner .carousel-item .testi-slide .testi-desc .testi-rating img:last-child {
  margin-right: 0;
}

.testimonial .testi-dtl .testi-body .carousel .carousel-inner .carousel-item .testi-slide .testi-desc h6 {
  font-family: "Cera-Pro-Regular";
  line-height: 1.35;
  color: #898b9a;
}

.carousel .carousel-control {
  width: auto;
  opacity: 1;
  display: block;
  top: auto;
  bottom: 2.4rem;
}

 .carousel .carousel-control .sr-only {
  width: auto;
  height: auto;
  font: normal 1.8rem/1.5 "Cera-Pro-Medium";
  color: #273772;
  clip: auto;
  position: relative;
}

.carousel .carousel-control .sr-only.left {
  color: #898B9A;
}

 .carousel .carousel-control .sr-only.left::before {
  position: absolute;
  content: "";
  width: 6rem;
  height: 2px;
  background-color: #273772;
  left: 4.9rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.carousel .carousel-control.carousel-control-next {
  right: 3.4rem;
}

 .carousel .carousel-control.carousel-control-prev {
  left: auto;
  right: 15.8rem;
}

@media (max-width: 767.98px) {
  .testimonial .testi-dtl {
    padding-bottom: 11rem;
  }
  .testimonial .testi-dtl .testi-body .carousel {
    padding: 3.5rem 3.5rem 10.4rem 3.5rem;
  }
  .testimonial .testi-dtl .testi-body .carousel .carousel-inner .carousel-item .testi-slide .testi-desc {
    padding-right: 0;
  }
  .testimonial .testi-dtl .testi-body .carousel .carousel-inner .carousel-item .testi-slide .testi-desc .testi-desc-ttl {
    font-size: 2.8rem;
  }
  .testimonial .testi-dtl .testi-body .carousel .carousel-inner .carousel-item .testi-slide .testi-desc .testi-rating img {
    width: 1.8rem;
    height: 1.8rem;
  }
  .testimonial .testi-dtl .testi-body .carousel .carousel-inner .carousel-item .testi-slide .testi-desc h6 {
    font-size: 2.1rem;
  }
   .carousel .carousel-control .sr-only {
    font-size: 2.2rem;
  }
   .carousel .carousel-control .sr-only.left::before {
    left: 5.8rem;
  }
 .carousel .carousel-control.carousel-control-prev {
    right: 17rem;
  }
}

@media (max-width: 575.98px) {
  .testimonial .testi-dtl .testi-body .carousel .carousel-inner .carousel-item .testi-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .testimonial .testi-dtl .testi-body .carousel .carousel-inner .carousel-item .testi-slide .testi-img {
    margin: auto;
  }
  .testimonial .testi-dtl .testi-body .carousel .carousel-inner .carousel-item .testi-slide .testi-desc {
    padding: 3rem 0 0 0;
  }
  .testimonial .testi-dtl .testi-body .carousel .carousel-inner .carousel-item .testi-slide .testi-desc .testi-rating {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.checkout {
  padding-top: 5.8rem;
}

.checkout #customer_details section .container {
	padding: 0;
}

.checkout .checkout-box {
  position: relative;
  padding-bottom: 12.5rem;
}

.checkout .checkout-box .shipping-dtl {
  padding-right: 2rem;
  position: initial;
}

.checkout .checkout-box .shipping-dtl .checkout-steps {
  padding-bottom: 3.8rem;
}

.checkout .checkout-box .shipping-dtl .checkout-steps .steps {
  width: 100%;
  position: absolute;
  top: 0;
  padding: 4rem 0 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkout .checkout-box .shipping-dtl .checkout-steps .steps ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0.7rem;
}

.checkout .checkout-box .shipping-dtl .checkout-steps .steps ul li {
  padding-right: 9.4rem;
  position: relative;
}

.checkout .checkout-box .shipping-dtl .checkout-steps .steps ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font: normal 1.6rem/1.25 "Cera-Pro-Medium";
  color: #273772;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.checkout .checkout-box .shipping-dtl .checkout-steps .steps ul li a .step {
  font: normal 1.8rem/1.17 "Rubik", sans-serif;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.9rem;
  height: 3.7rem;
  background-color: rgba(39, 55, 114, 0.03);
  color: #273772;
  border-radius: 6px;
  margin-right: 1rem;
}

.checkout .checkout-box .shipping-dtl .checkout-steps .steps ul li a .current-info {
  display: none;
}

.checkout .checkout-box .shipping-dtl .checkout-steps .steps ul li.current a {
  color: #18dda2;
}

.checkout .checkout-box .shipping-dtl .checkout-steps .steps ul li.current a .step {
  background-color: #18dda2;
  color: #ffffff;
}

.checkout .checkout-box .shipping-dtl .checkout-steps .steps ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4.6rem;
  border: 1px dashed #898b9a;
}

.checkout .checkout-box .shipping-dtl .checkout-steps .steps ul li:last-child {
  padding-right: 0;
}

.checkout .checkout-box .shipping-dtl .checkout-steps .steps ul li:last-child::after {
  border: none;
}

.checkout .checkout-box .shipping-dtl .checkout-steps .checkout-wrapper {
  background-color: #fafafa;
  border-radius: 16px;
  padding: 3.8rem 3.8rem 7.8rem 3.8rem;
}

.checkout .checkout-box .shipping-dtl .checkout-steps .checkout-wrapper .sign-me-dtl {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 1.6rem;
  margin-bottom: 2.8rem;
}

.checkout .checkout-box .shipping-dtl .checkout-steps .checkout-wrapper .sign-me-dtl .sign-me-ttl {
  margin-bottom: 1.6rem;
  color: #727272;
  line-height: 1.375;
}

.checkout .checkout-box .shipping-dtl .checkout-steps .checkout-wrapper .sign-me-dtl .form-check {
  margin-bottom: 0;
}

.checkout .checkout-box .shipping-dtl .checkout-steps .checkout-wrapper#checkout-steps-p-1 label {
	background: #FAFAFC;
}

.checkout .checkout-box .shipping-dtl .checkout-steps .checkout-wrapper .woocommerce-account-fields {
	width: 100%;
	padding: 0 15px;
}

.checkout .checkout-box .shipping-dtl .checkout-steps .checkout-wrapper .woocommerce-billing-fields {
/* 	padding: 0 10px; */
	width: 100%;
}

.checkout .checkout-box .shipping-dtl .checkout-steps .checkout-wrapper .woocommerce-billing-fields .form_option_billing {
	display: none;
}

.checkout .checkout-box .shipping-dtl .checkout-steps .checkout-wrapper .woocommerce-billing-fields select.ocwma_select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	margin-bottom: 2.8rem;
}

.checkout .checkout-box .shipping-dtl .checkout-steps .checkout-wrapper .woocommerce-account-fields .form-row {	
	margin-bottom: 2.8rem;
}

.checkout .checkout-box .shipping-dtl .checkout-steps .checkout-wrapper .woocommerce-account-fields .woocommerce-input-wrapper {
	width: 100%;
}

.checkout .checkout-box .shipping-dtl .checkout-steps .title {
  display: none;
}

.checkout .checkout-box .shipping-dtl .checkout-steps .actions {
  margin-top: -7.8rem;
  text-align: center;
}

.checkout .checkout-box .shipping-dtl .checkout-steps .actions ul li a {
  font: normal 1.6rem/1.5 "Cera-Pro-Medium";
  color: #ffffff;
  border-radius: 10rem;
  padding: 0.8rem 2.4rem;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  z-index: 1;
}

.checkout .checkout-box .shipping-dtl .checkout-steps .actions ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: #18dda2;
  border: none;
  border-radius: 10rem;
}

.checkout .checkout-box .shipping-dtl .checkout-steps .actions ul li a:hover {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.checkout .checkout-box .shipping-dtl .checkout-steps .actions ul li a:hover::before {
  -webkit-transform: scale(0.98, 0.94);
          transform: scale(0.98, 0.94);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (max-width: 767.98px) {
  .checkout .checkout-box .shipping-dtl .checkout-steps .actions ul li a {
    font-size: 2rem;
  }
}

.checkout .checkout-box .shipping-dtl .checkout-steps .actions ul li:first-child {
  display: none;
}

.checkout .checkout-box .checkout-order {
  padding-left: 2rem;
}

.checkout .checkout-box .checkout-order .order-summary-ttl {
  padding-bottom: 1.6rem;
  margin-bottom: 2.4rem;
  border-bottom: 1px solid #efefef;
}

.checkout .checkout-box .checkout-order .order-summary-ttl h5 {
  font-family: "Cera-Pro-Medium";
  color: #273772;
  line-height: 1.2;
  margin-bottom: 0;
}

.checkout .checkout-box .checkout-order .order-summary-ttl a {
  font: normal 1.6rem/1.25 "Cera-Pro-Medium";
  color: #273772;
  text-decoration: underline;
}

.checkout .checkout-box .checkout-order .order-list {
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #f0f0f0;
}

.checkout .checkout-box .checkout-order .order-list .order-item .order-img img {
  border: 1px solid #ededed;
  border-radius: 12px;
  width: 8.9rem;
  height: 9.7rem;
  max-width: initial;
}

.checkout .checkout-box .checkout-order .order-list .order-item .order-dtl {
  width: 100%;
  padding-left: 1rem;
}

.checkout .checkout-box .checkout-order .order-list .order-item .order-dtl .order-ttl {
  font-family: "Cera-Pro-Medium";
  margin-bottom: 0.4rem;
}

.checkout .checkout-box .checkout-order .order-list .order-item .order-dtl .rate-qty {
  margin-bottom: 0.4rem;
}

.checkout .checkout-box .checkout-order .order-list .order-item .order-dtl .rate-qty .order-rate {
  line-height: 1.28;
  color: #00c2e9;
  margin-bottom: 0;
}

.checkout .checkout-box .checkout-order .order-list .order-item .order-dtl .rate-qty .qty {
  width: 8.7rem;
  border: 1px solid #ededed;
  border-radius: 8px;
  padding: 0.75rem;
}

.checkout .checkout-box .checkout-order .order-list .order-item .order-dtl .rate-qty .qty .form-control {
  padding: 0;
  border: none;
  background-color: transparent;
  text-align: center;
  font: normal 1.6rem/1.25 "Cera-Pro-Medium";
  -moz-appearance: textfield;
}

.checkout .checkout-box .checkout-order .order-list .order-item .order-dtl .rate-qty .qty .form-control::-webkit-outer-spin-button, .checkout .checkout-box .checkout-order .order-list .order-item .order-dtl .rate-qty .qty .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

.checkout .checkout-box .checkout-order .order-list .order-item .order-dtl .rate-qty .qty .qty-btn {
  cursor: pointer;
}

.checkout .checkout-box .checkout-order .order-list .order-item .order-dtl .more-dtl {
  font: normal 1.6rem/1.5 "Cera-Pro-Regular";
  color: #323232;
  text-decoration: underline;
}

.checkout .checkout-box .checkout-order .promo-code {
  padding: 1.6rem 0;
  border-bottom: 1px solid #f0f0f0;
}

.checkout .checkout-box .checkout-order .promo-code .promo-code-ttl {
  margin-bottom: 0.6rem;
  color: #727272;
}

.checkout .checkout-box .checkout-order .promo-code .form-group {
  margin-bottom: 0;
  width: 100%;
}

.checkout .checkout-box .checkout-order .promo-code .form-group .form-control {
  border-radius: 8px;
}

.checkout .checkout-box .checkout-order .promo-code .save-btn {
  margin-left: 0.8rem;
  border: none;
  font-family: "Cera-Pro-Bold";
  padding: 1.4rem 2.4rem;
}

.checkout .checkout-box .checkout-order .promo-code .save-btn::before {
  border-radius: 8px;
}

.checkout .checkout-box .checkout-order .order-total {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #e0e0e0;
  padding-top: 1.6rem;
}

.checkout .checkout-box .checkout-order .order-total .subtotal {
  padding-bottom: 1.6rem;
}

.checkout .checkout-box .checkout-order .order-total .subtotal .order-ttl {
  line-height: 1.28;
  margin-bottom: 0;
  font-family: "Cera-Pro-Regular";
}

.checkout .checkout-box .checkout-order .order-total .subtotal .order-rate {
  font-family: "Cera-Pro-Medium";
  line-height: 1.28;
  margin-bottom: 0;
  color: #00c2e9;
}

.checkout .checkout-box .checkout-order .order-total .total {
  border-top: 1px solid #e0e0e0;
  padding: 2.4rem 0;
}

.checkout .checkout-box .checkout-order .order-total .total .order-ttl {
  line-height: 1.27;
  margin-bottom: 0;
}

.checkout .checkout-box .checkout-order .order-total .total .order-rate {
  line-height: 1.27;
  margin-bottom: 0;
  color: #00c2e9;
}

@media (max-width: 767.98px) {
  .checkout .checkout-box .shipping-dtl {
    padding-right: 15px;
  }
  .checkout .checkout-box .shipping-dtl .checkout-steps .steps ul {
    padding-left: 0;
  }
  .checkout .checkout-box .shipping-dtl .checkout-steps .steps ul li {
    padding-right: 8.5rem;
  }
  .checkout .checkout-box .shipping-dtl .checkout-steps .steps ul li a {
    font-size: 1.8rem;
  }
  .checkout .checkout-box .shipping-dtl .checkout-steps .checkout-wrapper form .sign-me-dtl {
    padding: 2rem;
  }
  .checkout .checkout-box .shipping-dtl .checkout-steps .actions ul li a {
    padding: 1rem 2.6rem;
  }
  .checkout .checkout-box .checkout-order {
    padding-left: 15px;
    padding-top: 6rem !important;
  }
  .checkout .checkout-box .checkout-order .order-summary-ttl {
    padding-bottom: 2rem;
    margin-bottom: 3.4rem;
  }
  .checkout .checkout-box .checkout-order .order-summary-ttl a {
    font-size: 2rem;
  }
  .checkout .checkout-box .checkout-order .order-list {
    padding-bottom: 2.6rem;
  }
  .checkout .checkout-box .checkout-order .order-list .order-item .order-img img {
    width: 11.9rem;
    height: 12.7rem;
  }
  .checkout .checkout-box .checkout-order .order-list .order-item .order-dtl {
    padding-left: 1.5rem;
  }
  .checkout .checkout-box .checkout-order .order-list .order-item .order-dtl .order-ttl {
    margin-bottom: 0.8rem;
  }
  .checkout .checkout-box .checkout-order .order-list .order-item .order-dtl .rate-qty {
    margin-bottom: 0.8rem;
  }
  .checkout .checkout-box .checkout-order .order-list .order-item .order-dtl .rate-qty .qty {
    width: 10rem;
    padding: 0.85rem 1.15rem;
  }
  .checkout .checkout-box .checkout-order .order-list .order-item .order-dtl .rate-qty .qty .form-control {
    font-size: 2rem;
  }
  .checkout .checkout-box .checkout-order .order-list .order-item .order-dtl .more-dtl {
    font-size: 2rem;
  }
  .checkout .checkout-box .checkout-order .promo-code {
    padding: 2.6rem 0;
  }
  .checkout .checkout-box .checkout-order .promo-code .form-group .form-control {
    font-size: 2rem;
  }
  .checkout .checkout-box .checkout-order .promo-code .save-btn {
    font-size: 2.2rem;
    padding: 1.568rem 2.8rem;
    margin-left: 1.2rem;
  }
  .checkout .checkout-box .checkout-order .order-total {
    padding-top: 2.6rem;
  }
  .checkout .checkout-box .checkout-order .order-total .total {
    margin-top: 1rem;
    padding: 3rem 0;
  }
}

@media (max-width: 575.98px) {
  .checkout .checkout-box .shipping-dtl .checkout-steps .steps {
    width: auto;
    left: 0;
    right: 0;
    padding: 4rem 15px 4.8rem;
  }
  .checkout .checkout-box .shipping-dtl .checkout-steps .steps ul {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
  }
  .checkout .checkout-box .shipping-dtl .checkout-steps .steps ul li {
    width: 100%;
    padding: 0 5% !important;
  }
  .checkout .checkout-box .shipping-dtl .checkout-steps .steps ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .checkout .checkout-box .shipping-dtl .checkout-steps .steps ul li a .step {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .checkout .checkout-box .shipping-dtl .checkout-steps .steps ul li::after {
    display: none;
  }
  .checkout .checkout-box .shipping-dtl .checkout-steps .checkout-wrapper form .sign-me-dtl .sign-me-ttl {
    margin-bottom: 2.6rem;
  }
}

@media (max-width: 320px) {
  .checkout .checkout-box .shipping-dtl .checkout-steps .actions {
    margin-top: -8.8rem;
  }
  .checkout .checkout-box .shipping-dtl .checkout-steps .checkout-wrapper {
    padding: 2.8rem 2.8rem 8.8rem 2.8rem;
  }
}

.woocommerce-thankyou-order-details {
	display: none;
}

/* pages css */


/*  cart dropdown start  */
header .cart-profile .cart .cart-dropdown {
  display: none;
  position: absolute;
  top: 170%;
  right: -170%;
  width: 34rem;
/*   -webkit-transform: translateX(-50%);
          transform: translateX(-50%); */
  padding: 1.6rem;
  border: none;
  border-radius: 8px;
  background: #ffffff;
  -webkit-box-shadow: 0px 14px 24px rgba(204, 204, 204, 0.33);
          box-shadow: 0px 14px 24px rgba(204, 204, 204, 0.33);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

header .cart-profile .cart .cart-dropdown .woocommerce-mini-cart__empty-message {
	margin-bottom: 0;
}

header .cart-profile .cart .cart-dropdown .cart-item:first-child {
	display: block;
	width: 100%;
	height: auto;
	background: none;
	cursor: default;
}

header .cart-profile .cart .cart-dropdown .cart-item,
header .cart-profile .cart .cart-dropdown .cart_list .mini_cart_item .remove,
header .cart-profile .cart .cart-dropdown .buttons .checkout {
	display: none;
}

header .cart-profile .cart .cart-dropdown .your-order-ttl p {
	font-family: "Rubik", sans-serif;
	font-weight: 500;
	margin-bottom: 0;
	text-transform: capitalize;
}

header .cart-profile .cart .cart-dropdown .your-order-ttl img {
	width: 1.4rem;
	cursor: pointer;
}

header .cart-profile .cart .cart-dropdown .cart_list {
	max-height: 40vh;
	overflow-y: scroll;
}

header .cart-profile .cart .cart-dropdown .cart_list::-webkit-scrollbar {
	width: 3px;
}

header .cart-profile .cart .cart-dropdown .cart_list::-webkit-scrollbar-thumb {
  background-color: #273772;
}

header .cart-profile .cart .cart-dropdown .cart_list .no-data-cart {
	text-align: center;
	padding: 1.6rem 0;
}

header .cart-profile .cart .cart-dropdown .cart_list .mini_cart_item {
	margin-left: 0;
	position: relative;
	padding: 1.6rem 0;
	border-bottom: 1px solid #F0F0F0;
}

header .cart-profile .cart .cart-dropdown .cart_list .mini_cart_item .product-dtl {
	width: 100%;
}

header .cart-profile .cart .cart-dropdown .cart_list .mini_cart_item .product-dtl .price-qty {
	width: 100%;
}

header .cart-profile .cart .cart-dropdown .cart_list .mini_cart_item:last-child {
	border: none;
}

header .cart-profile .cart .cart-dropdown .cart_list .mini_cart_item .cart-mini-img {
	font: normal 1.6rem/1.5 'Cera-Pro-Medium';
}

header .cart-profile .cart .cart-dropdown .cart_list .mini_cart_item .cart-mini-img:hover {
	color: #323232;
}

header .cart-profile .cart .cart-dropdown .cart_list .mini_cart_item .cart-mini-img .attachment-woocommerce_thumbnail,
header .cart-profile .cart .cart-dropdown .cart_list .mini_cart_item .cart-mini-img .attachment-cart_thumb{
	height: 9.8rem;
    width: 9rem;
    border: 1px solid #ededed;
    border-radius: 12px;
    object-fit: contain;
	margin-right: 1rem;
}

header .cart-profile .cart .cart-dropdown .cart_list .mini_cart_item .price-qty .product-name {
	margin-bottom: 0.4rem;
}

header .cart-profile .cart .cart-dropdown .cart_list .mini_cart_item .price-qty .price {
	font: normal 1.8rem/1.28 'Cera-Pro-Bold';
	color: #00C2E9;
	padding-right: 0.5rem;
}

header .cart-profile .cart .cart-dropdown .cart_list .mini_cart_item .price-qty .quantity {
	border: 1px solid #EDEDED;
	border-radius: 8px;
	padding: 0.5rem 1.15rem;
	max-width: 50%;
	display: flex;
    align-items: center;
	justify-content: space-between;
}

header .cart-profile .cart .cart-dropdown .cart_list .mini_cart_item .price-qty .quantity .quantity {
	border: none;
}

header .cart-profile .cart .cart-dropdown .cart_list .mini_cart_item .price-qty .quantity.book-quantity {
	font: normal 1.6rem/1.26 'Cera-Pro-Medium';
	color: #323232;
}

header .cart-profile .cart .cart-dropdown .cart_list .mini_cart_item .price-qty .quantity .wac-qty-button {
	background-color: transparent;
    padding: 0;
	border: none;
	color: #323232;
}

header .cart-profile .cart .cart-dropdown .cart_list .mini_cart_item .price-qty .quantity input {
	font: normal 1.6rem/1.26 'Cera-Pro-Medium';
	color: #323232;
	background: transparent;
    border: none;
    padding: 0;
    width: 3.5rem;
    text-align: center;
    border-radius: 0;
	  -moz-appearance: textfield;
}

header .cart-profile .cart .cart-dropdown .cart_list .mini_cart_item .price-qty .quantity input::-webkit-outer-spin-button, 
header .cart-profile .cart .cart-dropdown .cart_list .mini_cart_item .price-qty .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

header .cart-profile .cart .cart-dropdown .cart_list .mini_cart_item .variation, .variation {
	font-size: 1.4rem;
	padding: 1rem 0.5rem 0 0.3rem;
	font-family: 'Cera-Pro-Medium';
}

header .cart-profile .cart .cart-dropdown .cart_list .mini_cart_item .variation dt,
header .cart-profile .cart .cart-dropdown .cart_list .mini_cart_item .variation span, .variation span {
	font-weight: normal;
	color: #000000;
	margin-right: 0.25rem;
}

header .cart-profile .cart .cart-dropdown .cart_list .mini_cart_item .variation dd p,
header .cart-profile .cart .cart-dropdown .cart_list .mini_cart_item .variation p, .variation p{
	font-size: 1.4rem;
	margin-bottom: 0;
}

header .cart-profile .cart .cart-dropdown .cart_list .mini_cart_item .variation li, .variation li {
	margin-left: 0;
	display: flex;
	align-items: center;
}

header .cart-profile .cart .cart-dropdown .total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.6rem 0 2.4rem;
	margin-bottom: 0;
	border-top: 1px solid #ededed;
}

header .cart-profile .cart .cart-dropdown .total strong {
	font: normal 2.2rem/1.27 'Cera-Pro-Bold';
	color: #323232;
}

header .cart-profile .cart .cart-dropdown .total .amount {
	font: normal 2.2rem/1.27 'Cera-Pro-Bold';
	color: #00C2E9;
}

header .cart-profile .cart .cart-dropdown .view-cart a:hover {
	color: #ffffff;
}

header .cart-profile .cart .cart-dropdown .buttons {
	margin-bottom: 0;
	padding: 0.8rem 2.4rem;
	margin: auto;
    display: table;
}

@media (max-width: 991px) {
	header .cart-profile .cart .cart-dropdown .cart_list .mini_cart_item .cart-mini-img,
	header .cart-profile .cart .cart-dropdown .buttons a {
		width: auto;
		height: auto;
	}
}

@media (max-width: 767px) {
	header .cart-profile .cart .cart-dropdown .your-order-ttl img {
		width: 1.7rem;
	}
	header .cart-profile .cart .cart-dropdown .cart_list .mini_cart_item .cart-mini-img,
	header .cart-profile .cart .cart-dropdown .cart_list .mini_cart_item .price-qty .quantity input,
	header .cart-profile .cart .cart-dropdown .cart_list .mini_cart_item .price-qty .quantity .wac-qty-button {
		font-size: 1.8rem;
	}
	header .cart-profile .cart .cart-dropdown .cart_list .mini_cart_item .price-qty .price {
		font-size: 2rem;
	}
	header .cart-profile .cart .cart-dropdown .cart_list .mini_cart_item .price-qty .quantity {
		padding: 0.3rem 1.1rem 0.5rem;
	}
	header .cart-profile .cart .cart-dropdown .cart_list .mini_cart_item .price-qty .quantity.book-quantity {
		font-size: 1.8rem;
		padding-top: 0.6rem;
	}
	header .cart-profile .cart .cart-dropdown .cart_list .mini_cart_item .price-qty {
		bottom: 2rem;
		width: 22rem;
	}
	header .cart-profile .cart .cart-dropdown .cart_list .mini_cart_item .variation,
	header .cart-profile .cart .cart-dropdown .cart_list .mini_cart_item .variation dd p {
		font-size: 1.7rem;
	}
	header .cart-profile .cart .cart-dropdown .total strong,
	header .cart-profile .cart .cart-dropdown .total .amount {
		font-size: 2.4rem;
	}
	header .cart-profile .cart .cart-dropdown {
		width: 37rem;
		padding: 2rem;
	}
}

@media (max-width: 575px) {
	header .cart-profile .cart .cart-dropdown .cart_list .mini_cart_item .cart-mini-img,
	header .cart-profile .cart .cart-dropdown .buttons a {
		padding: 0;
	}
}
/*  cart dropdown end  */

/* my booking page css start */
/* .upcoming-booking table, .today-booking table, .history-booking table, .not-found {
	display: none;
} */

/* 
.upcoming-booking table:nth-last-child(3), .today-booking table:first-child, .history-booking table:nth-child(4) {
	display: table;
} */

/* my booking page css end */

/*# sourceMappingURL=application.css.map */

/*page not found css start*/
.page-not-found {
	height: 75vh;
	display: flex;
    align-items: center;
    justify-content: center;
	background-color: rgba(0, 194, 233, 0.05);
}

.page-not-found .not-found .page-title{ 
	color: #18dda2;
}

.page-not-found .not-found .page-title span {
	font-size: 12rem;
	color: #273772;
}

.page-not-found .not-found .page-content h6{ 
	color: #273772;
	font-family: "Cera-Pro-Medium";
    width: 50%;
    margin: 1.5rem auto 2.5rem;
}

.page-not-found .not-found .action-btns .secondary-btn {
    padding: 1rem 3.6rem;
}

.page-not-found .not-found .action-btns .contact-btn.secondary-btn {
	margin-left: 1rem;
}

.page-not-found .not-found .action-btns .contact-btn.secondary-btn:before {
	background-color: #00C2E9;
}

#post-29 .entry-content .woocommerce-MyAccount-content .my-order .woocommerce-orders-table__cell-order-actions a {
	border-right: 2px solid #00c2e9;
    padding: 0 5px;
}
#post-29 .entry-content .woocommerce-MyAccount-content .my-order .woocommerce-orders-table__cell-order-actions a:last-child {
	padding-right: 0;
	border-right: 0px;
}
#post-29 .entry-content .woocommerce-MyAccount-content .my-order .woocommerce-orders-table__cell-order-actions a:first-child {
	padding-left: 0;
}

@media (max-width: 767.98px) {
	.page-not-found .not-found .page-content h6 {
		width: 75%;
	}
}

@media (max-width: 350.98px) {
	.page-not-found .not-found .page-content h6 {
		width: 100%;
	}
}
/*page not found css end*/