@font-face {
  font-family: "Satoshi-Regular";
  src: url(../Fonts/Satoshi_Complete/Fonts/WEB/fonts/Satoshi-Regular.ttf);
}

@font-face {
  font-family: "Satoshi-Bold";
  src: url(../Fonts/Satoshi_Complete/Fonts/WEB/fonts/Satoshi-Bold.ttf);
}


body {
  margin: 0;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Satoshi-Regular";
  position: relative;
  z-index: 0;
}



h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Satoshi-Bold";
  color: rgba(0, 0, 0);
}

/* total width */
::-webkit-scrollbar {
  background-color: #fff;
  width: 16px;
}

/* background of the scrollbar except button or resizer */
::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-track:hover {
  background-color: #f4f4f4;
}

/* scrollbar itself */
::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
  border: 5px solid #fff;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a0a0a5;
  border: 4px solid #f4f4f4;
}

/* set button(top and bottom of the scrollbar) */
::-webkit-scrollbar-button {
  display: none;
}

a {
  transition: all 0.5s ease;
  text-decoration: none;

}

a:hover,
a:focus,
a:active {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

p {
  line-height: 1.63;
}

/* btn hover effect  */
/* .button-hover:hover {
  animation: pulse 1s infinite;
  transition: .3s;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  70% {
    transform: scale(.9);
  }

  100% {
    transform: scale(1);
  }

} */



/* btn hover effect  end */
/* img hover  */

/* .banner-img > img {
position: absolute;
top: calc(30% - 100px);
left: calc(65% - 100px);
}

.banner-img> img:last-of-type {
opacity: 1;
transition: opacity 0.5s ease-in-out;
-moz-transition: opacity 0.5s ease-in-out;
-webkit-transition: opacity 0.5s ease-in-out;
} */
/* img hover end */

/* :hover > img:last-of-type {
opacity: 0;
} */

/* HOME PAGE  */

/* Header Section  */
.navbar .navbar-nav .nav-hover {
  display: inline-block;
  position: relative !important;
}

.navbar .navbar-nav .nav-hover::before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: -5px;
  background-color: #f79824;
  transition: all 0.5s ease;
  left: 0;
  margin: 0 auto;
}

.navbar .navbar-nav .nav-hover:hover::before {
  width: 100%;
  left: 0;
}

.navbar .navbar-nav .nav-hover:hover {
  color: #f79824 !important;
}

.navbar {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(237, 237, 237, 0.3));
}

.navbar .navbar-nav .nav-link {
  padding: 0;
  margin: 0;
  color: #000000;
  font-size: 18px;
}

.navbar .navbar-nav .nav-link:not(:last-child) {
  margin-right: 30px;
}

.navbar .navbar-nav .nav-link.active {
  color: #33a1fd;
}

.navbar .navbar-nav .sleek-login {
  width: 84px;
  height: 38px;
  border-radius: 12px;
  background-color: #f79824;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.navbar .navbar-nav .sleek-sign {
  color: #fff;
  width: 84px;
  height: 38px;
  border-radius: 12px;
  background-color: #2176ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Header Section  End */

/* Banner Section  */
.benner-section {
  position: relative;
  padding: 70px 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(227, 242, 255, 0.3));
}

.benner-section .bener-text .benner-title {
  font-size: 70px;
  color: #000000;
  line-height: 1.2;
  font-weight: 500;
}

.benner-section .bener-text>p {
  font-size: 20px;
  color: #000000;
  padding: 20px 0;

}

.benner-section .bener-text .pickup-btn {
  width: 254px;
  height: 60px;
  border-radius: 16px;
  background-image: linear-gradient(103deg, #58a0f6, #3e76f6);
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  border: 0;
}

/* Banner Section  End */

/* PikUp Sectoin  */

.pickup-section {
  padding: 30px 0;
}

.pickup-section .pick-up-img {
  position: relative;
}

.pickup-section .pick-up-img p {
  position: absolute;
  font-size: 56px;
  top: 25%;
  right: 10%;
  color: #fff;
  font-weight: bold;

}

/* PikUp Sectoin End  */


/* How its Work Section  */
.work-its-section {
  padding: 10px 0 0 0;
}

.work-its-section .work-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 35px;
}

.work-its-section .change-title {
  font-size: 40px;
  font-weight: bold;
  padding: 70px 0 30px 0;
}

.work-its-section .work-title h1 {
  font-size: 40px;
  font-weight: bold;
}

.work-its-section .work-title p {
  color: #000000;
  font-size: 24px;
  padding: 10px 0;
  font-weight: bold;
}

.work-its-section .how-to-order {
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-self: center;
  flex-direction: column;
}

.work-its-section .how-to-order .top-img {
  position: absolute;
  right: 40%;
  transition: all 0.5s ease;
  /* transform: translateY(10px); */
}

.work-its-section .how-to-order .top-img:hover {
  transition: all 0.5s ease;
  transform: translateY(-20px);
}

.work-its-section .ordered-title h1 {
  font-size: 24px;
  padding: 30px 0 10px 0;
}

.work-its-section .ordered-title p a {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
}


.work-its-section .pick-up-icon .top-img {
  position: absolute;
  right: 30%;
  transition: all 0.5s ease;
  /* transform: translateY(10px); */
}

/* How its Work Section End */

/* Why Us  */
.why-border {
  border-radius: 16px;
  border: solid 1px #ebebeb;
  padding: 40px;
}

.why-us {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(227, 242, 255, 0.3));
  padding-bottom: 80px;
}

.detergent-type {
  padding: 50px 0;
}

.detergent-first-col {
  border-radius: 20px;
  border: solid 3px rgba(112, 112, 112, 0.25);
  min-height: 577px;
}

.detergent-type .detergent-title h1 {
  font-size: 40px;
  padding-bottom: 24px;
}

.font-600 {
  font-weight: 900 !important;
  font-size: 18px;
  color: rgba(0, 0, 0);
}

/* HOME PAGE END */


/* Footer  */
footer {
  background-color: #e4e9f0;
  padding: 20px 0;
  color: #000000;
}

footer .footer-detail ul {
  display: flex;
  align-items: center;

}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Footer  End */

/* About page  */
.about-us {
  padding: 150px 0 100px 0;
}

.about-us .about-title {
  padding-bottom: 20px;
}

.about-us .about-detail p {
  color: #000000;
  padding-bottom: 25px;
  font-weight: 600;
}

.how-to-order p {
  font-size: 120px;
  color: #2176ff;
  font-weight: bold;
}

.top-text {
  bottom: 0;
  position: absolute;
}

.work-its-section .company-sleek-text {
  font-size: 20px;
  color: #000000;
  padding: 100px 0;
  font-weight: bold;

}

.ordered-title .user-card-img {
  width: 112px;
  height: 112px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.5s ease;

}

.ordered-title .user-card-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all 0.5s ease;

}

.happy-coustumer .user-card:hover .user-card-img {
  border: 10px solid rgba(51, 161, 253, 0.9);
}

.work-its-section .user-card {
  max-height: 360px;
  min-height: 370px;
  transition: all 0.5s ease;

}

.work-its-section .user-card:hover {
  background-color: #2176ff;
  color: #fff !important;
  transition: all 0.5s ease;

}

.happy-coustumer {
  padding-bottom: 100px;
}

/* About page  */

/* Pricing Page  */
.weekly-delivery-sec .delivery-weekly {
  position: relative;
}

.weekly-delivery-sec .delivery-weekly .weekly-text {
  position: absolute;
  top: 15%;
  left: 30%;
}

.weekly-delivery-sec .delivery-weekly .monthly-text {
  position: absolute;
  top: 15%;
  left: 25%;
}

.weekly-delivery-sec .delivery-weekly .weekly-text h1 {
  font-size: 74px;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  line-height: 1.0;
}

.weekly-delivery-sec .delivery-weekly .weekly-text h2 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;

}

.weekly-delivery-sec .delivery-weekly .weekly-text h4 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.weekly-delivery-sec .delivery-weekly .weekly-text p {
  font-size: 24px;
  font-weight: bold;
  color: #fdca40;
}

.weekly-delivery-sec .delivery-weekly .weekly-text .one-time {
  color: #31393c;
}



/* weekly-subscription  */
.weekly-subscription {
  padding-bottom: 100px;
}

.weekly-subscription .subscription-detail p {
  font-size: 18px;
  color: #000000;
}

.weekly-subscription .subscription-detail p span {
  font-weight: bold;
}

.weekly-subscription .subscription-detail .beding-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.weekly-subscription .subscription-detail .beding-detail:last-child {
  margin-right: 30px;
}

.beding {
  list-style: circle;
  margin-left: 20px;
  font-size: 20px;
  line-height: 2.6;
}

.weekly-subscription .subscription-detail .subscription-bending {
  margin-top: 100px;
}

/* weekly-subscription end  */

/* inquiries-sec */
.inquiries-sec .work-title h1 {
  padding: 100px 0 50px 0;
}

/* inquiries-sec end */

/* Pricing Page  */

/* Conatact page  */

.contact-form {
  padding: 140px 0 100px 0;
  text-align: center;
}

.contact-form .contact-form-deatail h1 {
  font-size: 40px;
}

.contact-form .contact-form-deatail p {
  font-size: 24px;
  color: #000000;
  padding: 10px 0;
}

.contact-form-input {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}

.contact-form-input input {
  width: 700px;
  height: 70px;
  border-radius: 30px;
  background-color: #f5f5f5;
  border: 0;
  padding-left: 30px;

}

.contact-form-input .text-area-input {
  height: 200px;
  width: 700px;
  border-radius: 30px;
  background-color: #f5f5f5;
  border: 0;
  padding-left: 30px;
  padding-top: 20px;
}

.form-control:focus {
  border-radius: 30px;
  background-color: #f5f5f5 !important;
  border: 0;
  box-shadow: none;
}

.contact-form-input .submit-btn {
  height: 63px;
  width: 208px;
  border-radius: 16px;
  background-image: linear-gradient(107deg, #58a0f6, #3e76f6);
  border: 0;
  font-size: 18px;
}

/* Conatact page  End*/


/* Login page  */
.login-sec {
  position: relative;
}

.login-sec .login-img {
  position: relative;
  height: 100vh;
}

.login-sec .login-img .login-logo {
  position: absolute;
  top: 30px;
  left: 60px;
}

.login-sec .login-img .base-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.login-form .sign-up-btn .get-start-btn {
  width: 132px;
  height: 38px;
  border-radius: 12px;
  background-color: #2176ff;
  border: 0;
  margin-left: 10px;
}

.login-sec .login-form {
  padding: 0 100px;
}

.input-text {
  border-radius: 30px;
  background-color: #f5f5f5;
  border: 0;
  width: 100%;
  height: 52px;
  padding-left: 20px;
}

.sign-up-btn {
  position: absolute;
  top: 25px;
  right: 20px;

}

.sign-up-btn span {
  color: #000000;
}

.login-sec .login-form h1 {
  font-size: 40px;
  padding-bottom: 7px;
}

.login-sec .login-form .sign-btn {
  width: 100%;
  height: 52px;
  border-radius: 15px;
  background-color: #2176ff;
  margin-top: 30px;
  border: 0;
}

.login-sec .forget-password {
  margin-top: 100px;
  color: #33a1fd !important;
}

.login-sec .coprights {
  position: absolute;
  bottom: 0;
}

/* Login page  */

/* Sign In Page  */
.sign-form .login-btn {
  width: 84px;
  height: 38px;
  color: #fff;
  border: 0;
  border-radius: 12px;
  background-color: #f79824;
}

.web-input {
  border-radius: 20px;
  background-color: #f5f5f5;
  border: 0;
  width: 100%;
  height: 52px;
  padding-left: 20px;
  color: rgba(49, 57, 60, 0.6);
}

.login-sec .login-form .next-btn {
  width: 100%;
  height: 52px;
  border-radius: 15px;
  background-color: #2176ff;
  margin-top: 30px;
  border: 0;
}

.sign-form .personal-btn {
  width: 100%;
  height: 52px;
  border-radius: 14px;
  background-color: #33a1fd;
  color: #fff;
  border: 0;
}

.sign-form .address-btn {
  width: 100%;
  height: 52px;
  border-radius: 14px;
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.6);
  border: 0;
}

.sign-form .login-text {
  padding: 10px 0 !important;
  color: #000000;
  font-weight: 500;
}

.sign-form .personal-details {
  padding: 10px 0 40px 0;
}

.sign-form .personal-details .sign-up-img {
  padding: 40px 0 0 0;
}

.password-input {
  position: relative;
}

.password-input .hide-show {
  position: absolute;
  background-color: transparent;
  border: 0;
  color: #abb5c2;
  font-size: 20px;
  top: 10%;
  right: 7px;
}






.password-input .hide-show-btn:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}

.password-input .hide-show:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}

.password-input .hide-show:active {
  background-color: transparent !important;
  box-shadow: none !important;
}

.registration-form .personal-details .registration-img {
  padding-bottom: 60px;
}

.web-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.6);

}

.web-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.6);
}

.web-input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.6);
}

/* Sign In Page  */

/* Faqs Page End */
.sign-up-faq {
  padding-bottom: 100px;
}

.faq-banner {
  padding: 100px 0 0 0;
}

.faq-banner .question-numbering {
  border-radius: 10px;
  border: solid 1px #33a1fd;
  background-color: #fff;
  width: 300px;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.faq-banner .question-numbering h1 {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
}

.faq-banner .question-numbering p {
  font-size: 14px;
  font-weight: 500;
  color: #33a1fd;


}

.sign-up-faq .faq-title {
  padding: 40px 0 30px;
}

.sign-up-faq .accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: none;
}

.sign-up-faq .accordion-item {
  border: 0;

}

.sign-up-faq .accordion-button::after {
  content: "";
  background-image: url("../images/plus-icon.png");
  height: 40px;
  position: absolute;
  left: 0;
}

.sign-up-faq .accordion-button:not(.collapsed)::after {
  background-image: url("../images/mines-icon.png");
  transform: rotate(-180deg);
  position: absolute;
  top: 36%;

}

.sign-up-faq .accordion-item .accordion-button {
  color: #2176ff !important;
  padding: 30px 0;
  padding-left: 50px;
}

.sign-up-faq .accordion-item:first-of-type .accordion-button {
  border: 0;
  box-shadow: 0;


}

.sign-up-faq .accordion-item .accordion-body {
  padding-left: 50px;
}

.sign-up-faq .accordion-button:focus {
  border: 0;
  box-shadow: none;
  color: #2176ff;
}

/* Faqs Page End  */

/* User Profile  */
.user-header .user-notification {
  margin-left: 30px;
}

.user-header .user-dropdown {
  margin-left: 33px;
}

.user-profille-img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.user-profille-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.user-header .user-dropdown .dropdown-toggle::after {
  content: none;
}

.user-header .user-dropdown .dropdown {
  background-color: transparent;
  border: 0;
}

.user-header .user-dropdown .dropdown:focus {
  background-color: transparent;
  box-shadow: none;
  border: 0;
}

.user-header .user-dropdown span {
  color: #31393c;
}

.user-header .user-dropdown ul>li:not(:last-child) {
  margin-right: 15px;
}

.user-header .navbar-nav .dropdown-menu a {
  padding: 13px;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
}

.user-header .navbar-nav .dropdown-menu {
  padding: 0;
  margin: 0;
  width: 200px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(to bottom, #58a0f6, #3e76f6);
  transition: all 0.5s ease;

}

.user-header .navbar-nav .dropdown-menu a:hover {

  transition: all 0.5s ease;
  background: transparent;
  background-image: linear-gradient(to left, #58a0f6, #3e76f6);
}

.why-border {
  transition: all 0.5s ease;
}

.why-border:hover {

  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(to bottom, #58a0f6, #3e76f6);
  color: #fff;
}

.why-border:hover h1 {
  color: #fff;
}



.profile-sec {
  padding: 150px 0 200px 0;
}

.profile-sec .edit-btn {
  display: flex;
  align-items: center;
  justify-content: end;
}

.profile-sec .edit-btn button {
  width: 185px;
  height: 60px;
  border-radius: 15px;
  background-color: #2176ff;
  border: 0;
  font-size: 20px;

}

.profile-sec .profile-img .user-img {
  width: 100px;
  height: 100px;

}

.profile-sec .profile-img .user-img div {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.profile-sec .profile-img .user-title p {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}

.profile-sec .profile-img .user-title span {
  font-size: 18px;
  font-weight: 500;
  color: #2176ff;
}

.profile-sec .phone-number {
  padding-top: 70px;
}

.profile-sec .phone-number h2 {
  font-size: 20px;
  font-weight: bold;
}

.profile-sec .phone-number p {
  font-size: 18px;
  color: #000000;

}

/* User Profile End  */
/* Edit Profile Section  */

.edit-profile-section {
  padding: 50px 0 100px;
}

.edit-profile-section .edit-title {
  padding: 30px 0;
}

.input-label {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 52px;
}

.input-label p {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}

.edit-profile-form {
  padding: 20px 0;
}

.edit-profile-section .save-btn button {
  width: 400px;
  height: 52px;
  border-radius: 15px;
  background-color: #2176ff;
  height: 52px;
  border: 0;
  margin-top: 30px;
}

.edit-profile-section .icon-with-img {
  position: relative;
}

.edit-profile-section .user-add-icon {
  position: absolute;
  right: 0;
  top: 67%;
}

/* .hover-img-home{
background-image: radial-gradient(circle at 50% 50%, #cbcbcb, rgba(255, 255, 255, 0) 94%);
} */

/* Edit Profile Section End   */


/* User Order Section */
.user-order-section {
  padding: 80px 0;
  padding-bottom: 150px;
}

.user-order-section .nav-tabs .nav-link {
  margin: 0;
  border: 0;
  padding: 0;
}

.user-order-section .nav-tabs {
  border: 0;
}

.user-order-section .nav-tabs .nav-link {
  transition: all 0.5s ease;
  width: 198.3px;
  height: 56px;
  border-radius: 15px;
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.4);
  font-size: 22px;
}

.user-order-section .nav-tabs .active {
  transition: all 0.5s ease;
  width: 198.3px;
  height: 56px;
  border-radius: 15px;
  background-color: #2176ff;
  font-size: 22px;
  color: #fff;
}

.user-order-section .nav-tabs {
  transition: all 0.5s ease;
  width: 796px;
  height: 60px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border-radius: 16px;
}

.home-order-table {
  padding: 50px 0;

}

.home-order-table tbody,
td,
tfoot,
th,
thead,
tr {
  border: 0;
  padding: 15px !important;
}

.home-order-table .tab-head {
  background-color: rgba(51, 161, 253, 0.1);
}

.user-order-section .tabs {
  position: relative;
}

.user-order-section .tabs .input-n-icon .input-searh {
  width: 401px;
  height: 60px;
  border-radius: 16px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border: 0;
}

.user-order-section .searh-input {
  position: absolute;
  top: 0;
  right: 10px;
}

.input-n-icon {
  position: relative;
}

.input-n-icon img {
  position: absolute;
  top: 9px;
  right: 20px;
  cursor: pointer;
}

.order-title h1 {
  font-size: 40px;
  padding: 0 0 40px 0;
}

.table-data-color {
  background-color: rgba(235, 235, 235, 0.3);
}

.table-data-light {
  background-color: rgba(235, 235, 235, 0.1);
}

.home-order-table table {
  color: #35404e;
}

/* User Order Section End */

/* User Payment Section  */

.user-payment-section .nav-tabs .nav-link {
  transition: all 0.5s ease;
  width: 250px;
  height: 56px;
  border-radius: 15px;
  background-color: #ffffff;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.4);
}

.user-payment-section .nav-tabs .active {
  transition: all 0.5s ease;
  width: 250px;
  height: 56px;
  border-radius: 15px;
  background-color: #2176ff;
  font-size: 24px;
  color: #fff;
}

.user-payment-section .nav-tabs {
  width: 504px;
  height: 60px;
}

.management-sec .card-management .card-title h1 {
  font-size: 26px;
  font-weight: bold;
  background-color: rgba(51, 161, 253, 0.1);
  padding: 20px;
}

.management-sec .card-management .card-detail h2 {
  font-size: 20px;
  font-weight: bold;
}

.management-sec .card-management .card-detail p {
  font-size: 18px;
  color: #000000;
}

.management-sec .card-management .card-detail {
  background-color: rgba(235, 235, 235, 0.3);
  padding: 20px;
  margin: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.management-sec .card-management .card-detail:last-child {
  padding-right: 90px;
}

.user-payment-section {
  padding-bottom: 300px;
}

.user-payment-section .add-card-btn {
  width: 185px;
  height: 60px;
  border-radius: 15px;
  background-color: #2176ff;
  border: 0;

}

/* User Payment Section End   */

/* User About Section  */
.terms-service {
  padding: 70px 0 0 0;
}

.terms-service .terms-title h1 {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 15px;
}

.about-sec .terms-title p {
  padding-bottom: 20px;
}

.terms-service .terms-title p {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}

.about-sec {
  padding-bottom: 100px;
}

.terms-service .terms-title h2 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;

}

.privacy-list-heading {
  padding: 20px 0;
}

.terms-service .privacy-list-item>p {
  padding: 0;
}

.terms-service .privacy-list-item ul {
  list-style: disc;
  margin-left: 20px;
  color: #000000;
}

/* User About Section  End */


/* User Setting Section  */
.setting-sec {
  padding: 70px 0 500px 0;

}

.setting-sec .setting-title h1 {
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 40px;
}

.setting-sec .notifation-btn {
  background-color: rgba(235, 235, 235, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.setting-sec .notifation-btn {
  background-color: rgba(235, 235, 235, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* User Setting Section End */

/* Uer Modal  */


.card-modal .modal-header {
  border: 0;
}

.card-modal .modal-title h4 {
  font-size: 40px;
  font-weight: bold;
  padding: 10px 0 30px;
}

.card-modal .modal-dialog {
  max-width: 880px;

}

.card-modal .modal-dialog .modal-body {
  padding: 18px 100px;
}

.card-modal .modal-dialog .modal-body .modal-input label {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  padding-left: 10px;
}

.card-modal .modal-dialog .modal-body .modal-input {
  padding-top: 30px;
}

.card-modal .modal-dialog .modal-body .modal-add-btn {
  display: flex;
  align-items: center;
  justify-self: center;
  width: 400px;
  margin: 0 auto;
  padding: 50px 0;
}

.card-modal .modal-dialog .modal-body .modal-add-btn button {
  width: 400px;
  height: 70px;
  border-radius: 15px;
  background-color: #2176ff;
  border: 0;

}

.card-modal .modal-dialog .modal-header .btn-close {
  background-image: url("../images/modal-close-btn.png");
  width: 30px;
  opacity: 0.91;
  font-size: 36px;
}

body button:focus {
  box-shadow: none !important;
  border: 0 !important;
  background-color: #2176ff;
  outline: none !important;

}

.accordion-button:focus {
  background-color: transparent;
}

/* user Modal End  */

/* Banner Image Hover  */

/* .banner-img{
transition: all 0.5s ease !important;
}
.banner-img .hover-img-home{
display: none;

}
.banner-img:hover .hover-img-home{
display: block;

}
.banner-img:hover .img-hover{
display: none;

} */
.user-up-icon {
  display: none;
}

.show .user-down-icon {
  display: none;

}

.user-down-icon {
  display: block;

}

.show .user-down-icon {
  display: none;

}

.show .user-up-icon {
  display: block;

}

.header-icons {
  transition: all 0.5s ease !important;
}

/* 

* Hide the last image on hover
*/


/* Banner image hover */
/* 
.banner-img>img {
  position: absolute;
  top: 20px;
  right: 300px;
} */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.overlay {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: none;
}

.login-sec .login-form .sign-up-copy-right {
  position: absolute;
  bottom: 10px;
  font-size: 16px !important;
  text-align: center !important;
  left: 75%;
  padding: 0;
  font-weight: normal;

}

.banner-img {
  position: relative;
  transition: all 0.5s ease;
  text-align: center;
}

.banner-img::before {
  content: "";
  background-image: url(../images/animation-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 818px;
  position: absolute;
  right: 0;
  top: 40px;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
}

.banner-img:hover::before {
  top: 0;
  opacity: 1;



}

.banner-img img {
  transition: all 0.4s ease;
  top: 0;
  position: relative;
  filter: drop-shadow(0px 40px 15px #f9fcff);
}

.banner-img:hover {
  top: -10px;
  transition: all 0.6s ease;

}

.banner-img:hover img {
  top: -20px;
  filter: drop-shadow(0px 40px 15px #cbcbcb);
}

.work-its-section .ordered-title p a:hover {
  color: #6da1fd;
}

.sign-in-sec .login-img {
  height: 100vh !important;
}

/* Google Place Autocomplete */

.css-yk16xz-control {
  border-radius: 20px;
  background-color: #f5f5f5;
  border: 0 !important;
  width: 100%;
  height: 52px;
  padding-left: 20px;
  color: rgba(49, 57, 60, 0.6);
  margin-bottom: 1rem !important;
  padding: 0;
  padding-left: 10px;
  cursor: text;
}

.css-1pahdxg-control {
  border-radius: 20px;
  background-color: #f5f5f5;
  border: 0;
  width: 100%;
  height: 52px;
  padding-left: 20px;
  color: rgba(49, 57, 60, 0.6);
  margin-bottom: 1rem !important;
  padding-left: 10px;
  cursor: text;


}

.css-yk16xz-control:hover {
  border-color: #f5f5f5 !important;
  border: 0 !important;
  box-shadow: none;
  outline: 0;

}

.css-1pahdxg-control:hover {
  border-color: #f5f5f5 !important;
  border: 0 !important;
  box-shadow: none;
  outline: 0;

}

.css-yk16xz-control:focus {
  border-color: #f5f5f5 !important;
  border: 0 !important;
  box-shadow: none;
  outline: 0;

}

.css-1pahdxg-control:focus {
  border-color: #f5f5f5 !important;
  border: 0 !important;
  box-shadow: none;
  outline: 0;

}

.css-yk16xz-control:active {
  border-color: #f5f5f5 !important;
  border: 0 !important;
  box-shadow: none;
  outline: 0;

}

.css-1pahdxg-control:active {
  border-color: #f5f5f5 !important;
  border: 0 !important;
  box-shadow: none;
  outline: 0;

}

.css-1okebmr-indicatorSeparator {
  width: 0;
}

.css-tlfecz-indicatorContainer {
  display: none;
}

/* Google Place Autocomplete End */

/* Button hover Styling  */


.btn:hover {
  border: 0;
  z-index: 1;
}

.btn:focus {
  border: 0;
  box-shadow: none;

}

.btn:active {
  border: 0 !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

/* Button hover End Styling */
.change-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.change-btn button {
  width: 430px;
  height: 55px;
  border: 0;
  margin: 20px 0;
}

.form-deatil p {
  padding: 0 0 30px 0;
  font-weight: bold;
}



/* Pick Up Pages  */
.delivery-sec {
  padding: 100px 0;
  /* background-image: linear-gradient(to right, #fff, rgba(235, 235, 235, 0.5)); */
  background-image: linear-gradient(90deg, #fff 0%, r#fff 0%, #fff 26%, #fff 40%, rgba(235, 235, 235, 0.5) 100%);
  background: linear-gradient(to right,
      #fff 20%,
      #fff 20% 40%,
      #fff 40% 56%,
      rgba(235, 235, 235, 0.1) 50% 89%,
      rgba(235, 235, 235, 0.2) 90% 100%);

}

.delivery-sec .pickup-detail h1 {
  font-size: 40px;
  font-weight: bold;

}

.delivery-sec .pickup-detail .pikup-title {
  position: relative;
  padding: 20px 0;
  display: flex;
  align-items: center;
}

.delivery-sec .pickup-detail .pickup-month {
  padding: 10px 0 30px 0;
}

.delivery-sec .pickup-detail .pikup-title button {
  position: absolute;
  top: 19%;
  left: -50px;
  background-color: transparent;
  border: 0;
  color: #000;
  font-size: 25px;
  font-weight: 100 !important;
}

.delivery-sec .pickup-detail .delivery-month p {
  font-size: 20px;
  color: #2176ff;
  font-weight: 500;
  padding-bottom: 10px;
}

.delivery-sec .pickup-detail .date-month {
  text-align: center;
  border-radius: 16px;
  border: solid 1px #ebebeb;
  background-color: #fff;
  padding: 30px 0;
  cursor: pointer;
  margin-bottom: 10px;
}

.delivery-sec .pickup-detail .date-month h1 {
  font-size: 24px;
  font-weight: bold;
}

.delivery-sec .pickup-detail .date-month p {
  font-size: 24px;
  font-weight: 500;
  padding: 10px 0;

}

.delivery-sec .pickup-detail .delivery-date {
  border-radius: 16px;
  border: solid 1px #ebebeb;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  margin-bottom: 10px;
  padding: 3px 0;

}

.delivery-sec .pickup-detail .delivery-date-active {
  border-radius: 16px;
  border: solid 1px #ebebeb;
  background-color: #2176ff;
  color: #fff;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  padding: 3px 0;

}

.delivery-sec .pickup-detail .delivery-date p {
  font-size: 18px;
  font-weight: normal;
}

.delivery-sec .pickup-detail .pickup-bags .delivery-bags P {
  font-size: 20px;
  color: #2176ff;
  padding-top: 20px;
  padding-bottom: 15px;
}

.delivery-sec .delivery-additional-notes p {
  font-size: 20px;
  color: #2176ff;
  font-weight: 500;
  padding-bottom: 10px;
}

.web-input-text-area {
  border-radius: 20px;
  background-color: #f5f5f5;
  border: 0;
  width: 100%;
  height: 120px;
  padding-left: 20px;
  color: rgba(49, 57, 60, 0.6);
}

.delivery-sec .pik-address h1 {
  padding-bottom: 30px;
  font-size: 40px;
  font-weight: bold;
  color: #000;
}

.delivery-sec .pik-address p {
  font-size: 20px;
}

.delivery-sec .cont-btn button {
  width: 100%;
  height: 52px;
  border: 0;
  border-radius: 15px;
  background-color: #2176ff;
}

.btn-col {

  padding: 0 0 0 40px;
}


.delivery-sec .pickup-detail .loundry-price {
  border-radius: 10px;
  border: solid 1px #ebebeb;
  background-color: #fff;
  padding: 0;
  margin-bottom: 15px;
  padding-left: 10px;
}

.service-sec .delivery-month p {
  padding-top: 0;
}

.loundry-price-address ul {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}

.loundry-price-address ul>li span {
  font-size: 20px;

}

.loundry-price-address ul>li .span-number {
  margin-right: 20px;
}

.loundry-price-address p {
  padding-bottom: 10px;
  font-size: 16px !important;
}

.pik-address {
  min-height: 660px;
}

.cont-btn button ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cont-btn button ul .img-text {
  font-size: 12px;
  padding: 0 5px;
}

.cont-btn button ul .img-number {
  font-size: 14px;
  padding-right: 30px;
}

.confrim-sec .main-pikup {
  border-radius: 16px;
  background-color: #f5f5f5;

}

.confrim-sec .pickup-address {
  padding: 20px;

}

.confrim-sec .pickup-detail .delivery-month .location-title {
  padding: 0;
  color: rgba(49, 57, 60, 0.6);
  font-size: 14px;
}

.location-detail {
  color: #31393c;
  font-size: 18px;
}

.confrim-sec .pickup-detail .delivery-month {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 30px;
}

.adress-border {
  border-top: 1px solid #ebebeb;
}

.confrim-sec .delivery-month p {
  padding-bottom: 0 !important;
}

.pickup-month .delivery-month ul>li .span-number {
  margin-right: 20px;
  color: #31393c;
  font-size: 20px;
}

.order-price-address ul {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;

}

.order-price-address ul>li span {
  font-size: 20px;
  color: #000;
}

.order-border {
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}

.delivery-sec .cont-btn .btn-gren {
  background-color: #43cc62;
  border: 0;
}

.confrimed-order-sec {
  padding: 100px 0;
  background-image: linear-gradient(to bottom, rgba(88, 160, 246, 0.05), rgba(62, 118, 246, 0.05));
}

.confrimed-order-sec .created-banner h1 {
  font-size: 40px;
}

.confrimed-order-sec .created-banner .ok-btn button {
  margin: 90px 0;
  width: 400px;
  height: 52px;
  border-radius: 15px;
  background-color: #2176ff;
  border: 0;
}

.date-month-active {
  text-align: center;
  background-color: #2176ff;
  border-radius: 16px;
  border: solid 1px #ebebeb;
  padding: 30px 0;
  cursor: pointer;
}

.delivery-sec .pickup-detail .date-month-active h1 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.delivery-sec .pickup-detail .date-month-active p {
  font-size: 24px;
  font-weight: 500;
  padding: 10px 0;
  color: #fff;

}

.css-trz1no-MuiAvatar-root {
  text-transform: uppercase;
}

.user-header .user-dropdown button span {
  text-transform: capitalize;
}

.user-title p {
  text-transform: capitalize;
}

.button-hover {
  border-radius: 34px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  font-weight: 600;
}

.button-hover::before {
  content: "";
  position: absolute;
  top: 0;
  right: -25%;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: #f79824;
  background-image: linear-gradient(103deg, #fd8f09, #ffaa42);
  -webkit-transform: skewX(50deg);
  -ms-transform: skewX(50deg);
  transform: skewX(50deg);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  z-index: -1;
}

.button-hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: -25%;
  bottom: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(103deg, #0876fd, #0037b7);
  -webkit-transform: skewX(50deg);
  -ms-transform: skewX(50deg);
  transform: skewX(50deg);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  z-index: -2;
}

.button-hover:hover::after,
.button-hover:hover::before {
  width: 100%;
  color: #fff !important;

}

.sleek-sign {
  cursor: pointer;
  background: linear-gradient(to left, #2176ff 35%, #f79824 65%) right;
  background-size: 300%;
  transition: 1s ease-out;
  color: #fff;
  width: 84px;
  height: 38px;
  border-radius: 12px;
  background-color: #2176ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sleek-sign:hover {
  background-position: left;
  color: white;
}

.sleek-login {
  cursor: pointer;
  background: linear-gradient(to left, #f79824 35%, #2176ff 65%) right;
  background-size: 300%;
  transition: 1s ease-out;
  width: 84px;
  height: 38px;
  border-radius: 12px;
  background-color: #f79824;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.sleek-login:hover {
  background-position: left;
  color: white;
}

.col-second .footer-detail ul .social-icon {
  font-size: 22px;
  border-color: #2176ff;
  background-color: #2176ff;
  border-radius: 50%;
  color: #ffffff;
  box-sizing: border-box;
  text-align: center;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 1px;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-second .footer-detail ul .social-icon:hover {
  transform: rotate(360deg)scale(1.3);
}

.col-second .footer-detail ul .social-icon:hover {
  background-color: #ffffff;
  color: #3b5998;
}

.col-second .footer-detail ul .social-icon:hover {
  background-color: #3b5998;
  color: #ffffff;

}

.col-second .footer-detail ul .insta-icon {
  font-size: 22px;
  border-color: #2176ff;
  background-color: #2176ff;
  border-radius: 50%;
  color: #ffffff;
  box-sizing: border-box;
  text-align: center;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 1px;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-second .footer-detail ul .insta-icon:hover {
  transform: rotate(360deg)scale(1.3);
}

.col-second .footer-detail ul .insta-icon:hover {
  background-color: #ffffff;
  color: #3b5998;
}

.col-second .footer-detail ul .insta-icon:hover {
  background-color: #C13584;
  color: #ffffff;

}

/* Pick Up Pages  End */

/* Bugs Css  */
.loundry-price .loundry-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}

.loundry-price ul>.plus-icon {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.3);
  font-weight: 100;
  font-size: 14px;
}

.password-input input {
  border-radius: 20px 0 0 20px;
  background-color: #f5f5f5;
  border: 0;
  width: 100%;
  height: 52px;
  padding-left: 20px;
  color: rgba(49, 57, 60, 0.6);
  width: 95%;
}

.password-input .hide-show,
.password-input .hide-show-btn {
  position: absolute;
  border: 0;
  color: #abb5c2;
  font-size: 20px;
  top: 10%;
  z-index: 0;
  right: 7px;
  height: 52px;
  top: 0;
  border-radius: 0px 20px 20px 0px;
  background-color: #f5f5f5;
}

.password-input .hide-show:active,
.password-input .hide-show-btn:active {
  position: absolute;
  border: 0;
  color: #abb5c2;
  font-size: 20px;
  top: 10%;
  z-index: 0;
  right: 7px;
  height: 52px;
  top: 0;
  border-radius: 0px 20px 20px 0px;
  background-color: #f5f5f5 !important;
}

.password-input .hide-show:focus,
.password-input .hide-show-btn:focus {
  position: absolute;
  border: 0;
  color: #abb5c2;
  font-size: 20px;
  top: 10%;
  z-index: 0;
  right: 7px;
  height: 52px;
  top: 0;
  border-radius: 0px 20px 20px 0px;
  background-color: #f5f5f5 !important;
}

.password-input input:focus {
  border-radius: 20px 0 0 20px;
}

.terms-service .terms-title p>a {
  color: #2176ff;
}

.address-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.address-btn button {
  width: fit-content;
  padding: 10px 400px;
  border: 0;
  border-radius: 12px;
  margin: 50px 0 20px 0;
}

.change-add {
  padding: 100px 0;
}

.section-item {
  height: auto;
  border: 0;
  background-color: transparent;

}

.section-item-container {
  background-color: transparent;
  border: 0;
}

.sectionlist-container {
  background-color: transparent;
}

.loundry-price ul>.plus-icon button {
  border: 0;
  font-size: 10px;
  border-radius: 50%;
  padding: 0;
  width: 30px;
  height: 30px;

}

.loundry-price ul>.plus-icon button svg {
  font-size: 10px;
}

.loundry-price .loundry-item ul {
  display: flex;
  align-items: center;
}

.loundry-price .loundry-item ul b {
  margin: 0 10px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loundry-price-address p {
  margin-top: 30px;
  padding-bottom: 0;
}

.loundry-price-address span {
  font-size: 18px;
  color: #000;
  padding: 13px 0;

}

.slected-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.slected-product>div {
  margin: 8px 0;
}

.slected-product>div>span:first-child {
  padding-right: 20px;
}

.confrim-sec .pickup-detail .delivery-month span {
  color: #000;
  padding: 7px 0;
  display: inline-block;
}

/* Bugs Css End  */

/* custom css */

#time_slot .form-check-input,
#date_slot .form-check-input {
  display: none !important;
}

.sectionlist-container {
  position: relative;
}

.delivery-sec::after {
  content: "";
  color: red;
  width: 1px;
  border: 1px solid rgba(235, 235, 235, 0.5);
  position: absolute;
  right: 0;
  top: 12%;
  height: 100vh;
  left: 56%;


}

.service-sec::after {
  height: 108vh;
}

.confrim-secafter {
  height: 100vh !important;

}