* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

/* body {
  background: #f4f4f4;
} */
:root {
    /* font families */
    --inter-font: "Inter", sans-serif;

    /* font size */
    --one-px: 0.06rem;
    --two-px: 0.13rem;
    --three-px: 0.19rem;
    --four-px: 0.3rem;
    --five-px: 0.3rem;
    --six-px: 0.4rem;
    --eight-px: 0.5rem;
    --ten-px: 0.6rem;
    /* 12 */
    --twelve-px: 0.8rem;
    /* 14 */
    --fourteen-px: 0.9rem;
    /* 15 */
    --fifteen-px: 0.9rem;
    /* 16 */
    --sixteen-px: 1rem;
    /* 18 */
    --eighteen-px: 1.1rem;
    /* 20 */
    --twenty-px: 1.3rem;
    /* 22 */
    --twenty-two-px: 1.375rem;
    /* 24 */
    --twenty-four-px: 1.5rem;
    /* 25 */
    --twenty-five-px: 1.6rem;
    /* 26 */
    --twenty-six-px: 1.625rem;
    /* 28 */
    --twenty-eight-px: 1.8rem;
    /* 30 */
    --thirty-px: 1.875rem;
    /* 32 */
    --thirty-two-px: 2rem;
    /* 36 */
    --thirty-six-px: 2rem;
    /* 40 */
    --forty-px: 3rem;
    /* 44 */
    --forty-four-px: 3rem;
    /* 48 */
    --forty-eight-px: 3rem;
    /* 50 */
    --fifty-px: 3rem;
    /* 54 */
    --fifty-four-px: 3.375rem;
    /* 56 */
    --fifty-six-px: 4rem;
    /* 60 */
    --sixty-px: 3.75rem;
    /* 64 */
    --sixty-four-px: 4rem;
    /* 70 */
    --seventy-px: 4.375rem;
    /* 72 */
    --seventy-two-px: 5rem;
    /* 75 */
    --sevety-five-px: 5rem;
    /* 80 */
    --eighty-px: 5rem;
    /* 90 */
    --ninty-px: 6rem;
    /* 100 */
    --hundred-px: 6rem;
    /* colors */
    --black: black;
    --white: white;
    --more-black: #242425;
    --blue: #3894FF;
    --peacock-blue: #0C6F8F;
    /* font-weight */
    --extra-bold: 800;
    --bold: 700;
    --semi-bold: 600;
    --medium: 500;
    --normal: 400;
    --thin: 300;
}

.page-width {
    max-width: 1440px;
    width: 90%;
    margin: 0 auto;
}

.primary-heading {
    font-family: var(--inter-font);
    font-weight: var(--semi-bold);
    /* 44px */
    font-size: clamp(20px, 4vw, 44px);
    /* #242425 */
    color: var(--more-black);
}

.primary-heading2 {
    font-family: var(--inter-font);
    font-weight: var(--semi-bold);
    /* 44px */
    font-size: var(--forty-four-px);
    /* #242425 */
    color: var(--white);
}

.secondary-heading {
    font-family: var(--inter-font);
    font-weight: var(--semi-bold);
    /* 40px */
    font-size: clamp(20px, 4vw, 40px);
    /* #3894FF */
    color: var(--blue);
}

.secondary-heading2 {
    font-family: var(--inter-font);
    font-weight: var(--semi-bold);
    /* 40px */
    font-size: clamp(20px, 4vw, 40px);
    /* white */
    color: var(--white);
}

.secondary-heading3 {
    font-family: var(--inter-font);
    font-weight: var(--semi-bold);
    /* 40px */
    font-size: clamp(20px, 4vw, 40px);
    /* #242425 */
    color: var(--more-black);
}

.tertiary-heading {
    font-family: var(--inter-font);
    font-weight: var(--bold);
    /* 24px */
    font-size: var(--twenty-four-px);
    /* #3894FF */
    color: var(--blue);
}

.quaternary-heading {
    font-family: var(--inter-font);
    font-weight: var(--bold);
    /* 16px */
    font-size: var(--sixteen-px);
    /* #242425 */
    color: var(--more-black);
}

.quaternary-heading2 {
    font-family: var(--inter-font);
    font-weight: var(--medium);
    /* 16px */
    font-size: var(--sixteen-px);
    /* white */
    color: var(--white);
}

.primary-para {
    font-family: var(--inter-font);
    font-weight: var(--medium);
    /* 20px */
    font-size: var(--twenty-px);
    /* #242425 */
    color: var(--more-black);
}

.primary-para2 {
    font-family: var(--inter-font);
    font-weight: var(--medium);
    /* 20px */
    font-size: var(--twenty-px);
    /* #242425 */
    color: var(--more-black);
}

.primary-para3 {
    font-family: var(--inter-font);
    font-weight: var(--semi-bold);
    /* 20px */
    font-size: var(--twenty-px);
    /* white */
    color: var(--white);
}

.primary-para4 {
    font-family: var(--inter-font);
    font-weight: var(--semi-bold);
    /* 20px */
    font-size: var(--twenty-px);
    /* #3894FF */
    color: var(--blue);
}

.secondary-para {
    font-family: var(--inter-font);
    font-weight: var(--medium);
    /* 14px */
    font-size: var(--fourteen-px);
    /* #242425 */
    color: var(--more-black);
}

.secondary-para2 {
    font-family: var(--inter-font);
    font-weight: var(--medium);
    /* 14px */
    font-size: var(--fourteen-px);
    /* #3894FF */
    color: var(--blue);
}

.secondary-para3 {
    font-family: var(--inter-font);
    font-weight: var(--medium);
    /* 14px */
    font-size: var(--fourteen-px);
    /* white */
    color: var(--white);
}

.tertiary-para {
    font-family: var(--inter-font);
    font-weight: var(--medium);
    /* 24px */
    font-size: var(--twenty-four-px);
    /* white */
    color: var(--white);
}

p {
    margin-bottom: 0rem !important;
}

a {
    text-decoration: none !important;
}

/* hero section start */
.hero-bg {
    background: #D4E9F6;
    padding: 2rem 0 0 0;
}

.hero-cols {
    display: grid;
    grid-template-columns: 40% 60%;
    padding-top: 4rem;

}

.hero-h1 {
    padding-top: 8rem;
    padding-bottom: 2rem;
    max-width: 460px;
}

.ellipse {
    position: absolute;
    top: -80px;
    left: 150px;
    z-index: 1;
    max-width: 70%;
}

/* hero section end */
/* about section start */
.about-container {
    background: #3894FF;
    padding: 4rem 0rem;
}

.about-cols {
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
}

/* about section end */
/* why section start */
.why-container {
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
    gap: 2rem;
    padding: 4rem 0rem;
}

.why-p {
    padding-top: 1.5rem;
}

/* why section end */
/* how medkraft section start */
.how-container {
    background: #D4E9F6;
    padding: 1rem 0rem 0rem 0rem;
}

.how-cols {
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 2rem;
}

.how-h2 {
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.how-image {
    padding-top: 1.5rem;
}

/* how medkraft section end */
/* choose section start */
.choose-container {
    background: #3894FF;
    padding: 4rem 0rem;
    margin-top: 2rem;
}

.choose-cols {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 2rem;
}

.choose-box {
    border: 1px solid white;
    border-radius: 1rem;
    /* margin-top: 2rem; */
    max-width: 70%;
}

.choose-image {
    width: 80%;
    padding-top: 1rem;
}

.choose-box p {
    max-width: 300px;
}

/* choose section end */
/* approach section start */
.card-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    padding-top: 2rem;
}

.approach-container {
    padding: 6rem 0rem;
}

.approach-card {
    border: 3px solid #3894FF;
    border-radius: 1rem;
    padding: 1rem 0.5rem;
    background: #D4E9F6;
}

.report-p {
    margin-top: 1.7rem;
}

/* approach section end */
/* who we serve section start */
.who-container {
    background: #3894FF;
    padding: 2rem 0rem;
    margin-bottom: 3rem;
}

.who-cols {
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 2rem;
}

.who-h3 {
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.who-box {
    margin-bottom: 2rem;
}

/* who we serve section end */
/*  commitment section start */
.commitment-bg {
    background-image: url("../assets/images/commitment.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 125vh;
    margin-bottom: 4rem;
}

.commitment-content {
    position: absolute;
    top: 28%;
    left: 14%;
}

.commitment-content h2 {
    max-width: 400px;
}

/*  commitment section end */
/* faq start */
.faq-container {
    padding-top: 5rem;
}

.inverted-1 {
    position: absolute;
    left: 176px;
    top: -26px;
}

.faq-h2 {
    position: relative;
    /* padding-left: 40px; */
}

.banner {

    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
    gap: 1rem;
}

.banner-container {
    background: #3894FF;
}

.get-startted-image {
    margin-top: -129px;
}

.faq-h {
    margin-top: 7rem;
}

.faq-h3 {
    padding-top: 6rem;
}

.get_started_btn {
    background: #D4E9F6;
    border-radius: 10px;
    padding: 0.5rem 1.5rem;
    border: none;
    margin-top: 3rem;
}

/* faq end */
.footer {
    background: #D4E9F6;
    padding: 1rem 0rem;
}

@media all and (max-width:992px) {
    .primary-heading2 {
        font-size: 1.5rem;
    }

    /* hero section mq start */
    .hero-cols {
        display: grid;
        grid-template-columns: auto;
        padding-top: 1rem;

    }

    .primary-para,
    .primary-para2 {
        font-size: 1rem;
    }

    .hero-h1 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .ellipse {
        position: absolute;
        top: -94px;
        left: 1px;
        z-index: 1;
        max-width: 100%;
    }

    /* hero section mq end */
    /* about section mq start */
    .about-cols {
        display: grid;
        grid-template-columns: auto;
        align-items: unset;
    }

    .about-container {
        background: #3894FF;
        padding: 2rem 0rem;
    }

    /* about section mq end */
    /* why section mq start */
    .why-container {
        display: grid;
        grid-template-columns: auto;
        gap: 2rem;
        padding: 2rem 0rem;
    }

    .why-p {
        padding-top: 0rem;
    }

    /* why section mq end */
    /* how medkraft section mq  start */
    .how-cols {
        display: grid;
        grid-template-columns: auto;
        gap: 2rem;
    }

    .how-container {
        background: #D4E9F6;
        padding: 1rem 0rem 0rem 0rem;
    }

    .how-h2 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .how-image {
        padding-top: 0rem;
    }

    /* how medkraft section mq end  */
    /* choose section mq start */
    .choose-box {
        max-width: unset;
    }

    .choose-cols {
        display: grid;
        grid-template-columns: auto;
        gap: 2rem;
    }

    .choose-container {
        background: #3894FF;
        padding: 2rem 0rem;
    }

    .choose-image {
        width: 100%;
        padding-top: 0rem;
    }

    .choose-box p {
        max-width: unset;
    }

    /* choose section mq end */
    /* approach section mq start */
    .card-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    /* approach section mq end */
    /* who we serve section mq start */
    .who-cols {
        display: grid;
        grid-template-columns: auto;
    }

    .approach-container {
        padding: 2rem 0rem;
    }

    .who-h3 {
        padding-top: 0rem;
        padding-bottom: 1rem;
    }

    .tertiary-para {
        font-size: 1rem;
    }

    /* who we serve section mq end */
    /*  commitment section mq start */
    .commitment-bg {
        background-image: none;
        background-repeat: no-repeat;
        background-position: inherit;
        background-size: cover;
        height: 40vh;
        margin-bottom: 0rem;
    }

    .commitment-content {
        position: absolute;
        top: 1%;
        left: 8%;
    }

    /*  commitment section mq end */
    /* faq mq start */
    .faq-h2::before {
        content: "";
        position: absolute;
        left: -10px;
        top: -26px;
        width: 25px;
        height: 38px;

    }

    .quoted-p::after {
        content: "";
        position: absolute;
        right: 82px;
        top: 60px;
        width: 25px;
        height: 38px;
    }

    .faq-container {
        padding-top: 3rem;
    }

    .faq-h {
        margin-top: 4rem;
    }

    .banner {

        display: grid;
        grid-template-columns: auto;
        align-items: center;
        gap: 1rem;
    }

    .faq-container {
        padding-top: 7rem;

    }
.banner-container {
    padding-bottom: 2rem;
}

    /* faq mq end */
}

@media all and (max-width:768px) {
    .card-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}


#backToTop {
    min-width: unset;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #242425;
    color: white;
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
}

#backToTop:hover {
    background-color: #A8A8A8;
}

#backToTop img {
    width: 25px;
    height: 25px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(6349%) hue-rotate(36deg) brightness(99%) contrast(111%);
}