@import url("./nav.css");
@import url("./healper.css");
@import url("./landingpage.css");
@import url("./loading.css");
@import url("./pricing.css");

:root {
  --white-clr: #ffffff;
  --navyblue-clr: #0e2b5c;
  --clr-body: hsl(230, 43%, 97%);
}
section {
  padding: 6rem 0;
}
.custom-form-label {
  font-family: "Open Sans", sans-serif !important;
  color: #424770;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: none;
}
.custom-form-input {
  position: relative;
  display: block;
  background-color: #f3f6f9;
  border: none;
  outline: none;
  width: 100%;
  border-radius: 4px;
  color: #32325d;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  padding: 8px 20px 8px 16px;
  -webkit-transition: background-color 0.1s ease-in, color 0.1s ease-in;
  transition: background-color 0.1s ease-in, color 0.1s ease-in;
}
.button.shadow {
  -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%) !important;
  box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%) !important;
  border-radius: 4px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif !important;
  letter-spacing: 1px;
  background: #12b6b0;
  color: #ffffff;
  padding: 0 18px;
  height: 40px;
  line-height: 40px;
}
.button {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background-image: none;
  cursor: pointer;
  line-height: 100%;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 6%);
  box-shadow: 0 1px 2px rgb(0 0 0 / 6%);
  overflow: hidden;
  background: #ffffff;
  height: 55px;
  font-family: "Sailec-Medium" !important;
  font-size: 1rem;
  line-height: 55px;
  padding: 0px 40px;
  border: 1px solid rgba(14, 43, 92, 0.1);
  border-radius: 5px;
}
/*********faq***************/
.faq {
  overflow: hidden;
}
.faq .accordion-title {
  cursor: pointer;
}
.faq .accordion-title:hover {
  color: #00cdac;
}
.faq .accordion-list p {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.faq .accordion-list li h4 {
  font-size: 1rem;
  font-weight: 600;
}
.faq .accordion-list li.open h4 {
  font-weight: 600;
}
.faq .accordion-list li.open p {
  max-height: 105px;
  padding-bottom: 20px;
}
.faq .accordion-list li.open figure {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/***********book-a-demo***********/
.book-a-demo {
  padding-top: 180px;
}
.book-a-demo .content-wrapper {
  background: #f4f6f8;
  padding: 13% 8% 5.5% 16%;
}
.book-a-demo .content-wrapper ul {
  list-style: none;
  padding: 0px;
  line-height: 2.3;
  padding-top: 1.5rem;
  text-indent: -2em;
  padding-left: 2em !important;
}
.book-a-demo .content-wrapper ul li {
  font-size: 18px;
  color: #454f5b;
  line-height: 2.7;
}
.book-a-demo .content-wrapper ul li .fa {
  font-size: 16px;
  margin-right: 10px;
  color: #5c6ac4;
}
.book-a-demo .content-wrapper ul li:nth-child(4) {
  margin-top: 1.2rem;
  line-height: 1.5;
}
.book-a-demo .app-wrapper {
  margin-top: 55px;
}
.book-a-demo .app-wrapper h4 {
  font-weight: 600;
  color: #333;
  line-height: 1.4em;
  font-size: 16px;
}
.book-a-demo .app-wrapper .pa-phone-img {
  margin-right: 8px;
  width: 15px;
}
.button-wrapper {
  margin-top: 30px;
}
.button-with-arrow {
  border: none;
  display: inline-block;
  font-size: 17px;
  background-color: #12b6b0;
  color: #ffffff;
  border-radius: 5px !important;
  padding: 6px 12px;
  cursor: pointer !important;
  font-weight: 500;
  outline: none;
  overflow: hidden;
  width: 174px;
  height: 46px;
  position: absolute;
  text-decoration: none;
  z-index: 1;
  transition: 0.3s all ease-in-out;
}
.button-with-arrow label {
  font-size: 17px;
  position: absolute;
  top: 20%;
  color: #fff;
  cursor: pointer !important;
  left: 18%;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
.button-with-arrow span {
  display: block;
  font-size: 16px;
  height: 0;
  line-height: 0;
  cursor: pointer !important;
  position: absolute;
  top: 50%;
  right: 20%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.button-with-arrow:hover {
  background-color: #33beba !important;
  border-color: #12b6b0;
}
.certified-img {
  width: 28%;
  margin-left: 200px;
}
/*****Privacy-policy**********/
.privacy-policy-wrapper .p-wrapper h1 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
.privacy-policy-wrapper .p-wrapper li {
  list-style: disc;
  font-size: 14px;
  line-height: 30px;
}
/***************Footer *************/
footer {
  padding: 6rem 0;
  background: #1d263a;
  color: #ffff;
  position: relative;
  z-index: 1;
}
footer p {
  margin: 1rem 0;
}
footer p a {
  color: #00cdac;
}
footer ul li {
  list-style: none;
  margin: 0 1rem;
}
footer a {
  text-decoration: none;
  font-size: 1rem;
}
footer .footer-link li a {
  color: #ffff;
  font-weight: 600;
}
footer .footer-link {
  flex-wrap: wrap;
  justify-content: center;
}
footer .media-link li {
  width: 2rem;
  height: 2rem;
  margin: 0 0.5rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #12b6b0;
  transition: all 0.2s ease;
  cursor: pointer;
}
footer .media-link li:hover {
  background: #12b6b0;
}
footer .media-link li:hover .fab {
  color: var(--navyblue-clr);
}
footer .media-link .fab {
  color: #12b6b0;
  font-size: 0.8rem;
}

@media screen and (max-width: 750px) {
  .book-a-demo {
    padding-top: 100px;
  }
  .book-a-demo .content-wrapper {
    padding: 3% 8% 5.5% 8%;
  }
  .book-a-demo .app-wrapper h4 {
    font-size: 14px;
  }
}
