@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

body {
  font-family: "Montserrat", serif;
  word-break: break-word;
  color: #0e0d0d;
  overflow-x: hidden;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
}

a {
  text-decoration: none;
  color: inherit;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #000;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

/***** Font Files *****/

@font-face {
  font-family: "blenderPro";
  src: url("../fonts/BlenderPro-Medium.ttf") format("truetype");
  font-style: normal;
}

/***** Custom Classes *****/

/* general btn css start  */

/* general btn css end */

h1,
h2,
h3,
h4 {
  text-transform: uppercase;
  font-family: "blenderPro";
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 55px;
  line-height: 1.1;
}

h3 {
  font-size: 45px;
}

h4 {
  font-size: 24px;
  line-height: 29px;
}

h5 {
  font-size: 20px;
  line-height: 25px;
}

h6 {
  font-family: "Montserrat", serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

p {
  font-family: "Montserrat", serif;
  color: #0e0d0d;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
}
/***** Custom Classes End *****/

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*header css start */

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 40px;
  height: 100%;
  justify-content: center;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  height: 100%;
  font-size: 14px;
  padding: 30px 10px;
  position: relative;
  font-family: "Montserrat";
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transform: translate(0px, -3px);
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* Custome Header  Css Start  */

header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 12;
  overflow: hidden;
  padding: 0px 60px;
  border-bottom: 1px solid #ffffff40;
}

header .menuSec .row {
  align-items: center;
}

.menuSec .quote {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.menuSec ul li.active a:before {
  opacity: 1;
  transform: unset;
  width: 100%;
}

.menuSec ul li a:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transition: 0.9s;
  opacity: 0;
  transform: translate(0px, -40px);
  display: table;
  margin: 0px auto;
}

.menuSec ul li a:hover:before {
  transform: unset;
  width: 100%;
  opacity: 1;
}

.p-btn:hover span {
  color: #fff;
}

/* WhiteBtn  */

.siteBtn.whiteBorderClass .p-btn span.btnTxt {
  border: 1px solid #fff;
}

.siteBtn.whiteBorderClass .p-btn span.btnImg {
  border: 1px solid #fff;
}

.siteBtn.whiteBorderClass .p-btn:hover {
  border: 1px solid #fff;
}

.siteBtn.whiteBorderClass .p-btn:hover span.btnTxt {
  border: 0px;
}

/* Custome Header  Css End */

/* ================ */

.section {
  padding: 80px 60px 80px;
  position: relative;
}

.siteBtn {
  display: inline-block;
}

.siteBtn .p-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.9s;
  gap: 5px;
}

.siteBtn .p-btn span.btnTxt {
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 14px 14px;
  background-color: #0093d8;
  color: #fff;
  transition: 0.9s;
  display: flex;
  border-radius: 6px;
  font-family: "Montserrat";
  font-weight: 500;
}

.siteBtn .p-btn span.btnImg {
  width: 48px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 6px;
  transition: 0.9s;
  background-color: #0093d8;
  border: 2px solid transparent;
}

.siteBtn .p-btn span.btnImg::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  border-radius: 10px;
}

.siteBtn .p-btn span.btnImg img.img-fluid {
  transition: 0.9s;
  width: 15px;
  margin: 0px auto;
  display: table;
  object-fit: fill;
}

.siteBtn .p-btn:hover {
  filter: brightness(0.9);
  box-shadow: 0px 0px 13px 0px #89868670;
  background-color: #0093d8;
  border-radius: 5px;
}

.siteBtn .p-btn:hover span.btnTxt {
  background-color: #0093d8;
}

.siteBtn .p-btn:hover span.btnImg {
  background-color: #0093d8;
  width: 30px;
  border: transparent !important;
  padding-right: 10px;
}

.siteBtn .p-btn:hover span.btnImg img {
  filter: brightness(0) invert(1);
  transform: translate(-10px, 0px);
}

/* GENERAL CSS FOR IMG  */

/*banner css start */

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

/*banner css end*/

.section {
  padding: 80px 60px;
}

section.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 92% 100%, 0 70%);
}

section.about {
  position: relative;
  padding: 100px 0;
}

section.about .abWrap {
  position: relative;
  width: 90%;
  margin: 0px auto;
}

section.about .abtImges {
  position: relative;
  margin: 0px auto;
  display: table;
}

section.about .abtImges img {
  height: 600px;
  width: 95%;
  margin: 0px auto;
  display: table;
  border-radius: 10px;
}

section.about .heasder {
  position: relative;
  color: #143152;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

h2 {
  color: #143152;
  margin: 0;
}

section.about .heasder:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  background: #cbd2d9;
}

section.about .heasder:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  right: 0;
  bottom: 0;
  background: #0093d8;
}

section.about .aboutText {
  position: relative;
}

section.about .aboutText p {
  color: #141414;
  opacity: 60%;
  font-weight: 600;
}

section.about .missionBlox {
  position: relative;
  padding-left: 20px;
  margin: 20px 0 24px;
  border-left: 1px solid #cbd2d9;
}

section.about .missionBlox:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 30px;
  left: 0;
  background: #0093d8;
  top: 0;
}

section.about .missionBlox h5 {
  text-transform: uppercase;
  color: #143152;
  font-family: "blenderPro";
  font-size: 18px;
}

section.about .boxes {
  display: flex;
  text-align: center;
  background: #0093d8;
  width: 57%;
  margin: 0px auto;
  padding: 24px 16px;
  border-radius: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: -70px;
}

section.about .boxes .box.d-flex {
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 10px 0;
  position: relative;
}

section.about .boxes .box.d-flex .icon {
  width: auto;
  height: 100%;
}

section.about .boxes .box.d-flex .icon img.img-fluid {
  width: auto;
  height: auto;
  object-fit: fill;
}

section.about .boxes .txt h6 {
  text-transform: uppercase;
  color: #fff;
  font-family: "blenderPro";
  font-size: 14px;
  text-align: center;
  margin: 0px;
}

section.about .colRit:before {
  position: relative;
  content: "";
}

section.about .abWrap .colRit {
  position: relative;
  padding-bottom: 28px;
  padding-left: 10px;
}

section.about .abWrap .colRit:before {
  position: absolute;
  content: "";
  width: 76%;
  height: 60%;
  left: 0;
  bottom: 0;
  background: #0093d8;
  border-radius: 10px;
}

section.about .boxes .box.d-flex.text-center.box1 {
  border-right: 1px solid #38abe1;
}

section.about .boxes .box.d-flex.text-center.box1:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 26px;
  background: #fff;
  right: -2px;
  top: 0;
}

/* Banner Slider section end  */

.heading {
  margin-bottom: 40px;
}

.heading p {
  width: 50%;
  margin: 0px auto;
  opacity: 70%;
}

section.services {
  padding: 0px 50px 100px;
  position: relative;
  overflow: hidden;
}

section.services .item {
  opacity: 1;
}

section.services .ssBox {
  position: relative;
  background: #fff;
  margin: 0px 5px;
  border-radius: 10px;
}

section.services .ssBox .ssbox-Img1 {
  position: relative;
  margin-bottom: 24px;
}

section.services .ssBox .ssbox-Img1 img.img-fluid {
  height: 280px;
  width: 100%;
  border-radius: 10px;
  transition: 0.4s;
}

section.services .ssBox .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  position: relative;
  margin-bottom: 14px;
}

section.services .ssBox .header:before {
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  position: absolute;
  background: #0000002b;
}

section.services .ssBox .header h5 {
  margin: 0;
  font-family: "blenderPro";
  font-weight: 500;
  text-transform: uppercase;
}

section.services .ssBox .header span {
  font-weight: 500;
  font-size: 20px;
  font-family: "blenderPro";
  letter-spacing: 0;
  color: #0093d8;
  display: none;
}

section.services .ssBox .header span:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  bottom: 0;
  background: #0093d8;
  right: 0;
}

section.about .boxes .box.d-flex.text-center.box1:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 26px;
  background: #fff;
  right: -2px;
  bottom: 0;
}

.ssBox .ssbox-Img1 {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.ssBox .ssbox-Img1 img {
  height: 290px;
  width: 100%;
  object-fit: fill;
  border-radius: 10px;
  transition: 0.5s;
}

.ssBox:hover .ssbox-Img1 img {
  transform: scale(1.1);
}

.ssBox-txt {
  padding: 0px 20px 48px 20px;
}

.ssBox-txt p {
  opacity: 60%;
  line-height: 23px;
}

.ssBox-txt .siteBtn {
  display: inline-block;
  margin-top: 5px;
}

section.services::before {
  content: "";
  width: 100%;
  height: 66%;
  position: absolute;
  background-image: url(../images/services_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  bottom: 0;
}

section.services .svsSlides {
  padding-bottom: 80px;
  margin-bottom: 0px;
  position: relative;
}

section.services ul.slick-dots {
  display: flex;
  justify-content: flex-start;
  margin-left: 38px;
  gap: 30px;
  bottom: -7px;
  width: 1234px;
}

section.services ul.slick-dots button {
  display: none;
}

section.services ul.slick-dots li {
  margin: 0px;
  outline: 1px solid #647d97;
  border-radius: 45px;
  width: 10px;
  height: 10px;
  transition: 0.9s;
  background: #3f5e7f;
}

section.services ul.slick-dots li.slick-active {
  background: #fff;
  outline: 1px solid #ffffff61;
  opacity: 1;
  outline-offset: 8px;
}

/* Arrows  */

section.services .slick-prev:before,
section.services .slick-next:before {
  display: none;
}

section.services button.slick-prev,
section.services button.slick-next {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #cccccc6b;
  transition: 0.9s;
  background: transparent;
  z-index: 12;
  overflow: hidden;
}

section.services button.slick-prev::after,
section.services button.slick-next::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-repeat: no-repeat;
  transition: 0.9s;
}

section.services button.slick-prev::after {
  background-image: url(../images/prev-arrow.png);
  background-position: 50% 50%;
}

section.services button.slick-next::after {
  background-image: url(../images/btn-arrowImg.png);
  background-position: 50% 50%;
}

section.services button.slick-prev {
  position: absolute;
  left: 87%;
  top: 100%;
  overflow: hidden;
}

section.services button.slick-next {
  position: absolute;
  right: 50px;
  top: 100%;
}

section.services button.slick-prev:hover,
section.services button.slick-next:hover {
  background: #0093d8;
  border: 1px solid #fff;
}

section.services button.slick-prev:hover::after,
section.services button.slick-next:hover::after {
  filter: brightness(0) invert(1);
}

section.services ul.slick-dots:before {
  position: absolute;
  content: "";
  width: 82%;
  left: 220px;
  top: 50%;
  background: #ffffff4f;
  height: 1px;
}

/* ============== */

/* Chose Start  */

section.choose {
  padding: 100px 70px;
  position: relative;
}

section.choose .header:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  background: #cbd2d9;
}

section.choose .header:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  right: 0;
  bottom: 0;
  background: #0093d8;
}

section.choose .header {
  position: relative;
  color: #143152;
  margin-bottom: 20px;
  padding-bottom: 14px;
  width: 88%;
}

section.choose .choseTxt p {
  color: #141414;
  opacity: 60%;
  font-weight: 600;
}

section.choose .choseTxt {
  width: 90%;
}

section.choose .choseTxt .siteBtn {
  margin-top: 16px;
}

section.choose .colRight {
  position: relative;
  padding-bottom: 28px;
}

section.choose .choseImg1 {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-left: 16px;
}

section.choose .choseImg1 img {
  height: 530px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: 0.4s;
}

section.choose .choseImg1:hover img {
  transform: scale(1.1);
}

.listing ul {
  display: flex;
  margin: 0;
  flex-direction: column;
  gap: 5px;
}

.listing ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}

section.choose .colRight:before {
  position: absolute;
  content: "";
  width: 76%;
  height: 60%;
  left: 0;
  bottom: 0;
  background: #0093d8;
  border-radius: 10px;
}

section.choose .colRight .listing {
  background: #0093d8;
  /* width: 46%; */
  margin: 0px auto;
  padding: 24px 26px;
  border-radius: 8px;
  position: absolute;
  bottom: 0;
  left: 70px;
  right: 0px;
  display: table;
}

.listing ul span {
  text-transform: uppercase;
  color: #fff;
  font-family: "blenderPro";
}

/* =================== */

/*Picing Page Start*/

.text-pricing h2 {
  font-size: 78px;
  font-family: "blenderPro";
  text-align: center;
  height: 120px;
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
  color: #fff;
}

.text-pricing h5 {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
  margin: 0;
}

.text-pricing ul li {
  display: flex;
  font-family: "Montserrat";
  font-size: 14px;
  align-items: center;
  gap: 13px;
  margin-bottom: 10px;
  color: #1e3248;
}

.text-pricing ul li img {
  width: 14px;
  height: 14px;
  object-fit: fill;
}

.text-pricing a {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  background: #0093d8;
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 14px 0px;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.text-pricing {
  padding: 40px 32px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 18px;
}

.text-pricing ul {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.text-pricing h2 span {
  font-size: 49px;
}

.text-pricing:hover h5 {
  color: #fff;
}

.text-pricing:hover h2 {
  color: #fff;
}

.text-pricing:hover p {
  color: #fff;
}

.text-pricing:hover ul li {
  color: #fff;
}

.text-pricing:hover ul li img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7471%)
    hue-rotate(27deg) brightness(121%) contrast(90%);
}

.pricing .row {
  justify-content: center;
}

.pricing {
  padding: 10px 0px 100px;
  overflow: hidden;
}
/*Pricing Page End*/

.text-pricing:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  bottom: 0;
  right: 0;
  margin: 0px auto;
  background: linear-gradient(#2d527a, #1e3248);
  transition: 0.4s;
}

.text-pricing:hover:after {
  height: 80%;
}

.text-pricing p {
  position: relative;
  z-index: 1;
}

.text-pricing:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 33%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0px auto;
  background-image: url(../images/priceShape.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

/* =============== */

/* Recovery section start  */

section.recovery {
  position: relative;
  overflow: hidden;
}

section.recovery .wraper {
  width: 90%;
  margin: 0px auto;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding: 80px 0;
  background-image: url(../images/recoverBGImg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

section.recovery .wraper .recov_imgs {
  display: flex;
  gap: 10px;
  position: absolute;
  left: -120px;
  height: 100%;
  width: 60%;
  bottom: -40px;
}

section.recovery .wraper .mainImg {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

section.recovery .wraper .mainImg img.img-fluid {
  border-radius: 30px;
  transition: 0.3s;
}

section.recovery .wraper .row {
  align-items: center;
}

section.recovery .wraper .content {
  padding-left: 140px;
  padding-right: 50px;
  position: relative;
}

section.recovery .wraper .content h2 {
  color: #fff;
}

section.recovery .wraper .content p {
  color: #fff;
  font-weight: 400;
  width: 90%;
  margin: 10px 0 30px;
  opacity: 70%;
}

section.recovery .wraper .header {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

section.recovery .wraper .header:after {
  position: absolute;
  content: "";
  width: 80%;
  right: -64px;
  bottom: 0;
  background: #fff;
  height: 1px;
}

section.recovery .wraper .header:before {
  position: absolute;
  content: "";
  width: 60px;
  left: 187px;
  right: 0;
  height: 3px;
  background: #fff;
  bottom: -1px;
}

section.happy {
  padding: 100px 0px 100px 50px;
  position: relative;
  overflow: hidden;
}

section.happy .item.slick-slide {
  opacity: 1;
}

section.happy .story_card {
  padding: 20px 24px;
  position: relative;
  border-radius: 6px;
  background: linear-gradient(#2d527a, #1e3248);
  transition: all 0.9s;
}

section.happy .story_card:hover {
  background: linear-gradient(#0093d8, #0093d8);
}

.authBoxe {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  gap: 20px;
}

.story_card .deets {
  position: relative;
  color: #fff;
}

.story_card .headers {
  gap: 8px;
  align-items: center;
}

.story_card .headers h6 {
  margin: 0px;
  font-family: "blenderPro";
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
}
.story_card .headers .ratingList {
  gap: 1px;
}

.story_card .headers .ratingList span {
  color: #f29e1e;
  transition: 0.4s;
  line-height: 20px;
}
.story_card .headers .ratingList span i {
  font-size: 12px;
}
.authBoxe .authName h6 {
  color: #fff;
  font-size: 18px;
  font-family: "blenderPro";
  text-transform: uppercase;
  margin: 0px;
}

.authBoxe .authName p {
  font-size: 14px;
  color: #fff;
  font-family: "blenderPro";
  text-transform: uppercase;
  margin: 0px;
}

.story_card .deets p {
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  opacity: 79%;
}

.story_card .headers .ratingList a i {
  font-size: 10px;
}

.reviewsSlider .slick-list {
  padding-right: 280px;
}

/* Footer sectrion css */

.footerSec {
  background: #1a2c3f;
  position: relative;
  overflow: hidden;
  padding: 60px 100px 0px;
}

.footerSec p {
  font-weight: 500;
  transition: 0.9s;
  color: #fff;
  opacity: 70%;
  line-height: 22px;
}

footer ul.social {
  display: flex;
  gap: 10px;
}

footer ul.social li a i {
  width: 35px;
  height: 35px;
  border-radius: 45px;
  color: #fff;
  background: #0093d8;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.6s;
  border: 1px solid transparent;
  opacity: 1;
}

footer ul.social li a i:hover {
  background: transparent;
  transform: rotate(360deg) scale(1.3);
  border: 1px solid #fff;
}

footer ul li a {
  color: #fff;
  opacity: 0.5;
  transition: 0.6s;
  font-weight: 500;
  font-size: 14px;
  line-height: 35px;
}

footer ul.social li a {
  color: #fff;
  opacity: 1;
  transition: 0.6s;
}

footer ul.social li a:hover {
  opacity: 1;
  color: #fff;
  color: #000;
}

.footerSec .footer-btm .row {
  padding-top: 24px;
  padding-bottom: 24px;
  margin-top: 40px;
  position: relative;
}

.footerSec .footer-btm .row p {
  opacity: 49%;
  font-weight: 400;
  font-size: 14px;
  font-weight: 500;
}

.footerSec .footer-btm .row:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 0;
  background: #fff;
  opacity: 0.2;
  left: 0;
}

.news-letter ul li a {
  gap: 20px;
  line-height: 28px;
  margin: 14px 0;
  opacity: 0.6;
}

.news-letter ul li a:hover {
  transform: translate(3px, 0px);
}

footer ul li a:hover {
  opacity: 1;
  color: #fff !important;
}

footer ul.social li a:hover {
  text-decoration: unset !important;
}

h5.subscribe {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 14px;
  margin-bottom: 0px;
}

.foot-products {
  position: relative;
  left: -20px;
}

.foot-products ul {
  position: relative;
  margin-right: 10px;
}

footer .news-letter {
  position: relative;
  left: 40px;
}

footer .foot-quick-links {
  position: relative;
  left: 20px;
}

h5.subscribe .foot-products .ft-header:before {
  width: 80%;
}

footer h5 {
  font-size: 15px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: "Montserrat";
  margin-bottom: 20px;
}

footer h5 {
  font-size: 15px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: "Montserrat";
}

.footerSec .container-fluid > .row {
  padding-top: 70px;
  border-top: 1px solid #ffffff2b;
}

.footer-about a.ftlogo {
  display: inline-block;
  margin-bottom: 24px;
}

.ft-navLinks {
  position: relative;
  padding: 24px 0px 20px;
}

.ft-navLinks h4 {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat";
  text-transform: uppercase;
  color: #fff;
  opacity: 70%;
  display: flex;
  justify-content: space-between;
}

.ft-navLinks .linkboxt {
  width: 80%;
  position: relative;
}

.ft-navLinks .linkboxt a {
  width: 20px;
  height: 20px;
  background: #0093d8;
  border-radius: 54px;
  color: #fff;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 30px;
}

.footerSec:before {
  position: absolute;
  content: "";
  background-image: url(../images/dots-shape1.png);
  width: 80px;
  height: 80px;
  background-size: cover;
  left: 0px;
  top: 30%;
}
/* Footer section end */

section.banner img.img-fluid.bannerBgImg {
  width: 100%;
  object-fit: fill;
  height: 950px;
}

section.banner .bannerTextWrap {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

section.banner .bannerTextWrap .container-fluid {
  padding-left: 80px;
  padding-right: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

section.banner .bannerTextWrap .banner_img {
  position: absolute;
  right: 50px;
  /* bottom: -300px; */
  bottom: 0;
}

section.banner .bannerTextWrap .banner_img img.img-fluid {
  width: 100%;
  /* height: 1150px; */
  height: 840px;
  filter: drop-shadow(112px -26px 36px #00000085);
}

section.banner .bannerTextWrap h2 {
  color: #fff;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

section.banner .bannerTextWrap .banner_text {
  margin-bottom: 200px;
  position: relative;
}

section.banner .bannerTextWrap .banner_text p {
  color: #fff;
  font-weight: 400;
  opacity: 76%;
  width: 90%;
  margin: 24px 0px 20px;
  position: relative;
}

section.banner .bannerTextWrap h2:before {
  position: absolute;
  content: "";
  width: 140%;
  height: 1px;
  background: #fff;
  bottom: -4px;
  left: 220px;
  opacity: 20%;
}

.menuSec .siteBtn a.p-btn span.btnImg i {
  color: #fff;
}

section.banner .siteBtn .p-btn span.btnTxt {
  border: 1px solid #fff;
}

section.banner .siteBtn .p-btn span.btnImg {
  border: 1px solid #fff;
}

section.banner .bannerTextWrap h2:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
  bottom: -4px;
  left: 220px;
}

section.banner ul.tansk {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: absolute;
  top: 54%;
  left: 700px;
  margin: 0px;
  width: 13%;
}

section.banner ul.tansk li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.banner ul.tansk li span {
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  font-family: "blenderPro";
  letter-spacing: 1px;
}

section.banner ul.tansk li span.imgbox {
  width: 57px;
  height: 56px;
  border: 1px solid #ffffff1f;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  z-index: 12;
}

section.banner ul.tansk li span.imgbox img.img-fluid {
  width: 24px;
  object-fit: fill;
}

section.banner ul.tansk:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 102%;
  bottom: 152px;
  background: #fff;
  right: 28px;
  opacity: 20%;
  z-index: 0;
}

section.banner .bannerTextWrap .banner_text:before {
  position: absolute;
  content: "";
  width: 150px;
  height: 120px;
  right: 150px;
  bottom: -70px;
  background-repeat: no-repeat;
  background-image: url(../images/dots-shape1.png);
  background-size: 100% 100%;
}

section.banner .bannerTextWrap::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  right: 0;
  bottom: 200px;
  background-repeat: no-repeat;
  background-image: url(../images/dots-shape2.png);
  background-size: cover;
}

section.about::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 120px;
  left: 70px;
  top: -170px;
  background-repeat: no-repeat;
  background-image: url(../images/dots-shape1.png);
  background-size: 100% 100%;
}

section.choose::before {
  position: absolute;
  content: "";
  width: 110px;
  height: 110px;
  left: 20px;
  top: -50px;
  background-repeat: no-repeat;
  background-image: url(../images/dots-shape1.png);
  background-size: 100% 100%;
}

section.services::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  top: 0px;
  background-repeat: no-repeat;
  background-image: url(../images/dots-shape1.png);
  background-size: cover;
  right: -10px;
}

.priceWraper {
  position: relative;
}

.priceWraper::after {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  top: -60px;
  background-repeat: no-repeat;
  background-image: url(../images/dots-shape1.png);
  background-size: cover;
  right: -120px;
}

section.recovery .wraper .content::before {
  position: absolute;
  content: "";
  width: 110px;
  height: 110px;
  top: -50px;
  background-repeat: no-repeat;
  background-image: url(../images/dots-shape1.png);
  background-size: 100% 100%;
  right: 80px;
}

section.banner ul.tansk li:last-child {
  position: relative;
}

section.banner ul.tansk li:last-child:before {
  position: absolute;
  width: 1px;
  height: 73%;
  top: -40px;
  background: #fff;
  content: "";
  right: 27px;
  opacity: 20%;
}

/* Inner Pags css start  */

section.innerPagebaner {
  position: relative;
  overflow: hidden;
}

section.innerPagebaner img.img-fluid.innerPageBanner {
  height: 700px;
  width: 100%;
  object-fit: fill;
}

section.innerPagebaner .innerTextContent {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.innerPagebaner .banner_text {
  position: relative;
  bottom: 80px;
  padding-left: 60px;
}

section.innerPagebaner .banner_text h2 {
  color: #ffff;
  padding-bottom: 10px;
  margin-bottom: 16px;
  position: relative;
  display: inline-block;
}

section.innerPagebaner .banner_text h2:before {
  position: absolute;
  content: "" "";
  width: 100%;
  height: 1px;
  bottom: 0;
  background: #fff;
  opacity: 20%;
}

section.innerPagebaner ul.d-flex {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 130%;
}

section.innerPagebaner ul.d-flex li a,
section.innerPagebaner ul.d-flex li span {
  color: #fff;
  font-family: "blenderPro";
  text-transform: uppercase;
  transition: 0.4s;
}

section.innerPagebaner ul.d-flex li {
  color: #fff;
  text-transform: uppercase;
  font-family: "blenderPro";
}

section.innerPagebaner ul.d-flex li a:hover {
  text-decoration: underline;
  color: #000;
}

section.innerPagebaner .banner_text h2:after {
  position: absolute;
  content: "" "";
  width: 50px;
  height: 2px;
  bottom: 0;
  background: #fff;
  right: 0;
}

section.retail-p p {
  font-weight: 500;
  opacity: 70%;
  line-height: 26px;
}

section.retail-p {
  padding: 60px 0 100px;
}

section.retail-p .retail-img {
  position: relative;
  transition: 0.3s;
  overflow: hidden;
  margin-right: 20px;
}

section.retail-p .retail-img img {
  width: 100%;
  border-radius: 10px;
  transition: 0.5s;
  height: 500px;
  object-fit: cover;
}

section.retail-p .retail-img img:hover {
  transform: scale(1.1);
}

section.retail-p .contetn {
  padding-left: 10px;
  padding-right: 10px;
}

/* Contact Start  */

section.connectLinks .cnt-links {
  position: relative;
  background: linear-gradient(#2d527a, #1e3248);
  transition: all 0.9s;
  padding: 34px 32px;
}

section.connectLinks .cnt-links:hover {
  background: linear-gradient(#0092d7, #0092d7);
}

section.connectLinks .cnt-links p {
  margin: 0px;
  color: #fff;
  font-weight: 500;
}

section.connectLinks .cnt-links h5 {
  text-transform: uppercase;
  color: #fff;
  font-family: "blenderPro";
  padding-bottom: 18px;
  margin-bottom: 18px;
  position: relative;
}

section.connectLinks .cnt-links h5:before {
  position: absolute;
  content: "";
  width: 80%;
  height: 1px;
  background: #fff;
  opacity: 41%;
  bottom: 0;
}

section.connectLinks .connectLinkWrap {
  width: 92%;
  margin: 0px auto;
  padding-top: 40px;
}

section.contactForm {
  padding-bottom: 80px;
}

section.contactForm .fmWraper {
  width: 80%;
  margin: 0px auto;
}

section.contactForm form input {
  width: 100%;
  padding: 16px 20px;
  margin-bottom: 24px;
  border-radius: 8px;
  box-shadow: 0px 0px 20px 13px #9999991a;
  border: 1px solid #bdbdbd;
  font-family: "blenderPro";
  text-transform: uppercase;
  color: #909091;
  font-size: 16px;
}

section.contactForm .headerElement p {
  opacity: 50%;
  width: 50%;
  margin: 14px auto 50px;
}

section.contactForm form textarea {
  width: 100%;
  padding: 28px 20px;
  margin-bottom: 24px;
  border-radius: 8px;
  box-shadow: 0px 0px 20px 13px #9999991a;
  border: 1px solid #bdbdbd;
  font-family: "blenderPro";
  text-transform: uppercase;
  color: #909091;
  font-size: 16px;
  height: 150px;
  resize: unset;
  position: relative;
}

button.p-btn {
  padding: 0;
  border: 0;
}

section.contactForm form textarea::placeholder {
  position: absolute;
  bottom: 21px;
  color: #909091;
}

section.contactForm form .siteBtn {
  display: table;
  margin: 0px auto;
}

section.contactForm form input::placeholder {
  color: #909091;
}

section.contactForm form .sitBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  display: none;
  margin: 0;
}

/* Contact end */

section.services.innerServicePage {
  padding-bottom: 80px;
}

section.services.innerServicePage:before {
  display: none;
}

section.services.innerServicePage:after {
  display: none;
}

section.services.innerServicePage .ssBox {
  margin-bottom: 10px;
}

/*login start*/

.login-txt form input {
  width: 100%;
  margin-bottom: 18px;
  outline: none;
  padding: 16px 40px 16px 20px;
  color: #fff;
  border: 1px solid #ddddda;
  font-size: 14px;
  font-weight: 500;
  background: transparent;
}

.login-txt form input::placeholder {
  color: #c7c7c7;
}

.login-txt form input:focus {
  box-shadow: none;
  border: 1px solid #fff;
  background: transparent;
  color: #ffff;
}

.login-txt h2 {
  margin: 0 0 24px 0;
  font-size: 45px;
  transition: 0.3s;
}

.password-box {
  position: relative;
}

.password-box-input input {
  padding: 10px 40px 10px 20px;
}

.password-icon {
  position: absolute;
  top: 20%;
  right: 3%;
}

.password-icon span {
  color: #fff;
  cursor: pointer;
  opacity: 30%;
}

.login-txt {
  padding: 45px 40px 32px;
}

.clumn1 .login-txt {
  background: #0093d8;
}

.clumn2 .login-txt {
  background: linear-gradient(#2d527a, #1e3248);
}

.login-txt ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 22px 0;
}

.login-txt form input::placeholder {
  color: #fff;
  opacity: 80%;
}

.login-txt span.head.head-ex {
  color: #fff;
  font-weight: 500;
}

li.head {
  color: #fff;
  font-size: 17px;
  /* font-weight: 600; */
}

.login-txt ul li {
  display: flex;
  gap: 7px;
  color: #fff;
  font-weight: 500;
}

.login-txt form button {
  width: 100%;
  color: #fff;
  padding: 16px 0px;
  outline: none;
  border: none;
  margin-bottom: 10px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  background: #0093d8;
  border-radius: 10px;
  transition: 0.2s;
}

.head-ex {
  text-decoration: underline;
}

span.head.head-ex {
  color: #fff;
  text-shadow: 0 0 black;
}

.login-txt form button:hover {
  filter: drop-shadow(0px 15px 8px #00000045);
  transform: scale(0.97);
}

.login-txt h2 {
  color: #fff;
  opacity: 90%;
}

/* .login-txt form input {
  border: 1px solid #fffffc63;
  color: #fff;
  border-radius: 8px;
} */

.login-txt .password-icon span {
  color: #fff;
  opacity: 50%;
}

.login-txt form button {
  border: 1px solid #fff;
}

.clumn2 .login-txt button {
  border: 0px;
}

.login-txt:hover ul li {
  color: #fff;
  opacity: 90%;
}

/*login end*/

section.about.aboutPage {
  padding-top: 30px;
}

/* Team Section start  */

section.healthTeam {
  position: relative;
  padding: 20px 0 30px;
}

section.healthTeam .heading h2 {
  margin-bottom: 10px;
}

section.healthTeam .teamBox {
  position: relative;
  border-radius: 10px;
  margin-bottom: 40px;
  transition: 0.4s;
}

section.healthTeam .teamBox .teamImg {
  position: relative;
}

section.healthTeam .teamBox .teamImg img {
  width: 100%;
  border-radius: 10px;
  transition: 0.5s;
  height: 370px;
  object-fit: fill;
}

section.healthTeam .teamBox .teamText {
  padding: 20px 20px 30px;
}

section.healthTeam .teamBox .teamText h5 {
  font-size: 22px;
  font-family: "blenderPro";
  text-transform: uppercase;
  margin: 0px;
  line-height: 22px;
  transition: 0.5s;
  color: #000;
}

section.healthTeam .teamBox .teamText span {
  display: inline-block;
  font-size: 10px;
  color: #0093d8;
  line-height: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  transition: 0.5s;
}

section.healthTeam .teamBox .teamText .header {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 10px;
  transition: 0.4s;
  transform: translate(-10px, 0px);
}

section.healthTeam .teamBox .teamText p {
  color: #fff;
  font-weight: 400;
  line-height: 22px;
  font-size: 12px;
  opacity: 80%;
}

section.healthTeam .teamBox .teamText .card-link {
  display: inline-block;
}

section.healthTeam .teamBox .teamText .card-link a {
  display: inline-block;
  text-decoration: underline;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

section.healthTeam .teamBox:hover {
  background: #0093d8;
}

section.healthTeam .teamBox:hover .teamImg img {
  transform: scaleY(1.05) translate(0px, -10px);
}

section.healthTeam .teamBox:hover .teamText .header {
  transform: unset;
}

section.healthTeam .teamBox:hover .teamText h5 {
  color: #fff;
}

section.healthTeam .teamBox:hover .teamText span {
  color: #fff;
}

/* Team Section End  */

.footer-about a.ftlogo img.img-fluid {
  width: 60%;
}

/* ============ */
.login-txt form input:-webkit-autofill,
.login-txt form input:-webkit-autofill:hover,
.login-txt form input:-webkit-autofill:focus,
.login-txt form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-text-fill-color: #fff !important;
  transition: background-color 5000s ease-in-out 0s;
}

/* @media (max-width: 480px) {
  .reviewsSlider .slick-list {
    padding: 0px;
  }

  section.services {
    padding: 40px 20px;
  }

  .reviewsSlider .slick-list {
    padding: 0px;
  }
}

@media (max-width: 990px) {
  .reviewsSlider .slick-list {
    padding: 0px;
  }
} */

@media (max-width: 1440px) {
  section.services button.slick-next {
    right: 30px;
  }

  section.services ul.slick-dots {
    width: 1082px;
  }

  section.banner ul.tansk {
    gap: 20px;
    width: 15%;
    left: 640px;
    top: 52%;
  }

  section.banner .bannerTextWrap .banner_img img.img-fluid {
    height: 770px;
  }

  section.banner img.img-fluid.bannerBgImg {
    height: 890px;
  }

  section.banner ul.tansk:before {
    height: 100%;
    bottom: 132px;
  }

  section.services .ssBox {
    margin: 0px;
  }

  section.services {
    padding: 0px 30px 100px;
  }

  section.choose .colRight .listing {
    width: 56%;
  }

  section.choose .header h2 {
    font-size: 45px;
    line-height: 55px;
  }

  section.recovery .wraper .content h2 {
    font-size: 45px;
    line-height: 55px;
  }

  section.recovery .wraper .header:after {
    width: 74%;
    right: -64px;
  }

  section.recovery .wraper .content {
    padding-left: 130px;
    padding-right: 30px;
  }

  section.recovery .wraper {
    padding: 70px 0;
  }

  .reviewsSlider .slick-list {
    padding-right: 220px;
  }

  .footerSec {
    padding: 60px 60px 0px;
  }

  section.happy {
    padding: 100px 0px 100px 40px;
  }

  .ft-navLinks .linkboxt a {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 1366px) {
  header {
    padding: 0px 30px;
  }

  .menuSec ul {
    gap: 18px;
  }

  .menuSec ul li a {
    font-size: 13px;
  }

  section.banner .bannerTextWrap .container-fluid {
    padding-left: 40px;
  }

  section.banner ul.tansk {
    gap: 40px;
    width: 15%;
    left: 600px;
    top: 44%;
  }

  section.banner ul.tansk:before {
    height: 49%;
    bottom: 132px;
  }

  section.banner ul.tansk li:last-child:before {
    height: 77%;
    top: -41px;
  }

  section.about {
    padding-top: 30px;
  }

  section.about .abWrap {
    width: auto;
  }

  section.about .boxes {
    width: 65%;
  }

  section.services .ssBox .ssbox-Img1 img.img-fluid {
    height: 240px;
  }

  section.services .ssBox .ssbox-Img1 {
    margin-bottom: 10px;
  }

  .ssBox-txt {
    padding: 0px 20px 32px 20px;
  }

  section.services ul.slick-dots {
    width: 1043px;
  }

  .heading p {
    width: 65%;
  }

  .text-pricing {
    margin: 0px;
    padding: 30px 20px;
  }

  .reviewsSlider .slick-list {
    padding-right: 120px;
  }

  .ft-navLinks .linkboxt {
    width: auto;
    margin-right: 16px;
  }

  .ft-navLinks h4 {
    font-size: 16px;
  }

  .ft-navLinks .linkboxt a {
    width: 35px;
    height: 35px;
  }

  .footerSec .container-fluid > .row {
    padding-top: 50px;
  }

  .footerSec .footer-btm .row {
    margin-top: 30px;
    padding: 14px 0;
  }
}

@media (max-width: 1280px) {
  .siteBtn .p-btn span.btnTxt {
    font-size: 11px;
    line-height: 20px;
    padding: 10px 10px;
  }

  .siteBtn .p-btn span.btnImg {
    width: 40px;
    height: 42px;
  }

  section.banner ul.tansk {
    left: 570px;
    top: 44%;
  }

  .ssBox-txt {
    padding: 0px 14px 24px 14px;
  }

  .ssBox-txt p {
    font-size: 13px;
    line-height: 22px;
  }

  section.services .ssBox .header {
    padding: 7px 0;
  }

  section.services ul.slick-dots:before {
    width: 77%;
    left: 201px;
  }

  section.services button.slick-next {
    right: 20px;
  }

  section.choose {
    padding: 100px 60px;
  }

  .priceWraper::after {
    width: 100px;
    height: 100px;
    top: -140px;
    right: -80px;
  }

  section.recovery .wraper .content {
    padding-left: 90px;
    padding-right: 30px;
  }

  section.recovery .wraper {
    padding: 50px 0;
  }

  .reviewsSlider .slick-list {
    padding-right: 80px;
  }
}

@media (max-width: 1024px) {
  header {
    padding: 0 20px;
  }

  .menuSec ul {
    gap: 10px;
  }

  .menuSec ul li a {
    font-size: 12px;
    padding: 24px 5px;
  }

  .siteBtn .p-btn span.btnTxt {
    font-size: 10px;
    padding: 8px 8px;
    line-height: 18px;
  }

  .siteBtn .p-btn span.btnImg {
    width: 32px;
    height: 35px;
  }

  header .siteBtn .p-btn {
    gap: 3px;
  }

  .menuSec .siteBtn a.p-btn span.btnImg i {
    font-size: 11px;
  }

  section.banner .bannerTextWrap h2 {
    font-size: 40px;
    line-height: 50px;
  }

  section.banner .bannerTextWrap .banner_img img.img-fluid {
    height: 640px;
  }

  section.banner img.img-fluid.bannerBgImg {
    height: 740px;
  }

  section.banner .bannerTextWrap .banner_img {
    right: 10px;
  }

  section.banner ul.tansk {
    width: 20%;
    left: 382px;
    top: 51%;
    gap: 20px;
  }

  section.banner ul.tansk:before {
    height: 87%;
    bottom: 132px;
  }

  section.banner .bannerTextWrap .banner_text:before {
    width: 70px;
    height: 70px;
    right: 180px;
    bottom: -70px;
  }

  section.banner ul.tansk li:last-child:before {
    height: 39%;
    top: -21px;
  }

  section.banner .bannerTextWrap .banner_text {
    margin-bottom: 150px;
  }

  section.about .abtImges img {
    height: 500px;
  }

  section.about .boxes {
    width: 72%;
    right: -30px;
  }

  .heading p {
    width: 72%;
    font-size: 13px;
    line-height: 23px;
  }

  section.services {
    padding: 0px 10px 100px;
  }

  section.services .ssBox .ssbox-Img1 img.img-fluid {
    height: 210px;
  }

  section.services .ssBox .header h5 {
    font-size: 14px;
    line-height: 22px;
  }

  section.services .ssBox .header span {
    font-size: 15px;
    line-height: 20pz;
	display: none;
  }

  .ssBox-txt p {
    font-size: 12px;
    line-height: 20px;
  }

  section.services button.slick-prev {
    left: 84%;
  }

  section.services ul.slick-dots:before {
    width: 56%;
    left: 201px;
  }

  section.choose {
    padding: 100px 40px;
  }

  section.choose .header h2 {
    font-size: 35px;
    line-height: 35px;
  }

  section.choose .choseTxt {
    width: auto;
  }

  section.choose .choseImg1 img {
    height: 500px;
  }

  section.choose .colRight .listing {
    width: 69%;
  }

  .text-pricing ul li {
    font-size: 12px;
    line-height: 20px;
  }

  .text-pricing h2 {
    font-size: 68px;
    height: 90px;
    margin-bottom: 40px;
  }

  .text-pricing a {
    font-size: 12px;
  }

  section.recovery .wraper .content {
    padding-left: 50px;
    padding-right: 10px;
  }

  section.recovery .wraper .content h2 {
    font-size: 36px;
    line-height: 40px;
  }

  section.recovery .wraper .content p {
    font-size: 13px;
    line-height: 24px;
    width: 95%;
    margin-bottom: 20px;
  }

  section.recovery .wraper .header {
    margin-bottom: 11px;
    padding-bottom: 11px;
  }

  section.recovery .wraper {
    padding: 50px 0;
  }

  section.recovery .wraper .header:before {
    left: 177px;
  }

  section.happy {
    padding: 60px 0px 80px 20px;
  }

  .reviewsSlider .slick-list {
    padding-right: 20px;
  }

  .footerSec {
    padding: 40px 40px 0px;
  }

  .footerSec p {
    font-size: 12px;
    line-height: 20px;
  }

  .footerSec p br {
    display: none;
  }

  footer .news-letter {
    left: 20px;
  }

  footer .foot-quick-links {
    left: 0;
  }

  footer ul li a {
    font-size: 12px;
    line-height: 20px;
  }

  footer ul.social li a i {
    width: 26px;
    height: 26px;
  }

  h5.subscribe {
    margin-top: 0;
    padding-top: 0px;
  }

  .foot-products {
    left: -10px;
  }

  .ft-navLinks .linkboxt a {
    width: 25px;
    height: 25px;
  }

  .ft-navLinks .linkboxt {
    margin-right: 0;
  }

  .ft-navLinks h4 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .footerSec .footer-btm .row p {
    font-size: 12px;
    line-height: 20px;
  }

  .story_card .deets p {
    font-size: 12px;
    line-height: 20px;
  }

  section.happy .story_card {
    padding: 16px 16px;
  }
}

@media (max-width: 820px) {
  header {
    padding: 0px 10px;
  }

  .menuSec ul li a {
    font-size: 10px;
    line-height: 12px;
  }

  .menuSec ul {
    gap: 0px;
    justify-content: space-between;
    align-items: center;
  }

  .siteBtn .p-btn span.btnTxt {
    font-size: 10px;
    padding: 10px 8px;
    line-height: 20px;
  }

  .siteBtn .p-btn span.btnImg {
    width: 36px;
    height: 40px;
  }

  header .siteBtn .p-btn span.btnImg {
    width: 28px;
    height: 30px;
  }

  header .colrifht {
    padding: 0px;
  }

  header .siteBtn .p-btn span.btnTxt {
    font-size: 9px;
    line-height: 15px;
    padding: 8px 7px;
  }

  section.banner .bannerTextWrap h2 {
    font-size: 32px;
    line-height: 40px;
    margin: 0px;
    padding-bottom: 5px;
  }

  section.banner .bannerTextWrap .banner_text p {
    width: auto;
    font-size: 13px;
    line-height: 22px;
    margin: 16px 0px 18px;
  }

  section.banner .bannerTextWrap h2:before {
    width: 100%;
    bottom: -4px;
    left: 180px;
    opacity: 20%;
  }

  section.banner .bannerTextWrap h2:after {
    bottom: -4px;
    left: 180px;
  }

  section.banner .bannerTextWrap .container-fluid {
    padding-left: 24px;
  }

  section.banner .bannerTextWrap .banner_img img.img-fluid {
    height: 540px;
  }

  section.banner img.img-fluid.bannerBgImg {
    height: 620px;
  }

  section.about::before {
    width: 100px;
    height: 100px;
    left: 40px;
    top: -132px;
  }

  section.banner .bannerTextWrap .banner_text {
    margin-bottom: 120px;
  }

  section.banner ul.tansk li span {
    font-size: 13px;
    line-height: 20px;
  }

  section.banner ul.tansk {
    width: 21%;
    left: 300px;
    top: 53%;
    gap: 20px;
  }

  section.banner .bannerTextWrap .banner_text:before {
    width: 70px;
    height: 70px;
    right: 150px;
    bottom: -90px;
  }

  h2 {
    font-size: 30px;
    line-height: 35px;
  }

  p {
    font-size: 13px;
    line-height: 20px;
  }

  section.about .abWrap .row {
    align-items: center;
  }

  section.about .abtImges img {
    height: 380px;
  }

  section.about .heasder {
    margin-bottom: 10px;
    padding-bottom: 8px;
  }

  section.about {
    padding-bottom: 80px;
  }

  .heading p {
    width: 90%;
    margin-top: 10px;
  }

  section.services button.slick-prev {
    left: 79%;
  }

  section.services ul.slick-dots {
    width: 670px;
  }

  section.choose {
    padding: 80px 10px;
  }

  section.choose .colRight .listing {
    width: auto;
    padding: 16px 18px;
  }

  section.choose .row {
    align-items: center;
  }

  section.choose .choseImg1 img {
    height: 420px;
  }

  section.choose .choseImg1 {
    margin-left: 5px;
  }

  section.choose .colRight {
    padding-bottom: 18px;
  }

  .text-pricing {
    padding: 20px 10px;
  }

  .text-pricing h5 {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 10px;
  }

  .text-pricing h2 {
    font-size: 55px;
    height: 70px;
    margin-bottom: 30px;
  }

  .text-pricing:before {
    width: 100%;
    height: 30%;
  }

  .text-pricing ul li img {
    width: 12px;
    height: 12px;
  }

  .text-pricing ul li {
    font-size: 12px;
    line-height: 14px;
  }

  .text-pricing:hover:after {
    height: 90%;
  }

  .text-pricing ul {
    margin-bottom: 16px;
  }

  .text-pricing a {
    padding: 6px 0px;
    font-size: 10px;
  }

  section.recovery .wraper {
    width: 95%;
  }

  section.recovery .wraper .content {
    padding-left: 50px;
  }

  section.recovery .wraper .content h2 {
    font-size: 30px;
    line-height: 37px;
  }

  section.recovery .wraper .content p {
    width: auto;
    font-size: 12px;
    line-height: 20px;
  }

  section.recovery .wraper .header:before {
    left: 167px;
  }

  section.recovery .wraper .recov_imgs {
    width: 65%;
  }

  .footer-about p {
    width: 80%;
  }

  .footerSec {
    padding: 40px 30px 0px;
  }

  .footerSec p {
    font-size: 13px;
    line-height: 24px;
  }

  footer h5 {
    font-size: 18px;
    line-height: 27px;
  }

  footer ul li a {
    font-size: 14px;
    line-height: 28px;
  }

  footer .col-md-6 {
    margin-bottom: 40px;
  }

  .foot-products {
    position: unset;
  }

  footer .news-letter {
    position: unset;
  }
}

@media (max-width: 768px) {
  section.banner ul.tansk {
    left: 270px;
  }

  section.services .item .ssBox {
    width: 60%;
    margin: 0px auto;
  }

  section.services .item .ssBox .ssbox-Img1 img.img-fluid {
    height: 250px;
  }

  section.services .item .ssBox .header h5 {
    font-size: 18px;
    line-height: 26px;
  }

  .item .ssBox-txt p {
    font-size: 14px;
    line-height: 24px;
  }

  section.services::before {
    background-size: cover;
  }

  section.services ul.slick-dots {
    width: 597px;
  }

  section.choose .header h2 {
    font-size: 30px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  header {
    position: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
  }

  header .menuSec img.img-fluid.siteLogo {
    display: inline-block;
    width: 60%;
  }

  header .colrifht {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  header .siteBtn .p-btn span.btnTxt {
    font-size: 12px;
    line-height: 18px;
    padding: 12px 14px;
  }

  header .siteBtn .p-btn span.btnImg {
    width: 44px;
    height: 43px;
  }

  .menuSec .siteBtn a.p-btn span.btnImg i {
    font-size: 14px;
  }

  section.banner img.img-fluid.bannerBgImg {
    height: 560px;
  }

  section.banner .bannerTextWrap .banner_img img.img-fluid {
    height: 680px;
  }

  section.banner .bannerTextWrap .banner_img {
    bottom: -149px;
  }

  section.banner ul.tansk {
    top: 46%;
  }

  section.about .abtImges img {
    width: auto;
    height: 510px;
  }

  section.about .aboutText {
    margin-top: 30px;
  }

  section.choose {
    padding: 80px 40px;
  }

  section.choose .choseTxt {
    margin-bottom: 40px;
  }

  section.choose .choseImg1 img {
    width: auto;
  }

  .text-pricing {
    width: 80%;
    margin: 0px auto;
    padding: 30px;
    margin-bottom: 40px;
  }

  .text-pricing h5 {
    font-size: 16px;
    line-height: 26px;
  }

  .text-pricing h2 {
    font-size: 65px;
    height: 90px;
    margin-bottom: 60px;
    line-height: 70px;
  }

  .text-pricing:before {
    height: 35%;
  }

  .text-pricing p {
    font-size: 14px;
    line-height: 26px;
  }

  .text-pricing ul li {
    font-size: 14px;
    line-height: 26px;
  }

  .text-pricing ul li img {
    width: 14px;
    height: 14px;
  }

  .text-pricing ul {
    margin-bottom: 24px;
  }

  .text-pricing a {
    font-size: 16px;
    padding: 12px 0px;
  }

  .pricing {
    padding-bottom: 40px;
  }

  section.recovery .wraper .content {
    padding: 0px;
  }

  section.recovery .wraper .recov_imgs {
    position: unset;
    width: 80%;
    margin: 0px auto;
  }

  section.recovery .wraper .content {
    text-align: center;
    width: 80%;
    margin: 0px auto;
    padding: 0px;
    padding-top: 50px;
  }

  .ft-navLinks .linkboxt {
    margin-bottom: 23px;
    width: 42%;
  }

  .footer-about a.ftlogo img.img-fluid {
    width: 30%;
  }

  .footer-about p {
    width: 50%;
  }
}

@media (max-width: 480px) {
  header .row {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: center;
  }

  header {
    padding: 20px 10px;
  }

  header .siteBtn {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  header .menuSec img.img-fluid.siteLogo {
    width: auto;
  }
  section.banner img.img-fluid.bannerBgImg {
    height: 1000px;
    object-fit: cover;
    object-position: 98% 100%;
  }

  section.banner {
    clip-path: unset;
  }

  section.banner .bannerTextWrap .banner_img {
    position: unset;
  }

  section.banner .bannerTextWrap .banner_text {
    margin: 50px 0 40px;
    text-align: center;
  }

  section.banner .bannerTextWrap .container-fluid {
    padding: 0 12px;
  }

  section.banner .bannerTextWrap .banner_text:before {
    bottom: -20px;
    right: 119px;
  }

  section.banner .bannerTextWrap .banner_img img.img-fluid {
    display: table;
    margin: 0px auto;
  }

  section.banner .bannerTextWrap .banner_img img.img-fluid {
    margin: 0px auto;
    width: auto;
    height: 430px;
  }

  section.banner ul.tansk {
    position: unset;
    width: 40%;
    margin: 0px auto;
  }

  section.banner ul.tansk:before {
    display: none;
  }

  section.about .abWrap {
    padding: 60px 20px;
  }

  section.about .abtImges img {
    height: 480px;
  }

  .heading p {
    width: auto;
  }

  section.services::after {
    width: 60px;
    height: 40px;
    right: -20px;
    background-size: 100% 100%;
  }

  section.services .item .ssBox {
    width: 100%;
  }

  section.services button.slick-next {
    display: none !important;
  }

  section.services button.slick-prev {
    display: none !important;
  }

  section.services ul.slick-dots:before {
    display: none;
  }

  section.services ul.slick-dots {
    width: auto;
    justify-content: center;
    align-items: center;
    right: 0;
    left: 0;
  }

  section.choose {
    padding: 80px 20px;
  }

  section.recovery .wraper .recov_imgs {
    width: 100%;
  }

  section.recovery .wraper .content {
    width: 95%;
  }

  section.recovery .wraper {
    object-fit: cover;
    object-position: center;
  }
}

@media (max-width: 390px) {
  section.banner ul.tansk {
    width: 60%;
  }

  section.banner .bannerTextWrap .banner_text p {
    font-size: 12px;
    line-height: 24px;
  }

  section.about .abtImges img {
    height: 380px;
    object-fit: cover;
  }

  section.about .boxes {
    width: 82%;
    right: -10px;
  }

  section.about .abWrap {
    padding: 50px 10px;
  }

  .heading p {
    font-size: 12px;
    line-height: 20px;
  }

  section.services .item .ssBox .ssbox-Img1 img.img-fluid {
    height: 200px;
  }

  section.services .item .ssBox .header h5 {
    font-size: 14px;
    line-height: 22px;
  }

  .item .ssBox-txt p {
    font-size: 12px;
    line-height: 20px;
  }

  section.services .item {
    padding: 20px 0;
  }

  section.services .item .ssBox {
    transform: scale(1.1);
  }

  section.choose .header h2 {
    font-size: 22px;
    line-height: 30px;
  }

  section.choose .colRight .listing {
    left: 0;
    padding: 12px 11px;
  }

  .listing ul span {
    font-size: 12px;
    line-height: 20px;
  }

  section.choose .choseImg1 img {
    height: 370px;
  }

  .text-pricing {
    width: auto;
  }

  section.happy {
    padding: 60px 0 80px;
  }

  .ft-navLinks .linkboxt {
    width: auto;
  }

  .footer-about a.ftlogo img.img-fluid {
    width: 60%;
  }

  .footer-about p {
    width: auto;
  }

  .footerSec {
    padding: 40px 20px 0px;
  }

  section.banner .bannerTextWrap .row {
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
  }
}
