@font-face {
      font-family:satoshivariable;
      src: url('satoshivariable.ttf')
    }

a {
    color: #000;
}

.samespace {
    padding-top: 50px;
    position: relative;
    padding-bottom: 50px;
}

.section-title h2 {
    display: inline;
    font-size: 25px;
    color: #ffffff;
    padding: 5px 15px;
    background: #000;
    border-radius: 20px;
    border-bottom: 5px dashed #fff;
}

.section-title h3 {
    display: inline;
    font-size: 25px;
    color: #ffffff;
    padding: 5px 20px;
    background: #000;
    border-radius: 20px;
    border-bottom: 5px dashed #fff;
}

#openFormBtn {
    color: #000;
    background: #e0ffda;
}

#top-header {
    position: relative;
    background: #e0ffda;
}

/* #top-header::before {
    content: "";
    width: 50%;
    height: 100%;
    background-color: #00984a;
    position: absolute;
    top: 0;
    left: -65px;
    transform: skewX(-30deg);
    z-index: -1;
} */
/* -------------------------------------------middle header css ------------------------ */
#middle-header {
    padding: 10px 0px;
    background: #0d3505;
}

#middle-header .use-button a {
    border: 4px dashed;
    padding: 15px 15px;
    border-radius: 30px;
    background: #ffffff;
    border-color: #659c30;
}

#middle-header .use-button i {
    color: #000;
}

#middle-header p {
    padding-top: 18px;
}

#middle-header h2 {
    padding-top: 25px;
}

/* -------------------------------------------home slider css ------------------------ */
#home-slider {
    margin: 0;
    width: 100%;
    position: relative;
    padding: 50px 0 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/back.png');
}

#home-slider-inner-page {
    margin: 0;
    width: 100%;
    position: relative;
    padding: 50px 0 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/back.png');
}

/* #home-slider::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    background-size: cover;
    background-position: 0 100%;
    z-index: -1;
    background: #0d3505;
} */

#aboutpage .about-card {
    margin-bottom: 60px;
}

#home-slider .about-img {
    top: 10px;
    right: 0px;
    width: 20%;
    position: absolute;
}

/* .midbox-inner {
    margin: auto;
    max-width: 90rem;
    width: 100%;
}

.wiki-mk {
    padding-left: 40px;
    padding-right: 40px;
} */

.home-slider {
    gap: 0;
    margin: 0;
    padding: 0;
    z-index: 666;
    display: flex;
    position: relative;
}

.home-slider-left {
    width: 58%;
    margin: 0;
    position: relative;
    padding-bottom: 40px;
}

#home-slider .home-slider-left .about-title {
    display: inline;
    color: #0d3505;
    padding: 5px 15px;
    border-radius: 20px;
    background: #e0ffda;
}

.home-slider-left h1 {
    padding: 0;
    color: #0d3505;
    font-size: 38px;
    margin-top: 15px;
    /* font-family: Inter Semi Bold; */
}

/* #home-slider img {
    width: 48%;
    height: 80%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
} */

/* -------------------------------------------slider button css ------------------------ */
#slider-bottom-section {
    padding: 90px 0px;
    /* z-index: 1;
    width: 100%;
    height: 100%;
    background: none;
    position: relative;
    margin-bottom: 40px; */
}

#slider-bottom-section .slider-bottom-section {
    width: 100%;
    padding: 20px;
    /* margin-top: -50px; */
    border-radius: 12px;
    border: 1px solid #fff;
    box-shadow: 0 11px 57.3px -16px rgb(37 73 30);
    background: linear-gradient(180deg, hsl(110deg 82.76% 11.37%), #fff);
}

.slider-bottom-section .slider-section {
    width: 100%;
    position: relative;
    text-align: center;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #01635a;
    padding: 15px 15px 15px 15px;
}

.slider-bottom-section .img-icon {
    top: 2px;
    left: 0px;
    width: auto;
    padding: 8px;
    height: 50px;
    position: absolute;
    border-radius: 8px;
}

.slider-bottom-section .slider-section h3 {
    font-size: 16px;
    margin: 0px 0px 3px 20px;
}

.slider-btn-box {
    margin-top: 30px;
}

/* #slider .owl-carousel .owl-item img {
    border-radius: 20px;
} */

#slider .owl-carousel-text {
    top: 25%;
    right: 0%;
    width: 55%;
    text-align: right;
    position: absolute;
}

#slider .owl-carousel-text .title {
    padding: 10px;
    color: #fff;
    font-size: 40px;
    /* background-color: #00000069;*/
    text-shadow: 10px 10px 15px #000000;
}

/* -------------------------------------------contact-banner css ------------------------ */
.contact-banner {
    color: #fff;
    padding: 24px 0;
    background-size: cover;
    /* background-position: bottom; */
    background: url(../img/fr-bg.jpg) no-repeat;
}

.contact-banner .logo-wrap {
    height: 100%;
    display: flex;
    padding: 18px;
    border-radius: 4px;
    background: #fff;
    align-items: center;
    justify-content: center;
}

.contact-banner .logo-wrap img {
    width: auto;
    display: block;
    max-height: 72px;
}

.contact-banner .title {
    font-size: 15px;
    margin-bottom: 6px;
}

/* .contact-banner .subtitle {
    font-size: 14px;
    opacity: 0.95;
    margin-bottom: 6px;
} */

.contact-banner .cta-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.contact-banner .btn-outline-light {
    padding: 10px 18px;
    border-radius: 6px;
    border-width: 1.5px;
}

/* -------------------------------------------about css ------------------------ */
#about .about-box-contant {
    background: #cfefec;
}

#about .about-content {
    padding-top: 20px;
    padding-left: 20px;
}

/* -------------------------------------------tabs css ------------------------ */
#tabs {
    position: relative;
    background-size: cover;
    background-position: bottom;
    background: url(../img/fr-bg.jpg) no-repeat;
}

/* #tabs .tabs_img {
    position: absolute;
    bottom: -48px;
    right: 0px;
    width: 10%;
    z-index: -1;
} */

/* #tabs .tabs_img2 {
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 9%;
} */

p.texthilit {
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    background-image: linear-gradient(to right, #d0f9c8, #ffffff00);
}

#tabs .dt-sc-tabs {
    min-height: 295px;
    text-align: center;
    padding: 30px 10px;
    border-radius: 20px;
    background: #e0ffda;
}

#tabs .elementor-icon {
    color: #fff;
    padding: 10px 15px;
    border-radius: 50%;
    background: #3d5d37;
}

#tabs .dt-sc-tabs h4 {
    margin-top: 15px;
}

#tabs .dt-sc-tabs a {
    color: #fff;
    padding: 5px 10px;
    background: #000;
    border-radius: 10px;
}

/* #tabs .dt-sc-tabs-frame-content {
    background-color: transparent;
    padding: 15px 15px 15px 15px;
    background: #e0ffda;
    margin-bottom: 10px;
    border-radius: 10px 10px 10px 10px;
}

#tabs .dt-sc-tabs-frame-content .elementor-icon {
    background: #fff;
    padding: 16px 20px;
    border-radius: 50%;
    position: relative;
    top: 20px;
} */

#tabs .dt-sc-tabs-frame {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

#tabs .dt-sc-tabs-frame li {
    margin-right: 10px;
}

#tabs .dt-sc-tabs-frame a {
    color: #fff;
    display: block;
    padding: 8px 15px;
    background: #000;
    border-bottom: none;
    border-radius: 70px;
    text-decoration: none;
    border: 1px solid #ddd;
}

#tabs .dt-sc-tabs-frame a.active {
    color: #fff;
    background: #01635a;
    border-color: #01635a;
}

#tabs .dt-sc-tabs-frame-content {
    padding: 15px;
    display: none;
    border: 1px solid #ddd;
}

#tabs .dt-sc-tabs-frame-content.active {
    display: block;
}

/* ------------------------------------------- counter-section css ------------------------ */
.counter-section {
    color: #fff;
    padding: 60px 0;
    text-align: center;
    /* background: linear-gradient(135deg, #07264a 0%, #0d3d73 100%); */
}

.counter-box {
    background: #000;
    padding: 30px 20px;
    border-radius: 16px;
    transition: 0.3s ease;
}

.counter-box:hover {
    background: #383535;
    transform: translateY(-5px);
}

.counter-box i {
    font-size: 42px;
    color: #ffd700;
    margin-bottom: 15px;
}

.counter-number {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 5px;
}

.counter-label {
    font-size: 15px;
    letter-spacing: 0.5px;
}

/* -------------------------------------------query-section css ------------------------ */
.query-section {
    padding: 80px 0;
    color: #07264a;
    position: relative;
    background: url("https://farelabs.com/wp-content/uploads/2023/03/Form-COver.webp") center/cover no-repeat;
}

.query-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: rgb(80, 101, 42, 0.8);
}

.query-content {
    z-index: 2;
    position: relative;
}

.query-form {
    top: 20%;
    right: 35%;
    width: 30%;
    padding: 30px;
    z-index: 1111;
    position: absolute;
    border-radius: 12px;
    background: #e0ffda;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.query-form .form-control {
    font-size: 14px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.query-form .btn-submit {
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    padding: 10px 18px;
    background: #556b2d;
}

.query-form .btn-submit:hover {
    background: #000;
}

.query-title {
    color: #fff;
    font-size: 26px;
    font-weight: 800;
}

/* -------------------------------------------testing css ------------------------ */
#testing .testing-box {
    padding-top: 15%;
}

#testing .testing-box h3 {
    margin-bottom: 5%;
}

#testing .testing-box ul {
    list-style: none;
}

#testing .testing-box li {
    margin-bottom: 20px;
    border-radius: 20px;
    background: #e0ffda;
}

#testing .testing-box i {
    background: #0d3505;
    padding-top: 10px;
    margin-right: 5px;
    padding-left: 10px;
    border-radius: 50%;
    padding-right: 25px;
    padding-bottom: 10px;
    border: 4px solid #7abd6d;
}

.vs-btn2 {
    color: #fff;
    font-size: 12px;
    margin-top: 40px;
    font-weight: 700;
    text-align: center;
    padding: 10px 20px;
    border-radius: 50px;
    border: 2px solid #fff;
    box-shadow: 0px 5px 15px 0px rgba(102, 162, 27, 0.5);
}

/* -------------------------------------------product css ------------------------ */
#product {
    background: #0d3505;
}

#product .service-style4 {
    position: relative;
    border-radius: 12px;
    background: #f1f6ee;
    border: 1px solid rgba(0, 0, 0, .08);
}

#product .body-parts-img {
    margin: 0;
    z-index: 1;
    padding: 5px 5px;
    overflow: hidden;
    position: relative;
}

#product .body-parts-text {
    margin: 0;
    z-index: 1;
    padding: 10px;
    text-align: center;
    position: relative;
    background: #000;
    border-radius: 0 0 12px 12px;
}

#product .body-parts-text .body-price-dd h3 {
    color: #fff;
    font-size: 20px;
}

#product .body-parts-text a {
    gap: 14px;
    display: flex;
    align-items: center;
    justify-content: left;
}

#product .view-test-details {
    margin: 0;
    top: -40px;
    right: 0px;
    font-size: 14px;
    padding: 8px 14px;
    width: max-content;
    text-align: center;
    border-radius: 8px;
    position: relative;
    position: absolute;
    background: #0d3505;
    color: #fff !important;
    transition: all .4s ease;
    border: 1px solid #f7f7f7;
}

#product .owl-carousel .owl-item img {
    border-radius: 10px;
}

#product .body-parts-text a .arrow-icon {
    margin: 0;
    padding: 0;
    width: auto;
    height: 10px;
    position: relative;
    filter: brightness(0) invert(1);
}

/* #product .body-price-dd {
    display: flex;
} */

#product .owl-nav {
    gap: 15px;
    top: -50px;
    left: 20px;
    display: flex;
    position: absolute;
}

#product .owl-carousel .owl-nav .owl-prev {
    padding: 5px 10px;
    background: #fff;
    border-radius: 50%;
}

#product .owl-carousel .owl-nav .owl-next {
    padding: 5px 10px;
    background: #fff;
    border-radius: 50%;
}

#product .owl-carousel .owl-nav i {
    color: #000;
}

/* -------------------------------------------find-box css ------------------------ */
#find-box {
    position: relative;
    background: #fdf9f0;
}

#find-box .find-box-img {
    top: 0px;
    left: 0px;
    width: 10%;
    position: absolute;
}

#find-box .find-box-img2 {
    top: 0px;
    right: 0px;
    width: 25%;
    position: absolute;
}

#find-box h2 {
    font-size: 16px;
}

#find-box h4 {
    font-size: 12px;
}

#find-box .find-doc-left {
    margin-top: 30px;
    padding: 15px 60px;
    border-radius: 150px;
    background: #0d3505;
}

#find-box .find-img {
    width: 150px;
    height: 150px;
    padding: 10px;
    border-radius: 50%;
    border: 5px solid #0d3505;
}

/* #find-box .find-box-contant {
    padding: 30px;
    border-radius: 16px;
    background: linear-gradient(187deg, #01635a 20%, #01635a 80%);
}

#find-box .why-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30%;
    height: 60%;
} */
/* -------------------------------------------why-choose-us css ------------------------ */
#why-choose-us {
    /* padding: 50px 0; */
    margin: 0;
    z-index: 2;
    width: 100%;
    position: relative;
    background: #fdf9f0;
}

#why-choose-us .why-choose-us {
    margin: 0;
    z-index: 1;
    overflow: hidden;
    padding: 70px 30px;
    position: relative;
    border-radius: 16px;
    justify-content: space-between;
    background: linear-gradient(187deg, #0d3505 20%, #0d3505 80%);
}

.why-choose-us:after,
.why-choose-us:before {
    right: 0;
    bottom: 0;
    content: "";
    width: 100%;
    z-index: -1;
    height: 100%;
    position: absolute;
}

.why-choose-us:before {
    opacity: .8;
    background-size: cover;
    background-position: bottom;
    background: url(https://blallab.com/_next/static/media/excellence-healthcare.b2ac554c.png) no-repeat;
}

.why-choose-us-left {
    margin: 0;
    padding: 0;
    width: 65%;
}

/* .why-choose-us h2 {
    color: #fff;
    font-size: 40px;
    margin: 0 0 10px;
    padding: 0;
    font-family: Inter Medium;
} */

/* .why-choose-us ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 25px;
    gap: 15px;
} */

/* .why-choose-us li {
    width: 31%;
    position: relative;
    align-items: center;
    text-align: left;
    justify-content: left;
    padding-left: 54px;
    margin-top: 20px;
} */

/* .why-choose-us li img {
    border-radius: 100%;
    position: absolute;
    top: 0;
    padding: 3px;
    left: 0;
    width: 44px !important;
    height: 42px;
} */

/* .why-choose-us li h4 {
    font-size: 14px;
    color: #e1fba6;
    width: 100%;
    font-weight: 400;
    padding-top: 7px;
    margin: 0;
} */

/* .why-choose-us li h4 span {
    font-size: 12px;
    color: #fff;
    display: block;
    font-weight: 200;
} */

/* .whatsapp-now {
    width: max-content;
    color: #fff !important;
    border-radius: 12px;
    background: #000;
    box-shadow: inset -4px 4px 9.8px 0 hsla(0, 0%, 100%, .29), 0 8px 19.2px -10px #256200;
    text-align: center;
    font-size: 16px;
    margin: 50px 0 0;
    display: flex;
    padding: 12px 32px;
    gap: 10px;
    transition: all .4s ease;
    position: relative;
} */

/* .whatsapp-now img {
    width: auto;
    height: 22px;
} */

.why-choose-us .why-img {
    right: 0;
    bottom: 0;
    width: auto;
    height: 90%;
    position: absolute;
}

.why-choose-us:after {
    background-size: cover;
    background-position: 100% 100%;
    background: url(https://blallab.com/_next/static/media/why-choose.e38ae3ee.webp) no-repeat;
}

.why-choose-us:after,
.why-choose-us:before {
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
}

/* -------------------------------------------blog css ------------------------ */
#blog {
    position: relative;
    padding-bottom: 50px;
}

#blog .blog-img2 {
    left: 0px;
    width: 14%;
    z-index: 1;
    bottom: -21%;
    position: absolute;
}

#blog .blog-item-box {
    margin: 0;
    padding: 0 0 20px;
    background: #fff;
    position: relative;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, .08);
    box-shadow: 0 4px 13.3px -9px rgba(0, 0, 0, .25);
}

#blog .blog-item-box img {
    border-radius: 12px 12px 0 0;
}

#blog .blog-item-box h3 {
    height: 60px;
    font-size: 16px;
    color: #1e1e2f;
    font-weight: 500;
    padding: 10px 20px 5px;
}

/* #blog .blog-item-box h4 {
    color: #000;
    padding: 10px 20px 5px;
    font-size: 13px;
}

#blog .blog-item-box h4 span {
    color: #68b92e;
} */
#blog .blog-item-box p {
    font-size: 14px;
    color: #4b4b59;
    padding: 0px 20px 5px;
}

#blog .blog-item-box .blog-deat {
    font-size: 12px;
    color: #48b705;
    margin-left: 20px;
    width: max-content;
    border-radius: 8px;
    padding: 4px 12px 4px 11px;
    border: 1px solid rgba(70, 187, 0, .17);
    background: rgba(107, 192, 57, .1);
}

/* -------------------------------------------footer css ------------------------ */
#footer {
    color: #fff;
    padding-top: 30px;
    position: relative;
    padding-bottom: 0px;
    background: #0d3505;
}

#footer .footer-img {
    left: -10%;
    width: 20%;
    bottom: 0px;
    position: absolute;
}

#footer .footer-img-box {
    left: 44%;
    top: -50px;
    width: 130px;
    height: 130px;
    position: absolute;
    padding: 10px 10px;
    border-radius: 200px;
    background-color: #0d3505;
}

#footer .footer-img-box img {
    top: 18px;
    width: 100%;
    position: relative;
    border-radius: 20px;
    background: #0d3505;
}

#footer a {
    color: #fff;
}

#footer .textwidget .media-icon a {
    font-size: 16px;
}

#footer h3 {
    color: #faeccf;
    margin-bottom: 25px;
}

/* #footer .dt-sc-one-fourth .ngg-widget img {
    border: 2px solid #fff;
} */

/* #footer #textwidget {
    position: absolute;
    bottom: 0px;
    right: 15px;
    box-shadow: 5px 5px 20px 5px;
} */

#footer .ayur-copyright-para p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    padding: 16px 0 14px;
}

/* #footer .contact-map iframe {
    width: 350px;
    height: 542px;
} */

#footer .ayur-copyright-para p {
    margin: 0px;
}

#footer .footer-icon-img {
    background: #fff;
    border-radius: 10px;
}

#footer .footer-logo-img {
    padding: 12px 0px;
}

#footer .footer-logo-img h4 {
    margin: 0px;
    font-size: 16px;
    text-align: center;
    background: #af0071;
    border-radius: 10px 10px 0px 0px;
}

#footer .footer-logo-img h2 {
    margin: 0px;
    font-size: 24px;
    text-align: center;
    background: #93005f;
}

#footer .footer-logo-img p {
    margin: 0px;
    font-size: 15px;
    text-align: center;
    background: #7c0050;
    border-radius: 0px 0px 10px 10px;
}

#footer .footer-logo-img img {
    width: 75%;
}

/* -------------------------------------------contactpage css ------------------------ */
#contactpage .contact {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #f5f5f5;
    position: relative;
}

#contactpage .contact-box {
    height: auto;
    min-height: 220px;
    background: #fff;
    padding: 10px 20px;
    text-align: center;
    /* display: flex;
    flex-direction: column;
    justify-content: space-between;*/
}

#contactpage .contact-box img {
    width: 30%;
}

#contactpage .contact-box .contact-detail-box span {
    font-size: 15px;
}

#contactpage .contact .form-group {
    margin-bottom: 20px;
}

#contactpage .contact .btn-btn {
    color: #fff;
    padding: 2px 10px;
    border-radius: 20px;
    background: #0d3505;
}

#contactpage .contact .career-left-img {
    position: absolute;
    bottom: 0px;
    width: 28%;
}

/* -------------------------------------------galleryspage css ------------------------ */
#galleryspage #gallery {
    padding-top: 70px;
    padding-bottom: 70px;
}

#galleryspage #gallery .image-gallery__col {
    padding: 10px;
    border-radius: 10px;
    background: #e0ffda;
    box-shadow: 0px 0px 10px 0px;
}

#galleryspage #gallery .image-gallery .gallery_title h1 {
    font-size: 16px;
    margin-top: 10px;
}

/* -------------------------------------------teamcategory page css ------------------------ */
#teamcategorypage #teamcategory {
    padding-top: 80px;
    padding-bottom: 80px;
}

#teamcategorypage #teamcategory .teamcategorybox {
    padding: 10px;
    min-height: 100%;
    border-radius: 10px;
    background: #e0ffda;
}

#teamcategorypage #teamcategory .teamcategory_img img {
    width: 100%;
}

#teamcategorypage #teamcategory .teamcategorybox .teamcategory_img .teamcategory_text {
    padding: 10px 0px 0px 0px;
}

#teamcategorypage #teamcategory .teamcategorybox .teamcategory_img .teamcategory_text h2 {
    font-size: 16px;
}

#teamcategorypage #teamcategory .teamcategory_text p {
    font-size: 14px;
    margin-bottom: 5px;
}

#teamcategorypage #teamcategory {
    padding-top: 80px;
    padding-bottom: 80px;
}

.overlay-text ul li a {
    font-size: 18px;
    margin-top: 10px;
    display: inline-block;
}

/* -------------------------------------------page inner css ------------------------ */
#pageinner #page {
    padding: 80px 0px;
    background: #f4f4f4;
}

/* -------------------------------------------blog details css ------------------------ */
#blogdetailinner {
    padding: 80px 0px;
}

/* -------------------------------------------product page css ------------------------ */
#productpage #product {
    padding: 80px 0px;
    background: #fff;
}

/* -------------------------------------------service page css ------------------------ */
#service_details .sec1 {
    padding: 30px 30px;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: #0d3505;
}

/* #service_details .sec1 h2 {
    color: #eb8800;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
} */

#service_details .sec1 .sec2 {
    padding: 10px 10px;
    border-radius: 10px;
    /* margin-bottom: 2%; */
    background-color: #e0ffda;
    box-shadow: 1px 2px 3px #fff;
}

#service_details .sec1 .sec2 h2 {
    font-size: 24px;
    color: #0d3505;
    text-align: left;
    font-weight: bold;
}

#service_details .sec1 .ulcsssec {
    color: #000;
}

.overlay-text h2 {
    color: #0d3505;
}

.home-slider .about-text {
    text-align: justify;
}






