@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    font-family: 'Roboto', sans-serif;
    color: #4d5156;
}

:root {
    --blue: #0d6efd;
    --green: #296d04;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #eee;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--blue);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #9b9b9b;
}

/* navbar start */


.fixed-top {
    top: -40px !important;
    transform: translateY(40px) !important;
    transition: transform .3s !important;
    -webkit-transition: transform .3s !important;
    -moz-transition: transform .3s !important;
    -ms-transition: transform .3s !important;
    -o-transition: transform .3s !important;
    -webkit-transform: translateY(40px) !important;
    -moz-transform: translateY(40px) !important;
    -ms-transform: translateY(40px) !important;
    -o-transform: translateY(40px) !important;
}

.nav-item a {
    color: white !important;
}

.nav-link:hover {
    color: black !important;
}

.active_item {
    color: black;
}

.socialicons {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: right;
}

.socialicons a i {
    color: white;
}


.contact-info p {
    margin: 0;
    font-size: 13px;
    color: var(--blue);
}

.contact-info a {
    text-decoration: none;
    font-size: 13px;
    color: var(--blue);
}

.contact-info h2 {
    color: red;
    font-size: 15px;
    margin: 0;
}

/* navbar end */


/* first-sec start */
.first-sec {
    padding: 50px 0px;

}

.first-sec h1 {
    font-size: 40px;
    font-weight: 700;
    color: var(--blue);
    text-align: center;
}

.first-sec h2 {
    font-size: 20px;
    text-align: center;
}

.first-btn {
    text-align: center;
}

.first-sec a {
    text-decoration: none;
    background-color: var(--blue);
    color: #ffffff;
}



.first-sec .btn:hover {
    color: #ffffff;
    background-color: var(--blue);
}

.forth-btn {
    text-align: center;
}

/* first-sec end */




/* second-sec start */
.second-sec {
    padding: 100px 2%;
    background-image: url(../images/treatment.jpg);
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.second-sec .second-heading {
    text-align: center;
    background-color: #f6f6f6;
    text-align: center;
    border-top: 3px solid var(--green);
    padding: 10px;

}

.second-sec h1 {
    font-size: 40px;
    font-weight: 500;
    color: var(--blue);
    text-align: center;

}

.second-sec p {
    font-size: 16px;
    text-align: center;
}
.second-secmob {
    padding: 50px 2%;
    /* background-image: url(../images/treatment.jpg);
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center; */
}

.second-secmob  .second-heading {
    text-align: center;
    background-color: #f6f6f6;
    text-align: center;
    border-top: 3px solid var(--green);
    padding: 10px;

}

.second-secmob  h1 {
    font-size: 40px;
    font-weight: 500;
    color: var(--blue);
    text-align: center;

}

.second-secmob  p {
    font-size: 16px;
    text-align: center;
}

/* second-sec end */



/* third-sec start */
.third-sec {
    padding: 100px 0px;
}

.third-sec h1 {
    font-size: 50px;
    font-weight: 500;
    color: var(--blue);
    text-align: center;
}

/* third-sec end */



/* forth-se start */
.forth-sec {
    padding: 50px 0px;
}

.forth-sec h1 {
    font-size: 40px;
    font-weight: 500;
    color: var(--blue);
    text-align: center;

}

.forth-sec p {
    font-size: 20px;
    text-align: center;

}

.forth-sec a {
    text-decoration: none;
    background-color: var(--blue);
    color: #ffffff;
}

.forth-sec a:hover {
    background-color: var(--blue);
    color: #ffffff;
}

.forth-sec .btn:hover {
    background-color: var(--blue);

}

/* forth-se end */



/* fifth-sec start */
.fifth-sec {
    padding: 100px 0px;
    background-image: url(../images/location.jpg);
    background-position: center;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}


.fifth-sec h1 {
    font-size: 50px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}

.fifth-sec h2 {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}

.fifth-heading {

    background-color: #000;
    /* margin-left: 90px; */
    margin: auto;
    width: 60%;
    padding: 10px 0px;
}

/* fifth-sec end */
/* fifth-sec start */
.fifthsecmob{
    padding: 50px 0px;
}


.fifthsecmob h1 {
    font-size: 50px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}

.fifthsecmob h2 {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}


/* fifth-sec end */



/* six-sec start */
.six-sec {
    padding: 100px 0px;
    background-image: url(../images/dispensing3.jpg);
    background-position: center;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;

}

.six-heading {
    text-align: center;
    background-color: #f6f6f6;
    text-align: center;
    border-top: 3px solid var(--green);
    padding: 10px;
}

.six-sec h1 {
    font-size: 40px;
    font-weight: 500;
    color: var(--blue);
}

.six-sec h2 {
    font-size: 16px;
    text-align: center;
}







.six-secmob {
    padding: 50px 0px;

}

.six-heading {
    text-align: center;
    background-color: #f6f6f6;
    text-align: center;
    border-top: 3px solid var(--green);
    padding: 10px;
}

.six-secmob h1 {
    font-size: 40px;
    font-weight: 500;
    color: var(--blue);
}

.six-secmob h2 {
    font-size: 16px;
    text-align: center;
}
/* six-sec end */



/* seven-sec start */
.seven-sec {
    padding: 100px 0px;
}

.seven-sec h2 {
    font-size: 20px;
    color: var(--blue);
    font-weight: 500;

}



.seven-sec input[type=text],
.seven-sec input[type=email] {
    width: 38%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    outline: none;
}

.seven-sec input[type=submit] {
    width: 77%;
    background-color: var(--blue);
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}

/*products-sec start */
.products-sec {
    padding: 100px 0px;
}

.products-sec img {
    margin-bottom: 20px;
}

/*products-sec end */

/*convenience-sec start */
.convenience-sec h2 {
    font-size: 16px;
    text-align: center;
    color: var(--blue);

}

.convenience-sec p {
    font-size: 12px;
    text-align: center;

}

.convenience-sec i {
    font-size: 50px;
    text-align: center;
    color: var(--blue);

}

.convenience-sec .card {
    border: none;
}

/*convenience-sec end */



/* mission-sec start */

.mission-sec h2 {
    font-size: 40px;
    text-align: center;
    color: var(--blue);
}

.mission-sec p {
    font-size: 15px;
}

.mission-sec li {
    font-size: 15px;
}

/* mission-sec end */

/* why-sec start */

.why-sec .why-row {
    gap: 10px;


}

.why-sec h2 {
    font-size: 40px;

    color: var(--blue);
}

.why-sec h3 {
    font-size: 22px;
    /* text-align: center; */

}

.why-sec p {
    font-size: 15px;
}

.why-sec i {
    color: #1e73be;
    font-size: 12px;
    padding-top: 6px;

}


/* why-sec end */

/* about-sec start */
.about-sec {
    padding: 100px 0px;
}

.about-sec h2 {
    font-size: 40px;
    text-align: center;
    color: var(--blue);
}

.about-sec h3 {
    font-size: 20px;
    text-align: center;

}

.about-sec p {
    text-align: center;
    font-size: 15px;
}

/* about-sec end */

/* number-sec start */
.number-sec p {
    font-size: 15px;
    color: #fff;
    padding-bottom: 10px;
}

.number-sec i {
    font-size: 50px;
    color: #fff;
}

#shiva {

    background: var(--blue);
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 2px;
    text-align: center;
    font-size: 50px;
    color: #fff;
    width: 280px;
    margin: auto;


}

.count {
    line-height: 100px;
    color: white;
    margin-left: 30px;
    font-size: 50px;
}

/* number-sec end */




/* location-sec start */

.location-sec {
    padding: 100px 0px;
}

.location-sec h2 {
    font-size: 40px;
    text-align: center;
    color: var(--blue);
}

.location-sec h3 {
    font-size: 22px;
    text-align: center;

}

.location-sec p {
    font-size: 15px;
}

/* location-sec end */



/* remedy-sec start */
.remedy-sec {
    /* background-image: url(../images/shapeimage_2.png);
   background-repeat:no-repeat ;
   height: 100vh; */
    padding: 50px 0px;
}

.remedy-sec .member {
    border: 1px solid;
    padding: 20px;
    /* color: var(--blue); */

}

.remedy-sec .member h2 {
    font-size: 25px;
    text-align: center;
    color: var(--blue);
}

.remedy-sec .member p {
    /* color: var(--blue); */
    text-align: center;
    font-size: 15px;
}

/* remedy-sec end */

.marginonpc{
    margin-top: 50px !important;
}




/* footer start */

footer {
    background-color: var(--blue);
    border-top: 5px solid var(--green);
    padding: 10px 0px;
    text-align: center;

}

footer p {
    color: #ffffff;
    margin: 0;
    padding: 15px 0;
}

/* footer end */





.formob {
    display: none;
}
.formobblock {
    display: none;
}

.fordekstop {
    display: flex;
}

.refills-forms {
    padding: 50px 0;
}

.refills-forms label {
    color: var(--blue);
}

.refills-forms button {
    width: 120px;
}

.refills-forms .moment {
    color: var(--green);
    margin-top: 50px;
}

.refills-forms h1 {
    color: var(--green);
    font-size: 30px;
    margin-bottom: 50px;
}

.ptb-100 {
    padding: 100px 0;
}

.new-old-customers h2 {
    color: var(--green);
    font-size: 30px;
}

.new-old-customers ul li {
    font-size: 18px;
}

.newpatients-forms {
    padding: 50px 0;
}

.newpatients-forms label {
    color: var(--blue);
}

.newpatients-forms button {
    width: 120px;
}

.newpatients-forms .moment {
    color: var(--green);
    margin-top: 50px;
}

.newpatients-forms h1 {
    color: var(--green);
    font-size: 30px;
    margin-bottom: 20px;
}

.newpatients-forms .green {
    color: var(--green);
}

.pres-forms {
    padding: 50px 0;
}

.pres-forms label {
    color: var(--blue);
}

.pres-forms button {
    width: 120px;
}

.pres-forms .moment {
    color: var(--green);
    margin-top: 50px;
}

.pres-forms h1 {
    color: var(--green);
    font-size: 30px;
    margin-bottom: 20px;
}

.pres-forms .green {
    color: var(--green);
}
.errormessage{
    color: red;
    font-size: 14px;
}
#newpatientform label span, #refillsform label span, #prescriptionform label span, #returningclientform label span{
    color: red;
}
/* @media start */

@media only screen and (max-width: 667px) {
    .ptb-100 {
        padding: 50px 0;
    }

    .formob {
        display: flex;
    }
    .formobblock {
        display: block;
    }

    .fordekstop {
        display: none;
    }

    .first-sec h1 {
        font-size: 35px;
    }

    .first-sec h2 {
        font-size: 18px;

    }

    .navbar a {
        color: #000;
    }

    .navbar a:hover {
        color: var(--blue);
    }


    .second-sec {
        padding: 50px 2%;
    }

    .second-sec h1 {
        font-size: 35px;
    }

    .second-sec h2 {
        font-size: 18px;

    }

    .second-sec p {
        font-size: 12px;
    }

    .third-sec {
        padding: 50px 0px;
    }

    .forth-sec h1 {
        font-size: 35px;

    }

    .forth-sec h2 {
        font-size: 18px;

    }

    .fifth-sec h1 {
        font-size: 35px;
    }

    .fifth-heading {
        background-color: #000000;
        width: 100%;
        margin: auto;
        padding: 10px 0px;
    }
    .fifthsecmob h1{
        font-size: 30px;
    }
    .fifthsecmob h2{
        font-size: 16px;
    }
    .six-sec h1 {
        font-size: 35px;

    }

    .six-sec h2 {
        font-size: 13px;

    }

    .second-sec,
    .fifth-sec,
    .six-sec {
        height: auto;
    }

    .third-sec h1 {
        font-size: 35px;
    }

    .seven-sec input[type=text],
    .seven-sec input[type=email] {
        width: 100%;

    }

    .second-sec {
        padding: 50px 0px;
    }

    .seven-sec h2 {
        font-size: 13px;
    }

    .seven-image {
        text-align: center;
    }

    .seven-sec input[type=submit] {
        width: 100%;

    }

    .products-sec {
        padding: 50px 0px;
    }

    .contact-info {
        text-align: center;
        margin-top: 20px;
    }

    .top_nav {
        text-align: center;
    }

    .why-sec h2 {
        font-size: 34px;
        text-align: center;
    }

    .about-sec {
        padding: 50px 0px;
    }

    .about-sec h2 {
        font-size: 34px;
    }



    .about-sec h3 {
        font-size: 20px;

    }

    .about-sec figure {
        /* margin-left: 44px; */
        text-align: center;
    }

    .location-sec {
        padding: 50px 0px;
    }

    .location-sec h2 {
        font-size: 35px;
    }

    .location-sec h3 {
        font-size: 18px;
    }
    .marginonpc{
        margin-top: 0px;
    }
    .six-secmob h1{
        font-size: 30px;
    }
    .second-secmob h1{
        font-size: 30px;
    }
}

/* @media end */