* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  z-index: 2;
}

.body {
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.navbar {
  height: 120px;
  width: 100%;
  background-color: #f3f3f3;
}

.logo-header {
  width: 100%;
  max-width: 245px;
  height: 100%;
  max-height: 66px;
}

.chunk {
  max-width: 150.6px;
  height: 100px;
  background-color: #fff;
  width: 100%;
  opacity: 1;
  transition: background-color 40s ease-in-out;
  /* Add a smooth transition effect */
  animation: removeBackground 1s forwards;
}

@keyframes removeBackground {
  0% {
    background-color: #ffffff;
  }

  100% {
    background-color: transparent;
    /* Change to transparent for the transition */
  }
}

@keyframes background-color {
  0% {
    background-color: #ffffff;
  }

  100% {
    background-color: transparent;
  }
}

.chunk:nth-child(1),
.chunk:nth-child(6) {
  animation-delay: 0.18s;
}

.chunk:nth-child(2),
.chunk:nth-child(7) {
  animation-delay: 0.16s;
}

.chunk:nth-child(3),
.chunk:nth-child(8) {
  animation-delay: 0.14s;
}

.chunk:nth-child(4),
.chunk:nth-child(9) {
  animation-delay: 0.12s;
}

.chunk:nth-child(5),
.chunk:nth-child(10) {
  animation-delay: 0.1s;
}

.chunk:nth-child(6),
.chunk:nth-child(11) {
  animation-delay: 0.8s;
}

.chunk:nth-child(7),
.chunk:nth-child(12) {
  animation-delay: 0.6s;
}

.chunk:nth-child(8),
.chunk:nth-child(13) {
  animation-delay: 0.4s;
}

.chunk:nth-child(9),
.chunk:nth-child(14) {
  animation-delay: 0.2s;
}

.header-section {
  width: 100%;
  position: relative;
  z-index: 5;
}

.header-section .container-fluid {
  justify-content: center;
}

.header-div {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  /* box-shadow: 0 0 15px rgb(102, 252, 241, 16%); */
  box-shadow: 0 0 1px rgba(102, 252, 241, 1);
  /* background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.5) 0%,
		rgba(255, 255, 255, 0.5) 100%
	); */
}

.shadow {
  box-shadow: 0 0 1px rgba(102, 252, 241, 1) !important;
}

.logo {
  width: 100%;
  max-width: 262px;
  height: 50px;
  object-fit: cover;
}

.navbar-nav {
  gap: 1rem;
}

.navbar-nav .nav-link {
  font-size: 18px;
  font-weight: 500;
  color: #717171;
  transition: all 0.2s ease;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: #000000;
  font-weight: 600;
  border-radius: 2px;
  padding: 7px 10px;
  border-bottom: 2px solid #000727;
}

.banner-section {
  width: 100%;
  height: 100%;
  background-color: #131313;
}

.imagePart1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.ImagePart1Title {
  font-weight: bold;
  font-size: 80px;
  color: #0cc0df;
  margin-bottom: 0;
  position: absolute;
}

.imagePartW {
  width: 100%;
  font-size: 100px;
  font-weight: bold;
  color: #0cc0df;
  margin-bottom: 0;
  position: relative;
  line-height: 70px;
}

.width-line {
  width: 100%;
  max-width: 305px;
  height: 5px;
  background-color: #0cc0df;
  position: absolute;
  right: 0;
}

.imagePartW::before {
  content: "";
  width: 100%;
  max-width: 170px;
  height: 5px;
  background-color: #0cc0df;
  position: absolute;
  right: 30%;
  bottom: -29px;
}

.imagePartH::before {
  content: "";
  width: 100%;
  max-width: 338px;
  height: 5px;
  background-color: #0cc0df;
  position: absolute;
  left: 2%;
  bottom: 10%;
}

/* become */
.banner-section.become-section {
  background-color: #e3e8ec;
  padding: 3rem 0;
}

.banner-section.become-section1 {
  background-color: #f3f3f3;
  padding: 3rem 0;
}

.banner-section.become-section .iconImageBanner {
  width: 100%;
  max-width: 370px;
  height: 100%;
  max-height: 100px;
}

.banner-section.become-section .iconImageBanner .imageIcon {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ImagePartHTitle {
  font-weight: bold;
  font-size: 140px;
  color: #000727;
  margin-bottom: 0;
  position: absolute;
}

.imagePartH {
  width: 100%;
  font-size: 170px;
  font-weight: bold;
  color: #000727;
  margin-bottom: 0;
  position: relative;
  line-height: 210px;
}

.imagePart1.imagePart2 {
  margin-top: -2rem;
}

.contentNewBecome {
  padding: 3rem 0;
}

.btn.btn-become {
  width: 100%;
  max-width: 630px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  background-color: #0cc0df;
  border: none;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 0.3rem;
  gap: 1rem;
}

.imageficDiv {
  position: absolute;
  right: 18%;
  width: 100%;
  max-width: 42px;
  height: 283px;
}

.imagefic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rightSideContentImageDiv {
  width: 100%;
  max-width: 630px;
  height: 100%;
}

.rightSideContentImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.icon-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.icon-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.icon-content {
  width: 100%;
  max-width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}

.icon-image {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  max-width: 45px;
  max-height: 45px;
}

.icon-image-new {
  width: 100%;
  height: 100%;
}

.title-h5 {
  font-size: 17px;
  font-family: "montserrat", sans-serif;
  font-weight: bold;
  color: #0cc0df;
  margin: 0.5rem 0;
}

.span-h5 {
  color: #000727;
}

.para-p {
  font-size: 13px;
  font-family: "montserrat", sans-serif;
  font-weight: 500;
  color: #717171;
}

.getStarted {
  text-align: center;
  width: 100%;
}

.getStartedTitle {
  font-size: 30px;
  font-weight: bold;
  font-family: "montserrat", sans-serif;
  color: #000727;
}

.btn.btn-become.applyNow {
  width: 100%;
  max-width: 380px;
  height: 60px;
  border-radius: 40px;
}

.form-boxbg {
  width: 100%;
  /* height: 500px; */
  background-color: #ffffff;
  border-radius: 70px;
  padding: 40px 40px 60px 40px;
  position: relative;
}

.form-check-input:focus {
  border-color: #000000;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.1);
}

.form-check-input {
  background-color: #f3f3f3;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  margin-right: 0.5rem;
  border: none;
  margin-top: 0;
}

.btn.becomeFixer {
  position: absolute;
  bottom: -4%;
  width: 100%;
  max-width: 250px;
  height: 50px;
  border-radius: 35px;
  background-color: #000727;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  color: #f3f3f3;
  font-family: "montserrat", sans-serif;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn.becomeFixernew {
  height: 50px;
  border-radius: 35px;
  background-color: #000727;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  color: #f3f3f3;
  font-family: "montserrat", sans-serif;
}

.btn.form-control {
  background-image: linear-gradient(to bottom, #f3f3f3, #e3e3e3);
}

.span-h2 {
  color: #0cc0df;
  font-weight: 500;
  font-family: "montserrat", sans-serif;
}

.title-h6 {
  font-size: 16px;
  font-weight: 600;
  color: #000727;
  font-family: "montserrat", sans-serif;
}

.span-h6 {
  font-weight: 500;
  color: #717171;
}

.form-label {
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  font-family: "montserrat", sans-serif;
}

.banner-section.home-section {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  padding: 2rem 0;
}

.launching-title-h1 {
  font-size: 86px;
  font-weight: 600;
  color: #000000;
  text-align: center;
}

.iconImageBanner {
  text-align: center;
}

.btn.btn-national {
  width: 100%;
  max-width: 230px;
  height: 60px;
  border-radius: 35px;
  background-color: #0cc0df;
  outline: none;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  gap: 1rem;
  margin-left: 0.5rem;
}

.btn.btn-national2 {
  width: 100%;
  max-width: 200px;
  height: 40px;
  border-radius: 35px;
  background-color: #0cc0df;
  outline: none;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  gap: 1rem;
  margin-left: 0.5rem;
}

.form-control {
  /* background-color: white; */
  border-radius: 20px;
}

.lable-bold {
  font-weight: bold;
  margin-bottom: 5px;
}

.send-btn {
  border-radius: 50px;
  background-color: rgb(4, 4, 30);
  color: white;
  font-weight: bold;
  border: none;
  padding-right: 20px;
  padding-left: 20px;
}

.bgfix {
  background-color: rgb(223, 219, 214);
  padding-top: 20px;
}

.fas {
  background-color: white;
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 15px;
  margin-bottom: 10px;
  font-size: 25px;
}

ul {
  text-align: left;
}

.lifirst {
  border-left: 5px solid;
  border-image: linear-gradient(to bottom, #0cc0df, #000727) 1;
  border-radius: 3px;
}

.dropbtn {
  background-color: #000000;
  width: 100px;
  height: 44px;
  color: #ffffff;
  font-size: 15px;
  border: none;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* Align text and icon */
}

.radiusImg {
  border-radius: 10px;
}

.button-text {
  white-space: nowrap;
  overflow: hidden;
  /* Hide overflowed text */
}

/* Add FontAwesome icon styles to the button */
.dropbtn i {
  margin-left: 5px;
  transition: transform 0.3s ease-in-out;
  /* Add a smooth transition effect */
}

/* Change the icon to chevron-up on hover */
.dropdown:hover .dropbtn i {
  transform: rotate(180deg);
}

.dropdown {
  position: relative;
  display: inline-block;
  margin-left: 2rem;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #000000;
  min-width: 100px;
  box-shadow: 0 0 1px rgba(102, 252, 241, 1);
  z-index: 999;
  border: 0px solid;
  outline: none;
  border-radius: 10px;
  /* top: 370%; */
  max-height: 150px;
  overflow-y: auto;
  /* transform: translateY(-50%); */
}

.dropdown-content::-webkit-scrollbar {
  width: 5px;
  border-radius: 3px;
}

.dropdown-content::-webkit-scrollbar-track {
  background: #66fcf1;
}

.dropdown-content::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-radius: 3px;
}

.dropdown-content::-webkit-scrollbar-thumb:hover {
  background: #f1f1f1;
}

.dropdown-content a {
  color: #ffffff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  transition: all 0.2s ease;
}

.dropdown-content a:hover {
  background-color: #66fcf1;
  color: #000000;
  font-weight: 500;
}

.dropdown-content a:first-child:hover {
  border-radius: 10px 10px 0 0;
}

.dropdown-content a:last-child:hover {
  border-radius: 0 0 10px 10px;
}

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

/* banner  */
.banner-sectionmedia {
  width: 100%;
  padding-bottom: 5rem;
  z-index: 3;
  position: relative;
  box-shadow: 0 0 1px rgba(102, 252, 241, 1);
  /* Updated vertical offset to 5px */
}

.banner-sectionmedia.pt-5 {
  padding-bottom: 0rem;
}

.bannerContent {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
  perspective: 1000px;
  /* Set the perspective for the 3D effect */
  animation: slideInFromBottom 0.5s ease-out;
}

.bannerContent1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  animation: slideInFromBottom 0.5s ease-out;
  animation-delay: 0.2s;
  /* Delay the animation for bannerContent1 */
}

.bannerContent1Image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotateY(0deg);
  /* Set the initial rotation angle */
  transition: transform 0.5s ease-out;
  /* Add a smooth transition effect */
}

@keyframes slideInFromBottom {
  from {
    transform: translateY(100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Separate hover animation */
.bannerContent1:hover .bannerContent1Image {
  transform: rotateY(0deg);
  transition: transform 0.5s ease-out;
}

/* Add a class for the load animation */
.bannerContent1.on-load .bannerContent1Image {
  transform: rotateY(0deg);
  transition: transform 0.5s ease-out;
}

/* Add a class for the scroll animation */
.bannerContent1.on-scroll .bannerContent1Image {
  transform: rotateY(0deg);
  transition: transform 0.5s ease-out;
}

/* Add a class for hover animation with on-load and on-scroll */
.bannerContent1.on-load.on-scroll:hover .bannerContent1Image {
  /* transform: rotateY(180deg); You can adjust the angle as needed */
}

/* Define keyframes for the on-load animation */
@keyframes rotateInOnLoad {
  from {
    transform: rotateX(0deg);
  }

  to {
    transform: rotateX(10deg);
  }
}

/* Apply the on-load animation */
.bannerContent.on-load h1.bannerH1,
.bannerContent.on-load .banner-para,
.bannerContent.on-load .btn-banner {
  animation: rotateInOnLoad 0.5s ease-out;
}

/* Add a class for the scroll animation */
.bannerContent.on-scroll h1.bannerH1,
.bannerContent.on-scroll .banner-para,
.bannerContent.on-scroll .btn-banner {
  transform: rotateX(10deg);
  /* Set the scroll rotation */
  transition: transform 0.5s ease-out;
}

/* Add a class for the initial state without the hover effect */
.bannerContent:hover h1.bannerH1,
.bannerContent:hover .banner-para,
.bannerContent:hover .btn-banner {
  transform: rotateX(10deg);
  /* Apply a 3D rotation on hover */
  transition: transform 0.5s ease-out;
  /* Add a smooth transition effect */
}

h1.bannerH1 {
  font-size: 52px;
  font-weight: 600;
  color: #ffffff;
  transform-origin: bottom;
  /* Set the rotation origin */
  transform: rotateX(0deg);
}

span.bannerSpan {
  color: #66fcf1;
}

.banner-para {
  font-size: 22px;
  color: #ffffff;
  font-weight: 300;
  transform-origin: bottom;
  /* Set the rotation origin */
  transform: rotateX(0deg);
}

.btn-banner {
  width: 100%;
  max-width: 200px;
  height: 48px;
  border-radius: 14px;
  background-color: #66fcf1;
  font-size: 17px;
  font-weight: 500;
  color: #000000;
  outline: none;
  border: none;
  transform-origin: bottom;
  /* Set the rotation origin */
  transform: rotateX(0deg);
}

/* services  */

/* serviceSectionAnimated */

.fourWork,
.priceSectionAnimated,
.serviceSectionAnimated {
  transform-style: preserve-3d;
  perspective: 500px;
  position: relative;
}

.fourWork.on-scroll,
.priceSectionAnimated.on-scroll,
.serviceSectionAnimated.on-scroll {
  transform: rotateY(0px);
}

.services-section {
  background-color: #000000;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 4rem 0 5rem 0;
  position: relative;
  /* box-shadow: 0 0 15px rgb(102, 252, 241, 16%); */
}

.services-section.servicebg-color {
  background-color: #081413;
}

.services-section.servicebg-color .form-control {
  background-color: #000000;
}

.services-content {
  width: 100%;
  margin-bottom: 2.5rem;
}

.fourWork .swiper-container.swiper-initialized.swiper-horizontal.swiper-backface-hidden,
.fourWork .services-content,
.sendMessage .services-content,
.contactUs .services-content,
.priceSectionAnimated .services-content,
.serviceSectionAnimated .services-content,
.contactUs .row.g-5,
.sendMessage .row.g-4 {
  transform: translateX(-200px);
  transition-delay: 0.4s;
  transition: 0.5s;
  opacity: 0;
}

.sendMessage.on-scroll .row.g-4,
.contactUs.on-scroll .row.g-5,
.fourWork.on-scroll .swiper-container.swiper-initialized.swiper-horizontal.swiper-backface-hidden,
.contactUs.on-scroll .services-content,
.sendMessage.on-scroll .services-content,
.fourWork.on-scroll .services-content,
.priceSectionAnimated.on-scroll .services-content,
.serviceSectionAnimated.on-scroll .services-content {
  transform: translateX(0px);
  opacity: 1;
}

h4,
.serviceh4Title {
  font-size: 28px;
  font-weight: 500;
  color: #ffffff;
  position: relative;
}

.serviceh4Title::before {
  content: "";
  width: 151px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 26%;
  transform: translate(-50%, -50%);
}

.serviceh4Title::after {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 33%;
  transform: translate(-50%, -50%);
}

p.servicePara {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.card {
  width: 100%;
  max-height: 500px;
  overflow-y: auto;
  transition: box-shadow 0.3s ease, background-color 0.3s ease,
    transform 0.3s ease;
  /* Add transitions for different properties */
  background-color: transparent;
  border: none;
}

.card-img-topDiv {
  width: 100%;
  height: 350px;
  border-radius: 10px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.card-img-top {
  width: 100%;
  /* max-width: ; */
  height: 290px;
  object-fit: contain;
}

.card-title {
  font-size: 20px;
  font-family: "montserrat", sans-serif;
  text-align: left;
  font-weight: bold;
  color: #000727;
}

.card-para {
  font-size: 14px;
  font-family: "montserrat", sans-serif;
  text-align: left;
  font-weight: 600;
  color: #000727;
}

.card-body {
  padding-left: 0;
}

/* price */
.serviceh4Title.price-title::before {
  left: 63%;
}

.serviceh4Title.price-title::after {
  left: 70%;
}

.card.heightPriceCard {
  height: 450px;
}

.card.heightPriceCard .card-title {
  font-weight: bold;
}

.card.heightPriceCard:hover .card-title {
  font-weight: bold;
}

.card-titleH6 {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}

.card.heightPriceCard:hover .card-titleH6 {
  font-weight: 500;
  color: #000000;
}

/* FourWork */
.serviceh4Title.FourWorkTitle::before {
  left: 22%;
}

.serviceh4Title.FourWorkTitle::after {
  left: 29%;
}

.swiper-button-next {
  color: #66fcf1 !important;
  top: 56% !important;
  right: 0% !important;
}

.swiper-button-prev {
  color: #66fcf1 !important;
  top: 56% !important;
  left: 0% !important;
}

/* Contact Us */

.contactCard {
  width: 100%;
  max-height: 500px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.contactIconDiv {
  width: 50px;
  height: 50px;
  border-radius: 20px;
  background-color: #66fcf1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.iconContact {
  color: #000000;
  font-size: 25px;
}

.contactCard .card-title,
.contactCard .card-para {
  text-align: left;
  font-weight: 500;
}

.contactCard .card-para a {
  margin-right: 10px;
  /* Add space between phone numbers */
  color: inherit;
  /* Change link color to a preferred value */
  text-decoration: none;
  /* Remove default underline */
}

.contactCard .card-body {
  padding-left: 0;
}

.contactConsultantDiv {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contactConsultantButton {
  width: 100%;
  max-width: 380px;
  height: 50px;
  border-radius: 14px;
  background-color: #66fcf1;
  outline: none;
  font-size: 21px;
  font-weight: 500;
  color: #000000;
}

/* Send us a message! */

.serviceh4Title.sendMessage::before {
  left: 35%;
}

.serviceh4Title.sendMessage::after {
  left: 42%;
}

.btn.contactConsultantButton.sendNow {
  max-width: 200px;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #0cc1e0;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
  cursor: pointer;
  box-shadow: 0 0 1px rgba(12, 193, 224, 1);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  line-height: 30px;
  color: #ffffff;
}

.inner-content-banner {
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.h1-title {
  font-weight: 600;
  font-size: 35px;
  color: #ffffff;
  text-align: center;
}

#search-form,
.form-group-input-next {
  width: 100%;
  position: relative;
}

.form-control.search-input {
  height: 65px;
  border-radius: 33px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.form-control.search-input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

/* Base style for the input */
.form-control {
  width: 100%;
  /* max-width: 695px; */
  height: 50px;
  border-radius: 15px;
  background-color: #f3f3f3;
  outline: none;
  border: none;
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  padding: 0 20px;
  font-family: "montserrat", sans-serif;
}

/* Styles for the input when focused, active, or autofilled */
.form-control:focus,
.form-control:active,
.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus,
.form-control:-internal-autofill-selected {
  outline: none;
  border: 2px solid #000000;
  background-color: #f3f3f3;
  color: #000000;
  box-shadow: none;
}

/* Targeting autofill styles */
input.form-control:-internal-autofill-selected {
  appearance: none;
  background-image: none !important;
  background-color: #f3f3f3 !important;
  color: #afafaf !important;
  -webkit-background-clip: text !important;
}

/* Additional styles for Webkit browsers (Chrome, Safari) */
@-webkit-keyframes autofill {
  to {
    background-color: #f3f3f3;
    color: #afafaf;
  }
}

input.form-control:-webkit-autofill {
  -webkit-text-fill-color: #afafaf !important;
  background-color: #f3f3f3 !important;
  transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill::first-line {
  color: inherit !important;
}

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

.form-control::placeholder {
  font-size: 12px;
  font-weight: 500;
  color: #afafaf;
}

.form-control.textarea {
  height: auto;
  padding: 15px 20px;
}

.next-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 75px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f76e;
  border-radius: 0 33px 33px 0;
  cursor: pointer;
}

.next-btn .right-arrow {
  color: #000000;
  font-size: 20px;
  font-weight: 900;
}

.discover-div {
  width: 100%;
  height: 350px;
  background-color: #2eaa80;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 4rem;
}

.discover-title-div {
  width: 100%;
  text-align: center;
}

.discover-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 50px;
  color: #ffffff;
}

.discover-section {
  width: 100%;
  height: auto;
  position: relative;
}

.absolute-div {
  position: relative;
  bottom: 145px;
  width: 100%;
}

.tag-div-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 1rem;
}

/* .card {
	border: 1px solid #f7f7f7;
	border-radius: 15px;
	background-color: #ffffff;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	flex-direction: column;
	width: 100%;
	max-width: 210px;
	height: 245px;
} */

.load-more-btn {
  width: 100%;
  max-width: 160px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background-color: #000000;
  outline: none;
  border: none;
  transition: all 0.3s ease-in;
  font-size: 16px;
  font-weight: 600;
  color: #f0f76e;
  position: absolute;
  bottom: -130px;
  z-index: 333;
}

.load-more-btn:hover {
  color: #ffffff;
  background-color: #2eaa80;
}

.event-title-h5 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  text-align: center;
  padding: 0 10px;
}

.explore-span {
  font-size: 16px;
  font-weight: light;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
}

.card-img {
  width: 100%;
  max-width: 70px;
  height: 70px;
  object-fit: cover;
}

.earning-title {
  font-size: 42px;
  font-weight: 600;
  color: #000000;
  text-align: center;
  width: 100%;
  position: relative;
}

.earning-title::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 3px;
  border-radius: 1px;
  background-color: #2eaa80;
  bottom: -17px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.span-calculator {
  color: #2eaa80;
}

.earning-card.card {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  background-color: #f8f8f8;
  border: 1px solid #ffffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  padding: 25px;
}

.form-earning {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.earning-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
}

.earning-title-h5 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  text-align: center;
  user-select: none;
  margin: 1rem 10px 0.5rem;
}

.earning-para {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 0 1rem;
  user-select: none;
}

.btn.earning-btn {
  width: 100%;
  max-width: 435px;
  height: 50px;
  background-color: #f0f76e;
  border-radius: 25px;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin: 1rem auto 0.8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

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

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.echo-section {
  width: 100%;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  opacity: 1;
}

.echo-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/BGImageecho.png");
  opacity: 0.9;
}

.echo-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(240, 247, 110, 1);
}

.echo-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
}

.echo-para {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0;
  margin-top: -0.8rem;
  text-align: center;
}

.btn.btn-echo {
  width: 100%;
  max-width: 325px;
  height: 50px;
  background-color: #000000;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 600;
  color: #f0f76e;
  border-radius: 25px;
}

.earning-card.product-card {
  max-width: 260px;
}

.bg-color-add {
  height: 100%;
  max-height: 575px;
  cursor: grab;
  /* max-width: 260px; */
}

.slider-img-div {
  width: 100%;
  max-width: 265px;
  height: 100%;
  max-height: 575px;
  margin: 0 auto;
}

.slider-img-div .slider-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.row-product {
  gap: 1.2rem;
}

.img-share-div {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 3rem 0 2rem;
}

.earning-section.browsing-section {
  width: 100%;
  background-color: #f8f8f8;
  padding-top: 4rem;
  /* height: 880px; */
}

.bg-img-browsing {
  width: 100%;
  height: 804px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  position: relative;
  background-image: url("../images/Image27.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}

.echo-section.newwebapp {
  height: 367px;
}

.echo-section.newwebapp::after {
  background-image: url("../images/BGwebapp.png");
}

.new-Image-div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.new-img {
  width: 100%;
  object-fit: cover;
}

.img-absolute {
  width: auto;
  height: 307px;
  object-fit: cover;
  bottom: 0;
  left: 51%;
  transform: translateX(-50%);
}

/* #quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
} */

.carousel.slide {
  padding: 40px 0;
  border: 3px solid #c7c7c7;
  position: relative;
}

.carousel.slide::before {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 117px;
  height: 3px;
  background-color: #ffffff;
  /* z-index: 4; */
  left: 50%;
  transform: translateX(-50%);
}

#quote-carousel .carousel-control-prev,
#quote-carousel .carousel-control-next {
  background: none;
  color: #cacaca;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}

#quote-carousel .carousel-indicators button {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  opacity: 0.4;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

#quote-carousel .carousel-indicators button.active {
  width: 128px;
  height: 128px;
  opacity: 1;
  transition: all 0.2s;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 130px;
  height: 100px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: 1px;
  cursor: pointer;
  background-color: transparent;
  background-clip: padding-box;
  border: 0;
  border-top: 0;
  border-bottom: 0;
  opacity: 1;
  transition: opacity 0.6s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

#quote-carousel .carousel-indicators {
  position: relative;
  right: auto;
  top: auto;
  bottom: 0px;
  margin-top: 0px;
  transform: translateX(0%);
  margin-right: 0;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 0;
  margin-bottom: 0rem;
  margin-left: 0;
  list-style: none;
}

.testimonail-para {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
}

.earning-section.new-earning-section {
  width: 100%;
  background-color: #f8f8f8;
  padding: 60px 0;
}

.earning-card.earning-card-new {
  background-color: #ffffff;
}

.earning-card.earning-card-new .earning-content {
  align-items: flex-start;
}

.earning-card.earning-card-new .earning-para {
  text-align: left;
  padding: 0;
  margin-bottom: 0;
}

.footer {
  width: 100%;
  height: 400px;
  background-color: #2eaa80;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.footer-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.logo-rentall-footer {
  width: 100%;
  max-width: 132px;
  height: 76px;
}

.logo-rentall-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list-footer-items {
  width: 100%;
  margin-top: 1rem;
}

.footer-list-ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding-left: 0;
  list-style: none;
}

.footer-list-li a {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  border-right: 2px solid #ffffff;
  text-decoration: none;
  padding-right: 1rem;
}

.footer-list-li a.last-child {
  border-right: none;
}

.footer-list-li a:hover {
  color: #f0f76e;
}

.icons-list-footer {
  width: 100%;
}

.icon-list-ul {
  padding-left: 0;
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.icon-list-li a {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background-color: transparent;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.icon-list-li a:hover {
  border: 1px solid #f0f76e;
}

.icon-list-li a:hover i.fa-brands {
  color: #f0f76e;
}

.icon-list-li a i.fa-brands {
  font-size: 18px;
  color: #ffffff;
}

.footer-bottom {
  width: 100%;
  height: 80px;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 1px rgba(102, 252, 241, 1);
  position: relative;
}

.copyright-para {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
}

.swiper-container.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  overflow: hidden;
}

.swiper-container.swiper-initialized.swiper-horizontal {
  overflow: hidden;
}

.earning-section {
  position: relative;
}

.earning-section .swiper-button-next,
.earning-section .swiper-button-prev {
  top: 76%;
  position: absolute;
  transform: translateY(-50%);
  color: #000000;
}

.earning-section .swiper-button-next:hover,
.earning-section .swiper-button-prev:hover {
  color: #2eaa80;
}

/* accordian start */
.accordion .accordion-item {
  border: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 0 1rem;
  width: 100%;
}

.accordion .accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid #2eaa80;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #000000;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #2eaa80;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #2eaa80;
  border: 1px solid #2eaa80;
}

.accordion button .accordion-title {
  padding: 0 1.4rem 0rem 0;
}

.accordion-title.earning-title-h5 {
  margin: 0;
  text-align: left;
  color: inherit;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
  /* color: #000000; */
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded="true"] {
  color: #2eaa80;
}

.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}

.accordion button[aria-expanded="true"]+.accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p.earning-para {
  margin: 2em 0;
  text-align: left;
  padding: 0;
}

/* accordian end */

.echo-para.label {
  margin: 0 0 0.5rem 0;
}

.timer-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 350px;
  background-color: #000000;
}

/* Sets the style of the timer boxes */
.timer-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  background-color: black;
  border-radius: 10px;
  margin: 10px;
}

/* Sets the style of the timer numbers */
.timer-number {
  color: white;
  font-size: 36px;
  font-weight: bold;
}

/* Sets the style of the timer labels */
.timer-label {
  color: white;
  font-size: 14px;
  font-weight: normal;
}

/* Sets the style of the timer colons */
.timer-colon {
  color: white;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  top: -12px;
}

.button-container {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}

.btn.button-fixer {
  width: 350px;
  height: 50px;
  border: none;
  border-radius: 25px;
  background-color: #000000;
  color: white;
  font-size: 20px;
}

.text-container {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.text {
  width: 100%;
  color: #000000;
  font-size: 18px;
}

.modal.show .modal-dialog {
  transform: none;
  top: 43%;
  transform: translateY(-50%);
}

.modal-form-boxbg {
  padding: 0;
}

.modal-dialog {
  max-width: 900px;
}

.dialog2 {
  max-width: 700px;
}

.modal-content {
  border-radius: 20px;
  border: none;
  background-color: #dadee1;
}

.modal-header {
  border-bottom: 1px solid transparent;
  padding: 0;
}

*/ .btn-close {
  right: 35px;
  position: relative;
  opacity: 1;
  top: -41px;
}

.btn.becomeFixer.new {
  bottom: -33%;
}

.btn.becomeFixer2.new {
  bottom: -50%;
}

.btn.becomeFixer3.new {
  bottom: -100%;
}


.form-check-input {
  border-radius: 8px !important;
}

/* profile */
.form-boxbg.profileForm {
  width: 100%;
  max-width: 1000px;
  border-radius: 30px;
  margin: 2rem auto;
  padding: 0;
}

.profileFormDiv2 {
  width: 100%;
  height: 100px;
  border-radius: 30px 30px 0 0;
  background-color: #0cc0df;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.profileFormDiv {
  width: 100%;
  height: 200px;
  border-radius: 30px 30px 0 0;
  background-color: #0cc0df;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: column;
}

.profileDiv {
  width: 100%;
  max-width: 180px;
  height: 100%;
  max-height: 180px;
  border-radius: 100px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}

.profileImage {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.form-profile {
  width: 100%;
  padding: 150px 30px 80px;
}

.profileInfo {
  bottom: -63%;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.btn.becomeFixer.bottom-7 {
  bottom: -7%;
}

.header-section.active {
  background-color: #ffffff;
}

.header-section.active .navbar {
  background-color: #ffffff;
}

.section-shop {
  background-color: #e3e8ec;
  width: 100%;
  height: 136px;
  display: flex;
  justify-content: end;
  align-items: center;
}

.sort-shop {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1rem;
}

.form-control.search {
  max-width: 330px;
  background-color: #f3f3f3;
  border-radius: 15px;
}

.form-label.fontChange {
  font-size: 16px;
}

.shop-card-section {
  background-color: #f3f3f3;
}

.card-img-topDiv.card-detail {
  height: 520px;
  padding: 20px 30px;
}

.card-img-top.card-detailImage {
  height: 460px;
}

.titleDetails {
  font-size: 24px;
  font-weight: bold;
  color: #000727;
  font-family: "montserrat", sans-serif;
}

.detailsShopContentPara {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  font-family: "montserrat", sans-serif;
}

.titleDetailsSpan {
  text-decoration: line-through;
}

.iconfont,
.quantity-value {
  font-size: 13px;
  font-weight: 600;
  color: #000000;
  font-family: "montserrat", sans-serif;
}

.mx-width-set {
  width: 100%;
  max-width: 379px;
}

.form-label.new-label {
  font-size: 16px;
  font-family: "montserrat", sans-serif;
}

.shop-titleH6 {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  font-family: "montserrat", sans-serif;
}

.shop-para {
  font-size: 13px;
  font-weight: 400;
  color: #717171;
  line-height: 25px;
}

.phone-number-title {
  font-size: 24px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #717171;
}

.para-phone-number {
  font-size: 30px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #000000;
}

.btn.addToCart {
  width: 100%;
  max-width: 85px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  outline: none;
  background-color: #0cc0df;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}

.btn.btnBuyNow {
  width: 100%;
  max-width: 250px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  outline: none;
  background-color: #000727;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}

.btnsDetailsShop {
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.detailsShopContent {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */
  justify-content: center;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    justify-content: end;
  }
}

@media (min-width: 1400px) and (max-width: 2560px) {
  .serviceh4Title::after {
    left: 32%;
  }

  .swiper-button-next {
    right: 7% !important;
  }

  .swiper-button-prev {
    left: 7% !important;
  }

  .serviceh4Title.price-title::after {
    left: 69%;
  }

  .serviceh4Title.FourWorkTitle::after {
    left: 28%;
  }

  .serviceh4Title.sendMessage::after {
    left: 41%;
  }
}

@media (max-width: 1199px) {
  .logo {
    width: 100%;
    max-width: 262px;
    height: 50px;
    object-fit: contain;
  }

  h1.bannerH1 {
    font-size: 42px;
  }

  .imagePartW::before {
    right: auto;
    bottom: -23px;
    left: 39%;
    transform: translate(-50%, -50%);
    max-width: 100px;
  }

  .imagePartH::before {
    left: 2%;
    bottom: 20%;
    max-width: 190px;
  }

  .imageficDiv {
    right: auto;
    left: 55%;
    transform: translateX(-50%);
  }

  .iconImageBanner {
    width: 100%;
    max-width: 300px;
  }

  .launching-title-h1 {
    text-align: left !important;
    font-size: 70px;
  }

  .imageficDiv {
    height: 150px;
    top: -18px;
  }

  .contentNewBecome {
    padding-bottom: 0;
  }

  .flex-basis-responsive {
    justify-content: start !important;
  }

  .imagefic {
    object-fit: contain;
  }

  .imageIcon {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .imagePartW {
    font-size: 80px;
  }

  .ImagePart1Title {
    font-size: 60px;
  }

  .imagePartH {
    font-size: 100px;
    line-height: 165px;
  }

  .ImagePartHTitle {
    font-size: 80px;
  }

  .navbar-collapse {
    padding: 1rem;
  }

  .navbar-nav .nav-link {
    /* font-size: 14px; */
    /* font-weight: 400; */
    /* color: #ffffff; */
    transition: all 0.2s ease;
    word-break: keep-all;
    white-space: nowrap;
  }

  .dropdown {
    margin-left: 0.5rem;
  }

  .navbar-nav {
    gap: 0rem;
  }

  .serviceh4Title::before {
    left: 31%;
  }

  .serviceh4Title::after {
    left: 39%;
  }

  .serviceh4Title.price-title::before {
    left: 78%;
  }

  .serviceh4Title.price-title::after {
    left: 86%;
  }

  .serviceh4Title.FourWorkTitle::before {
    left: 28%;
  }

  .serviceh4Title.FourWorkTitle::after {
    left: 36%;
  }

  .serviceh4Title.sendMessage::before {
    left: 43%;
  }

  .serviceh4Title.sendMessage::after {
    left: 51%;
  }
}

@media (max-width: 991px) {
  .header-div {
    height: auto;
  }

  .user-dropdown-select {
    right: auto !important;
  }

  .launching-title-h1 {
    font-size: 48px;
  }

  .btn.btn-become {
    font-size: 16px;
  }

  .imageficDiv {
    left: auto;
    right: 22px;
  }

  .flex-basis-responsive {
    flex-wrap: wrap;
  }

  .imagePartW::before {
    left: auto;
    right: 22%;
  }

  .navbar-collapse {
    background-color: #ffffff;
  }

  .card {
    max-height: 700px;
  }

  .contactCard {
    height: 300px;
  }

  .flex-laptop-screen {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .navbar-nav {
    gap: 1rem;
  }

  .dropdown {
    margin-left: 0;
    margin-top: 1rem;
  }

  h1.bannerH1 {
    font-size: 27px;
  }

  .para-phone-number {
    font-size: 22px;
  }

  .phone-number-title {
    font-size: 18px;
  }

  .bannerContent {
    padding-top: 5rem;
  }

  .serviceh4Title::before {
    left: 42%;
  }

  .serviceh4Title::after {
    left: 53%;
  }

  .serviceh4Title.price-title::before {
    left: auto;
    right: 0;
    width: 45px;
  }

  .serviceh4Title.price-title::after {
    left: auto;
    right: 0%;
  }

  .serviceh4Title.FourWorkTitle::before {
    left: 37%;
  }

  .serviceh4Title.FourWorkTitle::after {
    left: 48%;
  }

  .serviceh4Title.sendMessage::before {
    left: 61%;
  }

  .serviceh4Title.sendMessage::after {
    left: 72%;
  }

  .h1-title {
    font-size: 28px;
  }

  .bg-color-add {
    /* width: 50%;
		max-width: 48%; */
  }

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

  .footer-list-ul {
    flex-wrap: wrap;
  }
}

@media (max-width: 890px) {
  .timer-container {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .serviceh4Title::before {
    left: 60%;
  }

  .btn.becomeFixer.bottom-7 {
    bottom: -5%;
  }

  .modal-content {
    height: 100%;
    overflow-y: auto;
    max-height: 500px;
  }

  .btn.becomeFixer.new {
    bottom: -10%;
    z-index: 9999;
    position: fixed;
  }

  .form-check-input {
    width: 50px;
  }

  .imageficDiv {
    right: 28%;
  }

  .imagePartW::before {
    right: 40%;
  }

  .serviceh4Title::after {
    left: 75%;
  }

  .card-para {
    text-align: justify;
  }

  .card.heightPriceCard {
    height: auto;
  }

  .serviceh4Title.price-title::before {
    left: auto;
    right: -55px;
    width: 151px;
    top: 79%;
  }

  .serviceh4Title.FourWorkTitle::before {
    left: 50%;
  }

  .serviceh4Title.FourWorkTitle::after {
    left: 65%;
  }

  .contactCard {
    height: auto;
  }

  .serviceh4Title.sendMessage::before {
    left: 80%;
  }

  .serviceh4Title.sendMessage::after {
    left: 96%;
  }

  .serviceh4Title.price-title::after {
    left: auto;
    right: 0%;
    top: 79%;
  }

  .swiper-container {
    width: 100%;
  }

  .swiper-slide {
    width: 100%;
  }

  .img-absolute {
    height: 142px;
  }

  .absolute-div {
    position: relative;
  }
}

@media (max-width: 599px) {

  .swiper-container.swiper-initialized.swiper-horizontal.swiper-backface-hidden,
  .swiper-container.swiper-initialized.swiper-horizontal {
    position: relative;
  }

  .earning-section .swiper-button-next,
  .earning-section .swiper-button-prev {
    top: 60%;
  }
}

@media (max-width: 575px) {
  .serviceh4Title.sendMessage::after {
    left: 95%;
  }

  .gx-5 {
    --bs-gutter-x: 0rem !important;
  }

  .btn.becomeFixer {
    bottom: -3%;
  }

  .bg-color-add {
    /* width: 100%;
		max-width: 400px; */
  }

  .img-absolute {
    height: 152px;
  }

  .absolute-div .row {
    width: 100%;
    margin: 0;
  }

  .h1-title {
    font-size: 32px;
  }

  .discover-title {
    font-size: 22px;
  }

  .earning-title {
    font-size: 24px;
  }

  .testimonail-para {
    font-size: 16px;
  }

  .img-absolute {
    height: 151px;
  }

  .row.g-5 {
    --bs-gutter-x: 0rem !important;
  }
}

@media (max-width: 536px) {
  .imagePartW::before {
    right: 38%;
  }

  .imageficDiv {
    right: 18%;
  }
}

@media (max-width: 500px) {
  .serviceh4Title.FourWorkTitle::before {
    left: 57%;
  }

  .serviceh4Title.FourWorkTitle::after {
    left: 73%;
  }
}

@media (max-width: 480px) {
  .serviceh4Title.sendMessage::before {
    left: 80%;
    width: 80px;
  }

  .modal-content {
    padding: 3rem 0rem;
  }

  .imagePartW::before {
    right: 26%;
  }

  .serviceh4Title.sendMessage::after {
    left: 90%;
  }

  .serviceh4Title::before {
    left: 68%;
  }

  .serviceh4Title::after {
    left: 84%;
  }
}

@media (max-width: 440px) {
  .serviceh4Title.FourWorkTitle::before {
    left: 57%;
    width: 57px;
  }

  .form-control.search {
    max-width: 100%;
  }

  .sort-shop {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .imagePartW::before {
    right: 20%;
  }

  .serviceh4Title.FourWorkTitle::after {
    left: 65%;
  }

  .serviceh4Title.sendMessage::before {
    left: 80%;
    width: 57px;
  }

  .serviceh4Title.sendMessage::after {
    left: 88%;
  }

  .serviceh4Title.price-title::before {
    right: -6px;
    width: 57px;
  }

  .serviceh4Title::before {
    left: 76%;
    width: 57px;
  }
}

@media (max-width: 420px) {
  .serviceh4Title.sendMessage::before {
    left: 90%;
  }

  .serviceh4Title.sendMessage::after {
    left: auto;
    right: 0;
  }
}

@media (max-width: 399px) {
  .imagePartW::before {
    right: 10%;
  }

  .form-check-input {
    width: 75px;
  }

  .imageficDiv {
    right: 0%;
  }

  .size-options {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .size-option {
    margin-right: 0;
  }

  .mx-width-set {
    max-width: 250px;
  }
}

@media (max-width: 349px) {
  .imagePartW::before {
    right: 0%;
  }

  .getStartedTitle {
    font-size: 28px;
  }

  .logo-header {
    max-width: 200px;
  }
}

@media (max-width: 381px) {

  h4,
  .serviceh4Title {
    font-size: 22px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
  }
}

@media (max-width: 350px) {
  .serviceh4Title.sendMessage::before {
    left: auto;
    right: 0;
    width: 45px;
  }
}

@media (max-width: 519px) {
  /* .card {
    max-width: 100%;
  } */
}

@media (max-width: 402px) {
  .logo {
    width: 100%;
    /* max-width: 189px; */
  }

  .img-absolute {
    height: 82px;
  }

  .bg-color-add {
    /* max-width: 100%; */
  }
}

.size-quantity-selector {
  padding: 10px 0;
  display: flex;
  flex-direction: row;
}

.size-options {
  width: 100%;
  max-width: 300px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.size-option {
  width: 36px;
  height: 36px;
  border-radius: 35px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.size-option.active,
.size-option:hover {
  background-color: #57b5cf;
}

.quantity-selector {
  width: 100%;
  max-width: 121px;
  height: 36px;
  border-radius: 35px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 7px;
}

.quantity-selector button {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f3f3f3;
  border-radius: 35px;
  border: none;
  cursor: pointer;
}

.quantity-selector button:hover {
  background-color: #f0f0f0;
}