* {
  margin: 0;

  padding: 0;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/fa-solid-900.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("/fonts/fa-brands-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("/fonts/fa-solid-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "bootstrap-icons";
  src: url("/fonts/bootstrap-icons.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Override for FontAwesome Solid */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.woff2")
    format("woff2");
  font-display: swap;
}

/* Override for FontAwesome Brands */
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-brands-400.woff2")
    format("woff2");
  font-display: swap;
}

/* Override for Bootstrap Icons */
@font-face {
  font-family: "bootstrap-icons";
  font-style: normal;
  font-weight: 400;
  src: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/fonts/bootstrap-icons.woff2")
    format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "FontAwesome";
  src: url("https://pro.fontawesome.com/webfonts/fa-solid-900.woff2")
    format("woff2");
  font-display: swap;
}

.icon {
  font-family: "FontAwesome";
  font-weight: 900;
}
.img-fill1 {
  display: none;
}
html,
body {
  overflow-x: hidden !important;
}

.mobssl {
  display: none;
}

.sslimg {
  display: block;
}

a,
a:active,
a:focus,
a:hover,
button {
  text-decoration: none;

  border: none;

  outline: 0;
}
p,
li {
  font-size: 16px;
}
#desktopbanner {
  display: none;
}

.pagination div {
  float: left;

  margin-left: 5px;

  font-size: 15px;
}
.register-form-box {
  margin-bottom: 4rem !important;
}
.pagination {
  float: right;
}

ul {
  list-style: none;

  margin-bottom: 0;
  color: #000;
}

.card {
  width: 100%;
  height: 340px;
  background-color: #fff;
  left: 40%;
  top: 16%;
  -webkit-box-shadow: 0 0 50px -20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 50px -20px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  margin-top: 1rem;
}

.card .card-image img {
  background-size: cover;

  width: 188px;

  height: 191px;

  border-radius: 10px;

  margin: 18px;

  padding-top: 15px;
}

section {
  padding: 15px 0;
}

.card .card-title {
  font-family: Balsamiq Sans;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  /* margin: 0 0 0 27px; */
  color: #000;
}

.dropdown-content {
  display: none;

  position: absolute;
}

.dropdown-content a {
  display: block;
}

.tpcls {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.productmenu:hover .dropdown-content {
  display: block;
}

/*end of the css*/

.card .price {
  font-family: Balsamiq Sans;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  line-height: 20px;
  /* margin: 25px; */
  color: #000;
  /* margin-left: 60px */
}

.card .card-color {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  margin: 25px;
}

.card .card-color .color-1 {
  background-color: #ffcece;

  border-radius: 100%;

  width: 20px;

  height: 20px;
}

.card .card-color .color-2 {
  background-color: #f2ffbf;

  border-radius: 100%;

  width: 20px;

  height: 20px;

  margin-left: 5px;
}

.card .card-color .color-3 {
  background-color: #595959;

  border-radius: 100%;

  width: 20px;

  height: 20px;

  margin-left: 5px;
}

.card .card-color .color-4 {
  background-color: #fff;

  border-radius: 100%;

  width: 20px;

  height: 20px;

  margin-left: 5px;
}

/*.card .card-button {

	background-color: #dadada;

	border-radius: 10px;

	counter-increment: none;

	color: #000;

	padding: 10px 10px 10px 80px;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	margin: 14px;

	cursor: pointer

}*/

.card .card-button {
  background-color: #069ea3;
  border-radius: 10px;
  counter-increment: none;
  color: #000;
  padding: 11px 10px 10px 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 14px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
}

.card .card-button:hover {
  background-color: #4fbec1;

  color: #fff;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;
}

.fa-comments {
  font-size: 17px !important;
}

.topaddress-v2 ul {
  margin: 0 !important;

  padding: 0 !important;
}

.media-heading {
  color: #515151;

  font-size: 18px;

  font-weight: 700;

  margin-bottom: 2px;

  margin-top: 0;
}

.topbar-area .media {
  position: relative;

  bottom: -11px;
}

#more {
  background: #36b5b9;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  /* margin-top: 60px; */
  /*margin-top: 35px;*/
  text-align: center;
  -webkit-transition: all 0.4s ease 0;
  transition: all 0.4s ease 0;
  /* width: 150px; */
  width: 150px;
}

#less {
  background: #36b5b9;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  /* margin-top: 60px; */
  /*margin-top: 35px;*/
  text-align: center;
  -webkit-transition: all 0.4s ease 0;
  transition: all 0.4s ease 0;
  /* width: 150px; */
  width: 150px;
}

.media-body {
  color: #999;

  font-family: "Lato", sans-serif;

  font-size: 14px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.table input[type="text"],
input[type="tel"],
input[type="number"],
input[type="password"],
select {
  width: 100%;

  border: 1px solid #766565;

  padding: 5px;

  border-radius: 5px;
}

.quote-box {
  display: flex !important;
  align-items: center !important;
  padding: 16px 20px;
}

.table textarea {
  width: 100%;

  border: 1px solid #766565;

  padding: 5px;

  border-radius: 5px;

  height: 80px;
}

.pull-left {
  margin-right: 20px;
}

.topbar-area .pull-left {
  margin-right: 10px;
}

.updatebtn1 {
  display: inline-block;

  padding: 1px 12px;

  font-size: 14px;

  font-weight: 400;

  border: 1px solid transparent;

  border-radius: 4px;

  background: #f26456;

  color: #fff;
}

nav.navbar {
  background: #36b5b9 !important;

  border-radius: 0;

  font-family: "PT Sans", sans-serif;
}

.menu > li > a {
  color: #fff;

  font-size: 14px;

  font-weight: 700;

  line-height: 30px;

  text-transform: uppercase;

  transition: 0.4s;

  padding-right: 15px;

  padding-left: 15px;

  letter-spacing: 1px;
}

.cltrt {
  background: #dd5144;
}

.menu li:last-child > ul {
  right: 0;

  left: auto;
}

.menu li:nth-last-child(2) > ul {
  right: 0;

  left: auto;
}

.menu > li > a span {
  padding-left: 5px;
}

.menu > li > a:hover {
  background: #f15c58;
}

.navbar-collapse {
  padding-left: 0;
}

.social-link a {
  background: #fff none repeat scroll 0 0;

  border: 3px solid #58c4c6;

  border-radius: 50%;

  color: #23b5b9;

  font-size: 14px;

  height: 40px;

  line-height: 34px !important;

  margin: 0;

  padding: 0 !important;

  text-align: center;

  width: 40px;

  transition: 0.4s;

  margin-left: 8px;
}

.social-link {
  margin-top: 15px;
}

.nav.social-link a:hover {
  background: #f15c59;

  color: #fff;

  border-color: #f15c59;
}

.menu li {
  position: relative;
}

.menu li > ul {
  background: #4cbcbf none repeat scroll 0 0;

  left: 0;

  position: absolute;

  transition: all 0.4s ease 0;

  width: 470px;
}

.confirmorder {
  background: #f26456;
  padding: 18px;
  border: 2px solid #ccc;
  color: #fff;
  border-radius: 13px;
  margin-top: 10px;
}

.menu li > ul li a {
  line-height: 50px;

  border-bottom: 1px solid #fff;

  transition: 0.4s;

  display: block;

  text-transform: uppercase;

  font-weight: 700;

  padding-left: 25px;

  padding-right: 25px;

  color: #fff;

  letter-spacing: 1px;
}

.menu li > ul li:last-child a {
  border-bottom: 0;
}

.clsback {
  background: #f15c59;

  color: #fff;

  border-color: #f15c59;

  border-top: 1px solid #ede7e7;
}

.menu li > ul li a:hover {
  background: #f15c59;

  color: #fff;

  border-color: #fff;
}

.content ul {
  margin: 10px;

  padding: 10px;
}

.content ol {
  margin: 10px;

  padding: 10px;
}

.content li {
  list-style: disc;
}

.block-category-title strong {
  color: #fff;

  font-size: 12px;

  font-weight: 400;

  line-height: normal;

  text-transform: uppercase;
}

.block-category ul {
  padding: 1px 6px;
}

.block-category ul li a {
  color: #777;

  text-decoration: none;
}

.block-category li .fa-play {
  color: #bbb;

  font-size: 12px;

  margin-right: 5px;
}

.block-category ul li {
  list-style: none;

  padding: 8px;
}

.clear {
  clear: both;
}

.bttnleft {
  background: #ec5f55;
  color: #ffffff;
  padding: 9px 25px;
  float: right;
  border: 1px solid #ec5f55;
  font-weight: 600;
  font-size: 18px;
}

.bttnriht {
  background: #ccc;

  color: #333;

  padding: 5px;

  float: left;

  border: 1px solid #333;
}

.block-category {
  width: 100%;

  padding: 10px 0 2px;

  border: 1px #ebebeb solid;
}

.block-category-title {
  background: #f26456 none repeat scroll 0 0;

  margin-bottom: 0;

  padding: 12px 20px 11px 15px;

  position: relative;

  border-bottom: #ccc solid 5px;
}

.home-area {
  position: relative;

  /* margin-bottom: 40px */
}

.navbar-area {
  position: absolute;

  width: 100%;

  left: 0;

  z-index: 55;
}

.welcome-text h1 {
  color: #23b5b9;

  font-size: 48px;

  font-weight: 900;
}

.welcome-text ul li {
  font-size: 16px;

  padding-bottom: 7px;
}

.welcome-btn a {
  background: rgba(71, 58, 56, 0.5) none repeat scroll 0 0;

  border-radius: 50px;

  color: #fff;

  display: inline-block;

  font-weight: 400;

  height: 50px;

  line-height: 50px;

  text-align: center;

  text-transform: uppercase;

  width: 200px;
}

.welcome-btn {
  margin-top: 50px;
}

.welcome-text {
  /*background: #fff none repeat scroll 0 0;*/

  padding: 20px;

  /*box-shadow: 3px 5px 10px rgba(0, 0, 0, .07);*/

  /*position: absolute;

  top: 56px;*/

  position: absolute;
  top: 20px;
  color: #1f9a94;
}

.welcome-text-new {
  /*background: #fff none repeat scroll 0 0;*/
  padding: 0px;
  position: relative;
  top: 8px;
}

.welcome-text h4 {
  font-size: 16px;

  line-height: 24px;
}

/*.welcome-text h2 {

	color: #aea3a3;

	font-weight: 300;

	padding-bottom: 20px

}*/

/*.welcome-text h2 {

	color: #3ca4a7;

    font-weight: 700;

    padding-bottom: 20px;

    font-size: 65px;

    text-shadow: 2px 2px #ff0000;

}*/

.welcome-text h1 {
  /*color: #3ca4a7;

    font-weight: 700;

    padding-bottom: 20px;

    font-size: 65px;

    text-shadow: 2px 2px #ff0000;*/

  color: #3ca4a7;
  font-weight: 700;
  padding-bottom: 10px;
  font-size: 67px;
  text-shadow: 2px 2px #ff0000;
}

.clear {
  clear: both;
}

.welcome-text h4 {
  color: #999;

  line-height: 24px;
}

.login_form p {
  text-align: justify;
}

.read-more {
  background: #f15c58 none repeat scroll 0 0;

  border-radius: 3px;

  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.07);

  color: #fff;

  display: inline-block;

  font-weight: 700;

  height: 55px;

  line-height: 55px;

  margin-top: 40px;

  text-align: center;

  text-transform: uppercase;

  width: 155px;

  transition: 0.4s;
}

.fnt {
  background: #f26456;

  padding: 5px;

  color: #fff;

  border: 1px solid #ccc;
}

.headashipp {
  background: #4fbec2;

  padding: 5px;

  color: #fff;
}

.read-more:hover {
  background: #7bced1;

  color: #fff;
}

.get-btn a {
  font-size: 20px;

  background: #fff none repeat scroll 0 0;

  color: #23b5b9;

  display: inline-block;

  font-weight: 700;

  height: 55px;

  line-height: 51px;

  text-align: center;

  width: 220px;

  border-radius: 3px;

  -webkit-transition: 0.4s;

  transition: 0.4s;

  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.07);

  font-family: "PT Sans", sans-serif;
}
.fixed-icon {
  position: fixed;
  top: 78%;
  right: 1px;
  z-index: 100;
}

.get-btn i {
  font-size: 26px !important;
  color: #31c131;
  margin: 0px 5px;
}

.get-btn a:hover {
  color: #fff;

  background: #f15c58;
}

.get-quote-area {
  background: #339ea1 none repeat scroll 0 0;

  color: #fff;

  padding: 5px 0;
}

.get-quate-content h2 {
  font-weight: 700;
  padding-bottom: 0px;
  font-size: 25px;
  font-weight: 600;
  /* text-transform: capitalize; */
  color: #fff !important;
}

.aboutUs-contant h2 {
  /*color: #fff;*/
  color: #4fbec2;
}

.get-quate-content {
  font-size: 16px;

  font-weight: 400;
}

.single-speacialist a {
  font-size: 15px;

  font-weight: 700;

  color: #505050;
}

.single-speacialist a:hover {
  text-decoration: underline;
}

h2 {
  color: #4fbec2;

  margin-bottom: 10px;

  margin-top: 10px;

  font-size: 20px;

  font-weight: 700;
}

h1 {
  font-weight: bold;
}

p {
  margin-bottom: 2px;

  margin-top: 2px;
}

.features-area {
  background: #f5fcff;
}

.features-icon {
  background: #f15c58 none repeat scroll 0 0;

  border-radius: 50%;

  display: inline-block;

  height: 120px;

  line-height: 120px;

  width: 120px;

  margin-bottom: 30px;
}

.single-features > h4 {
  color: #23b5b9;

  font-size: 18px;

  font-weight: 900;

  margin-bottom: 15px;

  text-transform: uppercase;
}

.single-features {
  color: #999;

  font-size: 16px;

  line-height: 24px;
}

.service-link {
  color: #f15c58;

  display: block;

  font-size: 17px;

  font-weight: 700;

  margin-top: 40px;

  transition: 0.4s;
}

.bg-box {
  background-color: #f6f6f6;
  box-shadow: 0px 7px 17px 1px rgb(0 0 0 / 21%);
}

.service-link:hover {
  color: #23b5b9;
}

.aboutUs-area {
  position: relative;
}

.aboutUs-area:after {
  position: absolute;

  width: 100%;

  width: 100%;

  height: 100%;

  right: 0;

  content: "";

  /*background: #23b5b9;*/

  background: transparent;

  top: 0;

  z-index: -1;
}

.footer-col strong {
  font-size: 20px;
  text-transform: uppercase;
  color: #eb5657 !important;
  font-weight: 500;
}

.footer-col-content ul li a {
  color: #333;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  line-height: 24px;
  /* font-weight: 600; */
}

.aboutUs-contant {
  color: #fff;
}

.about-left {
  padding-right: 50px;
}

.about-title h4 {
  margin-bottom: 10px;

  font-weight: 400;

  font-family: "PT Sans", sans-serif;
}

.cnt p,
h4,
h2 {
  color: #333;
}

.about-title h1 {
  font-weight: 900;
}

.about-title {
  padding-bottom: 30px;
}

.aboutUs-contant p {
  padding-bottom: 30px;

  line-height: 24px;

  font-size: 16px;

  color: #000;

  /* text-align: justify; */
}

.about-btn {
  background: #fff none repeat scroll 0 0;

  border-radius: 3px;

  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.07);

  color: #f15c58;

  display: inline-block;

  font-weight: 700;

  height: 50px;

  line-height: 50px;

  text-align: center;

  width: 150px;

  margin-top: 20px;

  transition: 0.4s;

  font-family: "PT Sans", sans-serif;

  text-transform: uppercase;
}

.reviews_num p {
  font-weight: 700;

  font-size: 17px;

  text-align: center;
}

.about-right {
  padding-left: 10px;
}

.aboutUs-contant.about-right > h4 span {
  padding-right: 20px;
}

.aboutUs-contant.about-right > h4 {
  padding-bottom: 10px;
}

.about-right .about-btn {
  margin-top: 10px;

  color: #23b5b9;

  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.07);
}

.about-btn:hover {
  background: #23b5b9;

  color: #fff;
}

.about-right .about-btn:hover {
  background: #f15c58;

  color: #fff;
}

.section-title span {
  color: #615656;

  font-weight: 600;
}

.section-title h1 {
  color: #23b5b9;

  font-weight: 900;

  padding-bottom: 20px;

  text-transform: capitalize;
}

.backbtn {
  background: #ccc;

  color: #333;

  padding: 5px;

  float: left;

  border: 1px solid #333;
}

.section-title {
  font-size: 16px;

  color: #999;

  padding-bottom: 0;
}

.single-speacialist > h4 {
  color: #23b5b9;

  font-size: 20px;

  font-weight: 900;

  margin-bottom: 10px;
}

.speacialist-area {
  background: #f5fcff;
}

.single-speacialist {
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.07);

  color: #999;

  font-size: 18px;

  padding-bottom: 30px;

  background: #fff;
}

.single-speacialist:hover .specialist-img:before {
  opacity: 1;
}

.single-speacialist:hover .speacialist-link {
  top: 13%;

  opacity: 1;
}

.specialist-img {
  margin-bottom: 30px;

  position: relative;

  overflow: hidden;
}

.specialist-img:before {
  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  content: "";

  background: rgba(0, 0, 0, 0.5);

  opacity: 0;

  transition: 0.4s;
}

.speacialist-link a {
  width: 50px;

  height: 50px;

  line-height: 50px;

  display: block;

  background: #23b5b9;

  color: #fff;

  border-radius: 50%;

  margin-bottom: 15px;

  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.07);

  transition: 0.4s;
}

.speacialist-link {
  position: absolute;

  right: 5%;

  transition: 0.4s;

  top: 100%;

  opacity: 0;
}

.speacialist-link a:last-child {
  margin-bottom: 0;
}

.speacialist-link a:hover {
  background: #f15c58;
}

.view-alldoctors a.read-more {
  margin-top: 60px;

  /* width: 200px */
}

.department-section {
  position: relative;

  background: #f5fcff;
}

.department-section::before {
  background: #23b5b9 none repeat scroll 0 0;

  content: "";

  height: 40.6%;

  position: absolute;

  top: 0;

  width: 100%;
}

.department-section .section-title {
  color: #fff;
}

.department-section .section-title h1 {
  color: #fff;
}

.department-section .section-title h1 span {
  color: #fff;
}

.nav.nav-justified.nav-tabs li.active a {
  background: transparent none repeat scroll 0 0;

  opacity: 1;

  border-top: 0;

  border-bottom: 0;
}

.nav.nav-tabs.nav-justified li a {
  border-left: 1px solid #5ac8cb;

  border-right: 1px solid #5ac8cb;

  color: #fff;

  opacity: 0.25;

  transition: 0.4s;

  border-bottom: 0;

  font-weight: 700;

  text-transform: uppercase;
}

.nav.nav-tabs.nav-justified li.active {
  position: relative;
}

.nav.nav-tabs.nav-justified li.active:before {
  position: absolute;

  background-image: url(img/tabshap.png);

  background-repeat: no-repeat;

  content: "";

  bottom: -101px;

  left: 50%;

  margin-left: -17px;

  width: 34px;

  height: 15px;

  z-index: 47;
}

.nav.nav-tabs.nav-justified li a:hover {
  opacity: 1;
}

.navimg {
  height: 60px;

  line-height: 40px;

  margin-bottom: 10px;
}

.nav.nav-justified.nav-tabs li.active a:hover {
  border-right-color: #5ac8cb;

  border-left-color: #5ac8cb;
}

.nav.nav-tabs.nav-justified li a h4 {
  font-weight: 700;

  font-size: 16px;
}

.table {
  width: 100%;
}

.panel-body {
  background: #f15c58 none repeat scroll 0 0;

  color: #fff;

  line-height: 24px;

  padding-top: 0 !important;

  font-size: 16px;

  line-height: 24px;

  padding-left: 20px;

  padding-right: 20px;
}

.panel-heading.active a {
  background: #f15c58 none repeat scroll 0 0;

  color: #fff;
}

.panel-group .panel-heading {
  border-bottom: 0 none;
}

.panel-group {
  margin-bottom: 0;
}

.panel-group .panel {
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.07);
}

.panel-group .panel:last-child {
  margin-bottom: 0;
}

.nav-tabs.nav-justified {
  border-bottom: 0 none;

  padding-bottom: 101px;

  width: 100%;
}

.tab-content {
  margin-top: 100px;
}

.department-img img {
  border: 15px solid #fff;

  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.07);
}

.brand-section {
  position: relative;

  padding-top: 0;
}

.brand-section:before {
  position: absolute;

  width: 100%;

  height: 100%;

  background: rgba(245, 252, 255, 1);

  content: "";

  top: 0;

  left: 0;
}

.active-brand-slider .slick-slide {
  line-height: 90px;

  text-align: center;
}

.active-brand-slider .slick-slide .single-brand img {
  display: inline-block;

  opacity: 0.4;

  transition: 0.4s;

  cursor: move;
}

button.PrevArrowbrand {
  position: absolute;

  left: -50px;

  top: 50%;

  height: 30px;

  width: 30px;

  background: #c4c4c4;

  border-radius: 3px;

  color: #fff;

  margin-top: -15px;

  transition: 0.4s;

  z-index: 4;

  transition: 0.4s;
}

button.NextArrowbrand {
  position: absolute;

  width: 30px;

  height: 30px;

  right: -50px;

  top: 50%;

  margin-top: -15px;

  background: #c4c4c4;

  color: #fff;

  border-radius: 3px;

  transition: 0.4s;

  z-index: 4;

  transition: 0.4;
}

.active-brand-slider .slick-slide .single-brand:hover img {
  opacity: 1;
}

button.PrevArrowbrand:hover {
  background: #f15c58;
}

button.NextArrowbrand:hover {
  background-color: #f15c58;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -153px !important;
  }
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -128px !important;
  }
}
.glyphicon-chevron-right:before {
  content: "\e080";
  color: #000000 !important;
}

.glyphicon-chevron-left:before {
  content: "\e079";
  color: #000 !important;
}
.mediacare-client-section {
  color: #615656;

  text-align: center;

  padding: 10px;

  box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.single-img img {
  border: 5px solid #fff;

  border-radius: 50%;

  display: inline-block;

  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.07);

  margin-bottom: 20px;

  margin-top: 20px;
}

.clientprev {
  position: absolute;

  background: transparent;

  font-size: 36px;

  top: 50%;

  margin-top: -20px;

  z-index: 4;

  left: -20px;
}

.clientnext {
  position: absolute;

  right: -20px;

  top: 50%;

  margin-top: -20px;

  font-size: 36px;

  background-color: transparent;
}

.clientnext:hover {
  background: transparent;
}

.clientprev:hover {
  background-color: transparent;
}

.details-nav .slick-slide.slick-active {
  opacity: 0.5;
}

.details-nav .slick-slide {
  opacity: 0;
}

.details-nav .slick-slide.slick-cloned {
  opacity: 0;
}

.details-nav .slick-slide.slick-current.slick-active.slick-center {
  opacity: 1;
}

.details-nav .slick-slide.slick-active {
  opacity: 0.5;
}

.imrn-client-details {
  font-size: 20px;

  padding: 0;

  background-size: 100% 100%;

  padding-top: 5px;
}

.imrn-client-details i {
  padding-bottom: 30px;

  font-size: 40px;
}

.imrn-client-details .client-name {
  padding-top: 10px;

  color: #000;

  opacity: 1;

  text-align: center;
}

.imrn-client-details .client-name h4 {
  display: inline-block;

  font-weight: 700;

  font-size: 18px;
}

.imrn-client-details .client-name p {
  display: inline-block;

  font-size: 18px;

  font-family: "Lato", sans-serif;
}

.mediacare-client-section .section-title h1 {
  color: #fff;
}

.mediacare-client-section .section-title {
  color: #615656;
}

.mediacare-client-section .section-title h1 span {
  color: #fff;
}

.news-img-fill {
  position: relative;
}

.news-content {
  position: absolute;

  left: 0;

  top: 0;

  z-index: 2;

  height: 100%;

  background: #23b5b92e;

  padding-top: 50px;

  padding-left: 20px;

  color: #fff;

  padding-right: 20px;

  font-size: 16px;

  line-height: 24px;
}

.news-content p.newssubtitle {
  font-size: 16px;

  font-weight: 400;

  font-family: "Lato", sans-serif;

  margin-bottom: 4px;
}

.news-content h3 {
  font-size: 24px;

  font-weight: 700;

  margin-bottom: 15px;
}

.news-prev {
  position: absolute;

  width: 30px;

  height: 30px;

  background: transparent;

  border: 1px solid #fff;

  bottom: 30px;

  z-index: 5;

  left: 20px;

  color: #fff;
}

.news-next {
  width: 30px;

  height: 30px;

  bottom: 30px;

  position: absolute;

  color: #fff;

  left: 60px;

  background: transparent;

  border: 1px solid #fff;

  transition: 0.4s;
}

.news-prev:hover {
  background: #fff;

  color: #2fb2b7;

  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.07);
}

.news-next:hover {
  background: #fff;

  color: #2fb2b7;

  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.07);
}

.nesws-media .media-body {
  font-weight: 400;

  line-height: 24px;
}

.nesws-media .media-heading {
  color: #505050;

  font-weight: 700;

  padding-bottom: 10px;

  transition: 0.4s;

  cursor: pointer;
}

.nesws-media .media:hover .media-heading {
  color: #f15c58;

  cursor: pointer;
}

.nesws-media .media-body .about-news {
  padding-top: 10px;

  margin-top: 10px;

  border-top: 1px solid #e7e7e7;
}

.nesws-media .media-body .about-news a {
  color: #23b5b9;

  font-weight: 400;

  display: inline-block;

  margin-right: 8px;

  padding-right: 8px;

  font-size: 14px;

  transition: 0.4s;
}

.nesws-media .media-body .about-news a span {
  padding-left: 10px;
}

.nesws-media .media-body .about-news a:hover {
  color: #f15c58;
}

.nesws-media .media .pull-left {
  position: relative;

  padding-right: 0;

  margin-right: 20px;
}

.nesws-media .media .pull-left img.media-object {
  cursor: pointer;
}

.nesws-media .media .pull-left span {
  position: absolute;

  bottom: 0;

  background: #23b5b9;

  display: block;

  width: 100%;

  text-align: center;

  color: #fff;

  line-height: 30px;

  left: 0;

  font-family: "Lato", sans-serif;

  font-size: 14px;
}

.footer-top {
  padding: 40px 0;

  background: #f15c58;

  color: #fff;
}

.footer-top h3 {
  position: relative;

  font-weight: 300;

  font-style: italic;
}

.footer-top h3:before {
  position: absolute;

  content: "\f10d";

  font-family: fontawesome;

  left: 0;

  top: 0;
}

.footer-top h3:after {
  position: absolute;

  content: "\f10e";

  font-family: fontawesome;

  right: 0;

  top: 0;
}

.footer-top {
  position: relative;
}

.footer-top:before {
  position: absolute;

  width: 30px;

  height: 15px;

  content: "";

  background: url(img/footershap.png);

  bottom: -14px;

  left: 50%;

  z-index: 4;

  background-repeat: no-repeat;

  margin-left: -15px;
}

.footer-area {
  background: #ffffff;

  color: #36b5b9;

  padding: 20px;
}

.footer-area .footer-logo {
  padding-bottom: 25px;
}

.footer-logo img {
  margin-left: -18px;
}

.footer-area .footer-about {
  line-height: 24px;

  color: rgba(255, 255, 255, 0.7);
}

.footer-area .footer-about p {
  padding-bottom: 20px;
}

.footer-about a {
  color: #23b6ba;

  text-transform: capitalize;

  font-weight: 700;

  font-size: 16px;

  font-family: "PT Sans", sans-serif;

  margin-top: 20px;

  display: inline-block;
}

.footer-about a span {
  display: inline-block;

  width: 20px;

  height: 20px;

  line-height: 20px;

  background: #23b6ba;

  color: #276163;

  text-align: center;

  border-radius: 50%;

  margin-right: 7px;
}

.footer-about a:hover {
  color: #f15c59;
}

.footer-about a:hover span {
  background: #f15c59;

  color: #fff;
}

.footer-recent-post .media-body .media-heading {
  text-transform: uppercase;

  font-size: 14px;

  color: #fff;

  margin-bottom: 10px;
}

.footer-recent-post .media:hover a h4 {
  color: #f15c59;
}

.footer-recent-post .media-body p {
  font-family: "PT Sans", sans-serif;

  font-size: 14px;

  color: rgba(255, 255, 255, 0.7);

  margin-bottom: 10px;

  line-height: 24px;

  font-weight: 300;
}

.footer-recent-post .pull-left {
  padding-right: 0;
}

.footer-recent-post .media {
  margin-bottom: 20px;

  padding-bottom: 0;

  border-bottom: 1px solid #3f3f3f;
}

.footer-recent-post .media:last-child {
  margin-bottom: 0 !important;

  border-bottom: 0;
}

.media-carea-contact .form-control {
  background: #393738;

  margin-bottom: 15px;

  border: 0;

  height: 50px;

  color: #fff;
}

.media-carea-contact .single-text-area .form-control {
  height: 120px;
}

.media-carea-contact .single-submit .form-control {
  background: #23b6b9;

  color: #fff;

  font-weight: 700;

  font-size: 16px;

  text-transform: uppercase;

  font-family: "PT Sans", sans-serif;

  transition: 0.4s;

  margin-bottom: 0 !important;
}

.media-carea-contact .single-submit .form-control:hover {
  opacity: 0.7;
}

.copyriht-area {
  padding: 10px 0;
  background: #cfcfcf !important;
  color: #000000;
}

.copyriht-area a {
  color: #e55056;
  margin-right: 10px;
  display: inline-block;
  transition: 0.4s;
}

.copyriht-area a:hover {
  color: #f15c59;
}

.topaddress-v2 ul li {
  display: inline-block;

  margin-right: 50px;

  color: #999;

  font-weight: 700;

  font-size: 14px;

  font-family: "PT Sans", sans-serif;
}

.topaddress-v2 ul li span {
  padding-right: 10px;

  color: #23b6ba;
}

.topaddress-v2 ul li:last-child {
  margin-right: 0;
}

.topaddress-v2 {
  margin-top: 1px;
}

.topbar-area.v2 {
  padding: 10px;

  background: #f0f8fc;
}

.v2 .social-link {
  margin-top: 0;
}

.v2 .social-link a {
  background: #23b5b9;

  color: #fff;

  border: 2px solid rgba(137, 221, 224, 0.5);

  margin-left: 8px;
}

.navbar-area.v2 {
  position: relative;

  background: #fff;
}

.navbar-area.v2 .menu > li > a {
  color: #505050;

  line-height: 60px;

  position: relative;
}

.navbar-area.v2 .menu > li > a:before {
  position: absolute;

  width: 90%;

  height: 5px;

  background: #23b5b9;

  content: "";

  left: 0;

  transform: scale(0, 1);

  transition: 0.4s;

  top: 0;
}

.navbar-area.v2 .menu > li > a:hover:before,
.navbar-area.v2 .menu > li.current-menu-item > a:before {
  transform: scale(1, 1);
}

.navbar-area.v2 .menu li a:hover {
  color: #23b5b9;

  background: transparent;
}

.navbar-area.v2 .menu li ul {
  background: #e3e4e4;
}

.navbar-area.v2 .menu li ul li a {
  color: #505050;

  border-bottom: 1px solid #000;
}

.navbar-area.v2 .menu li ul li:last-child a {
  border-bottom: 0;
}

.Modern-Slider.v2 {
  height: 610px;

  position: relative;

  background: url(img/banner.jpg) no-repeat center center / cover;
}

.Modern-Slider.v2 .item .info {
  background: rgba(0, 0, 0, 0.75);

  z-index: 1;
}

.v2 .welcome-text {
  background-color: transparent;

  padding: 0;

  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.07);

  border-bottom: 0;

  color: #fff;

  position: relative;

  z-index: 11;
}

.v2 .welcome-text h1 {
  color: #fff;

  font-weight: 100;
}

.v2 .welcome-text h4 {
  color: #fff;

  font-weight: 100;

  line-height: 24px;
}

.welcome-text h1 span {
  font-weight: 900;
}

.v2.read-more {
  width: 250px;

  background: #f15c58;

  color: #fff;

  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.07);

  margin-right: 10px;
}

.v2.read-more:last-child {
  background: transparent;

  color: #fff;

  border: 1px solid #fff;

  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.07);

  margin-right: 0;

  transition: 0.4s;
}

.v2.read-more:last-child:hover {
  background: #f15c58;

  color: #fff;

  border-color: #f15c58;
}

.features-area.v2 {
  background: #dceef5;
}

.v2.single-features:before {
  position: absolute;

  width: 31%;

  height: 1px;

  background: #f15c58;

  content: "";

  right: 0;

  top: 60px;
}

.v2.single-features:after {
  position: absolute;

  width: 31%;

  height: 1px;

  background: #f15c58;

  content: "";

  left: 0;

  top: 60px;
}

.features-area .col-sm-4:first-child .v2.single-features:after {
  display: none;
}

.features-area .col-sm-4:last-child .v2.single-features:before {
  display: none;
}

.v2.single-features .features-icon {
  background-color: transparent;

  border: 3px solid #f15c58;

  line-height: 110px;

  position: relative;

  transition: 0.4s;
}

.v2.single-features .features-icon .hover-features {
  position: absolute;

  height: 100%;

  width: 100%;

  left: 0;

  top: 0;

  line-height: 110px;

  opacity: 0;

  transition: 0.4s;

  border-radius: 50%;
}

.v2.single-features:hover .hover-features {
  opacity: 1;

  background: #f15c58;
}

.v2.single-features:hover .features-icon > img {
  opacity: 0;
}

.v2-about-input {
  height: 40px;

  width: 49.1%;

  float: left;

  margin-right: 8px;

  margin-bottom: 10px;
}

.v2-about-input input {
  height: 100%;

  width: 100%;

  padding-left: 20px;

  border-radius: 3px;

  border: 1px solid #5ac8cb;

  background: #5ac8cb;

  color: #fff;

  font-family: "PT Sans", sans-serif;
}

.v2-about-input .v2-about-select {
  width: 100%;

  height: 100%;

  position: relative;

  border-radius: 3px;

  background: #5ac8cb;
}

.v2-about-input .v2-about-select select option {
  color: #000;
}

.v2-about-input .v2-about-select:before {
  content: "\f107";

  font-family: fontawesome;

  position: absolute;

  right: 3%;

  color: #fff;

  top: 25%;

  font-size: 20px;

  z-index: 1;
}

.v2-about-input select {
  height: 100%;

  width: 100%;

  padding-left: 20px;

  background: transparent;

  border: 1px solid #5ac8cb;

  color: #fff;

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  font-family: "PT Sans", sans-serif;

  position: relative;

  z-index: 2;

  border-radius: 3px;
}

.mr0 {
  margin-right: 0 !important;
}

.v2-about-input input::-moz-placeholder {
  color: #fff;

  opacity: 1;
}

.v2-about-textarea textarea {
  width: 100%;

  height: 200px;

  background: #5ac8cb;

  border: 1px solid #5ac8cb;

  padding: 20px;

  color: #fff;

  border-radius: 3px;
}

.v2-about-textarea textarea::-moz-placeholder {
  opacity: 1;

  color: #fff;
}

.v2-about-submit input {
  width: 160px;

  height: 50px;

  background: #fff;

  color: #5ac8cb;

  border-radius: 3px;

  border: 1px solid #fff;

  font-weight: 700;

  font-size: 14px;

  font-family: "PT Sans", sans-serif;

  transition: 0.4s;
}

.v2-about-submit input:hover {
  background: #f15c58;

  color: #fff;

  border-color: #f15c58;
}

.v2-about-submit {
  text-align: right;

  margin-top: 10px;
}

.form-title.text-center h2 {
  color: #fff;

  padding-bottom: 20px;

  margin-bottom: 30px;

  border-bottom: 2px dashed #fff;
}

.form-title.text-center h2 span {
  font-weight: 900;
}

.aboutUs-area.v2:before,
.aboutUs-area.v2:after {
  display: none;
}

.about-form {
  padding: 30px;

  background: #23b5b9;
}

.v2 .aboutUs-contant .about-title h1 {
  color: #23b5b9;

  font-weight: 100;
}

.v2 .aboutUs-contant .about-title h1 span {
  font-weight: 900;
}

.v2 .aboutUs-contant .about-title {
  color: #505050;

  text-transform: capitalize;
}

.v2 .aboutUs-contant {
  color: #999;
}

.v2 .aboutUs-contant h4 {
  color: #505050;

  margin-bottom: 15px;
}

.v2 .aboutUs-contant h4 span {
  color: #f15c58;

  padding-right: 10px;
}

.v2 .about-btn {
  background: #f15c58;

  color: #fff;
}

.v2 .about-btn:hover {
  background: #23b5b9;
}

.department-section.v2:before {
  display: none;
}

.department-section.v2 {
  background: #f0f8fc;
}

.v2 .department-nav .nav.nav-justified.nav-tabs {
  padding-bottom: 0;

  background: #23b5b9;
}

.v2 .department-nav .nav.nav-justified.nav-tabs li.active:before {
  display: none;
}

.v2 .department-nav .nav.nav-justified.nav-tabs li.active a {
  border-color: #21aaae;
}

.v2 .department-nav .nav.nav-justified.nav-tabs li a {
  padding-top: 40px;

  padding-bottom: 40px;

  border-color: #21aaae;
}

.v2 .department-nav .nav.nav-justified.nav-tabs li.active a:after {
  height: 100%;

  width: 100%;

  left: 0;

  top: 0;

  background: #f15c58;

  content: "";

  position: absolute;

  z-index: -1;

  transform: scale(1, 1.1);
}

.v2 .department-nav .nav.nav-justified.nav-tabs li.active a {
  position: relative;

  z-index: 5;
}

.department-section.v2 .section-title h1 {
  color: #23b5b9;
}

.department-section.v2 .section-title h1 span {
  color: #505050;
}

.department-section.v2 .section-title {
  color: #999;
}

.department-section.v2 h2 {
  color: #505050;

  font-weight: 900;

  margin-bottom: 30px;
}

.department-section.v2 .department-content p {
  color: #999;

  margin-bottom: 22px;

  font-size: 16px;
}

.brand-section.v2 {
  padding-top: 50px;

  padding-bottom: 50px;

  background: #23b5b9;
}

.brand-section.v2:before {
  background: #23b5b9;
}

.brand-section.v2 button.PrevArrowbrand {
  background: #fff;

  color: #23b5b9;
}

.brand-section.v2 button.NextArrowbrand {
  background: #fff;

  color: #23b5b9;
}

.brand-section.v2 button.NextArrowbrand:hover,
.brand-section.v2 button.PrevArrowbrand:hover {
  color: #fff;

  background: #f15c58;
}

.details-navv2 .slick-slide.slick-active {
  opacity: 0.5;

  transform: scale(0.9);
}

.details-navv2 .slick-slide {
  opacity: 0.5;

  transform: scale(0.9);
}

.details-navv2 .slick-slide.slick-cloned {
  opacity: 0.5;

  transform: scale(0.9);
}

.details-navv2 .slick-slide.slick-current.slick-active.slick-center {
  opacity: 1;

  transform: scale(1);
}

.details-navv2 .slick-slide.slick-active {
  opacity: 0.5;
}

.details-navv2 .slick-list {
  height: 600px !important;

  overflow: hidden !important;
}

.imrn-client-details.v2 {
  background-image: url(img/box.png);

  color: #23b5b9;

  font-size: 20px;

  font-weight: 400;

  font-style: italic;

  margin-top: 95px;

  padding-top: 45px;

  letter-spacing: 1px;

  padding-left: 60px;
}

.imrn-client-details.v2 .client-name {
  color: #f15c58;

  font-style: normal;
}

.details-navv2 ul.slick-dots {
  text-align: left;

  top: 50%;

  position: absolute;

  margin-top: -55px;
}

.details-navv2 ul.slick-dots li {
  margin: 0;

  line-height: 10px;
}

.details-navv2 ul.slick-dots li button {
  font-size: 0;

  width: 10px;

  height: 10px;

  border-radius: 50%;

  background: #fff;

  transition: 0.4s;
}

.details-navv2 ul.slick-dots li.slick-active button {
  background: #f15c58;
}

.speacialist-area.v2 {
  background: #f0f8fc;
}

.speacialist-link.v2 {
  width: 150px;

  left: 50%;

  margin-left: -75px;

  top: 50% !important;

  margin-top: -55px;

  transform: rotate(30deg) scale(1);

  transition: 0.4s;
}

.speacialist-link.v2 a {
  display: inline-block;

  border-radius: 0;

  margin-right: 10px;

  background: #fff;

  color: #28b7bb;
}

.speacialist-link.v2 a span {
  transform: rotate(-30deg);
}

.speacialist-link.v2 a:hover {
  background: #f15c58;

  color: #fff;
}

.speacialist-link.v2 {
  transform: translateY(-155px);
}

.v2 .single-speacialist:hover .speacialist-link.v2 {
  transform: rotate(30deg) scale(1);
}

.v2 .single-speacialist:hover h4 {
  color: #f15c58;
}

.v2 .single-speacialist:hover {
  border-bottom-color: #f15c58;
}

.v2 .single-speacialist h4 {
  transition: 0.4s;
}

.v2 .single-speacialist {
  border-bottom: 5px solid #23b5b9;
}

.v2 .single-speacialist .specialist-img::before {
  background: rgba(238, 126, 124, 0.75);
}

.v3-topbar {
  background: #17232e;

  color: #fff;
}

.topbar-single-div {
  display: inline-block;

  padding-right: 20px;

  padding-top: 10px;

  padding-bottom: 10px;
}

.topbar-single-div i {
  padding-right: 15px;

  color: #23b5b9;

  font-size: 16px;
}

.topbar-single-div .select-language {
  width: 100px;

  height: 30px;

  display: inline-block;

  position: relative;

  color: #f5fcff;
}

.topbar-single-div .select-language:before {
  position: absolute;

  width: 30px;

  height: 30px;

  content: "\f107";

  right: 0;

  font-family: fontawesome;

  border: 1px solid #3e556b;

  text-align: center;

  line-height: 30px;

  z-index: 2;

  color: #3e556b;
}

.topbar-single-div .select-language select {
  width: 100%;

  background: transparent;

  -moz-appearance: none;

  border: 0;

  font-weight: 900;

  z-index: 5;

  position: relative;

  height: 100%;

  font-size: 14px;

  color: #fff;
}

.topbar-single-div .select-language select option {
  color: #17232e;
}

.topbar-single-div h4 {
  display: inline-block;

  line-height: 30px;

  font-size: 16px;
}

.top-social-link a {
  color: #23b5b9;

  font-size: 16px;

  margin-left: 10px;

  line-height: 50px;

  transition: 0.4s;
}

.top-social-link a:hover {
  color: #f15c58;
}

.version-3-logo {
  background: #151f29;

  padding-top: 10px;

  padding-bottom: 10px;
}

.home-area.v3 .menu li > ul {
  background: rgba(29, 43, 51, 0.75);
}

.home-area.v3 nav.navbar-area {
  background: #17232e;

  border-top: 0;

  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.07);
}

.home-area.v3 .menu li a {
  position: relative;
}

.home-area.v3 .menu li > ul li a {
  border-color: rgba(255, 255, 255, 0.3);
}

.home-area.v3 .menu li a:before {
  position: absolute;

  height: 3px;

  width: 90%;

  top: 0;

  content: "";

  background: #23b5b9;

  left: 10%;

  transform: scale(0, 1);

  transition: 0.4s;
}

.home-area.v3 .menu li a:hover:before,
.home-area.v3 .menu li.current-menu-item a:before {
  transform: scale(1, 1);
}

.home-area.v3 .menu li a:hover {
  background: transparent;

  color: #23b5b9;
}

.home-area.v3 .menu li > ul li a:hover {
  color: #23b5b9;

  border-bottom-color: rgba(35, 181, 185, 0.3);
}

.home-area.v3 .menu li > ul li a:before {
  display: none;
}

.v3 .top-search li a {
  color: #fff;

  line-height: 30px;

  padding-right: 0;
}

.welcome-text.v3 {
  background: transparent;

  padding-left: 0;
}

.welcome-text.v3 h1 {
  background: #239397;

  text-align: left;

  line-height: 70px;

  display: block;

  padding-left: 20px;

  padding-right: 20px;

  color: #fff;
}

.welcome-text.v3 h2 {
  background: #b74f4f;

  color: #fff;

  padding: 10px;

  display: inline-block;

  margin-bottom: 20px;

  padding-right: 60px;

  padding-left: 20px;
}

.welcome-text.v3 {
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.07);

  border-bottom: 0;
}

.welcome-text.v3 h4 {
  color: #fff;
}

.welcome-text.v3 a.read-more {
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.07);
}

.v3 .Modern-Slider .item .img-fill1 .info {
  background: rgba(0, 0, 0, 0.7);
}

.v3-homeform .about-form {
  padding: 30px;

  background: rgba(35, 181, 185, 0.75);
}

.v3-homeform .v2-about-input input {
  border: 1px solid rgba(90, 200, 203, 0.75);

  background: transparent;
}

.v3-homeform .v2-about-textarea textarea {
  border: 1px solid rgba(90, 200, 203, 0.75);

  background: transparent;

  height: 110px;
}

.v3-homeform .v2-about-submit input {
  color: #17232e;
}

.v3-homeform .v2-about-submit input:hover {
  background: rgba(35, 181, 185, 75);

  color: #fff;

  border-color: rgba(35, 181, 185, 75);
}

.v3-homeform .v2-about-input .v2-about-select {
  background: transparent;
}

.features-area.v3 {
  background: #23b5b9;
}

.features-area.v3 .single-features.v3 {
  color: #fff;

  padding: 20px;

  padding-bottom: 30px;

  border-radius: 10px;

  transition: 0.4s;
}

.features-area.v3 .single-features.v3 h4 {
  color: #fff;

  transition: 0.4s;
}

.features-area.v3 .single-features.v3 .features-icon {
  font-size: 50px;

  background-color: transparent;

  transition: 0.4s;
}

.features-area.v3 .single-features.v3 .service-link:hover {
  background: #23b5b9;
}

.features-area.v3 .single-features.v3 .service-link {
  width: 80%;

  display: inline-block;

  background: #f15c58;

  color: #fff;

  border-radius: 10px;

  height: 55px;

  line-height: 55px;

  opacity: 0;

  transition: 0.4s;
}

.features-area.v3 .single-features.v3 .features-icon {
  font-size: 50px;

  background-color: transparent;

  height: 100px;

  line-height: 100px;

  transition: 0.4s;
}

.features-area.v3 .single-features.v3.active {
  background: #fff;

  color: #505050;
}

.features-area.v3 .single-features.v3.active .features-icon {
  color: #23b5b9;
}

.features-area.v3 .single-features.v3.active h4 {
  color: #505050;
}

.features-area.v3 .single-features.v3.active .service-link {
  opacity: 1;
}

.features-area.v3 .single-features.v3:hover .service-link {
  opacity: 1;
}

.features-area.v3 .single-features.v3:hover h4 {
  color: #505050;
}

.features-area.v3 .single-features.v3:hover .features-icon {
  color: #23b5b9;
}

.features-area.v3 .single-features.v3:hover {
  background: #fff;

  color: #505050;
}

.department-section.v2.v3 .tab-title h2 {
  padding-bottom: 20px;

  border-bottom: 1px solid #e0e0dc;

  font-weight: 100;

  color: #505050;
}

.tab-title {
  margin-bottom: 40px;
}

.tab-title h2 span {
  font-weight: 900;

  color: #23b5b9;
}

.speacialist-area.v3 .speacialist-link {
  position: relative;

  right: 0;

  margin-top: 20px;

  opacity: 1;
}

.v3.singlepageMedia .speacialist-link {
  position: relative;

  right: 0;

  margin-top: 20px;
}

.v2.v3.singlepageMedia .speacialist-link {
  opacity: 1;
}

.v3.singlepageMedia .speacialist-link a {
  display: inline-block;

  margin-right: 15px;
}

.speacialist-area.v3 .speacialist-link a {
  display: inline-block;

  margin-right: 15px;
}

.speacialist-area.v3 .speacialist-link a:last-child {
  margin-right: 0;

  margin-right: 0;
}

.client-say-area {
  background: url(img/clientbg.jpg) no-repeat center center / cover;

  position: relative;

  color: #fff;
}

.client-say-area:before {
  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  background: #23b5b9;

  content: "";
}

.client-say-area .section-title {
  color: #fff;
}

.client-say-area .client-content {
  background-image: url(img/client-shap.png);

  background-position: center center;

  -webkit-background-size: 100% 100%;

  background-size: 100% 100%;

  color: #242424;

  padding-bottom: 60px;

  padding-top: 45px;

  padding-right: 40px;

  line-height: 24px;
}

.client-content span {
  background: #f15c58;

  color: #fff;

  float: left;

  height: 40px;

  line-height: 40px;

  text-align: center;

  width: 40px;

  margin-left: 2px;
}

.client-content p {
  padding-left: 70px;

  font-size: 16px;
}

.clien-photo {
  float: left;

  height: 70px;

  margin-right: 25px;

  width: 70px;
}

.client .client-name > h4 {
  font-size: 20px;

  font-weight: 700;

  line-height: 30px;

  margin-top: 6px;
}

.client .client-name span {
  color: #fcc71f;

  font-size: 20px;
}

.client .client-name {
  padding-left: 90px;
}

.client {
  overflow: hidden;

  margin-top: 15px;
}

.clien-photo > img {
  border: 5px solid #fff;

  border-radius: 50%;
}

.client-say-area .section-title h1 {
  color: #fff;

  font-weight: 900;
}

.client-say-area .section-title h1 span {
  color: #fff;
}

.single-news-v3 p {
  color: #999;

  line-height: 29px;
}

.single-news-v3 {
  transition: 0.4s;
}

.single-news-v3 .news-thumb img {
  transition: 0.4s;
}

.single-news-v3:hover img {
  filter: brightness(0.5);
}

.single-news-v3 h4.news-title {
  color: #23b5b9;

  font-weight: 900;

  margin-top: 25px;

  margin-bottom: 8px;

  transition: 0.4s;
}

.single-news-v3 h4 {
  color: #999;

  margin-bottom: 20px;
}

.single-news-v3:hover h4.news-title {
  color: #f15c58;
}

.home-area.single-title-area {
  background: url(img/titlebg.jpg) no-repeat center center / cover;

  height: 500px;

  position: relative;
}

.home-area.single-title-area:before {
  position: absolute;

  width: 100%;

  height: 100%;

  content: "";

  background: rgba(0, 0, 0, 0.1);
}

.home-area .single-page-title {
  display: table;

  width: 100%;

  height: 100%;

  padding-top: 50px;
}

.home-area .page-title-cell {
  display: table-cell;

  vertical-align: middle;
}

.breadcrumb {
  background-color: transparent;

  margin-bottom: 0;

  padding-left: 0;
}

.breadcrumb a {
  color: #505050;

  font-size: 20px;

  font-weight: 100;
}

.page-title {
  background: #fff;

  padding: 15px 0;

  border-bottom: 5px solid #23b5b9;

  /* box-shadow: 3px 5px 10px rgba(0, 0, 0, .07); */

  color: #f15b57;
}

.page-title h1 {
  font-size: 25px !important;
}

.page-title h2 {
  font-size: 48px;

  font-weight: 900;

  text-transform: uppercase;

  color: #23b5b9;
}

.about-list ul li {
  color: #6a6a6a;

  font-size: 16px;

  line-height: normal;

  margin-bottom: 10px;

  padding-bottom: 10px;

  padding-left: 30px;

  position: relative;
}

.about-list ul li::before {
  background: #23b5b9 none repeat scroll 0 0;

  border-radius: 50%;

  color: #aae1e5;

  content: "ï„…";

  font-family: fontawesome;

  height: 20px;

  left: 0;

  position: absolute;

  text-align: center;

  top: 5%;

  width: 20px;

  line-height: 20px;
}

.single-aboutpage {
  background: #f0f8fc;
}

.single-aboutpage .about-btn {
  margin-top: 35px;
}

.about-img img {
  border: 5px solid #fff;

  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.07);
}

.best-feature-title h2 {
  font-weight: 100;

  color: #fff;

  padding-bottom: 50px;

  text-transform: capitalize;
}

.mediacare-whychoose-us {
  background: #23b5b9;
}

.best-feature-title h2 span {
  font-weight: 900;
}

.mediacare-whychoose-us .panel-body {
  margin-top: 5px;

  background: #fff;

  color: #999;

  padding: 25px !important;
}

.mediacare-whychoose-us .panel-default > .panel-heading {
  background: #fff;

  color: #505050;

  font-weight: 700;
}

.mediacare-whychoose-us .panel-heading.active a {
  color: #f15c58;

  background: #fff;
}

.mediacare-whychoose-us .panel-heading a {
  font-size: 14px;
}

.mediacare-whychoose-us .panel-heading.active::before {
  color: #f15c58;
}

.single-chose h4 {
  text-transform: uppercase;

  font-weight: 700;

  margin-bottom: 20px;

  font-size: 16px;
}

.whychoose-us-content {
  color: #fff;
}

.whychoose-us-content .single-chose {
  margin-bottom: 40px;

  font-size: 16px;
}

.single-chose h4 span {
  padding-right: 20px;
}

.brand-section.v2.singlepage:before {
  background: #fff;
}

.brand-section.v2.singlepage .PrevArrowbrand {
  background: #c4c4c4;

  color: #fff;
}

.brand-section.v2.singlepage .NextArrowbrand {
  background: #c4c4c4;

  color: #fff;
}

.constructo-footer-top {
  background: #f15c58;

  color: #fff;
}

.footer-top-content h2 {
  font-size: 36px;

  text-transform: uppercase;

  font-weight: 900;
}

.footer-top-content p {
  font-size: 18px;

  font-weight: 400;

  margin-bottom: 40px;

  margin-top: 20px;
}

.footer-top-content .contat-usf:hover {
  background: #23b5b9;

  color: #fff !important;
}

.contat-usf {
  background: #fff none repeat scroll 0 0;

  border-radius: 3px;

  color: #f15c58;

  display: inline-block;

  font-size: 14px;

  font-weight: 700;

  height: 50px;

  line-height: 50px;

  margin-right: 20px;

  text-align: center;

  width: 150px;

  transition: 0.4s;
}

.contat-usf:hover,
.contat-usf:focus {
  color: #343434 !important;
}

.learn-moref {
  border: 1px solid #fff;

  border-radius: 3px;

  display: inline-block;

  font-size: 14px;

  font-weight: 700;

  height: 50px;

  line-height: 50px;

  width: 150px;

  -webkit-transition: 0.4s;

  transition: 0.4s;

  color: #fff;
}

.learn-moref:hover,
.learn-moref:focus {
  color: #f15c58;

  background: #fff;

  border: 1px solid #fff;
}

.home-area.v2.single-title-area .single-page-title {
  padding-top: 0;

  height: 400px;
}

.home-area.v2.single-title-area {
  height: auto;

  background: url(img/aboutv2.jpg);
}

.home-area.v2.single-title-area:before {
  background: rgba(0, 0, 0, 0.6);
}

.home-area.v2.single-title-area .single-page-title .page-title {
  background-color: transparent;

  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.07);

  border-bottom: 0;
}

.home-area.v2.single-title-area .single-page-title .page-title h2 {
  font-weight: 100;

  color: #fff;
}

.home-area.v2.single-title-area .single-page-title .page-title h2 span {
  font-weight: 900;
}

.home-area.v2.single-title-area .single-page-title .page-title .breadcrumb a {
  color: #fff;
}

.aboutv2-imaage-slider {
  border: 10px solid #fff;

  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.07);

  margin-top: 50px;
}

.PrevArrowAbv2 {
  position: absolute;

  right: 10%;

  bottom: 2%;

  width: 30px;

  height: 30px;

  color: #fff;

  background: #c4c4c4;

  border-radius: 3px;

  z-index: 5;

  transition: 0.4s;
}

.NextArrowAbv2 {
  position: absolute;

  right: 2%;

  bottom: 2%;

  width: 30px;

  height: 30px;

  color: #fff;

  background: #c4c4c4;

  border-radius: 3px;

  z-index: 5;

  transition: 0.4s;
}

.NextArrowAbv2:hover,
.PrevArrowAbv2:hover {
  background: #f15c58;
}

.aboutUs-area.v2.singlepage {
  background: #f0f8fc;
}

.aboutUs-area.v2.singlepage .margin-top {
  margin-top: 70px;
}

.aboutUs-area.v2.singlepage .whychoseus-img {
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.07);

  margin-bottom: 50px;
}

.aboutUs-area.v2.singlepage .about-title {
  padding-bottom: 20px;
}

.aboutUs-area.v2.singlepage .aboutUs-contant p {
  padding-bottom: 18px;
}

.speacialist-area.singlepage.v2 {
  background: #23b5b9;
}

.speacialist-area.singlepage .section-title {
  color: #fff;
}

.speacialist-area.singlepage .section-title h1 {
  color: #fff;
}

.speacialist-area.singlepage .section-title h1 span {
  color: #fff;
}

.speacialist-area.singlepage .single-speacialist > h4 {
  color: #23b5b9;
}

.speacialist-area.singlepage .single-speacialist {
  color: #999;

  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.07);

  background: #fff;
}

.speacialist-area.singlepage.v2 .view-alldoctors a.read-more {
  background: #fff;

  color: #23b5b9;

  text-transform: uppercase;

  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.07);
}

.speacialist-area.singlepage.v2 .view-alldoctors a.read-more:hover {
  background: #f15c58;

  color: #fff;
}

.speacialist-area.singlepage .single-speacialist:hover h4 {
  color: #f15c58;
}

.home-area.v3.single-title-area .single-page-title .page-title {
  background-color: transparent;

  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.07);

  border-bottom: 0;
}

.home-area.v3.single-title-area {
  background: url(img/abv3titlebg.png);
}

.home-area.v3.single-title-area:before {
  background: rgba(0, 0, 0, 0.6);
}

.home-area.v3.single-title-area .single-page-title .page-title h2 {
  background: #219296;

  color: #fff;

  padding-left: 30px;

  line-height: 85px;
}

.home-area.v3.single-title-area .single-page-title .page-title .breadcrumb {
  background: #b64b4d;

  margin-top: 20px;

  border-radius: 0;

  padding-left: 30px;

  padding-right: 100px;

  display: inline-block;

  line-height: 40px;
}

.home-area.v3.single-title-area .single-page-title .page-title .breadcrumb a {
  color: #fff;
}

.aboutUs-area.v2.singlepage {
  background: #f5fcff;
}

.whychoseus-img img {
  border: 10px solid #fff;

  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.07);
}

.v3.whychooseusAb3 {
  background: #f0f8fc;
}

.department-section.singlepage {
  background: #f0f8fc;
}

.department-section.singlepage:before {
  background: #fff;

  height: 26.7%;
}

.department-section.singlepage .department-nav .nav li a {
  color: #23b5b9;
}

.department-section.singlepage .section-title h1 {
  color: #23b5b9;
}

.department-section.singlepage .section-title h1 span {
  color: #23b5b9;
}

.department-section.singlepage .section-title {
  color: #23b5b9;
}

.department-section.singlepage .nav.nav-tabs.nav-justified li a {
  border-right-color: #23b5b9;

  border-left-color: #23b5b9;
}

.department-section.singlepage .nav.nav-tabs.nav-justified li.active::before {
  background-image: url(img/navw.png);
}

.department-section.singlepage .single-speacialist,
.department-section.singlepageMedia .single-speacialist {
  margin-bottom: 15px;
}

.singlepageservice {
  background: #f5fcff;
}

.speacila-single-service .service-thumb {
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.07);

  margin-bottom: 20px;
}

.speacila-single-service h4 {
  font-size: 18px;

  text-transform: uppercase;

  color: #23b5b9;

  font-weight: 900;

  margin-bottom: 10px;
}

.speacila-single-service:hover h4 {
  color: #f15c58;
}

.speacila-single-service {
  color: #999;

  font-size: 18px;

  line-height: 29px;

  margin-bottom: 40px;
}

.speacila-single-service:hover img {
  filter: brightness(0.5);
}

.speacila-single-service img {
  transition: 0.4s;
}

.speacila-single-service a {
  font-size: 16px;

  color: #f15c58;

  font-weight: 700;

  margin-top: 10px;

  display: block;
}

.v2speal-services-area {
  padding-bottom: 50px;
}

.v2speal-services-area .media-heading {
  text-transform: uppercase;

  margin-bottom: 20px;

  color: #23b5b9;

  font-size: 24px;

  font-weight: 900;
}

.v2speal-services-area .media-body {
  font-size: 18px;

  color: #999;

  font-weight: 400;

  line-height: 29px;
}

.media.speacial-single-media {
  margin-bottom: 50px;
}

.media.speacial-single-media:hover img {
  filter: brightness(0.5);
}

.media.speacial-single-media img {
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.07);

  transition: 0.4s;
}

.media.speacial-single-media .media-body .read-more {
  margin-top: 41px;
}

.singelpage2 {
  background: #23b5b9;
}

.singelpage2 .contat-usf {
  color: #23b5b9;
}

.singelpage2 .contat-usf:hover {
  background: #f15c58;
}

.singelpage2 .learn-moref:hover {
  color: #23b5b9;
}

.singelpage3 .speacila-single-service {
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.07);
}

.speacial-services-area.singelpage3 {
  background: #f5fcff;
}

.speacial-services-area.singelpage3 .speacila-single-service {
  background: #fff;
}

.speacila-content {
  padding-right: 20px;

  padding-left: 20px;

  padding-bottom: 20px;
}

.pagination li a {
  width: 40px;

  height: 40px;

  line-height: 40px;

  padding: 0;

  background: #e7edf0;

  color: #999;

  font-weight: 700;

  margin: 5px;
}

.pagination li a:hover {
  background: #23b5b9;

  color: #fff;
}

.pagination li:first-child a {
  border-radius: 0 !important;
}

.pagination li:last-child a {
  border-radius: 0 !important;
}

.v2 .department-content a.read-more {
  margin-top: 35px;
}

.v3 .department-content a.read-more {
  margin-top: 33px;
}

.read-more {
  background: #f15c58;

  border-radius: 3px;

  color: #fff;

  display: inline-block;

  font-size: 17px;

  font-weight: 600;

  height: 50px;

  line-height: 50px;

  /* margin-top: 60px; */

  margin-top: 14px;

  text-align: center;

  -webkit-transition: all 0.4s ease 0;

  transition: all 0.4s ease 0;

  /* width: 150px; */

  width: 230px;
}

.read-more:hover,
.read-more:focus {
  background: #239397 none repeat scroll 0 0;

  color: #fff;
}

.single-news-post {
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.07);

  color: #999;

  font-size: 16px;

  padding: 20px;

  margin-bottom: 53px;

  background: #fff;

  line-height: 26px;
}

.news-post-img img {
  width: 100%;
}

.single-news-post .news-post-img {
  width: 100%;
}

.constructo-news-post-area {
  background: #f4f5f9;
}

.widget-single-slider:hover p {
  color: #f15c58;
}

.post-title > h2 {
  color: #343434;

  font-size: 30px;

  font-weight: 700;

  padding-bottom: 8px;

  text-transform: uppercase;
}

.post-title {
  margin-top: 30px;
}

.date {
  color: #6a6a6a;

  font-size: 14px;

  margin-bottom: 30px;
}

.date span {
  color: #23b5b9;
}

.widget-post-title {
  color: #343434;

  font-size: 14px;

  padding: 15px 0 0;

  text-transform: uppercase;

  font-weight: 700;
}

.widget-title h2 {
  color: #23b5b9;

  font-weight: 900;

  text-transform: uppercase;
}

.widget-title h2 span {
  font-weight: 100;
}

.widget-title {
  margin-bottom: 20px;

  padding-top: 30px;
}

.widgetnext {
  background: #23b5b9;

  color: #fff;

  height: 35px;

  text-align: center;

  width: 100%;

  margin-top: 30px;

  font-weight: 900;

  font-size: 32px;

  transition: 0.4s;
}

.widgetprev {
  background: #23b5b9;

  color: #fff;

  font-weight: 900;

  height: 35px;

  text-align: center;

  width: 100%;

  font-size: 32px;

  transition: 0.4s;
}

.widgetnext:hover,
.widgetprev:hover {
  background: #f15c58;

  color: #fff;
}

.widget-single-slider {
  padding: 0 20px;
}

.widget-single-slider img {
  width: 100%;
}

.single-sidebar {
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.07);

  margin-left: 20px;

  margin-bottom: 30px;

  background: #fff;
}

.widget-single-slider {
  margin-top: 15px;

  padding-top: 15px;

  position: relative;
}

.widget-single-slider:before {
  width: 80%;

  left: 10%;

  height: 1px;

  background: #ccc;

  content: "";

  left: 10%;

  top: -1%;

  position: absolute;
}

.beforen::before {
  display: none;
}

.single-sidebar ul {
  padding: 0 20px 20px;
}

.single-sidebar ul li a {
  border-bottom: 1px solid #e5e5e5;

  color: #343434;

  display: block;

  font-size: 14px;

  font-weight: 500;

  line-height: 30px;

  margin-bottom: 10px;

  padding-bottom: 10px;

  -webkit-transition: 0.2s;

  transition: 0.2s;
}

.single-sidebar ul li a:hover {
  color: #f15c58;

  border-color: #f15c58;
}

.single-side-features {
  padding: 20px;

  padding-bottom: 40px;
}

.single-side-features a {
  border-bottom: 1px solid #efefef;

  margin-bottom: 20px;

  overflow: hidden;

  display: block;

  padding-bottom: 20px;
}

.sideimg {
  float: left;

  margin-right: 10px;

  width: 75px;
}

.side-title {
  color: #343434;

  font-size: 12px;

  font-weight: 700;

  padding-left: 85px;
}

.side-title span {
  color: #fba919;
}

.side-title p:last-child {
  color: #999;

  margin-top: 10px;
}

.side-slidernext {
  background: #fba919 none repeat scroll 0 0;

  border-radius: 50%;

  color: #fff;

  font-size: 22px;

  font-weight: 700;

  height: 30px;

  right: 40%;

  position: absolute;

  width: 30px;

  bottom: 2%;

  -webkit-transition: 0.4s;

  transition: 0.4s;

  z-index: 5;
}

.side-sliderprev {
  background: #fba919 none repeat scroll 0 0;

  border-radius: 50%;

  color: #fff;

  font-size: 22px;

  font-weight: 700;

  height: 30px;

  left: 40%;

  position: absolute;

  width: 30px;

  bottom: 2%;

  -webkit-transition: 0.4s;

  transition: 0.4s;

  z-index: 5;
}

.side-sliderprev:hover,
.side-slidernext:hover {
  background: #000;

  color: #fff;
}

blockquote {
  border-left: 0;

  font-size: 18px;

  margin: 20px 0;

  padding: 0;

  color: #23b5b9;
}

.single-news-paddint {
  padding-top: 50px;
}

.single-news-active .single-news-post {
  margin: 5px;

  background: #fff;
}

.singlepos-slidernext {
  background: #fff none repeat scroll 0 0;

  border-radius: 50%;

  bottom: -80px;

  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.07);

  color: #343434;

  font-size: 20px;

  font-weight: 700;

  height: 40px;

  position: absolute;

  right: 43%;

  width: 40px;

  -webkit-transition: 0.4s;

  transition: 0.4s;
}

.singlepos-sliderprev {
  background: #fff none repeat scroll 0 0;

  border-radius: 50%;

  bottom: -80px;

  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.07);

  color: #343434;

  font-size: 20px;

  font-weight: 700;

  height: 40px;

  position: absolute;

  left: 43%;

  width: 40px;

  -webkit-transition: 0.4s;

  transition: 0.4s;
}

.single-news-post iframe {
  width: 100%;

  height: 400px;
}

.singlepos-slidernext:hover,
.singlepos-sliderprev:hover {
  background: #fba919;

  color: #fff;
}

.v2news-page {
  background: #f0f8fc;
}

.v2news-page .department-content h2 {
  text-transform: uppercase;

  font-weight: 900;

  margin-bottom: 10px;
}

.v2news-page .department-content p {
  font-size: 16px;

  line-height: 24px;

  color: #999;

  margin-bottom: 15px;
}

.v2news-page .department-content a.read-more {
  margin-top: 21px;
}

.v2single-post {
  margin-bottom: 50px;
}

.get-quote-area.newsv2page {
  background: #f15c58;
}

.get-quote-area.newsv2page .get-btn a {
  color: #f15c58;

  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.07);
}

.get-quote-area.newsv2page .get-btn a:hover {
  background: #23b6ba;

  color: #fff;
}

#gmap {
  height: 400px;

  border: 10px solid #fff;

  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.07);
}

.contact-page {
  background: #f5fcff;
}

.contact-title h4 {
  color: #505050;

  margin-bottom: 5px;
}

.contact-title h1 {
  font-weight: 100;

  color: #505050;

  margin-bottom: 50px;
}

.contact-title h1 span {
  color: #23b6b9;

  font-weight: 900;
}

.contact-pageform .form-control {
  background: #eaf1f4;

  height: 55px;

  color: #999;
}

.contact-formv2 {
  background: transparent;

  padding: 0;
}

.v3-contact.v2contact-page .v2-about-input {
  margin-bottom: 21px !important;

  width: 49.5%;
}

.contact-formv2 .v2-about-input input {
  background: #edf3f6;

  border-color: #edf3f6;

  color: #999998;

  font-size: 18px;

  height: 55px;
}

.contact-formv2 .v2-about-input {
  margin-right: 1%;
}

.v3-contact .contact-formv2 .v2-about-input {
  margin-right: 6.5px;
}

.contact-formv2 .v2-about-input input::-webkit-input-placeholder {
  color: #999;
}

.contact-formv2 .v2-about-textarea textarea::-webkit-input-placeholder {
  color: #999;
}

.contact-formv2 .v2-about-input input::-moz-placeholder {
  color: #999;
}

.contact-formv2 .v2-about-textarea textarea {
  background: #edf3f6;

  border-color: #edf3f6;

  color: #999;

  font-size: 18px;
}

.contact-formv2 .v2-about-textarea textarea::-moz-placeholder {
  color: #999;
}

.v2contact-page .v2-about-select {
  background: #edf3f6;

  border-color: #edf3f6;

  height: 55px;
}

.v2contact-page .v2-about-select:before {
  color: #999;
}

.v2contact-page .v2-about-select select {
  border-color: #edf3f6;

  color: #999;

  font-size: 18px;
}

.v2contact-page .v2-about-submit {
  text-align: center;

  border: 0;

  margin-top: 40px;
}

.v2contact-page .v2-about-submit input {
  background: #f15c58;

  color: #fff;

  border-radius: 3px;

  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.07);

  border: 0;
}

.v2contact-page .v2-about-submit input:hover {
  background: #edf3f6;

  color: #f15c58;
}

.v3contact-address {
  background: #23b6b9;
}

.v3contact-address .contact-title h4 {
  color: #fff;
}

.v3contact-address .contact-title h1 {
  color: #fff;
}

.v3contact-address .contact-title h1 span {
  color: #fff;
}

.contact-icon {
  padding-right: 0;

  margin-right: 0;

  width: 12%;

  text-align: center;
}

.row.single-contact i {
  font-size: 40px;

  line-height: 60px;
}

.row.single-contact:last-child i {
  line-height: 30px;

  font-size: 35px;
}

.single-contact {
  color: #fff;

  font-weight: 400;

  padding-bottom: 20px;

  margin-bottom: 50px;
}

.single-contact h4 {
  font-size: 18px;

  line-height: 30px;
}

.mt30 {
  padding-top: 30px;
}

.contactv2address .single-contact {
  color: #999;
}

.v2contact-page {
  background: #f5fcff;
}

.v3-contact .v2-about-submit {
  text-align: left;

  margin-top: 10px;
}

.mapsection #gmap {
  border: 0;
}

.home-area.single-title-area .page-title {
  padding-left: 50px;
}

.home-area.v2.single-title-area .single-page-title .page-title,
.home-area.v3.single-title-area .single-page-title .page-title {
  padding-left: 0;
}

.single-news-v2 {
  position: relative;
}

.single-news-v2 .news-content-title h2 {
  text-transform: uppercase;

  font-weight: 900;

  font-size: 20px;

  margin-bottom: 10px;
}

.single-news-v2 .news-content-title {
  position: absolute;

  bottom: 0;

  background: rgba(52, 184, 190, 0.75);

  width: 100%;

  padding: 20px;

  color: #fff;
}

.version-second-news-slider .news-next {
  right: 8px;

  left: auto;

  height: 50px;

  bottom: 3.8%;

  width: 50px;

  background: #fff;

  border-color: #fff;

  font-size: 22px;

  font-weight: 900;

  color: #f15c58;
}

.version-second-news-slider .news-prev {
  left: auto;

  right: 65px;

  position: absolute;

  height: 50px;

  bottom: 3.8%;

  width: 50px;

  border-color: #fff;

  background: #fff;

  color: #f15c58;

  font-size: 22px;

  font-weight: 900;

  transition: 0.4s;
}

.nesws-media .media {
  margin-bottom: 21px;
}

.media1 {
  display: flex;
  justify-content: center;
  border: 1px solid #80808040;
  border-radius: 5px;
  margin: 1rem 0.1rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#main-media {
  /* border: 1px solid #80808040;
    border-radius: 5px;
    margin: 1rem 0.1rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; 
	padding: 0rem 1rem; */
}

.v2 .nesws-media .media .media-body {
  padding-top: 15px;
}

.version-second-news-slider .news-prev:hover {
  background: #f15c58;

  color: #fff;

  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.07);

  border-color: #f15c58;
}

.version-second-news-slider .news-next:hover {
  background: #f15c58;

  color: #fff;

  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.07);

  border-color: #f15c58;
}

.details-navv2.slick-vertical .slick-slide.slick-cloned {
  opacity: 0;
}

.details-navv2.slick-vertical .slick-slide.slick-cloned.slick-active {
  opacity: 0.5;
}

.details-navv2.slick-vertical
  .slick-slide.slick-current.slick-active.slick-center {
  opacity: 1;
}

.details-navv2.slick-vertical .slick-slide.slick-active {
  opacity: 0.5;
}

.details-navv2.slick-vertical .slick-slide {
  opacity: 0;
}

.content-bottom-italic p {
  margin-bottom: 14px;
}

.content-bottom-italic p:first-child {
  margin-top: 20px;
}

.fnt-italic {
  margin-top: 20px;

  font-style: italic;

  font-size: 18px;
}

.widget-single-slider.slick-slide.slick-current.slick-active:before {
  opacity: 0;
}

.nesws-media .media .pull-left img {
  transition: 0.4s;
}

.nesws-media .media:hover img {
  filter: brightness(0.5);
}

.contact-formv2 .v2-about-input {
  height: 40px;

  width: 49.5%;

  float: left;

  margin-bottom: 23px;
}

.features-icon i {
  font-size: 50px;

  color: #fff;

  margin-top: 30%;
}

.showcart .icon_box img {
  background-color: #4fbec2;

  border-radius: 100%;

  width: 28px;
}

.showcart a {
  border-radius: 100%;

  text-align: center;

  margin-left: 10px;
}

.social-media ul li {
  display: inline-block;

  list-style: none;

  margin: 0 auto;

  padding: 2px 0;
}

.social-media .payment_opt {
  width: 66px;

  border-radius: 5px;
}

.top-menu ul li {
  color: #747676;

  list-style: none;

  display: inline-block;

  margin-left: 25px;
}

.top-menu ul li a {
  color: #161616;
}

.registration_form input {
  width: 100%;

  height: 32px;

  border-radius: 4px;

  border: none;

  border: 1px solid #b1b4b4;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;

  margin-top: 1px\9;

  line-height: normal;
}

.radio_btn input {
  width: auto !important;

  vertical-align: middle;
}

.newsletter input {
  width: auto;

  vertical-align: middle;
}

.regi_btn input {
  width: 80px !important;

  vertical-align: middle !important;

  background: #4fbec2;

  color: #fff;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.sel_country select {
  height: 32px;

  border-radius: 3px;
}

.regi_area h1 {
  font-size: 30px;
}

.regi_area h2 {
  font-size: 25px;
}

.regi_form .note {
  color: #c52020;
}

.footer-padding {
  padding-top: 30px;

  padding-bottom: 100px;
}

.top-menu ul li {
  margin-left: 0;
}

.bredcrums {
  margin-top: 10px;

  margin-bottom: 10px;
}

.product_info h1 {
  color: #000 !important;

  font-size: 24px !important;
}

.product_info p {
  font-weight: 400;

  color: #5c5757;
  font-size: 16px;
  line-height: 1.5;
}

.product_info span {
  color: #14973c;

  font-size: 14px;

  font-weight: 700;
}

.product_info h4 {
  color: #000;

  margin-top: 10px;

  font-size: 16px;

  margin-bottom: 3px;
}

.reviews_num a {
  color: #12161a;

  font-size: 13px;
}

#exTab1 .tab-content {
  color: #fff;

  background-color: #428bca;

  padding: 5px 15px;
}

.date {
  float: right;
}

.margintop {
  margin-top: 20px;
}

#exTab2 h3 {
  color: #fff;

  background-color: #428bca;

  padding: 5px 15px;
}

.clssafe {
  padding-bottom: 10px;

  padding-top: 10px;
}

.reviews_numbers span {
  color: #000;
}

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0;
}

#exTab3 .tab-content {
  color: #fff;

  background-color: #428bca;

  padding: 5px 15px;
}

.product_desc .tab-content {
  margin-top: 0;

  color: #a09999 !important;

  background-color: transparent !important;

  border: 1px solid #a09999;

  border-radius: 3px;
}

.product_desc .nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;

  background-color: #f15b57;
}

.product_info h1 {
  color: #000 !important;

  font-size: 24px !important;
}

.product_info p {
  font-weight: 400;

  color: #5c5757;
}

.product_info span {
  color: #14973c;

  font-size: 14px;

  font-weight: 700;
}

.product_info h4 {
  color: #000;

  margin-top: 10px;

  font-size: 16px;

  margin-bottom: 3px;
}

.product-info-title {
  text-align: center;
}

.product-info-title strong {
  color: #000;

  font-size: 12px;

  font-weight: 400;

  line-height: normal;

  margin: 0;

  text-transform: uppercase;

  padding: 10px 12px;

  margin: -8px;
}

.product-info {
  background: #f26355 none repeat scroll 0 0;

  color: #fff;

  font-size: 14px;

  height: 32px;

  line-height: 32px;

  text-align: center;
}

.product-option .table2 td {
  padding: 5px !important;
}

.product-option .table-responsive {
  width: 100%;
}

.text-center {
  text-align: center;
}

.product-option .button {
  text-align: center !important;

  white-space: nowrap !important;

  background: #00c0be none repeat scroll 0 0 !important;

  color: #fff !important;

  font-family: "Open Sans", sans-serif !important;

  font-size: 11px !important;

  height: 30px !important;

  line-height: 30px !important;

  padding: 0 15px !important;

  text-transform: uppercase !important;
}

.pro_info section {
  display: none;

  padding: 20px 0 0;

  border-top: 1px solid #ddd;
}

.shows {
  display: none;
}

.pro_info label {
  display: inline-block;

  margin: 0 0 -1px;

  padding: 15px 25px;

  font-weight: 600;

  text-align: center;

  color: #bbb;

  border: 1px solid transparent;
}

.pro_info label:before {
  font-family: fontawesome;

  font-weight: 400;

  margin-right: 10px;
}

.pro_info label[for*="1"]:before {
  content: "\f1cb";
}

.pro_info label[for*="3"]:before {
  content: "\f16b";
}

.pro_info label:hover {
  color: #888;

  cursor: pointer;
}

.pro_info #tab1:checked ~ #content1,
.pro_info #tab2:checked ~ #content2,
.pro_info #tab3:checked ~ #content3,
.pro_info #tab4:checked ~ #content4 {
  display: block;
}

.pro_info main {
  padding: 30px;

  margin: 0 auto;

  background: #fff;
}

.comp_info h2 {
  font-size: 22px;

  padding-bottom: 10px;

  padding-top: 10px;

  background: #3ac0be;

  color: #fff;

  padding-left: 10px;

  margin-top: 10px;

  margin-bottom: 10px;
}

.comp_info span {
  padding: 10px;

  display: block;
}

.comp_info span p {
  color: #746f6f;
}

.comp_info ul {
  padding: 10px;

  color: #6a6e6e;
}

.black_clr {
  color: #ffffff !important;
  background: transparent !important;
}

.read_more {
  color: #f15b57 !important;
}

.read_more:hover {
  color: #f15b57;

  text-decoration: underline;
}

.reviews_numbers {
  color: #1a1b1c !important;
}

.login_form h2 {
  color: #aea3a3;
}

.login_form h3 {
  color: #f15b57;
}

.login_form button {
  color: #fff;

  background: #4fbec2;

  border: 1px solid #4fbec2;
}

.login_form button:hover {
  background: #f15c58;

  border: 1px solid #f15c58;
}

.creat_acc_btn {
  margin-top: 0;

  color: #fff;

  background: #4fbec2;

  border: 1px solid #4fbec2;
}

.creat_acc_btn:hover {
  background: #f15c58;

  border: 1px solid #f15c58;
}

.new_cust_form h3 {
  color: #f15b57;
}

.login_form {
  height: 260px;
}

/* .new_cust_form {

	height: 260px

} */

.login_page {
  margin-top: 50px;

  margin-bottom: 50px;
}

.mb15 {
  margin-bottom: 15px;
}

.mt50 {
  margin-top: 50px;
}

.shopping-cart-area {
  border: 10px solid #eee;
}

.shopping-cart-area h2 {
  font-weight: 700;

  color: #000;
}

.checkout_page .shopping-cart-area {
  padding: 20px;

  overflow: hidden;
}

.ship_method {
  color: #000;
}

.shopping-cart {
  width: 100%;
}

.rdf p {
  text-align: center !important;

  font-size: 13px !important;

  padding-top: 10px;
}

.shopping-cart .firstrow {
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.second_row .red_clr {
  color: #b12704 !important;

  text-align: center;
}

.total_items {
  color: #b12704;

  font-weight: 700;
}

.cart_btns {
  padding: 10px;

  text-align: center;

  margin: 0 auto;

  width: 100%;

  display: inline-block;
}

.cart_btns ul li {
  float: left;

  list-style-type: none;
}

.cart_btns ul li a {
  margin-right: 10px;

  color: #fff;

  background-color: #36b5b9;

  border: 1px solid #36b5b9;
}

.cart_btns ul li a:hover {
  background-color: #f15b57;

  border: 1px solid #f15b57;
}

.subtotal_Area {
  height: 50px;
}

.pay_type td span {
  font-size: 14px;

  color: #287fc2;

  font-weight: 700;
}

.My_account {
  border: 1px solid #cfcaca;

  border-radius: 4px;

  display: block;

  overflow: hidden;
}

.My_account .user_icon {
  float: left;

  display: inline-block;

  margin: 15px;

  color: #aabf3b;

  font-size: 40px;
}

.My_account .user_icon i {
  vertical-align: top;
}

.My_account .info {
  float: left;

  padding-top: 10px;

  padding-bottom: 10px;
}

.section-cart {
  margin-top: 40px;

  margin-bottom: 40px;
}

.reviews_num .price {
  font-weight: 700 !important;

  color: #000 !important;
}

.reviews_num a {
  display: block !important;

  padding-bottom: 5px;
}

.write-review a {
  color: #fff !important;
  font-size: 17px !important;
}
.write-review i {
  font-size: 20px;
}

.write-review {
  background: #225e5a;
  padding: 9px 20px;
  border-radius: 5px;
  margin-top: -10px;
}
.product_reviews {
  background: #3fa6a2;

  border-radius: 5px;

  line-height: 22px;
  padding: 15px;
}
.reviews_num span {
  color: #fff !important;
  font-size: 16px;
}
.reviews_num li {
  color: #fff !important;
  margin-bottom: 8px;
  font-size: 16px;
}
.stock-status span {
  font-size: 20px;
}
.product_specification {
  background: #2ea5a2;
  padding: 15px;
  border-radius: 9px;
}
.specification-review {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-direction: row;
  margin-bottom: 30px;
  margin-top: 20px;
}

.stock-status .fa-check-circle:before,
.stock-status .fa-circle-check:before {
  content: "\f058";
  color: #309843;
  font-size: 20px;
}
.specification li {
  color: #fff !important;
  margin-bottom: 8px;
  font-size: 16px;
}
.specification span {
  color: #fff !important;
  font-size: 16px;
}
h2.shipping-info-title {
  margin-bottom: 12px;
  color: #fff !important;
}
h2.specification-title {
  color: #fff !important;
}
.p0 {
  padding: 0;
}

.shopping-cart .btntd .btn {
  color: #fff;

  background-color: #36b5b9;

  border-color: #36b5b9;
}

.My_account:hover {
  background-color: #eee;
}

.My_account .info a {
  display: block;
}

.mb5 {
  margin-bottom: 5px;
}

.My_account .info h4 {
  font-size: 16px;
}

.checkout_details .panel-body {
  background-color: transparent;

  padding-top: 20px;
}

.checkout_details .panel-body h4 {
  color: #fff;
}

.checkout_details .panel-head {
  background: #8c9393;

  padding: 10px;

  color: #fff;

  font-size: 16px;
}

.shipping_details td {
  color: #000;
}

.mb0 {
  margin-bottom: 0;
}

.mb50 {
  margin-bottom: 50px;
}

.ship_method .note {
  font-size: 12px;

  color: #6a6463;

  font-weight: 700;
}

.btn_style {
  width: 112px !important;

  vertical-align: middle !important;

  background: #4fbec2;

  color: #fff;

  border-radius: 4px;

  border: 1px solid #b1b4b4;

  height: 32px;

  float: right;
}

.mr10 {
  margin-right: 10px;
}

.p10 {
  padding: 10px;
}

.web_btn {
  background: #4fbec2;

  border-radius: 3px;

  color: #fff;

  display: inline-block;

  font-size: 14px;

  font-weight: 600;

  height: 50px;

  line-height: 50px;

  margin-top: 60px;

  text-align: center;

  -webkit-transition: all 0.4s ease 0;

  transition: all 0.4s ease 0;

  width: 150px;
}

.bg-box {
  /*background-color: #f6f6f6;
    box-shadow: 0px 7px 17px 1px rgb(0 0 0 / 21%);*/
  padding: 30px 20px;
}

.web_btn:hover {
  color: #fff;
}

.need_help_section .user_icon {
  width: 100%;

  text-align: center;

  margin: 0 auto;

  margin-top: 10px;
}

.order_procedure {
  font-size: 16px;

  color: #4f4b4b;
}

.need_help_section .user_icon i {
  color: #737676;
}

.faq_page .half {
  float: left;

  width: 100%;

  padding: 0 1em;
}

.faq_page .tab {
  position: relative;

  margin-bottom: 1px;

  width: 100%;

  color: #fff;

  overflow: hidden;
}

.faq_page input {
  position: absolute;

  opacity: 0;

  z-index: -1;
}

.faq_page label {
  position: relative;

  display: block;

  padding: 0 0 0 1em;

  background: #4fbec2;

  font-weight: 700;

  line-height: 3;

  cursor: pointer;
}

.faq_page .blue label {
  background: #2980b9;
}

.faq_page .tab-content {
  max-height: 0;

  overflow: hidden;

  background: #717474;

  -webkit-transition: max-height 0.35s;

  -o-transition: max-height 0.35s;

  transition: max-height 0.35s;

  margin-top: 0 !important;

  margin-bottom: 10px;
}

.faq_page .blue .tab-content {
  background: #3498db;
}

.faq_page .tab-content p {
  margin: 1em;
}

.faq_page input:checked ~ .tab-content {
  max-height: 10em;
}

.faq_page label::after {
  position: absolute;

  right: 0;

  top: 0;

  display: block;

  width: 3em;

  height: 3em;

  line-height: 3;

  text-align: center;

  -webkit-transition: all 0.35s;

  -o-transition: all 0.35s;

  transition: all 0.35s;
}

.faq_page input[type="checkbox"] + label::after {
  content: "+";
}

.faq_page input[type="radio"] + label::after {
  content: "\25BC";
}

.faq_page input[type="checkbox"]:checked + label::after {
  transform: rotate(315deg);
}

.faq_page input[type="radio"]:checked + label::after {
  transform: rotateX(180deg);
}

.faq_page .question {
  background: #fff none repeat scroll 0 0;

  padding: 60px 50px;

  border-bottom: 5px solid #23b5b9;

  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.07);

  overflow: hidden;
}

.faq_page .question h3 {
  color: #f15b57;
}

.faq_page .question h4 {
  margin-bottom: 10px;

  color: #aabf3b;
}

.reviews h2 {
  font-size: 18px;

  font-weight: 700;
}

.name h2 a {
  color: #f26254;
}

.reviews_page h2 {
  font-size: 23px;

  color: #767678;
}

.reviews_page a {
  color: #f26254;
}

.rew_title {
  display: block;
}

.rew_title .date {
  float: right;

  color: #a946a0;
}

.rew_title .smallText {
  color: #000;

  font-size: 17px;

  font-weight: 700;
}

.review-form .rating {
  width: 226px;

  margin: 0 auto 1em;

  font-size: 45px;

  overflow: hidden;
}

.review-form .rating input {
  float: right;

  opacity: 0;

  position: absolute;
}

.review-form .rating a,
.rating label {
  float: right;

  color: #aaa;

  text-decoration: none;

  -webkit-transition: color 0.4s;

  -moz-transition: color 0.4s;

  -o-transition: color 0.4s;

  transition: color 0.4s;
}

.review-form .rating label:hover ~ label,
.review-form .rating input:focus ~ label,
.review-form .rating label:hover,
.review-form .rating a:hover,
.review-form .rating a:hover ~ a,
.review-form .rating a:focus,
.review-form .rating a:focus ~ a {
  color: orange;

  cursor: pointer;
}

.review-form .rating2 {
  direction: rtl;
}

.review-form .rating2 a {
  float: none;
}

.review-form .radio {
  width: 35px;
}

@font-face {
  font-display: swap;
}
.read-mores {
  background: #f15c58;
  border-radius: 3px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0;
  transition: all 0.4s ease 0;
  padding: 0.5rem 0.7rem;
}

@media (min-width: 320px) and (max-width: 374px) {
  .home-area {
    position: relative;
    /* margin-bottom: 22px; */
    top: -15px;
  }

  .welcome-text h2 {
    color: #3ca4a7;

    font-weight: 700;

    padding-bottom: 20px;

    font-size: 45px;

    text-shadow: 2px 2px #ff0000;
  }

  .welcome-text ul li {
    font-size: 16px;

    padding-bottom: 7px;

    color: #fff;
  }

  .read-more {
    background: #f15c58;

    border-radius: 3px;

    color: #fff;

    display: inline-block;

    font-size: 17px;

    font-weight: 600;

    height: 50px;

    line-height: 50px;

    /* margin-top: 60px; */

    margin-top: 35px;

    text-align: center;

    -webkit-transition: all 0.4s ease 0;

    transition: all 0.4s ease 0;

    /* width: 150px; */

    width: 300px;
  }

  .Modern-Slider .item .img-fill1 .info {
    padding-top: 0px;
  }

  .welcome-text {
    /* background: #fff none repeat scroll 0 0; */

    /* padding: 20px;*/
    padding: 0px;

    /* box-shadow: 3px 5px 10px rgb(0 0 0 / 7%); */

    position: absolute;

    top: 16px;
  }
}

@media (min-width: 375px) and (max-width: 424px) {
  .home-area {
    position: relative;
    /* margin-bottom: 22px; */
    top: -15px;
  }

  .welcome-text h2 {
    color: #3ca4a7;

    font-weight: 700;

    padding-bottom: 20px;

    font-size: 50px;

    text-shadow: 2px 2px #ff0000;
  }

  .welcome-text ul li {
    font-size: 16px;

    padding-bottom: 7px;

    color: #fff;
  }

  .read-more {
    background: #f15c58;

    border-radius: 3px;

    color: #fff;

    display: inline-block;

    font-size: 17px;

    font-weight: 600;

    height: 50px;

    line-height: 50px;

    /* margin-top: 60px; */

    margin-top: 35px;

    text-align: center;

    -webkit-transition: all 0.4s ease 0;

    transition: all 0.4s ease 0;

    /* width: 150px; */

    width: 300px;
  }

  .read-mores {
    background: #f15c58;
    border-radius: 3px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0;
    transition: all 0.4s ease 0;
    padding: 0.5rem 0.7rem;
  }

  .Modern-Slider .item .img-fill1 .info {
    padding-top: 0px;
  }

  .welcome-text {
    /* background: #fff none repeat scroll 0 0; */

    /*padding: 20px;*/
    padding: 0px;

    /* box-shadow: 3px 5px 10px rgb(0 0 0 / 7%); */

    position: absolute;

    top: 16px;
  }
}

@media (max-width: 767px) and (min-width: 320px) {
  .new_cust_form {
    margin-top: -15px;
  }

  #mobilebanner {
    display: none;
  }

  #desktopbanner {
    display: block;
    height: 300px;
  }
  .quote-box {
    flex-direction: column !important;
  }
  .new_cust_form h3 {
    color: #f15b57;
    /* margin-top: 0px; */
  }

  .home-area {
    position: relative;
    /* margin-bottom: 22px; */
    top: -15px;
  }
  .top-menu {
    margin-top: 13px;
    padding-right: 12px;
  }
  .top-menu ul li a {
    color: #fff;
  }

  .img-fill1 {
    /*height: 400px;*/

    /* height: 300px;

		background: #dfdfdf */
  }

  .news-img-fill img {
    width: 100%;
  }

  .site-logo img {
    width: 80%;
  }
  .topbar-area.v2 {
    background: #ecffff;
  }
  nav.navbar.navbar-area {
    padding: 0px 15px;
  }
  .img-fill1 img {
    width: 100%;
  }

  .menu li > ul {
    width: 100%;
  }

  .shopping-cart .firstrow {
    display: none;
  }

  .get-quote-area {
    margin-top: 0px;
    padding: 15px 0px;
  }
  .Modern-Slider {
    margin-top: -17px;
  }
  .hide-mob {
    display: none !important;
  }

  .tbl td {
    display: block;

    border: 0;

    width: 100%;

    padding: 5px;

    border: 0 !important;

    border-bottom: 1px solid #ccc !important;

    padding: 15px;
  }

  .cart_btns ul li a {
    margin-right: 10px;

    color: #fff;

    background-color: #36b5b9;

    border: 1px solid #36b5b9;

    margin-bottom: 10px;
  }

  .My_account .user_icon {
    margin: 0;

    font-size: 40px;

    text-align: center;

    width: 100%;
  }

  .My_account {
    padding: 10px;

    margin-bottom: 10px;
  }

  .My_account .info {
    text-align: center;
  }

  .card {
    width: 80%;
  }

  /*.shipping {

		height: 70px;

		margin-top: -5px;

		position: absolute;

    left: 188px;

    top: 20px;

	}*/

  .shipping {
    height: 95px;
    margin-top: -5px;
    position: unset;
    left: 188px;
    top: 20px;
    /* background: lightgoldenrodyellow; */
    /* padding-bottom: 54px;
*/
  }

  .card .card-button {
    padding: 10px 10px 10px 83px;
  }

  .ssl {
    height: 70px;

    margin-top: -5px;

    margin-right: 125px;

    position: relative;

    top: 18px;

    right: 103px;
  }

  @media (min-width: 1280px) {
    .shipping {
      height: 70px;

      margin-top: -2px;
    }

    .ssl {
      height: 70px;

      margin-top: -2px;
    }

    .site-logo {
      margin-top: 15px;
    }
  }

  .btn-rd {
    background: #ffe5e5;

    padding: 10px;

    display: block;

    border-radius: 4px;

    color: #000;
  }

  .btn-rd:hover {
    color: #000;
  }

  .aboutUs-contant #red a {
    color: #fff;

    text-decoration: underline;
  }

  #less {
    /*color: #000!important*/
    color: #fff !important;
  }

  .hand-tick {
    cursor: pointer;
  }

  .anchorstyle {
    color: #000;

    text-decoration: underline;
  }

  .anchorstyle:hover {
    color: #000;

    text-decoration: underline;
  }

  .dropdown-content {
    display: none;

    position: absolute;
  }

  .dropdown-content a {
    display: block;
  }

  .tpcls {
    margin-top: 10px !important;

    margin-bottom: 10px !important;
  }

  .productmenu:hover .dropdown-content {
    display: block;
  }

  /* start of the css*/

  @media (max-width: 460px) and (min-width: 320px) {
    .view-alldoctors a.read-more {
      margin-top: 0px;
      /* width: 200px; */
    }

    .bg-box {
      background-color: #fff !important;
      box-shadow: 0px 7px 17px 1px rgb(0 0 0 / 21%);
      padding-bottom: 20px;
    }

    .bg-box-heading {
      margin-top: -30px;
      margin-bottom: 30px;
    }

    .copyriht-area .footer-social-link {
      text-align: center;
      margin-bottom: -22px !important;
    }

    .welcome-text h2 {
      color: #3ca4a7;

      font-weight: 700;

      padding-bottom: 20px;

      font-size: 45px;

      text-shadow: 2px 2px #ff0000;
    }

    .top-shipping-icons {
      /*background-color: red;*/
      /*background-image: url("../images/mobile-offer.webp");*/
      background-image: url("../images/marry-christmas.webp");
      background-size: cover;
      background-repeat: no-repeat;
      height: 114px;
    }

    .sslimg {
      display: none;
    }

    .mobssl {
      /*display:block;*/
    }

    .mobssl img {
      display: none;
    }

    .ssl {
      margin-right: 90px;
    }

    .welcome-text ul li {
      font-size: 16px;

      padding-bottom: 7px;

      color: #fff;
    }

    .read-more {
      background: #f15c58;
      border-radius: 3px;
      color: #fff;

      font-size: 13px;
      font-weight: 600;
      height: 40px;
      line-height: 40px;
      /* margin-top: 60px; */
      margin-top: 35px;
      text-align: center;
      -webkit-transition: all 0.4s ease 0;
      transition: all 0.4s ease 0;
      /* width: 150px; */
      width: 100% !important;
      position: relative;
      left: 0px;
    }

    .Modern-Slider .item .img-fill1 .info {
      padding-top: 0px;
    }

    .welcome-text {
      /* background: #fff none repeat scroll 0 0; */

      /* padding: 20px;*/
      padding: 0px;

      /* box-shadow: 3px 5px 10px rgb(0 0 0 / 7%); */

      /*position: absolute;*/

      position: relative;

      top: -8px;
    }

    .login_form {
      height: 200px;
    }
    .block-category-title {
      margin-top: 0px !important;
    }

    .welcome-text {
      /*padding-top: 26px!important;*/
      padding-top: 0px !important;
    }

    .welcome-text h1 {
      color: #23b5b9;

      font-size: 30px;

      font-weight: 900;

      /*margin-bottom: 30px!important;*/

      /*margin-bottom: 10px!important;*/
      margin-bottom: 5px !important;
    }

    #more {
      background: #36b5b9;
      border-radius: 3px;
      color: #fff;
      display: flex;
      justify-content: center;
      font-size: 17px;
      font-weight: 600;
      height: 40px;
      line-height: 19px;
      /* margin-top: 60px; */
      /* margin-top: 35px; */
      text-align: center;
      -webkit-transition: all 0.4s ease 0;
      transition: all 0.4s ease 0;
      /* width: 150px; */
      width: 150px;
    }

    #less {
      background: #36b5b9;
      border-radius: 3px;
      color: #fff;
      display: inline-block;
      font-size: 17px;
      font-weight: 600;
      height: 50px;
      line-height: 30px;
      /* margin-top: 60px; */
      /* margin-top: 35px; */
      text-align: center;
      -webkit-transition: all 0.4s ease 0;
      transition: all 0.4s ease 0;
      /* width: 150px; */
      width: 150px;
    }

    .top-menu ul li {
      color: #747676;
      list-style: none;
      display: inline-block;
      margin-left: 0px;
      font-size: 16px;
      padding: 0 11px;
    }
    .aboutUs-contant p {
      padding-bottom: 15px;
      line-height: 24px;
      font-size: 16px;
      color: #000;
      /* text-align: justify; */
    }

    .imrn-client-details {
      font-size: 14px;
      padding: 0;
      background-size: 100% 100%;
      padding-top: 5px;
      text-align: justify;
    }

    .copyriht-area {
      padding: 8px 0;
      background: #202020;
      color: #fffefe;
    }
    .section-cart {
      margin-top: 0px;
      margin-bottom: 40px;
    }
    .single-speacialist {
      box-shadow: 3px 5px 10px rgb(0 0 0 / 7%);
      color: #999;
      font-size: 18px;
      padding-bottom: 8px;
      background: #fff;
    }
    .product_info p {
      font-weight: 400;
      color: #5c5757;
      font-size: 16px;
      text-align: justify;
    }
    .product_reviews {
      background: #2ea5a2;
      border-radius: 5px;

      /* padding: 1px; */
      padding-top: 3px;
      padding-bottom: 10px;
    }
    .pro_info label {
      display: inline-block;
      margin: 0 0 -1px;
      padding: 15px 9px;
      font-weight: 600;
      text-align: center;
      color: #bbb;
      border: 1px solid transparent;
    }
    .pro_info input:checked + label {
      color: #ffffff;
      border: 1px solid #ddd;
      border-top: 2px solid #f15c58;
      border-bottom: 1px solid #fff;
      background-color: #00c0be;
    }
    .page-title {
      background: #fff;
      padding: 4px 0;
      border-bottom: 5px solid #23b5b9;
      box-shadow: 3px 5px 10px rgb(0 0 0 / 7%);
      color: #f15b57;
    }
    .view-alldoctors a.read-more {
      margin-top: 0px;
      /* width: 133px!important; */
    }
  }

  /* css for iphone xr*/

  @media only screen and (device-width: 414px) {
    .welcome-text h2 {
      color: #3ca4a7;

      font-weight: 700;

      padding-bottom: 20px;

      font-size: 45px;

      text-shadow: 2px 2px #ff0000;
    }

    .welcome-text ul li {
      font-size: 16px;

      padding-bottom: 7px;

      color: #fff;
    }

    .welcome-text h1 {
      color: #23b5b9;

      font-size: 30px;

      font-weight: 900;

      margin-bottom: 10px !important;
    }

    .read-more {
      background: #f15c58;

      border-radius: 3px;

      color: #fff;

      display: inline-block;

      font-size: 17px;

      font-weight: 600;

      height: 50px;

      line-height: 50px;

      /* margin-top: 60px; */

      margin-top: 35px;

      text-align: center;

      -webkit-transition: all 0.4s ease 0;

      transition: all 0.4s ease 0;

      /* width: 150px; */

      width: 200px;
    }

    .Modern-Slider .item .img-fill1 .info {
      padding-top: 0px;
    }

    /* .welcome-text {


	    padding: 20px;

	    position: absolute;

	    top: 30px;

	}
	.block-category-title {
    margin-top: 10px!important;
	} */

    .top-menu ul li {
      color: #747676;
      list-style: none;
      display: inline-block;
      margin-left: 1px;
      font-size: 18px;
      padding: 0 5px;
    }

    .aboutUs-contant p {
      padding-bottom: 15px;
      line-height: 24px;
      font-size: 16px;
      color: #000;
      /* text-align: justify; */
    }

    .imrn-client-details {
      font-size: 14px;
      padding: 0;
      background-size: 100% 100%;
      padding-top: 5px;
      text-align: justify;
    }
    .copyriht-area {
      padding: 8px 0;
      background: #202020;
      color: #fffefe;
    }
    .section-cart {
      margin-top: 0px;
      margin-bottom: 40px;
    }
    .single-speacialist {
      box-shadow: 3px 5px 10px rgb(0 0 0 / 7%);
      color: #999;
      font-size: 18px;
      padding-bottom: 8px;
      background: #fff;
    }
    .product_info p {
      font-weight: 400;
      color: #5c5757;
      font-size: 16px;
      text-align: justify;
    }
    .product_reviews {
      background: #3fa6a2;
      border-radius: 5px;

      /* padding: 1px; */
      padding-top: 3px;
      padding-bottom: 10px;
    }
    .pro_info label {
      display: inline-block;
      margin: 0 0 -1px;
      padding: 15px 9px;
      font-weight: 600;
      text-align: center;
      color: #bbb;
      border: 1px solid transparent;
    }
    .pro_info input:checked + label {
      color: #ffffff;
      border: 1px solid #ddd;
      border-top: 2px solid #f15c58;
      border-bottom: 1px solid #fff;
      background-color: #00c0be;
    }
    .page-title {
      background: #fff;
      padding: 4px 0;
      border-bottom: 5px solid #23b5b9;
      box-shadow: 3px 5px 10px rgb(0 0 0 / 7%);
      color: #f15b57;
    }
    .view-alldoctors a.read-more {
      margin-top: 0px;
      /* width: 133px!important; */
    }
  }
}

@media (min-width: 1200px) {
  .read-mores {
    margin-left: 9rem;
  }
}

.pro_info input:checked + label {
  color: #ffffff !important;
  border: 1px solid #ddd;
  border-top: 2px solid #f15c58;
  border-bottom: 1px solid #fff;
  background-color: #00c0be;
}
.shopbtn,
.btnregister,
.btn-register-box {
  background: #36b5b9 !important;
  color: #fff !important;
  padding: 5px 9px !important;
  border-radius: 3px !important;
  float: right;
  border: none;
}
.btn-register-box {
  padding: 9px 15px !important;
  font-size: 16px;
  margin: 0.5rem 0rem !important;
}
.css-1t5h7yy {
  display: none !important;
}

.css-1860qee {
  position: relative !important;
  width: 60px !important;
  height: 60px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  background: #ffffff;
  border-radius: 8px 8px 0px 0px;
  padding: 0 0.9em;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  background-color: #1f9a94;
  border-radius: 50px;
}
.css-1f0le8r {
  margin: 4px !important;
}
a.updatebtn {
  background: #ec5f55;
  padding: 3px 11px;
  border-radius: 4px;
  color: #fff;
}
.tbl td {
  padding-top: 8px;
  padding-bottom: 14px;
}
span.shipp {
  font-weight: 600;
}
@media (min-width: 922px) {
  .quick-links,
  .policy-links {
    display: flex;
    justify-content: center;
  }
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  margin-top: -14px;
}

.product-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 16px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
}

.card-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.card-title {
  display: block;
  margin: 10px 0 5px;
  font-weight: 600;
  font-size: 18px;
}

.price {
  display: block;
  font-size: 16px;
  color: #36b5b9;
  margin-bottom: 10px;
}

.card-button {
  display: inline-block;
  background-color: #225e5a;
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 10px;
}

/* Card structure */
.product-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: transform 0.2s ease;
}

.product-card:hover {
  transform: translateY(-4px);
}

/* Top section with image and content */
.top-row {
  display: flex;
  gap: 16px;
  height: 190px;
}
.card-image img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
}

.card-content {
  flex: 1;

  text-align: left;
}

.card-title {
  color: #36b5b9;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.subtext {
  color: #555;
  font-size: 14px;
  margin: 6px 0;
  font-weight: 600;
}

.description {
  font-size: 13px;
  color: #333;
  line-height: 1.4;
}

/* Bottom row with price + button */
.bottom-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.price-tag {
  background: #b94041;
  color: #fff;
  padding: 6px 34px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 14px;
}

.card-button {
  background: #225e5a;
  color: white;
  padding: 6px 55px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}

/* Tablet (2 columns) */
@media (max-width: 991px) {
  .how-order .row {
    flex-direction: column-reverse !important;
    display: flex !important;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile (1 column) */
@media (max-width: 575px) {
  .price-tag {
    margin-top: 20px !important;
  }
  .product-grid {
    grid-template-columns: 1fr;
  }

  .top-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .card-image img {
    width: 120px;
    height: 120px;
  }

  .bottom-row {
    flex-direction: column;
    gap: 10px;
  }

  .card-button,
  .price-tag {
    width: 100%;
    text-align: center;
  }
  .top-row {
    height: 265px;
  }
}
/* CSS */
.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 200px;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dropdown-menu li {
  list-style: none;
}

.dropdown-menu li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
}

.dropdown-menu li a:hover {
  background-color: #f0f0f0;
}

.dropdown-menu p {
  line-height: 50px;
  border-bottom: 1px solid #fff;
  transition: 0.4s;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
  letter-spacing: 1px;
}
.footer-social-link {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.footer-social-link li {
  margin: 0rem 0.4rem;
  font-size: 19px;
}
.footer-social-link li {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.footer-social-link li:nth-child(1) {
  background: #264fed !important;
  color: white !important;
}
.footer-social-link li:nth-child(2) {
  background: #b7b7b7 !important;
  /* color: white !important; */
}
.wp-bg {
  background-color: white;
  color: black;
  font-weight: 600;
  padding: 8px;
  font-size: 16px;
  border-radius: 15px 0px 0px 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.wp-bg a span:hover {
  color: black !important;
}

.footer-social-link li:nth-child(3) {
  background: red !important;
  color: white !important;
}

.footer-social-link li:nth-child(4) {
  background: #d63384 !important;
  color: white !important;
}

.footer-social-link li i {
  display: flex;
  justify-content: center;
  margin: 0.6rem 0rem;
}
.bi {
  color: #fff !important;
}
.fa-instagram:before {
  content: "\f16d";
  color: #fff !important;
}
@media (min-width: 992px) {
  .col-md-4 {
    width: 33.33333333% !important;
    float: left !important;
  }
}
.owl-carousel {
  display: block !important;
}
#owl-demo {
  display: flex !important;
  justify-content: center;
  align-self: start;
  margin-left: 0px !important;
}
/* .item-wrapper, .col-md-4{
width: 100% !important;
float: none !important;
} */
.quote-box {
  display: flex;
  align-items: center !important;
}

@media (max-width: 767px) {
  .cart_btns {
    padding: 10px;
    text-align: center;
    margin: 0 auto;
    width: 110% !important;
    display: flex;
  }
  p.final-price {
    background: #47b6b9;
    padding: 6px !important;
    border-radius: 4px;
    color: #fff;
    text-align: center !important;
    width: 100%;
    margin: 0 !important;
  }
  button#tdb1 {
    margin-bottom: 35px;
  }
  .specification-review {
    display: block;
  }
  .product_specification,
  .product_reviews {
    margin: 0px 25px 20px;
  }

  .hide-mobile {
    display: none !important;
  }
  i.fab.fa-whatsapp,
  i.fab.fa-telegram-plane,
  i.fas.fa-envelope {
    margin-top: 3px !important;
    font-size: 25px !important;
  }
}
@media (min-width: 768px) {
  .hide-desktop {
    display: none;
  }
}
.main-header {
  display: flex;
  justify-content: center;
}
.top-option {
  display: flex !important;
}
.top-option li i {
  margin: 1rem 0 0.5rem;
}

@media (min-width: 992px) {
  .site-logo {
    margin-top: 1rem;
  }
}

@media (max-width: 767px) and (min-width: 320px) {
  .welcome-text ul li {
    font-size: 16px;
    padding-bottom: 7px;
    color: #000 !important;
  }
  .front-btn {
    display: block !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .menu li > ul li a {
    font-size: 12px !important;
  }

  .front-btn {
    display: flex;
    justify-content: space-evenly;
  }
  /* .product-grid {
			padding: 0px;
		} */
}
.hide-desktop .whatsapp-email {
  position: absolute;
  top: -21px;
  right: 2%;
}
.hide-desktop i.fab.fa-whatsapp {
  font-size: 20px;
  color: #30a124;
}
.navbar {
  margin-bottom: 0px !important;
}
section.home-area {
  padding: 0px 0px 0px;
}
.footer-content hr {
  margin-top: 12px;
  margin-bottom: 0px;
  border: 0;
  border-top: 1px solid #b9b9b9;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #f15c58 !important;
}
@media (min-width: 768px) {
  .navbar-nav {
    float: none;
    margin: 0;
    display: flex !important;
    justify-content: center !important;
  }
}
.h2,
h2 {
  font-size: 22px !important;
}
.product-img {
  width: 100% !important;
  height: auto !important;
  padding: 0.5rem;
}
.card-body {
  background: #00c0be;
  color: #fff !important;
}
.card-body h4 {
  color: #fff !important;
  padding: 1rem 0rem;
}
.outer-wrapper {
  display: flex;
  justify-content: center;
}
label {
  border: 1px solid #8080804d !important;
  border-radius: 3px !important;
  color: #f26355 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}
h2,
.section-title {
  color: #36b5b9 !important;
}
.section-title h2 {
  margin-top: 1.5rem;
  color: #36b5b9 !important;
}
.media1 {
  width: 80% !important;
  margin-top: 1.5rem !important;
}
.owl-item {
  display: flex;
  justify-content: center !important;
}
.about-product {
  background: #00c0be;
  margin-bottom: 0.3rem;
  color: #fff !important;
}
.about-product a {
  color: #fff !important;
}
@media (max-width: 767px) and (min-width: 320px) {
  .product-img {
    width: 90% !important;
  }
  footer.footer-area {
    text-align: center;
  }
  .footer-mob-col {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .navbar .navbar-nav {
    float: inherit !important;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease;
  }

  .navbar-nav > li.dropdown > .dropdown-menu {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
  }

  .navbar-nav > li.dropdown:hover > a,
  .navbar-nav > li.dropdown:hover > a:focus {
    background-color: transparent;
  }
}
.fa-square-x-twitter:before {
  color: #000;
  content: "\e61a";
}
.fa-youtube:before {
  content: "\f167";
  color: #fff;
}
.fa-pinterest:before {
  content: "\f0d2";
  font-size: 30px;
  margin-top: -4px;
}
.copyright-text p {
  margin: 0 0 0px;
}
@media (max-width: 767px) {
  .navbar-nav .dropdown-menu {
    display: none;
  }
  .navbar-nav .dropdown.open .dropdown-menu {
    display: block;
  }
  a.card-button-slider {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    text-align: center !important;
  }
  .product-grid {
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .navbar-nav .menu-bar {
    position: relative;
  }

  .navbar-nav .menu-bar:hover > .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
  }

  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    background: #fff; /* Optional: style the dropdown */
  }
}

a.card-button-slider {
  background: #36b5b9;
  color: white;
  padding: 8px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}
.owl-nav {
  display: none;
}

.visa_card_form .table > tbody > tr > td,
.visa_card_form .table > tbody > tr > th,
.visa_card_form .table > tfoot > tr > td,
.visa_card_form .table > tfoot > tr > th,
.visa_card_form .table > thead > tr > td,
.visa_card_form .table > thead > tr > th {
  border-top: unset !important;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: none !important;
}
label.shipping-method-label {
  border: none !important;
}
.owl-carousel {
  display: block !important;
}
#owl-demo {
  display: flex !important;
  justify-content: center;
  align-self: start;
  margin-left: 0px !important;
}

.quote-box {
  display: flex;
  align-items: center !important;
}
.carousel-control.left,
.carousel-control.right {
  background-image: unset !important;
}
div#reviewCarousel {
  margin-top: 20px;
}
.section-title p {
  font-size: 18px;
}
.img-fill1 {
  display: none;
}
.offer-img-col {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
section.offer-box {
  padding-top: 0px;
  padding-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .offer-img-col img {
    margin-top: 4px;
  }
  .hide-mobile {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .hide-desktop {
    display: none;
  }
}
/* Section background */
.faq-section {
  background-color: #f8f9fa;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* Section title highlight */
.faq-section .highlight {
  color: #36b5b9;
}

/* Accordion item styles */
.faq-section .accordion-item {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

/* Accordion button */
.faq-section .accordion-item {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 0px 16px;
  background: #2c8d84;
}
h2.accordion-header {
  margin: 0px;
}
/* Accordion button collapsed state */
.faq-section .accordion-button.collapsed {
  border-radius: 0.5rem;
}

/* Answer box */
.faq-section .faq-answer {
  padding: 1rem;
  background-color: #ffffff;
  border-top: 1px solid #dee2e6;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

/* Link style */
.faq-section .faq-answer a {
  color: #007bff;
  text-decoration: none;
}

.faq-section .faq-answer a:hover {
  text-decoration: underline;
}
.faq-section .accordion-button.collapsed {
  border-radius: 0.5rem;
  background: transparent;
  padding: 10px;
  font-size: 16px;
  text-align: left;
}
button.accordion-button {
  background: #fff;
  padding: 10px 7px;
  font-size: 18px;
}
div#accordion_2 {
  padding-top: 12px;
}
.accordion-header a {
  color: #fff !important;
}

li.cta-button {
  padding: 5px 10px !important;
  margin-top: -5px;
  border-radius: 21px;
  background: #ec6d6c !important;
}
.cta-button a {
  color: #fff !important;
  padding: 7px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .navbar-area {
    position: fixed !important;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
  .top-menu ul {
    display: flex;
    gap: 6px;
    margin-bottom: 4px;
  }
  body {
    margin: 0;
  }
  li.cta-button {
    margin-right: 13px;
  }
  .site-logo {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .topbar-area {
    text-align: center;
    padding: 6px 0;
    background: #4fbec226;
  }
}
@media (max-width: 767px) {
  details.footer-col summary {
    cursor: pointer;
    position: relative;
    padding-right: 20px;
  }

  details.footer-col summary::after {
    content: "▼";
    position: absolute;
    right: 0;
    transition: transform 0.3s ease;
    font-size: 16px;
    top: 16px;
  }

  details.footer-col[open] summary::after {
    transform: rotate(180deg); /* Flips arrow */
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
    font-size: 13px !important;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 0px 5px 0px !important;
  }
  .price-table {
    display: block !important;
    margin-top: 6px;
  }
  .new-price {
    width: 40%;
    text-align: center;
  }
  .write-review {
    text-align: center;
    margin-top: 10px;
  }
}
h1.bg-box-heading {
  color: #000 !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #47b6b9 !important;
}
.aboutUs-contant ul {
  list-style: disc !important;
}
.shop-table tbody {
  text-align: center !important;
}
.shop-table td,
.shop-table th {
  padding: 13px !important;
  padding: 13px !important;
  text-align: center;
}
.row.desc-review label {
  display: inline-block;
  margin: 0 10px;
}

.row.desc-review {
  text-align: center;
}
.pro_info #tab1:checked ~ #content1,
.pro_info #tab2:checked ~ #content2,
.pro_info #tab3:checked ~ #content3,
.pro_info #tab4:checked ~ #content4 {
  display: block;
  text-align: left !important;
}

.discount {
  position: absolute;
  top: -6px;
  left: 10%;
  transform: translateX(-50%);
  background: #ec5d54;
  color: white;
  padding: 6px;
  font-size: 16px;
  border-radius: 53%;
  z-index: 2;
}

.discount i {
  font-size: 14px;
  color: white;
}

.price {
  padding: 6px 30px;
  font-size: 20px;
  font-weight: bold;
}

.new-price {
  background-color: #195d5a;
  color: white !important;
  border-radius: 5px;
}

.old-price {
  background-color: white;
  color: #666;
  text-decoration: line-through;
  border: 1px solid #ccc;
  border-left: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
span.product-percent {
  position: absolute;
  top: -15px;
  left: 48px;
  color: #fff !important;
}
.product-percent i.fa-certificate.fa-stack-2x {
  color: #ec5d54;
}
table.table_box2 {
  width: 100%;
}
label.coupon-code {
  margin-top: 20px;
  padding: 0px 0px 13px;
  border: unset !important;
}
input.submit-coupon {
  padding: 10px 20px;
  font-size: 16px;
  background: #5cbfc2;
  border: 1px solid #ededed;
  border-radius: 6px;
  margin-top: 8px;
}
.payment-method {
  margin-top: 20px;
}
.panel-checkout {
  padding: 15px;
}
.panel-checkout label {
  /* border: unset !important; */
  border-bottom: 4px solid #47b6b9 !important;
  border-radius: 8px !important;
  color: unset !important;
  font-size: unset !important;
  font-weight: 600 !important;
  font-size: 15px !important;
}
.panel.checkout-left,
.panel.checkout-right {
  background: #fff !important;
  box-shadow: 6px 1px 24px 5px #ededed !important;
}
.panel-checkout-heading {
  padding: 20px 0px 08px;
  font-size: 25px;
  /* text-align: center; */
  color: #51a1a3;
}
.card-body-address {
  border: 1px solid #e1dede;
  border-radius: 13px;
  margin-bottom: 20px;
  padding: 0px 20px;
  height: 287px;
}
.checkout h2 {
  margin: 0px 0 30px;
  font-weight: bold;
}
.panel-checkout-heading hr {
  margin-top: 10px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #d5d2d2;
}
.checkout-subheading {
  font-size: 16px;
  font-weight: 600;
  color: #ec5f55 !important;
  margin-top: 20px;
}
button.order-btn {
  background: #48a8a9;
  color: #fff;
  font-size: 19px;
  margin-top: 20px;
}
p.success-text {
  color: #e65954;
}
.checkout {
  padding-bottom: 30px;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ebebeb !important;
}
.card-body-address {
  border: 1px solid #e1dede;
  border-radius: 13px;
  margin-bottom: 20px;
}
.edit-btncheckout a {
  padding: 10px 30px;
}
.order-sec {
  padding: 20px 0px 0px;
  font-size: 26px;
  text-align: center;
  color: #51a1a3;
}
button.edit-btncheckout {
  margin-top: 10px;
}
.price-table {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 6px;
  gap: 25px;
}
.accordion h2 {
  border-radius: 0.5rem;
  background: transparent;
  padding: 10px;
  font-size: 16px !important;
  text-align: left;
}
p.special-offer-text {
  background: #e1e1e1;
  padding: 20px;
  font-size: 18px;
  color: #000 !important;
  text-align: center;
}
.special-offer-text em {
  white-space: nowrap;
  overflow-x: auto;
  word-wrap: normal;
  word-break: keep-all;
  -webkit-overflow-scrolling: touch;
}
.write-review-product {
  background: #225e5a;
  padding: 9px 20px;
  border-radius: 5px;
  width: 15%;
  text-align: center;
  float: right;
}
#content3 .name {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .write-review-product {
    width: 100% !important;
  }
  .pro_info .row.desc-review {
    margin: 0 !important;
  }
  .pro_info.desc-review {
    margin: 0px !important;
  }
  .product-option {
    margin: 10px;
  }
  p.special-offer-text {
    margin: 10px;
  }
  section.product-page {
    padding-top: 50px;
  }
}
.topbar-area {
  padding: 10px;
}
a.btn-order-text {
  display: flex;
  justify-content: center;
  width: 140px;
  margin: 0 auto;
}
.highlight-bg {
  font-size: 61px;
  font-weight: 600;
}
.review-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  min-height: 240px;
}
.review-stars {
  color: #ff7f7f;
  font-size: 18px;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
  color: #000;
  font-size: 24px;
}
span.reviews-text {
  /* display: flex;
  justify-content: right; */
  font-size: 48px;
  color: #000;
  font-weight: 600;
}
button.all-review-btn {
  display: flex;
  background: #419fa1;
  font-size: 18px;
  margin: 16px auto 0;
}
.all-review-btn a {
  color: #fff !important;
}
.carousel-control {
  width: 30% !important;
}

.six-block-text h3,
.two-col-grid h3 {
  text-align: center !important;
  font-weight: 600;
  padding: 0px 0 !important;
  height: 8% !important;
  display: flex !important;
  color: #fff !important;
  align-items: center;
  font-size: 17px !important;
  margin-top: 0px;
  letter-spacing: 0.8;
}

.image-text-col img {
  display: flex !important;
  margin: 8px auto !important;
}
.six-block-text {
  padding-top: 20px;
  padding-bottom: 25px;
}
.two-col-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2 equal columns */
  gap: 1rem 2rem; /* row gap | column gap */
  max-width: 900px;
  margin: 0 auto;
  text-align: center; /* optional */
}
.two-col-grid .item {
  text-align: center;
  font-weight: 600;
  background: #349b95;
  padding: 20px;
  display: flex;
  color: #fff;
  align-items: center;
  font-size: 17px;
  letter-spacing: 0.8;
}
/* .two-col-grid .item {
  padding: 2rem 1rem;
} */
.container.two-col-grid:before {
  display: none;
}
a.btn-order-text {
  background: #36b5b9;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  padding: 0px 20px;
}
.how-to-order-bullets li {
  list-style: disc;
}
ul.how-to-order-bullets {
  padding-left: 20px;
}
section.order-mtp-online {
  /* background: #f5f5f5; */
  padding: 50px 0px 10px;
}
.how-order h2 {
  margin-top: 0px;
}

section.mobile-hide {
  background: #32a5a9;
}
.bg-green {
  background-color: #30a9ad !important; /* Bootstrap green shade */
}
.order-mtp-online h1 {
  margin-top: 4px;
  font-size: 22px !important;
}
.faq-links {
  display: flex;
  flex-wrap: wrap;
}

.faq-links a {
  flex: 0 0 50%;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  text-align: left;
  padding: 10px 100px;
  position: relative;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  font-size: 18px;
}

.faq-links a:nth-child(2n) {
  border-right: none; /* remove divider on second link in each row */
}
.faq-section {
  padding-top: 3rem !important;
  padding-bottom: 4rem !important;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 40% !important;
}
h3.trusted {
  color: #000 !important;
  font-weight: 600;
}
.mobile-hide h2 {
  color: #fff !important;
  text-align: center;
  margin-top: 0px !important;
  margin-bottom: 22px;
  font-size: 28px !important;
}
.desktop-hide h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 15px;
}
.six-block-text h3 {
  height: 77px !important;
}
@media screen and (max-width: 600px) {
  .aboutUs-area {
    padding-top: 20px !important;
  }
  .row.bg-box {
    padding-top: 10px;
  }
  section.order-mtp-online {
    padding: 15px 0px 10px;
  }
  .order-mtp-online h1 {
    margin-top: 15px;
  }
  .how-order h2 {
    margin-top: 20px;
  }
  .faq-links a {
    flex: 0 0 100%;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    text-align: center !important;
    padding: 15px 0px;
    position: relative;
    box-sizing: border-box;
    border-right: unset !important;
    font-size: 18px;
  }
  .carousel-control {
    width: 0% !important;
  }
  .review-card {
    margin-top: 20px;
  }
  .mobile-hide {
    display: none;
  }
  button.mobile-hide {
    display: none;
  }
  button.desktop-hide {
    display: flex;
    margin: 11px auto 0;
  }
  a.btn-order-text {
    margin: 0 auto;
    display: flex;
  }

  a.pull-right {
    display: flex;
    float: unset !important;
    margin: 0 auto;
  }
}
@media screen and (min-width: 991px) {
  .desktop-hide {
    display: none;
  }
  button.desktop-hide {
    display: none;
  }
}
.resources-title span {
  color: #fff !important;
  font-size: 28px;
}
h2.resources-title {
  margin-bottom: 20px;
}
.bg-box {
  background-color: #fff !important;
  box-shadow: 0px 7px 17px 1px rgb(0 0 0 / 21%);
}
h2.review-count {
  margin-top: 0px;
}
h2.trusted {
  font-weight: 600;
  margin-bottom: 3px;
}

/* ================================================================
      CATEGORY PAGE STYLES
      Scoped to .cat-page — will not conflict with global stylesheet.css
      Colors, fonts and button styles mirror the existing site tokens:
        Teal:  #36b5b9 / #23b5b9 / #069ea3
        Red:   #f26456 / #f15c58
        Font:  "PT Sans", sans-serif
      ================================================================ */
.cat-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 20px 70px;
  font-family: "PT Sans", sans-serif;
}
/* ── Page heading ── */
.cat-page__heading {
  font-size: 28px;
  font-weight: 700;
  color: #23b5b9; /* matches .welcome-text h1 teal */
  margin: 0 0 5px;
  line-height: 1.3;
}
.cat-page__sub {
  font-size: 15px;
  color: #666;
  margin: 0 0 6px;
}
.cat-page__count {
  font-size: 14px;
  color: #999;
  margin: 0 0 20px;
}
/* ── Product grid ── */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  list-style: none;
  padding: 0;
  margin: 0 0 52px;
}
@media (max-width: 991px) {
  .cat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .cat-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}
/* ── Product card ──
      Mirrors .single-speacialist shadow + bg pattern from stylesheet.css */
.cat-card {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); /* matches .single-speacialist */
  transition:
    box-shadow 0.22s ease,
    transform 0.22s ease;
}
.cat-card:hover {
  box-shadow: 0 6px 22px rgba(35, 181, 185, 0.16);
  transform: translateY(-3px);
}
/* card image */
.cat-card__img {
  background: #eef9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.cat-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.cat-card:hover .cat-card__img img {
  transform: scale(1.04);
}
.cat-card__img-icon {
  font-size: 52px;
  color: #c2e8ea;
}
/* card body */
.cat-card__body {
  padding: 15px 16px 0;
  flex: 1;
}
.cat-card__name {
  font-size: 17px;
  font-weight: 700;
  color: #222;
  margin: 0 0 7px;
  line-height: 1.35;
}
.cat-card__name a {
  color: inherit;
  transition: color 0.18s;
}
.cat-card__name a:hover {
  color: #23b5b9;
}
.cat-card__desc {
  font-size: 14px;
  color: #777;
  line-height: 1.55;
  margin: 0 0 10px;
}
.cat-card__stock {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 600;
  color: #1f9e57;
  margin-bottom: 14px;
}
.cat-card__stock::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1f9e57;
  flex-shrink: 0;
}
/* card footer */
.cat-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 12px 16px 15px;
  border-top: 1px solid #f0f0f0;
  background: #fafafa;
}
.cat-card__price {
  font-size: 22px;
  font-weight: 700;
  color: #069ea3; /* matches .card .card-button teal */
  line-height: 1;
}
.cat-card__price span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #aaa;
  margin-top: 3px;
}
/* Buy Now button — mirrors .card .card-button + site's red CTA */
.cat-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f26456; /* matches .card .card-button & .read-more */
  color: #fff;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 9px 17px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
}
.cat-card__btn:hover,
.cat-card__btn:focus {
  background: #d9503f;
  color: #fff;
}
/* ── Empty state ── */
.cat-empty {
  text-align: center;
  padding: 60px 20px;
  grid-column: 1 / -1;
}
.cat-empty i {
  font-size: 42px;
  display: block;
  margin-bottom: 14px;
  color: #c8e9ea;
}
.cat-empty p {
  font-size: 16px;
  color: #aaa;
}
/* ================================================================
      SEO CONTENT SECTION  (improved)
      Two-column layout for wide screens; stacks on mobile.
      ================================================================ */
.cat-seo {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
/* top accent bar — mirrors .block-category-title teal/red pattern */
.cat-seo__bar {
  background: #36b5b9;
  padding: 18px 32px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.cat-seo__bar h2 {
  font-size: 20px;
  font-weight: 700;
  color: #fff !important;
  margin: 0;
  line-height: 1.3;
}
.cat-seo__bar i {
  font-size: 20px;
  color: rgba(255, 255, 255, 1);
  flex-shrink: 0;
}
/* ── main body — styles raw osCommerce category_description output ──
      Covers: plain text, <p>, <h2>/<h3>/<h4>, <ul>/<ol>, <a>, <strong>
      Also handles emoji bullet lists the editor may paste in.           */
.cat-seo__body {
  padding: 30px 32px 26px;
}
/* paragraphs */
.cat-seo__body p,
.cat-seo__body > p {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  margin: 0 0 14px;
}
/* headings output by osCommerce editor */
.cat-seo__body h1,
.cat-seo__body h2 {
  font-size: 20px;
  font-weight: 700;
  color: #23b5b9;
  margin: 26px 0 10px;
  padding-bottom: 8px;
  border-bottom: 2px solid #d4f0f1;
  line-height: 1.3;
}
.cat-seo__body h3 {
  font-size: 17px;
  font-weight: 700;
  color: #23b5b9;
  margin: 22px 0 8px;
  line-height: 1.3;
}
.cat-seo__body h4 {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  margin: 16px 0 6px;
}
/* first heading should not have extra top margin */
.cat-seo__body > h1:first-child,
.cat-seo__body > h2:first-child,
.cat-seo__body > h3:first-child {
  margin-top: 0;
}
/* links */
.cat-seo__body a {
  color: #23b5b9;
  border-bottom: 1px dotted #b2dfe1;
}
.cat-seo__body a:hover {
  color: #1a9296;
  border-bottom-style: solid;
}
/* strong / bold */
.cat-seo__body strong,
.cat-seo__body b {
  font-weight: 700;
  color: #333;
}
/* unordered lists — covers both real <li> and emoji-prefixed plain lines */
.cat-seo__body ul {
  list-style: none;
  padding: 0;
  margin: 6px 0 16px 0;
}
.cat-seo__body ul li {
  font-size: 15px;
  color: #444;
  line-height: 1.65;
  padding: 4px 0 4px 18px;
  position: relative;
}
/* teal dot bullet replaces list-style */
.cat-seo__body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #36b5b9;
}
/* ordered lists */
.cat-seo__body ol {
  padding: 0 0 0 20px;
  margin: 6px 0 16px;
}
.cat-seo__body ol li {
  font-size: 15px;
  color: #444;
  line-height: 1.65;
  padding: 3px 0;
}
/* horizontal rules between sections */
.cat-seo__body hr {
  border: none;
  border-top: 1px solid #ebebeb;
  margin: 22px 0;
}
/* fallback static cols layout (used only when $catDesc is empty) */
.cat-seo__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 36px;
  margin: 24px 0 28px;
}
@media (max-width: 767px) {
  .cat-seo__cols {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cat-seo__col h3 {
  font-size: 16px;
  font-weight: 700;
  color: #23b5b9;
  margin: 0 0 10px;
  border-bottom: none; /* override body h3 rule above */
  padding-bottom: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.cat-seo__col h3 i {
  font-size: 15px;
  color: #f26456;
}
.cat-seo__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.cat-seo__col ul li {
  font-size: 14px;
  color: #555;
  line-height: 1.55;
  padding-left: 16px;
  position: relative;
}
.cat-seo__col ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #36b5b9;
}
/* trust strip */
.cat-seo__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 18px 32px;
  background: #f5fcfc;
  border-top: 1px solid #e8f5f5;
}
.cat-seo__trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 700;
  color: #23b5b9;
  background: #fff;
  border: 1px solid #c6e9ea;
  border-radius: 20px;
  padding: 5px 13px;
}
.cat-seo__trust-item i {
  font-size: 12px;
  color: #f26456;
}
/* disclaimer */
.cat-seo__disclaimer {
  padding: 14px 32px 18px;
  border-top: 1px solid #ececec;
  font-size: 12px;
  color: #aaa;
  font-style: italic;
  line-height: 1.6;
}
/* ── Responsive tweaks ── */
@media (max-width: 767px) {
  .cat-page__heading {
    font-size: 22px;
  }
  .cat-seo__bar {
    padding: 14px 18px;
  }
  .cat-seo__bar h2 {
    font-size: 17px;
  }
  .cat-seo__body {
    padding: 20px 18px 16px;
  }
  .cat-seo__trust {
    padding: 14px 18px;
  }
  .cat-seo__disclaimer {
    padding: 12px 18px;
  }
  .cat-card__name {
    font-size: 15px;
  }
  .cat-card__price {
    font-size: 18px;
  }
  .cat-card__btn {
    padding: 8px 12px;
    font-size: 13px;
  }
}

/*-- ════════════════════════════════════════
     CATEGORY CARDS — image + label bar style
     Matches the card design with full image
     and solid teal label bar at bottom.
     ════════════════════════════════════════ --*/
/* Scoped to .catbar-* only */
.catbar-section {
  margin: 10px 0 32px;
}
.catbar-section > h2 {
  font-size: 22px;
  font-weight: 700;
  color: #23b5b9;
  margin: 0 0 18px;
  font-family: "PT Sans", sans-serif;
}
.catbar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .catbar-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 640px) {
  .catbar-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

.catbar-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  transition:
    box-shadow 0.22s,
    transform 0.22s;
  background: #f0f9fa;
  text-decoration: none;
}
.catbar-card:hover {
  box-shadow: 0 8px 26px rgba(35, 181, 185, 0.22);
  transform: translateY(-4px);
  text-decoration: none;
}

/* image fills the card, aspect ratio matches screenshot */
.catbar-card__img {
  width: 100%;
  aspect-ratio: 3 / 3;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.35s ease;
}
.catbar-card:hover .catbar-card__img {
  transform: scale(1.04);
}

/* fallback when no image — shows a tinted placeholder */
.catbar-card__img-placeholder {
  width: 100%;
  aspect-ratio: 3 / 4;
  background: #d4f0f1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catbar-card__img-placeholder i {
  font-size: 52px;
  color: #36b5b9;
  opacity: 0.5;
}

/* solid teal label bar at bottom — exactly like the screenshot */
.catbar-card__label {
  background: #36b5b9;
  color: #fff;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  padding: 12px 10px;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

/* ══════════════════════════════════════════
   HERO PILLS SECTION
══════════════════════════════════════════ */
.hero-pills-section {
  background: linear-gradient(135deg, #f0fcfc 0%, #e6f7f7 50%, #fdf6f0 100%);
  padding: 0;
  border-bottom: 3px solid #36b5b9;
}
.hero-pills-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.hero-pills-text {
  padding-right: 30px;
}
.hero-pills-kit {
  display: inline-block;
  background: #36b5b9;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 10px 16px;
  margin-bottom: 14px;
}
.hero-pills-heading {
  font-family: "PT Sans", sans-serif;
  font-size: 38px;
  font-weight: 800;
  color: #1a3a3a;
  line-height: 1.2;
  margin-bottom: 18px;
}
.hero-pills-sub {
  font-size: 15px;
  color: #555;
  line-height: 1.65;
  margin-bottom: 8px;
}
.hero-pills-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.hero-cta-primary {
  display: inline-block;
  background: #f26456;
  color: #fff !important;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 13px 28px;
  border-radius: 8px;
  text-decoration: none !important;
  transition: background 0.2s, transform 0.15s;
  box-shadow: 0 4px 14px rgba(242, 100, 86, 0.35);
}
.hero-cta-primary:hover {
  background: #d9503f;
  transform: translateY(-2px);
  color: #fff !important;
}
.hero-cta-secondary {
  display: inline-block;
  background: #fff;
  /* color: #36b5b9 !important; */
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 8px;
  border: 2px solid #36b5b9;
  text-decoration: none !important;
  transition: background 0.2s, color 0.2s, transform 0.15s;
}
.hero-cta-secondary:hover {
  /* background: #36b5b9;
  color: #fff !important; */
  transform: translateY(-2px);
}
.hero-pills-img-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-pills-img {
  border-radius: 16px;
  /* box-shadow: 0 8px 32px rgba(54, 181, 185, 0.18); */
  max-width: 100%;
  max-height: 500px;
  height: 100%;
  display: block;
}
/* Hide image on mobile */
@media (max-width: 767px) {
  .hero-pills-img-col {
    display: none;
  }
  .hero-pills-text {
    padding-right: 15px;
  }
  .hero-pills-heading {
    font-size: 26px;
  }
  .hero-pills-section {
    padding: 60px 0;
  }
  .hero-cta-primary,
  .hero-cta-secondary {
    font-size: 14px;
    padding: 11px 20px;
  }
}

/* ══════════════════════════════════════════
   TRUST MARQUEE / SLIDER
══════════════════════════════════════════ */
.trust-marquee-wrap {
  background: #36b5b9;
  overflow: hidden;
  padding: 0;
  width: 100%;
  position: relative;
}
.trust-marquee-wrap::before,
.trust-marquee-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  z-index: 2;
  pointer-events: none;
}
.trust-marquee-wrap::before {
  left: 0;
  background: linear-gradient(to right, #36b5b9, transparent);
}
.trust-marquee-wrap::after {
  right: 0;
  background: linear-gradient(to left, #36b5b9, transparent);
}
.trust-marquee-track {
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation: trust-scroll 22s linear infinite;
  width: max-content;
  padding: 18px 0;
}
.trust-marquee-track:hover {
  animation-play-state: paused;
}
@keyframes trust-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.trust-marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  /* text-transform: uppercase; */
  padding: 0 50px;
  flex-direction: column;
}
.trust-marquee-item i {
  font-family: "bootstrap-icons";
  font-style: normal;
  font-size: 28px;
  color: #fff;
  line-height: 1;
}
.trust-marquee-sep {
  color: rgba(255,255,255,0.45);
  font-size: 16px;
  font-weight: 300;
  flex-shrink: 0;
  display: none;
}

.review-card-new {
    background: #fcfcfc;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    padding: 24px;
    height: 100%;
    position: relative;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
}
.review-card-new .quote-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 62px;
    color: #8dd1c7;
    line-height: 1;
    font-family: Georgia, serif;
}
.review-card-new .stars {
    margin-bottom: 14px;
}
.review-card-new .stars img {
    height: 22px;
    width: auto;
}
.review-card-new .review-text {
    font-size: 16px;
    color: #374151;
    line-height: 1.65;
    flex-grow: 1;
    margin-bottom: 20px;
    padding-right: 20px; /* avoid overlap with quote icon */
}
.review-card-new .review-footer {
    border-top: 1px solid #dbdbdb;
    padding-top: 14px;
}
.review-card-new .reviewer-name {
    font-size: 15px;
    font-weight: 700;
    color: #0d9488;
    margin: 0 0 2px;
}
.review-card-new .review-date {
    font-size: 13px;
    color: #9ca3af;
    margin: 0;
}

/* new product section - homepage */
.products-section {
    background: #fff;
    padding: 30px 20px;
}
.products-section .section-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 40px;
}
.product-grid {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}
.product-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    padding: 20px 20px 20px;
    width: 220px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: box-shadow 0.25s, border-color 0.25s;
}

.product-card:hover {
    border-color: #14b8a6;
    box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.15), 0 4px 20px rgba(20, 184, 166, 0.15);
}

/* Badge */
.product-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    display: none;
}
.badge-pink    { background: #f43f7f; }
.badge-teal    { background: #14b8a6; }
.badge-purple  { background: #8b5cf6; }
.badge-amber   { background: #f59e0b; }
.badge-blue    { background: #3b82f6; }

/* Image area */
.product-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: stretch;
    /* margin: 30px 0 20px; */
}
.product-img-wrap img {
    max-height: 160px;
    max-width: 100%;
    object-fit: contain;
}

/* Info */
.product-name {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    text-align: center;
    margin-bottom: 6px;
}
.product-meta {
    font-size: 12px;
    color: #9ca3af;
    text-align: center;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.product-meta .dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #f59e0b;
    display: inline-block;
    flex-shrink: 0;
}
.product-price {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    text-align: center;
    margin-bottom: 0;
}
.btn-buy-now {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #f97316;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 12px;
    border-radius: 10px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: auto;
}
.btn-buy-now:hover {
    background: #ea6c0a;
    color: #fff;
    text-decoration: none;
}
.btn-buy-now i {
    font-size: 15px;
}

/* Responsive */
@media (max-width: 768px) {
    .product-grid {
        gap: 12px;
    }
    .product-card {
        width: calc(50% - 12px);
    }
}
@media (max-width: 480px) {
    .product-card {
        width: 100%;
    }
}

.hero-pills-section {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Desktop background */
.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

/* Mobile bg hidden by default */
.hero-bg-mob { display: none; }

.hero-pills-section .container {
    position: relative;
    z-index: 1;
}

.hero-pills-text {
    padding: 60px 0 60px;
}

.hero-pills-heading {
    font-size: 48px;
    font-weight: 800;
    color: #0d2b3e !important;
    line-height: 1.15;
    margin-bottom: 18px;
}
.hero-pills-heading span {
    color: #47b6b9;
    /* display: block; */
}

.hero-pills-kit {
    display: inline-block;
    background: #47b6b9;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 7px 16px;
    border-radius: 8px;
    margin-bottom: 16px;
}

.hero-pills-sub {
    font-size: 15px;
    color: #374151;
    margin-bottom: 28px;
    line-height: 1.6;
}

.hero-pills-ctas {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.hero-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #f97316;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 13px 28px;
    /* border-radius: 50px; */
    text-decoration: none;
    transition: background 0.2s;
}
.hero-cta-primary::after {
    content: '›';
    font-size: 20px;
    line-height: 1;
    background: rgba(255,255,255,0.25);
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-cta-primary:hover { background: #ea6c0a; color: #fff; text-decoration: none; }

.hero-cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #f97316;
    font-size: 15px;
    font-weight: 700;
    padding: 13px 28px;
    /* border-radius: 50px; */
    border: 2px solid #f97316;
    text-decoration: none;
    transition: all 0.2s;
}
.hero-cta-secondary::after {
    content: '›';
    font-size: 20px;
    line-height: 1;
    background: #f97316;
    color: #fff;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-cta-secondary:hover { 
  /* background: #fff7ed;  */
  color: #f97316;
  border: 2px solid #f97316;
  text-decoration: none; }

/* ── Features bar ── */
.hero-features-bar {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    padding: 24px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-top: -50px;
    position: relative;
    z-index: 2;
}
.hero-feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    flex: 1;
}
.hero-feature-item + .hero-feature-item {
    border-left: 1px solid #f3f4f6;
    padding-left: 16px;
}
.hero-feature-icon {
    width: 48px;
    height: 48px;
    background: #e6faf8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #47b6b9;
    font-size: 20px;
}
.hero-feature-title {
    font-size: 14px;
    font-weight: 700;
    color: #111827;
    margin: 0;
}
.hero-feature-sub {
    font-size: 12px;
    color: #9ca3af;
    margin: 0;
}

/* ── Mobile ── */
@media (max-width: 767px) {
    .hero-bg-desk { display: none; }
    .hero-bg-mob  { 
      display: block; 
      /* object-fit: contain; */
    }

    .hero-pills-section { min-height: 480px; }

    .hero-pills-text { padding: 0px 0 20px; } /* space for image at bottom */

    .hero-pills-heading { font-size: 28px; }

    .hero-pills-ctas { flex-direction: column; gap: 10px; }
    .hero-cta-primary,
    .hero-cta-secondary { justify-content: center; }

    .hero-features-bar {
        flex-direction: column;
        gap: 0;
        padding: 16px;
        margin-top: -40px;
        border-radius: 12px;
        max-width: 360px;
        width: 100%;
        justify-self: center;
    }
    .hero-feature-item {
        flex-direction: row;
        text-align: left;
        width: 100%;
        padding: 12px 0;
        gap: 14px;
    }
    .hero-feature-item + .hero-feature-item {
        border-left: none;
        border-top: 1px solid #f3f4f6;
        padding-left: 0;
    }
    .hero-feature-title,
    .hero-feature-sub { text-align: left; }

    .hero-pills-section .container {
        padding-left: 10px;
        padding-right: 0;
        margin-left: 10px;
    }

    .hero-pills-text {
        max-width: 230px;
        padding: 20px 0px;
        float: left;
    }
}

/* ── About Section ── */
    .about-section {
        /* background: #f0f4f8; */
        padding: 30px 0;
    }

    .about-card {
        background: #f0f4f8;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06);
    }

    /* Top two-column area */
    .about-top {
        display: flex;
        align-items: stretch;
        min-height: 360px;
    }

    .about-top-text {
        flex: 1;
        padding: 60px 52px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .about-top-text h2 {
        font-size: 42px !important;
        font-weight: 700 !important;
        color: #0d2b3e !important;
        line-height: 1.2;
        margin: 0 0 6px;
    }

    .about-top-text h2 span {
        color: #14b8a6 !important;
        display: block;
    }

    .about-divider {
        width: 48px;
        height: 3px;
        background: #14b8a6;
        border-radius: 2px;
        margin: 16px 0 20px;
    }

    .about-trusted {
        font-size: 16px;
        font-weight: 700;
        color: #14b8a6;
        margin: 0 0 4px;
    }

    .about-since {
        font-size: 14px;
        color: #6b7280;
        margin: 0;
        font-weight: 600;
    }

    /* Right image */
    .about-top-img {
        flex: 1;
        min-height: 360px;
        min-width: 320px;
        overflow: hidden;
        align-self: stretch;
    }

    .about-top-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: left center;
        display: block;
        border-radius: 20px 20px 0px 20px;
    }

    /* ── Read More — inside main card as sub-card ── */
    .about-readmore-wrap {
        padding: 0 24px 24px;
    }

    .about-readmore {
        border: 1px solid #e5e7eb;
        border-radius: 12px;
        margin-top: 12px;
        overflow: hidden;
        transition: border-color 0.2s;
        padding: 16px;
        background: #fff;
    }

    .about-readmore.open {
        /* border-color: #14b8a6; */
        box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
    }

    .about-readmore-toggle {
        width: 100%;
        background: #f0f4f8;
        border: none;
        padding: 14px 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        font-size: 15px;
        font-weight: 700;
        color: #14b8a6;
        transition: background 0.2s;
        border-radius: 12px;
    }

    /* .about-readmore.open .about-readmore-toggle {
        background: #f0fdfb;
        border-bottom: 1px solid #14b8a6;
    } */

    .about-readmore-toggle .chevron {
        font-size: 22px;
        color: #14b8a6;
        transition: transform 0.3s;
        line-height: 1;
        margin-top: -16px;
    }

    .about-readmore.open .chevron {
        transform: rotate(180deg);
        margin-bottom: -28px;
    }

    .about-readmore-body {
        display: none;
        padding: 20px 24px 24px;
        font-size: 15px;
        color: #374151;
        line-height: 1.75;
        background: #f8fffe;
    }

    .about-readmore-body.open {
        display: block;
    }

    .about-readmore-body a {
        color: #14b8a6;
        font-weight: 600;
        text-decoration: none;
    }

    .about-readmore-body a:hover {
        text-decoration: underline;
    }

    /* ── Responsive ── */
    @media (max-width: 991px) {
        .about-top-text h2 {
            font-size: 32px !important;
        }

        .about-top-text {
            padding: 40px 36px;
        }
    }

    @media (max-width: 767px) {
        .about-top {
            flex-direction: column;
        }

        .about-top-text {
            padding: 32px 24px 24px;
        }

        .about-top-text h2 {
            font-size: 26px !important;
        }

        .about-top-img {
            min-height: 240px;
            min-width: unset;
            flex: none;
            width: 100%;
            display: none;
        }

        .about-top-img img {
            border-radius: 0;
            display: none;
        }

        .about-readmore-wrap {
            padding: 0 16px 16px;
        }
    }

    /* ══ Shared ══ */
.how-section {
    /* background: #f0f4f8; */
    padding: 30px 0;
}
.how-section + .how-section {
    padding-top: 0;
}
.how-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
    margin-bottom: 20px;
}

/* ══ HOW TO ORDER ══ */
.hto-inner {
    display: flex;
    align-items: stretch;
    min-height: 420px;
}
.hto-content {
    flex: 1;
    padding: 48px 48px 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.hto-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #14b8a6;
    margin-bottom: 10px;
}
.hto-content h2 {
    font-size: 38px !important;
    font-weight: 700 !important;
    color: #0d2b3e !important;
    line-height: 1.15;
    margin: 0 0 14px !important;
}
.hto-content .hto-desc {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.65;
    margin-bottom: 32px;
}

/* Steps row */
.hto-steps {
    display: flex;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 32px;
}
.hto-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
}
.hto-step-icon-wrap {
    position: relative;
    width: 72px;
    height: 72px;
    background: #f0fdfb;
    border: 2px solid #ccfbf1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    color: #14b8a6;
    font-size: 24px;
}
.hto-step-num {
    position: absolute;
    bottom: -4px;
    right: -4px;
    width: 22px;
    height: 22px;
    background: #14b8a6;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hto-step-title {
    font-size: 13px;
    font-weight: 700;
    color: #0d2b3e;
    margin-bottom: 4px;
}
.hto-step-desc {
    font-size: 11px;
    color: #9ca3af;
    line-height: 1.5;
}
.hto-arrow {
    font-size: 18px;
    color: #d1d5db;
    margin-top: 24px;
    flex-shrink: 0;
    padding: 0 4px;
}

/* Need help bar */
.hto-help-bar {
    background: #f0fdfb;
    border-radius: 12px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #374151;
}
.hto-help-bar i {
    color: #14b8a6;
    font-size: 20px;
    flex-shrink: 0;
}
.hto-help-bar b { color: #14b8a6; }
.hto-help-bar a { color: #14b8a6; font-weight: 600; text-decoration: none; }
.hto-help-bar a:hover { text-decoration: underline; }

/* Right image */
.hto-img {
    width: 380px;
    flex-shrink: 0;
    overflow: hidden;
}
.hto-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

/* ══ HOW TO USE ══ */
.htu-inner {
    display: flex;
    align-items: stretch;
    min-height: 400px;
}

/* Left text block */
.htu-left {
    width: 220px;
    flex-shrink: 0;
    padding: 48px 32px 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.htu-left .hto-eyebrow { margin-bottom: 10px; }
.htu-left h2 {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #0d2b3e !important;
    line-height: 1.2;
    margin: 0 0 14px !important;
}
.htu-left p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.65;
}

/* Step cards */
.htu-steps {
    display: flex;
    flex: 1;
    gap: 0;
    align-items: stretch;
}
.htu-step-card {
    flex: 1;
    background: #f8fffe;
    border-left: 1px solid #e5e7eb;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.htu-step-label {
    font-size: 13px;
    font-weight: 700;
    color: #14b8a6;
    margin-bottom: 6px;
}
.htu-step-name {
    font-size: 17px;
    font-weight: 700;
    color: #0d2b3e;
    margin-bottom: 4px;
}
.htu-step-dose {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 16px;
}
.htu-step-detail {
    font-size: 13px;
    color: #374151;
    line-height: 1.6;
    margin-bottom: 8px;
}
.htu-step-detail ul {
    padding-left: 16px;
    margin: 6px 0 0;
}
.htu-step-detail ul li {
    margin-bottom: 4px;
    font-size: 13px;
}
.htu-pill-img {
    margin-top: auto;
    display: flex;
    justify-content: center;
    padding-top: 20px;
}
.htu-pill-img img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.htu-connector {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    flex-shrink: 0;
    color: #14b8a6;
    font-size: 22px;
    rotate: 270deg;
}

/* Right checklist */
.htu-right {
    width: 300px;
    flex-shrink: 0;
    padding: 32px 28px;
    border-left: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
}
.htu-check-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: #374151;
    line-height: 1.55;
}
.htu-check-item i {
    color: #14b8a6;
    font-size: 16px;
    flex-shrink: 0;
    margin-top: 1px;
}

/* Bottom disclaimer bar */
.htu-disclaimer-bar {
    background: #f0fdfb;
    border-radius: 12px;
    padding: 10px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0 24px 24px;
}
.htu-disclaimer-bar-left {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #374151;
}
.htu-disclaimer-bar-left i {
    color: #14b8a6;
    font-size: 20px;
    flex-shrink: 0;
}
.btn-learn-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #14b8a6;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 24px;
    border-radius: 8px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s;
}
.btn-learn-more:hover { background: #0d9488; color: #fff; text-decoration: none; }

/* ══ Responsive ══ */
@media (max-width: 991px) {
    .hto-img { width: 280px; }
    .htu-right { width: 220px; }
    .htu-left { width: 180px; padding: 32px 20px; }
    .hto-content { padding: 36px 32px 24px; }
    .hto-content h2 { font-size: 30px !important; }
}

@media (max-width: 767px) {
    .hto-inner { flex-direction: column; }
    .hto-img { width: 100%; height: 240px; }
    .hto-content { padding: 28px 20px 20px; }
    .hto-content h2 { font-size: 26px !important; }
    .hto-steps { flex-wrap: wrap; gap: 16px; justify-content: center; }
    .hto-arrow { display: none; }
    .hto-step { width: calc(33% - 10px); flex: none; }

    .htu-inner { flex-direction: column; }
    .htu-left { width: 100%; padding: 28px 20px 16px; }
    .htu-left h2 { font-size: 26px !important; }
    .htu-steps { flex-direction: column; }
    .htu-step-card { border-left: none; border-top: 1px solid #e5e7eb; }
    .htu-connector { width: 100%; height: 30px; transform: rotate(90deg); }
    .htu-right { width: 100%; border-left: none; border-top: 1px solid #e5e7eb; padding: 24px 20px; }
    .htu-disclaimer-bar { flex-direction: column; text-align: center; margin: 0 16px 16px; }
}

/* Heading */
h3 {
  font-size: 20px !important;
}