@import "https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800&amp;display=swap";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.text-black{
  color: black !important;
}
.slider-1 .slick-track{
  /* transition: all 500ms ease-out !important; */
}

.container{
  max-width: 1920px;
  padding: 0 46px ;
  /* margin: auto; */
}
.breakline-section {
  overflow: hidden;
}
.slick-dots,.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  display: none !important;
}
.swiper-pagination-bullet-active{
  background-color:var(--brown) !important;
}
.slick-next{
  right: 20px !important;
}
 .slick-prev{

  left: 20px !important;
}
 .slick-1 .slick-prev{
  left: -150px !important;
}
 .slick-1 .slick-next{
  right: 0 !important;
}
.px-50{
  padding-left: 50px;
  padding-right: 50px;
}

.slider-1 .slick-prev{
  left: 90px !important;
}
.slider-1 .slick-next{
  right: 90px !important;
}

body ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mb-50{
  margin-bottom: 50px;
}
.pt-15{
  padding-top: 15px;
}
.text-red{
  color: red !important;
}
.pb-23{
  padding-bottom: 23px;
}
.pl-20{
  padding-left: 20px;
}
.pb-20{
  padding-bottom: 20px;
}
.px-60{
  padding: 0 60px ;
}
.btn-book{
  width: 125px;
  height: 36px;
  background-color: var(--white);
  color: var(--brown);
  text-align: center;
  border: 1px solid var(--brown);
  border-radius: 25px;
  line-height: 36px;
  font-size: 15px;
  font-weight: 700;
}
.btn-book i{
  font-size: 16px;
  font-weight: 700;
  margin-left: 5px;
}
/* @font-face {
  font-family: open-sans;
  src: url(../fonts/static/OpenSans-Bold.ttf);
  font-display: swap;
}
@font-face {
  font-family: egyptian;
  src: url(../fonts/Egyptian\ AT\ Bold.otf);
  font-display: swap;
}
@font-face {
  font-family: guardian;
  src: url(../fonts/GuardianEgyp-Light-Reduced.woff.ttf);
  font-display: swap;
}
@font-face {
  font-family: bunch;
  src: url(../fonts/BunchBlossomsPersonalUse-0nA4.ttf);
  font-display: swap;
} */

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}


h1,
h2,
h3,
h4,
strong,
b,
th {
  font-family: egyptian, sans-serif;
}

body {
  font-family: open-sans;
}
p {
  font-size: 16px;
  font-family: poppins, sans-serif;
  color: var(--text-color);
}

body {
  font-size: 15px;
  color: #222;
  line-height: 1.5em;
  font-family: poppins, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
  text-transform: capitalize;
}
:root {
  --white: #fff;
  --blue: #1877f2;
  --brown: #D02020;
  /* --btn-default:#0c5083; */
  --btn-default: #021d44;
  --footer: #021d44;
  --black: #373435;
  --text-color: #4d4d4d;
}
.bg-brown {
  background-color: var(--brown) !important;
}
/* --------------- top navbar style-4 --------------- */
.carousel-control-next,
.carousel-control-prev {
  z-index: 999999;
}
.banner-content {
  position: relative;
}
.top-navbar .top-contact{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.top-navbar .top-contact i{
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  color: brown;
  text-align: center;
  font-size: 12px;
  background-color: #fff;
}

.top-navbar.style-4 .top-addr p {
  color: var(--white);
  font-family: poppins, sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  position: relative;
  font-weight: 400;
}
.top-navbar.style-4 .top-addr p::before{
  content: '';
  width: 235px;
  position: absolute;
  height: 1px;
  background-color: rgb(214 202 202);
  left: 0;
  bottom: 0;
  margin-bottom: 6px;
}

/* 
.carousel-control-next-icon,
.carousel-control-prev-icon {
  cursor: pointer;
  background: #000;
  width: 50px;
  height: 50px;
  position: absolute;
  font-size: 20px;
  display: block;
  z-index: 1000;
  cursor: pointer;
  color: var(--white) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-control-prev-icon {
  transform: rotate(180deg);
}

.banner-content .carousel-item  .main-slider-img {
  height: 530px;
  min-height: 530px;
  width: 100%;
  position: relative;
}
.banner-content .graphics-section .back1 {
  width: 30%;
  width: auto;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
} */

.top-navbar.style-4 {
  /* line-height: 40px;
  background: var(--brown);
  color: #fff;
  text-align: center;
  box-shadow: 0px 12px 7px -12px rgba(0, 0, 0, 0.5);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;

  color: #fff;
  text-align: center; */
}
.top-navbar.style-4 {
  line-height: 40px;
  background: var(--brown);
  color: #fff;
  text-align: center;
  box-shadow: 0px 12px 7px -12px rgba(0, 0, 0, 0.5);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;

  color: #fff;
  text-align: center;
}
.top-navbar a{
  color: #fff;
  font-size: 14.5px;
  font-weight: 500;
}

.top-navbar a:hover{
  background-color: transparent;
  color: #d6cac8 !important;
}
.top-navbar.style-4 .right-content{
display: flex;
justify-content: end;
}
p {
  margin: 0;
  font-size: 15.5px;
}
nav ul li .dropdown-menu {


  width: 250px;
  max-width: none;
  padding: 0px 0px 0px 0px;
  border: 0;
  left: 8px;
  top: 45px;
  opacity: 0;
  z-index: 99;
  width: 200px;
  border: none;
  display: block;
  border-radius: 0px;
  visibility: hidden;
  position: absolute;
  -webkit-transform: rotateX(-20deg);
  transform: rotateX(-20deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  background: var(--white);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  background: #f1f1f1;
}
nav ul li .dropdown-menu li {
  border-bottom: 1px solid #ddd;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
nav ul li .dropdown-menu li .dropdown-item {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0;
  display: block;
  padding: 7px 20px;
  border-bottom: 1px dashed transparent;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
}
nav ul li .dropdown-menu li .dropdown-item::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";

  color: var(--brown);
  font-size: 16px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  position: absolute;
  font-weight: font-famaly;
  visibility: hidden;
  opacity: 0;
  top: 50%;
  left: 15px;
  transform: translate(-50%, -50%);
  z-index: 0;
}
nav ul li .dropdown-menu li .dropdown-item:hover:before {
  color: var(--brown);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: visible;
  opacity: 1;
}
.style-1 .navbar-nav .nav-item .dropdown-menu li a:hover,
.style-1 nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: var(--brown);
  padding-left: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

nav ul li .dropdown-menu .dropdown-item {
  /* border-bottom: 1px solid #ddd;
  font-weight: bold;
  font-size: 12.5px; */
}
nav ul li .dropdown-menu li .dropdown-menu {
  /* position: absolute; */
  opacity: 0;
  width: 200px;
  display: block;
  visibility: visible;
  top: 100px;
  left: 150px;
}
nav ul li .dropdown-menu li:hover .dropdown-menu {
  /* position: absolute; */
  opacity: 8;
  left: 201px;
  top: 128px;
  display: block;
  visibility: visible;
  display: block;
  visibility: visible;
}
nav ul li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;

  opacity: 1;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  visibility: visible;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-radius: 0;
  /* box-shadow: 1px 3px 7px -2px #337ab7; */
}

.top-navbar.style-4 .social-icon .fb,
footer .social-icon .fb {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  /* background-color: var(--blue); */
  border-radius: 50%;
  /* outline: 2px solid; */
  /* height: 40px;
  width: 40px;
  line-height: 40px; */
  text-align: center;
  font-size: 12px;
  /* color: var(--white); */
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
.top-navbar.style-4 .social-icon .fb.insta,
footer .social-icon .fb.insta {
  /* background: linear-gradient(
    45deg,
    #405de6,
    #5851db,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d
  ); */
}
.top-navbar.style-4 .social-icon .fb.twitter,
footer .social-icon .fb.twitter {
  /* background: #1da1f2; */
}

.top-navbar.style-4 .social-icon .fb:hover {
  /* background-color: var(--brown); */
  cursor: pointer;
  transform: rotate(360deg);
}
.top-addr i {
  /* display: inline-block; */
  font-size: 12px;
  color: #ffffff;
  padding-left:4px;
  display:inline-block;
  -webkit-transform:scale(2,1); /* Safari and Chrome */
  -moz-transform:scale(1.5,1); /* Firefox */
  -ms-transform:scale(1.5,1); /* IE 9 */
  -o-transform:scale(1.5,1); /* Opera */
  transform:scale(1.5,1); /* W3C */
  
}
.top-addr p {
  /* display: flex; */
  align-items: center;
  font-weight: 500;
  margin-left: 0;
  font-size: 16px;
  /* line-height: 14px; */
}
/* ================================== */
.style-1{
  border-top: 2px solid #000;
  padding: 15px 65px;
}
.style-1 .navbar {
  /* background-color: #222; */
  color: #fff;
  padding: 0;
}
.navbar-expand-lg .navbar-collapse{
  /* justify-content: space-between !important; */
}
 .navbar-expand-lg .navbar-nav {
justify-content: space-around !important;
width: 100%;
}
.style-1 .navbar .nav-link,.style-1 .navbar .nav-item .nav-link.active {

  text-transform: capitalize;
  /* line-height: 40px; */
  padding: 0;
  margin:  0px 15px 0px 15px;;
  vertical-align: baseline;
  width: auto;
  display: inline-block;
  color: #000;
  text-decoration: none;
  text-align: left;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
  border: 0;  
  border-radius: 0;
  font-size: 17.5px;
  font-weight: 600;
  outline: none;
  font-family: poppins, sans-serif;
  font-weight: 600;
}
.style-1 .navbar .nav-item.active {
  position: relative;
  padding-left: 0;
}
.style-1 .navbar .nav-item .nav-link.active {
  color: brown !important;
  border-bottom: 1px solid  brown;
 
}
.style-1 .navbar .nav-item.active::before {
  /* content: "";
  position: absolute;
  width: 94px;
  height: 1px;
  top: 22px;
  background-color: brown;a
  left: 0;
  right: 0;
  padding-left: 0;
  margin-left: 0; */
}
.dropdown-toggle::after {
  display: none;
}
.btn-default {
  background-color: var(--white);
  color: var(--brown);
  border-radius: 0;
  height: 28px;
  width: 75px;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  text-transform: capitalize;
  margin: 0;
  border: 0;
  border-radius: 21px;
}
.btn-default:hover {
  background-color:transparent;
  color: var(--white);
  border: 2px solid  var(--white)
}
.breakline-section .btn-default{
  background-color: var(--brown);
  color: var(--white);
}
.transparent-btn {
  align-items: center;
  display: flex;
  /* background-color: var(--blue); */
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background: transparent;
  width: 170px;
  /* text-align: center; */
  /* display: block; */
  z-index: 1;
  position: relative;
  margin-top: 40px;
  justify-content: center;
}
.transparent-btn:hover {
  color: var(--white);
}

.banner-content .left-content {
  width: inherit;
  text-align: left;
  margin: 0 auto;
  position: absolute;
  top: 0;
  /* width: auto; */
  left: 0;
  padding: 114px 176px 143px 131px;
  height: 530px;
  background-color: var(--footer);
  overflow: hidden;
  left: 0;
}

.banner-content .left-content h4 {
  margin-bottom: 18px;
  color: var(--brown);
  font-size: 20px;
  font-weight: 700;
  font-family: bunch, Sans-serif !important;
  text-align: left;
  letter-spacing: 0.09em;
  text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
  margin-top: 20px;
  text-transform: capitalize;
  padding-top: 5px;
  padding-bottom: 20px;

}

.banner-content .left-content h3 {
  margin-bottom: 18px;
  font-size: 30px;
  font-weight: 500;
  color: #ffffff;
  text-align: left;
  /* letter-spacing: -0.02em; */
  text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
/* width: 100%; */
  text-transform: capitalize;
  line-height: 1.09;
}


/* ===================== */

li {
  list-style: none;
}
a {
  text-decoration: none;
}


.h1-hding {
  font-weight: 700;
  font-size: 40px;
  text-transform: capitalize;
  color: var(--black);
}

/* =============MIDDLE HEADER AREA=========================== */
.header-style-1 .header-middle-ptb-1 {
  padding: 30px 0;
}
.header-wrap {
  /* display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; */
}
.header-middle .header-wrap .cart-content a{
  color: black;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  
}
.header-middle .header-wrap .cart-content a:last-child{
  margin-right: 0 !important;
}
.header-middle .header-wrap .cart-content a  i{
  color: red;

}
.header-middle .header-wrap .cart-content a .fa-percent{
  color: red;
    width: 25px;
    border-radius: 50%;
    height: 25px;
    border: 2px solid red;
    text-align: center;
    line-height: 25px;

}
.header-middle .header-wrap .cart-content {
  
}
.logo.logo-width-1 {
  /* margin-right: 70px; */
}

.header-wrap .header-right {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
}

.logo a {
  display: block;
}
.logo.logo-width-1 {
  /* margin-right: 70px; */
}
.logo.logo-width-1 a img {
  width:100%;
  height: auto;
}

.search-style-1 form {
  width: 370px;
  position: relative;
}
.search-style-1 form input {
  font-size: 16px;
  height: 48px;
  color: #253D4E;
  border-radius: 26px;
  padding: 3px 50px 3px 20px;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-action .header-action-icon.header-action-mrg-none2 {
  margin-right: 0px;
}
.header-action .header-action-icon:last-child {
  margin-right: 0;
}
.header-action .header-action-icon > a span.pro-count {
  position: absolute;
  right: -5px;
  bottom: -4px;
  color: #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}

.header-action-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-action-2 .header-action-icon-2 span.lable {
  font-size: 16px;
  margin: 5px 0 0 10px;
}
.header-action-2 .header-action-icon-2:last-child {
  padding: 0 0px 0 8px;
}
.header-action-2 .header-action-icon-2 > a {
  font-size: 30px;
  color: #333;
  line-height: 1;
  display: inline-block;
  position: relative;
}
.header-action-2 .header-action-icon-2 > a img {
  width: 100%;
  max-width: 25px;
}
.header-action-2 .header-action-icon-2 > a span {
  font-size: 14px;
  color: #7E7E7E;
}
.header-action-2 .header-action-icon-2 > a span.pro-count {
  position: absolute;
  right: -11px;
  top: -5px;
  color: #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}

.cart-dropdown-wrap ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.cart-dropdown-wrap ul li .shopping-cart-img a {
  display: block;
}

.header-height-2 {
  border-bottom: 1px solid #ececec;
}

.header-height-3 {
  min-height: 132px;
}

.header-height-4 {
  min-height: 120px;
}

.search-popup-wrap.search-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.mobile-header-wrapper-style.sidebar-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a {
  display: block;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav {
  height: 100%;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .main-categori-wrap a i {
  margin-right: 15px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .main-categori-wrap .categori-dropdown-active-small {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}

.header-action-right {
  display: none;
}
.header-action-right .search-location {
  display: none;
}

.search-style-1 {
  margin-right: 28px;
}
.search-style-1 form input::-moz-input-placeholder {
  color: #253D4E;
  opacity: 1;
}
.search-style-1 form input::-webkit-input-placeholder {
  color: #253D4E;
  opacity: 1;
}
.search-style-1 form input:focus {
  border: 1px solid #3BB77E;
  background-color: #ffffff;
}
.search-style-1 form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  border: none;
  font-size: 19px;
  height: 100%;
  padding: 0 15px;
  background-color: transparent;
  color: #3BB77E;
}
.search-style-1 form button:hover {
  color: #5a97fa;
}

.header-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-action .header-action-icon {
  margin-right: 28px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-action .header-action-icon.header-action-mrg-none {
  margin-right: 13px;
}
.header-action .header-action-icon > a {
  font-size: 24px;
  color: #333;
  line-height: 1;
  display: inline-block;
  position: relative;
}
.header-action .header-action-icon > a span.pro-count.blue {
  background-color: #3BB77E;
}
.header-action .header-action-icon:hover > a {
  color: #3BB77E;
}
.header-action .header-action-icon:hover .cart-dropdown-wrap {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 10px);
}
.header-action.header-action-hm3 .header-action-icon.header-action-mrg-none2 {
  margin-right: 0px;
}
.header-action.header-action-hm3 .header-action-icon:last-child {
  margin-right: 0;
}

.header-action-2 .header-action-icon-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
}
.header-action-2 .header-action-icon-2 > a svg {
  width: 1em;
  height: 1em;
}
.header-action-2 .header-action-icon-2 > a span.pro-count.blue {
  background-color: #3BB77E;
}
.header-action-2 .header-action-icon-2:hover > a {
  color: #3BB77E;
  fill: #3BB77E;
}
.header-action-2 .header-action-icon-2:hover .cart-dropdown-wrap {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 10px);
}

.header-middle-ptb-1 {
  padding: 30px 0 30px 0;
}

.cart-dropdown-wrap {
  position: absolute;
  right: 0;
  top: calc(100% + 20px);
  z-index: 99;
  width: 320px;
  background-color: #fff;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  padding: 30px 20px 27px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 10px;
  border: 1px solid #ececec;
}
.cart-dropdown-wrap.cart-dropdown-hm2 {
  right: 0;
}
.cart-dropdown-wrap.account-dropdown {
  width: 200px;
}
.cart-dropdown-wrap.account-dropdown a {
  color: #253D4E;
}
.cart-dropdown-wrap.account-dropdown a:hover {
  color: #3BB77E;
}
.cart-dropdown-wrap ul li:last-child {
  margin: 0 0 0px;
}
.cart-dropdown-wrap ul li .shopping-cart-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80px;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  margin-right: 20px;
}
.cart-dropdown-wrap ul li .shopping-cart-img a img {
  max-width: 100%;
}
.cart-dropdown-wrap ul li .shopping-cart-title {
  margin: 6px 0 0;
}
.cart-dropdown-wrap ul li .shopping-cart-title h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 9px;
}
.cart-dropdown-wrap ul li .shopping-cart-title h4 a {
  color: #3BB77E;
}
.cart-dropdown-wrap ul li .shopping-cart-title h4 a:hover {
  color: #253D4E;
}
.cart-dropdown-wrap ul li .shopping-cart-title h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 0px;
  color: #3BB77E;
}
.cart-dropdown-wrap ul li .shopping-cart-title h3 span {
  color: #696969;
  font-weight: 400;
  font-size: 16px;
}
.cart-dropdown-wrap ul li .shopping-cart-delete {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 100;
  -webkit-flex-grow: 100;
  -ms-flex-positive: 100;
  flex-grow: 100;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 6px 0 0;
}
.cart-dropdown-wrap ul li .shopping-cart-delete a {
  font-size: 18px;
  color: #696969;
}
.cart-dropdown-wrap ul li .shopping-cart-delete a:hover {
  color: #333;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total {
  border-top: 2px solid #f3f3f3;
  margin: 25px 0;
  padding: 17px 0 0;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 {
  color: #9b9b9b;
  font-weight: 700;
  font-size: 16px;
  margin: 0;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 span {
  font-size: 18px;
  float: right;
  color: #3BB77E;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  align-items: center;
  align-self: center;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  border-radius: 4px;
  line-height: 1;
  padding: 10px 20px;
  background-color: #3BB77E;
  font-family: "Quicksand", sans-serif;
  border: 2px solid #3BB77E;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a.outline {
  background-color: transparent;
  border: 2px solid #3BB77E;
  color: #3BB77E;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a.outline:hover {
  color: #ffffff;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a:hover {
  background-color: #FDC040;
}

.sticky-bar.stick {
  -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-bottom: 2px solid #FDC040;
  background: #fff;
}
.sticky-bar.stick.sticky-white-bg {
  background-color: #fff;
}
.sticky-bar.stick.sticky-blue-bg {
  background-color: #3286e0;
}

.header-height-1 {
  min-height: 133px;
}

.search-style-2 {
  width: 100%;
}
.search-style-2 form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.search-style-2 form select {
  color: #9b9595;
  font-size: 16px;
  font-weight: 400;
  min-height: 50px;
  border: 1px solid #000;
  border-right: none;
  width: 140px;
  padding-left: 5px;
  border-radius: 4px 0 0 4px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  box-shadow: none;
  outline: 0;
  border: 0;
}


.search-style-2 form select::after{
  content: "";
  position: absolute;
  width: 38px;
  height: 2px;
  top: 38px;
  background-color: red;
  left: 0;
  padding-left: 0;
  margin-left: 0;

}


.search-style-2 form select:focus {
  color: #333;
}
.search-style-2 form select::after {
  position: absolute;
}
.header-middle .search-style-2 form {
  border: 2px solid #212221;
  border-radius: 4px;
  max-width: 700px;
  background-color: #fff;
}
.header-middle .search-style-2 i {
  position: relative;
  top: 18px;
  left: 25px;
  cursor: pointer;
  color: #9b9595;
}
.search-style-2 form select::after {
  font-family: uicons-regular-straight !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1 !important;
  content: "\f10f";
  position: absolute;
  top: -4px;
  background-color: #000;
}
.search-style-2 form select:right{
  content: "";

}

.search-style-2 form input {
  width: 100%;
  max-width: 683px;
  font-size: 14px;
  padding-left: 0;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  outline: 0 !important;
  text-indent: 35px;
  box-shadow: none !important;
  border: none; 

}
.search-style-2 form input::-moz-input-placeholder {
  opacity: 1;
}
.search-style-2 form input::-webkit-input-placeholder {
  opacity: 1;
}
.search-style-2 form input:focus {
  /* border-color: #414648;
  border-width: 0 0 3px 0;
  border-style: solid; */
  outline: 0;
  box-shadow: none;
}
.search-style-2 form button {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  padding: 0;
  border: none;
  font-size: 20px;
  color: #3BB77E;
  height: 100%;
  padding: 5px 17px;
}

/* ----------------------------------------- */
/* swiper area */
/* ----------------------------------------- */

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-section .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}


/* ================================ */
/* style-2  process*/
/* ================================ */
.style-2{
  padding-top: 15px;
  padding-bottom: 30px;
}
.process .process-card {
  text-align: center;
}
.process.style-2  .process-card .card-title{
  color: #000;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;

}
.process.style-2 .process-card .card-title.active{
  color: var(--brown);
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0;
  margin-bottom: 10px;
}
.process.style-2 .process-card .card-body p{
color: #000;
font-size: 15.5px;
font-weight: 600;
}
.process.style-2  .process-card .card-title.active::before{
  content: '';
  width: 150px;
  position: absolute;
  height: 2px;
  background-color: var(--brown);
  left: 50%;
  right: 0;
  bottom: -2px;
  transform: translate(-50%, 0);
}
/* ============================ */
/* ============================ */
.breakline-section{
  padding-top: 45px;
  padding-bottom:30px;
}
.breakline-section .break-line-title{
  font-size: 22px;
  font-weight: 600;
  font-family: sans-serif;
  position: relative;
  color: #CE201F;
  /* padding-left: 30px; */
}
.breakline-section .break-line-title::after {
  content: '';
  width: 1090px;
  width: 100%;
  position: absolute;
  height: 2px;
  background-color: #000;
    top: 50%;
  margin-left: 15px;
  z-index: -1;

  /* content: '';
  width: 1090px;
  width: 92%;
  position: absolute;
  height: 2px;
  background-color: #000;
  top: 50%;
  z-index: -1;
  left: 160px; */
}
.style-6 .first-item img{
  border-radius: 10px;

}
.style-5 .first-product {
  text-align: center;
}
.style-5 .first-product img{
  width: 100%;
  height: auto;
  margin: auto;
}

.container.trending-section.trending-section-1 {
  padding-bottom: 35px;

}
.style-5 .card-title h2,.trending-section .card-title h2{
  padding-top: 16px ;
  color: var(--footer) !important;
  font-size: 18.5px;
  font-weight: 700;
  line-height: 26px;
  transition: all 0.5s ease 0s;
  text-transform: none;
  text-transform: capitalize;
  font-family:poppins, sans-serif;
  /* display: none; */
}
.style-6{
  /* padding-left: 30px;
  padding-right: 30px; */
}
.style-6 .first-item{
  width: 100%;
}

/* ========TRENDING-SECTION================= */
.trending-section{
  /* padding: 50px 20px; */
  padding-bottom: 25px;
}
.trending-section .swiper-slide img{
border: 2px solid rgb(108, 104, 104);
text-align: center;
padding-left: 42px;
padding-top: 20px;
padding-bottom: 25px;
border-radius: 15px;
position: relative;
width: 100%;
height: auto;
padding: 0;
height: auto;
padding: 20px;
}
.trending-section-1 .swiper-slide img{
border: 2px solid rgb(108, 104, 104);
text-align: center;
padding: 0;
width: 100%;
object-fit: contain;
border-radius: 20px;
position: relative;
padding: 50px;
}

.trending-section .swiper-slide img.active{
border: 2px solid red !important;

}
.feeling-unwell-section{
  padding-top: 80px;
  padding-bottom: 20px;

}

.trending-section .trending-info {
  /* padding: 10px; */
  padding-left: 5px;
}
.trending-section .trending-info .trending-title{
  FONT-SIZE: 12.5px;
  /* font-weight: 500; */
  color: #000;
  text-align: left;
  padding: 0;
  padding: 12px 0 ;
  font-family: sans-serif;
}
.trending-section.last-offet-section .trending-info .trending-title{
  padding: 0;
}
.trending-section .trending-info .text{
  font-size: 12.58px;
  font-weight: 600 !important;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
  margin-top: 2px;
}
.trending-section .trending-info .discount-info span {
  FONT-SIZE: 13.5px;
    font-weight: 500;
    /* display: inline-block; */
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 5px;

}
.text-linethrough{
  text-decoration: line-through;
}
.trending-section .trending-info .discount-info .discount {
  FONT-SIZE: 14.5px;
    font-weight: 800;
    color: #06AA31;
    margin-left: 10px;
}
.trending-section .trending-info .discount-info .cart-content {
  FONT-SIZE: 14.5px;
    font-weight: 800;
   
    display: flex;
    justify-content: space-between;
}
.trending-section .trending-info .discount-info .cart-content .addto-cart {
 color: #EE1B24;
 font-size: 16px;
 font-weight: 600;
}

.banner-section .swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset,-20px);
  color: transparent!important;
  /* top: var(--swiper-navigation-top-offset,50%) ; */


}
.banner-section .swiper-button-next, .swiper-rtl .swiper-button-prev {
 color: transparent!important;
 right: var(--swiper-navigation-sides-offset, -50px);
 /* top: var(--swiper-navigation-top-offset,50%) ; */

}
/* ============= TRENDING-SECTION SWIPER======================== */

.trending-section.trending-summer .swiper-button-prev, .swiper-rtl .swiper-button-next {
  color: transparent!important;
  top: var(--swiper-navigation-top-offset,29%) ;
  /* transform: translate(-50%,-50%); */
  /* top: 50% !important; */
  

}
.trending-section.trending-summer .swiper-button-next, .swiper-rtl .swiper-button-prev {
 color: transparent!important;
 top: var(--swiper-navigation-top-offset,29%) ;
 /* transform: translate(-50%,-50%); */
 /* top: 50%; */
 
}
/* ================================== */
/* SWIPER ARROW white COLOR */
/* ================================== */

 .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    /* content: "";
    background-image: url(../img/arrow-icon/right-arrow.png) !important ;
    position: absolute;
    left: 0;
    right: 0;
    width: 35px;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-color:#f10808;
    color: transparent;
    padding: 5px; */
    /* transform: translate(-50%,-50%); */
    /* top: 50%; */
    color: transparent;
  }
   
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    /* content: ""; */
    /* color: white !important ; */
    /* background-image: url(../img/arrow-icon/left-arrow.png)!important;
    position: absolute;
    width: 35px;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f10808;
    padding: 5px;
    color: transparent; */
  
}
/* =========================================== */
/* SLICK SLIDER WHITE COLOR */
/* =========================================== */
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before{
  opacity: 1 !important;
}
.slick-next, .slick-prev{
  z-index: 9999;
}
.slick-prev:before{
  content: "";
  color: transparent !important;
  background-image: url(../img/arrow-icon/left-arrow.png)  !important;
  position: absolute;
  width: 35px;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent ;
  transform: translate(-50%,-50%) !important;
  top: 50% !important;
  font-size: 35px !important;
  left: 0px !important;

}

.slick-next:before{
  content: "";
  color: transparent !important;
  background-image: url(../img/arrow-icon/right-arrow.png)  !important;
  position: absolute;
  width: 35px;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent ;
  transform: translate(-50%,-50%) !important;
  top: 50% !important;
  font-size: 35px !important;
  right: -30px !important;
}
 /* .slick-next:before{
  content: "";
  color: transparent !important;
  background-image: url(../img/arrow-icon/right-arrow.png)  !important;
  position: absolute;
  width: 35px;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent ;
  transform: translate(-50%,-50%) !important;
  top: 50% !important;
  font-size: 35px !important;
  right: 0 !important;
} */


/* =========================================== */
/* SWIPER ARROW RED COLOR */
/* =========================================== */
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    content: "";
    color: transparent !important;
    background-image: url(../img/arrow-icon/prev.png)  ;
    position: absolute;
    width: 35px;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent ;
    transform: translate(-50%,-50%) !important;
    top: 50% !important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
  content: "";
  background-image: url(../img/arrow-icon/next.png) !important ;
  position: absolute;
  width: 35px;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent ;
  /* background-color: #f10808;
  padding: 5px;
  color: transparent; */
  transform: translate(-50%,-50%) !important;
  top: 50% !important;
}
.trending-section.last-offet-section .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
  content: "";
  background-image: url(../img/arrow-icon/next.png) !important ;
  position: absolute;
  width: 35px;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent ;
  background-color: var(--white) !important;
  padding: 25px 0;
  color: transparent;
  transform: translate(-50%,-50%) !important;
  top: 50% !important;
}
.trending-section.last-offet-section .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
  content: "";
  background-image: url(../img/arrow-icon/prev.png) !important ;
  position: absolute;
  width: 35px;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent ;
  background-color: var(--white) !important;
  padding: 25px 0;
  color: transparent;
  transform: translate(-50%,-50%) !important;
  top: 50% !important;
}
.trending-section.last-offet-section .swiper-button-prev, .swiper-rtl .swiper-button-next{
  left: var(--swiper-navigation-sides-offset,-3px) !important;
}
.trending-section.last-offet-section .swiper-button-next, .swiper-rtl .swiper-button-prev{
  right:var(--swiper-navigation-sides-offset,-64px) !important;
}
.trending-section.last-offet-section .slick-1 .first-item{
  /* margin:0 20px; */
  background-color: var(--white);
  border-radius: 15px;

}
.trending-section.last-offet-section .slick-1 .trending-info {
  padding: 0;
  padding: 10px;
  padding-top: 0;
}

.slick-slider {
  /* margin:0 -15px; */
}
.slick-1 .slick-slide {
  padding:20px;
  text-align:center;
}
.slick-1{
  width:88%;
  margin-left: auto;
  padding: 0 20px;
}
.trending-section.last-offet-section .slick-1 .slick-slide{
  /* margin:10px; */
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0;
  padding: 5px;
  display: block;
}
.slick-slide .slick-current .slick-active{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.slick-slide img{
  width:100%;
}
.slick-track{
  overflow: hidden !important;
}


/* =========================================== */

.trending-section-1 .swiper-button-prev, .swiper-rtl .swiper-button-next{
  top: var(--swiper-navigation-top-offset,40%) !important ;
  left: -20px;
}
.trending-section-1 .swiper-button-next, .swiper-rtl .swiper-button-prev{
  top: var(--swiper-navigation-top-offset,40%) !important ;
  right: -50px;
}

.trending-section-1 .swiper-button-next, .swiper-rtl .swiper-button-prev{
  top: var(--swiper-navigation-top-offset,40%) !important ;
}
.trending-section.trending-summer .swiper-button-prev, .swiper-rtl .swiper-button-next{
  left: var(--swiper-navigation-sides-offset,-20px);
}
.trending-section.trending-summer .swiper-button-next, .swiper-rtl .swiper-button-prev{
  right: var(--swiper-navigation-sides-offset,-50px);
}

.swiper{
  overflow: visible !important;
}

.swiper-parent{
  padding:0  40px ;
  overflow: hidden;
}
/* --------------------------------------- */
/* LAST-OFFER-SECTION AREA */
/* --------------------------------------- */
.trending-section.last-offet-section .swiper-button-prev, .swiper-rtl .swiper-button-next {
  color: transparent!important;
  top: var(--swiper-navigation-top-offset,25%) ;
  transform: translate(-50%,-50%);
  top: 50% !important;
  

}
.trending-section.last-offet-section .swiper-button-next, .swiper-rtl .swiper-button-prev {
 color: transparent!important;
 top: var(--swiper-navigation-top-offset,25%) ;
 transform: translate(-50%,-50%);
 top: 50%;
 
}
.last-offet-section{
  padding-top: 5px;
  padding-bottom: 5px;
}
.last-offet-section{
  padding-top: 20px;
  padding-bottom: 20px;
}
.last-offet-section{
  background: url(../img/bg/offer-bg.png) ;
  background-repeat: no-repeat;
  /* background-position: center; */
  background-size: cover;

}
.last-offet-section .swiper-slide {
  border-radius: 10px;
}
.trending-section.last-offet-section img.active{
  border: 0 !important;
  padding: 0;
  /* border-radius: 10px; */
}
.trending-section.last-offet-section  img{
  border: 0;
  padding: 0;
  border-radius: 10px;
  padding-bottom: 30px;
  padding-top: 30px;
  /* padding-bottom: 0px; */
  /* padding: 0; */


}
.trending-section.last-offet-section .swiper-slide{
  border-radius: 15px;
}
.trending-section.last-offet-section .remaing-time-info{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color:var(--white);
  padding-bottom: 10px;
}
.trending-section.last-offet-section .remaing-time-info .offer-title{
  font-size: 20px;
  font-weight: 600;
  font-family: sans-serif;
  position: relative;
  color:var(--white);
  /* text-transform: capitalize; */
}
.trending-section.last-offet-section .remaing-time-info .offer-sub-title{
  font-size: 15px;
  font-weight: 600;
  font-family: sans-serif;
  position: relative;
  color:var(--brown);
  background-color: var(--white);
  padding: 6px 10px;
  border-radius: 5px;
  /* text-transform: capitalize; */
  margin-left: 20px;
}
.trending-section.last-offet-section .slider-2 img{
  width: 100%;
  height: auto;

}
/* ========================== */
/* lab-section area starts */
/* ========================== */
.lab-section{
  /* padding: 50px 0; */
  padding-bottom: 5px;
}
.lab-section-info.first{
  background: url(../img/services/lab-1.png) ;
  background-repeat: no-repeat;
  background-position:right;
  background-size: cover;
  height: 400px;
  padding: 15px 0 20px 15px;
  width: 100%;
  height: auto;
  border-radius: 0;
  border-radius: 5px;
  
}
.lab-section-info.second{
  background: url(../img/services/lab-2.png) ;
  background-repeat: no-repeat;
  background-position:center;
  background-size: cover;
  height: 400px;
  padding: 15px 0 20px 15px;
  width: 100%;
  height: auto;
  border-radius: 0;
  border-radius: 5px;

}
.lab-section-info.third{
  background: url(../img/services/lab-3.png) ;
  background-repeat: no-repeat;
  background-position:right;
  background-size: cover;
  height: 400px;
  padding: 15px 0 20px 15px;
  width: 100%;
  border-radius: 0;
  border-radius: 5px;
  height: auto;

}
.lab-section-info.fourth{
  background: url(../img/services/lab-4.png) ;
  background-repeat: no-repeat;
  background-position:center;
  background-size: cover;
  height: 400px;
  padding: 15px 0 20px 15px;
  width: 100%;
  height: auto;
  border-radius: 0;
  border-radius: 5px;

}
.container.trending-section.trending-summer.popular-combo-section{
  padding-bottom: 40px;

}
.lab-section .lab-section-info .lab-title{
  width: 100%;
  font-size: 17px;
  font-weight: 700;
  font-family: sans-serif;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #414244;
}
.lab-section .lab-section-info .text{
  font-size: 12.58px;
  font-weight: 600 !important;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
  padding-bottom: 75px;
  margin-right: 10px;
  margin-top: -20px;
  line-height: 1.6;
}
.lab-section .lab-section-info .discount-info .addto-cart-1 {
  font-size: 13.5px;
  font-weight: 700;
  color: #97989A;
}
  
.lab-section .lab-section-info .discount-info .addto-cart{
  font-size: 22px;
  font-weight: 600;
  color: #3F3F3F ;
  
}
.trending-section.popular-combo-section .swiper-slide img{
  padding: 0;
  padding: 25px;
  width: 100%;
  height: auto;
}

.appoinment-section{
  padding: 10PX 0;
}

/* ============================= */
/* HOMECARE SECTION */
/* ============================= */
.homecare-section.lab-section .lab-section-info{
  background: url(none);
  border: 2px solid red;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.homecare-section.lab-section .lab-section-info .homecare-info{
display: flex;
justify-content: center;
align-items: center;
}
.homecare-section.lab-section .lab-section-info .lab-title{
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-right: 96px;
  text-transform: uppercase;
  color: #000;

}
.homecare-section.lab-section .lab-section-info.first{
  padding:0;
  /* padding-left: 25px;
  padding-bottom: 25px; */
}
.btn-days{
  height: 60px;
  width: 60px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 19px;
  font-weight: 500;
  text-transform: capitalize;

}
.homecare-section.lab-section .lab-section-info .medical-info p{
  text-transform: capitalize;
}
.homecare-section.lab-section .lab-section-info .medical-info p::before{
  content: '+';
  margin-right: 2px;
}
.homecare-section.lab-section .lab-section-info .text{
  padding: 0;
  margin: 0;
}
.homecare-section.lab-section .lab-section-info .discount-info{
  justify-content: space-around;
  display: flex;
  align-items: center;
  background-color: var(--brown);
  color: var(--white);
  padding: 10px 0;
  padding-left: 10px;
}
.homecare-section.lab-section .lab-section-info .discount-info .addto-cart-1{
  font-weight: normal;
  font-size: 15px;
  color: #ffffffc2;
}
.homecare-section.lab-section .lab-section-info .discount-info .addto-cart{
  font-weight: normal;
  font-size: 20px;
}
.skin-section.banner-section .swiper-slide img{
  border: 0;
}

/* ========================== */
/* spotlight section */
/* ========================== */
.last-offet-section.spotlight-section{
  background: url(../img/bg/spotlight-bg.png);
  background-repeat: no-repeat;
  /* background-position: center; */
  background-size: cover;
}
/* ====================== */
/* Health-tips-section area */
/* ====================== */
.Health-tips-section{
  padding-bottom: 20px;

}

.Health-tips-info.active{
  border: 2px solid red;
  border-radius: 10px;
}
.Health-tips-info{
  border: 2px solid rgb(38, 37, 37) ;
  border-radius: 10px;
}
.Health-tips-info p{
 padding-left: 10px;
 padding-right: 10px;
 font-size: 16px;
 padding-bottom: 10px;
 color: #000;
 font-weight: 500;
}

/* -----------TESTIMONAIL SECTION--------------- */
.testimonial-section{
  padding: 50px 0;
  
}
.testimonial-section .testimonial-content{
  border: 2px solid red;
  height: auto;
  width: 100%;
  border-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
  background: #EBEBEB;
  padding-bottom: 20px;

}
.testimonial-section .testimonial-content p{
  font-size: 13.5px;
  font-weight: 600;
  color: #000;
  text-align: justify;

}
.testimonial-section .testimonial-content .testimonial-user{
 width: 100%;
 height: auto;
 text-align: center;
 /* margin-bottom: 20px; */

}
.testimonial-section .testimonial-content .testimonial-user img{
 margin-top: -50px;
 display: inline-block;

}
.testimonial-section .testimonial-content .left-quote,.testimonial-section .testimonial-content .right-quote{
font-size: 30px;
text-align: end;

}
/* ======================== */
/* enquiry-section */
/* ======================== */
.enquiry-section{
  border: 2px solid red;
  border-radius: 15px;
  text-align: center;
  padding: 35px 30px;
}
.enquiry-section .h4-hding{
  font-size: 20px;
  font-family: poppins;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0;
}
.enquiry-section .form-control{
  width: 100%;
  max-width: 683px;
  font-size: 14px;
  /* background-image: url(../imgs/theme/icons/search.png); */
  background-repeat: no-repeat;
  background-position: center right;
  padding-left: 0;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  outline: 0 !important;
  text-indent: 15px;
  box-shadow: none !important;
  border: 2px solid #646464;
}
.btn-enquiry{
  width: 175px;
  padding-left: 0;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  outline: 0 !important;
  box-shadow: none !important;
  border: 0;
  background-color: #ED1B24;
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  border-radius: 5px;
  font-family: poppins;
  font-weight: 400;
}
.discount.btn{
  font-size: 14px;
  padding:.215rem .35rem !important ;
}
/* ================================ */
/* footer */
/* ================================ */

footer.style-8 {
  position: relative;
  margin-top: 20px;
}


footer.style-8 .container {
  position: relative;
  z-index: 10;
}

footer.style-8 .content .logo-social {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}

footer.style-8 .content .logo-social .foot-logo img {
  width: 150px;
}

/* footer.style-8 .content .logo-social .socials a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  -webkit-margin-start: 8px;
  margin-inline-start: 8px;
} */

footer.style-8 .content .foot-subscribe .socials a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  /* border-radius: 50%; */
  /* background-color: #fff; */
  background-color: rgba(0, 0, 0, 0.1333333333);
  transition: all 0.5s ease-in;

  /* color: #000; */
  color: #000;
  /* font-size: 16px; */
  font-size: 21px;

  border-radius: 5px;
  -webkit-margin-start: 8px;
  margin-inline-start: 8px;
  margin-top: 20px;
}

footer.style-8 .content .foot-subscribe .socials a:hover {
  /* background-color: var(--color-main); */
  background-color: var(--color-blue4);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

footer.style-8 .content .links-content .foot-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 30px;
  text-transform: capitalize;
  cursor: pointer;
  position: relative;
  font-family: poppins;
}

footer.style-8 .content .links-content .foot-title::before {
  /* content: '';
  position: absolute;
  top: 24px;
  left: 2px;
  width: 39px;
  height: 2px;
  background-color: var(--color-blue4);
  transition: all ease 0.4s;
  cursor: pointer; */


}

footer.style-8 .content .links-content .foot-title:hover::before {
  /* width: 80px; */

}


footer.style-8 .content .links-content p {
  font-size: 22px;
  color: #8F8F8F;
  /* font-weight: 500; */
}

footer.style-8 .content .links-content .foot-info li {
  font-size: 16px;
  margin: 10px 0;
}

footer.style-8 .content .links-content .links li {
  margin: 8px 0;
}

footer.style-8 .content .links-content .links a {
  font-size: 18px;
  color: #797979;
}

footer.style-8 .content .links-content .foot-subscribe .form-group {
  position: relative;
}

footer.style-8 .content .links-content .foot-subscribe .form-group .icon {
  position: absolute;
  top: 17px;
  left: 15px;
}

footer.style-8 .content .links-content .foot-subscribe .form-group .form-control {
  padding: 15px 15px 15px 40px;
  border-radius: 50px;
  background-color: #fff;
  border: 0;
}

footer.style-8 .content .links-content .foot-subscribe .form-group .form-control::-webkit-input-placeholder {
  color: rgba(153, 153, 153, 0.6);
}

footer.style-8 .content .links-content .foot-subscribe .form-group .form-control::-moz-placeholder {
  color: rgba(153, 153, 153, 0.6);
}

footer.style-8 .content .links-content .foot-subscribe .form-group .form-control:-ms-input-placeholder {
  color: rgba(153, 153, 153, 0.6);
}

footer.style-8 .content .links-content .foot-subscribe .form-group .form-control::-ms-input-placeholder {
  color: rgba(153, 153, 153, 0.6);
}

footer.style-8 .content .links-content .foot-subscribe .form-group .form-control::placeholder {
  color: rgba(153, 153, 153, 0.6);
}

.style-8 .top-navbar.style-4 .social-icon .fb, footer .social-icon .fb{
  background-color:var(--brown);
  color: var(--white);
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}
.style-8 .top-navbar.style-4 .social-icon .fb, footer .social-icon .fb:hover{
    /* background-color: var(--brown); */
    cursor: pointer;
    transform: rotate(360deg);
}
.style-8 .top-navbar.style-4 .social-icon .fb, footer .social-icon{

    padding-top: 15px;
    padding-bottom: 40px;

}
footer.style-8 .content .links-content .foot-subscribe {
  text-align: right;
}
footer.style-8 .content .links-content .foot-subscribe button.btn-signup {
  background: var(--white);
  color: #EE1B22;
  border: 2px solid #030303;
  text-transform: uppercase;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: 500;
  border-radius: 12px;
  
}
footer.style-8 .content.section-padding {
 padding-bottom:30px;
  
}

/* ----------------------- */
/* footer-bottom */
/* ----------------------- */
.footer-bottom{

}
.footer-bottom p{
  color: #111111;
  font-weight: 600;
  font-size: 14px;
  font-family: poppins;
  text-transform: capitalize;

}
.footer-bottom.border-top{
color: #000;
border-top: 2px solid #000 !important;
}
.footer-bottom .column-reverse{
display: flex;
flex-direction: column-reverse;

}
/* ============================= */
/* wellness-section */
/* ============================= */
.wellness-section.trending-section .swiper-slide img{
  padding: 0;
  padding: 10px;
  height: 100%;
  object-fit: contain;

}
.wellness-section.trending-section .discount-info{
  padding: 0;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  width: 100%;
  height: 115px;

}
.trending-section.wellness-section .trending-title{
  font-size: 17px;
}
.trending-section.wellness-section  .discount-info .cart-content .addto-cart span{
  color: red;
    font-size: 20px;
    font-weight: 600;


}
.trending-section.wellness-section .trending-info{
  /* padding: 0 5px 5px 25px; */
  padding: 0;

}
.trending-section.wellness-section .trending-info .discount-info span{
  margin: 0;
  padding: 0;
  /* padding: 25px 0; */
}
.trending-section.wellness-section .swiper-button-next, .swiper-rtl .swiper-button-prev{
  top: var(--swiper-navigation-top-offset,50%);
}
.trending-section.wellness-section .swiper-button-prev, .swiper-rtl .swiper-button-next{
  top: var(--swiper-navigation-top-offset,50%);
}


.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .55);
  border-color: rgba(0, 0, 0, .1);
  background: #f59f9ff0 !important;
  box-shadow: none;
  outline: 0;
  border-radius: 0;
}
.nice-select .option.selected{
  color: var(--brown) !important;
}

.header-middle .header-right .nice-select {
  position: relative;
  width: 265px;
  border: 0 !important;
  display: flex;
  align-items: center;
  color: #9b9595;
}
.nice-select:after{

  border-color: #9b9595 !important;
}
.header-middle .header-right .nice-select::before {
  content: '';
  position: absolute;
  right: 0;
  width: 2px;
  height: 29px;
  background: #c7c7c7;

}





















/* ======================================= */
/* Responsive here */
/* ======================================= */

@media screen and (max-width:575px) {
  .style-1{
    padding-left: 0;
    padding-right: 0;
  }
  .px-60{
    padding: 0;
  }
  .slick-next{
    right: 0 !important;
  }
   .slick-prev{

    left: 0 !important;
  }
  .swiper-parent{
    /* padding :0 4px; */
    /* overflow: visible !important; */
  }
  .container{
    padding-left: 30px;
    padding-right: 30px;
  }
  .enquiry-section .h4-hding,.enquiry-section form{
    margin-bottom: 30px;
  }
  .banner-section .swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: 20px;
    display: none;
  }
  .banner-section .swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: 20px;
    display: none;
  }
  .breakline-section .break-line-title::after{
    display: none;
  }
  .top-navbar .top-contact{
    display: block;
  }
  .style-1 .navbar .nav-link, .style-1 .navbar .nav-item .nav-link{
    padding: 10px 0;
  }
  .style-1 .navbar .nav-item.active::before {
    content: "";
    position: absolute;
    width: 102px;
    height: 1px;
    /* top: 0; */
    background-color: brown;
    left: 0;
    right: 0;
    padding-left: 0;
    margin-left: 0;
    bottom: 0 !important;
}
.style-1 .navbar-expand-lg .navbar-nav{
  padding: 15px 0;
}
.breakline-section{
  text-align: center;
}
.style-6 .first-item{
  margin-bottom: 30px;
}

.trending-section.last-offet-section .remaing-time-info {
    flex-direction: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--white);
    padding-bottom: 15px;
}
.trending-section.last-offet-section .remaing-time-info .offer-sub-title{
  font-size: 8px;
  margin-left: 10px;
}
.trending-section.last-offet-section .remaing-time-info .offer-title{
  font-size: 12px;
}
.btn-default{
  font-size: 12px;
}
.testimonial-section .testimonial-content{
  margin-bottom: 90px;
}
.footer-bottom .column-reverse{
  flex-direction:row;
}
.header-middle.header-middle-ptb-1{
  text-align: center;
}
.header-middle .header-wrap .cart-content {
  margin-top: 30px;
  padding: 0;
}
.logo.logo-width-1 a img {
  width: 100%;
  /* min-width: 229px; */
  text-align: center;
  margin: auto;
}
.logo.logo-width-1{
  
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;

}
.header-middle .header-wrap .cart-content img{
  margin-right: 8px;
}

.search-style-2 form input,.search-style-2 form select{

  font-size: 9.8px;
}

.header-middle .header-wrap .cart-content a .fa-percent{
  margin-right: 4px;
  
}
.header-middle .header-wrap .cart-content a{
  font-size: 11px;
}
.header-middle .header-wrap .cart-content a:last-child{
  margin-right: 0 !important;
}

.header-wrap .header-right{
  width: 100%;
}
.search-style-2 form select{
  width: 85px;
}
.homecare-section.lab-section .lab-section-info .lab-title{
  font-size: 17px;
}
.btn-days {
  height: 60px;
  width: 60px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
}
.style-5 .first-product img{
  width: 100%;
  height: auto;
}
.header-middle .header-wrap .cart-content a{
  justify-content: flex-end;
}
.header-middle .header-wrap .cart-content .me-3{
  margin-right: 5px !important;
}
.banner-section.px-60{
padding: 0 30px;
}
footer.style-8 .content .links-content .foot-subscribe{
  text-align: left;
}

/* =========================================== */
.header-middle .header-right .nice-select{
  font-size: 12px;
}
.header-middle .header-right .nice-select,.search-style-2 form input{
  font-size: 12px;
}
.header-middle .search-style-2 i {
  left: 8px;
  font-size: 14px;
}
.search-style-2 form input{
  text-indent: 13px;
}
.header-middle .header-wrap .cart-content a{
  font-size: 8px;
}
.header-middle .header-wrap .cart-content{
  /* margin: 0; */
  padding: 0;
}
.header-middle .header-wrap .cart-content a:last-child{
  margin: 0 !important;
}
.header-middle .header-right .nice-select{
  width: 275px;
}
.slick-1 .slick-prev {
  left: 0px !important;
}
.swiper-slide.swiper-slide-active{
overflow: hidden !important;
}
.swiper{
  overflow: hidden !important;
}
.swiper-parent{
  padding: 0 !important;
}
.slider-1 .slick-next{
  right: 30px !important;

}
.slider-1 .slick-prev{
  left: 30px !important;
}
.header-middle .search-style-2 form{
  height: 54px;
}
.trending-section .trending-info{
  padding: 0;
  padding: 10px !important;
}
.style-1 .navbar .nav-link, .style-1 .navbar .nav-item .nav-link.active{
  margin-left: 0;
  padding: 0 !important;
  padding: 8px 0 !important;
}
.slick-dots,.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  display: block !important;
  bottom: -6px !important;
}
.swiper-pagination-bullet-active{
  background-color:var(--brown) !important;
}
.skin-section.banner-section .swiper-slide img{
  padding: 15px 0;
}
.nice-select:after{
  right: 16px !important;
}
.slider-1 .slick-prev:before,.slider-1 .slick-next:before{
  font-size: 25px !important;

}

 
}


@media screen and (min-width:1300px) and (max-width:1380px) {
  .container {
    max-width: 1920px;
    padding-left: 30px;
    padding-right: 30px;
}
.trending-section .trending-info .trending-title{
  font-size: 12px;
}
.header-middle .header-wrap .cart-content a:last-child{
  margin: 0 !important;
}
.header-middle .header-right .nice-select {
  padding: 10px;
  width: 274px;

}
  .breakline-section .break-line-title::after{
  /* width: 890px; */
} 
.header-middle .header-wrap .cart-content a {
  color: black;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
 .trending-section.rending-summer{
  padding-bottom: 25px;
}
.homecare-section.lab-section .lab-section-info .lab-title{
  font-size: 15px;
}
.px-60{
  padding: 0 50px;
}
.trending-section.wellness-section .trending-title{
  font-size: 15px;
}
.trending-section .trending-info .trending-title{
  padding-bottom: 0;
}
.banner-section.px-60{
  padding: 0 19px;
}
  
}




@media screen and (min-width:992px) and (max-width:1200px) {

  .breakline-section .break-line-title::after{
    /* width:715px; */
  } 
  .header-middle .header-right .nice-select,.search-style-2 form input{
    font-size: 14px;
  }
  .header-middle .search-style-2 i{
    font-size: 14px;
    left: 12px;
  }
  .search-style-2 form input{
    text-indent: 20px;
  }
  .homecare-section.lab-section .lab-section-info .discount-info .addto-cart{
    font-size: 15px;
  }
  .homecare-section.lab-section .lab-section-info .discount-info .addto-cart-1{
    font-size: 12px;
  }
  .homecare-section.lab-section .lab-section-info .lab-title {
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-right: 65px;
}
.header-middle .header-wrap .cart-content a:last-child{
  margin-right: 0 !important;
}
.style-1 .navbar .nav-link, .style-1 .navbar .nav-item .nav-link.active {
  text-transform: capitalize;
  /* line-height: 40px; */
  margin: 0px 10px 0px 15px;

  vertical-align: baseline;
  width: auto;
  display: block;
  color: #000;
  text-decoration: none;
  text-align: left;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
  /* border: 0; */
  border-radius: 0;
  font-size: 15.5px;
  font-weight: 400;
  outline: none;
  font-family: poppins, sans-serif;
  font-weight: 600;
}
.slick-1 .slick-prev{
  left: -114px !important;
}
.btn-book {
  width: 104px;
  height: 30px;
  background-color: var(--white);
  color: var(--brown);
  text-align: center;
  border: 1px solid var(--brown);
  border-radius: 25px;
  line-height: 30px;
  font-size: 13px;
  font-weight: 700;
}
.btn-days {
  height: 60px;
  width: 60px;
  line-height: 30px;
}
.style-5 .first-product img{
  width: 100%;
  height: auto;
}
.header-middle .header-wrap .cart-content a{
  font-size: 10px;
}
.header-middle .header-wrap .cart-content a{
  font-size: 9px;
}




}



@media (min-width: 576px) and (max-width: 767px) {
  .header-middle .header-wrap .cart-content {
    margin-top: 20px;
}
.logo.logo-width-1 a img {
  width: 100%;
  /* min-width: 229px; */
  display: flex;
  justify-content: center;
  height: auto;
}
.logo.logo-width-1{
  margin: 0;
}
.top-navbar .top-contact {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header-middle .header-wrap .cart-content img,.header-middle .header-wrap .cart-content a .fa-percent {
  margin-right: 8px;
}
.breakline-section .btn-default{
  margin-left: -20px;
}
.homecare-section.lab-section .lab-section-info .discount-info .addto-cart{
  font-size: 15px;
}
.homecare-section.lab-section .lab-section-info .discount-info .addto-cart-1{
  font-size: 12px;
}
.homecare-section.lab-section .lab-section-info .lab-title{
  font-size: 17px;
}
.testimonial-section .testimonial-content{
  margin-bottom: 80px;
}
.style-1 .navbar .nav-link, .style-1 .navbar .nav-item .nav-link {
  padding: 10px 0;
}

.style-1 {
  padding-left: 0;
  padding-right: 0;
}
.slick-1 .slick-prev {
  left: -48px !important;
}

footer.style-8 .content .links-content .foot-subscribe{
  text-align: left;
}
.swiper-parent{
  padding: 0;
}
.style-1 .navbar .nav-link, .style-1 .navbar .nav-item .nav-link.active{
  margin-left: 0;
  padding: 0 !important;
  padding: 8px 0 !important;
}
.slick-dots,.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  display: block !important;
  bottom: -6px !important;
}
.swiper-pagination-bullet-active{
  background-color:var(--brown) !important;
}
.skin-section.banner-section .swiper-slide img{
  padding: 15px 0;
}
.trending-section .trending-info{
  padding: 15px 0 ;
}
.trending-section{
  padding-bottom: 50px;
}
.wellness-section.trending-section .swiper-slide img{
  height: auto;
}
.trending-section.wellness-section .trending-info{
}
.slick-dots {
  display: none !important;
}





}
@media only screen and (min-width: 768px) and (max-width: 991px){
  .top-navbar .top-contact {
    display: flex;
    justify-content: left;
    align-items: center;
}
.style-1 .navbar .nav-link, .style-1 .navbar .nav-item .nav-link.active{
  margin-left: 0;
  padding: 0 !important;
  padding: 8px 0 !important;
}
.style-1 {
  padding-left: 0;
  padding-right: 0;
}

.header-middle .header-wrap .cart-content{
  margin-top: 30px;
}
.header-middle .header-wrap .cart-content img, .header-middle .header-wrap .cart-content a .fa-percent {
  margin-right: 8px;
}
.homecare-section.lab-section .lab-section-info .lab-title{
  font-size: 18px;
}
.trending-section.wellness-section .discount-info .cart-content .addto-cart span{
  font-size: 16px;
}
.testimonial-section .testimonial-content{
  margin-bottom: 80px;
}
.style-1 .navbar .nav-link, .style-1 .navbar .nav-item .nav-link {
  padding: 10px 0;
}
.logo.logo-width-1 a img {
  width: 100%;
  /* min-width: 229px; */
  display: flex;
  justify-content: center;
  height: auto;
}
.logo.logo-width-1{
  margin: 0;
}
.slick-1 .slick-prev {
  left: -90px !important;
}
.trending-section.wellness-section .trending-title{
  font-size: 12px;
}
.slick-1 .slick-prev{
  left: -63px !important;
}
.testimonial-section{
  padding-bottom: 0;
}
footer.style-8 .content .links-content .foot-subscribe{
  text-align: left;
}
.swiper-parent{
  padding: 0;
}
.header-middle .header-wrap .cart-content a{
  justify-content: end !important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  display: block !important;
  bottom: -6px !important;
}
.trending-section .trending-info{
  padding: 0;
  padding: 20px 10px ;
}


}
@media only screen and (min-width: 992px) and (max-width: 1200px){
  .header-middle .header-wrap .cart-content a{
    justify-content: end;
    font-size: 8px;
  }
  .header-middle .header-wrap .cart-content .me-3{
    margin-right: 5px !important;

  }
}


@media only screen and (min-width: 1200px) and (max-width: 1300px){
  .header-middle .header-right .nice-select,.search-style-2 form input{
    font-size: 12px;
  }
  .header-middle .search-style-2 i {
    left: 8px;
    font-size: 12px;
}
  .search-style-2 form input{
    text-indent: 16px;
  }
  .header-middle .header-wrap .cart-content a{
    font-size: 12px;
  }
  .header-middle .header-wrap .cart-content{
    margin: 0;
    padding: 0;
  }
  .header-middle .header-wrap .cart-content a:last-child{
    margin: 0 !important;
  }
  .header-middle .header-right .nice-select{
    width: 222px;
  }
  .container{
    padding-left: 26px;
    padding-right: 26px;
  }
  .header-middle .header-wrap .cart-content a{
    justify-content: end;
    font-size: 12px;
  }
  .header-middle .header-wrap .cart-content .me-3{
    margin-right: 5px !important;

  }
  .trending-section.wellness-section .trending-title{
    font-size: 14.5px;
  }
  .banner-section.px-60{
    padding: 0 19px;
  }

}

@media only screen and (min-width: 1366px) and (max-width: 1500px){


  .header-middle .header-right .nice-select,.search-style-2 form input{
    font-size: 14px;
  }
  .header-middle .search-style-2 i {
    left: 8px;
    font-size: 14px;
}
  .search-style-2 form input{
    text-indent: 16px;
  }
  .header-middle .header-wrap .cart-content a{
    font-size: 14px;
  }
  .header-middle .header-wrap .cart-content{
    margin: 0;
    padding: 0;
  }
  .header-middle .header-wrap .cart-content a:last-child{
    margin: 0 !important;
  }
  .header-middle .header-right .nice-select{
    width: 250px;
  }
  .container{
    padding-left: 18px;
    padding-right:18px;
  }
  
}

/*****about us page design******/
.cst-abt-head {
	color: #d02020;
	font-family: 'Poppins', sans-serif!important;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 25px;
}
.cst-dotted-brd-left {
	border-left: 3px dotted #222222;
	border-right: 3px dotted #222222;
	padding-left: 25px;
	padding-right: 25px;
}
.cst-abt-para {
	font-weight: 500;
	text-align: justify;
	padding-top: 30px;
	margin-bottom: 20px;
}

.cst-qouted {
	font-size: 40px;
	color: #ED1B24;
}
.cst-q-img {
	display: block;
	max-width: 40px;
}
.cst-text-right {
	text-align: right;
	padding-right: 25px;
}
.cst-qoute-last {
	padding-left: 25px;
	padding-right: 25px;
}

.cst-text-right p {
	font-weight: 500;
}

.cst-qoute-last p {
	font-weight: 500;
}
.style-about {
	padding-top: 30px;
}
.cst-para-rd {
	color: #d02020;
	font-family: 'Poppins', sans-serif!important;
	font-size: 18px;
	margin-bottom: 16px;
	font-weight: 600;
}

.cst-abt-para2 {
	font-weight: 500;
	text-align: justify;
	margin-bottom: 30px;
}
.cst-head-with-img1 {
	color: #d02020;
	font-size: 18px;
	margin-bottom: 12px;
	font-weight: 600;
}

.cst-head-with-img1::before{
    content: '';
    background: url("../img/icons/store.jpg");
    position: relative;
    top:7px;
    left:0px;
    width: 40px;
    height: 36px;
    display: inline-block;
    background-size: 100% 100%;
}
.cst-head-with-img2 {
	color: #d02020;
	font-size: 18px;
	margin-bottom: 12px;
	font-weight: 600;
}

.cst-head-with-img2::before{
    content: '';
    background: url("../img/icons/clinic.jpg");
    position: relative;
    top:7px;
    left:0px;
    width: 40px;
    height: 36px;
    display: inline-block;
    background-size: 100% 100%;
}

.cst-head-with-img3 {
	color: #d02020;
	font-size: 18px;
	margin-bottom: 12px;
	font-weight: 600;
}

.cst-head-with-img3::before{
    content: '';
    background: url("../img/icons/diagnostic.jpg");
    position: relative;
    top:7px;
    left:0px;
    width: 40px;
    height: 36px;
    display: inline-block;
    background-size: 100% 100%;
}

.cst-head-with-img4 {
	color: #d02020;
	font-size: 18px;
	margin-bottom: 12px;
	font-weight: 600;
}

.cst-head-with-img4::before{
    content: '';
    background: url("../img/icons/surgery.jpg");
    position: relative;
    top:7px;
    left:0px;
    width: 40px;
    height: 36px;
    display: inline-block;
    background-size: 100% 100%;
}
.cst-head-with-img5 {
	color: #d02020;
	font-size: 18px;
	margin-bottom: 12px;
	font-weight: 600;
}

.cst-head-with-img5::before{
    content: '';
    background: url("../img/icons/home-care.jpg");
    position: relative;
    top:7px;
    left:0px;
    width: 40px;
    height: 36px;
    display: inline-block;
    background-size: 100% 100%;
}
.cst-head-with-img6 {
	color: #d02020;
	font-size: 18px;
	margin-bottom: 12px;
	font-weight: 600;
}

.cst-head-with-img6::before{
    content: '';
    background: url("../img/icons/ambulance.jpg");
    position: relative;
    top:7px;
    left:0px;
    width: 40px;
    height: 36px;
    display: inline-block;
    background-size: 100% 100%;
}
.cst-head-with-img7 {
	color: #d02020;
	font-size: 18px;
	margin-bottom: 12px;
	font-weight: 600;
}

.cst-head-with-img7::before{
    content: '';
    background: url("../img/icons/ambulance.jpg");
    position: relative;
    top:7px;
    left:0px;
    width: 40px;
    height: 36px;
    display: inline-block;
    background-size: 100% 100%;
}
.cst-lst-para-pad {
	padding-bottom: 30px;
}

.cst-container-pad {
	padding:0px 100px;
}
.cst-founder-head {
	font-size: 22px;
	margin-bottom: 8px;
}
.cst-founder-img {
	margin-bottom: 20px;
}

.cst-founder-fb-icn {
	background-color: #707070;
    padding: 8px 11px;
    border-radius: 50%;
    color: #fff;
}

.cst-founder-twr-icn {
	background-color: #707070;
    padding: 8.5px 9px;
    border-radius: 50%;
    color: #fff;
}
.cst-fndr-dv {
	margin-top: 10px;
}
.cst-fndr-sec {
	background-color: #e7e5e6;
	padding-top: 50px;
	padding-bottom: 50px;
}
.cst-leader {
	color: #CE201F;
	font-family: poppins, sans-serif;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 30px;
}

.cst-wht-w-ofr-head {
	color: #d02020;
	font-family: 'Poppins', sans-serif!important;
	font-size: 20px;
	margin-bottom: 16px;
	font-weight: 600;
}
.cst-wt-fr-1 {
	padding-right: 50px;
}

.cst-wt-fr-2 {
	padding-left: 50px;
}

.cst-lft-brd {
	border-left: 3px dotted #222222;
}
.cst-brain-marg-tp {
	display: block;
	margin-top: 76px;
	margin-bottom: 140px;
	width: 100%;
}

.cst-wht-ofr-dot::before {
	content: '';
	width: 22px;
	height: 22px;
	background: red;
	border: 3px solid #cccccc;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	left: -62px;
}
.cst-dott-prt {
	padding-top: 70px;
	padding-bottom: 70px;
}
.cst-wht-ofr-dot-cnt::before {
	content: '';
	width: 22px;
	height: 22px;
	background: red;
	border: 3px solid #cccccc;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	top: 114px;
	left: -62px;
}
.cst-str-head {
	margin-bottom: 90px;
}
.cst-video-sec {
	padding-top: 50px;
	padding-bottom: 50px;
}
.cst-prem-head {
	color: #ED1B24;
	font-size: 23px;
	font-family: 'Poppins', sans-serif!important;
	text-transform: none!important;
	line-height: 30px;
}

.cst-counter-pd-tp {
	padding-top: 30px;
}
/******video banner *******/
.cst-video-banner {
	width: 100%;
	height: 100vh;
	position: relative;
	top: 0px;
	padding: 0px 0px;
	display: flex;
	
}
.back-video {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 100vh;
}

/**********video banner ********/

.cst-contact-cnt {
	position: absolute;
	color: #ffffff;
	font-family: 'Poppins', sans-serif!important;
	padding-top: 99px;
	padding-left: 35px;
}
.cst-dotted-brd-left-contact {
	border-left: 3px dotted #222222;
	padding-top: 55px;
	padding-left: 25px;
	padding-right: 25px;
}
.cst-cnt-pad-tp {
	padding-top: 80px;
}

.cst-contact-head {
	color: #d02020;
	font-family: 'Poppins', sans-serif!important;
	font-size: 18px;
	margin-bottom: 25px;
}
.cst-cont-lft {
	padding-left: 50px;
	padding-right: 50px;
}
.cst-input {
	border: 2px solid #cccccc;
	border-radius: 0px;
	margin-bottom: 15px;
}
.cst-cnt-lbl {
	font-family: 'Poppins', sans-serif!important;
	font-weight: 600;
	margin-bottom: 10px;
}
.cst-input-textarea {
	border: 2px solid #cccccc;
	border-radius: 0px;
	margin-bottom: 15px;
	width: 100%;
	
}
.cst-sbt-btn {
	background-color: #ED1B24;
	color: #ffffff;
	border:1px solid #ED1B24;
	padding: 10px 50px;
	border-radius: 0px;
}
.cst-sbt-btn:hover {
	background-color: #c8161d;
	border: 1px solid #c8161d;
	
}
.cst-sbt-btn:active {
	background-color: #c8161d;
	border: 1px solid #c8161d;
	
}
.cst-addr-pra {
	font-weight: 600;
	margin-bottom: 7px;
}
.cst-addr-tp-head {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 600;
}
.cst-addr-tp-head i {
	color: #d02020;
}
.cst-addr-prt-lst {
	margin-bottom: 30px;
}
.cst-addre-lca {
	margin-top: 80px;
}
