/*--------------------------------------------------------------------------------------*/
/*General-Css-Here
/*--------------------------------------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
body {
  margin: 0;
  padding: 0 !important;
  box-sizing: border-box;
  background: #fff;
  font-weight: 400;
  font-family: "Sharp";
  overflow-x: hidden;
  background: #fff;
  font-size: 14px;
}
a,
button {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
.site_content {
  display: block;
  padding-top: 89px;
}
.site_content:after,
.site_content:before {
  display: table;
  clear: both;
  content: "";
}
header,
footer,
section {
  display: block;
}
header:after,
header:before,
footer:after,
footer:before,
section:after,
section:before {
  display: table;
  clear: both;
  content: "";
}
.container {
  margin: auto;
  max-width: 1300px;
}
.container:after,
.container:before {
  display: table;
  clear: both;
  content: "";
}
button:focus {
  border: none;
  outline: none;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
a {
  outline: none !important;
}
[class^="ri-"],
[class*=" ri-"] {
  font-size: 25px;
  font-weight: normal !important;
}

/*font-face*/
@font-face {
  font-family: "Sharp";
  src: url("../fonts/Sharp Sans.eot");
  src: url("../fonts/Sharp Sans.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Sharp Sans.woff2") format("woff2"),
    url("../fonts/Sharp Sans.woff") format("woff"),
    url("../fonts/Sharp Sans.svg#Sharp Sans") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: "Sharp-Bold";
  src: url("../fonts/Sharp Sans Bold.eot");
  src: url("../fonts/Sharp Sans Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Sharp Sans Bold.woff2") format("woff2"),
    url("../fonts/Sharp Sans Bold.woff") format("woff"),
    url("../fonts/Sharp Sans Bold.svg#Sharp Sans Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: "Sharp-Thin";
  src: url("../fonts/Sharp Sans Thin.eot");
  src: url("../fonts/Sharp Sans Thin.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Sharp Sans Thin.woff2") format("woff2"),
    url("../fonts/Sharp Sans Thin.woff") format("woff"),
    url("../fonts/Sharp Sans Thin.svg#Sharp Sans Thin") format("svg");
  font-weight: 280;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: "Sharp-Semibold";
  src: url("../fonts/Sharp Sans Semibold.eot");
  src: url("../fonts/Sharp Sans Semibold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Sharp Sans Semibold.woff2") format("woff2"),
    url("../fonts/Sharp Sans Semibold.woff") format("woff"),
    url("../fonts/Sharp Sans Semibold.svg#Sharp Sans Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: "Sharp-Medium";
  src: url("../fonts/Sharp Sans Medium.eot");
  src: url("../fonts/Sharp Sans Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Sharp Sans Medium.woff2") format("woff2"),
    url("../fonts/Sharp Sans Medium.woff") format("woff"),
    url("../fonts/Sharp Sans Medium.svg#Sharp Sans Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: "Sharp-Light";
  src: url("../fonts/Sharp Sans Light.eot");
  src: url("../fonts/Sharp Sans Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Sharp Sans Light.woff2") format("woff2"),
    url("../fonts/Sharp Sans Light.woff") format("woff"),
    url("../fonts/Sharp Sans Light.svg#Sharp Sans Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: "Sharp-Extrabold";
  src: url("../fonts/Sharp Sans Extrabold.eot");
  src: url("../fonts/Sharp Sans Extrabold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Sharp Sans Extrabold.woff2") format("woff2"),
    url("../fonts/Sharp Sans Extrabold.woff") format("woff"),
    url("../fonts/Sharp Sans Extrabold.svg#Sharp Sans Extrabold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

/*font-face*/

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0px;
  z-index: 99;
  transition: 0.3s ease-in-out;
  border-bottom: 1px solid transparent;
}
.mt-6 {
  margin-top: 60px;
}
.mt-7 {
  margin-top: 70px;
}
.mt-8 {
  margin-top: 80px;
}
.mb-6 {
  margin-bottom: 60px;
}
.mb-7 {
  margin-bottom: 70px;
}
.mb-8 {
  margin-bottom: 80px;
}
.pt-6 {
  padding-top: 60px;
}
.pt-7 {
  padding-top: 70px;
}
.pt-8 {
  padding-top: 80px;
}
.pb-6 {
  padding-bottom: 60px;
}
.pb-7 {
  padding-bottom: 70px;
}
.pb-8 {
  padding-bottom: 80px;
}
.site-dropdown .dropdown-menu {
  top: 100% !important;
  border-bottom: 5px solid #e6c3a3;
  min-width: 200px;
  opacity: 0;
  transition: 0.3s ease-in-out;
  transform: translateY(50px) !important;
  display: block;
  pointer-events: none;
}
.site-dropdown .dropdown-menu.show {
  opacity: 1;
  transform: translateY(0px) !important;
  pointer-events: inherit;
}
.site-dropdown .dropdown-menu a {
  font-weight: 600;
  color: #50525f !important;
  font-size: 13px;
}
.site-dropdown .dropdown-menu a:hover {
  background: #e6c3a3;
}
.btn {
  height: 42px;
  padding: 0px 25px;
  margin: 0;
  text-transform: capitalize;
  line-height: 42px;
  display: inline-flex !important;
  align-items: center;
  font-size: 14px;
  border-radius: 50px;
  justify-content: center;
  font-family: "Sharp-Semibold";
  z-index: auto;
}
.btn-blue {
  background-color: #009fc6 !important;
}
.btn-green {
  background-color: #73bd1e !important;
}
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0px 5px;
  color: #fff;
  display: inline-block;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}
.owl-dots .owl-dot.active {
  background: #e6c3a3;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  pointer-events: initial;
  position: relative;
  color: transparent;
  width: 45px;
  height: 45px;
  background: #fff;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.owl-nav .owl-prev:after {
  content: "\EA64";
  font-family: remixicon !important;
  font-style: normal;
  color: #000;
  position: absolute;
  font-size: 30px;
  left: 7px;
  top: -2px;
}
.owl-nav .owl-next:after {
  content: "\EA6E";
  font-family: remixicon !important;
  font-style: normal;
  color: #000;
  position: absolute;
  font-size: 30px;
  left: 7px;
  top: -2px;
}
.object-fit {
  overflow: hidden;
}
.object-fit img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

header .navbar {
  padding: 0;
  box-shadow: none;
  background: none;
  padding-right: 0px !important;
}
header .navbar-brand {
  width: 190px;
}
header .navbar .nav-item .nav-link {
  font-size: 14px;
  font-family: "Sharp-Semibold";
  color: #00266d !important;
}
.login-btns a {
  min-width: 100px;
  margin-left: 5px;
}
.login-btns {
  margin-left: 20px;
}
.home-banner {
  position: relative;
}
.home-banner:after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 200px;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 26%,
    rgba(255, 255, 255, 0) 100%
  );
  opacity: 0.8;
}
.home-banner .carousel-item {
  height: 650px;
  overflow: hidden;
}
.home-banner .carousel-item img {
  object-position: top;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.home-banner .carousel-caption {
  position: static;
  text-align: left;
  max-width: 450px;
}
.home-banner .banner-caption {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
}
.banner-caption .carousel-caption h2 {
  color: #00266d;
  font-family: "Sharp-Bold";
  font-size: 45px;
}
.banner-caption .carousel-caption p {
  color: #00266d;
  font-family: "Sharp-Semibold";
  font-size: 16px;
}
.carousel-control-prev span,
.carousel-control-next span {
  display: flex;
  height: 45px !important;
  width: 45px !important;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  color: #00205b;
  align-items: center;
  justify-content: center;
}
.section-padding {
  padding: 80px 0px;
}
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body.fixed header {
  background: #fff;
  padding: 10px 0px;
  border-bottom: 1px solid #eeecf7;
}
.about-home-img figure {
  margin: 0;
  height: 370px;
  border-radius: 15px;
}
.about-home-img {
  padding-right: 60px;
  position: relative;
}
.about-home-img .about-shape2 {
  position: absolute;
  left: -50px;
  top: -50px;
  z-index: -1;
  animation-name: scale-up-center;
  animation-duration: 4.2s;
  animation-timing-function: ease;
  animation-delay: 0.4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: none;
}
.about-home-img .about-shape1 {
  position: absolute;
  right: 120px;
  bottom: -38px;
  animation-name: slide-left;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  animation-fill-mode: none;
}
.about-text h4 {
  color: #00266d;
  font-family: "Sharp-Bold";
  font-size: 36px;
}
.about-text p {
  font-size: 16px;
  color: #00266d;
}
.heading-tit {
  color: #00266d;
  font-family: "Sharp-Bold";
  font-size: 36px;
  margin-bottom: 40px;
}
.process-home {
  padding: 0px 30px;
}
.process-home-in {
  background: #f2fafc;
  border-radius: 30px;
}
.process-box {
  text-align: center;
}
.process-box figure {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 100px;
  height: 100px;
  margin: 0px auto;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
  border-radius: 40px;
  margin-bottom: 30px;
}
.process-box figure img {
  width: 40px;
}
.process-box figcaption h4 {
  font-size: 20px;
  color: #00266d;
  font-family: "Sharp-Bold";
  margin-bottom: 5px;
}
.process-box figcaption p {
  color: #687898;
}
.services-slider figure a {
  height: 200px;
  border-radius: 10px;
  display: block;
}
.services-slider h4 {
  font-size: 18px;
  font-family: "Sharp-Bold";
  color: #00266d;
}
.services-slider p {
  font-size: 14px;
  color: #98a7c2;
}
.services-slider .link-service {
  display: flex;
  color: #73bd1e;
  font-family: "Sharp-Semibold";
}
.services-slider .link-service img {
  width: 15px;
  margin-left: 10px;
}
.services-home .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}
.services-home .owl-nav > div {
  pointer-events: initial;
}
.services-home .owl-nav .owl-prev {
  position: relative;
  margin-left: -30px;
}
.services-home .owl-nav .owl-next {
  position: relative;
  margin-right: -30px;
}
.feature-home {
  padding-left: 75px;
}
.feature-home .feature-left {
  background: #73bd1e;
  border-radius: 50px 0px 0px 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 50px !important;
}
.feature-home .feature-left h4 {
  margin-bottom: 30px;
  font-size: 32px;
  font-family: "Sharp-Bold";
}
.feature-home .feature-left ul li {
  position: relative;
  padding-left: 30px;
  font-family: "Sharp-Semibold";
  font-size: 16px;
  margin-bottom: 20px;
}
.feature-home .feature-left ul li:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 5px;
}
.feature-right figure {
  height: 580px;
}
.feature-home .feature-left article {
  max-width: 400px;
}
.feature-home .feature-left ul li:last-child {
  margin-bottom: 0;
}
.testimonial-slider article {
  height: 100%;
  border-radius: 15px;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  position: relative;
}
.testimonial-slider .items {
  padding: 20px 15px;
  padding-top: 30px;
}
.testimonial-slider article:after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/quote.svg) no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
  top: -13px;
  right: 30px;
}
.testimonial-slider article figure {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  position: relative;
  margin-top: -60px;
}
.testimonial-slider article h4 {
  font-size: 18px;
  font-family: "Sharp-Bold";
  color: #00266d;
  margin-bottom: 5px;
}
.testimonial-slider article span {
  color: #73bd1e;
  font-family: "Sharp-Medium";
  display: block;
  margin-bottom: 10px;
}
.testimonial-slider article p {
  color: #8799bb;
  margin-bottom: 0px;
}
.testimonial-slider .owl-stage {
  display: flex;
}
.testimonial-slider .owl-item {
  display: flex;
}
.testimonial-home .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.testimonial-home .owl-nav .owl-prev {
  position: relative;
  margin-left: -10px;
  pointer-events: initial;
}
.testimonial-home .owl-nav .owl-next {
  position: relative;
  margin-right: -10px;
  pointer-events: initial;
}
.app-download-in {
  border-radius: 30px;
  background: #00266d;
  color: #fff;
}
.app-download-in figure {
  position: relative;
  width: 500px;
  margin: 0px auto;
  margin-top: -100px;
}
.app-download-in article {
  padding-right: 100px;
}
.app-download {
  margin: 80px 0px;
}
.app-download-in article h4 {
  font-size: 35px;
  font-family: "Sharp-Bold";
}
.app-download-in article p {
  font-size: 16px;
}
.app-btns a {
  min-width: 150px;
  margin-right: 10px;
}
.app-btns a i {
  margin-right: 15px;
}
footer {
  background: #f9fafc;
  border-top: 4px solid #eaeef6;
}
.footer-main {
  padding: 80px 0px;
}
.footer-tit {
  font-size: 22px;
  color: #00205b;
  font-family: "Sharp-Bold";
  margin-bottom: 15px;
}
.footer-link li a {
  display: block;
  color: #8784a4;
  font-size: 14px;
  font-family: "Sharp-Medium";
}
.footer-link li a:hover {
  color: #000;
}

.footer-link li a:hover i {
  animation: rotate-hor-center 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

@keyframes rotate-hor-center {
  0% {
    transform: rotateX(0);
  }
  100% {
    transform: rotateX(-360deg);
  }
}

.footer-link li {
  margin-bottom: 10px;
}
.footer-link li:last-child {
  margin-bottom: 0px;
}
.footer-logo-box {
  padding-right: 100px;
}
.footer-logo-box .logo-footer {
  display: block;
  width: 250px;
  margin-bottom: 20px;
}
.footer-logo-box p {
  color: #8784a4;
  font-size: 14px;
  font-family: "Sharp-Medium";
}
.footer-social a {
  display: flex !important;
  align-items: center;
}
.footer-social li {
  margin-bottom: 0px;
}
.footer-social a i {
  margin-right: 12px;
}
.copyright {
  background: #eaeef6;
  padding: 15px;
  text-align: center;
  color: #8784a4;
  font-family: "Sharp-Medium";
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}

.carousel-item.active > img {
  -webkit-animation: zoom 15s;
  animation: zoom 15s;
}

@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}

.inner-banner {
  padding: 130px 0px 65px 0px;
}
.about-inner {
  background: #f8fcf3;
}
.inner-texts h5 {
  font-size: 30px;
  color: #73bd1e;
  font-family: "Sharp-Bold";
  margin-bottom: 25px;
}
.inner-texts h4 {
  font-size: 50px;
  color: #00266d;
  font-family: "Sharp-Bold";
  margin-bottom: 0px;
}
.about-inner figure {
  width: 325px;
  height: 100%;
  border-radius: 152px 0px 0px 0px;
  overflow: hidden;
}
.about-inner figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.inner-banner .row {
  padding: 0px 80px;
}
.inner-banner .col-md-7.d-flex {
  align-items: center;
}
.inner-banner .col-md-5.d-flex {
  align-items: center;
  justify-content: flex-end;
}
.our-tm-sec figure {
  width: 100%;
  height: 520px;
  overflow: hidden;
  margin-bottom: 0px;
}
.our-tm-sec figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.inner-head-ab {
  padding-bottom: 95px;
}
.inner-head-ab {
  max-width: 880px;
  margin: auto;
  text-align: center;
}
.inner-head-ab h2 {
  font-size: 40px;
  margin-bottom: 20px;
  color: #00266d;
  font-family: "Sharp-Bold";
  padding: 0px 200px;
}
.inner-head-ab h6 {
  font-size: 16px;
  margin-bottom: 20px;
  color: #00266d;
  font-family: "Sharp-Bold";
  padding: 0px 200px;
}
.inner-head-ab p {
  font-size: 15px;
  margin-bottom: 0px;
  color: #00266d;
  font-family: "Sharp-Medium";
}
.our-team-dec {
  display: flex;
  width: 100%;
  padding-bottom: 40px;
}
.our-team-dec figure {
  width: 89px;
  min-width: 89px;
  height: 89px;
  border-radius: 25px;
  background: #e5f5f9;
  margin-bottom: 0px;
  padding: 15px;
  margin-right: 35px;
}
.our-team-dec figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.our-team-dec figcaption {
  width: 100%;
}
.our-team-dec figcaption h4 {
  font-size: 30px;
  color: #009fc6;
  font-family: "Sharp-Bold";
  margin-bottom: 20px;
  width: 100%;
}
.our-team-dec figcaption p {
  font-size: 16px;
  color: #747b8a;
  font-family: "Sharp-Medium";
  margin-bottom: 30px;
  width: 100%;
}
.our-safety {
  background: #73bd1e;
  border-radius: 20px;
  padding: 55px;
  text-align: center;
  margin-top: -90px;
  z-index: 1;
  position: relative;
  margin-bottom: 90px;
}
.our-safety h1 {
  font-size: 40px;
  margin-bottom: 20px;
  color: #fff;
  font-family: "Sharp-Bold";
}
.our-safety p {
  font-size: 18px;
  margin-bottom: 0px;
  color: #fff;
  font-family: "Sharp-Semibold";
}
.about-sec-pdd {
  padding-top: 80px;
}

.faq-inner figure {
  width: 325px;
  height: 100%;
  border-radius: 0px 0px 0px 131px;
  overflow: hidden;
}
.faq-inner figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.faq-inner {
  background: #ecf9fc;
}

/*-----faq-----*/
.faq-sec-pdd {
  padding: 70px 0px;
}
.faq-list {
  max-width: 250px;
  background: #ecf9fc;
  border-radius: 10px;
  padding: 20px 0px;
}
.faq-list li {
  list-style: none;
}
.faq-list li a {
  padding: 15px 25px;
  text-decoration: none;
  display: flex;
  justify-content: left;
  font-size: 15px;
  font-family: "Sharp-Semibold";
  color: #00266d;
}
.faq-list a:hover {
  color: #fff;
  background: #009fc6;
}
.faq-list .active a {
  color: #fff;
  background: #009fc6;
}
.faqpdd {
  padding: 50px 0px;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #ededed !important;
  padding: 0;
}
.panel-default > .panel-heading a {
  display: block;
  font-size: 16px;
  color: #73bd1e;
  font-family: "Sharp-Bold";
  text-decoration: none;
  padding: 20px 20px;
  position: relative;
  padding-right: 60px;
  background: #f8fcf3;
  border-radius: 10px 10px 0px 0px;
}
.panel-default > .panel-heading a::after {
  content: "";
  position: relative;
  font-weight: 400 !important;
  color: #00266d;
  font-size: 19px !important;
  position: absolute;
  top: 18px;
  right: 15px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.panel-default {
  background: #fff;
  margin-bottom: 13px;
}
.panel-body {
  padding: 0px 20px 20px 20px;
}
.panel-body p {
  font-size: 14px;
  color: #252629;
  font-family: "Sharp-Medium";
  padding-bottom: 15px;
}
.panel-body p b {
  color: #03071e;
}
.panel-default > .panel-heading a[aria-expanded="true"]::after {
  content: "\f107";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  font-family: "Font Awesome 5 Free";
  font-weight: 600 !important;
  color: #73bd1e;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.panel-default > .panel-heading a[aria-expanded="false"]::after {
  content: "\f107";
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  font-family: "Font Awesome 5 Free";
  font-weight: 600 !important;
}
.panel-default .panel-title {
  margin: 0px;
}
.panel-title a span {
  font-size: 20px;
  color: #006241;
  font-weight: 600;
  padding-right: 10px;
}
.faq-sec-pdd .panel-group h1 {
  font-size: 22px;
  margin-bottom: 25px;
  font-family: "Sharp-bold";
  color: #00266d;
}
.panel-group .panel-default .collapse.show {
  background: #f8fcf3;
}
.panel-group .panel-default .collapsed {
  background: #ecf9fc;
  border-radius: 10px;
  color: #00266d;
}
.panel-body ul {
  padding-left: 25px;
}
.panel-body ul li p {
  padding-bottom: 15px;
  padding-bottom: 0px;
}
.panel-body ul li {
  position: relative;
  padding-left: 20px;
}
.panel-body ul li::after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50px;
  background: #73bd1e;
  position: absolute;
  top: 5px;
  left: 0;
}

.contact-inner {
  background: #fffef0;
}
.contact-inner figure {
  width: 325px;
  height: 100%;
  border-radius: 0px 0px 0px 252px;
  overflow: hidden;
}
.contact-inner figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.contact-inner .inner-texts h4 {
  padding-right: 90px;
}
.cont-in-shape {
  position: relative;
}
.cont-in-shape .cont-shape1 {
  position: absolute;
  right: 120px;
  bottom: 5px;
  animation-name: slide-left;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  animation-fill-mode: none;
}
.help-sec {
    max-width: 100%;
    margin: auto;
    padding-bottom: 80px; 
}
.help-sec ul {
  display: flex;
  width: 100%;
}
.help-sec ul li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  text-align: center;
}
.help-sec ul li a {
  display: block;
}
.help-sec ul li a:hover figure img {
  animation: rotate-center 0.6s ease-in-out both;
}
@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.process-box article:hover figure {
  animation: rotate-center 0.6s ease-in-out both;
}
.process-box article {
  cursor: pointer;
}
.help-sec ul li a figure {
  margin-bottom: 30px;
}
.help-sec ul li a h3 {
  font-size: 20px;
  color: #00266d;
  font-family: "Sharp-bold";
  margin-bottom: 15px;
/*  word-break: break-all;*/
}
.help-sec ul li a h6 {
  font-size: 15px;
  color: #8694af;
  font-family: "Sharp-Semibold";
  margin-bottom: 15px;
}
.help-sec ul li a h6:last-child {
  margin-bottom: 0px;
}

.gt-direction {
  background: #73bd1e;
  border-radius: 28px;
  padding: 20px 40px;
  max-width: 262px;
  position: absolute;
  right: 8%;
  bottom: -18%;
}
.gt-direction h4 {
  font-size: 20px;
  color: #fff;
  font-family: "Sharp-bold";
  margin-bottom: 30px;
}
.gt-direction a {
  font-size: 14px;
  color: #fff;
  font-family: "Sharp-Semibold";
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}
.gt-direction a span {
  display: block;
  border-bottom: 2px solid #fff;
}
.google-map {
  position: relative;
  margin-bottom: 120px;
}
.google-map iframe {
  border-radius: 35px;
  border: 1px solid #e6e6e6;
}
.heading-inner {
  color: #00266d;
  font-family: "Sharp-Bold";
  font-size: 40px;
  margin-bottom: 40px;
  margin-top: 20px;
}

.gt-questions {
  max-width: 600px;
  margin: auto;
}
.gt-questions .form-control::placeholder {
  color: #8694af;
  font-size: 14px;
  font-family: "Sharp-Medium";
}
.gt-questions .form-control {
  width: 100%;
  font-size: 14px;
  color: #8694af;
  border: 1px solid #dce3eb;
  border-radius: 21px;
  height: 42px;
  font-family: "Sharp-Medium";
  padding: 15px 20px;
}
.gt-questions textarea {
  height: 113px !important;
}
.contact-sec-pdd {
  padding: 0px 0px;
}

.testimonial-inner {
  background: #fff2f6;
}
.testimonial-inner .inner-texts h5 {
  color: #fe0000;
}
.testimonial-inner .inner-texts h4 {
  padding-right: 80px;
}

.testimonial-sec-pdd {
  padding: 110px 0px;
}
.testimonial-sec-pdd .row .col-md-4 {
  padding-bottom: 65px;
  display: grid;
}
.testimonial-sec-pdd .row .text-center .btn {
  min-width: 158px;
}

.pdd-space {
  padding: 80px 0px;
}
.inner-top-bn {
  padding: 150px 0px 35px 0px;
}
.inner-top-bn h2 {
  font-family: "Sharp-Bold";
  font-size: 40px;
  color: #00266d;
  margin-bottom: 0px;
  width: 100%;
  text-align: center;
}
.privacy-inner {
  background: #f3f2ff;
}
.term-texts h6 {
  font-size: 26px;
  font-family: "Sharp-Bold";
  color: #00266d;
  margin-bottom: 15px;
  width: 100%;
}
.term-texts p {
  font-size: 14px;
  font-family: "Sharp-Medium";
  color: #8694af;
  margin-bottom: 30px;
  width: 100%;
}
.trem-inner {
  background: #fffff2;
}
.w-space {
  padding: 0px 80px;
}
.blue-bg-col {
  background: #8cb0ef33;
}
.teal-bg-col {
  background: #f3f9eb;
}
.how-it-works figure {
  border-radius: 50%;
  width: 400px;
  height: 400px;
  overflow: hidden;
}
.how-it-works figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cont-shape2 {
  position: absolute;
  z-index: 1;
  right: -50px;
  top: 70px;
}
.sec-para {
  font-size: 14px;
  color: #8c99b4;
}
.how-lg-points-img {
  overflow: hidden;
  height: 390px;
  width: 355px;
  border-radius: 40px 40px 0px 40px;
}
.how-lg-points-img img {
  height: 115%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.how-lg-points-text h4 {
  color: #00266d;
  font-size: 45px;
  font-family: "Sharp-Bold";
}
.how-lg-points-text p {
  font-size: 16px;
}
.sm-inner-banner {
  padding: 130px 0px 20px 0px;
}
.sm-banner-text h5 {
  color: #00266d;
  font-size: 24px;
  font-family: "Sharp-Bold";
}
.sm-banner-form .form-control {
  border-radius: 50px !important;
  border: 1px solid #dce3eb;
  padding: 10px 20px;
  text-transform: capitalize;
  color: #8694af;
  font-family: "Sharp-Medium";
  font-size: 14px;
}
.sm-banner-form .input-group .btn {
  position: absolute;
  right: 0;
  color: #009fc6 !important;
  background-color: transparent;
  box-shadow: none;
  font-size: 24px;
  padding: 0 20px;
  z-index: 4;
}
.our-services-section {
  padding: 40px 0;
}
.our-services-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.our-services-list li {
  flex: 0 0 23%;
  margin: 1%;
  text-align: center;
  position: relative;
}
.our-services-list figure {
  height: 270px;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.our-services-list figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.our-services-list figcaption {
  color: #00266d;
  font-size: 18px;
  font-family: "Sharp-Semibold";
}
.container-padd-100 {
  padding: 0 100px;
}
.banner-serv-descp-img {
  height: 200px;
  width: 200px;
  overflow: hidden;
  border-radius: 15px;
}
.banner-serv-descp-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.serv-descp-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.serv-descp-head h4 {
  margin-bottom: 0;
  color: #00266d;
  font-size: 26px;
  font-family: "Sharp-Semibold";
}
.serv-descp-box {
  padding-left: 20px;
}
.serv-descp-body p {
  color: #747b8a;
  font-family: "Sharp-Medium";
  font-size: 16px;
}
.label--radio {
  position: relative;
  cursor: pointer;
  width: 100%;
}
.radio {
  position: relative;
  cursor: pointer;
  appearance: none;
  top: 18px;
  left: 10px;
}
.radio:before {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1;
  width: 12px;
  height: 12px;
  background: #009fc6;
  border-radius: 50%;
}
.radio:checked:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #009fc6;
  border-radius: 50%;
}
.lab-radio-content h5 {
  color: #00266d;
  font-family: "Sharp-Bold";
  font-size: 18px;
  text-transform: capitalize;
}
.labs-info-section {
  padding: 40px 0;
}
.list__item .lab-radio-content {
  padding: 20px 40px 1px;
  box-shadow: 0 0px 17px -2px rgb(0 0 0 / 16%);
  border-radius: 14px;
  margin-bottom: 15px;
}
.sec-sm-title {
  color: #00266d;
  font-size: 24px;
  font-family: "Sharp-Bold";
  text-transform: capitalize;
}
.lab-order-section {
  padding: 40px 0;
}
.lab-outer-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(33 1 254 / 5%);
  padding: 30px 40px;
  border-radius: 10px;
}
.lab-md-title {
  font-size: 24px;
  color: #00266d;
  margin-bottom: 0;
  font-family: "Sharp-Bold";
}
.lab-outer-box .form-group {
  margin-bottom: 0;
}
.file-form-group {
  position: relative;
}
.file-form-group .form-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}
.file-form-group label {
  position: relative;
  z-index: 1;
  background-color: #009fc6;
  color: #fff;
  padding: 8px 35px;
  border-radius: 30px;
  font-family: "Sharp-Semibold";
  text-transform: capitalize;
  font-size: 14px;
  margin-bottom: 0;
}
.cus-select-form.form-control {
  border-radius: 50px;
  color: #8694af;
  font-size: 14px;
  font-family: "Sharp-Medium";
  padding: 0px 50px 0 10px;
  background-image: url("../images/arrow-down-sign-to-navigate.svg");
  background-position: calc(100% - 20px);
  background-size: 13px;
  background-repeat: no-repeat;
}
.cus-select-form.form-control:not([size]):not([multiple]) {
  height: calc(3rem + 2px);
  cursor: pointer;
}
.lab-addon-section {
  padding: 40px 0;
}
.addon-box {
  box-shadow: 0 0px 17px -2px rgb(0 0 0 / 10%);
  border-radius: 14px;
  padding: 20px;
}
.addon-box h5 {
  font-size: 18px;
  font-family: "Sharp-Bold";
  color: #00266d;
}
.addon-box h6 {
  font-size: 20px;
  font-family: "Sharp-Semibold";
  color: #00266d;
  margin-bottom: 15px;
}
.addon-box .btn {
  border: 1px solid #73bd1e;
  background-color: #fff;
  color: #73bd1e !important;
  min-width: 129px;
  text-align: center;
}
.addon-box .btn:hover {
  color: #fff !important;
  background-color: #73bd1e;
}
.receipt-section {
  padding: 40px 0;
}
.receipt-inner-box {
  background-color: rgb(33 1 254 / 5%);
  padding: 20px;
  border-radius: 10px;
}
.recp-indv-box {
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}
.recp-indv-box ul li {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  font-size: 16px;
  text-transform: capitalize;
  font-family: "Sharp-Semibold";
  color: #00266d;
}
.recp-indv-box ul p {
  max-width: 48%;
  width: 100%;
  margin-bottom: 0;
}
.recp-indv-box ul span {
  text-transform: uppercase;
  margin-left: auto;
}
.recp-indv-box .x2-font {
  font-size: 25px;
}
.sm-fitler-form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.sm-fitler-form .form-group {
  margin-bottom: 0;
  margin-right: 15px;
}
.sm-fitler-form label {
  margin-right: 25px;
  margin-bottom: 0;
  font-size: 16px;
  text-transform: capitalize;
  font-family: "Sharp-Semibold";
  color: #00266d;
}
.providers-list-section {
  padding: 40px 0;
}
.providers-inner-list {
  display: flex;
  box-shadow: 0px 0px 30px rgb(0 0 0 / 8%);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 25px;
}
.providers-inner-list figure {
  flex: 0 0 203px;
  max-width: 203px;
  height: 168px;
  margin-bottom: 0;
  margin-right: 20px;
}
.providers-inner-list figure img {
  height: 100%;
  width: 100%;
  object-position: center;
  object-fit: cover;
  border-radius: 10px;
}
.prov-list-head {
  display: flex;
  margin-bottom: 20px;
  flex: 1;
  align-items: flex-start;
}
.prov-list-head h4 {
  font-size: 20px;
  text-transform: capitalize;
  font-family: "Sharp-Bold";
  color: #00266d;
  margin-bottom: 0;
}
.prov-list-head h6 {
  font-size: 15px;
  margin-bottom: 0;
  text-transform: capitalize;
  font-family: "Sharp-Semibold";
  color: #73bd1e;
  margin-left: 15px;
}
.prov-user-info {
  display: flex;
  align-items: center;
}
.prov-rating-box {
  color: #73bd1e;
  font-size: 18px;
  font-family: "Sharp-Medium";
}
.prov-rating-box i {
  margin: 0px 3px;
}
.prov-rating-box .text {
  color: #00266d;
}
.prov-list-footer {
  display: flex;
  align-items: center;
}
.prov-list-footer h6 {
  font-size: 14px;
  color: #00266d;
  text-transform: capitalize;
  font-family: "Sharp-Bold";
}
.prov-right-content {
  text-align: right;
  display: flex;
  align-items: center;
}
.prov-left-content {
  padding-right: 70px;
  flex: 1;
}
.sm-banner-text .x2-font {
  font-size: 40px;
}
.schedule-appointment-shell {
  padding: 60px 15px;
}
.schedule-appoint-inner-box {
  max-width: 577px;
  width: 100%;
  border-radius: 15px;
  background-color: #f8fafc;
  padding: 20px;
  margin: auto;
}
.schedule-appoint-inner-box .form-control {
  border-radius: 40px !important;
  margin-right: 20px;
  padding: 12px;
  font-size: 14px;
  color: #8694af;
  font-family: "Sharp-Medium";
}
.input-bg-icon {
  background-position: calc(100% - 10px);
  background-size: 28px;
  background-repeat: no-repeat;
}
.time-bg-icon {
  background-image: url("../images/blue-time.png");
}
.calender-bg-icon {
  background-image: url("../images/blue-calender.png");
}
.schedule-appoint-inner-box .lab-radio-content {
  box-shadow: none;
  border: 1px solid #dce3eb;
  padding: 20px 40px 1px;
  background-color: #fff;
}
.schedule-appoint-inner-box .form-label {
  color: #00266d;
  font-size: 14px;
  font-family: "Sharp-Semibold";
}
.add-new-address-box {
  border: 1px dashed #009fc6;
  border-radius: 15px;
  background-color: #ffffff;
  padding: 16px;
}
.add-new-address-box h5 {
  margin-bottom: 0;
  font-size: 16px;
  color: #009fc6;
  font-family: "Sharp-Semibold";
}
.review-request-shell {
  padding: 50px 0;
}
.review-request-inner-box {
  margin: 0 100px;
  box-shadow: 0px 0px 30px rgb(0 0 0 / 8%);
  border-radius: 10px;
}
.review-request-inner-box .providers-inner-list {
  box-shadow: none;
  border: 1px solid #e1e0ec;
  border-radius: 10px 10px 0 0;
  padding-bottom: 1px;
  margin-bottom: 0;
}
.review-request-inner-box .providers-inner-list figure {
  max-width: 100px;
  height: 100px;
}
.review-request-inner-box .receipt-inner-box {
  background-color: transparent;
  padding: 0;
}
.review-request-inner-box .recp-indv-box {
  border-color: #e1e2f7;
}
.rev-req-date-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 20px;
}
.rev-req-date-box h5 {
  font-size: 18px;
  color: #00266d;
  font-family: "Sharp-Semibold";
}
.rev-req-date-box .btn .fas {
  margin-right: 10px;
}
.rev-req-notes label {
  font-size: 14px;
  color: #00266d;
  text-transform: capitalize;
  font-family: "Sharp-Semibold";
}
.rev-req-notes .sec-para {
  padding: 15px;
  border: 1px solid #dce3eb;
  border-radius: 15px;
}
.rev-req-coupon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(33 1 254 / 5%);
  padding: 15px 20px;
  border-radius: 10px;
  margin-bottom: 25px;
}
.rev-req-coupon h5 {
  font-size: 20px;
  color: #00266d;
  text-transform: capitalize;
  font-family: "Sharp-Semibold";
}
.rev-req-coupon .form-group {
  position: relative;
  margin-bottom: 0;
  flex: 0 0 400px;
}
.rev-req-coupon .form-control {
  border-radius: 50px;
  font-size: 14px;
  color: #8694af;
  padding: 15px 25px;
}
.rev-req-coupon .btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  color: #009fc6 !important;
  background-color: transparent;
  box-shadow: none !important;
  height: 100%;
}

.inner-login-bg {
  background: #8cb0ef33;
  width: 100%;
  min-height: 385px;
}
.wraper-logins-detail {
  margin-top: -230px;
  padding-bottom: 175px;
}
.wraper-logins-detail .container {
  max-width: 933px;
  margin: auto;
}
.wraper-logins-detail .container .cover-bx-bg {
  box-shadow: 0px 14px 36px rgba(132, 156, 197, 0.16);
  background: #fff;
  width: 100%;
  margin: auto;
}
.wraper-logins-detail .container .row .col-md-5 {
  display: flex;
  padding: 0px;
  flex: 0 0 45%;
  max-width: 45%;
}
.wraper-logins-detail .container .row .col-md-7 {
  display: flex;
  padding: 0px;
  flex: 0 0 55%;
  max-width: 55%;
  align-items: center;
  justify-content: center;
}
.wraper-logins-detail .message-title {
  background: #00266d;
  padding: 40px 30px;
}
.message-title h3 {
  font-size: 31px;
  font-family: "Sharp-Bold";
  color: #fff;
  margin-bottom: 75px;
}
.fill-log-here {
  width: 100%;
  padding: 0px 75px;
  text-align: center;
}
.fill-log-here h2 {
  font-size: 30px;
  font-family: "Sharp-Bold";
  color: #00266d;
  margin-bottom: 10px;
}
.fill-log-here h5 {
  font-size: 20px;
  font-family: "Sharp-Semibold";
  color: #00266d;
  margin-bottom: 0px;
}
.fill-log-here p {
  font-size: 14px;
  color: #8694af;
  margin-bottom: 0px;
}
.fill-log-here .form-control {
  border-radius: 25px;
  font-size: 14px;
  background: #e8eef5;
  padding: 15px 25px;
  height: 50px;
  border: 1px solid #e8eef5;
  color: #8694af;
  font-family: "Sharp-Medium";
}
.fill-log-here form {
  padding-top: 25px;
}
.fill-log-here .btn-blue {
  width: 100%;
  margin-bottom: 15px;
  height: 50px;
  line-height: 50px;
}
.fill-log-here h6 {
  font-size: 14px;
  font-family: "Sharp-Semibold";
  color: #8694af;
  text-decoration: none;
}
.fill-log-here h6 a {
  color: #73bd1e;
  text-decoration: none;
  padding-left: 5px;
}
.fill-log-here .pr-4.pl-4 {
  padding: 0px 60px !important;
}

.signed-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 20px;
}
.signed-sec .custom-control-label {
  font-size: 14px;
  font-family: "Sharp-Semibold";
  color: #00266d;
  cursor: pointer;
}
.signed-sec .custom-control-label::after {
  top: 0px;
  width: 20px;
  height: 20px;
}
.signed-sec .custom-control-label::before {
  top: 0px;
  width: 20px;
  height: 20px;
}
.signed-sec .custom-checkbox .custom-control-label::before {
  border-radius: 6px;
}
.signed-sec
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: #009fc6;
}
.signed-sec .custom-control {
  min-height: auto;
  padding-left: 35px;
}
.signed-sec a {
  font-size: 14px;
  font-family: "Sharp-Semibold";
  color: #73bd1e;
  text-decoration: none;
}
.verifi-code {
  display: flex;
  align-items: center;
}
.verifi-code .form-control {
  margin-right: 10px;
  text-align: center;
  padding: 10px;
  background: #fff;
  font-size: 25px;
  font-family: "Sharp-Bold";
  color: #00266d;
}
.verifi-code .form-control:last-child {
  margin-right: 0px;
}

.choose-here-sec .custom-control-label {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 20px;
}
.choose-here-sec .custom-control-label figure {
  margin-bottom: 0px;
  max-width: 75px;
  width: 75px;
}
.choose-here-sec .custom-control-label h6 {
  font-size: 14px;
  font-family: "Sharp-Bold";
  color: #00266d;
  margin-bottom: 0px;
}

.choose-here-sec .custom-control-label::before {
  top: 24px;
  left: auto;
  right: 20px;
  width: 30px;
  height: 30px;
}
.choose-here-sec .custom-control-label::after {
  top: 24px;
  left: auto;
  right: 20px;
  width: 30px;
  height: 30px;
}
.choose-here-sec
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: #009fc6;
  transition: 0.5s ease-in-out;
}
.choose-here-sec
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background-image: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "\EB7A";
  font-size: 20px;
  font-weight: 900;
  font-family: remixicon !important;
  font-style: normal;
  transition: 0.5s ease-in-out;
}
#login-user .modal-dialog {
  max-width: 415px;
}
.modal-body {
  padding: 0px;
}
.modal-header {
  border: none;
  padding: 10px 20px;
}
.modal-header .close {
  padding: 0px;
  margin: 0px;
  font-size: 35px;
  font-weight: 900;
  color: #00266d;
  opacity: 1;
}
.choose-here-sec h4 {
  font-size: 22px;
  font-family: "Sharp-Bold";
  color: #00266d;
  margin-bottom: 30px;
  padding: 0px 30px;
  padding: 0px 75px;
  text-align: center;
}
.choose-here-sec .custom-control {
  min-height: auto;
  padding-left: 0px;
  border: 2px solid #009fc6;
  border-radius: 20px;
  margin-bottom: 10px;
}
.choose-here-sec {
  padding: 0px 50px 50px 50px;
}
.choose-here-sec .btn-blue {
  width: 100%;
  height: 50px;
  margin-top: 10px;
}
.choose-here-sec
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label {
  background: #dcf2f3;
  padding: 20px;
  border-radius: 20px;
  transition: 0.5s ease-in-out;
}
#login-user .modal-dialog .modal-content {
  border: 0;
  border-radius: 0px;
}

.sm-inner-banner.blue-bg-col .row {
  align-items: center;
}
.sm-banner-form {
  max-width: 418px;
  margin-left: auto;
}
.login-back {
  display: flex;
  align-items: center;
}
.bell-btn {
  box-shadow: none !important;
  padding-right: 0px 0px 0px 15px;
  width: auto;
  min-width: auto !important;
  color: #73bd1e !important;
}
.bell-btn:hover {
  box-shadow: none;
}
.login-back a {
  padding: 0px 20px;
}
.profile-drop-menu .btn-user {
  padding: 0px;
  min-width: auto;
  height: auto;
  box-shadow: none;
}
.profile-drop-menu .dropdown-toggle::after {
  display: none;
}
.profile-drop-menu .btn-user figure {
  width: 44px;
  min-width: 44px;
  height: 44px;
  overflow: hidden;
  object-position: center;
  border-radius: 50%;
  margin-bottom: 0px;
}
.profile-drop-menu .btn-user figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.profile-drop-menu .dropdown-menu {
  left: auto;
  right: 0;
  min-width: 224px;
  padding: 15px 0px;
  font-size: 14px;
  border: none;
  border-radius: 9px;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  margin-top: 15px;
}
.profile-drop-menu .dropdown-menu a {
  padding: 5px 15px;
  font-size: 14px;
  color: #00266d !important;
  font-family: "Sharp-Semibold";
  display: flex;
  align-items: center;
}
.profile-drop-menu .dropdown-menu a span {
  width: 38px;
}
.profile-drop-menu .dropdown-menu a span i {
  color: #009fc6;
}
.profile-drop-menu .dropdown-menu a.active {
  color: #fff !important;
  background: #73bd1e;
}
.profile-drop-menu .dropdown-menu a.active span i {
  color: #fff !important;
}
.profile-drop-menu .dropdown-menu a:hover {
  color: #fff !important;
  background: #73bd1e;
  transition: 0.5s ease-in-out;
}
.profile-drop-menu .dropdown-menu a:hover span i {
  color: #fff !important;
  transition: 0.5s ease-in-out;
}
.pink-bg-col {
  background: #2101fe14;
}
.our-services-list li .custom-control {
  min-height: inherit;
  padding-left: 0px;
}
.our-services-list li .custom-control .custom-control-label {
  cursor: pointer;
  width: 100%;
}
.our-services-list li .custom-checkbox .custom-control-label::before {
  border-radius: 6px;
}
.our-services-list li .custom-control-label::before {
  top: 15px;
  left: 15px;
  width: 30px;
  height: 30px;
  background-color: #8694af;
  border: 1px solid #fff;
  border-radius: 6px;
}
.our-services-list li .custom-control-label::after {
  top: 15px;
  left: 15px;
  width: 30px;
  height: 30px;
}
.our-services-list
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: #73bd1e;
  transition: 0.3s ease-in-out;
}
.our-services-list
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background-image: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "\EB7A";
  font-size: 20px;
  font-weight: 900;
  font-family: remixicon !important;
  font-style: normal;
  transition: 0.3s ease-in-out;
}
.btn-book .btn-blue {
  min-width: 219px;
}
.detail-checkbox li {
  flex: 0 0 100%;
  max-width: 100%;
}
.quantity-selects-bx {
  max-width: 187px;
}
.quantity-selects-bx h6 {
  margin-bottom: 10px;
  color: #00266d;
  font-size: 14px;
  font-family: "Sharp-Semibold";
}
.inner-our-services .col-md-2 {
  flex: 0 0 18%;
  max-width: 18%;
}
.inner-our-services .col-md-10 {
  flex: 0 0 82%;
  max-width: 82%;
}
.detail-checkbox figure {
  height: 210px;
  margin-bottom: 0px;
}
.lab-saliva-sec .top-lb-line {
  border-top: 1px solid #eaeaea;
  padding-top: 30px;
}
.lab-saliva-sec .inner-our-services {
  padding-bottom: 40px;
}
.discount-here .sec-sm-title {
  font-size: 22px;
}
.discount-here .x2-font {
  font-size: 22px;
  font-family: "Sharp-Bold";
}
.btn-shell .btn-blue {
  padding: 0px 30px;
}
.prov-list-head .d-flex {
  align-items: flex-start;
}
.heart-prov i {
  color: #009fc6;
  margin-left: 30px;
}
.sm-fitler-form .form-control:not([size]):not([multiple]) {
  height: calc(40px + 2px);
  min-width: 151px;
}
.content-right i {
  margin-right: 15px;
}
.content-right .btn-blue {
  font-size: 16px;
}

.bell-drop-menu .dropdown-toggle::after {
  display: none;
}
.bell-drop-menu .dropdown-menu {
  left: auto;
  right: 0;
  min-width: 365px;
  max-width: 365px;
  padding: 5px 0px;
  border: none;
  border-radius: 9px;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  margin-top: 15px;
  background: #fff;
}

.yellow-bg-col {
  background: #f6fe0114;
  min-height: 223px;
}
.inner-banner-text h5 {
  color: #00266d;
  font-size: 40px;
  font-family: "Sharp-Bold";
}
.bell-drop-menu .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
}
.bell-drop-menu .dropdown-menu .dropdown-item span {
  background: #d3ebf1;
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #009fc6;
}
.noti-drop-text {
  width: 100%;
  padding-left: 15px;
}
.noti-drop-text h5 {
  font-size: 14px;
  font-family: "Sharp-Semibold";
  color: #00266d;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 260px;
}
.noti-drop-text h6 {
  font-size: 12px;
  font-family: "Sharp-Medium";
  color: #8694af;
  margin-bottom: 0px;
}
.viewall-btn {
  width: 100%;
  text-align: center;
  padding: 15px;
}
.viewall-btn a {
  color: #009fc6 !important;
  font-size: 14px !important;
  font-family: "Sharp-Bold";
  width: 100%;
  text-align: center;
  width: 100%;
}
.bell-drop-menu .dropdown-menu .viewall-btn a {
  color: #009fc6 !important;
  padding: 0px;
  display: block;
}
.bell-drop-menu .dropdown-menu .dropdown-item {
  padding: 10px 15px;
}
.bell-drop-menu .dropdown-menu ul {
  height: 330px;
  overflow: auto;
}
.bell-drop-menu .dropdown-menu ul li {
  border-bottom: 1px solid #eef0f1;
}
.bell-drop-menu .dropdown-menu .dropdown-item:hover {
  background: #f6f9f9;
}
.bell-drop-menu .dropdown-menu .dropdown-item.active {
  background: #f6f9f9;
}

.our-noti-section {
  padding: 75px 0px;
}
.notification-list {
  display: flex;
  width: 100%;
  align-items: center;
  background: #fff;
  border: 1px solid #eef0f1;
  border-radius: 10px;
  margin-bottom: 10px;
}
.notification-list-in {
  display: flex;
  align-items: center;
  width: 100%;
}
.notification-list-in figure {
  background: #d3ebf1;
  width: 52px;
  min-width: 52px;
  height: 52px;
  border-radius: 50%;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #009fc6;
}
.notification-list-in figcaption {
  padding-left: 15px;
  width: 100%;
}
.notification-list-in figcaption h5 {
  font-size: 16px;
  font-family: "Sharp-Semibold";
  color: #00266d;
  margin-bottom: 10px;
  width: 100%;
  word-break: break-all;
}
.notification-list-in figcaption h6 {
  font-size: 14px;
  font-family: "Sharp-Medium";
  color: #8694af;
  margin-bottom: 0px;
}
.notification-list .close {
  font-size: 32px;
  font-weight: 700;
  opacity: 1;
}
.our-noti-section .container {
  max-width: 738px;
}
.notification-list.active {
  background: #f6f9f9;
}
.content-right h5 {
  font-size: 16px;
  font-family: "Sharp-Semibold";
  color: #00266d;
  margin: 0px;
}
.content-right h5 font {
  color: #73bd1e;
}

.rev-req-notes .inner-sec-para {
  padding-bottom: 15px;
  color: #98a7c2;
  margin-bottom: 10px;
}
.past-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 15px;
}
.past-btn-box .btn {
  margin: 0px 10px;
}
.inner-pdd-review {
  padding-bottom: 100px;
}
.waiting font {
  color: #009fc6 !important;
}

.dashboard-section {
  padding: 25px 0px 90px 0px;
}
.navbar-dash {
  background: #f8fafc;
  border-radius: 20px;
  box-shadow: none;
  padding: 20px 0px 20px 15px !important;
}
.navbar-dash .navbar-nav {
  flex-direction: column;
  width: 100%;
}
.navbar-dash .navbar-nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  color: #8694af;
  font-family: "Sharp-Semibold";
  font-size: 14px;
  border-radius: 25px 0 0 25px;
  padding: 8px 20px;
}
.navbar-dash .navbar-nav .nav-item .nav-link:hover::before {
  left: 0%;
  right: auto;
  width: 100%;
}
.navbar-dash .navbar-nav .nav-item .nav-link::before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: "";
  color: #fff !important;
  background: #73bd1e;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.navbar-dash .navbar-nav .nav-item {
  padding-bottom: 5px;
}

.navbar-dash .navbar-nav .active .nav-link {
  background: #73bd1e;
  color: #fff;
}
.navbar-dash .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
}
.navbar-dash .navbar-nav .nav-item .nav-link span {
  width: 30px;
  display: block;
  margin-right: 10px;
}
.right-dashboard {
  background: #f8fafc;
  border-radius: 20px;
  padding: 25px;
  width: 100%;
}
.head-dash-bx {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
}
.head-dash-bx h2 {
  font-size: 26px;
  text-transform: capitalize;
  font-family: "Sharp-Bold";
  color: #00266d;
  margin-bottom: 0;
  width: 100%;
}
.head-dash-btns {
  width: 100%;
  text-align: right;
}
.head-dash-btns .btn {
  min-width: 175px;
}
.dashboard-section .row .col-md-9 {
  display: flex;
}
.rounded-btn {
  border-radius: 50%;
  width: 36px;
  min-width: 36px;
  height: 36px;
  box-shadow: none !important;
  padding: 0px;
}

.manage-add-bx {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 14px 17px rgba(183, 203, 233, 0.16);
  width: 100%;
  padding: 39px;
}
.manage-add-bx h4 {
  font-size: 16px;
  color: #00266d;
  font-family: "Sharp-Bold";
  margin-bottom: 10px;
  width: 100%;
  padding-right: 20px;
}
.manage-add-bx p {
  font-size: 14px;
  color: #9faecb;
  font-family: "Sharp-Medium";
  margin-bottom: 10px;
  width: 100%;
}
.make-edits {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.make-edits .d-flex {
  align-items: center;
}
.make-edits .d-flex .btn-blue {
  margin-right: 10px;
}
.make-edits .d-flex .btn-blue i {
  font-size: 22px;
}
.make-edits .d-flex .btn-blue:last-child {
  margin-right: 0px;
}
.default-texts {
  color: #009fc6;
  font-family: "Sharp-Semibold";
  font-size: 14px;
  margin-bottom: 0px;
}
.mk-default-texts {
  color: #73bd1e;
  font-family: "Sharp-Semibold";
  font-size: 14px;
  margin-bottom: 0px;
  text-decoration: underline;
}
.manage-add-lists .row .col-md-6 {
  display: flex;
  padding-bottom: 20px;
}
.inner-site-wraper {
  padding-top: 100px;
}
.dashboard-section .col-md-3.ds-left {
  flex: 0 0 280px;
  max-width: 280px;
  padding-right: 10px;
}
.dashboard-section .col-md-9.ds-right {
  flex: 0 0 calc(100% - 280px);
  max-width: calc(100% - 280px);
  padding-left: 10px;
  display: flex;
}
.manage-add-no {
  text-align: center;
}
.manage-add-no img {
  margin-bottom: 20px;
}
.manage-add-no h3 {
  font-size: 20px;
  font-family: "Sharp-Bold";
  color: #3d3d3d;
  margin-bottom: 20px;
}
.manage-add-no .btn {
  min-width: 176px;
  text-align: center;
}
.btn-blue:not([disabled]):not(.disabled).active,
.btn-blue:not([disabled]):not(.disabled):active,
.show > .btn-blue.dropdown-toggle {
  background-color: #009fc6 !important;
}
.associat-box.none-dyd ul li:first-child::after {
  display: none;
}
.manage-no-lists {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 45px 0px;
}
.manage-radio-bx ul {
  display: flex;
}
.manage-radio-bx ul li {
  min-width: 140px;
}
.st-ct-item h5 {
  color: #8694af;
  font-family: "Sharp-Semibold";
  font-size: 14px;
  text-transform: capitalize;
}
.st-ct-item .lab-radio-content {
  padding-left: 40px;
}
.st-ct-item .radio::before {
  top: -11px;
  left: 5px;
}
.st-ct-item .radio::after {
  top: -15px;
  left: 1px;
}
.manage-radio-bx h6 {
  font-size: 14px;
  font-family: "Sharp-Semibold";
  color: #00266d;
  margin-bottom: 10px;
}
.dash-control .form-group label {
  font-size: 14px;
  font-family: "Sharp-Semibold";
  color: #00266d;
}
.dash-control .form-group .form-control {
  border-radius: 25px;
  font-size: 14px;
  padding: 15px 25px;
  height: 50px;
  border: 1px solid #dce3eb;
  color: #8694af;
  font-family: "Sharp-Medium";
}
.form-group ::placeholder {
  color: #8694af;
}
.dash-control .form-group ::placeholder {
  color: #8694af;
}
.submit-bttn .btn-blue {
  min-width: 176px;
}
.cart-info-here {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.cart-numbers h2 {
  font-size: 22px;
  font-family: "Sharp-Bold";
  color: #009fc6;
  margin-bottom: 10px;
}
.cart-numbers h6 {
  font-size: 14px;
  font-family: "Sharp-Medium";
  color: #9faecb;
  margin-bottom: 10px;
}
.pay-carts figure {
  margin-bottom: 0px;
  width: 76px;
}
.form-group .h-20 {
  height: 20px;
}
.cvv-here {
  position: relative;
}
.cvv-here a {
  display: block;
  position: absolute;
  top: 15px;
  right: 20px;
  max-width: 30px;
}

.pro-file-box figure {
  width: 148px;
  min-width: 148px;
  height: 148px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0px;
}
.pro-file-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.pro-file-box {
  max-width: 148px;
  position: relative;
}
.edit-profile-btn {
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #73bd1e;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 0px;
  position: absolute;
  bottom: -20px;
  left: 36%;
}
.edit-profile-btn i {
  color: #fff;
}
.edit-profile-btn label {
  margin: 0px !important;
}
.edit-profile-btn .form-control {
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.disabled {
  background: #dee3ed;
}
.associat-box {
  padding-top: 30px;
}
.associat-box ul {
  display: flex;
  align-items: center;
}
.associat-box ul li {
  padding-right: 60px;
  position: relative;
}
.associat-box ul li + li::after {
  position: absolute;
  left: -28px;
  top: 0;
  color: #d8dce5;
  font-family: "Sharp-Bold";
  font-size: 16px;
}
.associat-box ul li a {
  font-size: 16px;
  font-family: "Sharp-Semibold";
  color: #009fc6;
  text-decoration: underline;
}
.modal-bx {
  padding: 0px 45px 45px 45px;
}
.modal-bx h4 {
  font-size: 22px;
  font-family: "Sharp-Bold";
  color: #00266d;
  margin-bottom: 25px;
  padding: 0px 30px;
  text-align: center;
}
.modal-bx .cus-select-form {
  margin-bottom: 15px;
}
.modal-bx .btn-blue {
  width: 100%;
  height: 50px;
}

.providers-all-list .providers-inner-list figure {
  flex: 0 0 159px;
  max-width: 160px;
  height: 138px;
  margin-bottom: 0;
  margin-right: 10px;
}
.providers-all-list .prov-left-content {
  padding-right: 10px;
}
.providers-all-list .sec-para {
  margin-bottom: 5px;
}

.ot-switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 410px;
  height: 60px;
  padding: 10px 20px;
  box-shadow: 0 14px 17px rgba(183, 203, 233, 0.16);
  background: #fff;
  border-radius: 20px;
}
.ot-switch h6 {
  margin-bottom: 0px;
  font-size: 16px;
  color: #00266d;
  font-family: "Sharp-Semibold";
}
.switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 24px;
  margin-bottom: 0px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #8694af;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 5px;
  bottom: 7px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #009fc6;
}
input:focus + .slider {
  box-shadow: 0 0 1px #8694af;
}
input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
  background: #fff;
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.noti-text {
  padding-bottom: 20px;
}
.noti-text p {
  font-size: 14px;
  color: #8694af;
}
.tab-pane .providers-inner-list figcaption {
  width: 100%;
}
.cancelled font {
  color: #fe0000 !important;
}
.prov-right-content .btn-shell .btn:last-child {
  margin-left: 10px;
}
.providers-all-list .nav-pills .nav-link {
  border-radius: 10px 10px 0 0;
  background: #8694af;
  font-size: 14px;
  font-family: "Sharp-Semibold";
  margin-right: 5px;
  min-width: 190px;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.providers-all-list .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #009fc6;
  border-radius: 10px 10px 0 0;
}
.provider-profile figure {
  width: 86px;
  min-width: 86px;
  height: 86px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  margin-bottom: 25px !important;
}
.provider-profile figure img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.provider-profile h4 {
  font-size: 20px;
}
.mx-inner-md .modal-dialog {
  max-width: 425px;
}
.provider-profile .prov-rating-box {
  justify-content: center;
  padding-bottom: 20px;
  cursor: pointer;
}
.provider-profile .prov-rating-box i {
  font-size: 45px;
}

.referral-note-bx {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 14px 17px rgba(183, 203, 233, 0.16);
  padding: 30px;
}
.referral-note-bx p {
  font-size: 14px;
  color: #8694af;
  margin-bottom: 20px;
}
.referral-note-bx h6 {
  font-size: 16px;
  color: #00266d;
  margin-bottom: 10px;
  font-family: "Sharp-Bold";
}
.code-copy {
  max-width: 266px;
  position: relative;
}
.code-copy .form-control {
  border-radius: 25px;
  font-size: 18px;
  padding: 15px 25px;
  height: 50px;
  border: 1px solid #dce3eb;
  color: #00266d;
  font-family: "Sharp-Semibold";
}
.btn-copy {
  background-color: #009fc6 !important;
  color: #fff;
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  box-shadow: none;
  position: absolute;
  top: 3px;
  right: 4px;
}

.social-media-bx {
  padding: 20px 0px;
}
.social-media-bx h5 {
  font-size: 18px;
  font-family: "Sharp-Semibold";
  color: #00266d;
  margin-bottom: 15px;
}
.social-media-bx h5 strong {
  font-family: "Sharp-Bold";
}
.social-media-bx ul {
  display: flex;
  align-items: center;
}
.social-media-bx ul li {
  margin-right: 10px;
}
.social-media-bx ul li a {
  min-width: 176px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  font-family: "Sharp-Bold";
  border-radius: 20px;
  height: 42px;
  justify-content: center;
}
.social-media-bx ul li a i {
  margin-right: 10px;
}
.facebook {
  background: #3b5998;
}
.instagram {
  background: #be1a79;
}
.twitter {
  background: #55acee;
}
.checklist-bx {
  text-align: center;
}
.checklist-bx h6 {
  font-family: "Sharp-Bold";
  font-size: 23px;
  text-align: center;
  color: #00266d;
}
.upload-documents {
  position: relative;
}
.upload-documents .edit-profile-btn {
  position: absolute;
  top: 3px;
  right: -8px;
  left: auto;
  background: transparent;
}
.upload-documents .edit-profile-btn label i {
  color: #009fc6;
}
.i-accept .signed-sec {
  justify-content: flex-start;
}
.i-accept .signed-sec a {
  padding-left: 10px;
}
.pdd-45 .fill-log-here {
  padding: 45px;
}
.i-accept .dont-account {
  max-width: 355px;
  margin: auto;
}
.signup-form .container {
  max-width: 698px;
  margin: auto;
}
.invoice-click .custom-control-label {
  font-size: 16px;
  font-family: "Sharp-Bold";
  color: #00266d;
  cursor: pointer;
}
.tb-flex-bx {
  display: flex;
  align-items: center;
}
.tb-flex-bx li {
  margin: 0px 5px;
}
.tb-flex-bx li a {
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.tb-flex-bx li a i {
  font-size: 20px;
}
.tb-edit a {
  background: #009fc6;
}
.tb-delete a {
  background: #73bd1e;
}
.tb-check a {
  background: #8694af;
}
.tb-check.active a {
  background: #00266d;
}
.tb-upload a {
  background: #009fc6;
}
.innre-table-bx .table thead tr th {
  font-size: 16px;
  font-family: "Sharp-Semibold";
  color: #00266d;
  background: #fff;
}
.innre-table-bx .table thead tr th:first-child {
  border-radius: 10px 0px 0px 10px;
}
.innre-table-bx .table thead tr th:last-child {
  border-radius: 0px 10px 10px 0px;
}
.innre-table-bx .table tbody tr td {
  font-size: 14px;
  font-family: "Sharp-Semibold";
  color: #8694af;
  background: #fff;
}
.innre-table-bx .table tbody tr td:first-child {
  border-radius: 10px 0px 0px 10px;
}
.innre-table-bx .table tbody tr td:last-child {
  border-radius: 0px 10px 10px 0px;
}
.innre-table-bx .table td,
.table th {
  border-top: 3px solid #f8fafc;
}

.dash-pati-medi {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
}
.patient-bx {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 6px 30px rgba(6, 6, 6, 0.07);
}
.patient-bx h5 {
  font-size: 20px;
  color: #00266d;
  margin-bottom: 10px;
  font-family: "Sharp-Semibold";
}
.patient-bx p {
  font-size: 14px;
  color: #8694af;
  margin-bottom: 0px;
  font-family: "Sharp-Medium";
}
.patient-bx h6 {
  display: block;
  align-items: center;
  position: relative;
  font-size: 14px;
  color: #8694af;
  font-family: "Sharp-Medium";
  margin-bottom: 15px;
}
.patient-bx h6 span {
  display: inline-block;
  padding-right: 20px;
  margin-bottom: 5px;
  position: relative;
}
.patient-bx h6 span::after {
  content: "|";
  position: absolute;
  top: 0;
  right: 10px;
  font-family: "Sharp-Medium";
}
.patient-bx h6 span:last-child::after {
  display: none;
}
.patient-lists .col-md-6 {
  display: flex;
  padding-bottom: 30px;
}
.dash-pati-medi h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-family: "Sharp-Bold";
  color: #00266d;
  margin-bottom: 20px;
  width: 100%;
}
.see-mopre-bt .btn {
  min-width: 176px;
}
.btn-accept {
  background: #fe0000;
}
.btn-reject {
  background: #468003;
}
.pm-request h4 {
  font-family: "Sharp-Semibold";
}
.pm-request .prov-left-content p {
  font-size: 14px;
  color: #8694af;
  margin-bottom: 0px;
  font-family: "Sharp-Medium";
  width: 100%;
}
.pm-request {
  margin-bottom: 15px;
  background: #f8fafc !important;
  box-shadow: none;
}
.tx-user-info h4 {
  margin-bottom: 10px;
}
.tx-user-info h6 {
  font-size: 14px;
  color: #8694af;
  margin-bottom: 0px;
  font-family: "Sharp-Medium";
  width: 100%;
  margin: 0px;
}
.prov-left-content h5 {
  color: #00266d;
  font-size: 20px;
  margin-bottom: 0px;
  font-family: "Sharp-Semibold";
  width: 100%;
  display: flex;
  align-items: center;
}
.prov-left-content h5 i {
  color: #009fc6;
  padding-left: 20px;
}
.patient-id-info h5 {
  font-size: 18px;
  color: #00266d;
  font-family: "Sharp-Semibold";
  margin-bottom: 5px;
}
.patient-id-info h6 {
  font-size: 14px;
  color: #8694af;
  font-family: "Sharp-Medium";
  margin-bottom: 15px;
}

.inner-title-from h4 {
  font-size: 14px;
  font-family: "Sharp-Semibold";
  color: #00266d;
  margin-bottom: 10px;
  text-align: left;
}
.email-confi-bx h4 {
  font-size: 22px;
  color: #00266d;
  font-family: "Sharp-Bold";
  margin-bottom: 10px;
  text-align: center;
}
.modal-body.email-confi-bx {
  padding: 15px 45px 35px 45px;
}
.email-confi-bx p {
  font-size: 16px;
  color: #8694af;
  font-family: "Sharp-Semibold";
  margin-bottom: 30px;
  text-align: center;
}
.email-edit {
  position: relative;
}
.email-edit a {
  display: block;
  position: absolute;
  top: 5px;
  right: 20px;
  max-width: 30px;
  color: #009fc6;
}
.email-edit a i {
  color: #009fc6;
}
#email-confimation .modal-dialog {
  max-width: 414px;
}
#email-submitted .modal-dialog {
  max-width: 414px;
}
.email-confi-bx .dont-account .btn {
  width: 100%;
}
.request-check {
  text-align: center;
}
.request-check p {
  margin-bottom: 0px;
}
.request-check h4 {
  font-size: 26px;
}
.filter-group {
  display: flex;
  align-items: center;
  max-width: 265px;
  margin-left: auto;
}
.filter-group h3 {
  font-size: 14px;
  color: #00266d;
  font-family: "Sharp-Semibold";
  margin-bottom: 0px;
  margin-right: 30px;
}
.paid-text {
  color: #73bd1e;
}
.pay-ment-date {
  width: 100%;
  background: #fff;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
}
.pay-ment-date .col-md-3 h6 {
  font-size: 16px;
  font-family: "Sharp-Medium";
  color: #8694af;
  margin-bottom: 10px;
}
.pay-ment-date .col-md-3 h3 {
  font-size: 24px;
  font-family: "Sharp-Bold";
  color: #00266d;
  margin-bottom: 0px;
}
.text-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pay-ment-date .text-right .btn {
  min-width: 176px;
}
.head-dash-btns .filter-group h4 {
  font-size: 22px;
  text-transform: capitalize;
  font-family: "Sharp-Bold";
  color: #00266d;
  margin-bottom: 0;
  width: 100%;
}
.mach-invoice .pay-ment-date h2 {
  font-size: 22px;
  font-family: "sharp-Bold";
  color: #00266d;
  margin-bottom: 15px;
}
.mach-invoice .pay-ment-date h3 {
  font-size: 18px;
  font-family: "sharp-Bold";
  color: #00266d;
  margin-bottom: 10px;
}
.mach-invoice .pay-ment-date p {
  font-size: 14px;
  font-family: "sharp-Medium";
  color: #8694af;
  margin-bottom: 0px;
}
.mach-invoice .col-md-6 {
  padding-bottom: 15px;
}
.mach-invoice .last-text {
  text-align: right;
}
.issue-date {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  border-top: 1px solid #ebebeb;
  padding-top: 15px;
}
.issue-date h5 {
  font-size: 18px;
  font-family: "sharp-Bold";
  color: #00266d;
  margin-bottom: 0px;
}
.issue-date h5 span {
  color: #8694af;
}
.issue-total {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.pay-ment-date .issue-total h3 {
  font-size: 24px;
  margin-bottom: 0px;
}

/* ------service provider sec css---------- */
.cus-select-form.form-control {
  background-image: url("../images/blue-down.svg") !important;
  background-position: calc(100% - 20px) !important;
  background-size: 13px !important;
  background-repeat: no-repeat !important;
}
.service-profile-bx .pro-file-box {
  margin: auto;
}
.service-profile-bx .pro-file-box figure {
  width: 115px;
  min-width: 115px;
  height: 115px;
}
.service-profile-bx .pro-file-box {
  max-width: 115px;
  margin-bottom: 45px;
}
.service-profile-bx .edit-profile-btn {
  width: 52px;
  min-width: 52px;
  height: 52px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #009fc6;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 0px;
  position: absolute;
  bottom: -25px;
  left: 29%;
}
.service-profile-bx h4 {
  font-size: 20px;
  color: #00266d;
  font-family: "sharp-Bold";
  margin-bottom: 5px;
}
.service-profile-bx h6 {
  font-size: 16px;
  color: #8694af;
  font-family: "sharp-Semibold";
  margin-bottom: 0px;
}

.label-text .form-group label {
  font-size: 14px;
  font-family: "Sharp-Semibold";
  color: #00266d;
  width: 100%;
  text-align: left;
}
.fill-log-here .viewbar.form-control.dropdown-toggle {
  padding: 8px 15px;
  text-align: left;
}
.texta-h-25 textarea {
  height: 140px !important;
}

.booking-req {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 25px;
}
.booking-req h2 {
  font-size: 22px;
  font-family: "sharp-Bold";
  color: #00266d;
  margin-bottom: 15px;
}
.blood-test {
  display: flex;
  align-items: center;
}
.blood-test h3 {
  font-size: 20px;
  color: #00266d;
  font-family: "sharp-Semibold";
  margin-bottom: 5px;
}
.blood-test span {
  font-size: 15px;
  color: #73bd1e;
  font-family: "sharp-Semibold";
  margin-bottom: 5px;
  display: block;
  padding-left: 35px;
}
.blood-test h3 {
  font-size: 20px;
  color: #00266d;
  font-family: "sharp-Semibold";
  margin-bottom: 5px;
}
.blood-info h6 {
  font-size: 14px;
  color: #00266d;
  font-family: "sharp-Medium";
  margin-bottom: 15px;
}
.blood-name h5 {
  font-size: 18px;
  color: #00266d;
  font-family: "sharp-Semibold";
  margin-bottom: 0px;
}
.blood-info p {
  font-size: 14px;
  color: #8694af;
  font-family: "sharp-Medium";
  margin-bottom: 5px;
  margin-bottom: 10px;
}
.blood-name p {
  font-size: 14px;
  color: #8694af;
  font-family: "sharp-Medium";
  margin-bottom: 5px;
  margin-bottom: 0px;
}
.paid-you h2 {
  font-size: 16px;
  color: #00266d;
  font-family: "sharp-Bold";
  margin-bottom: 0px;
}
.paid-you {
  text-align: right;
  position: relative;
}
.paid-you .btn-blue {
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 150px;
}
.booking-req .providers-inner-list {
  background: #f8fafc;
  box-shadow: none;
  border-radius: 15px;
}
.see-bttn .btn {
  min-width: 150px;
}
.booking-req .providers-inner-list figure {
  flex: 0 0 135px;
  max-width: 135px;
  height: 110px;
  margin-bottom: 0;
  margin-right: 25px;
}
.booking-req .providers-inner-list figcaption {
  width: 100%;
}
.prov-left-content ul {
  display: flex;
  align-items: center;
  list-style: none;
}
.prov-left-content ul li {
  font-size: 14px;
  color: #00266d;
  font-family: "sharp-Medium";
  margin-right: 30px;
  position: relative;
}
.prov-left-content ul li:after {
  content: "|";
  position: absolute;
  right: -16px;
  top: -2px;
  font-size: 14px;
  font-family: "sharp-Bold";
}
.prov-left-content ul li:last-child:after {
  display: none;
}
.booking-req .prov-list-footer {
  display: flex;
  align-items: center;
  width: 100%;
}
.booking-req .prov-list-head {
  margin-bottom: 10px;
}
.supplies-inner-list article {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  background: #fff;
  width: 100%;
}
.supplies-inner-list article figure {
  width: 100%;
  height: 182px;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid #eaeaea;
}
.supplies-inner-list article figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.supplies-inner-list article figcaption {
  padding: 20px;
  width: 100%;
}
.supplies-inner-list article figcaption h3 {
  font-size: 16px;
  color: #00266d;
  margin-bottom: 25px;
  font-family: "sharp-Bold";
}
.blood-heart {
  display: flex;
  width: 100%;
}
.blood-heart a {
  display: block;
}
.blood-heart a i {
  color: #009fc6;
  font-size: 26px;
}
.blood-heart-name {
  width: 100%;
}
.blood-heart-name h4 {
  font-size: 16px;
  color: #00266d;
  margin-bottom: 5px;
  font-family: "sharp-Semibold";
}
.blood-heart-name h5 {
  font-size: 12px;
  color: #8694af;
  margin-bottom: 10px;
  font-family: "sharp-Medium";
}
.supplies-inner-list {
  margin-bottom: 10px;
}
.supplies-inner-list .col-md-4 {
  margin-bottom: 20px;
}
.bookings-part .prov-left-content h1 {
  font-size: 20px;
  color: #00266d;
  font-family: "sharp-Bold";
  margin-bottom: 0px;
}
.bookings-part .providers-inner-list figure {
  flex: 0 0 100px;
  max-width: 100px;
  height: 85px;
  margin-bottom: 0;
  margin-right: 25px;
}
.bookings-part .prov-list-head {
  margin-bottom: 10px;
}
.bookings-part .providers-all-list .sec-para {
  margin-bottom: 5px;
  font-size: 14px;
  font-family: "sharp-Medium";
}
.bookings-part .providers-inner-list {
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 20px;
}
.textpay-dote p {
/*  white-space: nowrap;*/
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 145px;
}
.col-article article {
  position: relative;
}
.col-article article .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  color: #73bd1e;
  font-size: 22px;
}
.col-article article .close-btn i {
  font-size: 34px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.supplies-inner-list .col-article article figure {
  height: 197px;
}
.supplies-inner-list .col-article .col-md-3 {
  padding-bottom: 25px;
  display: flex;
  width: 100%;
}
.earnings-bx {
  display: flex;
  justify-content: space-between;
  width: 100%;
  list-style: none;
}
.earnings-bx li h4 {
  font-size: 22px;
  color: #8694af;
  font-family: "sharp-Medium";
  margin-bottom: 10px;
}
.earnings-bx li h1 {
  font-size: 30px;
  color: #00266d;
  font-family: "sharp-Bold";
  margin-bottom: 0px;
}
.earnings-bx li a {
  display: flex;
  width: 98px;
  height: 68px;
  max-width: 68px;
  background: #f8fafc;
  border-radius: 50%;
  padding: 10px;
}
.earning-history h2 {
  font-size: 22px;
  color: #00266d;
  font-family: "sharp-Bold";
  margin-bottom: 20px;
}
.earning-history ul li {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 14px 17px rgba(183, 203, 233, 0.16);
  padding: 20px;
  margin-bottom: 20px;
}
.history-flex {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.history-texts h4 {
  font-size: 20px;
  color: #00266d;
  font-family: "sharp-Semibold";
  margin-bottom: 5px;
}
.history-texts h6 {
  font-size: 14px;
  color: #8694af;
  font-family: "sharp-Medium";
  margin-bottom: 10px;
}
.history-texts p {
  font-size: 14px;
  color: #8694af;
  font-family: "sharp-Medium";
  margin-bottom: 0px;
}
.earning-history ul li h1 {
  font-size: 25px;
  color: #00266d;
  font-family: "sharp-Bold";
  margin-bottom: 0px;
  width: 415px;
  text-align: right;
}
.dash-control .filter-multi-select > .viewbar > .selected-items > .item {
  background-color: #dfebf7;
}
.dash-control .form-group .viewbar.form-control {
  padding: 8px 25px;
}
.textarea-height .form-group textarea {
  height: 140px !important;
}
.profile-on-edit .service-profile-bx .pro-file-box {
  margin-left: 0px;
}
.profile-on-edit .service-profile-bx .pro-file-box {
  max-width: 385px;
}
.profile-on-edit .service-profile-bx .edit-profile-btn {
  width: 102px;
  min-width: 102px;
  height: 42px;
  border: none;
  border-radius: 21px;
  background: #009fc6;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 0px;
  position: absolute;
  bottom: 0;
  left: 35%;
}
.edit-profile-btn label font {
  font-size: 14px;
  font-family: "sharp-Semibold";
  color: #fff;
  padding-left: 10px;
}
.profile-on-edit .service-profile-bx .edit-profile-btn label {
  display: flex;
  align-items: center;
}
.document-date-box h5 {
  font-size: 18px;
  color: #00266d;
  font-family: "Sharp-Semibold";
}
.documents-lists li article figure {
  width: 61px;
  min-width: 61px;
  height: 54px;
  border-radius: 5px;
  background: #dfebf7;
  border: 1px solid #dbe7ef;
  margin-bottom: 0px;
  padding: 6px;
}
.documents-lists li article figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.documents-lists li article {
  position: relative;
  max-width: 65px;
}
.documents-lists li article .close-btn {
  position: absolute;
  top: 2px;
  right: 8px;
  display: block;
  color: #73bd1e;
}
.documents-lists li article .close-btn i {
  font-size: 13px;
}
.documents-lists {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.documents-lists li {
  padding: 0px 10px 10px 0px;
}
.document-date-box {
  padding-bottom: 20px;
}
.patient-bx .btn-blue {
  margin-top: 20px;
}
.patient-wd-cover {
  max-width: 908px;
  width: 100%;
  border-radius: 15px;
  background-color: #f8fafc;
  padding: 45px;
}
.patient-flex .patient-bx {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.patient-flex .patient-bx .btn-blue {
  margin-top: 0px;
}
.patient-inner-text {
  max-width: 50%;
}

/* ---slider-supplies-details---- */
.module-gallery {
  width: 100%;
}
.module-gallery .slider-wrapper {
  display: flex;
  overflow: hidden;
  max-height: 460px;
}
.module-gallery .slider-thumb {
  max-width: 87px;
  cursor: pointer;
}
.module-gallery .slider-thumb li {
  border: 1px solid #ebebeb;
  border-radius: 5px;
}
.module-gallery .slider-thumb .slick-prev,
.module-gallery .slider-thumb .slick-next {
  z-index: 1;
  background-color: #73bd1e;
  transition: opacity 300ms ease;
  font-size: 1.5em;
  color: #73bd1e;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3);
}

.module-gallery .slider-thumb .slick-prev:before,
.module-gallery .slider-thumb .slick-next:before {
  content: "\EA6E";
  font-family: remixicon !important;
  font-style: normal;
  color: #fff;
  position: absolute;
  font-size: 32px;
  left: 3px;
  top: 1px;
}
.module-gallery .slider-thumb .slick-prev {
  left: 35%;
  top: 0px;
  z-index: 9;
  transform: rotate(-90deg);
}
.module-gallery .slider-thumb .slick-next {
  top: unset;
  right: 32%;
  bottom: 5px;
  transform: rotate(90deg);
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid #000;
}
.product-sliders .slick-vertical .slick-slide {
  border: 1px solid #ebebeb;
  border-radius: 5px;
}
.module-gallery .slider-thumb {
  margin-right: 10px;
  padding: 10px 0px;
}
.module-gallery .slider-thumb li {
  margin-bottom: 10px;
}
.product-sliders .slick-slide img {
  border-radius: 5px;
}
.slider-preview {
  padding: 0px 0px;
}
.slider-preview .type-image {
  margin: 10px 0px;
}

@media (max-width: 767px) {
  .module-gallery .slider-wrapper {
    flex-direction: column-reverse;
  }
  .module-gallery .slider-thumb {
    max-width: 100%;
  }
  .module-gallery .slider-thumb .slick-prev,
  .module-gallery .slider-thumb .slick-next {
    top: 50%;
    width: 1em;
    height: 100%;
  }
  .module-gallery .slider-thumb .slick-prev {
    left: 0;
    display: none !important;
  }
  .module-gallery .slider-thumb .slick-prev .fa:before {
    content: "\f104";
  }
  .module-gallery .slider-thumb .slick-next {
    right: 0;
    display: none !important;
  }
  .module-gallery .slider-thumb .slick-next .fa:before {
    content: "\f105";
  }
}
/* ---slider-supplies-details---- */
/* ----------Quantity-inputs--------- */
.md-number-input input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.md-number-input input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.number-input button {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0;
  position: relative;
}
.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: "";
  height: 2px;
  transform: translate(-50%, -50%);
}
.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.number-input input[type="number"] {
  text-align: center;
}

.md-number-input.number-input {
  border: none;
  width: auto;
  display: flex;
  align-items: center;
}
.md-number-input.number-input button {
  outline: none;
  width: 3rem;
  height: 2rem;
}
.md-number-input.number-input button.minus {
  padding-left: 0px;
  background: #fff;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  border: 1px solid #d8d8d8;
}
.md-number-input.number-input button.plus {
  padding-left: 0px;
  background: #009fc6;
  border-radius: 50px;
  width: 32px;
  height: 32px;
}
.md-number-input.number-input button:before,
.md-number-input.number-input button:after {
  width: 1rem;
  background-color: #000;
}
.md-number-input.number-input input[type="number"] {
  max-width: 50px;
  padding: 0px;
  border: none;
  border-width: 0px;
  font-size: 15px;
  height: 30px;
  font-family: "Sharp-Bold";
  outline: none;
  color: #00266d;
}
.md-number-input.number-input .plus::before,
.md-number-input.number-input .plus::after {
  width: 1rem;
  background-color: #fff;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .number-input.md-number-input.safari_only button:before,
    .number-input.md-number-input.safari_only button:after {
      margin-top: -0.6rem;
    }
  }
}
/* ----------Quantity-inputs--------- */
.detail-of-supply {
  padding: 10px 0px 0px 45px;
}
.quantity-bx {
  display: flex;
  align-items: center;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 15px 0px;
}
.quantity-bx h4 {
  font-size: 20px;
  color: #00266d;
  font-family: "Sharp-Semibold";
  margin-bottom: 0px;
  margin-right: 30px;
}
.detail-of-supply h1 {
  font-size: 30px;
  color: #00266d;
  font-family: "Sharp-Bold";
  margin-bottom: 10px;
}
.detail-of-supply h2 {
  font-size: 32px;
  color: #00266d;
  font-family: "Sharp-Bold";
  margin-bottom: 0px;
  padding: 30px 0px;
}
.detail-of-supply h6 {
  font-size: 18px;
  color: #8694af;
  font-family: "Sharp-Semibold";
  margin-bottom: 0px;
}
.detail-sup-btns {
  display: flex;
  width: 100%;
  padding-top: 30px;
}
.detail-sup-btns .btn {
  min-width: 236px;
  margin-right: 10px;
}
.description-supplies {
  padding-top: 60px;
}
.description-supplies h4 {
  font-size: 30px;
  color: #00266d;
  font-family: "Sharp-Bold";
  margin-bottom: 10px;
}
.description-supplies p {
  font-size: 14px;
  color: #8694af;
  font-family: "Sharp-Medium";
  margin-bottom: 25px;
}
.providers-inner-list figcaption {
  width: 100%;
}
.track-inner-bg {
  box-shadow: 0px 6px 30px rgb(0 0 0 / 8%);
  border-radius: 15px;
  padding: 20px;
  max-width: 888px;
  margin: auto;
}
.track-inner-bg h3 {
  font-size: 20px;
  color: #00266d;
  margin-bottom: 15px;
  font-family: "Sharp-Bold";
}
.track-inner-bg .providers-inner-list figure {
  flex: 0 0 97px;
  max-width: 97px;
  height: 84px;
  margin-bottom: 0;
  margin-right: 20px;
  border-radius: 10px;
}
.track-inner-bg .providers-inner-list {
  padding: 15px;
  margin-bottom: 15px;
}
.usd-point h1 {
  font-size: 20px;
  color: #00266d;
  margin-bottom: 0px;
  font-family: "Sharp-Bold";
}
.total-amount-sec {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 20px 0px;
}
.total-amount-sec ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.total-amount-sec ul li {
  font-size: 20px;
  color: #00266d;
  margin-bottom: 0px;
  font-family: "Sharp-Bold";
}
.progress-order-track {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 10px;
}

.progress-order-track .progress-new {
  position: absolute;
  top: 20px;
  left: 0;
  transform: translateY(-50%);
  height: 2px;
  transition: 0.4s ease;
  border: 1px dashed #8694af;
  z-index: 0;
}

.progress-order-track .progress {
  position: absolute;
  top: 20px;
  left: 0;
  transform: translateY(-50%);
  height: 2px;
  width:100%;
  transition: 0.4s ease;
  border: 1px dashed #8694af;
  z-index: 0;
}
.progress-order-track li {
  flex: 0 0 16.66%;
  max-width: 16.66%;
}
.progress-order-track li.active {
  width: 100%;
}
.circle-point {
  background-color: #8694af;
  color: #fff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  transition: 0.4s ease;
  margin: auto;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -10px;
}
.circle-point::after {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  right: 13px;
}
.progress-order-track li.active .circle-point {
  background: #73bd1e;
}
.progress-order-track li h6 {
  font-size: 15px;
  text-transform: capitalize;
  color: #00266d;
  margin-bottom: 5px;
  text-align: center;
  word-break: break-word;
  width: 100%;
  margin: auto;
  font-family: "Sharp-Semibold";
}
.progress-order-track li p {
  font-size: 13px;
  text-transform: capitalize;
  color: #8694af;
  margin-bottom: 0px;
  text-align: center;
  word-break: break-word;
  width: 100%;
  margin: auto;
  font-family: "Sharp-Semibold";
}
.progress-order-track li {
  padding: 0px 5px;
  position: relative;
  width: 100%;
  min-height: 120px;
}
.progress-order-track::before {
  content: "";
  background: #fff;
  height: 20px;
  width: 90px;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 1;
}
.progress-order-track::after {
  content: "";
  background: #fff;
  height: 20px;
  width: 90px;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 0;
}
.progress-traking-bx {
  padding-top: 25px;
}
.progress-order-track li.active::after {
  content: "";
  position: absolute;
  top: 9px;
  left: -50%;
  background: #73bd1e;
  height: 2px;
  width: 100%;
}
.progress-order-track li.active:last-child::before {
  background: #000;
  z-index: 11;
}
.progress-order-track li.activecolor::after {
  content: "";
  position: absolute;
  top: 9px;
  left: -50%;
  background: #ff0000;
  height: 2px;
  width: 100%;
}
.progress-order-track li.activecolor:last-child::before {
  background: #000;
  z-index: 11;
}
.equipment-ces {
  border-top: 1px solid #e1e2f7;
  border-bottom: 1px solid #e1e2f7;
  padding: 15px 0px 10px 0px;
  margin-bottom: 20px;
}
.equipment-ces h4 {
  font-size: 18px;
  color: #00266d;
  font-family: "Sharp-Semibold";
  margin-bottom: 10px;
}
.equipment-ces ul {
  display: flex;
  flex-wrap: wrap;
}
.equipment-ces ul li {
  padding: 0px 10px 10px 0px;
}
.equipment-ces ul li a {
  background: #dfebf7;
  display: block;
  /*padding: 10px 15px;*/
  padding: 0px 15px;
  color: #00266d;
  font-size: 14px;
  font-family: "Sharp-Semibold";
  width: max-content;
  border-radius: 3px;
}
.inner-bookingdetail .prov-list-head h6 {
  font-size: 20px;
  text-transform: capitalize;
  font-family: "Sharp-Bold";
}
.inner-bookingdetail .providers-inner-list {
  padding: 20px;
}
.inner-bookingdetail .prov-list-footer h6 {
  font-size: 18px;
  font-family: "Sharp-Semibold";
}
.inner-bookingdetail .sec-para {
  font-size: 16px;
  color: #8694af;
  font-family: "Sharp-Medium";
  margin-bottom: 0px;
}
.inner-bookingdetail .rev-req-notes h4 {
  font-size: 18px;
  color: #00266d;
  margin-bottom: 10px;
  font-family: "Sharp-Semibold";
}
.inner-bookingdetail .rev-req-notes h5 {
  font-size: 16px;
  color: #009fc6;
  margin-bottom: 15px;
  font-family: "Sharp-Medium";
}
.past-btn-box .btn-shell .btn {
  min-width: 132px;
}
.inner-textnote {
  width: 100%;
}
.inner-bookingdetail .rev-req-notes h2 {
  font-size: 20px;
  color: #73bd1e;
  margin-bottom: 0px;
  font-family: "Sharp-Semibold";
}
.inner-rating {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.tobias-flex {
  width: 100%;
}
.tobias-flex h3 {
  color: #00266d;
  font-size: 24px;
  font-family: "Sharp-Bold";
  text-transform: capitalize;
}
.inner-rating .d-flex {
  align-items: center;
}
.inner-rating h4 {
  font-size: 20px;
  color: #00266d;
  font-family: "Sharp-Semibold";
  margin-bottom: 0px;
  padding-right: 20px;
}
.tobias-flex {
  padding-top: 15px;
}
.track-od-sec {
  padding: 25px 0px 110px 0px;
}
.cart-full-bx {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 6px 30px rgb(0 0 0 / 8%);
  margin-bottom: 20px;
}
.cart-full-bx figure {
  flex: 0 0 144px;
  max-width: 144px;
  height: 125px;
  margin-bottom: 0;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
}
.cart-full-bx figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cart-full-bx {
  display: flex;
  position: relative;
}
.cart-full-bx figcaption {
  width: 100%;
}
.prov-cart-info {
  border-bottom: 1px dashed #dddddd;
  padding-bottom: 15px;
  width: 100%;
  margin-bottom: 15px;
}
.prov-cart-info h4 {
  font-size: 18px;
  color: #00266d;
  font-family: "Sharp-Bold";
  margin-bottom: 5px;
}
.prov-cart-info p {
  font-size: 16px;
  color: #8694af;
  font-family: "Sharp-Medium";
  margin-bottom: 5px;
}
.cart-quantity {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.cart-quantity .quantity-bx {
  padding: 0px;
  border: none;
}
.cart-quantity .quantity-bx h4 {
  font-size: 16px;
  color: #8694af;
}
.cart-quantity h2 {
  font-size: 20px;
  color: #00266d;
  font-family: "Sharp-Bold";
  margin-bottom: 0px;
}
.cart-full-bx .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  display: block;
  color: #8694af;
  font-size: 22px;
}
.cart-receipt {
  background: #fff;
  box-shadow: 0px 6px 30px rgb(0 0 0 / 8%);
}
.cart-receipt .recp-indv-box {
  border-bottom: 1px solid #e1e2f7;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.cart-receipt .btn-shell .btn-blue {
  min-width: 178px;
}
.check-out-sec {
  padding: 50px 0px;
}
.inner-checkout {
  background: #fff;
  border-radius: 15px;
  width: 100%;
  box-shadow: 0px 6px 30px rgb(0 0 0 / 7%);
  padding: 20px;
  max-width: 888px;
  margin: auto;
}
.place-points {
  width: 100%;
  border-bottom: 1px solid #d9dee3;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.place-points h4 {
  font-size: 20px;
  color: #00266d;
  font-family: "Sharp-Bold";
  margin-bottom: 10px;
}
.place-points p {
  font-size: 16px;
  color: #8694af;
  font-family: "Sharp-Medium";
  margin-bottom: 5px;
}
.payment-check {
  display: flex;
  width: 100%;
  align-items: center;
}
.payment-check .custom-radio:first-child {
  margin-right: 15px;
}
.payment-check .custom-radio {
  background: #f8fafc;
  border: 1px solid #dee1e5;
  border-radius: 10px;
  width: 100%;
}
.payment-check .custom-control-label {
  margin-bottom: 0;
  width: 100%;
  font-size: 20px;
  color: #00266d;
  font-family: "Sharp-Semibold";
  cursor: pointer;
  height: 69px;
  padding: 20px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}
.payment-check .custom-control-label::after {
  top: 28px;
  left: 22px;
  width: 14px;
  height: 14px;
  background-image: none;
  border-radius: 50%;
}
.payment-check .custom-control-label::before {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 2px solid #00266d;
}
.payment-check
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background-image: none;
  width: 14px;
  height: 14px;
  background: #00266d;
}
.payment-check
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: #fff;
}
.payment-check .custom-control-label::before {
  top: 23px;
  left: 17px;
}
.payment-check .custom-control {
  padding-left: 2.5rem;
}
.payment-check .custom-control-label img {
  max-width: 60px;
}
.products-check {
  padding: 15px 0px;
}
.products-check h3 {
  font-size: 20px;
  color: #00266d;
  font-family: "Sharp-Bold";
  margin-bottom: 10px;
}
.booking-modal .modal-dialog {
  max-width: 414px;
}
.booking-modal .modal-dialog .modal-body {
  padding: 20px 40px 40px 40px;
}
.booking-modal .modal-dialog .modal-body h5 {
  font-size: 26px;
  color: #00266d;
  font-family: "Sharp-Bold";
  margin-bottom: 20px;
  text-align: center;
}
.booking-modal .modal-dialog .modal-body .login-btns {
  margin-left: 0px;
  width: 100%;
  flex-wrap: nowrap;
  display: flex;
}
.booking-modal .modal-dialog .modal-body .login-btns .btn {
  width: 100%;
  margin: 0px 5px;
}
.upload-documents .edit-line-round {
  position: absolute;
  right: 5px;
  top: 4px;
  border-radius: 50%;
  padding: 0px;
  width: 43px;
  height: 43px;
  min-width: 43px;
}

/*   Css  */
.dash-control .form-group .upload-documents input.form-control {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-right: 50px;
}

.dash-control .form-group .viewbar.form-control {
  height: auto !important;
  min-height: 50px;
}

.upload-documents > input {
  background: #fff !important;
  pointer-events: none;
}

.list__item .label--radio input[type="radio"]::before {
  top: 14px;
}

.list__item .label--radio input[type="radio"]::after {
  top: 10px;
}

.terms-conditions p {
  text-align: initial;
}

.rev-req-coupon .form-group input + a {
  height: 53px;
}

.payment-radio .manage-add-bx .cart-info-here {
  /*align-items: center;*/
  justify-content: space-between;
}

.payment-radio .manage-add-bx .cart-info-here .pay-carts figure {
  text-align: right;
  /*font-size: 20px;*/
  margin-top: -26px;
}

.payment-radio.custom-radio .custom-control-label::before {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  content: "";
  position: absolute;
  top: 19px;
  left: 38px;
  z-index: 1;
  width: 12px;
  height: 12px;
  background-color: #fff !important;
  border-radius: 50%;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.payment-radio.custom-radio .custom-control-label::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 34px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #009fc6;
  border-radius: 50%;
}

.payment-radio.custom-radio input[type="checkbox"],
.payment-radio.custom-radio input[type="radio"] {
  position: absolute;
  left: -999;
}

.payment-radio.custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: #009fc6 !important;
}

/*   Css  */

.providers-over-list {
  overflow: auto;
  height: 320px;
}
.error,
span.invalid-feedback {
  padding-left: 15px !important;
}
.process-home-in.section-padding {
  border-radius: 0px;
}
#login-user .modal-dialog {
  max-width: 415px;
  margin: auto;
}
#signup-user .modal-dialog {
  max-width: 415px;
  margin: auto;
}
.faq-sec-pdd .row .col-md-3 {
  flex: 0 0 280px;
  max-width: 280px;
}
.faq-sec-pdd .row .col-md-9 {
  flex: 0 0 calc(100% - 280px);
  max-width: calc(100% - 280px);
}
.login-back a .ri-notification-3-fill {
  font-size: 30px;
}

.pagination .page-item .page-link {
  font-size: 16px;
  color: #212529;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-content: center;
  line-height: initial;
  font-family: "Sharp-Semibold";
}
.pagination .page-item.active .page-link {
  background-color: #00266d;
  color: #fff;
}

.nav-item-tablet {
  display: none;
}
.our-noti-section .alert {
  left: 0;
}
.supplies-inner-list .row .col-md-4 {
  display: flex;
}
.table td,
.table th {
  vertical-align: middle;
}
.btn.btn-lg {
  font-size: 14px;
}

/*         12 October 2021         */

.user-add-inner-box {
  width: 100%;
  border-radius: 15px;
  background-color: #f8fafc;
  padding: 40px 40px 40px;
  margin: auto;
}
.user-add-inner-box .form-control {
  border-radius: 25px;
  font-size: 14px;
  padding: 15px 25px;
  height: 50px;
  border: 1px solid #dce3eb;
  color: #8694af;
  font-family: "Sharp-Medium";
}
.user-add-inner-box label {
  font-size: 14px;
  font-family: "Sharp-Semibold";
  color: #00266d;
}
.user-add-inner-box a.btn {
  height: 50px;
}

.user-add-inner-box .custom-control-label::before {
  background: #fff;
  border: 1px solid #d4d6dd;
  top: 0px;
  width: 20px;
  height: 20px;
}
.user-add-inner-box .custom-control-label::after {
  top: 0px;
  width: 20px;
  height: 20px;
}
.user-add-inner-box
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background: #009fc6;
}
.user-add-inner-box .custom-control.custom-checkbox {
  padding-left: 30px;
  min-height: 30px;
}

/*         12 October 2021         */

.btn-shell.mt-4 .btn {
  min-width: 180px;
}
.viewbar.form-control.dropdown-toggle {
  height: auto;
  min-height: 50px;
}
.pay_ment-settings {
  text-align: center;
}
.pay_ment-settings figure {
  width: 75px;
  min-width: 75px;
  height: 75px;
  border: 4px solid #0a246d;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px !important;
  background: #73bd1e;
  color: #0a246d;
  border-radius: 50%;
}
.pay_ment-settings figure i {
  font-size: 42px;
}
.pay_ment-settings h2 {
  font-size: 20px;
  font-family: "Sharp-bold";
  margin-bottom: 15px;
  color: #0a246d;
}
.payment_ptrgf .modal-dialog {
  max-width: 420px;
}

/* service provider multiple checkbox */

.providers-inner-infos {
  position: relative;
}

.providers-inner-infos>input {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  opacity: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.providers-inner-infos>input[type=checkbox] + .providers-inner-list {
  position: relative;
}

.providers-inner-infos input[type=checkbox] + .providers-inner-list:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid #eee;
  border-radius: 6px;
  background: #fff;
  top: 20px;
  left: 20px;
  box-shadow: 2px 5px 7px rgb(0 0 0 / 16%);
}

.providers-inner-infos input[type=checkbox]:checked ~ .providers-inner-list:before {
  border: 1px solid #fff;
  background: #73bd1e;
}

.providers-inner-infos input[type=checkbox]:checked ~ .providers-inner-list:after {
  position: absolute;
  content: '';
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  z-index: 2;
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: 60%;
  background-repeat: no-repeat;
}


.Library-head {
    display: flex;
    justify-content: space-between;
}

.filter-list {
    display: flex;
    align-items: center;
        flex: 1;
            flex-wrap: wrap;
                padding-right: 20px;
}

.common-box-shadow {
    box-shadow: 0 6px 30px rgb(0 0 0 / 7%);
    background: #fff;
    border-radius: 14px;
    padding: 11px 20px;
}

.Library-head-list li h4 {
    font-size: 18px;
    color: #00266D;
    margin-bottom: 0;
     font-family: "Sharp-Bold";
}


.Library-head.common-box-shadow {
    margin-bottom: 15px;
}



.view-details {
    padding: 10px 28px;
    height: 40px;
    display: flex;
    border-radius: 35px;
    background: #009FC6;
    color: #fff !important;
    font-size: 14px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
     font-family: "Sharp-Semibold";
}

.Library-head-list li {
    margin-bottom: 15px;
    /*    height: 60px;*/
}

.filter-box {
    width: 42px;
    height: 42px;
    background: #009FC6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.filter-box i {
    color: #fff;
    font-size: 21px;
}

ul.filter-list li,ul.filter-list li a {
    font-size: 14px;
    color: #00266D;
    font-family: "Sharp-Medium";
    text-decoration: underline;
    text-transform: uppercase;
}

ul.filter-list li {
    padding: 0 11px;
}

a.view-details-link {
    font-size: 15px;
    color: #009FC6 !important;
    text-decoration: underline !important;
    font-family: "Sharp-Medium";
}


.providers-all-list-detail .common-box-shadow {
    padding: 25px 30px;
    margin-bottom: 30px;
}


.list-detail-title {
    font-size: 18px;
    text-transform: capitalize;
    font-family: "Sharp-Bold";
    color: #00266d;
    margin-bottom: 10px;
}

.providers-all-list-detail p {
    font-size: 14px;
    color: #98A7C2;
     font-family: "Sharp";
     line-height: 22px;
         margin-bottom: 12px;
}

ul.list-detail-list-inner li {
    font-size: 14px;
    color: #98A7C2;
    font-family: "Sharp";
    line-height: 22px;
    padding: 2px 0;
    list-style: circle;
    list-style-position: inside;
}

.view-details:hover,.filter-box:hover{
    background: #00266d;
}

.view-details-link:hover{ color:#00266d !important ; }
.newslatter-foot { background-color: #73bd1e !important;padding: 50px 0px; }
.newslatter-text h4 { font-size: 30px;color: #fff;font-family: "Sharp-Bold"; }
.newslatter-text p { color: #fff;font-family: "Sharp-Medium";font-size: 20px;margin-bottom: 0; }
.newslatter-foot .form-group { position: relative; }
.newslatter-foot .btn { position: absolute;right: 8px;top: 8px; }
.newslatter-foot input { height: 60px;border-radius: 50px;border: none;padding-left: 25px; }
header .navbar .dropdown-menu a {
  padding: 5px 15px;
  font-family: "Sharp-Semibold";
  font-size: 14px;
}

header .dropdown-menu {
  border-radius: 15px;
  overflow: hidden;
}
