:root {
  --clr-1: #f78000;
  --clr-2: #06ccc9;
  --clr-3: #000;
  --cle-4: #fff;
}
html,
select {
  scrollbar-color: var(--clr-pink);
  scrollbar-width: thin;
} /*! Other Browser */
::-webkit-scrollbar {
  width: 8px;
}
body,
select {
  scrollbar-width: 8px;
  scrollbar-color: var(--clr-pink);
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: linear-gradient(var(--clr-pink), var(--clr-pink));
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  margin: 0;
  right: 0;
  -webkit-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  font-family: "Poppins", sans-serif;
  color: regba(var(--clr-3), 1);
  background-color: rgba(var(--cle-4), 1);
  background-repeat: no-repeat;
  background-position: top right;
  background-attachment: fixed;
  /* overflow-x: hidden !important; */
  font-size: 18px;
}
a {
  outline: 0;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition-duration: 0.8s;
  position: relative;
}
/* ul {
	list-style: none;
} */
img {
  max-width: 100% !important;
}
/* p {
	line-height: 32px;
	font-size: 18px;
} */
a.active,
a:active,
a:focus,
a:hover {
  color: var(--clr-1);
  outline: 0 !important;
  text-decoration: none;
  cursor: pointer;
}
button,
.btn {
  color: #fff;
  transition-duration: 0.8s;
  border: none;
  border: none;
  padding: 13px 27px;
  border-radius: 5px;
}
.btn,
button:hover,
.btn,
button:active,
.btn,
button:focus {
  color: #fff !important;
}
.btn-h-2:active,
.btn-h-2:focus,
.btn-h-2:hover {
  transition-duration: 0.8s;
  outline: 0;
  background-color: var(--clr-2);
}
.btn-h-1:active,
.btn-h-1:focus,
.btn-h-1:hover {
  transition-duration: 0.8s;
  outline: 0;
  background-color: var(--clr-1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
  font-style: normal;
  line-height: 1.2;
  color: #000;
  font-weight: 600;
}
.clr-1 {
  color: var(--clr-1);
}
.clr-2 {
  color: var(--clr-2);
}
.clr-3 {
  color: #fdc444;
}
.clr-4 {
  color: #e6841a;
}
.clr-5 {
  color: #06ccc9;
}
.clr-6 {
  color: #74c88e;
}
.bg-clr-1 {
  background-color: var(--clr-1);
}
.bg-clr-2 {
  background-color: var(--clr-2);
}
.bg-clr-3 {
  background-color: #74c88e;
}
.f-87 {
  font-size: 87px;
}
.f-60 {
  font-size: 60px;
}
.f-52 {
  font-size: 52px;
}
.f-45 {
  font-size: 45px;
}
.f-42 {
  font-size: 42px;
}
.f-40 {
  font-size: 40px;
}
.f-32 {
  font-size: 32px;
}
.f-31 {
  font-size: 31px;
}
.f-34 {
  font-size: 34px;
}
.f-30 {
  font-size: 30px;
}
.f-26 {
  font-size: 26px;
}
.f-25 {
  font-size: 25px;
}
.f-24 {
  font-size: 24px;
}
.f-22 {
  font-size: 22px;
}
.f-21 {
  font-size: 21px;
}
.f-20 {
  font-size: 20px;
}

.f-18 {
  font-size: 18px;
}
.f-16 {
  font-size: 16px;
}
.f-14 {
  font-size: 14px;
}
.lh-1 {
  line-height: 2 !important;
}
.lh-2 {
  line-height: 1.6;
}
.lh-3 {
  line-height: 2.5;
}
.lh-4 {
  line-height: 3;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.mn-4 {
  margin-top: -0.4rem;
}
.mn-2 {
  margin-top: -0.2rem;
}
.pt-6 {
  padding-top: 20%;
}
.pt-7 {
  padding-top: 16.5%;
}
section {
  overflow: hidden !important;
}
.form-control,
input,
select {
  padding: 17px 14px;
  transition-duration: 0.8s;
  height: auto;
  width: 100%;
  background: none;
  border: 1px solid #dfdfdf;
  color: #000 !important;
  border-radius: 5px;
}
.form-control:focus,
input:focus {
  outline: 0;
  background: rgba(var(--clr-1), 1);
  color: #fff;
  border: 1px solid #9f9f9f;
  box-shadow: none;
  transition-duration: 0.8s;
}
.text-white .form-control,
.text-white input,
.text-white select {
  border-color: #fff;
  color: rgba(var(--dark-color), 1);
  background: rgba(var(--light-bg-color), 0.39);
}
.text-white .form-control:focus,
.text-white input:focus {
  background: rgba(var(--light-bg-color), 1);
}
.text-white .form-control::placeholder,
.text-white input::placeholder {
  color: rgba(var(--dark-color), 1);
  opacity: 1;
}
.form-control:focus::placeholder,
input:focus::placeholder {
  color: rgba(var(--light-bg-color), 1);
}
.form-control::placeholder,
input::placeholder {
  color: #acacac;
  opacity: 1;
}
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  font-size: 16px;
  resize: none;
}
input[type="time"]::-webkit-calendar-picker-indicator {
  filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(130deg)
    brightness(95%) contrast(80%);
}
.accordion {
  margin: 0 30px 0 40px !important;
  filter: drop-shadow(0px 3px 36px rgba(0, 0, 0, 0.123));
}
.accordion-item {
  background-color: #fff;
  border-radius: 17px !important;
}
.accordion-button:not(.collapsed) {
  color: var(--clr-pink);
  background-color: transparent;
  box-shadow: none;
}
.accordion-button:not(.collapsed):hover,
.accordion-button:not(.collapsed):focus,
.accordion-button:not(.collapsed):active {
  color: var(--clr-pink) !important;
}
.accordion-header {
  padding: 29px 12px 29px 38px;
}
.accordion-body {
  padding: 0 1.25rem 1rem 1.25rem;
}
button.accordion-button {
  padding: 11px 0px !important;
}
button.accordion-button:active,
button.accordion-button:focus,
button.accordion-button:hover {
  background-color: transparent;
  color: #000 !important;
}
.accordion-button::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.explore .accordion-button::after {
  background: none;
  transform: none;
  content: "\f070";
}
.explore .accordion-button:not(.collapsed)::after {
  background: none;
  transform: none;
  content: "\f06e";
  color: var(--clr-pink) !important;
}
.accordion-button:hover,
.accordion-button:focus {
  border: unset;
  box-shadow: none;
}
.s-cycle li::marker {
  color: #bfbfbf;
  font-size: 22px;
}
.dropdown-cont {
  width: 180px;
  height: auto;
  background-color: #06ccc9;
  transition: all 0.5s ease-in-out;
  z-index: 9999;
  transform-origin: left top;
  transform: scaleY(0);
  font-size: 13px;
  box-shadow: -8px 8px 0px #f78000;
  color: #f78000;
}
.dropdown-login {
  left: 0;
  top: 67px;
}
.dropdown:hover .dropdown-cont {
  transform: scaleY(1);
}

/* ---------------- Home page ---------- */
/* section.banner{
      height: 100vh !important;
      width: 100% !important;
  } */
.dropdown .dropdown-cont li a.active {
  color: #000000 !important;
  padding-left: 10px;
}
section.banner .slick-track {
  width: 100% !important;
}
section .banner .item {
  height: 100vh;
  /* width: 100vw !important; */
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.banner-head {
  padding: 0px 275px;
  line-height: 64px;
}
.dropdown li a {
  color: #fff !important;
}
.slick-dots li button:before {
  content: "";
  width: 11px;
  height: 11px;
  background-color: var(--clr-2);
  border-radius: 6px;
  top: -300px;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  color: unset !important;
}
.card {
  background-color: #fff;
  padding: 55px 52px;
  border-radius: 25px;
  border: none;
  filter: drop-shadow(0 3px 17px rgba(0, 0, 0, 0.225));
}
.banner-card {
  position: absolute;
  bottom: -392px;
}
.banner-card h4 {
  line-height: 35px;
}
.why-us {
  margin-top: 180px;
}
p.why-header {
  padding: 0 133px;
}
.counter {
  animation-duration: 1s;
  animation-delay: 0s;
}
.item-1::after,
.item-2::after,
.item-3::after {
  content: "";
  position: absolute;
  clip-path: circle(50% at 0 51%);
  top: 0;
  right: 50%;
  left: 0;
  bottom: 0;
  opacity: 0.1;
}
.item-1::after {
  background: #f78000;
}
.item-2::after {
  background: #3e9a5a;
}
.item-3::after {
  background: #e1a520;
}
.our-mission .bg {
  background-repeat: no-repeat !important;
  background-position: 0 -103px !important;
  height: 92vh;
  background-size: 100% !important;
}
.choose-bg {
  height: 142vh;
  background-position: center !important;
  background-size: 100%;
  background-repeat: no-repeat !important;
}
.rounded-square {
  height: 130px;
  width: 130px;
  background: #06ccc9;
  opacity: 0.07;
  border-radius: 15%;
  transform: rotate(45deg);
  animation-name: spin;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.accordion-button::after {
  font: normal normal normal 26px/1 FontAwesome;
  content: "\f107";
  background-image: none !important;
  color: rgb(0, 0, 0);
}
.accordion-button:not(.collapsed)::after {
  content: "\f106";
  transform: none !important;
}
.core-values {
  background-repeat: no-repeat !important;
  height: 75vh;
  background-position: center !important;
  background-size: 40% !important;
}
.sch-img {
  height: 127px;
  width: 187px;
  border-radius: 10px;
  background-color: #fff;
  transition-duration: 0.4s;
  filter: drop-shadow(0px 3px 36px rgba(0, 0, 0, 0.123));
}
.sch-img:hover {
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.089));
  transition-duration: 0.5s;
}
.team-member::before {
  content: "";
  height: 224px;
  width: 304px;
  background: rgb(255, 255, 255);
  position: absolute;
  filter: drop-shadow(0px 3px 46px rgba(0, 0, 0, 0.11));
  z-index: -9999;
  top: 86px;
  right: 0;
  left: 15px;
  bottom: 0;
  border-radius: 5px;
}
.bg-about {
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 92vh;
  background-size: 100% !important;
}
.about-content {
  margin-top: -43px;
}
.about-card {
  background: rgb(255, 255, 255);
  /* margin-top: 20p; */
  padding: 15px 0px;
  filter: drop-shadow(0px 3px 26px rgba(0, 0, 0, 0.11));
}
.nav-item {
  width: 400px;
  margin: 0 12px;
  padding: 26px 26px;
  border-radius: 14px;
}
.nav-item-1 {
  background: #fee6cc;
}
.nav-item-2 {
  background: #cdf5f4;
}
.nav-item-3 {
  background: #e3f4e8;
}
.bg-tabs {
  background: rgb(255, 255, 255);
  height: 457px;
  filter: drop-shadow(0px 3px 26px rgba(0, 0, 0, 0.11));
}
footer {
  padding-top: 10%;
}
.footer-bg {
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 155vh !important;
  background-size: cover !important;
}
.footer-nav li::after {
  content: "";
  height: 6px;
  width: 6px;
  background: #6fc991;
  border-radius: 100%;
  z-index: 99999;
  position: absolute;
  left: 15px;
  margin-top: 15px;
}
.logo-btn {
  background-color: #fee6cc;
  border-radius: 14px;
  padding: 55px 40px 55px 30px;
}
.bg-tabs button {
  background: none !important;
  color: #000 !important;
  text-transform: uppercase !important;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #f78000 !important;
}
.social-icons {
  padding: 6px 9px;
  background: #fff;
  margin-right: 22px;
  filter: drop-shadow(0px 3px 26px rgba(0, 0, 0, 0.092));
  border-radius: 5px;
}
.fa-facebook-f:before,
.fa-facebook:before {
  color: #3a5a97 !important;
}
.fa-instagram:before {
  color: #bd137b !important;
}
.fa-linkedin:before {
  color: #007bb8 !important;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.contact-bg {
  height: 100vh !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 0 -210px !important;
}
/* inner pages CSS */
.contact-page-banner {
  height: 90vh !important;
  background-repeat: no-repeat;
}
.contact-newsletter {
  background-repeat: no-repeat !important;
  height: 71vh;
}
.ico {
  height: 190px;
  width: 570px;
  padding: 35px 0 0 70px;
}
.careers-page-banner {
  height: 126vh !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.careers-bg {
  height: 227px;
  /* width: 749px; */
  background: #fee6cc;
  border-radius: 24px;
}
.careers-bg:nth-child(1) {
  background: #fee6cc;
}
.careers-bg:nth-child(2) {
  background: #cdf5f4;
}
.careers-bg:nth-child(3) {
  background: #e3f4e8;
}
.careers-bg:nth-child(4) {
  background: #fff3d9;
}
.consultation-page-banner {
  height: 130vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.consultation .accord {
  filter: drop-shadow(0px 3px 26px rgba(0, 0, 0, 0.062));
  background: #fff;
  border-radius: 50px;
  padding: 70px 10px 37px 10px;
}
.consultation .accord::after {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background: #cececf;
  top: 24px;
  /* left: 0; */
  /* right: 0; */
}
.consultation .accord .accordion-item {
  margin: 0 15px;
}
.consultation .accord .accordion-item:nth-child(1) {
  background: #fee6cc;
}
.consultation .accord .accordion-item:nth-child(2) {
  background: #cdf5f4;
}
.consultation .accord .accordion-item:nth-child(3) {
  background: #e3f4e8;
}
.consultation .accord .accordion-item .accordion-button {
  background: transparent;
}
.consultation .accord .accordion-item .accordion-button::after {
  font: normal normal normal 43px/1 FontAwesome !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 50%;
}
.consultation .accord .accordion-item .accordion-button:nth-child(1)::after {
  color: #e6841a;
}
.consultation .accord .accordion-item .accordion-button:nth-child(2)::after {
  color: #06ccc9;
}
.consultation .accord .accordion-item .accordion-button:nth-child(3)::after {
  color: #86cf9d;
}
.pricing-page-banner {
  background-position: center !important;
  background-size: cover !important;
  /* height: 110vh !important; */
}
.pricing-card {
  /* background: #FEE6CC; */
  border-radius: 24px;
  padding: 34px 20px;
  height: 700px;
}
.pc-1 {
  background: #fee6cc;
}
.pc-2 {
  background: #cdf5f4;
}
.pc-3 {
  background: #def0e8;
}
.pc-4 {
  background: #fff3d9;
}
.pricing-content {
  /* padding-bottom: 30px; */
  border-bottom: 1px solid #fff;
  height: 90px;
}
.resources-page-banner {
  background-position: center !important;
  background-size: cover !important;
  height: 100vh !important;
  background-repeat: no-repeat;
}
.case-studies-image img {
  border-radius: 20px;
}
.case-stu-bg {
  height: 91vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.resources-3-bg {
  background-repeat: no-repeat;
  border-radius: 30px;
  background-size: cover;
}
.overlay {
  height: 542px;
  /* width: 616px; */
  background: #000000;
  opacity: 0.3;
  border-radius: 30px;
}
.bg-testi {
  height: 316px;
  /* width: 483px; */
  /* background-color: #FEE6CC; */
  padding: 32px;
  border-radius: 24px;
  transition-duration: 0.8s;
}
.bt-4 {
  background-color: #fff3d9;
}
.bt-3 {
  background-color: #def0e8;
}
.bt-2 {
  background-color: #cdf5f4;
}
.bt-1 {
  background-color: #fee6cc;
}
.bg-testi::after {
  /* content: url(../img/testi.svg); */
  position: absolute;
  bottom: -20px;
  right: 35px;
}
.review-img {
  margin-top: -75px;
  height: 77px;
  width: 77px;
  border-radius: 100%;
}
.review-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 100%;
  border: 5px solid #fff;
}
.testimonial-bg {
  height: 96vh;
  background-position: center;
  background-size: cover;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  padding: 32px 0 !important;
}
.apedx-banner .item {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.solutions-icon-bg-1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -106px -10px;
  height: 120vh;
}
.solutions .solutions-icon-bg {
  width: 330px;
  height: 330px;
  border-radius: 100%;
  /* background: aqua; */
  padding: 83px 0;
  margin-left: 47px;
}
.sb-1 {
  background: #fee6cc;
}
.sb-2 {
  background: #cdf5f4;
}
.sb-3 {
  background: #e3f4e8;
}
.sb-4 {
  background: #fff3d9;
}
.sb-5 {
  background: #e8e8fb;
}
.solutions div > .solutions-icon-bg:nth-child(2) {
  background: rgb(36, 21, 70);
}
.how-it-works-bg {
  height: 95vh;
  background-repeat: no-repeat;
}
.bg-works {
  background: #fff;
  filter: drop-shadow(0px 3px 36px rgba(0, 0, 0, 0.123));
}
.margin-left {
  margin-left: -30px;
}
.tape-it-round {
  height: 391px;
  width: 391px;
  background: #fee6cc;
  border-radius: 100%;
}
.tapeit-sec-2 {
  height: 1490px;
  background-position: revert;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-header {
  padding-top: 137px;
}
.how-it-works-bg-2 {
  height: 69vh;
}
h1.vision {
  margin-top: 200px;
}
p.bt1,
p.bt3 {
  border-top: 3px solid var(--clr-1);
}
p.bt4 {
  border-top: 3px solid #fcc858;
}
p.bt2 {
  border-top: 3px solid #74c88e;
}
p.bt5 {
  border-top: 3px solid #06ccc9;
}
.bt-para {
  margin-bottom: 75px;
}
.social-icons .fa-twitter {
  color: #3a5a97 !important;
}
.s-icons {
  box-shadow: 0 0 16px 0 #0000003b;
}
.about-mission {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.subscribe-btn {
  position: absolute;
  top: 6px;
  right: 8px;
}
.blogs-image img {
  border-radius: 24px;
}
.article {
  height: 100vh !important;
}
.gallery-1 {
  height: 351px;
  width: 416px;
}
.gallery-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.gallery-2 {
  height: 541px;
  width: 416px;
}
.gallery-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.ceo-message {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cove;
}
.services-img {
  height: 424px;
}
.services-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.s-contracting .case-stu-bg {
  height: 133vh;
}
.s-care-bg {
  background-repeat: no-repeat;
  background-position: top;
}
.s-practice-bg {
  height: 100vh;
  background-position: 0px 25px;
  background-size: contain;
  background-repeat: no-repeat;
}
.s-one-stop-bg {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.certification-svg {
  background: #e0f6f2;
  padding: 150px 0px 150px 60px;
}
.certification-svg svg {
  width: 90%;
}
.hippa-certification-2 {
  background: #fbf6e4;
  padding: 100px 0;
}
.services-banner .item {
  height: 100vh;
  background-repeat: no-repeat;
  /* background-position: 0 -50px; */
  background-size: cover;
}
@media (max-width: 1920px) and (max-height: 900px) {
  .pt-6 {
    padding-top: 10%;
  }
  .footer-bg {
    height: 145vh !important;
    background-position: 0 0 !important;
  }
}
@media (max-width: 1690px) {
  .contact-bg {
    background-position: center !important;
  }
  .contact-newsletter {
    height: 75vh;
  }
  .careers-page-banner {
    height: 142vh !important;
  }
  .btn,
  button {
    padding: 12px 17px !important;
  }
  .overlay {
    /* width: 533px; */
  }
  .solutions .solutions-icon-bg {
    width: 310px;
    height: 310px;
  }
  .how-it-works-bg-2 {
    height: 77vh;
  }
  .s-practice-bg {
    background-position: 0px 55px;
  }
  .hippa-certification-2 {
    padding: 89px 0;
  }
  .consultation-page-banner {
    height: 140vh;
  }
}

@media (max-width: 1640px) {
}
/* @media (max-width: 1366px) and (max-height: 900px) {
	.pt-6 {
		padding-top: 10%;
	}
	.footer-bg {
		height: 120vh !important;
	}
} */
@media (max-width: 1366px) {
  .f-52 {
    font-size: 36px;
  }
  .f-40 {
    font-size: 34px;
  }
  .f-30 {
    font-size: 24px;
  }
  .fonts-ul {
    font-size: 16px;
  }
  .logo {
    height: 38px;
    width: 150px;
  }
  .slick-dots li button:before {
    top: -64px;
  }
  .banner-card {
    bottom: -520px;
  }
  .f-26 {
    font-size: 22px;
  }
  .contact-bg {
    background-position: 0px -20px !important;
  }
  .f-24 {
    font-size: 21px;
  }
  .pt-7 {
    padding-top: 19.5%;
  }
  .accordion-header {
    padding: 18px 12px 18px 38px;
  }
  .accordion {
    margin: 0 13px 0 21px !important;
  }
  .choose-bg {
    height: 146vh;
  }
  .vertical-text {
    right: 94px;
    top: 90px;
  }
  .footer-bg {
    /* height: 200vh !important; */
  }
  .bg-about {
    height: 110vh;
  }
  .team-member::before {
    width: 250px;
  }
  .contact-newsletter {
    height: 111vh;
  }
  .ico {
    height: 170px;
    width: 550px;
    background-repeat: no-repeat;
    background-position: bottom;
  }
  .careers-page-banner {
    height: 207vh !important;
    background-position: 0 90px;
  }
  .f-87 {
    font-size: 67px;
  }
  .career .careers-page-banner .pt-7 {
    padding-top: 14.5% !important;
  }
  .consultation-page-banner {
    height: 185vh;
  }
  .contact-page-banner {
    height: 123vh !important;
    background-position: bottom;
    background-size: contain;
  }
  .resources-page-banner {
    background-size: contain !important;
    height: 120vh !important;
  }
  .case-stu-bg {
    height: 125vh;
  }
  .tape-it-round {
    height: 300px;
    width: 300px;
  }
  .bg-testi {
    height: 380px;
  }
  .testimonial-bg {
    height: 118vh;
  }
  .overlay {
    /* width: 430px; */
  }
  .how-it-works-bg-2 {
    height: 107vh;
  }
  .nav-item {
    width: 345px;
  }
  .services-img {
    height: 345px;
  }
  .s-contracting .case-stu-bg {
    height: 188vh;
  }
  .how-it-works-bg {
    height: 140vh;
  }
  .margin-left {
    margin-left: -17px;
  }
  .s-practice-bg {
    height: 150vh;
    background-position: 0 170px;
  }
  .s-one-stop-bg {
    height: 115vh;
  }
  .hippa-certification-2 {
    padding: 44px;
  }
  .services-banner .item {
    background-position: 0 -80px;
    background-size: cover;
  }
  .why-us {
    margin-top: 290px;
  }
  .pricing-card {
    border-radius: 16px;
    height: 720px;
  }
  .solutions .solutions-icon-bg {
    width: 290px;
    height: 290px;
  }
  .solutions-icon-bg-1 {
    background-position: 0 51vh;
    height: 175vh;
    background-size: contain;
  }
	.gallery-2, .gallery-1{
		width: 360px;
	}
}
@media (max-width: 1024px) and (max-height: 600px) {
  .careers-page-banner {
    height: 190vh !important;
  }
  .svg svg {
    height: 75vh !important;
  }
  .banner-svg .svg {
    right: -79px !important;
    top: -40px !important;
  }
}
@media (max-width: 1024px) {
  body {
    font-size: 14px;
  }
  .btn,
  button {
    padding: 10px 40px;
  }
  .f-52 {
    font-size: 32px;
  }
  .f-45 {
    font-size: 30px;
  }
  .f-40 {
    font-size: 26px;
  }
  .f-26 {
    font-size: 18px;
  }
  .f-22 {
    font-size: 18px;
  }
  .f-87 {
    font-size: 57px;
  }
  .f-24 {
    font-size: 17px;
  }
  .f-32 {
    font-size: 24px;
  }
  .f-30 {
    font-size: 20px;
  }
  .f-16 {
    font-size: 14px;
  }
  .how-it-works-bg-2 {
    height: 46vh;
  }
  section .banner .item {
    height: 46vh;
  }
  .banner-head {
    padding: 0px 204px;
    line-height: 45px;
  }
  .our-mission .bg {
    height: 48vh;
    background-position: 0 0 !important;
  }
  .rounded-square {
    height: 90px;
    width: 90px;
  }
  .contact-bg {
    background-position: -71px 48px !important;
    height: 50vh !important;
  }
  .footer-bg {
    height: 130vh !important;
  }
  .resources-page-banner {
    height: 40vh !important;
    background-position: bottom !important;
  }
  .case-stu-bg {
    height: 46vh;
  }
  .apedx-banner .item {
    height: 46vh;
  }
  .bg-testi {
    height: 338px;
  }
  .testimonial-bg {
    height: 50vh;
  }
  .sch-img {
    padding: 8px;
  }
  .nav-item {
    width: 282px;
  }
  .about-content {
    margin-top: -30px;
  }
  .banner-card {
    bottom: 133px;
  }
  .slick-dots {
    bottom: 60px;
  }
  .why-us {
    margin-top: 30%;
  }
  .core-values {
    background-size: 44% !important;
    height: 32vh;
  }
  .accordion-header {
    padding: 18px 10px 18px 14px;
  }
  .choose-bg {
    height: 60vh;
  }
  .bg-about {
    height: 48vh;
  }
  .services-img {
    height: 257px;
  }
  .s-contracting .case-stu-bg {
    height: 75vh;
  }
  .how-it-works-bg {
    height: 54vh;
  }
  .s-practice-bg {
    height: 60vh;
  }
  .s-one-stop-bg {
    height: 55vh;
  }
  .hippa-certification-2 {
    padding: 75px 0;
  }
  .services-banner .item {
    height: 42vh;
    background-size: contain;
  }
  .overlay {
    height: 310px;
  }
  .pricing-content {
    height: 100px;
  }
  .lh-3 {
    line-height: 2;
  }
  .careers-page-banner {
    height: 90vh !important;
    background-size: contain;
  }
  .careers-bg {
    height: 210px;
  }
  .consultation-page-banner {
    height: 85vh;
  }
  .consultation .accord .accordion-item {
    margin: 0 5px;
    padding-bottom: 10px;
  }
  .tapeit-sec-2 {
    background-position: center;
    height: 70vh;
  }
  .tape-it-round {
    height: 220px;
    width: 220px;
  }
  .solutions .solutions-icon-bg {
    width: 240px;
    height: 240px;
    margin-left: 35px;
    padding: 50px 0;
  }
  .solutions-icon-bg-1 {
    background-position: center;
    height: 100vh;
  }
  .team-member::before {
    width: 206px;
    filter: drop-shadow(0px 3px 46px rgba(0, 0, 0, 0.03));
  }
  .gallery-1 {
    height: 250px;
    width: 285px;
  }
  .gallery-2 {
    height: 495px;
    width: 285px;
  }
}
@media (max-width: 920px) {
  .careers-page-banner {
    height: 120vh !important;
  }
  .f-75 {
    font-size: 50px;
  }
  .car-img {
    height: 323px;
    top: -50vh;
  }
  .cta-content::after {
    top: 10px;
    right: 0px;
  }
  .footer-text::after {
    left: 10px;
    width: 750px;
  }
}
@media (max-width: 768px) {
  .banner .image {
    height: calc(42vh - 23px);
  }
  .gallery-1 {
    height: 200px;
    width: 225px;
  }
  .gallery-2 {
    height: 440px;
    width: 225px;
  }
  .article {
    height: 68vh !important;
  }
  .footer-bg {
    height: 150vh !important;
  }
  .newsletter .container {
    padding-top: 20%;
  }
  .bg-2 {
    height: 241px;
  }
  body {
    font-size: 14px;
  }
  .blogs::before {
    display: none;
  }
  .f-87 {
    font-size: 37px;
  }
  .f-52 {
    font-size: 28px;
  }
  .f-40 {
    font-size: 22px;
  }
  .f-24 {
    font-size: 18px;
  }
  .case-stu-bg {
    height: 62vh;
  }
  .btn,
  button {
    padding: 12px 30px !important;
  }
  .vertical-text {
    right: 20px;
  }
  .vertical-text h2 {
    font-size: 70px;
  }
  .abt-dots {
    height: 240px;
    width: 22px;
  }
  .abt-dots img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  .border-contact::after {
    display: none;
  }
  .bg-testi {
    height: 240px;
  }
  .nav-item {
    width: 200px;
  }
  .logo-btn {
    padding: 30px 3px 30px 3px;
  }
  .bg-about {
    height: 85vh;
  }
  .about-content {
    margin-top: -30px;
  }
  .choose-bg {
    height: 75vh;
  }
  .card {
    padding: 35px 52px;
  }
  .banner-card {
    bottom: -40px;
  }
  .accordion-header {
    padding: 10px 6px 10px 14px;
  }
  .core-values {
    background-size: 50% !important;
    height: 38vh;
  }
  .banner-head {
    padding: 0px 117px;
  }
  .sch-img {
    height: 86px;
    padding: 5px;
  }
  .services-img {
    height: 187.3px;
  }
  .s-contracting .case-stu-bg {
    height: 93vh;
  }
  .how-it-works-bg {
    height: 75vh;
  }
  .margin-left {
    margin-left: -11px;
  }
  .s-care-bg {
    background-position: center;
    background-size: cover;
  }
  .s-one-stop-bg {
    height: 65vh;
  }
  .hippa-certification-2 {
    padding: 46px 0px;
  }
  .certification-svg {
    padding: 150px 0px 150px 30px;
  }
  .f-34 {
    font-size: 26px;
  }
  .pricing-card {
    height: 650px;
  }
  .careers-page-banner {
    height: 107vh !important;
  }
  .consultation-page-banner {
    height: 106vh;
  }
  .tape-it-round {
    height: 190px;
    width: 190px;
  }
  .tapeit-sec-2 {
    height: 90vh;
  }
  .apedx-banner .item {
    height: 60vh;
    background-size: contain;
  }
  .solutions .solutions-icon-bg {
    width: 165px;
    height: 165px;
    margin-left: 30px;
    padding: 15px 34px;
  }
  .solutions-icon-bg img {
    height: 100%;
    width: 100%;
    object-fit: scale-down;
  }
}
@media screen and (max-width: 576px) {
  .nav-bar {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
    box-shadow: -10px 0 16px #11141126;
    height: 100vh;
    /* transform: translateY(-100vh); */
    width: 100vw;
    transition-duration: 2s;
    clip-path: polygon(55% 0, 55% 0, 45% 100%, 45% 100%);
  }
  /* .nav-bar.active {
    transform: translateX(0);
  } */
  .resources-page-banner {
    height: 30vh !important;
    background-position: 0px 63px !important;
  }
  .about-header {
    padding-top: 10px;
  }
  .nav-bar.active {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    background: #bbe5c8;
  }
  .margin-left {
    margin-left: -10px;
  }
  .btn,
  button {
    padding: 12px 17px !important;
    font-size: 12px;
  }
  .gallery-2,
  .gallery-1 {
    width: 365px;
  }
  .footer-bg {
    height: 174vh !important;
  }
  .footer-text::after {
    left: 10px;
    width: 370px;
  }
  .bg-testi {
    /* width: 265px !important; */
    height: 255px !important;
  }
  .blogs::after {
    opacity: 0.5;
  }
  .banner-head {
    padding: 0 15px;
  }
  .f-24 {
    font-size: 16px;
  }
  .f-14 {
    font-size: 12px;
  }
  .f-30 {
    font-size: 20px;
  }
  body {
    font-size: 12px;
  }
  .f-16 {
    font-size: 10px;
  }
  .case-stu-bg {
    height: 100vh;
  }
  .f-20 {
    font-size: 12px;
  }
  .bg-3 {
    height: 360px !important;
  }
  .enents .case-stu-bg {
    height: 203vh;
  }
  .how-it-works-bg {
    height: 116vh;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .apedx-banner .item {
    height: 45vh;
  }
  .s-contracting .case-stu-bg {
    height: 160vh;
  }
  .contact-page-banner {
    height: 193vh !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .contact-newsletter {
    height: 105vh;
  }
  .ico {
    height: 164px;
    width: 349px;
    background-repeat: no-repeat;
    background-position: right;
    padding: 30px 0 0 30px;
  }
  .s-care-bg {
    background-position: 0 0;
  }
  .s-practice-bg {
    height: 100vh;
    background-position: 53%;
    background-size: cover;
  }
  .s-one-stop-bg {
    height: 115vh;
  }
  .certification-svg {
    padding: 30px 0px 30px 30px;
  }
  .f-34 {
    font-size: 14px;
  }
  .f-87 {
    font-size: 30px;
  }
  .f-40 {
    font-size: 18px;
  }
  .services-banner .item {
    height: 33vh;
    background-repeat: no-repeat;
    background-position: -26px 24px;
    background-size: 115%;
  }
  .how-it-works-bg-2 {
    height: 86vh;
  }
  .ceo-message {
    background-position: top;
  }
  .pricing-card {
    height: 570px;
  }
  .pricing-content {
    height: 75px;
  }
  .careers-bg {
    height: 200px;
  }
  .careers-page-banner {
    height: 115vh !important;
  }
  .consultation-page-banner {
    height: 130vh;
  }
  .consultation .accord {
    border-radius: 30px;
  }
  .accordion-header {
    padding: 7px 19px;
  }
  .consultation .accord::after {
    left: 46%;
  }
  .tapeit-sec-2 {
    height: 155vh;
    background-position: 29% 0;
    background-size: unset;
  }
  .solutions-icon-bg-1 {
    height: 272vh;
  }
  .solutions .solutions-icon-bg {
    width: 280px;
    height: 280px;
  }
  .banner-card {
    bottom: -74vh;
  }
  .why-us {
    margin-top: 106vh;
  }
  .slick-dots li button:before {
    top: 30px;
  }
  section .banner .item {
    height: 30vh;
  }
  .choose-bg {
    height: 131vh;
  }
  .core-values {
    background-size: 100% !important;
    height: 50vh;
  }
  .our-mission .bg {
    height: 82vh;
    background-position: bottom !important;
  }
  .bg-about {
    height: 112vh;
  }
  .nav-item {
    width: 98px;
    padding: 0 0;
  }
  .contact-bg {
    background-position: -232vw 0 !important;
    height: 135vh !important;
  }
  .team-member::before {
    width: 92%;
    filter: drop-shadow(0px 3px 46px rgba(0, 0, 0, 0.03));
    height: 188px;
  }
}
@media screen and (max-width: 300px) {
  .f-60 {
    font-size: 20px;
  }
  .f-30 {
    font-size: 18px;
  }
  section.banner .item {
    height: calc(66vh - 186px);
  }
}
