@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --font-family: "Poppins";
  --greenColor: #00674c;
  --orangeColor: #ff8601;
}

body {
  overflow-x: hidden !important;
}

::-moz-selection {
  color: white;
  background-color: #ff8401;
}

::selection {
  color: white;
  background-color: #ff8401;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font-family);
  transition: 0.3s;
}

.overflow-hidden-home {
  overflow-x: hidden !important;
}

a {
  text-decoration: none;
  color: black;
}

header {
  box-shadow: 10px 0px 20px -8px gray;
}

#marque {
  background-image: url("../public/one.webp");
  background-repeat: repeat-x;
  background-size: 15%;
  display: flex;
  gap: 2rem;
  align-items: center;
  font-size: 1rem;
  height: 2rem;
  position: relative;
  z-index: 5;
}
#marque::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.34);
  z-index: -1;
}
#marque ul {
  display: flex;
  margin-top: 1rem;
  gap: 0rem;
  justify-content: space-around;
  padding: 0.2rem;
}
#marque ul li {
  color: #00674c;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.7215686275);
  padding: 0 2rem;
  list-style: none;
}

#strip {
  background-color: #ff8601;
  height: 2.5rem;
}
#strip li {
  list-style: none;
}
#strip li i {
  font-size: 1.2rem;
  color: white;
  margin: 0 0.5rem;
}
#strip a {
  text-decoration: none;
  color: white;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
}
#strip ul {
  display: flex;
  gap: 1.2rem;
}
#strip .container .row {
  padding: 0.4rem 0rem 0 0;
}
#strip .container .row .left ul {
  margin-left: -1.2rem;
}

.navBar .row .left a img {
  width: 70%;
  padding-top: 1.2rem !important;
}
.navBar .row .mid {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navBar .row .mid li {
  list-style: none;
  padding: 0.5rem 0;
}
.navBar .row .mid #course .dropdown-menu {
  box-shadow: 0 0 20px -6px gray;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 15rem;
  justify-content: start !important;
  position: absolute;
  left: 0;
  top: 2.25rem;
  display: none;
  border: none;
}
.navBar .row .mid #course .dropdown-menu .courseInner {
  background: transparent !important;
}
.navBar .row .mid #course .dropdown-menu a {
  transition: 0.2s;
  margin: 0rem 0rem;
  padding: 0.4rem 1.4rem;
}
.navBar .row .mid #course .dropdown-menu a:hover {
  background-color: #ff8601;
  color: white;
}
.navBar .row .mid #course i {
  transition: 0.3s;
}
.navBar .row .mid #course:hover .dropdown-menu {
  display: flex;
}
.navBar .row .mid #course:hover i {
  rotate: 180deg;
}
.navBar .row .mid a {
  text-decoration: none;
  color: black;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.navBar .row .mid ul {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
  align-items: end;
}
.navBar .row .mid ul li {
  position: relative;
}
.navBar .row .mid ul li a {
  display: flex;
  align-items: center;
}
.navBar .row .mid ul li a i {
  margin: 0 0.5rem;
}
.navBar .row .mid #shop .serviceInner:hover {
  background: transparent;
}
.navBar .row .mid #shop .dropdown-menu {
  box-shadow: 0 0 20px -6px gray;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 15rem;
  justify-content: start !important;
  position: absolute;
  left: 0;
  top: 2.25rem;
  display: none;
  border: none;
}
.navBar .row .mid #shop .dropdown-menu .courseInner {
  background: transparent !important;
}
.navBar .row .mid #shop .dropdown-menu a {
  transition: 0.2s;
  padding: 0.4rem 1.4rem;
}
.navBar .row .mid #shop .dropdown-menu a:hover {
  background-color: #ff8601;
  color: white;
}
.navBar .row .mid #shop:hover .dropdown-menu {
  display: flex;
}
.navBar .row .mid #shop i {
  transition: 0.3s;
}
.navBar .row .mid #shop:hover i {
  rotate: 180deg;
}
.navBar .row .mid #services .dropdown-menu {
  box-shadow: 0 0 20px -6px gray;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 15rem;
  justify-content: start !important;
  position: absolute;
  left: 0;
  top: 2.25rem;
  display: none;
  border: none;
}
.navBar .row .mid #services .dropdown-menu .courseInner {
  background: transparent !important;
}
.navBar .row .mid #services .dropdown-menu a {
  transition: 0.2s;
  margin: 0rem 0rem;
  padding: 0.4rem 1.4rem;
}
.navBar .row .mid #services .dropdown-menu a:hover {
  background-color: #ff8601;
  color: white;
}
.navBar .row .mid #services .dropdown-menu .serviceInner:hover {
  background: transparent;
}
.navBar .row .mid #services:hover .dropdown-menu {
  display: flex;
}
.navBar .row .mid #services i {
  transition: 0.3s;
}
.navBar .row .mid #services:hover i {
  rotate: 180deg;
}
.navBar .row .right {
  display: flex;
  align-content: center;
  justify-content: end;
}
.navBar .row .right .cardBtn .a {
  text-decoration: none;
  color: white;
  position: relative;
  margin-top: 1rem;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 1rem;
  border-radius: 5rem;
  padding: 0.2rem;
  padding-right: 0rem;
  width: 13rem;
  height: 3.25rem;
  margin-bottom: 1rem;
  transition: 0.5s;
}
.navBar .row .right .cardBtn .a .cartUl {
  transition: 0.5s;
  position: absolute;
  left: -9rem;
  top: 3.2rem;
  z-index: 8;
  padding: 1rem 1rem;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 16px -4px gray;
  width: 25rem;
  display: none;
}
.navBar .row .right .cardBtn .a .cartUl .row {
  padding: 0rem 0 0 0;
  position: relative;
}
.navBar .row .right .cardBtn .a .cartUl .row i {
  position: absolute;
  padding: 0.5rem 0rem;
  border-radius: 5rem;
  color: black;
  font-size: 1.2rem;
  width: 2.5rem;
  text-align: center;
  display: grid;
  place-items: center;
  right: 0.5rem;
}
.navBar .row .right .cardBtn .a .cartUl .row i:hover {
  cursor: pointer;
}
.navBar .row .right .cardBtn .a .cartUl .row .imbBox img {
  text-align: start;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.navBar .row .right .cardBtn .a .cartUl .row .right .content h4 {
  font-size: 1rem;
  font-weight: 600;
}
.navBar .row .right .cardBtn .a .cartUl .row .right .content h5 {
  font-size: 1rem;
  font-weight: 500;
  opacity: 0.7;
}
.navBar .row .right .cardBtn .a .cartUl .row .right .content .span1 {
  display: block;
  margin-bottom: 0.3rem;
}
.navBar .row .right .cardBtn .a .cartUl .row .right .content .span1 input {
  width: 10%;
  text-align: center;
  background-color: white;
  border: 1px solid rgb(216, 216, 216);
  border-radius: 0.2rem;
  color: black;
  font-size: 1rem;
}
.navBar .row .right .cardBtn .a .cartUl .row .right .content .span1 button {
  border: none;
  width: 10%;
  font-weight: 500;
  border: 1px solid rgb(216, 216, 216);
  border-radius: 0.2rem;
}
.navBar .row .right .cardBtn .a .cartUl .row .right .content .span1 button:hover {
  background-color: #00674c;
  color: white;
}
.navBar .row .right .cardBtn .a .cartUl .row .right .content .span2 {
  font-size: 0.8rem;
  font-weight: 600;
  color: #ff8601;
}
.navBar .row .right .cardBtn .a .cartUl .subtotal {
  display: flex;
  justify-content: space-between;
}
.navBar .row .right .cardBtn .a .cartUl .subtotal span {
  font-size: 1.2rem;
  font-weight: 600;
  opacity: 0.8;
}
.navBar .row .right .cardBtn .a .cartUl .heading {
  margin: 1rem 0;
}
.navBar .row .right .cardBtn .a .cartUl .heading .headingLine {
  width: 100%;
  font-size: 0.8rem;
  font-weight: 600;
  opacity: 0.7;
}
.navBar .row .right .cardBtn .a .cartUl .heading .imgB {
  overflow: hidden;
}
.navBar .row .right .cardBtn .a .cartUl .heading .imgB img {
  width: 100%;
  border-radius: 5rem;
  height: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0.5px solid rgb(212, 212, 212);
}
.navBar .row .right .cardBtn .a .cartUl .buttonDiv a {
  display: block;
  margin: 1rem 0;
  text-align: center;
  font-size: 0.9rem;
  padding: 0.5rem 0;
  border-radius: 0.5rem;
  color: white;
  text-transform: uppercase;
}
.navBar .row .right .cardBtn .a .cartUl .buttonDiv .one {
  background-color: #00674c;
}
.navBar .row .right .cardBtn .a .cartUl .buttonDiv .one:hover {
  background-color: #000;
  color: white;
}
.navBar .row .right .cardBtn .a .cartUl .buttonDiv .two {
  background-color: #ff8601;
}
.navBar .row .right .cardBtn .a .cartUl .buttonDiv .two:hover {
  background-color: #000;
  color: white;
}
.navBar .row .right .cardBtn .a:hover .cartUl {
  background-color: rgb(255, 255, 255);
  color: black;
  display: block;
}
.navBar .row .right .cardBtn .a p {
  padding: 0.7rem 0.2rem;
  background-color: var(--greenColor);
  border-radius: 5rem;
  padding-right: 1rem;
  width: 85%;
}
.navBar .row .right .cardBtn .a p i {
  padding: 0 0.2rem;
  font-size: 0.9rem;
  background: transparent;
  color: white;
}
.navBar .row .right .cardBtn .a p span {
  margin-right: 0.5rem;
}
.navBar .row .right .cardBtn .a .count {
  background-color: rgb(233, 233, 233);
  padding: 0.1rem 0.5rem;
  border-radius: 5rem;
  position: absolute;
  right: 1.2rem;
  top: -0.5rem;
  color: black;
}

#new_banner .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
#new_banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #ff8601;
  width: 10px;
  height: 10px;
}
#new_banner .swiper-slider {
  padding: 0;
}
#new_banner img {
  width: 100%;
}
#new_banner .mySwiper10 .swiper-wrapper .swiper-slide .contentDiv {
  position: relative;
}
#new_banner .mySwiper10 .swiper-wrapper .swiper-slide .contentDiv .imgD {
  z-index: 5;
}
#new_banner .mySwiper10 .swiper-wrapper .swiper-slide .contentDiv .content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.637);
}
#new_banner .mySwiper10 .swiper-wrapper .swiper-slide .contentDiv .content h4 {
  font-size: 3rem;
  font-weight: 800;
}
#new_banner .mySwiper10 .swiper-wrapper .swiper-slide .contentDiv .content p {
  font-size: 2rem;
  width: 80%;
  font-weight: 300;
}
#new_banner .mySwiper10 .swiper-wrapper .swiper-slide .contentDiv a {
  background-color: #ff8601;
  font-size: 1.2rem;
  font-weight: 600;
  color: white;
  padding: 0.5rem 2rem;
  border-radius: 0.5rem;
}
#new_banner .mySwiper10 .swiper-wrapper .swiper-slide .contentDiv a:hover {
  background-color: #000;
}

.phoneNavBar {
  display: none;
}
.phoneNavBar .row .left {
  width: 40%;
}
.phoneNavBar .row .left a img {
  width: 150%;
  margin-top: 0rem;
  padding: 0.3rem;
}
.phoneNavBar .row .mid {
  transition: 0.1s;
  display: flex;
  align-items: start;
  justify-content: start;
  position: fixed;
  left: 0;
  top: 0rem;
  background-color: white;
  box-shadow: 0 0 20px -6px gray;
  z-index: 500;
  width: 90%;
  height: 100vh;
  transform: translateX(-100%);
  padding: 5rem 0 0 0;
  overflow: hidden;
}
.phoneNavBar .row .mid .accordion-item .accordion-header .accordion-button {
  box-shadow: unset !important;
  background: transparent;
  padding: 0.5rem 0;
  font-size: 1.3rem;
  font-weight: 600;
  color: #545454;
}
.phoneNavBar .row .mid .accordion-item {
  border: none;
}
.phoneNavBar .row .mid #closeMenu {
  position: fixed;
  top: 0.9rem;
  right: 2rem;
  font-size: 2rem;
  background-color: var(--orangeColor);
  padding: 0.7rem 1rem;
  border-radius: 5rem;
  color: white;
  cursor: pointer;
}
.phoneNavBar .row .mid #accordionExample {
  width: 70vw;
}
.phoneNavBar .row .mid li {
  width: 100%;
  list-style: none;
  margin: 1rem 0;
}
.phoneNavBar .row .mid li a {
  font-size: 1.2rem;
  font-weight: 600;
  color: #545454;
}
.phoneNavBar .row .right {
  display: flex;
  align-content: center;
  justify-content: end;
}
.phoneNavBar .row .right #menuIcons {
  font-size: 1.2rem;
  margin-top: -2rem;
}
.phoneNavBar .row .right .cardBtn {
  margin-top: -3.6rem;
  position: relative;
}
.phoneNavBar .row .right .cardBtn a {
  text-decoration: none;
  color: white;
  position: relative;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 1rem;
  border-radius: 5rem;
  padding: 0.2rem;
  padding-right: 0rem;
}
.phoneNavBar .row .right .cardBtn a i {
  padding: 0.5rem 1rem;
  background-color: white;
  border-radius: 5rem;
  color: black;
  font-size: 1rem;
}
.phoneNavBar .row .right .cardBtn a p {
  padding: 0.2rem 0.4rem;
  background-color: var(--greenColor);
  border-radius: 5rem;
}
.phoneNavBar .row .right .cardBtn a p i {
  padding: 0;
  font-size: 1rem;
  background: transparent;
  color: white;
}
.phoneNavBar .row .right .cardBtn a span {
  background-color: rgb(233, 233, 233);
  padding: 0.1rem 0.5rem;
  border-radius: 5rem;
  position: absolute;
  right: -0.8rem;
  top: -0.5rem;
  color: black;
}

#banner {
  width: 100vw;
  height: 75vh;
  position: relative;
}
#banner div {
  position: absolute;
}
#banner .backgroungBox {
  z-index: 5;
  height: 100%;
  width: 100vw;
}
#banner .backgroungBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#banner .overlay {
  z-index: 15;
  height: 100%;
  width: 100vw;
  background-color: rgba(255, 152, 56, 0.368627451);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  text-align: center !important;
}
#banner .overlay h2 {
  margin-bottom: 0rem;
  font-size: 4rem;
  color: white;
}
#banner .overlay div {
  margin: 2rem 0;
  top: 25rem;
}
#banner .overlay div a {
  text-decoration: none;
  color: white;
  background-color: var(--orangeColor);
  font-size: 1.3rem;
  padding: 1rem 6rem;
  margin: 0 1rem;
  border-radius: 0.8rem;
  transition: 0.3s;
}
#banner .overlay div a:hover {
  background-color: black;
  color: white;
}
#banner .circleBox {
  z-index: 10;
  height: 100%;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner .circleBox img {
  width: 100%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

#services .container-fluid h2 {
  position: relative;
  display: block;
  margin: 3rem 0;
  text-align: center;
  font-weight: 700;
}
#services .container-fluid h2::after {
  content: "";
  position: absolute;
  width: 10%;
  height: 15%;
  background-color: var(--orangeColor);
  left: 50%;
  bottom: -25%;
  transform: translate(-50%, -50%);
}
#services .container-fluid .row {
  padding: 0 1rem 0 2rem;
  justify-content: center;
  width: 100%;
  margin-bottom: 5rem;
}
#services .container-fluid .row div {
  text-align: center;
  overflow: hidden;
  margin-bottom: 2rem;
  position: relative;
  color: white;
}
#services .container-fluid .row div .contentBox {
  overflow: hidden;
  transition: 0.3s;
  border-radius: 2rem;
  height: 300px;
  width: 100%;
}
#services .container-fluid .row div .contentBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
#services .container-fluid .row div .contentBox:hover img {
  scale: 1.1;
}
#services .container-fluid .row div .contentBox:hover .headingBox {
  background-color: #ff8601;
}
#services .container-fluid .row div .contentBox .headingBox {
  background-color: rgba(0, 0, 0, 0.753);
  transform: translateY(-100%);
  margin-bottom: -12.5rem;
  padding: 1rem 0;
  z-index: 5;
}
#services .container-fluid .row div .contentBox .headingBox h5 {
  font-size: 1.6rem;
  padding: 0rem 0;
}
#services .container-fluid .row div .contentBox .headingBox a {
  color: white;
}
#services .container-fluid .row div .contentBox .headingBox i {
  background-color: var(--orangeColor);
  width: 5rem;
  padding: 1.2rem 0;
  justify-content: center;
  font-size: 2.5rem;
  border-radius: 5rem;
}
#services .container-fluid .row .showallBtn {
  text-align: center;
  width: 15%;
  font-size: 1.3rem;
  padding: 0.5rem 2rem;
  background-color: var(--orangeColor);
  color: white;
  border-radius: 0.5rem;
  transition: 0.3s;
}
#services .container-fluid .row .showallBtn i {
  transition: 0.3s;
  font-size: 1.2rem;
}
#services .container-fluid .row .showallBtn:hover {
  background-color: black;
  color: white;
}
#services .container-fluid .row .showallBtn:hover i {
  padding-left: 1rem;
}

.counter_session .counter4 {
  display: none;
}

#counters-home {
  margin-bottom: 5rem;
}
#counters-home .row {
  text-align: center;
  padding: 2rem 0;
}
#counters-home .row h4 {
  font-size: 4rem;
  font-weight: 700;
  color: var(--orangeColor);
}
#counters-home .row h5 {
  color: var(--orangeColor);
  font-size: 1.1rem;
  font-weight: 500;
}

#slider {
  margin: 5rem 0;
}
#slider .mySwiper1 .swiper-button-next,
#slider .mySwiper1 .swiper-button-prev {
  background-color: rgba(255, 166, 0, 0.63);
  padding: 2rem 2rem;
  border-radius: 5rem;
}
#slider .mySwiper1 .swiper-button-next:after,
#slider .mySwiper1 .swiper-button-prev:after {
  font-size: 1.5rem;
  color: white;
}
#slider .mySwiper1 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
#slider .mySwiper1 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #ff9838;
}
#slider .mySwiper1 .swiper-wrapper .swiper-slide {
  margin: 0.5rem;
  width: 20%;
}
#slider .mySwiper1 .swiper-wrapper .swiper-slide .contentDiv {
  margin: 2rem 0;
  box-shadow: 0px 0px 20px -12px gray;
  border: 1px solid rgb(212, 212, 212);
  text-align: center;
  padding: 2rem 2rem;
  border-radius: 2rem;
}
#slider .mySwiper1 .swiper-wrapper .swiper-slide .contentDiv h4 {
  font-size: 1.2rem;
}
#slider .mySwiper1 .swiper-wrapper .swiper-slide .contentDiv p {
  margin-bottom: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
#slider .mySwiper1 .swiper-wrapper .swiper-slide .contentDiv a {
  background-color: #ff8601;
  color: white;
  padding: 0.5rem 2rem;
  border-radius: 0.5rem;
}
#slider .mySwiper1 .swiper-wrapper .swiper-slide .contentDiv a:hover {
  background-color: black;
}
#slider .mySwiper1 .swiper-wrapper .swiper-slide img {
  width: 50%;
  height: 10rem;
  -o-object-fit: fill;
     object-fit: fill;
  padding: 0.5rem;
}
#slider .row .headingB {
  display: grid;
  place-items: center;
}
#slider .row .headingB .contentBox {
  background-color: #ff9838;
  height: 85%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: start;
  border-radius: 2rem;
  padding-left: 3rem;
}
#slider .row .headingB .contentBox h2 {
  font-size: 3rem;
  font-weight: 800;
}
#slider .row .headingB .contentBox div {
  background-color: rgb(255, 255, 255);
  width: 70%;
  height: 1.5%;
}

#productStore .container .headingDiv {
  margin-bottom: 2rem;
}
#productStore .container .headingDiv h2 {
  position: relative;
  display: block;
  margin: 5rem 0;
  text-align: center;
  font-weight: 700;
}
#productStore .container .headingDiv h2::after {
  content: "";
  position: absolute;
  width: 20%;
  height: 15%;
  background-color: var(--orangeColor);
  left: 50%;
  bottom: -1rem;
  transform: translate(-50%, -50%);
}
#productStore .container .row {
  padding: 0 0.5rem;
  margin-top: 1rem;
}
#productStore .container .row .boxes .contentBox {
  margin: 0.5rem;
}
#productStore .container .row .boxes .contentBox .heading h4 {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: start;
  opacity: 0.85;
  padding: 1rem 0.8rem;
  color: #000000;
}
#productStore .container .row .boxes .contentBox .heading h4 span {
  font-weight: 600;
}
#productStore .container .row .boxes .contentBox .imgDiv {
  overflow: hidden;
  border-radius: 1rem;
  width: 100%;
  height: 10rem;
  display: grid;
  place-items: center;
}
#productStore .container .row .boxes .contentBox .imgDiv img {
  width: 100%;
  transition: 0.5s;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
#productStore .container .row .boxes .contentBox .imgDiv:hover img {
  scale: 1.2;
}

#testimonials {
  text-align: center;
  margin: 8rem 0;
}
#testimonials h2 {
  position: relative;
  display: block;
  margin: 5rem 0 0 0;
  text-align: center;
  font-weight: 700;
}
#testimonials h2::after {
  content: "";
  position: absolute;
  width: 10%;
  height: 15%;
  background-color: var(--orangeColor);
  left: 50%;
  bottom: -25%;
  transform: translate(-50%, -50%);
}
#testimonials .row .mySwiper2 .swiper-wrapper .swiper-slide .contentDiv {
  margin: 2rem;
  padding: 1.5rem;
  border-radius: 0.5rem;
}
#testimonials .row .mySwiper2 .swiper-wrapper .swiper-slide .contentDiv .secondQ {
  width: 100%;
  display: flex;
  justify-content: end;
}
#testimonials .row .mySwiper2 .swiper-wrapper .swiper-slide .contentDiv .secondQ img {
  width: 5%;
  height: 5%;
  -o-object-fit: cover;
     object-fit: cover;
  rotate: 180deg;
  opacity: 0.1;
}
#testimonials .row .mySwiper2 .swiper-wrapper .swiper-slide .contentDiv .firstq {
  width: 100%;
  display: flex;
  justify-content: start;
}
#testimonials .row .mySwiper2 .swiper-wrapper .swiper-slide .contentDiv .firstq img {
  width: 5%;
  height: 5%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.1;
}
#testimonials .imgDiv img {
  width: 100%;
}
#testimonials .contentDiv {
  width: 80%;
}
#testimonials .swiper-slide {
  display: flex;
  justify-content: center;
}
#testimonials span img {
  width: 5rem;
  height: 5rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10rem;
}

#whyChseus h2 {
  position: relative;
  display: block;
  margin-bottom: 5rem;
  text-align: center;
  font-weight: 700;
}
#whyChseus h2::after {
  content: "";
  position: absolute;
  width: 10%;
  height: 15%;
  background-color: var(--orangeColor);
  left: 50%;
  bottom: -40%;
  transform: translate(-50%, -50%);
}
#whyChseus .row .first {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  transform: translateX(20%);
}
#whyChseus .row .first .row {
  align-items: center;
  margin: 1rem 0;
}
#whyChseus .row .first .row .col-9 {
  text-align: end;
}
#whyChseus .row .first .row .col-3 {
  display: flex;
  justify-content: end;
  align-items: end;
}
#whyChseus .row .first .row .col-3 img {
  width: 60%;
  padding: 5px 5px;
  border-radius: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#whyChseus .row .first .contentDiv2 {
  margin-right: 5rem;
}
#whyChseus .row .second .imgBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
#whyChseus .row .second .imgBox img {
  width: 60%;
}
#whyChseus .row .third {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  transform: translateX(-20%);
}
#whyChseus .row .third .row {
  margin: 1rem 0;
  align-items: center;
}
#whyChseus .row .third .row img {
  width: 90%;
  padding: 5px 5px;
  border-radius: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#whyChseus .row .third .row .col-3 {
  width: 4rem;
}
footer {
  width: 100vw;
  background-image: url("../public/img/banner3.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 5;
}
footer::after {
  content: "";
  background-color: rgba(0, 103, 76, 0.9333333333);
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
footer a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-size: 0.9rem !important;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer li {
  list-style: none;
  color: white;
  font-size: 0.9rem;
}
footer p {
  color: white;
  text-align: center;
  padding: 0 1rem 0 0;
  font-size: 0.9rem;
}
footer h4 {
  color: #ffffff;
}
footer hr {
  color: white;
  opacity: 0.8;
}
footer h6 {
  color: white;
}
footer .container-fluid {
  background-color: #ff8601;
  width: 100%;
  height: 22%;
  display: flex;
  align-items: center;
}
footer .container-fluid .row {
  justify-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
footer .container-fluid .row .two {
  border-left: 2px solid rgba(255, 255, 255, 0.541);
  border-right: 2px solid rgba(255, 255, 255, 0.541);
}
footer .container-fluid .row .three {
  border-right: 2px solid rgba(255, 255, 255, 0.541);
}
footer .container-fluid .row .stripBoxs {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
footer .container-fluid .row .stripBoxs .innerContent {
  display: flex;
  flex-direction: column;
}
footer .container-fluid .row .stripBoxs .innerContent i {
  font-size: 2rem;
  color: white;
  margin: 1rem 0;
}
footer .container .row1 {
  padding: 2rem 1.5rem;
  align-items: center;
}
footer .container .row1 ul li:hover a {
  padding-left: 1rem;
}
footer .container .row1 h4 {
  color: #ff8601;
}
footer .container .row1 i {
  margin: 0 0.2rem;
  color: #ff8601;
}
footer .container .row1 .one .innerContent a img {
  width: 80%;
}
footer .container .row1 .two .innerContent {
  height: 39vh;
}
footer .container .row1 .three .innerContent {
  height: 39vh;
}
footer .container .row1 .four .innerContent {
  height: 39vh;
}
footer .container .row2 {
  padding: 2rem 0;
}
footer .container .row2 .col-xl-12 ul {
  display: flex;
  justify-content: center;
}
footer .container .row2 .col-xl-12 ul .payment-Strip {
  display: flex;
  align-items: center;
}
footer .container .row2 .col-xl-12 ul li {
  margin: 0 2rem;
}
footer .container .row2 .col-xl-12 ul li a {
  background-color: #ff9838;
  padding: 0.5rem 0.7rem;
  font-size: 1.2rem;
  border-radius: 50rem;
  color: white;
}
footer .container .row2 .col-xl-12 ul li a:hover {
  background-color: #000;
}
footer .container .row3 {
  text-align: center;
}

.phoneTransformMenu {
  transform: translateX(0%);
  transition: 0.3s;
}

.submitButton {
  text-align: center;
  width: 100%;
  font-size: 1.3rem;
  padding: 0.5rem 2rem;
  background-color: var(--orangeColor);
  color: white;
  border-radius: 0.5rem;
  transition: 0.3s;
  border: 3px solid #fff;
}

.submitButton:hover {
  text-align: center;
  width: 100%;
  font-size: 1.3rem;
  padding: 0.5rem 2rem;
  background-color: black;
  color: white;
  border-radius: 0.5rem;
  transition: 0.3s;
}

.form-section {
  background: #eeeeee !important;
  padding: 50px;
  border-radius: 20px;
}

.form-fields {
  padding: 10px 10px;
}

.form-control {
  padding: 0.8rem 0.75rem !important;
  border-color: rgba(255, 132, 1, 0.3098039216);
}

.form-control:focus {
  border-color: #ff8601;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 134, 1, 0.25);
}

.w-700 {
  font-weight: 700;
}

.orange {
  color: #ff8601;
}

.hr_orange {
  color: #ff8601;
}

#contactPage .container-fluid h3 {
  position: relative;
  display: block;
  margin-bottom: 2rem;
  margin-left: -18px;
  text-align: left;
  font-weight: 700;
}
#contactPage .container-fluid h3::after {
  content: "";
  position: absolute;
  width: 10%;
  height: 15%;
  background-color: var(--orangeColor);
  left: 6%;
  bottom: -40%;
  transform: translate(-50%, -50%);
}
#contactPage .container-fluid .row .second .imgBox img {
  width: 100%;
}

#about_page_title .container-fluid h3 {
  position: relative;
  display: block;
  margin-bottom: 2rem;
  margin-left: -3px;
  text-align: left;
  font-weight: 700;
}
#about_page_title .container-fluid h3::after {
  content: "";
  position: absolute;
  width: 10%;
  height: 15%;
  background-color: var(--orangeColor);
  left: 6%;
  bottom: -40%;
  transform: translate(-50%, -50%);
}
#about_page_title .container-fluid .row .second .imgBox img {
  width: 100%;
}

.secondSection .row {
  align-items: center;
}

#about {
  overflow: hidden;
  width: 100vw;
  height: 75vh;
  position: relative;
}
#about div {
  position: absolute;
}
#about .backgroungBox {
  z-index: 5;
  height: 100%;
  width: 100vw;
}
#about .backgroungBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#about .overlay {
  z-index: 15;
  height: 100%;
  width: 100vw;
  background-color: rgba(255, 152, 56, 0.368627451);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
}
#about .overlay h2 {
  margin-bottom: 18rem;
  font-size: 5rem;
  color: white;
}
#about .overlay div {
  margin: 2rem 0;
}
#about .overlay div a {
  text-decoration: none;
  color: white;
  background-color: var(--orangeColor);
  font-size: 1.3rem;
  padding: 1rem 6rem;
  margin: 0 2rem;
  border-radius: 0.8rem;
  transition: 0.3s;
}
#about .overlay div a:hover {
  background-color: black;
  color: white;
}
#about .circleBox {
  z-index: 10;
  height: 100%;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#about .circleBox img {
  width: 100%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.about-section {
  background-image: url("../public/img/about_image.jpg");
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about_overlay {
  z-index: 15;
  height: 100%;
  width: 100vw;
  background-color: black;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: white;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
}
.about_overlay h2 {
  font-size: 1.8rem;
  color: white;
  margin-left: 7rem;
}

.about_section {
  padding: 50px 0px;
}

.about_image_sec_1 {
  text-align: right;
}

.firstSectionRow {
  align-items: center;
}
.about_image_sec_2 {
  margin-top: -500px;
}

.about_image_1 {
  width: 100%;
  height: auto;
}

.about_image_2 {
  width: 65%;
  height: 600px;
}

.founder_image {
  width: 100%;
  height: 550px;
}

#about_page_title ul {
  padding-left: 0rem;
}

#about_page_title ul li {
  list-style: none;
}

#about_page_title ul li i {
  margin-right: 0.5rem;
  /* Adjust the space between the icon and the text */
  color: #ff8601;
}

.menu_icon_style {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.2rem;
}

span.menu_cart_box {
  background: #fff;
  padding: 0.5rem;
  border-radius: 50%;
}

span.menu_cart_box .menu_cart_button {
  color: #000 !important;
}

#counters-home {
  background-image: url("../public/img/counter_bg.jpg");
  height: 350px;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.coun_session_1 {
  background: #fff;
  border-radius: 2rem;
  padding: 2rem;
}

.counter_ovrelay {
  z-index: 15;
  height: 100%;
  width: 100vw;
  background-color: #00674c;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: white;
}
.counter_ovrelay h2 {
  font-size: 1.8rem;
  color: white;
  margin-left: 7rem;
}

#counters-home .container-fluid .col-lg-4 {
  flex: 0 0 auto;
  width: 30.333333%;
}

#counters-home .row .left .container-fluid {
  padding-top: 2rem;
}

#counter_page_title .container-fluid h3 {
  position: relative;
  display: block;
  margin-bottom: 2rem;
  margin-left: 1.3rem;
  text-align: left;
  font-weight: 700;
}
#counter_page_title .container-fluid h3::after {
  content: "";
  position: absolute;
  width: 10%;
  height: 15%;
  background-color: #ff8601;
  left: 6%;
  bottom: -40%;
  transform: translate(-50%, -50%);
}
#counter_page_title .container-fluid .row .second .imgBox img {
  width: 100%;
}

#counters-home .container-fluid #counter_page_title p {
  text-align: left;
  margin-left: 1.3rem;
}

#slider .container {
  max-width: 95%;
}

#coursePage {
  padding: 0;
  margin: 0;
}
#coursePage #bannerSer {
  display: grid;
  place-items: center;
}
#coursePage #bannerSer .container-fluid {
  background-image: url("../public/img/ServiceBg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#coursePage #bannerSer .container-fluid .mrow {
  background-color: rgba(31, 31, 31, 0.738);
  height: 70vh;
  color: white;
  padding: 1rem 0;
}
#coursePage #bannerSer .container-fluid .mrow span {
  color: white;
  display: block;
  width: 50%;
  text-align: center;
  padding: 1rem;
}
#coursePage #bannerSer .container-fluid .mrow span a {
  background-color: #ff8601;
  padding: 0.5rem 2rem;
  margin: 1rem;
  border-radius: 5rem;
  color: white;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
}
#coursePage #bannerSer .container-fluid .mrow span a:hover {
  background-color: #ffffff;
  color: #000;
}
#coursePage #bannerSer .container-fluid .mrow h4 {
  width: 60%;
  text-align: start;
  font-size: 2.25rem;
  font-weight: 700;
}
#coursePage #bannerSer .container-fluid .mrow p {
  width: 50%;
  text-align: center;
}
#coursePage #bannerSer .container-fluid .mrow .col-8 h2 {
  text-align: center;
  width: 50%;
  margin-bottom: 1rem;
}
#coursePage #bannerSer .container-fluid .mrow .srow .content {
  background-color: white;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1rem 0;
  border-radius: 10px;
}
#coursePage #bannerSer .container-fluid .mrow .srow h5 {
  margin-top: 1rem;
  color: #ff8601;
}
#coursePage #bannerSer .container-fluid .mrow .srow img {
  width: 30%;
}
#coursePage #aboutSer {
  margin: 5rem 0;
}
#coursePage #aboutSer .container .rowOneS h4 {
  font-size: 2rem;
  font-weight: 600;
}
#coursePage #aboutSer .container .rowOneS .headingBox ul {
  margin: 0;
  padding: 0;
}
#coursePage #aboutSer .container .rowOneS .headingBox ul ol {
  font-size: 1.2rem;
  margin: 0.5rem 0;
}
#coursePage #aboutSer .container .rowOneS .headingBox ul ol span {
  margin: 0 0.5rem;
  font-weight: 700;
}
#coursePage #aboutSer .container .rowOneS .contentBox {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: blue;
}
#coursePage #aboutSer .container .rowTwoS {
  margin: 1rem 0;
}
#coursePage #aboutSer .container .rowTwoS .contentBox h4 {
  font-size: 2.5rem;
  font-weight: 600;
  padding: 1rem 0;
}
#coursePage #aboutSer .container .rowTwoS .contentBox ul li {
  margin: 0.5rem 0;
  font-size: 1.2rem;
}
#coursePage #aboutSer .container .rowTwoS .imgBox img {
  width: 40rem;
  height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
#coursePage #courseDetails {
  position: relative;
  margin: 5rem 0;
}
#coursePage #courseDetails .container .row {
  position: relative;
}
#coursePage #courseDetails .container .row .left .row .heading {
  width: 100%;
  text-align: center;
}
#coursePage #courseDetails .container .row .left .row .heading h4 {
  font-size: 1.7rem;
  font-weight: 500;
  text-transform: uppercase;
}
#coursePage #courseDetails .container .row .left .row .heading h4 span {
  background-color: #128308;
  padding: 0 1rem;
  color: white;
  border-radius: 0.5rem;
}
#coursePage #courseDetails .container .row .left .row .left .contentDiv {
  background-color: rgb(255, 255, 255);
  padding-top: 2rem;
}
#coursePage #courseDetails .container .row .left .row .left .contentDiv .divOne,
#coursePage #courseDetails .container .row .left .row .left .contentDiv .divTwo,
#coursePage #courseDetails .container .row .left .row .left .contentDiv .divThree,
#coursePage #courseDetails .container .row .left .row .left .contentDiv .divFour,
#coursePage #courseDetails .container .row .left .row .left .contentDiv .divFive,
#coursePage #courseDetails .container .row .left .row .left .contentDiv .divSix,
#coursePage #courseDetails .container .row .left .row .left .contentDiv .divSeven {
  padding: 2rem 1rem;
  border: 2px solid #ff8601;
  box-shadow: 0px 15px 20px -10px gray;
}
#coursePage #courseDetails .container .row .left .row .left .contentDiv .divTwo,
#coursePage #courseDetails .container .row .left .row .left .contentDiv .divThree,
#coursePage #courseDetails .container .row .left .row .left .contentDiv .divFour,
#coursePage #courseDetails .container .row .left .row .left .contentDiv .divFive,
#coursePage #courseDetails .container .row .left .row .left .contentDiv .divSix,
#coursePage #courseDetails .container .row .left .row .left .contentDiv .divSeven {
  margin: 2rem 0;
}
#coursePage #courseDetails .container .row .left .row .left .contentDiv h4 {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  color: #ff8601;
}
#coursePage #courseDetails .container .row .left .row .left .contentDiv ul {
  padding: 1rem;
}
#coursePage #courseDetails .container .row .left .row .right .contentDiv {
  background-color: rgb(255, 255, 255);
}
#coursePage #courseDetails .container .row .left .row .right .contentDiv .divOne,
#coursePage #courseDetails .container .row .left .row .right .contentDiv .divTwo,
#coursePage #courseDetails .container .row .left .row .right .contentDiv .divThree,
#coursePage #courseDetails .container .row .left .row .right .contentDiv .divFour,
#coursePage #courseDetails .container .row .left .row .right .contentDiv .divFive,
#coursePage #courseDetails .container .row .left .row .right .contentDiv .divSix,
#coursePage #courseDetails .container .row .left .row .right .contentDiv .divSeven {
  padding: 2rem 1rem;
  border: 2px solid #ff8601;
  box-shadow: 0px 15px 20px -10px gray;
  width: 100%;
}
#coursePage #courseDetails .container .row .left .row .right .contentDiv .divTwo,
#coursePage #courseDetails .container .row .left .row .right .contentDiv .divThree,
#coursePage #courseDetails .container .row .left .row .right .contentDiv .divFour,
#coursePage #courseDetails .container .row .left .row .right .contentDiv .divFive,
#coursePage #courseDetails .container .row .left .row .right .contentDiv .divSix,
#coursePage #courseDetails .container .row .left .row .right .contentDiv .divSeven {
  margin: 2rem 0;
}
#coursePage #courseDetails .container .row .left .row .right .contentDiv h4 {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  color: #ff8601;
}
#coursePage #courseDetails .container .row .left .row .right .contentDiv ul {
  padding: 1rem;
}
#coursePage #courseDetails .container .row .right .contentDiv {
  background-color: rgb(242, 242, 242);
  padding: 0rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  position: sticky;
  top: 1rem;
}
#coursePage #courseDetails .container .row .right .contentDiv h5 {
  font-size: 2rem;
  font-weight: 600;
}
#coursePage #courseDetails .container .row .right .contentDiv .DivOne {
  background-color: rgb(255, 255, 255);
  padding: 1rem;
  border: 2px solid #ff8601;
  border-radius: 0.8rem;
  width: 90%;
  margin: 1rem 0;
}
#coursePage #courseDetails .container .row .right .contentDiv .DivOne button {
  border: none;
  background-color: #ff8601;
  padding: 0.5rem 2rem;
  border-radius: 5rem;
  font-size: 1rem;
  color: white;
  font-weight: 500;
}
#coursePage #courseDetails .container .row .right .contentDiv .DivOne button:hover {
  background-color: #000;
}
#coursePage #courseDetails .container .row .right .contentDiv .DivTwo {
  background-color: rgb(255, 255, 255);
  padding: 1rem;
  border: 2px solid #ff8601;
  border-radius: 0.8rem;
  width: 90%;
  margin: 1rem 0;
}
#coursePage #courseDetails .container .row .right .contentDiv .DivTwo button {
  border: none;
  background-color: #ff8601;
  padding: 0.5rem 2rem;
  border-radius: 5rem;
  font-size: 1rem;
  color: white;
  font-weight: 500;
}
#coursePage #courseDetails .container .row .right .contentDiv .DivTwo button:hover {
  background-color: #000;
}
#coursePage #courseDetails .container .row .right .contentDiv .DivThree {
  background-color: rgb(255, 255, 255);
  padding: 1rem;
  border-radius: 0.8rem;
  width: 90%;
  margin: 1rem 0rem 2rem 0rem;
}
#coursePage #courseDetails .container .row .right .contentDiv .DivThree select {
  box-shadow: unset;
  outline: none;
  border: none;
  border-bottom: 2px solid black;
}
#coursePage #courseDetails .container .row .right .contentDiv .DivThree input {
  width: 100%;
  border: none;
  outline: none;
  padding: 0.5rem;
  border-radius: 0.5rem;
  border-bottom: 2px solid black;
  box-shadow: unset;
}
#coursePage #courseDetails .container .row .right .contentDiv .DivThree textarea {
  width: 100%;
  height: 10rem;
  padding: 1rem;
  border: none;
  outline: none;
  border: 1px solid rgb(127, 127, 127);
  border-radius: 0.5rem;
}
#coursePage #courseDetails .container .row .right .contentDiv .DivThree div {
  margin: 0.5rem 0;
}
#coursePage #courseDetails .container .row .right .contentDiv .DivThree label {
  margin: 0.4rem 0;
}
#coursePage #courseDetails .container .row .right .contentDiv .DivThree button {
  border: none;
  background-color: #ff8601;
  padding: 0.5rem 2rem;
  border-radius: 5rem;
  font-size: 1rem;
  color: white;
  font-weight: 500;
}
#coursePage #courseDetails .container .row .right .contentDiv .DivThree button:hover {
  background-color: #000;
}
#coursePage #BottomButtons {
  margin: 5rem 0;
}
#coursePage #BottomButtons .container .row {
  width: 100%;
  padding: 0 1rem;
  height: auto;
  justify-content: center;
}
#coursePage #BottomButtons .container .row .buttonDiv {
  margin: 2rem 0;
}
#coursePage #BottomButtons .container .row .buttonDiv a {
  background-color: #ff8601;
  padding: 1rem 2rem;
  font-size: 0.8rem;
  border-radius: 5rem;
  color: white;
}
#coursePage #BottomButtons .container .row .buttonDiv a:hover {
  background-color: #000;
}

#productPage img {
  width: 100%;
  transition: 0.5s;
  height: 15rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px 15px 0 0;
}
#productPage .container .row {
  padding: 1rem 0;
  margin: 1.5rem 0;
}
#productPage .container .row i {
  margin: 0 0.5rem;
}
#productPage .container .row .cotentP {
  overflow: hidden;
}
#productPage .container .row .cotentP:hover > .imgDivp a {
  scale: 1.2;
  transform: scale(1) translateY(0%);
  border-radius: 1rem;
}
#productPage .container .row .cotentP:hover img {
  scale: 1.1;
  border-radius: 15px 15px 0 0 !important;
}
#productPage .container .row .cotentP .imgDivp {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#productPage .container .row .cotentP .imgDivp a {
  background-color: #ff8601;
  z-index: 50;
  margin-top: 5rem;
  padding: 0.8rem 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
  font-weight: 600;
  font-size: 0.7rem;
  transform: scale(0) translateY(100%);
}
#productPage .container .row .cotentP .imgDivp a:hover {
  background-color: #128308;
}
#productPage .container .row .cotentP .contentDivP {
  margin-top: 1rem;
  padding: 0 1rem;
}
#productPage .container .row .cotentP .contentDivP h4 {
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1rem;
}
#productPage .container .row .cotentP .contentDivP h5 {
  color: #141414;
  font-weight: 700;
}
#productPage .container .row .cotentP .contentDivP h6 {
  font-size: 0.9rem;
  text-decoration: line-through;
  opacity: 0.4;
}
#productPage .container .row .cotentP .contentDivP span i {
  color: #f5b90e;
  margin: 0 0.2rem;
}
#productPage .pro_in_desk .cotentP {
  border: 1px solid rgb(224, 224, 224);
  margin: 0.5rem 0rem;
  padding: 0rem 0rem 1rem 0;
  border-radius: 1rem;
}
#productPage .pro_in_desk .cotentP:hover {
  box-shadow: 0px 20px 20px -8px gray;
}

#relatedProduct img {
  width: 100%;
  transition: 0.5s;
}
#relatedProduct .container .row {
  padding: 1rem 0;
  margin: 1.5rem 0;
}
#relatedProduct .container .row i {
  margin: 0 0.5rem;
}
#relatedProduct .container .row .cotentP .imgDivp {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#relatedProduct .container .row .cotentP .imgDivp a {
  background-color: #ff8601;
  z-index: 50;
  margin-top: 5rem;
  padding: 0.8rem 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
  font-weight: 600;
  transform: scale(0) translateY(100%);
}
#relatedProduct .container .row .cotentP .imgDivp a:hover {
  background-color: #128308;
}
#relatedProduct .container .row .cotentP .imgDivp:hover a {
  scale: 1.2;
  transform: scale(1) translateY(0%);
  border-radius: 1rem;
}
#relatedProduct .container .row .cotentP .imgDivp:hover img {
  scale: 1.1;
}
#relatedProduct .container .row .cotentP .contentDivP {
  margin-top: 1rem;
}
#relatedProduct .container .row .cotentP .contentDivP h4 {
  font-weight: 600;
}
#relatedProduct .container .row .cotentP .contentDivP h5 {
  color: #141414;
  font-weight: 700;
}
#relatedProduct .container .row .cotentP .contentDivP h6 {
  font-size: 0.9rem;
  text-decoration: line-through;
  opacity: 0.4;
}
#relatedProduct .container .row .cotentP .contentDivP span i {
  color: #f5b90e;
  margin: 0 0.2rem;
}

#singleProduct {
  margin-top: 2rem;
}
#singleProduct img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#singleProduct .container-fluid .row1 .breadcrum {
  font-size: 0.8rem;
}
#singleProduct .container-fluid .row1 .sliderWala {
  width: 50%;
}
#singleProduct .container-fluid .row1 .sliderWala .mySwiper213 {
  width: 80%;
  margin-bottom: 1rem;
}
#singleProduct .container-fluid .row1 .sliderWala .mySwiper213 .swiper-slide {
  width: 20% !important;
  border: 1px solid black;
  border-radius: 2px;
}
#singleProduct .container-fluid .row1 .sliderWala .mySwiper214 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 80%;
}
#singleProduct .container-fluid .row1 .ContentWala {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#singleProduct .container-fluid .row1 .ContentWala .des {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 2rem;
}
#singleProduct .container-fluid .row1 .ContentWala h2 {
  font-weight: 600;
}
#singleProduct .container-fluid .row1 .ContentWala h4 {
  font-size: 1rem !important;
  font-weight: 600;
  line-height: 0.2rem;
}
#singleProduct .container-fluid .row1 .ContentWala h5 {
  font-size: 1rem;
}
#singleProduct .container-fluid .row1 .ContentWala h5 span {
  opacity: 0.8;
  font-size: 1rem;
}
#singleProduct .container-fluid .row1 .ContentWala h6 {
  margin-top: 0.5rem;
}
#singleProduct .container-fluid .row1 .ContentWala h6 span {
  opacity: 1;
  margin: 0 0.5rem;
  letter-spacing: 0.2rem;
  font-weight: 800;
}
#singleProduct .container-fluid .row1 .ContentWala p {
  width: 90%;
  font-weight: 500;
  opacity: 0.8;
}
#singleProduct .container-fluid .row1 .ContentWala .contentDiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
}
#singleProduct .container-fluid .row1 .ContentWala .contentDiv .shop button {
  padding: 0.3rem 0.8rem;
  border-radius: 0.4rem;
  color: #fff;
  border: none;
}
#singleProduct .container-fluid .row1 .ContentWala .contentDiv #cart {
  background-color: #ff8601;
  margin-right: 0.5rem;
}
#singleProduct .container-fluid .row1 .ContentWala .contentDiv #cart:hover {
  background-color: #de780a;
}
#singleProduct .container-fluid .row1 .ContentWala .contentDiv #buy {
  background-color: darkgreen;
}
#singleProduct .container-fluid .row1 .ContentWala .contentDiv #buy:hover {
  background-color: rgb(7, 135, 7);
}
#singleProduct .container-fluid .row1 .ContentWala .contentDiv .share i {
  margin-right: 0.3rem;
}
#singleProduct .container-fluid .row1 .ContentWala .contentDiv .row {
  width: 97%;
  margin: 0.5rem 0;
}
#singleProduct .container-fluid .row1 .ContentWala .contentDiv .row .contentDiv img {
  width: 20%;
  margin-right: 0.5rem;
}
#singleProduct .container-fluid .row1 .ContentWala .contentDiv .row .contentDiv span {
  font-weight: 600;
  opacity: 0.9;
}
#singleProduct .container-fluid .row1 .ContentWala .contentDiv span i {
  color: #f5b90e;
}
#singleProduct .container-fluid .row1 .section-links .nav-pills {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
}
#singleProduct .container-fluid .row1 .section-links .nav-pills .nav-item button {
  color: #000;
}
#singleProduct .container-fluid .row1 .section-links .nav-pills .nav-item .nav-link.active {
  border-top: 3px solid blue;
  background-color: #fff;
  color: #000;
  padding: 0.2rem 0.6rem;
  border-radius: 0.1rem;
}
#singleProduct .container-fluid .row1 .section-links .tab-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
#singleProduct .container-fluid .row1 .section-links .tab-content p {
  width: 60%;
  margin: auto;
  text-align: center;
}
#singleProduct .container-fluid .row2 {
  justify-content: center;
  margin: 2rem 0;
}
#singleProduct .container-fluid .row2 .review h2 {
  font-size: 3rem;
  font-weight: normal;
}
#singleProduct .container-fluid .row2 .GiveingReviewStar > span {
  font-size: 1.2rem;
}
#singleProduct .container-fluid .row2 .GiveingReviewStar .star-rating {
  direction: rtl;
  display: inline-block;
  padding: 20px;
  cursor: default;
}
#singleProduct .container-fluid .row2 .GiveingReviewStar .star-rating input[type=radio] {
  display: none;
}
#singleProduct .container-fluid .row2 .GiveingReviewStar .star-rating label {
  color: #bbb;
  font-size: 2rem;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
#singleProduct .container-fluid .row2 .GiveingReviewStar .star-rating label:hover,
#singleProduct .container-fluid .row2 .GiveingReviewStar .star-rating label:hover ~ label,
#singleProduct .container-fluid .row2 .GiveingReviewStar .star-rating input[type=radio]:checked ~ label {
  color: gold;
}
#singleProduct .container-fluid .row2 form label {
  font-size: 1.5rem;
  text-transform: capitalize;
  font-weight: 500;
}
#singleProduct .container-fluid .row2 form textarea {
  width: 100%;
  outline: none;
  padding: 0.5rem 1rem;
}
#singleProduct .container-fluid .row2 form button {
  border: none;
  background-color: #ff8601;
  padding: 0.5rem 1rem;
  color: white;
  border-radius: 5rem;
}
#singleProduct .container-fluid .row2 form button:hover {
  background-color: #000;
}
#singleProduct .container-fluid .row3 {
  margin: 5rem 0;
}
#singleProduct .container-fluid .row3 .col-10 h2 {
  padding-left: 2rem;
  font-size: 2.5rem;
}
#singleProduct .container-fluid .row3 ul li {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: 2px solid rgb(228, 228, 228);
  padding: 2rem 2rem;
  margin: 2rem 0;
  border-radius: 10px;
}
#singleProduct .container-fluid .row3 ul li .detail {
  width: 85%;
  padding: 0 1rem;
}
#singleProduct .container-fluid .row3 ul li .detail h6 {
  font-weight: 700;
  font-size: 1.1rem;
}
#singleProduct .container-fluid .row3 ul li .detail h6 i {
  font-style: italic;
  font-weight: 400;
}
#singleProduct .container-fluid .row3 ul li .detail h6 span {
  font-weight: 600;
}
#singleProduct .container-fluid .row3 ul li > span i {
  color: gold;
  font-size: 1.2rem;
}
#singleProduct .container-fluid .row3 ul li img {
  width: 5%;
  border-radius: 5rem;
}
#singleProduct .container-fluid .row4 {
  margin: 5rem 0;
}

#registerPage {
  margin: 5rem 0;
}
#registerPage .container-fluid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
#registerPage .container-fluid > h3 {
  margin-left: auto;
  width: 65%;
}
#registerPage form {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 2rem;
}
#registerPage form .loginBtn {
  text-align: center;
  font-size: 1.3rem;
  padding: 0.5rem 2rem;
  background-color: var(--greenColor);
  color: white;
  border-radius: 0.5rem;
  transition: 0.3s;
  border: 3px solid #fff;
  display: block;
}
#registerPage form .loginBtn:hover {
  background-color: #000;
}
#registerPage form p {
  text-align: center;
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
}

#loginPage {
  margin: 5rem 0;
}
#loginPage .container-fluid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
#loginPage .container-fluid > h3 {
  margin-left: auto;
  width: 65%;
}
#loginPage form {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 2rem;
}
#loginPage form .loginBtn {
  text-align: center;
  font-size: 1.3rem;
  padding: 0.5rem 2rem;
  background-color: var(--greenColor);
  color: white;
  border-radius: 0.5rem;
  transition: 0.3s;
  border: 3px solid #fff;
  display: block;
}
#loginPage form .loginBtn:hover {
  background-color: #000;
}
#loginPage form p {
  text-align: center;
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
}

#name-correction #headStrip {
  background-image: url("../public/img/ServiceBg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 15rem;
  text-align: center;
  position: relative;
  z-index: 5;
}
#name-correction #headStrip::after {
  content: "";
  background-color: rgba(18, 131, 8, 0.9333333333);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#name-correction #headStrip .container {
  height: 100%;
}
#name-correction #headStrip .row {
  height: 100%;
  align-items: center;
}
#name-correction #headStrip .row .contentBox {
  color: white;
}
#name-correction #headStrip .row .contentBox h4 {
  font-size: 3rem;
}
#name-correction #headStrip .row .contentBox p {
  opacity: 0.7;
}
#name-correction #sectionTwo {
  margin: 5rem 0;
}
#name-correction #sectionTwo .container .headParaDiv {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
#name-correction #sectionTwo .container .headParaDiv p {
  width: 60%;
  position: relative;
  margin-bottom: 4rem;
}
#name-correction #sectionTwo .container .headParaDiv p::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 5%;
  background-color: var(--orangeColor);
  left: 50%;
  bottom: -25%;
  transform: translate(-50%, -50%);
}
#name-correction #sectionTwo .container > .row {
  align-items: center;
  margin: 0rem 0;
}
#name-correction #sectionTwo .container > .row .boxes1 {
  height: 30rem;
  display: flex;
  align-items: end;
}
#name-correction #sectionTwo .container > .row .boxes1 .imgDiv {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
  padding: 0.5rem;
}
#name-correction #sectionTwo .container > .row .boxes1 .imgDiv img {
  width: 100%;
}
#name-correction #sectionTwo .container > .row .boxes2 h3 {
  font-size: 1.5rem;
  text-align: center;
  padding: 1rem;
  font-weight: 700;
  position: relative;
}
#name-correction #sectionTwo .container > .row .boxes2 h3::after {
  content: "";
  position: absolute;
  width: 20%;
  height: 5%;
  background-color: var(--orangeColor);
  left: 50%;
  bottom: 5%;
  transform: translate(-50%, -50%);
}
#name-correction #sectionTwo .container > .row .contentDiv {
  background-color: rgb(250, 250, 250);
  height: 10rem;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  border: 1px solid orange;
}
#name-correction #sectionTwo .container > .row .contentDiv h4 {
  font-size: 0.9rem;
  font-weight: 600;
}
#name-correction #sectionTwo .container > .row .contentDiv p {
  font-size: 0.7rem;
  font-weight: 500;
}
#name-correction #sectionThree {
  background-image: url("../public/img/bgPatternN.webp");
  background-size: 15%;
  background-position: center center;
  padding: 4rem 0;
  position: relative;
  z-index: 5;
}
#name-correction #sectionThree::after {
  content: "";
  background-color: rgba(240, 240, 240, 0.801);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#name-correction #sectionThree .container .container-fluid h3 {
  text-align: center;
  margin: 0;
  margin-bottom: 2rem;
}
#name-correction #sectionThree .container .container-fluid h3::after {
  content: "";
  position: absolute;
  width: 30%;
  height: 15%;
  background-color: var(--orangeColor);
  left: 50%;
  top: 140%;
  transform: translate(-50%, -50%);
}
#name-correction #sectionThree .container .formDiv form {
  padding: 2rem 2rem;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  background-color: white;
  border-radius: 10px;
}
#name-correction #sectionThree .container .formDiv form textarea {
  width: 100%;
  border-radius: 10px;
}
#name-correction #sectionThree .container .headParaDiv {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
#name-correction #sectionThree .container .headParaDiv p {
  width: 100%;
  margin-bottom: 1rem;
}
#name-correction #sectionThree .container .headParaDiv h4 {
  position: relative;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 700;
}
#name-correction #sectionThree .container .headParaDiv h4::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 15%;
  background-color: var(--orangeColor);
  left: 50%;
  bottom: -55%;
  transform: translate(-50%, -50%);
}
#name-correction #sectionThree .container .row2 {
  margin-top: 2rem;
}
#name-correction #sectionThree .container .boxes .contentDiv {
  box-shadow: rgba(38, 57, 77, 0.849) 0px 10px 30px -10px;
  background-color: white;
  padding: 1.5rem;
  border-radius: 10px;
  border: 1px solid white;
}
#name-correction #sectionThree .container .boxes .contentDiv:hover {
  box-shadow: rgba(38, 57, 77, 0.849) 0px 5px 15px -10px;
  border: 1px solid orange;
}
#name-correction #testimonials-nameCor {
  margin: 5rem 0;
}
#name-correction #testimonials-nameCor .swiper-button-prev::after {
  font-size: 2rem;
  font-weight: 700;
  color: #ff9a3c;
}
#name-correction #testimonials-nameCor .swiper-button-next::after {
  font-size: 2rem;
  font-weight: 700;
  color: #ff9a3c;
}
#name-correction #testimonials-nameCor .container h1 {
  position: relative;
  margin-bottom: 5rem;
  font-size: 2rem;
  font-weight: 700;
}
#name-correction #testimonials-nameCor .container h1::after {
  content: "";
  position: absolute;
  width: 10%;
  height: 15%;
  background-color: var(--orangeColor);
  left: 50%;
  bottom: -55%;
  transform: translate(-50%, -50%);
}
#name-correction #testimonials-nameCor .container .row .swiper-slide {
  padding: 2rem 0;
}
#name-correction #testimonials-nameCor .container .row .swiper-slide .contentDiv {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  padding: 3rem 1rem 1rem 1rem;
  height: 22rem;
  border-radius: 5px;
}
#name-correction #testimonials-nameCor .container .row .swiper-slide .contentDiv img {
  transform: rotate(180deg);
  opacity: 0.1;
}
#name-correction #testimonials-nameCor .container .row .swiper-slide .contentDiv h3 {
  font-size: 1.5rem;
  font-weight: 400;
}
#name-correction #testimonials-nameCor .container .row .swiper-slide .contentDiv h5 {
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
  align-items: center;
}
#name-correction #testimonials-nameCor .container .row .swiper-slide .contentDiv p {
  font-size: 0.9rem;
}

.orderTracking .timeline-container {
  font-family: "Roboto", sans-serif;
  width: 50%;
  margin: auto;
  display: block;
  position: relative;
}
.orderTracking .timeline-container ul.tl {
  margin: 20px 0;
  padding: 0;
  display: inline-block;
}
.orderTracking .timeline-container ul.tl li {
  list-style: none;
  margin: auto;
  min-height: 50px;
  border-left: 1px solid #00674c;
  padding: 0 0 50px 30px;
  position: relative;
  display: flex;
  flex-direction: row;
}
.orderTracking .timeline-container ul.tl li.dashed {
  border-left: 1px dashed #00674c;
}
.orderTracking .timeline-container ul.tl li:last-child {
  border-left: 0;
}
.orderTracking .timeline-container ul.tl li .item-icon {
  position: absolute;
  left: -1.05rem;
  top: -0.5rem;
  content: " ";
  border: 8px solid rgba(255, 255, 255, 0.74);
  border-radius: 500%;
  background: #00674c;
  height: 2rem;
  width: 2rem;
}
.orderTracking .timeline-container ul.tl li:hover::before {
  border-color: #00674c;
  transition: all 1000ms ease-in-out;
}
.orderTracking ul.tl li .item-text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.orderTracking ul.tl li .item-detail {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
}
.orderTracking ul.tl li .item-timestamp {
  color: #8d8d8d;
  font-size: 12px;
  text-align: right;
  padding-left: 20px;
}

.btn-group-sm > .btn,
.btn-sm:nth-child(2) {
  background-color: #ff8601 !important;
  border: none;
}
.btn-group-sm > .btn:hover,
.btn-sm:nth-child(2):hover {
  opacity: 0.8;
}

.btn-group-sm > .btn,
.btn-sm:nth-child(3) {
  background: #00674c;
  border: none;
}
.btn-group-sm > .btn:hover,
.btn-sm:nth-child(3):hover {
  opacity: 0.8;
}

.btn-group-sm > .btn,
.btn-sm:nth-child(4) {
  background: #ff8601 0;
  border: none;
}
.btn-group-sm > .btn:hover,
.btn-sm:nth-child(4):hover {
  opacity: 0.8;
}

.floating-btn-phone {
  position: fixed;
  z-index: 555;
  right: 2.5rem;
  bottom: 22vh;
  box-shadow: 0px 0px 20px -5px gray;
  background-color: white;
  width: 4%;
  padding: 0.8rem;
  border-radius: 5rem;
  border: 1px solid rgba(128, 128, 128, 0.301);
}
.floating-btn-phone img {
  width: 100%;
}

.floating-btn-whatapp {
  position: fixed;
  z-index: 555;
  right: 2.5rem;
  bottom: 10vh;
  box-shadow: 0px 0px 20px -5px gray;
  background-color: white;
  width: 4%;
  padding: 0.6rem;
  border-radius: 5rem;
  border: 1px solid rgba(128, 128, 128, 0.301);
}
.floating-btn-whatapp img {
  width: 100%;
}

.floating-btn-contact {
  position: fixed;
  z-index: 555;
  right: -2.6vw;
  top: 40%;
  box-shadow: 0px 0px 20px -5px gray;
  background-color: #ff8601;
  width: 8%;
  padding: 0.6rem;
  border: 1px solid rgba(128, 128, 128, 0.301);
  text-align: center;
  border-radius: 5px;
  transform: rotate(-90deg);
  font-size: 1.2rem;
  z-index: 555;
}
.floating-btn-contact:hover {
  background-color: white;
  color: black;
}

#videoReview {
  margin-bottom: 5rem;
}
#videoReview h2 {
  position: relative;
  display: block;
  margin: 5rem 0;
  text-align: center;
  font-weight: 700;
}
#videoReview h2::after {
  content: "";
  position: absolute;
  width: 10%;
  height: 15%;
  background-color: var(--orangeColor);
  left: 50%;
  bottom: -25%;
  transform: translate(-50%, -50%);
}
#videoReview .row {
  flex-wrap: wrap;
}
#videoReview .row > div {
  padding: 1rem;
  max-width: 50%;
}
#videoReview video {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .modalContent > div:last-child {
    padding: 0 2rem !important;
  }
  .hideInPhone {
    display: none !important;
  }
  .modalPopup {
    width: 95% !important;
  }
  .floating-btn-contact {
    width: 39%;
    right: -14vw;
  }
  .floating-btn-phone {
    width: 15%;
    bottom: 16vh;
  }
  .floating-btn-whatapp {
    width: 15%;
    bottom: 24vh;
  }
  #testimonials .row .mySwiper2 .swiper-wrapper .swiper-slide .contentDiv {
    padding: 0;
    margin: 0;
  }
  .counter_session .counter4 {
    display: block !important;
  }
  #marque {
    background-size: 55%;
  }
  #counters-home .row h5 {
    font-size: 1rem;
  }
  #services .container-fluid .row div .contentBox .headingBox h5 {
    font-size: 0.95rem;
  }
  #services .container-fluid {
    padding: 0;
  }
  #services .container-fluid .row {
    padding: 0;
    margin: 0;
  }
  #services .container-fluid .row > div {
    width: 50%;
    height: auto;
  }
  #counter_page_title .container-fluid h3,
  #counters-home .container-fluid #counter_page_title p {
    margin: 0;
  }
  #counter_page_title .container-fluid h3 {
    margin-bottom: 1rem;
  }
  #counter_page_title .container-fluid h3::after {
    display: none;
  }
  #productStore .container .row .boxes {
    width: 50%;
  }
  #productStore .container .row .boxes .contentBox .heading h4 {
    font-size: 1rem;
  }
  #productStore .container .row .boxes .contentBox {
    margin: 0;
    width: 100%;
  }
  #productPage .container .row .cotentP .imgDivp a {
    font-size: 0.9rem;
  }
  body {
    overflow-x: hidden !important;
  }
  #counters-home {
    margin-bottom: 0rem;
  }
  #slider .row .headingB .contentBox {
    height: 0;
    margin-bottom: 3rem;
  }
  .orderTracking .timeline-container {
    width: 80%;
  }
  .mainSwiperSlider .swiper-slide {
    height: 20rem !important;
  }
  #addToCart .container .row > .left .contentRow {
    margin: 5rem 2rem 7rem 1rem !important;
  }
  .coun_session_1 {
    background: #fff;
    border-radius: 2rem;
    padding: 1.2rem;
  }
  #counters-home .row h4 {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--orangeColor);
  }
  #counters-home .container-fluid .col-lg-4 {
    flex: 0 0 auto;
    width: 48.333333% !important;
    margin-top: 1.5rem;
  }
  #counters-home {
    background-image: url("../public/img/counter_bg.jpg");
    height: 750px;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  .about_image_sec_2 {
    margin-top: -378px;
  }
  .about_image_1 {
    width: 100%;
    height: auto;
  }
  .about_image_2 {
    width: 73%;
    height: 450px;
  }
  .about_overlay h2 {
    font-size: 1.8rem !important;
    color: white;
    margin-left: 1.3rem;
  }
  body {
    overflow-x: hidden;
  }
  .firstSectionAbout .row {
    flex-direction: column-reverse;
  }
  #services .container-fluid .row .showallBtn {
    width: 70%;
  }
  #strip .right ul {
    display: flex;
  }
  #strip .right ul li {
    margin-top: -2.4rem;
    padding: 0;
  }
  #strip .right ul li a .fa-heart {
    margin-right: -0.5rem;
  }
  #slider .swiper-slide {
    width: 96% !important;
  }
  .navBar {
    display: none;
  }
  #banner .backgroungBox {
    z-index: 5;
    height: 100%;
    width: 100vw;
  }
  #banner .backgroungBox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #banner .overlay {
    z-index: 15;
    height: 100%;
    width: 100vw;
    background-color: rgba(255, 152, 56, 0.368627451);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    -webkit-backdrop-filter: blur(1px);
            backdrop-filter: blur(1px);
  }
  #banner .overlay h2 {
    margin-bottom: 6rem;
    font-size: 1.7rem;
    color: white;
    text-align: center;
  }
  #banner .overlay div {
    margin: 2rem 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    top: 13rem;
  }
  #banner .overlay div a {
    text-decoration: none;
    color: white;
    background-color: var(--orangeColor);
    font-size: 1.3rem;
    padding: 1rem 3rem;
    margin: 0 2rem;
    border-radius: 0.8rem;
    transition: 0.3s;
  }
  #banner .overlay div a:hover {
    background-color: black;
    color: white;
  }
  #banner .circleBox {
    z-index: 10;
    height: 100%;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #banner .circleBox img {
    width: 100%;
    height: 80%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }
  .phoneNavBar {
    display: block;
  }
  #slider .row .headingB .contentBox {
    background-color: white;
    padding: 0;
  }
  #slider .row .headingB .contentBox h2 {
    font-size: 1.5rem;
    text-align: center;
    font-weight: 700;
    position: relative;
    margin-bottom: 5rem;
  }
  #slider .row .headingB .contentBox h2::after {
    content: "";
    background-color: #ff9838;
    height: 15%;
    width: 60%;
    position: absolute;
    bottom: -25%;
    left: 32%;
    transform: translate(-20%, -20%);
  }
  #whyChseus .row .first .col-12 div {
    padding: 2rem 2rem;
  }
  #whyChseus .row .first .col-12 .contentDiv2 {
    margin-right: 0rem;
  }
  #whyChseus .row .second {
    display: none;
  }
  #whyChseus .row .second .imgBox {
    margin: 2rem 3rem;
  }
  #whyChseus .row .second .imgBox img {
    margin: 2rem 0;
  }
  #whyChseus .row .third {
    display: grid;
    place-items: end;
  }
  #whyChseus .row .third .col-12 div {
    padding: 2rem 2rem;
  }
  #whyChseus .row .third .col-12 div h4 {
    margin-top: 0.5rem;
    font-size: 1rem;
  }
  #whyChseus .row .third .col-12 .contentDiv2 {
    margin-left: 0rem;
  }
  footer iframe {
    width: 100%;
  }
  footer ul {
    padding-left: 1rem;
  }
  footer .container .row1 {
    padding: 2rem 0.5rem;
  }
  footer .container .row1 .three {
    height: 14vh;
  }
  footer .container .row1 .two .innerContent {
    height: 20vh;
    padding: 0;
  }
  footer .container .row1 .one .innerContent {
    margin-bottom: 2rem;
  }
  footer {
    height: auto;
  }
  footer .container-fluid {
    background-color: #ff8601;
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    padding: 1rem;
  }
  footer .container-fluid .row {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    margin: 0;
  }
  footer .container-fluid .row .stripBoxs {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 19%;
    border: none;
    margin: 0rem 0.5rem;
  }
  footer .container-fluid .row .stripBoxs i {
    font-size: 2rem;
    color: white;
  }
  footer .container-fluid .row .stripBoxs .innerContent {
    display: flex;
    flex-direction: column;
  }
  footer .container .row2 .col-xl-12 ul {
    flex-wrap: wrap;
  }
  footer .container .row2 .col-xl-12 ul .payment-Strip {
    margin-top: 2rem;
  }
  #whyChseus h2 {
    position: relative;
    display: block;
    margin-bottom: 5rem;
    text-align: center;
    font-weight: 700;
  }
  #whyChseus h2::after {
    content: "";
    position: absolute;
    width: 10%;
    height: 15%;
    background-color: var(--orangeColor);
    left: 50%;
    bottom: -40%;
    transform: translate(-50%, -50%);
  }
  #whyChseus h4 {
    font-size: 1.2rem;
    font-weight: 500;
    text-align: start;
  }
  #whyChseus .row .first {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    transform: translateX(0%);
  }
  #whyChseus .row .first h4 {
    margin-left: -1.8rem;
  }
  #whyChseus .row .first .row {
    align-items: center;
    margin: 1rem 0;
    flex-direction: row-reverse;
  }
  #whyChseus .row .first .row .col-9 {
    text-align: end;
  }
  #whyChseus .row .first .row .col-3 {
    display: flex;
    justify-content: end;
    align-items: end;
  }
  #whyChseus .row .first .row .col-3 img {
    width: 60%;
  }
  #whyChseus .row .first .contentDiv2 {
    margin-right: 5rem;
  }
  #whyChseus .row .second .imgBox img {
    width: 100%;
  }
  #whyChseus .row .third {
    display: block;
    align-items: center;
    justify-content: center;
    transform: translateX(0%);
  }
  #whyChseus .row .third .row {
    margin: 1rem 0;
    width: 96%;
    align-items: center;
  }
  #whyChseus .row .third .row img {
    width: 90%;
  }
  #footer2 .row .three {
    margin-top: 0rem;
  }
  #footer2 .row .four {
    margin-top: 0rem;
  }
  footer h4 {
    color: white;
  }
  #productPage .pro_in_desk .cotentP {
    margin: 0.75rem 0 !important;
  }
  #productPage img {
    width: 100%;
    transition: 0.5s;
    height: 8rem !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    border-radius: 15px 15px 0 0;
  }
  #productPage .container .row {
    padding: 1rem 0;
    justify-content: center;
    margin: unset !important;
  }
  #productPage .container .row .mainPDiv {
    width: 50% !important;
    margin-top: -1.2rem !important;
  }
  #productPage .container .row i {
    margin: 0 0.5rem;
  }
  #productPage .container .row .cotentP {
    padding: 0rem 0rem 1rem 0rem;
  }
  #productPage .container .row .cotentP .imgDivp {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 0rem 0 3rem 0;
  }
  #productPage .container .row .cotentP .imgDivp a {
    background-color: rgba(255, 132, 1, 0.9254901961);
    z-index: 50;
    margin-top: 5rem;
    padding: 0.4rem 0rem !important;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
    font-weight: 600;
    transform: scale(1) translateY(0%);
  }
  #productPage .container .row .cotentP .imgDivp a:hover {
    background-color: #128308;
  }
  #productPage .container .row .cotentP .imgDivp:hover a {
    scale: 1.2;
    transform: scale(1) translateY(0%);
    border-radius: 1rem;
  }
  #productPage .container .row .cotentP .imgDivp:hover img {
    scale: 1.1;
  }
  #productPage .container .row .cotentP .contentDivP {
    margin-top: 1rem;
    padding-left: 0.5rem;
  }
  #productPage .container .row .cotentP .contentDivP h4 {
    font-weight: 600;
  }
  #productPage .container .row .cotentP .contentDivP h5 {
    color: #141414;
    font-weight: 700;
    font-size: 1.2rem !important;
  }
  #productPage .container .row .cotentP .contentDivP h6 {
    font-size: 0.9rem;
    text-decoration: line-through;
    opacity: 0.4;
  }
  #productPage .container .row .cotentP .contentDivP span {
    display: flex;
    width: 100%;
    gap: 0rem;
    justify-content: start;
    align-items: center;
  }
  #productPage .container .row .cotentP .contentDivP span i {
    color: #f5b90e;
    margin: 0 0.2rem !important;
  }
  #singleProduct .container-fluid .row3 ul li {
    flex-direction: column;
    padding: 2rem 0;
    justify-content: start;
    align-items: start;
  }
  #singleProduct .container-fluid .row1 .section-links .tab-content p {
    width: 100%;
  }
  #singleProduct .container-fluid .row3 ul li img {
    width: 25%;
  }
  #singleProduct .container-fluid .row1 .section-links .nav-pills .nav-item button {
    border: 1px solid gray;
    margin: 0.1rem;
    padding: 0.3rem;
  }
  #singleProduct .container-fluid .row1 .section-links .nav-pills .nav-item .nav-link.active {
    background-color: #ff8601;
    color: white;
    border: none;
    outline: none;
    padding: 0.5rem 0.3rem;
    border-radius: 5px;
  }
  #singleProduct .container-fluid .row3 ul li .detail {
    width: 100%;
  }
  #singleProduct .row3 ul {
    padding: 0;
  }
  #singleProduct .row3 ul li > span {
    padding-left: 1rem;
  }
  #singleProduct .row3 .col-10 {
    width: 100%;
  }
  #singleProduct .row3 .col-10 h2 {
    padding: 0;
  }
  #singleProduct .review h2 {
    font-size: 2.5rem !important;
  }
  #singleProduct img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #singleProduct .container-fluid .row1 {
    padding: 1rem 0;
  }
  #singleProduct .container-fluid .row1 .sliderWala {
    width: 100%;
  }
  #singleProduct .container-fluid .row1 .sliderWala .mySwiper213 {
    width: 80%;
    margin-bottom: 1rem;
  }
  #singleProduct .container-fluid .row1 .sliderWala .mySwiper213 .swiper-wrapper {
    justify-content: center;
  }
  #singleProduct .container-fluid .row1 .sliderWala .mySwiper213 .swiper-slide {
    width: 30% !important;
    border: 1px solid black;
    border-radius: 2px;
  }
  #singleProduct .container-fluid .row1 .sliderWala .mySwiper214 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 80%;
  }
  #singleProduct .container-fluid .row1 .ContentWala {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1.5rem;
  }
  #singleProduct .container-fluid .row1 .ContentWala .contentDiv .row .col-4 {
    width: 50%;
  }
  #singleProduct .container-fluid .row1 .ContentWala .contentDiv .row .contentDiv img {
    width: 20%;
    margin-right: 0.5rem;
  }
  #singleProduct .container-fluid .row1 .ContentWala .contentDiv .row .contentDiv span {
    font-weight: 600;
    opacity: 0.9;
    font-size: 0.8rem;
  }
  #singleProduct .container-fluid .row1 .ContentWala .contentDiv span i {
    color: #f5b90e;
  }
  #singleProduct .container-fluid .row1 .contentDiv .shop button {
    background-color: red;
  }
  #singleProduct .container-fluid .row2 {
    justify-content: center;
    margin: 2rem 0;
  }
  #singleProduct .container-fluid .row2 .col-11 {
    width: 100% !important;
  }
  #singleProduct .container-fluid .row2 form label {
    font-size: 2rem;
    text-transform: capitalize;
    font-weight: 600;
  }
  #singleProduct .container-fluid .row2 form textarea {
    width: 100%;
    outline: none;
    padding: 0.5rem 1rem;
  }
  #singleProduct .container-fluid .row2 form button {
    border: none;
    background-color: #ff8601;
    padding: 0.5rem 1rem;
    color: white;
    border-radius: 5rem;
  }
  #singleProduct .container-fluid .row2 form button:hover {
    background-color: #000;
  }
  #coursePage #aboutSer {
    margin: 5rem 0;
  }
  #coursePage #aboutSer .container .rowOneS h4 {
    font-size: 2rem;
    font-weight: 600;
  }
  #coursePage #aboutSer .container .rowOneS .headingBox ul {
    margin: 0;
    padding: 0;
  }
  #coursePage #aboutSer .container .rowOneS .headingBox ul ol {
    font-size: 1.2rem;
    margin: 0.5rem 0;
  }
  #coursePage #aboutSer .container .rowOneS .headingBox ul ol span {
    margin: 0 0.5rem;
    font-weight: 700;
  }
  #coursePage #aboutSer .container .rowOneS .contentBox {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: blue;
  }
  #coursePage #aboutSer .container .rowTwoS {
    margin: 1rem 0;
  }
  #coursePage #aboutSer .container .rowTwoS .contentBox h4 {
    font-size: 2.5rem;
    font-weight: 600;
    padding: 1rem 0;
  }
  #coursePage #aboutSer .container .rowTwoS .contentBox ul li {
    margin: 0.5rem 0;
    font-size: 1.2rem;
  }
  #coursePage #aboutSer .container .rowTwoS .imgBox img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.5rem;
    box-shadow: 0px 0px 16px 0px gray;
  }
  #coursePage #bannerSer .srow .col-6:nth-child(2) {
    display: flex;
    justify-content: start;
  }
  #coursePage #bannerSer .srow .col-6 {
    display: flex;
    justify-content: center;
  }
  #coursePage #bannerSer .srow .col-6 .content {
    width: 100%;
  }
  #coursePage #bannerSer .srow .col-6 .content h5 {
    text-align: center;
  }
  #coursePage #bannerSer .row {
    width: 100% !important;
    justify-content: center !important;
    padding: 0;
    margin: 0;
  }
  #coursePage #bannerSer h4 {
    width: 100% !important;
    text-align: center !important;
  }
  #coursePage #bannerSer p {
    width: 100% !important;
  }
  #coursePage #bannerSer .col-8 {
    width: 100%;
  }
  #coursePage #bannerSer span {
    width: 100% !important;
  }
  #coursePage #bannerSer h2 {
    width: 100% !important;
  }
  #checkout .checks {
    padding-top: 4rem;
    margin-bottom: 5rem;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  #checkout .checkout-form {
    width: 100%;
    padding: 0 10px;
  }
  #checkout .checkout-form form {
    width: 100%;
  }
  #checkout .checkout-form form .form-group {
    flex-direction: column;
    row-gap: 15px;
  }
  #checkout .checkout-form form .form-control-btn {
    flex-direction: column;
    align-items: flex-start;
  }
  #checkout .checkout-form form .form-control-btn button {
    width: 100%;
  }
  #checkout .checkout-details {
    width: 100%;
    padding: 0 10px;
  }
  #checkout .checkout-details .checkout-details-inner {
    padding: 1rem;
  }
  #checkout .checkout-details .checkout-details-inner .discount button {
    margin-left: 0;
    width: 100%;
  }
  #checkout .checkout-details .checkout-details-inner .card {
    flex-direction: row;
    align-items: flex-start;
  }
  #checkout .checkout-details .checkout-details-inner .card .card-image {
    width: 100%;
  }
  #checkout .checkout-details .checkout-details-inner .card .card-details {
    width: 100%;
  }
  #checkout .checkout-details .checkout-details-inner .card .card-details .card-wheel {
    width: 100%;
    justify-content: space-between;
  }
  #checkout .checkout-details .checkout-shipping,
  #checkout .checkout-details .checkout-total {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
  }
  #name-correction #headStrip {
    background-image: url("../public/img/ServiceBg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 15rem;
    text-align: center;
    position: relative;
    z-index: 5;
  }
  #name-correction #headStrip::after {
    content: "";
    background-color: rgba(18, 131, 8, 0.9333333333);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  #name-correction #headStrip .container {
    height: 100%;
  }
  #name-correction #headStrip .row {
    height: 100%;
    align-items: center;
  }
  #name-correction #headStrip .row .contentBox {
    color: white;
  }
  #name-correction #headStrip .row .contentBox h4 {
    font-size: 2rem;
  }
  #name-correction #headStrip .row .contentBox p {
    opacity: 0.7;
  }
  #name-correction #sectionTwo {
    margin: 5rem 0;
  }
  #name-correction #sectionTwo .container .headParaDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
  #name-correction #sectionTwo .container .headParaDiv p {
    width: 100%;
    position: relative;
    margin-bottom: 4rem;
  }
  #name-correction #sectionTwo .container .headParaDiv p::after {
    content: "";
    position: absolute;
    width: 60%;
    height: 3%;
    background-color: var(--orangeColor);
    left: 50%;
    bottom: -25%;
    transform: translate(-50%, -50%);
  }
  #name-correction #sectionTwo .container > .row {
    align-items: center;
    margin: 0rem 0;
  }
  #name-correction #sectionTwo .container > .row .boxes1 {
    height: 25rem;
    display: flex;
    align-items: end;
  }
  #name-correction #sectionTwo .container > .row .boxes1 .imgDiv {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    padding: 0.5rem;
  }
  #name-correction #sectionTwo .container > .row .boxes1 .imgDiv img {
    width: 100%;
  }
  #name-correction #sectionTwo .container > .row .boxes2 {
    margin-top: 2rem;
  }
  #name-correction #sectionTwo .container > .row .boxes2 h3 {
    font-size: 2rem;
    text-align: center;
    padding: 1rem;
    font-weight: 700;
    position: relative;
  }
  #name-correction #sectionTwo .container > .row .boxes2 h3::after {
    content: "";
    position: absolute;
    width: 40%;
    height: 5%;
    background-color: var(--orangeColor);
    left: 50%;
    bottom: 5%;
    transform: translate(-50%, -50%);
  }
  #name-correction #sectionTwo .container > .row .contentDiv {
    background-color: rgb(250, 250, 250);
    height: auto;
    padding: 2rem 1rem;
    border-radius: 5px;
    border: 1px solid orange;
    margin: 1rem 0;
  }
  #name-correction #sectionTwo .container > .row .contentDiv h4 {
    font-size: 1.5rem;
    font-weight: 600;
  }
  #name-correction #sectionTwo .container > .row .contentDiv p {
    font-size: 1rem;
    font-weight: 500;
  }
  #name-correction #sectionThree {
    background-image: url("../public/img/bgPatternN.webp");
    background-size: 15%;
    background-position: center center;
    margin: 0rem 0 !important;
    padding: 4rem 0;
    position: relative;
    z-index: 5;
  }
  #name-correction #sectionThree .row2 .boxes:first-of-type {
    margin-top: -2rem;
  }
  #name-correction #sectionThree::after {
    content: "";
    background-color: rgba(240, 240, 240, 0.801);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  #name-correction #sectionThree .container .container-fluid h3 {
    text-align: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  #name-correction #sectionThree .container .container-fluid h3::after {
    content: "";
    position: absolute;
    width: 30%;
    height: 15%;
    background-color: var(--orangeColor);
    left: 50%;
    top: 140%;
    transform: translate(-50%, -50%);
  }
  #name-correction #sectionThree .container .formDiv form {
    border-radius: 10px;
    padding: 2rem 2rem;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    background-color: white;
  }
  #name-correction #sectionThree .container .headParaDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
  #name-correction #sectionThree .container .headParaDiv p {
    width: 95%;
    margin-bottom: 2rem;
  }
  #name-correction #sectionThree .container .headParaDiv h4 {
    position: relative;
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 700;
  }
  #name-correction #sectionThree .container .headParaDiv h4::after {
    content: "";
    position: absolute;
    width: 60%;
    height: 15%;
    background-color: var(--orangeColor);
    left: 50%;
    bottom: -55%;
    transform: translate(-50%, -50%);
  }
  #name-correction #sectionThree .container .row2 {
    margin-top: 2rem;
  }
  #name-correction #sectionThree .container .boxes .contentDiv {
    box-shadow: rgba(38, 57, 77, 0.849) 0px 10px 30px -10px;
    background-color: white;
    padding: 1.5rem;
    border-radius: 10px;
    border: 1px solid white;
    margin-top: 2rem;
  }
  #name-correction #sectionThree .container .boxes .contentDiv:hover {
    box-shadow: rgba(38, 57, 77, 0.849) 0px 5px 15px -10px;
    border: 1px solid orange;
  }
  #name-correction #testimonials-nameCor {
    margin: 5rem 0;
  }
  #name-correction #testimonials-nameCor .swiper-button-prev::after {
    font-size: 2rem;
    font-weight: 700;
    color: #ff9a3c;
  }
  #name-correction #testimonials-nameCor .swiper-button-next::after {
    font-size: 2rem;
    font-weight: 700;
    color: #ff9a3c;
  }
  #name-correction #testimonials-nameCor .container h1 {
    position: relative;
    margin-bottom: 5rem;
    font-size: 2rem;
    font-weight: 700;
  }
  #name-correction #testimonials-nameCor .container h1::after {
    content: "";
    position: absolute;
    width: 10%;
    height: 15%;
    background-color: var(--orangeColor);
    left: 50%;
    bottom: -55%;
    transform: translate(-50%, -50%);
  }
  #name-correction #testimonials-nameCor .container .row .swiper-slide {
    padding: 2rem 0;
  }
  #name-correction #testimonials-nameCor .container .row .swiper-slide .contentDiv {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    padding: 3rem 1rem 1rem 1rem;
    height: 22rem !important;
    border-radius: 5px;
    margin: 1rem;
  }
  #name-correction #testimonials-nameCor .container .row .swiper-slide .contentDiv img {
    transform: rotate(180deg);
    opacity: 0.1;
  }
  #name-correction #testimonials-nameCor .container .row .swiper-slide .contentDiv h3 {
    font-size: 1.5rem;
    font-weight: 400;
  }
  #name-correction #testimonials-nameCor .container .row .swiper-slide .contentDiv h5 {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
    align-items: center;
  }
  #name-correction #testimonials-nameCor .container .row .swiper-slide .contentDiv p {
    font-size: 0.9rem;
  }
  #addToCart .row {
    justify-content: center;
  }
  #addToCart .row .right {
    margin-top: 2rem;
    width: 94%;
  }
  #addToCart .headRow {
    position: relative;
    border-bottom: 1px solid black;
  }
  #addToCart .headRow #product {
    display: block;
    text-align: left;
    width: 42%;
  }
  #addToCart .headRow #total {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    text-align: right;
  }
  #addToCart .headRow #mob {
    display: none;
  }
  #addToCart .contentRow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #addToCart .contentRow .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #addToCart .contentRow .row .imbBox img {
    width: 60% !important;
    height: 5rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #addToCart .contentRow .row .contentDiv {
    position: absolute;
    width: 16rem;
    left: 30%;
  }
  #addToCart .contentRow .row .contentDiv h4 {
    font-size: 1rem;
  }
  #addToCart .contentRow .row .contentDiv h5 {
    font-size: 0.8rem;
  }
  #addToCart .contentRow .row .contentDiv h6 {
    font-size: 0.9rem;
    line-height: 2rem;
  }
  #addToCart .contentRow #product-value {
    position: absolute;
    left: 22%;
    top: 128%;
    width: 42%;
    font-size: 0.7rem;
  }
  #addToCart .contentRow .total-price {
    position: absolute;
    width: 49%;
    top: 132%;
    right: 0;
  }
  #addToCart .contentRow .removeFromCart {
    position: absolute;
    right: -7%;
    margin-top: 16px;
  }
  #addToCart .contentRow .removeFromCart i {
    font-size: 1rem;
  }
  #name-correction #sectionTwo .headParaDiv {
    margin-bottom: 0rem !important;
  }
}
@media only screen and (max-width: 1030px) {
  .phoneNavBar {
    display: block;
  }
  .phoneNavBar .left a img {
    width: 100%;
  }
  .phoneNavBar #singleProduct .container-fluid .row1 .ContentWala {
    margin-top: 30rem !important;
  }
  .phoneNavBar .mid {
    background-color: rgb(223, 175, 175);
    width: 90% !important;
  }
  .phoneNavBar .right {
    width: 59%;
    gap: 0.5rem;
    align-items: center;
  }
  .phoneNavBar .right #menuIcons {
    margin: -2rem 0;
    font-size: 1.2rem;
  }
  .phoneNavBar .right .cardBtn a {
    margin-top: 4.5rem !important;
  }
  .orderTracking .timeline-container {
    font-family: "Roboto", sans-serif;
    width: 70%;
  }
  #singleProduct .container-fluid .row3 ul li {
    flex-direction: column;
    align-items: start;
  }
  #singleProduct .container-fluid .row3 ul li img {
    width: 15%;
  }
  .navBar {
    display: none;
  }
  #productPage img {
    width: 100%;
    transition: 0.5s;
  }
  #productPage .container .row {
    padding: 1rem 0;
    justify-content: center;
  }
  #productPage .container .row .mainPDiv {
    width: 45%;
    margin-top: 2rem;
  }
  #productPage .container .row i {
    margin: 0 0.5rem;
  }
  #productPage .container .row .cotentP .imgDivp {
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #productPage .container .row .cotentP .imgDivp a {
    background-color: rgba(255, 132, 1, 0.9254901961);
    z-index: 50;
    margin-top: 5rem;
    padding: 0.5rem 1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
    font-weight: 600;
    transform: scale(1) translateY(0%);
  }
  #productPage .container .row .cotentP .imgDivp a:hover {
    background-color: #128308;
  }
  #productPage .container .row .cotentP .imgDivp:hover a {
    scale: 1.2;
    transform: scale(1) translateY(0%);
    border-radius: 1rem;
  }
  #productPage .container .row .cotentP .imgDivp:hover img {
    scale: 1.1;
  }
  #productPage .container .row .cotentP .contentDivP {
    margin-top: 1rem;
  }
  #productPage .container .row .cotentP .contentDivP h4 {
    font-weight: 600;
  }
  #productPage .container .row .cotentP .contentDivP h5 {
    color: #141414;
    font-weight: 700;
  }
  #productPage .container .row .cotentP .contentDivP h6 {
    font-size: 0.9rem;
    text-decoration: line-through;
    opacity: 0.4;
  }
  #productPage .container .row .cotentP .contentDivP span i {
    color: #f5b90e;
    margin: 0 0.2rem;
    font-size: 0.8rem;
  }
  #name-correction #sectionTwo .headParaDiv {
    margin-bottom: 16rem;
  }
  #name-correction #sectionTwo .headParaDiv p {
    width: 100% !important;
  }
  #name-correction #sectionTwo .container .row .contentDiv {
    margin-top: 2rem;
    padding: 2rem 1rem;
    height: 12rem;
  }
  #name-correction #sectionTwo .container .row .contentDiv p {
    font-size: 1rem;
  }
  #name-correction #sectionTwo .container .row .contentDiv h4 {
    font-size: 1.2rem;
  }
  #testimonials-nameCor {
    margin: 5rem 0;
  }
  #testimonials-nameCor .swiper-button-prev::after {
    font-size: 2rem;
    font-weight: 700;
    color: #ff9a3c;
  }
  #testimonials-nameCor .swiper-button-next::after {
    font-size: 2rem;
    font-weight: 700;
    color: #ff9a3c;
  }
  #testimonials-nameCor .container h1 {
    position: relative;
    margin-bottom: 5rem;
    font-size: 2rem;
    font-weight: 700;
  }
  #testimonials-nameCor .container h1::after {
    content: "";
    position: absolute;
    width: 10%;
    height: 15%;
    background-color: var(--orangeColor);
    left: 50%;
    bottom: -55%;
    transform: translate(-50%, -50%);
  }
  #testimonials-nameCor .container .row .swiper-slide {
    padding: 2rem 0;
  }
  #testimonials-nameCor .container .row .swiper-slide .contentDiv {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    padding: 3rem 1rem 1rem 1rem;
    height: 24rem !important;
    border-radius: 5px;
  }
  #testimonials-nameCor .container .row .swiper-slide .contentDiv img {
    transform: rotate(180deg);
    opacity: 0.1;
  }
  #testimonials-nameCor .container .row .swiper-slide .contentDiv h3 {
    font-size: 1.5rem;
    font-weight: 400;
  }
  #testimonials-nameCor .container .row .swiper-slide .contentDiv h5 {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
    align-items: center;
    padding: 0;
    margin: 0;
  }
  #testimonials-nameCor .container .row .swiper-slide .contentDiv p {
    font-size: 0.9rem;
  }
  #footer2 .row1 .two {
    margin-top: 2rem;
  }
  #footer2 .row1 .two .innerContent {
    height: 19vh;
  }
  #footer2 .row1 .three .innerContent {
    height: 13vh;
  }
  .swiper-thumbnails-cust {
    padding: 0.5rem;
  }
  .swiper-thumbnails-cust .swiper-slide {
    height: 12vh !important;
  }
  .mainSwiperSlider .swiper-slide {
    height: 55vh !important;
    display: flex;
    justify-content: center;
  }
  .mainSwiperSlider .swiper-slide img {
    width: 100% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    height: 100% !important;
  }
  #singleProduct .container-fluid .row1 .sliderWala {
    width: 100%;
    height: auto !important;
  }
}
@media screen and (max-width: 1400px) and (min-width: 992px) {
  .floating-btn-phone {
    bottom: 8%;
    width: 4%;
  }
  .floating-btn-whatapp {
    bottom: 20%;
    width: 4%;
  }
  .floating-btn-contact {
    width: 10%;
    top: 25%;
    right: -3.5vw;
  }
  #name-correction #headStrip {
    background-image: url("../public/img/ServiceBg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 15rem;
    text-align: center;
    position: relative;
    z-index: 5;
  }
  #name-correction #headStrip::after {
    content: "";
    background-color: rgba(18, 131, 8, 0.9333333333);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  #name-correction #headStrip .container {
    height: 100%;
  }
  #name-correction #headStrip .row {
    height: 100%;
    align-items: center;
  }
  #name-correction #headStrip .row .contentBox {
    color: white;
  }
  #name-correction #headStrip .row .contentBox h4 {
    font-size: 3rem;
  }
  #name-correction #headStrip .row .contentBox p {
    opacity: 0.7;
  }
  #name-correction #sectionTwo {
    margin: 5rem 0;
  }
  #name-correction #sectionTwo .container .headParaDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
  #name-correction #sectionTwo .container .headParaDiv p {
    width: 60%;
    position: relative;
    margin-bottom: 4rem;
  }
  #name-correction #sectionTwo .container .headParaDiv p::after {
    content: "";
    position: absolute;
    width: 60%;
    height: 5%;
    background-color: var(--orangeColor);
    left: 50%;
    bottom: -25%;
    transform: translate(-50%, -50%);
  }
  #name-correction #sectionTwo .container > .row {
    align-items: center;
    margin: 0rem 0;
  }
  #name-correction #sectionTwo .container > .row .boxes1 {
    height: 30rem;
    display: flex;
    align-items: end;
  }
  #name-correction #sectionTwo .container > .row .boxes1 .imgDiv {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    padding: 0.5rem;
  }
  #name-correction #sectionTwo .container > .row .boxes1 .imgDiv img {
    width: 100%;
  }
  #name-correction #sectionTwo .container > .row .boxes2 h3 {
    font-size: 1.5rem;
    text-align: center;
    padding: 1rem;
    font-weight: 700;
    position: relative;
  }
  #name-correction #sectionTwo .container > .row .boxes2 h3::after {
    content: "";
    position: absolute;
    width: 20%;
    height: 5%;
    background-color: var(--orangeColor);
    left: 50%;
    bottom: 5%;
    transform: translate(-50%, -50%);
  }
  #name-correction #sectionTwo .container > .row .contentDiv {
    background-color: rgb(250, 250, 250);
    height: 13rem;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    border: 1px solid orange;
  }
  #name-correction #sectionTwo .container > .row .contentDiv h4 {
    font-size: 0.9rem;
    font-weight: 600;
  }
  #name-correction #sectionTwo .container > .row .contentDiv p {
    font-size: 0.7rem;
    font-weight: 500;
  }
  #name-correction #sectionThree {
    background-image: url("../public/img/bgPatternN.webp");
    background-size: 15%;
    background-position: center center;
    margin: 5rem 0;
    padding: 4rem 0;
    position: relative;
    z-index: 5;
  }
  #name-correction #sectionThree::after {
    content: "";
    background-color: rgba(240, 240, 240, 0.801);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  #name-correction #sectionThree .container .container-fluid h3 {
    text-align: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  #name-correction #sectionThree .container .container-fluid h3::after {
    content: "";
    position: absolute;
    width: 30%;
    height: 15%;
    background-color: var(--orangeColor);
    left: 50%;
    top: 140%;
    transform: translate(-50%, -50%);
  }
  #name-correction #sectionThree .container .formDiv form {
    padding: 2rem 2rem;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    background-color: white;
    border-radius: 10px;
  }
  #name-correction #sectionThree .container .formDiv form textarea {
    width: 100%;
    border-radius: 10px;
  }
  #name-correction #sectionThree .container .headParaDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
  #name-correction #sectionThree .container .headParaDiv p {
    width: 100%;
    margin-bottom: 1rem;
  }
  #name-correction #sectionThree .container .headParaDiv h4 {
    position: relative;
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 700;
  }
  #name-correction #sectionThree .container .headParaDiv h4::after {
    content: "";
    position: absolute;
    width: 60%;
    height: 15%;
    background-color: var(--orangeColor);
    left: 50%;
    bottom: -55%;
    transform: translate(-50%, -50%);
  }
  #name-correction #sectionThree .container .row2 {
    margin-top: 2rem;
  }
  #name-correction #sectionThree .container .boxes .contentDiv {
    box-shadow: rgba(38, 57, 77, 0.849) 0px 10px 30px -10px;
    background-color: white;
    padding: 1.5rem;
    border-radius: 10px;
    border: 1px solid white;
  }
  #name-correction #sectionThree .container .boxes .contentDiv:hover {
    box-shadow: rgba(38, 57, 77, 0.849) 0px 5px 15px -10px;
    border: 1px solid orange;
  }
  #name-correction #testimonials-nameCor {
    margin: 5rem 0;
  }
  #name-correction #testimonials-nameCor .swiper-button-prev::after {
    font-size: 2rem;
    font-weight: 700;
    color: #ff9a3c;
  }
  #name-correction #testimonials-nameCor .swiper-button-next::after {
    font-size: 2rem;
    font-weight: 700;
    color: #ff9a3c;
  }
  #name-correction #testimonials-nameCor .container h1 {
    position: relative;
    margin-bottom: 5rem;
    font-size: 2rem;
    font-weight: 700;
  }
  #name-correction #testimonials-nameCor .container h1::after {
    content: "";
    position: absolute;
    width: 10%;
    height: 15%;
    background-color: var(--orangeColor);
    left: 50%;
    bottom: -55%;
    transform: translate(-50%, -50%);
  }
  #name-correction #testimonials-nameCor .container .row .swiper-slide {
    padding: 2rem 0;
  }
  #name-correction #testimonials-nameCor .container .row .swiper-slide .contentDiv {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    padding: 3rem 1rem 1rem 1rem;
    height: 24rem;
    border-radius: 5px;
  }
  #name-correction #testimonials-nameCor .container .row .swiper-slide .contentDiv img {
    transform: rotate(180deg);
    opacity: 0.1;
  }
  #name-correction #testimonials-nameCor .container .row .swiper-slide .contentDiv h3 {
    font-size: 1.5rem;
    font-weight: 400;
  }
  #name-correction #testimonials-nameCor .container .row .swiper-slide .contentDiv h5 {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
    align-items: center;
  }
  #name-correction #testimonials-nameCor .container .row .swiper-slide .contentDiv p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 600px) {
  .modalPopup {
    width: 35rem !important;
  }
  .modalContent > div {
    width: 50% !important;
  }
  #name-correction #sectionTwo .container .row .contentDiv p {
    font-size: 0.8rem;
  }
  .floating-btn-whatapp {
    bottom: 50vh;
    width: 8%;
  }
  .floating-btn-phone {
    bottom: 43vh;
    width: 8%;
  }
  .floating-btn-contact {
    width: 15%;
    top: 25%;
    right: -5vw;
  }
  .phoneNavBar .row .left a img {
    width: 70%;
  }
  #marque {
    background-size: 28%;
  }
  #marque ul {
    gap: 3rem;
  }
  #name-correction #sectionThree .container .boxes .contentDiv {
    margin-top: 2rem;
  }
  .overflow-hidden-home {
    overflow-x: hidden !important;
  }
  #counters-home {
    height: auto;
  }
  #slider .row .headingB .contentBox {
    background-color: unset;
  }
  #slider .row .headingB .contentBox h2 {
    font-size: 1rem;
  }
  #services .container-fluid .row div {
    width: 50%;
  }
  #services .container-fluid .row div .contentBox .headingBox {
    width: 100%;
  }
  #counters-home .row h4 {
    font-size: 2rem;
  }
  #whyChseus h2 {
    position: relative;
    display: block;
    margin-bottom: 5rem;
    text-align: center;
    font-weight: 700;
  }
  #whyChseus h2::after {
    content: "";
    position: absolute;
    width: 10%;
    height: 15%;
    background-color: var(--orangeColor);
    left: 50%;
    bottom: -40%;
    transform: translate(-50%, -50%);
  }
  #whyChseus h4 {
    font-size: 1.2rem;
    font-weight: 500;
    text-align: start;
  }
  #whyChseus .row .first {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    transform: translateX(0%);
    width: 50%;
  }
  #whyChseus .row .first h4 {
    margin-left: -1.8rem;
  }
  #whyChseus .row .first .row {
    align-items: center;
    margin: 1rem 0;
    flex-direction: row-reverse;
  }
  #whyChseus .row .first .row .col-9 {
    text-align: end;
  }
  #whyChseus .row .first .row .col-3 {
    display: flex;
    justify-content: end;
    align-items: end;
  }
  #whyChseus .row .first .row .col-3 img {
    width: 60%;
  }
  #whyChseus .row .first .contentDiv2 {
    margin-right: 5rem;
  }
  #whyChseus .row .second {
    display: none;
  }
  #whyChseus .row .second .imgBox img {
    width: 100%;
  }
  #whyChseus .row .third {
    width: 50%;
    display: block;
    align-items: center;
    justify-content: center;
    transform: translateX(0%);
  }
  #whyChseus .row .third .row {
    margin: 1rem 0;
    align-items: center;
  }
  #whyChseus .row .third .row img {
    width: 90%;
  }
}
@media screen and (max-width: 400px) and (min-width: 320px) {
  .hideInPhone {
    display: none !important;
  }
  .modalContent > div:last-child {
    padding: 0 2rem !important;
  }
  #productPage .container .row .cotentP .imgDivp a {
    font-size: 0.7rem;
  }
  .modalPopup {
    width: 95% !important;
  }
  .floating-btn-phone {
    width: 15%;
    bottom: 12vh;
  }
  .phoneNavBar .row .right .cardBtn a p {
    display: none;
  }
  .phoneNavBar .row .right .cardBtn a span {
    display: none;
  }
  .phoneNavBar .row .right .cardBtn a i {
    padding: 0;
    margin-top: -0.7rem;
  }
  .mainSwiperSlider .swiper-slide {
    height: 35vh !important;
  }
}
/* Add to cart  */
#addToCart .cartUl {
  margin-bottom: 2rem;
  width: 85rem;
  padding: 1rem 1rem;
  border-radius: 0.5rem;
}
#addToCart .cartUl i {
  position: absolute;
  padding: 0.5rem 0rem;
  border-radius: 5rem;
  color: black;
  font-size: 1.2rem;
  width: 2.5rem;
  text-align: center;
  display: grid;
  place-items: center;
  right: 0.5rem;
}
#addToCart .cartUl i:hover {
  cursor: pointer;
}
#addToCart .cartUl .imbBox img {
  text-align: start;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#addToCart .cartUl .right .content {
  margin-top: 5rem;
  margin-left: 1rem;
}
#addToCart .cartUl .right .content h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
#addToCart .cartUl .right .content h5 {
  font-size: 1rem;
  font-weight: 500;
  opacity: 0.7;
}
#addToCart .cartUl .right .content .span1 {
  display: block;
  margin-bottom: 0.3rem;
}
#addToCart .cartUl .right .content .span1 input {
  width: 10%;
  text-align: center;
  background-color: white;
  border: 1px solid rgb(216, 216, 216);
  border-radius: 0.2rem;
  color: black;
  font-size: 1rem;
}
#addToCart .cartUl .right .content .span1 button {
  border: none;
  width: 10%;
  font-weight: 500;
  border: 1px solid rgb(216, 216, 216);
  border-radius: 0.2rem;
}
#addToCart .cartUl .right .content .span1 button:hover {
  background-color: #00674c;
  color: white;
}
#addToCart .cartUl .right .content .span2 {
  font-size: 0.8rem;
  font-weight: 600;
  color: #ff8601;
}
#addToCart .subtotal {
  display: flex;
  justify-content: space-between;
}
#addToCart .subtotal span {
  font-size: 1.2rem;
  font-weight: 600;
  opacity: 0.8;
}
#addToCart .heading {
  margin: 1rem 0;
}
#addToCart .heading .headingLine {
  width: 100%;
  font-size: 0.8rem;
  font-weight: 600;
  opacity: 0.7;
}
#addToCart .heading .imgB {
  overflow: hidden;
}
#addToCart .heading .imgB img {
  width: 100%;
  border-radius: 5rem;
  height: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0.5px solid rgb(212, 212, 212);
}
#addToCart .buttonDiv a {
  width: 30%;
  background-color: red;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0;
  text-align: center;
  font-size: 0.9rem;
  padding: 0.5rem 0;
  border-radius: 0.5rem;
  color: white;
  text-transform: uppercase;
}
#addToCart .buttonDiv .one {
  background-color: #00674c;
}
#addToCart .buttonDiv .one:hover {
  background-color: #000;
  color: white;
}
#addToCart .buttonDiv .two {
  background-color: #ff8601;
}
#addToCart .buttonDiv .two:hover {
  background-color: #000;
  color: white;
}

#addToCart {
  margin: 5rem 0;
}
#addToCart .container .row {
  padding: 0 0.2rem;
  align-items: center;
  position: relative;
}
#addToCart .container .row i {
  margin: 0 0.2rem;
}
#addToCart .container .row > .left {
  text-align: start;
}
#addToCart .container .row > .left .headRow {
  margin: 2rem 0;
  text-align: center;
}
#addToCart .container .row > .left .BoxThree {
  text-align: center;
}
#addToCart .container .row > .left .contentRow {
  margin: 3rem 0;
}
#addToCart .container .row > .left .contentRow .BoxFive {
  position: relative;
}
#addToCart .container .row > .left .contentRow .BoxFive .removeFromCart {
  text-align: center;
  font-size: 1.5rem;
  color: red;
  cursor: pointer;
}
#addToCart .container .row > .left button {
  background-color: unset;
  width: 30%;
  font-size: 1.5rem;
  border: none;
}
#addToCart .container .row > .left input {
  width: 40%;
  text-align: center;
  padding: 0.4rem 0;
  border: 1px solid gray;
  border-radius: 3px;
  background-color: unset;
}
#addToCart .container .row > .right {
  box-shadow: 0px 0px 20px -8px gray;
  border-radius: 5px;
  padding: 1rem 1rem 1rem 1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: sticky;
  top: 2rem;
  text-transform: uppercase;
}
#addToCart .container .row > .right #checkoutBtn {
  width: 100%;
}
#addToCart .container .row > .right #checkoutBtn a {
  background-color: var(--orangeColor);
  display: block;
  width: 100%;
  text-align: center;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 10px;
}
#addToCart .container .row > .right #checkoutBtn a:hover {
  background-color: #00674c;
}
#addToCart .container .row > .right > h2 {
  text-align: center;
  font-size: 1.5rem;
  margin: 1rem 0;
  border-bottom: 1px solid rgb(221, 221, 221);
  width: 95%;
  padding-bottom: 1rem;
  text-transform: capitalize;
}
#addToCart .container .row > .right > .contentDiv .row1 p {
  font-size: 1.2rem;
  font-weight: 500;
}
#addToCart .container .row > .right > .contentDiv .row2 span {
  font-size: 1rem;
  font-weight: 500;
}
#addToCart .container .row > .right > .contentDiv .promoCode label {
  font-size: 1rem;
  font-weight: 600;
  opacity: 0.9;
  margin: 0rem 0 0.5rem 0;
}
#addToCart .container .row > .right > .contentDiv .promoCode input {
  width: 100%;
  font-size: 0.8rem;
  padding: 0.4rem 1rem;
  margin-bottom: 0.5rem;
}
#addToCart .container .row > .right > .contentDiv .promoCode button {
  border: none;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.4rem 1rem 0.4rem 1rem;
  background-color: #128308;
  color: white;
}
#addToCart .container .row > .right > .contentDiv .promoCode button:hover {
  background-color: var(--orangeColor);
}
#addToCart .container .row > .right > .contentDiv .row3 p {
  font-size: 1rem;
  font-weight: 500;
}
#addToCart .container .row > .right > .contentDiv .row {
  margin: 1.5rem 0;
}

/* checkout page design */
#checkout .checks {
  border-top: 1px solid rgb(187, 187, 187);
  padding-top: 4rem;
  margin-bottom: 5rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: normal;
  justify-content: center;
  position: relative;
}

.checkout-form {
  width: 50%;
}
.checkout-form .payment {
  margin-bottom: 0rem;
}
.checkout-form .payment .pay {
  background-color: #f2f2f2;
  border-radius: 0.4rem;
  padding: 0.6rem 0.8rem;
}
.checkout-form .payment .pay label {
  font-size: 0.8rem;
}
.checkout-form .payment h4 {
  font-size: 1.2rem;
  padding-top: 2rem;
  line-height: 0.8rem;
}
.checkout-form .payment p {
  font-size: 0.8rem;
}
.checkout-form .billing {
  margin-top: 0rem;
}
.checkout-form .billing h4 {
  font-size: 1.2rem;
  padding-top: 2rem;
}
.checkout-form .billing .para {
  background-color: #f2f2f2;
  border-radius: 0.4rem;
  padding: 0.6rem 0.8rem;
}
.checkout-form .billing .para label {
  font-size: 0.8rem;
}
.checkout-form .billing p {
  width: 100%;
  font-size: 0.8rem;
  border: 1px solid black;
  border: none;
  padding: 0.6rem 0.8rem;
  text-align: left;
  margin: 0;
}
.checkout-form .billing button {
  width: 100%;
  padding: 0.8rem 2rem;
  border-radius: 0.6rem;
  background-color: #ff8601;
  color: #fff;
  font-weight: 500;
  border: none;
  margin-top: 2rem;
}
.checkout-form .billing button:hover {
  background-color: #000;
}
.checkout-form .login {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkout-form .login a {
  text-decoration: underline;
}
.checkout-form .formDiv {
  box-shadow: 0px 0px 20px -11px gray;
  height: 97%;
  display: flex;
  width: 95%;
  justify-content: center;
  border-radius: 10px;
  padding: 2rem 0;
}
.checkout-form form {
  width: 90%;
}
.checkout-form form h6 {
  font-size: 1rem;
  font-weight: 500;
}
.checkout-form form .form-control {
  margin: 10px 0px;
  position: relative;
  border: none;
  margin: 0;
  padding: 0.35rem 0 !important;
  /* label{
    font-size: 2rem;
  } */
}
.checkout-form form .form-control label:not([for=checkout-checkbox]) {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 2px;
}
.checkout-form form .form-control input:not([type=checkbox]) {
  width: 100%;
  padding: 10px 10px 10px 40px;
  border-radius: 10px;
  outline: none;
  border: 0.2px solid rgba(78, 81, 80, 0.5215686275);
  font-size: 12px;
  font-weight: 700;
}
.checkout-form form .form-control input:not([type=checkbox])::-moz-placeholder {
  font-size: 10px;
  font-weight: 500;
}
.checkout-form form .form-control input:not([type=checkbox])::placeholder {
  font-size: 10px;
  font-weight: 500;
}
.checkout-form form .form-control label[for=checkout-checkbox] {
  font-size: 0.6rem;
  font-weight: 500;
  line-height: 10px;
}
.checkout-form form .form-control > div {
  position: relative;
}
.checkout-form form .form-control > div span.fa {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(15px, -50%);
}
.checkout-form form .form-group {
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.checkout-form form .checkbox-control {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.checkout-form form .form-control-btn {
  display: flex;
  align-items: center;
  /* justify-content: ; */
}
.checkout-form form .form-control-btn button {
  padding: 0.6rem 1.5rem;
  font-size: 0.8rem;
  color: #fff;
  background: #f2994a;
  border: 0;
  border-radius: 7px;
  letter-spacing: 0.5px;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 1rem;
}

.checkout-details {
  width: 40%;
  position: relative;
}
.checkout-details .checkout-details-inner {
  background: #f2f2f2;
  border-radius: 10px;
  padding: 1rem;
  position: sticky;
  top: 0rem;
  overflow-y: auto;
  margin-bottom: 5rem;
  overflow-x: hidden;
}
.checkout-details .checkout-details-inner .checkout-lists {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.1rem;
}
.checkout-details .checkout-details-inner .checkout-lists .discount {
  margin-top: 2rem;
}
.checkout-details .checkout-details-inner .checkout-lists .discount input {
  font-size: 0.8rem;
  padding: 0.6rem 1.8rem;
  border: 1px solid rgb(220, 215, 215);
  border-radius: 0.2rem;
  margin-bottom: 2rem;
}
.checkout-details .checkout-details-inner .checkout-lists .discount input:focus {
  outline: 1px solid gray;
}
.checkout-details .checkout-details-inner .checkout-lists .discount button {
  background-color: #ff8601;
  color: #fff;
  padding: 0.4rem 1.7rem;
  margin-left: 4rem;
  border: none;
  border-radius: 0.2rem;
}
.checkout-details .checkout-details-inner .checkout-lists .discount button:hover {
  background-color: black;
}
.checkout-details .checkout-details-inner .checkout-lists .card {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding: 1rem 1rem;
  border-radius: 0;
  border: none;
}
.checkout-details .checkout-details-inner .checkout-lists .card .card-image {
  width: 20%;
}
.checkout-details .checkout-details-inner .checkout-lists .card .card-image img {
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  border-radius: 10px;
}
.checkout-details .checkout-details-inner .checkout-lists .card .card-details .card-name {
  font-size: 12px;
  font-weight: 500;
}
.checkout-details .checkout-details-inner .checkout-lists .card .card-details .card-price {
  font-size: 10px;
  font-weight: 500;
  color: #f2994a;
  margin-top: 5px;
}
.checkout-details .checkout-details-inner .checkout-lists .card .card-details .card-price span {
  color: #4e5150;
  text-decoration: line-through;
  margin-left: 10px;
}
.checkout-details .checkout-details-inner .checkout-lists .card .card-details .card-wheel {
  margin-top: 17px;
  border: 0.2px solid rgba(78, 81, 80, 0.5215686275);
  width: 90px;
  padding: 8px 8px;
  border-radius: 10px;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}
.checkout-details .checkout-details-inner .checkout-lists .card .card-details .card-wheel button {
  color: #828282;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  cursor: pointer;
  border-radius: 3px;
  font-weight: 500;
}
.checkout-details .checkout-details-inner .checkout-shipping,
.checkout-details .checkout-details-inner .checkout-total {
  display: flex;
  font-size: 1rem;
  padding: 0rem 0.6rem;
  line-height: 0rem;
  justify-content: space-between;
}
.checkout-details .checkout-details-inner .checkout-shipping p,
.checkout-details .checkout-details-inner .checkout-total p {
  font-size: 0.8rem;
  font-weight: 500;
}

.pro_in_desk {
  margin-bottom: 2rem;
}

.cart {
  background-color: #ff8601;
  margin-right: 0.5rem;
}

.cart:hover {
  background-color: #ffa341;
  margin-right: 0.5rem;
}

.product_thorugh {
  font-size: 20px;
  text-decoration: line-through;
  color: #bbbbbb;
}
.product_thorugh i {
  color: #bbbbbb !important;
  font-size: 1rem !important;
}

.details_portion {
  margin-left: 7rem;
}

.order-table-width {
  max-width: 80rem;
}

.confirm_btn {
  background-color: var(--orangeColor);
  display: block;
  width: 100%;
  text-align: center;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 10px;
}

.confirm_btn:hover {
  background-color: #00674c;
  color: white;
}

.orderSuccessClass {
  width: 500px;
}

@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
  .popupimageForm {
    width: 100%;
    height: auto;
    display: none;
  }
  #services .container-fluid .row div .contentBox {
    height: 15rem;
  }
  #counters-home .row {
    text-align: center;
    padding: 2rem 0 2rem 0.3rem;
  }
  #testimonials {
    margin: 0rem 0;
  }
  .swiper-thumbnails-cust {
    padding: 0.5rem;
  }
  .swiper-thumbnails-cust .swiper-slide {
    height: 12vh !important;
  }
  .mainSwiperSlider .swiper-slide {
    height: 38vh !important;
  }
  .swiper-thumbnails-cust .swiper-slide {
    height: 12vh !important;
  }
  #singleProduct .container-fluid .row1 .sliderWala {
    width: 100%;
    height: auto !important;
  }
  #singleProduct .container-fluid .row1 .ContentWala {
    margin-top: 0rem;
  }
  .orderSuccessClass {
    width: 100% !important;
  }
  .pro_in_desk {
    margin-bottom: 0rem !important;
  }
  .details_portion {
    margin-left: 4rem;
  }
  .formDiv {
    width: 104% !important;
  }
}
.swiper-thumbnails-cust {
  padding: 0.5rem;
}
.swiper-thumbnails-cust .swiper-slide {
  height: 15vh;
}

.mainSwiperSlider .swiper-slide {
  height: 60vh;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.mainSwiperSlider .swiper-slide img {
  width: 95% !important;
}

.myaccount-page-wrapper .myaccount-tab-menu {
  display: none;
}

.my-account-wrapper {
  margin: 0 0 2rem 0;
}
.my-account-wrapper p {
  font-size: 0.9rem !important;
}
.my-account-wrapper .section-bg-color .col-lg-8 .row > .col-lg-3 {
  display: none;
}
.my-account-wrapper .section-bg-color .col-lg-8 .row > .innerMyaccountMain {
  box-shadow: 0px 0px 20px -6px gray;
  padding: 2rem;
  border-radius: 10px;
}

.profile_gap {
  margin-right: 1.8rem;
}

.spec_img {
  width: 28%;
}

.footer_logo {
  width: 70%;
}

.contact_margin {
  margin-top: -8rem;
}

.desktop_only {
  display: block;
}

.mobile_only {
  display: none;
}

.logo-lg {
  height: auto !important;
}

.review_product_title {
  font-size: 1.8rem !important;
}

.review_label {
  font-size: 1rem !important;
}

.text-danger {
  color: red !important;
}

.share_icons {
  font-size: 2rem !important;
}

blockquote {
  text-align: center !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

blockquote p {
  font-family: var(--font-family) !important;
  font-weight: normal !important;
  text-align: start !important;
}

blockquote h3 {
  font-family: var(--font-family) !important;
  font-weight: normal !important;
  text-align: start !important;
}

.padding_in_checkout_form {
  padding: 0rem;
}

.cart_title {
  font-size: 1rem;
}

.cat_subtitle {
  font-size: 0.9rem;
}

.checkout_table_sty {
  width: 100%;
}

.orderSuccessClassImg {
  width: 200px;
}

@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
  #addToCart .container .row > .left .headRow {
    margin: 1rem 0 !important;
  }
  #singleProduct .container-fluid .row1 .section-links .nav-pills {
    margin-top: 1rem !important;
  }
  .details_btns {
    font-size: 10px !important;
  }
  #addToCart {
    margin: 3rem 0 !important;
  }
  .checkout_table_sty {
    margin-top: 1rem;
  }
  .checkout-details .checkout-details-inner .checkout-lists .card .card-image {
    width: 25% !important;
  }
  .total_final_checkout {
    top: 125% !important;
    width: 36% !important;
  }
  .qty_final_checkout {
    left: 40% !important;
    top: 126% !important;
  }
  .padding_in_checkout_form {
    padding: 2rem !important;
  }
  .mobile_only {
    display: block;
  }
  .desktop_only {
    display: none;
  }
  .orderSuccessClass {
    width: 100% !important;
  }
  .pro_in_desk {
    margin-bottom: 0rem !important;
    padding: 0.5rem !important;
  }
  .details_portion {
    margin-left: 4rem;
  }
  .formDiv {
    width: 100% !important;
  }
  .banner_title {
    font-size: 2rem !important;
  }
  .banner_subtitle {
    font-size: 1rem !important;
  }
  .mySwiper10 .swiper-wrapper .swiper-slide .contentDiv {
    position: relative;
  }
  .mySwiper10 .swiper-wrapper .swiper-slide .contentDiv .imgD {
    z-index: 5;
    height: 20rem !important;
  }
  .banner_image {
    width: 100%;
    height: 20rem !important;
    background-size: cover !important;
  }
  .d_none_mobile {
    display: none;
  }
  .spec_title {
    font-size: 0.9rem !important;
    font-weight: normal;
  }
  .spec_subtitle {
    font-size: 0.6rem !important;
    font-weight: normal;
  }
  .spec_img {
    width: 75%;
  }
  .contact_margin {
    margin-top: 0rem !important;
  }
  .footer_gap_lower {
    margin-bottom: 1rem !important;
  }
  .profile_gap {
    margin-right: 0.3rem !important;
  }
  #singleProduct .container-fluid .row1 .sliderWala .mySwiper214 {
    width: 100% !important;
  }
  #singleProduct .container-fluid .row1 .sliderWala .mySwiper213 {
    width: 95% !important;
  }
  #singleProduct .container-fluid .row3 .col-10 h2 {
    padding-left: 1rem !important;
    font-size: 1.5rem !important;
  }
  .cat_title {
    font-size: 1.2rem;
  }
}
#modalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 99999;
  height: 100%;
  width: 100%;
}
#modalOverlay form button {
  background-color: #ff8601;
  border: none;
  padding: 0.5rem 2rem;
  border-radius: 0.5rem;
}
#modalOverlay form button:hover {
  background-color: #000;
}
#modalOverlay form textarea {
  border: 1px solid rgba(255, 132, 1, 0.5333333333);
  height: 20vh;
  border-radius: 5px;
  padding: 2rem 1rem;
  outline: none;
}
#modalOverlay form textarea::-moz-placeholder {
  font-size: 0.8rem;
  font-style: italic;
  color: gray;
  opacity: 0.6;
}
#modalOverlay form textarea::placeholder {
  font-size: 0.8rem;
  font-style: italic;
  color: gray;
  opacity: 0.6;
}
#modalOverlay form select {
  box-shadow: unset !important;
  padding: 5px 1rem !important;
  outline: none;
}
#modalOverlay form select::-moz-placeholder {
  font-size: 0.8rem;
  font-style: italic;
  color: gray;
  opacity: 0.6;
}
#modalOverlay form select::placeholder {
  font-size: 0.8rem;
  font-style: italic;
  color: gray;
  opacity: 0.6;
}
#modalOverlay form input {
  box-shadow: unset !important;
  padding: 5px 1rem !important;
  outline: none;
}
#modalOverlay form input::-moz-placeholder {
  font-size: 0.8rem;
  font-style: italic;
  color: gray;
  opacity: 0.6;
}
#modalOverlay form input::placeholder {
  font-size: 0.8rem;
  font-style: italic;
  color: gray;
  opacity: 0.6;
}

.modalPopup {
  position: absolute;
  top: 23rem;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 45rem;
  padding: 0 0 30px;
}
.modalPopup p {
  color: #000;
}

.modalContent {
  padding: 0 0rem;
}
.modalContent > div:last-child {
  padding: 0rem 2rem 0 0rem;
}
.modalContent > div:first-child {
  display: grid;
  place-items: center;
}
.modalContent > div:first-child img {
  width: 95%;
}

.headerBar {
  width: 100%;
  margin: 0;
  text-align: center;
}
.headerBar h1 {
  margin-bottom: 0.2em;
  font-size: 1.2rem;
  text-transform: capitalize;
  padding: 1rem 0;
}

.buttonStyle {
  border: transparent;
  border-radius: 0;
  background: #00674c;
  color: #ffffff !important;
  cursor: pointer;
  position: absolute;
  top: 0rem;
  right: 0rem;
  padding: 0.5rem 1rem;
}
.buttonStyle i {
  font-size: 1.2rem;
}

.buttonStyle:hover {
  background: #ff8601;
  color: #fff;
}

.formSectionbg {
  background-size: cover; /* Ensures the image covers the entire element */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  background-position: center; /* Centers the image within the element */
  border-radius: 10px;
}

.form-section-appointment {
  padding: 20px;
  background-color: #eeeeee;
  border-radius: 20px;
}/*# sourceMappingURL=style.css.map */