@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+Khojki:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
.btn:focus {
  box-shadow: none;
}

.btn-primary {
  background: #EC1F27;
  border-color: #c61114;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 10px 25px;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #c61114;
  border-color: #c61114;
}

.btn-theme {
  background: #2B307E;
  border-color: #1f235b;
  color: #ffffff;
}

.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active {
  background-color: #1f235b;
  border-color: #2B307E;
  color: #ffffff;
}

.btn-border {
  border: 1px solid #2B307E;
  color: #2B307E;
}

.btn-border:hover {
  color: #ffffff;
  border: 1px solid #1f235b;
  background-color: #2B307E;
}

:root {
  --h2-font: "Noto Serif Khojki", serif;
  --main-font:"Poppins", sans-serif;
}

* {
  font-family: var(--main-font);
}

h2 {
  font-family: var(--h2-font);
  font-size: 40px;
  margin-bottom: 0px;
  font-weight: 400;
}

h4 {
  font-weight: 400;
  font-family: var(--h2-font);
  font-size: 30px;
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  margin-bottom: 0px;
}

header {
  position: sticky !important;
  z-index: 9999;
  top: 0;
}

.collapse.navbar-collapse {
  height: 100%;
}

.navbar {
  background-color: #f7f8fa !important;
  box-shadow: 1px 0px 4px -2px;
  padding: 0px !important;
  border-bottom: 1px solid #cfd3d6;
  box-shadow: none;
  height: 115px;
}
.navbar .container {
  height: 100%;
}
.navbar .navbar-nav {
  height: 100%;
}
.navbar .navbar-nav .nav-item {
  height: 100%;
  display: flex;
  align-items: center;
}
.navbar .navbar-nav .nav-item .btn {
  margin-left: 15px;
  color: #191919;
  text-shadow: 1px 1px 1px #71797e;
  padding: 15px 30px;
  background-color: red !important;
  border-radius: 8px;
}
.navbar .navbar-nav .nav-item .nav-link {
  margin-left: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: black;
  font-size: 13px;
  font-family: "Lato", sans-serif !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  min-width: 180px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 0px !important;
  border-top: 3px solid red;
  border-radius: 0px !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px solid #f1f1f1;
}
.navbar .navbar-nav .nav-item .dropdown-menu li a {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 11px;
  font-family: "Lato", sans-serif !important;
  color: red;
  padding: 10px !important;
  white-space: break-spaces;
  text-align: left;
}
.navbar .navbar-nav .nav-item .dropdown-menu[data-bs-popper] {
  top: 94px;
  left: 0px;
  margin-top: 0.125rem;
}
.navbar .navbar-nav .nav-item .dropdown-menu::-webkit-scrollbar {
  width: 4px;
}
.navbar .navbar-nav .nav-item .dropdown-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.navbar .navbar-nav .nav-item .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  outline: 1px solid slategrey;
}

.banner-section {
  padding: 50px 0px 0px 0px;
}
.banner-section .content h2 {
  font-weight: 400;
}
.banner-section .content p {
  padding: 20px 0px;
}
.banner-section .img {
  text-align: end;
}
.banner-section .img img {
  width: 675px;
}

.how-its-work-sec {
  padding: 100px 0px 70px 0px;
}
.how-its-work-sec .head {
  padding-bottom: 25px;
}
.how-its-work-sec .crd-cont .card {
  border: none;
}
.how-its-work-sec .crd-cont .card .content .mh {
  font-weight: 700;
  margin: 20px 0px 10px 0px;
  font-size: 20px;
  font-weight: 600;
  padding: 0px 10px;
}
.abt-sec .content {
  padding-left: 60px;
}
.abt-sec .content h2 {
  font-weight: 400;
}
.abt-sec .content p {
  padding: 20px 0px;
}
.collect-of-serv {
  padding: 60px 0px;
}
.collect-of-serv .content p {
  padding: 30px 0px 40px 0px;
  margin: 0 auto;
}
.collect-of-serv .img {
  text-align: center;
  padding-top: 30px;
}
.collect-of-serv .img img {
  width: 650px;
}

.allthebenigit-section {
  padding: 10px 0px 100px 0px;
}
.allthebenigit-section .content {
  padding-top: 30px;
}
.allthebenigit-section .content .heading {
  padding: 20px 0px 15px 0px;
  font-weight: 700;
}
.allthebenigit-section .content img {
  width: 40px;
}

.testimonials {
  padding: 30px 0px 0px 0px;
}
.testimonials .content .main {
  background-color: #2B307E;
  border-radius: 10px;
  padding: 50px 0px 30px 0px;
  position: relative;
  margin-top: 25px;
}
.testimonials .content .main:before {
  background-image: url("../../images/Open quotes.png");
  width: 170px;
  height: 170px;
  position: absolute;
  content: "";
  top: 0px;
  left: 257px;
  background-size: cover;
}
.testimonials .content .main:after {
  background-image: url("../../images/Close quotes.png");
  width: 170px;
  height: 170px;
  position: absolute;
  content: "";
  top: 44px;
  right: 257px;
  background-size: cover;
}
.testimonials .content .main .items {
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.testimonials .content .main .items .rating {
  display: flex;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.testimonials .content .main .items .rating li {
  margin-right: 10px;
}
.testimonials .content .main .items .rating li span svg {
  font-size: 20px;
  color: #FF9B05;
}
.testimonials .content .main .items .cc {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  padding: 20px 0px 35px 0px;
}
.testimonials .content .main .items .name {
  color: #ffffff;
}
.testimonials .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 50px;
}
.testimonials .owl-theme .owl-dots .owl-dot span {
  background: transparent !important;
  border: 1px solid #ffffff;
}
.testimonials .owl-theme .owl-dots .owl-dot.active span {
  background: #ffffff !important;
  border: 1px solid #ffffff;
}

.our-val-clients {
  padding: 90px 0px 0px 0px;
}
.our-val-clients .img {
  padding: 60px 0px;
}

.faq-section {
  padding: 30px 0px 70px 0px;
}
.faq-section .head {
  padding-bottom: 30px;
}
.faq-section .accordion-item {
  border: none;
}
.faq-section .accordion-header .accordion-button {
  background-color: transparent;
  border: none;
  font-family: var(--main-font);
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #999999 !important;
}
.faq-section .accordion-header .accordion-button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.faq-section .accordion-button {
  color: #191919;
}
.faq-section .accordion-button::after {
  background-image: unset !important;
}
.faq-section .accordion-body {
  font-size: 15px;
}

.footer-section {
  background-color: #2B307E;
  padding: 70px 0px 0px 0px;
  position: relative;
}
.footer-section:before {
  position: absolute;
  content: "";
  top: 27%;
  right: 0;
  background-image: url("../../images/footer-back.png");
  width: 220px;
  height: 220px;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer-section .f1 .logo {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.footer-section .f1 .logo img {
  width: 250px;
}
.footer-section .f1 .logo .lgc {
  padding-left: 10px;
  color: #ffffff;
}
.footer-section .f1 .content {
  color: #ffffff;
  padding-top: 15px;
  font-weight: 400;
  font-size: 15px;
  font-family: "Lato", sans-serif !important;
}
.footer-section .f1 .signnew {
  padding-top: 50px;
}
.footer-section .f1 .signnew .hc {
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 8px;
}
.footer-section .f1 .signnew .pc {
  color: #ffffff;
  padding-bottom: 10px;
  font-width: 300;
}
.footer-section .f1 .signnew input {
  border-radius: 7px;
}
.footer-section .f1 .signnew input::-moz-placeholder {
  font-size: 14px;
}
.footer-section .f1 .signnew input::placeholder {
  font-size: 14px;
}
.footer-section .fl {
  color: #ffffff;
}
.footer-section .fl .head {
  text-transform: uppercase;
}
.footer-section .fl h5 {
  padding-top: 15px;
}
.footer-section .fl ul {
  list-style: none;
  padding-left: 0px;
  padding-top: 14px;
}
.footer-section .fl ul li {
  font-weight: 300;
  padding-bottom: 15px;
  font-weight: 400;
  font-size: 15px;
  font-family: "Lato", sans-serif !important;
}
.footer-section .fl ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.1s all linear;
}
.footer-section .fl ul li a:hover {
  color: red;
}
.footer-section .fl ul li span img {
  padding-right: 10px;
}
.footer-section .fl.end ul li {
  padding-bottom: 0px !important;
}
.footer-section .fl.end .sul {
  padding-top: 0px !important;
}
.footer-section .f-bottom {
  padding-top: 20px;
}
.footer-section .f-bottom ul {
  list-style: none;
  padding-left: 0px;
}
.footer-section .f-bottom ul li {
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  font-size: 17px;
  padding-bottom: 20px;
}
.footer-section .f-bottom ul li {
  color: #f82029 !important;
}
.footer-section .f-bottom ul li:first-child {
  color: #ffffff !important;
}

.for-businesses .banner-section .back {
  display: inline-block;
  text-decoration: none;
  color: #191919;
}
.for-businesses .banner-section .back p {
  text-transform: uppercase;
  font-weight: 600;
}
.for-businesses .banner-section .back p img {
  width: 30px;
}
.for-businesses .services {
  padding: 100px 0px 70px 0px;
}
.for-businesses .services .head {
  padding-bottom: 25px;
}
.for-businesses .services .crd-cont .card {
  border: none;
  padding-bottom: 40px;
}
.for-businesses .services .crd-cont .card .content .mh {
  font-weight: 700;
  margin: 20px 0px 10px 0px;
  font-size: 20px;
  display: block;
  text-decoration: none;
  color: #191919;
  font-weight: 600;
  padding: 0px 10px;
}
.for-businesses .state-map-section .head {
  padding-bottom: 20px;
}
.for-businesses .speak-today {
  padding: 100px 0px 20px 0px;
}
.for-businesses .speak-today .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.for-businesses .speak-today .content .btn {
  text-transform: uppercase;
}
.for-businesses .speak-today .content p {
  padding: 20px 0px;
  text-align: center;
}

.servies-page .banner-section .back {
  display: inline-block;
  text-decoration: none;
  color: #191919;
}
.servies-page .banner-section .back p {
  text-transform: uppercase;
  font-weight: 600;
}
.servies-page .banner-section .back p img {
  width: 30px;
}
.servies-page .banner-section .content p {
  padding: 30px 0px 0px 0px;
}
.servies-page .crd-cont .card {
  border: none;
  padding-bottom: 40px;
}
.servies-page .crd-cont .card .content .price-cont {
  display: flex;
  align-items: center;
  margin: 20px 0px 10px 0px;
  justify-content: space-between;
}
.servies-page .crd-cont .card .content .mh {
  font-weight: 700;
  font-size: 20px;
  display: block;
  text-decoration: none;
  color: #191919;
  font-weight: 600;
}
.servies-page .crd-cont .card .content .sprice {
  font-weight: 700;
}
.servies-page .services {
  padding: 100px 0px;
}

.for-all-services-banner .back-option {
  margin: 10px 0px;
}
.for-all-services-banner .back-option a {
  color: #191919;
  text-transform: uppercase;
  text-decoration: none;
}
.for-all-services-banner .back-option a svg {
  padding-right: 5px;
}
.for-all-services-banner .back-option span {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: start;
  text-transform: uppercase !important;
}
.for-all-services-banner .back-option span svg {
  font-size: 20px;
  padding-right: 10px;
}
.for-all-services-banner .services-ban-sass {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  position: relative;
}
.for-all-services-banner .services-ban-sass .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.for-all-services-banner .services-ban-sass .content p {
  margin: 20px 0px 40px 0px;
}

.for-all-serive-content .content .allc {
  padding-left: 0px;
  list-style: none;
  padding-top: 25px;
}
.for-all-serive-content .content .allc li {
  padding-bottom: 25px;
}
.for-all-serive-content .r-head {
  color: #EC1F27;
  font-weight: 700;
  text-transform: uppercase;
}
.for-all-serive-content .services {
  padding-top: 50px !important;
}
.for-all-serive-content .services .crd-cont .card {
  border: none;
  margin-bottom: 30px;
}
.for-all-serive-content .services .crd-cont .card .content .mh {
  font-weight: 700;
  margin: 20px 0px 10px 0px;
  font-size: 20px;
  font-weight: 600;
  padding: 0px 10px;
}
.for-all-serive-content .spc {
  margin: 50px 0px 80px 0px;
  text-align: center;
}
.for-all-serive-content .spc p {
  padding: 20px 0px;
}
.for-all-serive-content .ov-client {
  margin: 100px 0px 0px 0px;
}
.for-all-serive-content .ov-client .head {
  padding-bottom: 50px;
}
.for-all-serive-content .faq-section {
  padding: 100px 0px;
}
.for-all-serive-content .state-map-section {
  padding: 50px 0px 0px 0px;
}
.for-all-serive-content .state-map-section .head {
  padding-bottom: 40px;
}

.clinical-trial {
  background-image: url("../../images/services/busiserv1.png");
}

.loboratories {
  background-image: url("../../images/services/busiserv2.png");
}

.employers {
  background-image: url("../../images/services/busiserv3.png");
}

.dotb {
  background-image: url("../../images/services/busiserv4.png");
}

.nursing-ass {
  background-image: url("../../images/services/busiserv5.png");
}

.clinial-p {
  background-image: url("../../images/services/busiserv6.png");
}

.inurance {
  background-image: url("../../images/services/busiserv7.png");
}

.main-service-css .r-head {
  color: #EC1F27;
  font-weight: 700;
  text-transform: uppercase;
}

.covidtest-back {
  background-image: url("../../images/speedy-service/img2.png");
}

.phlebotomy-back {
  background-image: url("../../images/speedy-service/img1.png");
}

.dnatesting-back {
  background-image: url("../../images/speedy-service/img3.png");
}

.therapy-back {
  background-image: url("../../images/speedy-service/img4.png");
}

.drug-back {
  background-image: url("../../images/speedy-service/img5.png");
}

.fluVac-back {
  background-image: url("../../images/speedy-service/img6.png");
}

.monkeypox-back {
  background-image: url("../../images/speedy-service/img7.png");
}

.flu-t-back {
  background-image: url("../../images/speedy-service/img8.png");
}

.strep-back {
  background-image: url("../../images/speedy-service/img9.png");
}

.rsv-back {
  background-image: url("../../images/speedy-service/img10.png");
}

.hydration-back {
  background-image: url("../../images/speedy-service/img11.png");
}

.std-scr-back {
  background-image: url("../../images/speedy-service/img12.png");
}

.annual-back {
  background-image: url("../../images/speedy-service/img13.png");
}

.covidtest-pg .light-pera p {
  color: #5D5D5F;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins";
}
.covidtest-pg .left-blue-text {
  color: #191919;
  display: flex;
  justify-content: end;
  padding-right: 170px;
}
.covidtest-pg .right-blue-text {
  color: #191919;
}
.covidtest-pg .left-blue-text ul li {
  padding: 5px 0;
}
.covidtest-pg .right-blue-text ul li {
  padding: 5px 0;
}
.covidtest-pg .bottom-text {
  margin-top: 30px;
}
.covidtest-pg .mid-text {
  padding: 20px 0;
}
.covidtest-pg .sec-last-text {
  padding-bottom: 20px;
}
.covidtest-pg .red-icon-content .img-text {
  font-weight: 700;
  text-transform: uppercase;
  padding: 30px 0px;
}
.covidtest-pg .red-icon-content img {
  width: 50px;
  height: 50px;
}
.covidtest-pg .about-text-div {
  padding-top: 0px !important;
  padding-bottom: 20px;
}
.covidtest-pg .about-pera {
  padding-bottom: 12px;
}
.covidtest-pg .pera-heading {
  padding: 30px 0;
}
.covidtest-pg .how-it-works {
  padding-top: 70px;
}
.covidtest-pg .how-it-works h1 {
  padding: 12px 0;
}
.covidtest-pg .red-icon-content {
  padding-top: 72px;
}
.covidtest-pg .red-icon-content h5 {
  padding: 26px 0;
}
.covidtest-pg .light-pera {
  padding: 30px 0;
}
.covidtest-pg .covid-botom-p {
  padding-top: 30px;
}
.covidtest-pg .types-of-diagnostic ul li span {
  font-weight: bold;
  padding-right: 6px;
  color: #191919;
}
.covidtest-pg .types-of-diagnostic ul li {
  padding: 8px 0;
}
.covidtest-pg .mid-ul {
  padding-left: 54px;
}

.cdcweb {
  color: #EC1F27;
}

@media only screen and (max-width: 576px) {
  .navbar .navbar-brand img {
    width: 130px;
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: inherit;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  .navbar .navbar-nav {
    margin: 15px 0px;
    padding-left: 10px;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu li a {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 12px;
    margin-left: 0px !important;
  }
  .navbar .navbar-nav .nav-item .btn-primary {
    margin-left: 0px !important;
  }
  .footer-section .head {
    font-size: 14px;
    margin-top: 20px;
  }
  .footer-section ul li {
    font-size: 12px;
  }
  .footer-section .fl.end ul li img {
    padding-right: 20px;
  }
  .faq-section .accordion-header .accordion-button {
    font-size: 14px;
  }
  .faq-section .accordion-body {
    font-size: 12px;
  }
  h2 {
    font-size: 24px;
  }
  p {
    font-size: 12px;
  }
  h4 {
    font-size: 20px;
  }
  .btn-primary {
    background: #EC1F27;
    border-color: #c61114;
    font-size: 10px;
    letter-spacing: 0px;
    padding: 10px 15px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .banner-section .content {
    margin: 25px 0px;
  }
  .home-section .banner-section {
    padding-top: 0px;
  }
  .home-section .abt-sec .content {
    padding-left: 0px;
    padding-top: 20px;
  }
  .home-section .testimonials .content .main .items .cc {
    font-size: 12px;
    Padding: 0px 10px;
  }
  .home-section .testimonials .content .main:before {
    background-image: url("../../images/Open quotes.png");
    width: 170px;
    height: 170px;
    position: absolute;
    content: "";
    top: 0px;
    left: 156px;
    background-size: cover;
  }
}
.navbar-nav {
  align-items: center !important;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1229px;
  }
}
.fsocial-links ul li {
  margin-right: 10px;
}
.fsocial-links ul li a {
  background-color: #ffffff;
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  transition: 0.1s all linear;
}
.fsocial-links ul li a:hover {
  transform: scale(0.9);
}
.fsocial-links ul li a svg {
  color: #585962 !important;
  font-size: 23px;
}/*# sourceMappingURL=admin.css.map */
