@import url("https://fonts.cdnfonts.com/css/samsung-sharp-sans");
@import url("https://fonts.cdnfonts.com/css/sharp-sans");
html,
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

ul,
li {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

textarea {
  resize: vertical;
}

a:hover {
  text-decoration: none;
}

* html .clearfix {
  height: 1%;
}

h1 {
  font-family: "Samsung Sharp Sans", sans-serif;
}

h2 {
  font-family: "Samsung Sharp Sans", sans-serif;
}

p {
  font-family: "Samsung Sharp Sans", sans-serif;
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
span,
p,
a,
label {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

.ease,
a,
input[type=submit],
button {
  transition: all 0.5s ease;
}

.relative {
  position: relative;
}

.clearfix {
  display: block;
  clear: both;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

.center-div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.middle-div {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.hori-div {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.bg-common {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.relative,
.rel {
  position: relative;
}

.absolute,
.abs {
  position: absolute;
}

input:focus,
button:focus,
textarea:focus {
  outline: none;
}

.z-top {
  position: relative;
  z-index: 80;
}

.change_header_bg {
  background: rgba(0, 0, 0, 0.8);
}

.section_padding {
  padding: 100px 0;
}

.navbar-toggler {
  display: block;
  padding: 27px 19px;
  width: 18px;
  height: 2px;
  border: 0;
  box-sizing: content-box;
  background-clip: content-box;
  transition: background-color 500ms ease-in-out 250ms;
  background-color: #000;
  transform: scale(1.2);
}

.navbar-toggler:hover {
  cursor: pointer;
}

.navbar-toggler:before,
.navbar-toggler:after {
  position: relative;
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background-color: #000;
  transition: transform 500ms ease-in-out;
}

.navbar-toggler:before {
  top: -6px;
}

.navbar-toggler:after {
  bottom: -4px;
}

.navbar-toggler__text {
  display: none;
}

.navbar-toggler--active {
  background-color: rgba(255, 255, 255, 0);
  transition-delay: 0s;
}

.navbar-toggler--active:before {
  transform: translateY(6px) rotate(-225deg);
}

.navbar-toggler--active:after {
  transform: translateY(-6px) rotate(225deg);
}

body {
  font-family: "Montserrat", sans-serif;
}

#site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.3s ease;
}

#site-header.hide {
  top: -130px;
}

.container-fluid {
  padding: 0 10%;
}

.navbar-brand img {
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}

.navbar-nav {
  align-items: center;
}
.navbar-nav li {
  margin-right: 20px;
}
.navbar-nav li a {
  color: rgb(0, 0, 0);
  font-family: "Samsung Sharp Sans", sans-serif;
  text-transform: uppercase;
  font-weight: bolder;
}

.btn button {
  padding: 15px 30px;
  background-color: #89c4f2;
  font-weight: bold;
  color: #fff;
  border: none;
  width: 100%;
  border-radius: 5px;
}

.header-1 {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 9999;
}

.home-banner {
  padding: 190px 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.home-banner .wrapper {
  align-items: center;
}
.home-banner .wrapper .home-content h1 {
  font-size: 70px;
  border-bottom: 2px solid #89c4f2;
  font-weight: bolder;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
.home-banner .wrapper .home-content h2 {
  font-size: 20px;
}
.home-banner .wrapper .home-content span {
  color: #89c4f2;
}
.home-banner .wrapper .home-content p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}
.home-banner .wrapper .home-content .list {
  display: flex;
  gap: 20px;
  margin-top: 15px;
}
.home-banner .wrapper .home-content .list li {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
}
.home-banner .wrapper .home-content .home-btn {
  margin-top: 40px;
}
.home-banner .wrapper .home-content .home-btn a {
  background-color: #89c4f2;
  padding: 20px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
}

.services {
  padding: 50px 0;
}
.services .title {
  text-align: center;
}
.services .title h1 {
  font-size: 50px;
  font-weight: bolder;
}
.services .title span {
  color: #89c4f2;
}
.services .wrapper {
  padding: 50px 0;
}
.services .wrapper .pricing {
  text-align: center;
  background-color: #f6f6f6;
  padding: 30px;
}
.services .wrapper .pricing .price {
  margin-bottom: 30px;
}
.services .wrapper .pricing .price h1 {
  font-weight: bolder;
  font-size: 90px;
  color: #89c4f2;
}
.services .wrapper .pricing .price .title {
  margin-bottom: 30px;
}
.services .wrapper .pricing .price .title h2 {
  font-weight: bolder;
  font-size: 20px;
}
.services .wrapper .pricing .price .title span {
  font-weight: bold;
  color: #707070;
}
.services .wrapper .pricing p {
  font-weight: 500;
  margin-bottom: 10px;
  color: #707070;
}
.services .wrapper .pricing button {
  background-color: #89c4f2;
  color: #fff;
  width: 50%;
  padding: 15px;
  border: none;
  border-radius: 5px;
  margin-top: 40px;
  font-weight: bold;
}

.works {
  padding: 40px 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.works .wrapper .content {
  padding: 90px 0;
}
.works .wrapper .content h1 {
  font-size: 40px;
  font-weight: bolder;
}
.works .wrapper .content span {
  color: #89c4f2;
}
.works .wrapper .content .step1 {
  margin-top: 20px;
}
.works .wrapper .content .step1 h2 {
  font-weight: bolder;
  color: #89c4f2;
  margin-bottom: 10px;
}
.works .wrapper .content .step1 p {
  font-weight: 500;
  max-width: 500px;
}
.works .wrapper .content .step2 {
  margin-top: 250px;
}
.works .wrapper .content .step2 h2 {
  font-weight: bolder;
  margin-bottom: 10px;
  color: #89c4f2;
}
.works .wrapper .content .step2 p {
  font-weight: 500;
  max-width: 500px;
}

.footer {
  padding-top: 150px;
  padding-bottom: 20px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.footer .wrapper .contact h1 {
  font-weight: bolder;
  margin-bottom: 20px;
  font-size: 30px;
}
.footer .wrapper .contact .list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.footer .wrapper .contact .list span {
  font-weight: 600;
  font-family: "Samsung Sharp Sans", sans-serif;
}
.footer .wrapper .contact .list img {
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .wrapper .links h1 {
  font-weight: bolder;
  margin-bottom: 20px;
  font-size: 30px;
}
.footer .wrapper .links .list ul li a {
  font-weight: 600;
  color: #000;
  font-family: "Samsung Sharp Sans", sans-serif;
}
.footer .wrapper .social h1 {
  font-weight: bolder;
  margin-bottom: 20px;
  font-size: 30px;
}
.footer .wrapper .social .list img {
  margin-right: 10px;
  width: 12%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footnote {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  border-top: 1px solid #969292;
  padding: 30px 0;
}
.footer .footnote span {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-weight: 600;
}
.footer .footnote .list {
  display: flex;
  gap: 30px;
}
.footer .footnote .list li a {
  font-family: "Samsung Sharp Sans", sans-serif;
  color: #000;
  font-weight: 600;
}

.header-2 {
  height: 30vh;
  background-image: url(".././images/header-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.about-banner {
  padding: 150px 0;
}
.about-banner .wrapper {
  align-items: center;
}
.about-banner .wrapper .about-content h1 {
  font-size: 70px;
  font-weight: bolder;
  margin-bottom: 10px;
}
.about-banner .wrapper .about-content h2 {
  font-size: 20px;
}
.about-banner .wrapper .about-content span {
  color: #89c4f2;
}
.about-banner .wrapper .about-content p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}
.about-banner .wrapper .about-content .list {
  display: flex;
  gap: 20px;
  margin-top: 15px;
}
.about-banner .wrapper .about-content .list li {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
}
.about-banner .wrapper .about-content .home-btn {
  margin-top: 40px;
}
.about-banner .wrapper .about-content .home-btn a {
  background-color: #89c4f2;
  padding: 20px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
}

.shipping-banner {
  padding: 150px 0;
}
.shipping-banner .wrapper {
  align-items: center;
}
.shipping-banner .wrapper .shipping-content h1 {
  font-size: 70px;
  font-weight: bolder;
  margin-bottom: 10px;
}
.shipping-banner .wrapper .shipping-content h2 {
  font-size: 20px;
}
.shipping-banner .wrapper .shipping-content span {
  color: #89c4f2;
}
.shipping-banner .wrapper .shipping-content p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}
.shipping-banner .wrapper .shipping-content .list {
  display: flex;
  gap: 20px;
  margin-top: 15px;
}
.shipping-banner .wrapper .shipping-content .list li {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
}
.shipping-banner .wrapper .shipping-content .home-btn {
  margin-top: 40px;
}
.shipping-banner .wrapper .shipping-content .home-btn a {
  background-color: #89c4f2;
  padding: 20px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
}

.faqs-banner {
  padding: 150px 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 120vh;
}
.faqs-banner .wrapper {
  align-items: center;
}
.faqs-banner .wrapper .faqs-content {
  padding-top: 200px;
}
.faqs-banner .wrapper .faqs-content h1 {
  font-size: 50px;
  font-weight: bolder;
  margin-bottom: 10px;
}
.faqs-banner .wrapper .faqs-content span {
  color: #ffffff;
}
.faqs-banner .wrapper .faqs-content p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}
.faqs-banner .wrapper .faqs-content .list {
  display: flex;
  gap: 20px;
  margin-top: 15px;
}
.faqs-banner .wrapper .faqs-content .list li {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
}
.faqs-banner .wrapper .faqs-content .home-btn {
  margin-top: 40px;
}
.faqs-banner .wrapper .faqs-content .home-btn a {
  background-color: #89c4f2;
  padding: 20px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
}

.accordion {
  margin: 20px auto;
  padding: 20px 0;
}

.accordion-item {
  border: 1px solid #F1F1F1;
  margin-bottom: 10px;
  border: none !important;
  margin-bottom: 20px;
}

.accordion-title {
  padding: 10px;
  background-color: #f0f0f0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  cursor: pointer;
  font-family: "Samsung Sharp Sans", sans-serif;
  font-weight: bold;
  color: #89c4f2;
  font-size: 20px;
}

.accordion-content {
  padding: 10px;
  display: none;
  font-family: "Samsung Sharp Sans", sans-serif;
  font-weight: 500;
}

.selected {
  background-color: #89c4f2;
  color: #fff;
}

.btn-accor {
  text-align: center;
}
.btn-accor a {
  background-color: #000;
  padding: 20px 50px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
}

.terms {
  padding: 50px 0;
  max-width: 70rem;
  margin: auto;
}
.terms h1 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.terms p {
  font-weight: 500;
  color: #707070;
  margin-bottom: 20px;
}
.terms h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.contact-banner {
  padding: 50px 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.contact-banner .wrapper .contact-content {
  padding-top: 25px;
}
.contact-banner .wrapper .contact-content h1 {
  font-size: 35px;
  font-weight: bolder;
  margin-bottom: 10px;
  margin-bottom: 20px;
}
.contact-banner .wrapper .contact-content span {
  color: #89c4f2;
}
.contact-banner .wrapper .contact-content p {
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 25px;
}
.contact-banner .wrapper .contact-content .list {
  display: flex;
  gap: 20px;
  margin-top: 15px;
}
.contact-banner .wrapper .contact-content .list li {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
}
.contact-banner .wrapper .con-form form input {
  width: 45%;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #dedede;
  border: none;
}
.contact-banner .wrapper .con-form form input::-moz-placeholder {
  color: #000;
}
.contact-banner .wrapper .con-form form input::placeholder {
  color: #000;
}
.contact-banner .wrapper .con-form form textarea {
  padding: 20px;
  background-color: #dedede;
  border: none;
}
.contact-banner .wrapper .con-form form textarea::-moz-placeholder {
  color: #000;
}
.contact-banner .wrapper .con-form form textarea::placeholder {
  color: #000;
}
.contact-banner .wrapper .con-form form button {
  width: 91%;
  padding: 25px;
  margin-top: 20px;
  background-color: #89c4f2;
  border: none;
  font-weight: bold;
  color: #fff;
}

.services-list .wrapper .list {
  text-align: center;
}
.services-list .wrapper .list img {
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.services-list .wrapper .list h1 {
  font-weight: bold;
  color: #89c4f2;
  font-size: 30px;
  margin-top: -20px;
  margin-bottom: 10px;
}
.services-list .wrapper .list p {
  font-weight: 500;
}

.mobile-show {
  display: none;
}

.testimonials {
  padding: 50px 0;
}

.section-heading {
  margin-bottom: 50px;
}
.section-heading h2 {
  font-size: 50px;
  color: #000000;
  font-family: "Samsung Sharp Sans", sans-serif;
  font-weight: bold;
}
.section-heading h2 span {
  color: #89c4f2;
}

.reviews-slider .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.reviews-slider .owl-dots .owl-dot {
  border: 6px solid rgba(0, 90, 171, 0.16);
  border-radius: 50%;
}
.reviews-slider .owl-dots .owl-dot span {
  display: block;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 50%;
}
.reviews-slider .owl-dots .owl-dot.active span {
  background-color: #005aab;
}
.reviews-slider .review-wrapper .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.reviews-slider .review-wrapper .head img {
  height: 30px;
  width: auto;
}
.reviews-slider .review-wrapper .head h3 {
  font-size: 30px;
  font-family: "Samsung Sharp Sans", sans-serif;
  font-weight: bold;
}
.reviews-slider .review-wrapper .body {
  margin-bottom: 20px;
}
.reviews-slider .review-wrapper .body p {
  font-size: 16px;
  font-weight: 400;
}
.reviews-slider .review-wrapper .foot {
  display: flex;
  align-items: center;
  gap: 20px;
}
.reviews-slider .review-wrapper .foot img {
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
.reviews-slider .review-wrapper .foot .details h4 {
  font-size: 25px;
  color: #214a8c;
  font-family: "Samsung Sharp Sans", sans-serif;
  font-weight: bold;
}
.reviews-slider .review-wrapper .foot .details p {
  font-size: 14px;
}

.testimonials {
  margin: 50px 0;
}
.testimonials .model-image img {
  height: 700px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  display: block;
}

.bg-curve {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 100px;
}

.works .wrapper .content .step1 p {
  font-size: 20px;
}

.services-list .wrapper .list h1 {
  text-transform: uppercase;
}

.card-bullet {
  max-width: 300px;
  margin: 0 auto 20px;
  display: block;
}
.card-bullet li {
  list-style: disc;
  text-align: left;
  font-weight: 500;
  margin-bottom: 10px;
  color: #707070;
  font-family: "Samsung Sharp Sans", sans-serif;
}

.services .wrapper .pricing .price h1 span {
  color: #707070;
  font-size: 16px;
}

.home-banner .wrapper .home-content h1 {
  font-size: 60px;
  text-transform: uppercase;
}

.home-banner .wrapper .home-content .list {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  gap: 10px;
  margin-bottom: 10px;
}

.services .wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

.services .wrapper .pricing .price h1 {
  font-size: 50px;
}

.card-bullet {
  padding-left: 20px;
}

.cont {
  max-width: 300px;
  margin: 0 auto;
}

.common-step p {
  font-size: 20px;
}

.login {
  padding: 50px 20px;
}
.login .log-wrapper {
  text-align: center;
}
.login .log-wrapper img {
  width: 20%;
  -o-object-fit: contain;
     object-fit: contain;
}
.login .log-wrapper .google {
  max-width: 50px;
  margin: auto;
  padding: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.login .log-wrapper .google img {
  width: 80%;
}
.login .log-wrapper .or {
  margin: auto;
}
.login .log-wrapper .or h1 {
  font-size: 1rem;
  margin-top: 1.5rem;
  position: relative;
  margin-bottom: 1rem;
}
.login .log-wrapper .or h1::before {
  content: "";
  display: block;
  width: 230px;
  height: 1px;
  background: #707070;
  left: 370px;
  top: 50%;
  position: absolute;
}
.login .log-wrapper .or h1::after {
  content: "";
  display: block;
  width: 230px;
  height: 1px;
  background: #707070;
  right: 370px;
  top: 50%;
  position: absolute;
}
.login .log-wrapper .form {
  max-width: 600px;
  margin: auto;
}
.login .log-wrapper .form form input {
  width: 100%;
  padding: 20px;
  margin-bottom: 10px;
  border: none;
  background-color: #f3f3f3;
}
.login .log-wrapper .form form input::-moz-placeholder {
  color: #000;
}
.login .log-wrapper .form form input::placeholder {
  color: #000;
}
.login .log-wrapper .form form .forget {
  text-align: right;
}
.login .log-wrapper .form form .forget a {
  color: #89c4f2;
}
.login .log-wrapper .form form button {
  background-color: #89c4f2;
  width: 100%;
  padding: 20px;
  border: none;
  margin-top: 10px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.login .log-wrapper .form form a {
  color: #000;
  margin-top: 20px;
}
.login .log-wrapper .form form span {
  color: #89c4f2;
}

.signup {
  padding: 50px 20px;
}
.signup .sign-wrapper .btn-sign {
  background-color: #89c4f2;
  width: 20%;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 40px;
}
.signup .sign-wrapper .btn-sign a {
  color: #fff;
  font-weight: bold;
  margin-left: 15px;
}
.signup .sign-wrapper .content h1 {
  font-size: 40px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px;
}
.signup .sign-wrapper .content p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}
.signup .sign-wrapper .content .btn-continue {
  background-color: #89c4f2;
  max-width: 250px;
  margin: auto;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  margin-top: 40px;
  align-items: center;
}
.signup .sign-wrapper .content .btn-continue a {
  color: #fff;
  font-weight: bold;
  margin-right: 15px;
}

.step h2 {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
}
.step img {
  margin-right: 15px;
}

.sign-next {
  padding: 50px 20px;
}
.sign-next .sign-wrapper {
  align-self: center;
}
.sign-next .sign-wrapper h1 {
  font-size: 30px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 20px;
}
.sign-next .sign-wrapper .account h2 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px;
}
.sign-next .sign-wrapper .account .radio {
  display: flex;
}
.sign-next .sign-wrapper .account .radio .rad-1 {
  margin-right: 40px;
  background-color: #f3f3f3;
  padding: 20px;
}
.sign-next .sign-wrapper .account .radio .rad-1 label {
  font-weight: bold;
  font-size: 25px;
  margin-left: 20px;
}
.sign-next .sign-wrapper .account .radio .rad-1 input[type=radio] {
  width: 25px; /* Set the width */
  height: 25px; /* Set the height */
}
.sign-next .sign-wrapper .account .radio .rad-2 {
  margin-right: 40px;
  background-color: #f3f3f3;
  padding: 20px;
}
.sign-next .sign-wrapper .account .radio .rad-2 label {
  font-weight: bold;
  font-size: 25px;
  margin-left: 20px;
}
.sign-next .sign-wrapper .account .radio .rad-2 input[type=radio] {
  width: 25px; /* Set the width */
  height: 25px; /* Set the height */
}
.sign-next .sign-wrapper .account .form form label {
  font-size: 20px;
}
.sign-next .sign-wrapper .account .form form input {
  width: 100%;
  padding: 20px;
  border: none;
  background-color: #f3f3f3;
  margin-bottom: 10px;
}
.sign-next .sign-wrapper .account .form form select {
  width: 100%;
  padding: 20px;
  border: none;
  background-color: #f3f3f3;
  margin-bottom: 10px;
}
.sign-next .sign-wrapper .account .form form span {
  font-weight: 600;
  font-size: 13px;
}
.sign-next .sign-wrapper .account .form .btn-continue {
  background-color: #89c4f2;
  width: 30%;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  margin-top: 40px;
  align-items: center;
}
.sign-next .sign-wrapper .account .form .btn-continue a {
  color: #fff;
  font-weight: bold;
  margin-right: 15px;
}
.sign-next .sign-wrapper .total {
  background-color: #f3f3f3;
  padding: 30px;
  border-top: 8px solid #89c4f2;
  margin-top: 20px;
}
.sign-next .sign-wrapper .total .total-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}
.sign-next .sign-wrapper .total .total-price h2 {
  font-size: 20px;
}
.sign-next .sign-wrapper .total .total-price span {
  font-weight: bold;
  font-size: 30px;
}
.sign-next .sign-wrapper .total .base-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.sign-next .sign-wrapper .total .base-price h2 {
  font-size: 15px;
}
.sign-next .sign-wrapper .total .base-price span {
  font-weight: bold;
  font-size: 15px;
}

.sign-next3 {
  padding: 50px 20px;
}
.sign-next3 .sign-wrapper {
  align-self: center;
}
.sign-next3 .sign-wrapper h1 {
  font-size: 30px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 20px;
}
.sign-next3 .sign-wrapper .account h2 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px;
}
.sign-next3 .sign-wrapper .account .radio {
  display: flex;
}
.sign-next3 .sign-wrapper .account .radio .rad-1 {
  margin-right: 40px;
  background-color: #f3f3f3;
  padding: 20px;
}
.sign-next3 .sign-wrapper .account .radio .rad-1 label {
  font-weight: bold;
  font-size: 25px;
  margin-left: 20px;
}
.sign-next3 .sign-wrapper .account .radio .rad-1 input[type=radio] {
  width: 25px; /* Set the width */
  height: 25px; /* Set the height */
}
.sign-next3 .sign-wrapper .account .radio .rad-2 {
  margin-right: 40px;
  background-color: #f3f3f3;
  padding: 20px;
}
.sign-next3 .sign-wrapper .account .radio .rad-2 label {
  font-weight: bold;
  font-size: 25px;
  margin-left: 20px;
}
.sign-next3 .sign-wrapper .account .radio .rad-2 input[type=radio] {
  width: 25px; /* Set the width */
  height: 25px; /* Set the height */
}
.sign-next3 .sign-wrapper .account .form form label {
  font-size: 20px;
}
.sign-next3 .sign-wrapper .account .form form h3 {
  font-size: 15px;
  margin-bottom: 10px;
}
.sign-next3 .sign-wrapper .account .form form .condition {
  font-size: 20px;
}
.sign-next3 .sign-wrapper .account .form form .terms {
  color: #89c4f2;
  font-size: 20px;
  text-decoration: underline;
}
.sign-next3 .sign-wrapper .account .form form .wrapper {
  align-items: center;
}
.sign-next3 .sign-wrapper .account .form form input {
  width: 100%;
  padding: 20px;
  border: none;
  background-color: #f3f3f3;
  margin-bottom: 10px;
}
.sign-next3 .sign-wrapper .account .form form .checkbox {
  display: flex;
  align-items: center;
}
.sign-next3 .sign-wrapper .account .form form .checkbox label {
  font-size: 15px;
  margin-top: -10px;
  font-weight: 600;
}
.sign-next3 .sign-wrapper .account .form form .checkbox input[type=checkbox] {
  width: 20px; /* Set the width of the checkbox */
  height: 20px; /* Set the height of the checkbox */
  margin-right: 10px; /* Add spacing between the checkbox and label */
  background-color: #fff; /* Background color of the checkbox */
  border: none;
}
.sign-next3 .sign-wrapper .account .form form .checkbox input[type=checkbox]:checked {
  background-color: #007bff !important; /* Background color when checked */
}
.sign-next3 .sign-wrapper .account .form form textarea {
  width: 100%;
  border: none;
  background-color: #f3f3f3;
}
.sign-next3 .sign-wrapper .account .form form .add-item {
  margin-left: 15px;
}
.sign-next3 .sign-wrapper .account .form form .add-item a {
  color: #89c4f2;
  font-weight: bold;
}
.sign-next3 .sign-wrapper .account .form form select {
  width: 100%;
  padding: 20px;
  border: none;
  background-color: #f3f3f3;
  margin-bottom: 10px;
}
.sign-next3 .sign-wrapper .account .form form span {
  font-weight: 600;
  font-size: 13px;
}
.sign-next3 .sign-wrapper .account .form .btn-continue {
  background-color: #89c4f2;
  width: 30%;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  margin-top: 40px;
  align-items: center;
}
.sign-next3 .sign-wrapper .account .form .btn-continue a {
  color: #fff;
  font-weight: bold;
  margin-right: 15px;
}
.sign-next3 .sign-wrapper .total {
  background-color: #f3f3f3;
  padding: 30px;
  border-top: 8px solid #89c4f2;
  margin-top: 20px;
}
.sign-next3 .sign-wrapper .total .total-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.sign-next3 .sign-wrapper .total .total-price h2 {
  font-size: 20px;
}
.sign-next3 .sign-wrapper .total .total-price span {
  font-weight: bold;
  font-size: 30px;
}
.sign-next3 .sign-wrapper .total .base-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.sign-next3 .sign-wrapper .total .base-price h2 {
  font-size: 15px;
}
.sign-next3 .sign-wrapper .total .base-price span {
  font-weight: bold;
  font-size: 15px;
}
.sign-next3 .sign-wrapper .total .base-price2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}
.sign-next3 .sign-wrapper .total .base-price2 h2 {
  font-size: 15px;
}
.sign-next3 .sign-wrapper .total .base-price2 span {
  font-weight: bold;
  font-size: 15px;
}

.scheduling {
  padding: 100px 20px;
}
.scheduling .sched-wrapper {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 70vh;
}
.scheduling .sched-wrapper .content1 {
  align-items: center;
  padding: 170px 30px;
}
.scheduling .sched-wrapper .content1 h1 {
  font-weight: bold;
  margin-bottom: 20px;
}
.scheduling .sched-wrapper .content1 p {
  font-weight: 500;
  margin-bottom: 20px;
}
.scheduling .sched-wrapper .content1 button {
  background-color: #89c4f2;
  border: none;
  padding: 15px;
  width: 30%;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
}

.scheduling-1 {
  padding: 100px 20px;
}
.scheduling-1 .sched-wrapper {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 50px 30px;
}
.scheduling-1 .sched-wrapper h1 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
}
.scheduling-1 .sched-wrapper .sched-list {
  height: 500px; /* Set the desired height */
  overflow: auto; /* Add scrollbars when content overflows the height */
}
.scheduling-1 .sched-wrapper .sched-list .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f4f4f4;
  padding: 5px 20px;
  margin-bottom: 20px;
}
.scheduling-1 .sched-wrapper .sched-list .list:hover {
  background-color: #89c4f2;
}
.scheduling-1 .sched-wrapper .sched-list .list .sched img {
  width: 10%;
}
.scheduling-1 .sched-wrapper .sched-list .list .sched span {
  font-weight: bold;
}
.scheduling-1 .sched-wrapper .sched-list .list .arrow img {
  width: 100%;
  color: #89c4f2;
}

.scheduling-2 {
  padding: 100px 20px;
}
.scheduling-2 .choose-provider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #a09d9d;
  margin-bottom: 20px;
}
.scheduling-2 .choose-provider h1 {
  font-weight: 600;
  font-size: 30px;
}
.scheduling-2 .choose-provider .btn-back {
  background-color: #89c4f2;
  width: 10%;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 40px;
}
.scheduling-2 .choose-provider .btn-back a {
  color: #fff;
  font-weight: bold;
  margin-left: 15px;
}
.scheduling-2 .sched-wrapper {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 50px 30px;
}
.scheduling-2 .sched-wrapper h1 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #89c4f2;
}
.scheduling-2 .sched-wrapper .sched-list .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f4f4f4;
  padding: 5px 20px;
  margin-bottom: 20px;
}
.scheduling-2 .sched-wrapper .sched-list .list:hover {
  background-color: #89c4f2;
}
.scheduling-2 .sched-wrapper .sched-list .list .sched img {
  width: 10%;
}
.scheduling-2 .sched-wrapper .sched-list .list .sched span {
  font-weight: bold;
}
.scheduling-2 .sched-wrapper .sched-list .list .arrow img {
  width: 100%;
  color: #89c4f2;
}

.scheduling-3 {
  padding: 100px 20px;
}
.scheduling-3 .choose-provider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px;
}
.scheduling-3 .choose-provider h1 {
  font-weight: 600;
  font-size: 30px;
}
.scheduling-3 .choose-provider .btn-back {
  background-color: #89c4f2;
  width: 10%;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 40px;
}
.scheduling-3 .choose-provider .btn-back a {
  color: #fff;
  font-weight: bold;
  margin-left: 15px;
}
.scheduling-3 .title {
  margin-bottom: 20px;
}
.scheduling-3 .title h2 {
  font-weight: 600;
  font-size: 25px;
  color: #89c4f2;
}
.scheduling-3 .title span {
  font-weight: 500;
}
.scheduling-3 .sched-wrapper {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 50px 30px;
}
.scheduling-3 .sched-wrapper h1 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #89c4f2;
}
.scheduling-3 .sched-wrapper h2 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.scheduling-3 .sched-wrapper .calendar {
  max-width: 500px;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.scheduling-3 .sched-wrapper .calendar-header {
  display: flex;
  justify-content: space-between;
  background-color: #f4faff;
  color: white;
  padding: 20px;
}
.scheduling-3 .sched-wrapper #prevMonth,
.scheduling-3 .sched-wrapper #nextMonth {
  background: none;
  border: none;
  color: rgb(24, 24, 24);
  font-size: 20px;
  cursor: pointer;
}
.scheduling-3 .sched-wrapper #currentMonthYear {
  margin: 0;
  font-size: 20px;
  color: #000;
}
.scheduling-3 .sched-wrapper .calendar-body {
  padding: 10px;
}
.scheduling-3 .sched-wrapper .day-names {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
}
.scheduling-3 .sched-wrapper .days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.scheduling-3 .sched-wrapper .day {
  text-align: center;
  padding: 5px;
}
.scheduling-3 .sched-wrapper .today {
  background-color: #89c4f2;
  color: white;
}
.scheduling-3 .sched-wrapper .event {
  background-color: #ff5722;
  color: white;
  border-radius: 50%;
}
.scheduling-3 .sched-wrapper .day:hover {
  background-color: #c4c4c4;
  cursor: pointer;
}
.scheduling-3 .sched-wrapper .img {
  text-align: center;
  margin-top: 40px;
}
.scheduling-3 .sched-wrapper .content-side {
  text-align: center;
}
.scheduling-3 .sched-wrapper .content-side h3 {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.scheduling-3 .sched-wrapper .content-side .btn-time1 {
  background-color: #89c4f2;
  display: grid;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
  width: 50%;
  padding: 20px;
  border-radius: 5px;
}
.scheduling-3 .sched-wrapper .content-side .btn-time1 a {
  color: #fff;
  font-weight: bold;
}
.scheduling-3 .sched-wrapper .content-side .btn-time {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.scheduling-3 .sched-wrapper .content-side .btn-time .btn-1 {
  background-color: #89c4f2;
  padding: 20px;
  width: 24%;
  border-radius: 5px;
}
.scheduling-3 .sched-wrapper .content-side .btn-time .btn-1 a {
  color: #fff;
  font-weight: bold;
  width: 100%;
}
.scheduling-3 .sched-wrapper .content-side .btn-time .btn-2 {
  background-color: #89c4f2;
  padding: 20px;
  margin-left: 20px;
  width: 24%;
  border-radius: 5px;
}
.scheduling-3 .sched-wrapper .content-side .btn-time .btn-2 a {
  color: #fff;
  font-weight: bold;
  width: 100%;
}
.scheduling-3 .sched-wrapper .content-side .btn-time2 {
  border: 1px solid #000;
  display: grid;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
  width: 50%;
  padding: 20px;
  border-radius: 5px;
  margin-top: 20px;
}
.scheduling-3 .sched-wrapper .content-side .btn-time2 a {
  color: #131212;
  font-weight: bold;
}

.scheduling-4 {
  padding: 100px 20px;
}
.scheduling-4 .choose-provider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px;
}
.scheduling-4 .choose-provider h1 {
  font-weight: 600;
  font-size: 30px;
}
.scheduling-4 .choose-provider .btn-back {
  background-color: #89c4f2;
  width: 10%;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 40px;
}
.scheduling-4 .choose-provider .btn-back a {
  color: #fff;
  font-weight: bold;
  margin-left: 15px;
}
.scheduling-4 .title {
  margin-bottom: 20px;
  background-color: #f7fcff;
  padding: 15px;
}
.scheduling-4 .title h2 {
  font-weight: 600;
  font-size: 25px;
  color: #89c4f2;
}
.scheduling-4 .title span {
  font-weight: 500;
}
.scheduling-4 .sched-wrapper .form form label {
  font-weight: bold;
}
.scheduling-4 .sched-wrapper .form form h2 {
  font-size: 15px;
  font-weight: 500;
  margin-top: 20px;
}
.scheduling-4 .sched-wrapper .form form span {
  color: #89c4f2;
}
.scheduling-4 .sched-wrapper .form form input {
  width: 100%;
  padding: 20px;
  background-color: #f3f3f3;
  border: none;
  margin-bottom: 25px;
}
.scheduling-4 .sched-wrapper .form form textarea {
  width: 100%;
  padding: 20px;
  background-color: #f3f3f3;
  border: none;
}
.scheduling-4 .sched-wrapper .form form button {
  background-color: #89c4f2;
  padding: 20px;
  border: none;
  color: #fff;
  font-weight: bold;
  width: 20%;
  margin-top: 20px;
  border-radius: 5px;
}

.account-dashboard {
  padding: 100px 20px;
}
.account-dashboard .account-wrapper {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  background-color: #f9f9f9;
  padding: 40px;
}
.account-dashboard .account-wrapper .acct {
  background-color: #89c4f2;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}
.account-dashboard .account-wrapper .acct .content {
  max-width: 500px;
}
.account-dashboard .account-wrapper .acct .content h2 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
.account-dashboard .account-wrapper .acct .content p {
  font-weight: 500;
  color: #fff;
  font-size: 15px;
}
.account-dashboard .account-wrapper .acct .images {
  position: absolute;
  top: -70px;
  right: 70px;
}
.account-dashboard .account-wrapper h1 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 20px;
}
.account-dashboard .account-wrapper .title {
  margin-bottom: 20px;
  background-color: #f7fcff;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.account-dashboard .account-wrapper .title h3 {
  font-weight: bold;
  font-size: 15px;
}
.account-dashboard .account-wrapper .title .epic {
  display: flex;
  align-items: center;
}
.account-dashboard .account-wrapper .title .epic .text {
  margin-left: 10px;
}
.account-dashboard .account-wrapper .title .epic .text h2 {
  font-weight: 600;
  font-size: 25px;
  color: #89c4f2;
}
.account-dashboard .account-wrapper .title .epic .text span {
  font-weight: 500;
}
.account-dashboard .account-wrapper .chat {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  background-color: #fff;
}
.account-dashboard .account-wrapper .chat .chat-wrapper {
  border-bottom: 2px solid #d6d6d6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}
.account-dashboard .account-wrapper .chat .chat-wrapper .chat-name {
  display: flex;
  align-items: center;
}
.account-dashboard .account-wrapper .chat .chat-wrapper .chat-name h2 {
  font-weight: bold;
  font-size: 20px;
  color: #89c4f2;
}
.account-dashboard .account-wrapper .chat .chat-wrapper .chat-name .chat-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.account-dashboard .account-wrapper .chat .chat-wrapper .chat-settings img {
  margin-left: 10px;
  width: 30%;
  -o-object-fit: contain;
     object-fit: contain;
}
.account-dashboard .account-wrapper .chat .conversation {
  padding: 40px 20px;
  position: relative;
  height: 400px;
  overflow-y: auto;
}
.account-dashboard .account-wrapper .chat .conversation .convo-list {
  text-align: right;
  display: flex;
  position: absolute;
  right: 10px;
}
.account-dashboard .account-wrapper .chat .conversation .convo-list .text {
  background-color: #dff1ff;
  border-radius: 20px;
  padding: 20px;
  max-width: 400px;
  text-align: right;
}
.account-dashboard .account-wrapper .chat .conversation .convo-list .text h3 {
  text-align: center;
  font-size: 15px;
}
.account-dashboard .account-wrapper .chat .conversation .convo-list .convo-imgs img {
  width: 100%;
}
.account-dashboard .account-wrapper .chat .conversation .convo-list1 {
  display: flex;
  padding-top: 50px;
}
.account-dashboard .account-wrapper .chat .conversation .convo-list1 .text {
  background-color: #dff1ff;
  border-radius: 20px;
  padding: 20px;
  max-width: 400px;
  text-align: right;
}
.account-dashboard .account-wrapper .chat .conversation .convo-list1 .text h3 {
  text-align: center;
  font-size: 15px;
}
.account-dashboard .account-wrapper .chat .conversation .convo-list1 .convo-imgs img {
  width: 100%;
}
.account-dashboard .account-wrapper .chat .chat-message {
  margin-top: 60px;
  background-color: #dff1ff;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account-dashboard .account-wrapper .chat .chat-message form input {
  border: none;
  background-color: transparent;
}
.account-dashboard .account-wrapper .chat .chat-message form input::-moz-placeholder {
  font-weight: 600;
  color: #000;
}
.account-dashboard .account-wrapper .chat .chat-message form input::placeholder {
  font-weight: 600;
  color: #000;
}
.account-dashboard .account-wrapper .chat .chat-message .send img {
  margin-left: 5px;
  width: 35%;
}
.account-dashboard .account-wrapper .solution {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  padding: 20px;
  background-color: #fff;
}
.account-dashboard .account-wrapper .solution .solution-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account-dashboard .account-wrapper .solution .solution-title h2 {
  font-weight: bold;
  font-size: 20px;
}
.account-dashboard .account-wrapper .solution .solution-title .btn-sol {
  background-color: #89c4f2;
  padding: 15px;
}
.account-dashboard .account-wrapper .solution .solution-title .btn-sol a {
  color: #fff;
  font-weight: bold;
}
.account-dashboard .account-wrapper .solution .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f6f6f6;
  padding: 10px;
  margin-top: 20px;
}
.account-dashboard .account-wrapper .solution .list .list-solution {
  display: flex;
  align-items: center;
}
.account-dashboard .account-wrapper .solution .list .list-solution h2 {
  font-size: 15px;
  font-weight: 500;
}
.account-dashboard .account-wrapper .solution .list .btn-review {
  background-color: #89c4f2;
  padding: 10px;
  text-align: center;
}
.account-dashboard .account-wrapper .solution .list .btn-review a {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}

.password-wrapper {
  position: relative;
}
.password-wrapper i {
  position: absolute;
  right: 20px;
  top: 25px;
  font-size: 20px;
  pointer-events: all;
  cursor: pointer;
}

.banner-container {
  min-height: 535px;
  padding: 70px;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.banner-container .intro-content h2 {
  font-size: 40px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 20px;
}
.banner-container .intro-content p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
.banner-container .intro-content a {
  background-color: #89C4F2;
  padding: 15px 60px;
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  text-transform: uppercase;
}

.banner-intro {
  margin: 100px 0;
}

.scheduling-time {
  padding: 100px 0;
}

.container-title {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.container-title h2 {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-weight: bold;
}

.container-form-footer {
  border-top: 1px solid rgba(112, 112, 112, 0.2);
  padding-top: 20px;
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
.container-form-footer a {
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  display: inline-block;
  display: flex;
  gap: 10px;
  align-items: center;
}
.container-form-footer .back-btn {
  background-color: #707070;
}
.container-form-footer .continue-btn {
  background-color: #89C4F2;
}

.common-wrapper {
  margin-bottom: 20px;
}
.common-wrapper h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.common-wrapper h5 {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 5px;
}
.common-wrapper input:not([type=radio], [type=checkbox]), .common-wrapper select {
  width: 100%;
  background-color: rgba(217, 217, 217, 0.3);
  border: none;
  padding: 10px 20px;
  height: 50px;
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 16px;
}
.common-wrapper textarea {
  width: 100%;
  background-color: rgba(217, 217, 217, 0.3);
  border: none;
  padding: 10px 20px;
  height: 280px;
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 16px;
}

.radio-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.radio-container input {
  position: absolute;
  left: -99999px;
}
.radio-container input:checked + label span div {
  background-color: #89C4F2;
}
.radio-container label {
  background-color: rgba(219, 219, 219, 0.31);
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 20px;
  cursor: pointer;
}
.radio-container label span {
  height: 35px;
  width: 35px;
  border: 1px solid #89C4F2;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}
.radio-container label span div {
  position: absolute;
  height: 84%;
  width: 84%;
  top: 0;
  border-radius: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.price-summary {
  background-color: rgba(219, 219, 219, 0.31);
  padding: 20px;
  border-top: 5px solid #89C4F2;
  max-width: 480px;
  margin: 0 auto;
}
.price-summary .summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.price-summary .summary-row h2 {
  font-size: 14px;
  font-weight: bold;
}
.price-summary .summary-row h3 {
  font-weight: 600;
  font-size: 14px;
}
.price-summary .total-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  border-top: 1px solid #707070;
  padding-top: 10px;
}
.price-summary .total-summary-row h2 {
  font-size: 18px;
  font-weight: bold;
}
.price-summary .total-summary-row h3 {
  font-weight: 600;
  font-size: 18px;
}

.form-note {
  margin-bottom: 20px;
}
.form-note p {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.checkbox-container {
  margin-top: 20px;
}

.checkbox-container input {
  display: none; /* Hide the checkbox input */
}

.checkbox-container input + label {
  position: relative;
  padding-left: 40px; /* Add padding to the left of the label */
}

.checkbox-container input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px; /* Set the width of the checkbox */
  height: 30px; /* Set the height of the checkbox */
  border: 2px solid #e2dfdf; /* Border for the checkbox */
  background-color: #b0b2b4; /* Background color for the checkbox */
}

.checkbox-container input:checked + label:before {
  content: "\2713"; /* Unicode check mark character */
  text-align: center; /* Center the check mark */
  line-height: 30px; /* Adjust line-height to vertically center the check mark */
  background-color: #89C4F2;
}

.checkbox-container label {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}


.scheduling-container .select-wrapper {
  padding: 0;
  margin-bottom: 50px;
}
.scheduling-container .select-wrapper .sched-wrapper {
  padding: 50px;
}
.scheduling-container .select-wrapper .sched-wrapper .calendar {
  border: none;
}

.date-option {
  padding: 50px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.date-option h2 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}

.prev-month {
  opacity: 0.4;
  pointer-events: none;
}

.calendar-label {
  color: #000;
  margin-bottom: 20px !important;
}

.timezone-data {
  display: none;
}

.timezone-wrapper select {
  border: none;
  outline: none;
  width: 100%;
  cursor: pointer;
  background-color: transparent;
  color: #000;
  font-weight: 600;
  font-size: 16px;
}

.timezone-wrapper {
  margin-top: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 5px;
  border: 1px solid #000;
  padding: 10px;
  border-radius: 30px;
  background-color: #EFEFEF;
}

.date-pick {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.date-pick h4 {
  font-size: 16px;
  font-weight: 500;
}
.date-pick select {
  font-size: 12px;
}
.date-pick .timezone-container {
  max-width: 250px;
  margin: 0;
}
.date-pick .timezone-container .timezone-wrapper {
  margin: 0;
}

.time-pick {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  gap: 20px;
}
.time-pick select {
  background-color: #EFEFEF;
  color: #000;
  font-size: 20px;
  border: none;
  padding: 10px 20px;
  font-weight: 500;
}
.time-pick .time-select {
  width: 70%;
}
.time-pick .am-pm {
  width: 20%;
}

.container-title h3 {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #89C4F2;
}

.order-history {
  padding: 50px 30px 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  height: 100%;
}
.order-history h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}

.scheduling-3 .sched-wrapper {
  height: 100%;
}

.point-wrapper {
  padding: 50px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.point-wrapper h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}
.point-wrapper select {
  background-color: #EFEFEF;
  color: #000;
  font-size: 20px;
  border: none;
  padding: 10px 20px;
  font-weight: 500;
  width: 100%;
}

.summary-table {
  padding: 30px 30px 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.summary-table .summary-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.summary-table .summary-title h2 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}
.summary-table .summary-title select {
  font-size: 20px;
  border: none;
  font-weight: 600;
  margin-right: 20px;
}
.summary-table .summary-title button {
  background-color: #89C4F2;
  padding: 10px 20px;
  border-radius: 3px;
  border: none;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.table-common thead th {
  border: none;
  background: #DFF1FF;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
.table-common tbody tr:nth-child(even) td {
  background-color: #EFEFEF;
}
.table-common tbody td {
  border: none;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  padding: 15px;
}

.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.table-btns {
  display: flex;
  align-items: center;
  gap: 5px;
}
.table-btns span.current, .table-btns .next {
  background-color: #89C4F2;
  color: #fff;
}
.table-btns span, .table-btns a {
  display: block;
  padding: 5px 15px;
  background-color: #E8E8E8;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

.admin-form {
  padding: 30px 30px 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 50px;
}
.admin-form .form-title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
.admin-form .form-wrapper {
  margin-bottom: 10px;
}
.admin-form .form-wrapper p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.admin-form .form-wrapper select, .admin-form .form-wrapper input {
  background-color: #EFEFEF;
  color: #000;
  font-size: 18px;
  border: none;
  padding: 10px 20px;
  font-weight: 500;
  width: 100%;
}

.edit-tools .btn {
  padding: 2px;
}

.filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.order-table {
  padding: 30px 30px 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 50px;
}
.order-table .title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
.order-table .filters {
  margin-bottom: 20px;
}
.order-table .filters .entries {
  display: flex;
  align-items: center;
  gap: 5px;
}
.order-table .filters .entries span {
  font-size: 16px;
  font-weight: 600;
  color: #89C4F2;
}
.order-table .filters .entries input {
  background-color: #F3F3F3;
  width: 70px;
  border: none;
  padding: 10px;
  text-align: center;
}
.order-table .filters .add-search {
  display: flex;
  align-items: center;
  gap: 10px;
}
.order-table .filters .add-search .add {
  background-color: #89C4F2;
  padding: 10px 20px;
  border-radius: 3px;
  border: none;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.order-table .filters .add-search .search-entries span {
  font-size: 16px;
  font-weight: 600;
  color: #89C4F2;
}
.order-table .filters .add-search .search-entries input {
  background-color: #F3F3F3;
  border: none;
  padding: 10px;
}

.common-wrapper h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.product-display {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-display select {
  border: 1px solid #000;
  padding: 2px;
  color: #000;
  font-size: 14px;
  background-color: transparent;
}

.services .wrapper .pricing .price .title h2, .services .wrapper .pricing .price h1 {
  font-size: 40px;
}

.services .wrapper {
  max-width: 1600px;
}

.bullet-intro {
  margin: 0 auto 20px;
  text-align: left;
}

.card-bullet, .bullet-intro, .cont {
  max-width: 400px;
  text-align: left;
}

.services .wrapper .pricing .price .title span {
  font-size: 25px;
}

.include-wrapper {
  margin-bottom: 20px;
}

.services .wrapper .pricing p, .card-bullet li, .bullet-intro {
  text-transform: uppercase;
}

.quantity-row {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.btn-add {
  background-color: #89C4F2;
  border-radius: 50%;
  color: #fff;
  border: 1px solid #89C4F2;
  margin-bottom: 10px;
}
.btn-add:hover {
  background-color: transparent;
  color: #89C4F2;
}

.dropdown-toggle::after {
  content: "";
}

.scheduling .sched-wrapper {
  padding-left: 50px;
  height: auto;
}

.faqs-banner {
  height: auto;
  background-size: 80% 90%;
  background-position: right;
}

.accordion {
  margin-top: 0;
  padding-top: 10px;
}

.services-list {
  margin-bottom: 20px;
}

.checkbox-container label:before {
  background-color: rgba(49, 47, 47, 0.201);
}/*# sourceMappingURL=main.css.map */