@font-face {
    font-family: siteFont;
    src:url("../fonts/site-font.woff2");
}
html {
    scroll-behavior: smooth;
}
body {
    background-color: #000;
    color: #eaeaea;
    font-family: 'Poppins', sans-serif;
}
button {
    outline: none !important;
}
a {
    text-decoration: none !important;
}
.siteContainer {
    padding: 1.8rem 0.2rem !important;
}
.siteTitle {
    font-size: 34px;
    color: #464646;
    text-align: center;
    font-family: 'Allura', cursive;
    letter-spacing: 2px;
    font-weight: 600;
}
.section1 {
    background-color: #fff !important;
    color: #000;
}
.section2 {
    /* background-color:#2b2b2b !important; */
    /* background-image: url('../images/section-bg1.jpeg'); */
    /* background-color: #fff; */
    /* background-image: url('../images/benefits-bg2.jpeg'); */
    background-color: #f2f2f2 !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.overlay {
    content: '';
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.section2 .siteTitle {
    /* color: white; */
}
p {
    font-size: 15px;
    font-weight: 300;
}
.siteCard {
    /* -moz-box-shadow:    inset 0 0 10px #fff;
    -webkit-box-shadow: inset 0 0 10px #fff;
    box-shadow:         inset 0 0 10px #fff; */
    /* background-color: rgba(0,0,0,0.5); */
    /* color: white; */
    box-shadow: 0px 5px 18px 1px rgb(0 0 0 / 10%);
    background: white;
    color: black;
    position: relative;
    height: 100%;
    border-radius: 6px;
    padding: 16px 20px;
    width: 100%;
    cursor: pointer;
    transition: transform .2s;
}
.siteCard h4 {
    font-size: 24px;
    color: #ffbe00;
    text-align: center;
    font-family: 'siteFont';
}
.siteCard p {
    font-size: 16px;
    line-height: 28px;
}
.siteButton {
    padding: 8px 20px;
    border: none;
    background: #22445d;
    color: white !important;
    border-radius: 6px;
    text-align: start;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.siteButton::before,
.siteButton::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.siteButton::before {
    content: '';
	background: #dc332e;
    left: 0%;
	transform: skew(0deg);
	transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
.siteButton:hover::before{
    background-color: #dc332e;
    color: #fff !important;
    transform: translate3d(100%,0,0);
}
.siteButton .btnInner {
    position: relative;
	mix-blend-mode: difference;
}
.siteButton p, .siteButton h4 {
    margin-bottom: 0px;
    color: white !important;
}
.siteButton p {
    font-size: 13px;
    margin-bottom: 1px;
}
.siteButton h4 {
    font-size: 16px;
    font-weight: 400;
}
.siteButton img {
    max-width: 28px;
    margin-right: 10px;
}
@media only screen and (min-width: 768px) {
    .siteContainer {
        padding: 2.5rem 2rem !important;
    }
    .siteTitle {
        font-size: 36px;
    }
    p {
        font-size: 16.2px;
    }
    .siteCard h4 {
        font-size: 25px;
    }
    .siteCard p {
        font-size: 16.6px;
    }
    .siteButton p {
        font-size: 13.6px;
        margin-bottom: 3px;
    }
    .siteButton h4 {
        font-size: 17px;
    }
    .siteButton img {
        max-width: 32px;
    }
}
@media only screen and (min-width: 992px) {
    .siteContainer {
        padding: 3.2rem 4rem !important;
    }
    .siteTitle {
        font-size: 40px;
    }
    p {
        font-size: 17px;
    }
    .siteCard h4 {
        font-size: 26px;
    }
}
@media only screen and (min-width: 1200px) {
    .siteCard:hover {
        transform: scale(1.07);
    }
}

/* Animation css starts */
@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
.animated {
    animation-duration: 1.5s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-fill-mode: both
}
.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
/* Animation css ends */


/* SiteHeader css starts */
.siteHeader.navbar {
    padding: 0.4rem 1.6rem;
    background-color: #fff !important;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
.siteHeader .navbar-brand {
}
.siteHeader .navbar-brand img {
    width: 10.4rem;
}
.siteHeader .navbar-toggler {
    border: none;
}
.siteHeader .navbar-toggler:focus {
    outline: none;
}
.siteHeader .navbar-nav {
    padding: 1rem;
}
.siteHeader .nav-item {
    padding: .2rem 1rem;
    font-weight: 600;
    margin-left: auto;
    font-size: 1rem;
}
.siteHeader .nav-item a {
    color: black !important;
    font-weight: 400;
}
.siteHeader .nav-item .active, .siteHeader .nav-item a:hover {
    color: #ffbe00 !important;
}
@media only screen and (min-width: 768px) {
    .siteHeader .navbar-brand {
        left: 3rem !important;
    }
    .siteHeader .navbar-brand img {
        width: 13rem;
    }
    .siteHeader .nav-item {
        font-size: 1rem;
    }
}
@media only screen and (min-width: 992px) {
    .siteHeader.navbar {
        padding: 0.4rem 1.6rem;
    }
    .siteHeader .navbar-brand {
        left: 4rem !important;
    }
    .siteHeader .navbar-brand img {
        width: 15rem;
    }
    .siteHeader .nav-item {
        font-size: 1.05rem;
    }
}
@media only screen and (min-width: 992px) {
    .siteHeader .nav-item {
        padding: .2rem 0.7rem;
        font-size: 1.02rem;
        text-align: center;
    }
}
/* SiteHeader css ends */

/* Home banner css starts  */
.homeBanners {
    position: relative;
}
.homeBanners .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
}
.homeBanners img {
    min-height: 380px;
    object-fit: cover;
}
.homeBanners .textContent {
    top: 15%;
    width: 100%;
    position: absolute;
    z-index: 1;
    color: white;
}
.homeBanners .textContent .inner {
    margin-left: 10%;
    margin-right: 10%;
    max-width: 640px;
}
.homeBanners .textContent h6 {
    font-size: 16px;
    margin-bottom: 18px;
    font-weight: 300;
}
.homeBanners .textContent h5 {
    font-size: 36px;
    font-family: 'siteFont';
}
.homeBanners .textContent .subTitle {
    font-size: 15.5px;
    font-weight: 200;
    margin: 16px 0px 24px;
}
.homeBanners .textContent button {
    min-height: 44px;
    font-size: 15.5px;
    text-align: center;
}
@media only screen and (max-width: 330px) {
    .homeBanners .textContent {
        top: 10%;
    }
    .homeBanners .textContent h5 {
        font-size: 28px;
    }
    .homeBanners .textContent .subTitle {
        font-size: 14px;
    }
}
@media only screen and (max-width: 400px) {
    .homeBanners .textContent h5 {
        font-size: 30px;
    }
}
@media only screen and (min-width: 576px) {
    .homeBanners .textContent {
        top: 18%;
    }
    .homeBanners .textContent .inner {
        margin-left: 15%;
        margin-right: 15%;
    }
    .homeBanners .textContent h6 {
        font-size: 17px;
        margin-bottom: 20px;
    }
    .homeBanners .textContent h5 {
        font-size: 46px;
    }
    .homeBanners .textContent .subTitle {
        font-size: 17px;
    }
    .homeBanners .textContent button {
        min-height: 44px;
        font-size: 16.5px;
    }
}
@media only screen and (min-width: 768px) {
    .homeBanners .textContent {
        top: 20%;
    }
    .homeBanners .textContent .inner {
        margin-left: 15%;
        margin-right: 15%;
    }
    .homeBanners .textContent h6 {
        font-size: 19px;
        margin-bottom: 24px;
    }
    .homeBanners .textContent h5 {
        font-size: 55px;
    }
    .homeBanners .textContent .subTitle {
        font-size: 19px;
        margin: 12px 0px 18px;
    }
}
@media only screen and (min-width: 992px) {
    .homeBanners .textContent {
        top: 20%;
    }
    .homeBanners .textContent h6 {
        font-size: 20px;
        margin-bottom: 36px;
    }
    .homeBanners .textContent h5 {
        font-size: 70px;
    }
    .homeBanners .textContent .subTitle {
        font-size: 19px;
        margin: 20px 0px 34px;
    }
    .homeBanners .textContent button {
        min-height: 60px;
        font-size: 17.5px;
        min-width: 170px;
    }
}
/* Home banner css ends  */


/* About us css starts */
.aboutUs .imgCard img {
    min-height: 350px;
    max-width: 100%;
    width: 100%;
    border-radius: 20px;
    /* -webkit-transform: scaleX(-1);
    transform: scaleX(-1); */
    object-fit: cover;
}
.aboutUs p.quote {
    font-size: 18px;
    padding-top: 0px;
    font-family: 'siteFont';
    letter-spacing: 3px;
}
@media only screen and (min-width: 992px) {
    .aboutUs p.quote {
        font-size: 21px;
        padding-top: 4px;
    }
}
@media only screen and (min-width: 1200px) {
    .aboutUs .imgCard {
        height: 100%;
    }
    .aboutUs .imgCard img {
        min-height: 100%;
    }
}
/* About us css ends */

/* About Kadaknath css starts */
.aboutKadaknath .imgCard img {
    max-width: 100%;
    width: 100%;
    border-radius: 20px;
}
.aboutKadaknathSection .highlight {
    font-size: 17.5px;
    letter-spacing: 1px;
    font-family: 'siteFont';
    font-style: italic;
    font-weight: 300;
}
.aboutKadaknathSection h4 {
    font-size: 18px;
    font-weight: 700;
    /* color: #ffbe00; */
}
@media only screen and (min-width: 768px) {
    .aboutKadaknathSection h4 {
        font-size: 19.5px;
    }
    .aboutKadaknathSection .highlight {
        font-size: 19px;
    }
}
@media only screen and (min-width: 992px) {
    .aboutKadaknathSection h4 {
        font-size: 21.5px;
    }
    .aboutKadaknathSection .highlight {
        font-size: 20px;
    }
}
/* About Kadaknath css ends */

/* Benefits css starts */
.benefits .title {
    font-size: 21px;
    text-align: center;
    font-family: 'siteFont';
    color: #dc332e;
}
.benefitsCard {
    padding: 10px 10px;
    /* border: 0px solid #000; */
    width: 100%;
    background-color: white;
    color: #000;
    box-shadow: 0px 5px 18px 1px rgb(0 0 0 / 10%);
}
.benefitsTable {
    width: 100%;
    border: 1px dashed #b4b4b4;
}
.benefitsTable .heading {
    border: 1px dashed #b4b4b4; 
}
.benefitsTable .heading td {
    font-size: 15.5px;
    font-weight: 400;
}
.benefitsTable td {
    width: 33%;
    font-size: 14px;
    padding: 0.7rem 1rem;
    word-break: break-word;
    border-left: 1px dashed #b4b4b4;
    vertical-align: top;
}
.medicalProps {
    background: none;
}
.medicalProps .title {
    text-align: left;
}
.medicalProps ul {
    padding-left: 0px;
    width: 100%;
}
.medicalProps ul li {
    font-size: 14.5px;
    margin-bottom: 14px;
    background: white;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 10px 14px;
    color: #000;
    list-style: none;
    min-height: 70px;
    display: flex;
    align-items: center;
    font-weight: 300;
    box-shadow: 0px 5px 18px 1px rgb(0 0 0 / 10%);
}
@media only screen and (min-width: 360px) {
    .benefitsCard {
        padding: 15px;
    }
    .benefitsTable .heading td {
        font-size: 16.5px;
    }
    .benefitsTable td {
        font-size: 15px;
    }
}
@media only screen and (min-width: 576px) {
    .benefitsCard {
        padding: 24px 30px;
        /* border-width: 8px; */
    }
    .benefits .title {
        font-size: 24px;
    }
    .benefitsTable .heading td {
        font-size: 17px;
    }
    .benefitsTable td {
        font-size: 15.5px;
    }
    .medicalProps ul li {
        font-size: 15px;
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 768px) {
    .benefitsCard {
        padding: 26px 32px;
        /* border-width: 12px; */
    }
    .benefits .title {
        font-size: 26px;
    }
    .benefitsTable .heading td {
        font-size: 17.5px;
    }
    .benefitsTable td {
        font-size: 16px;
    }
    .medicalProps ul li {
        font-size: 15.5px;
    }
}
@media only screen and (min-width: 992px) {
    .benefitsCard {
        padding: 30px 40px;
        /* border: 14px solid #000; */
    }
    .benefitsTable .heading td {
        font-size: 18.5px;
        padding: 18px 1rem;
    }
    .benefitsTable td {
        font-size: 16px;
    }
    .medicalProps ul li {
        margin-bottom: 15.5px;
        line-height: 27px;
    }
}
/* Benefits css ends */

/* Services css starts */
.services .serviceCard {
    box-shadow: 0px 5px 18px 1px rgb(0 0 0 / 10%);
    position: relative;
    background-color: white;
    border-radius: 10px;
    height: calc(100% - 80px);
}
.serviceCard .imgSection {
    top: -70px;
    position: absolute;
    width: 80%;
    left: 10%;
    box-shadow: 1px 8px 16px 2px rgb(0 0 0 / 50%);
    border-radius: 10px;
}
.serviceCard .imgSection img {
    height: 140px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.serviceCard .content {
    margin-top: 80px;
    padding: 10px;
    padding-top: 95px;
    text-align: center;
}
.serviceCard .content h4 {
    font-size: 21px;
    font-family: 'siteFont';
    letter-spacing: 1px;
    font-weight: 600;
}
.serviceCard .content p {
    font-size: 15px;
}
@media only screen and (min-width: 450px) and (max-width: 767px) {
    .services .serviceCard {
        height: calc(100% - 85px);
    }
    .serviceCard .imgSection {
        top: -85px;
    }
    .serviceCard .imgSection img {
        height: 170px;
    }
    .serviceCard .content {
        margin-top: 100px;
        padding-top: 110px;
    }
}
@media only screen and (min-width: 576px) {
    .serviceCard .content h4 {
        font-size: 22px;
    }
}
@media only screen and (min-width: 768px) {
    .serviceCard .content h4 {
        font-size: 23px;
    }
}
/* Services css ends */

/* Contact Us css starts */
.contactUs {
    background-color: #636363 !important;
    color: white;
}
.contactUs .siteTitle {
    color: white;
}
.contactUs h4.title {
    font-size: 19px;
    color: #ffbe00;
    /* font-family: 'Quicksand', sans-serif; */
    font-weight: 200;
}
.contactUs h6.subTitle {
    font-size: 16.5px;
    color: #ffbe00;
}
.contactUs p {
    margin-bottom: 4px;
}
.contactUs i {
    font-size: 18px;
    margin-right: 10px;
    margin-top: 2px;
}
.contactUs .displaySection {
    display: flex;
    justify-content: flex-start;
}
.contactUs .mapSection {
    min-height: 280px;
}
@media only screen and (min-width: 768px) {
    .contactUs .displaySection {
        justify-content: center;
    }
    .contactUs h4.title {
        font-size: 21px;
    }
    .contactUs h6.subTitle {
        font-size: 18px;
    }
}
@media only screen and (min-width: 992px) {
    .contactUs .mapSection {
        min-height: 320px;
    }
    .contactUs h4.title {
        font-size: 22.5px;
    }
    .contactUs h6.subTitle {
        font-size: 19px;
    }
    .contactUs .mapSection {
        min-height: 420px;
    }
}
/* Contact Us css ends */

/* Gallery css starts */
.gallerySection {
    margin: 40px 0px;
}
.gallerySection .siteTitle {
    margin-bottom: 22px;
    color: #fff;
    font-weight: 400;
}
.gallerySection .galleryCard {
    margin-bottom: 25px;
    padding: 8px;
    box-shadow: 0px 5px 18px 1px rgb(0 0 0 / 10%);
    background: white;
}
@media only screen and (min-width: 992px) { 
    .gallerySection {
        margin: 50px 0px;
    }
    .gallerySection .siteTitle {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1200px) { 
    .gallerySection .galleryCard {
        margin-bottom: 50px;
        padding: 10px;
    }
}
/* Gallery css ends */