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

body{
font-family: 'Poppins', sans-serif;
}
 

/* HEADER 1 */
.Reviewsspan{
    background-color: #018f00;
    color: #ffffff;
    padding:4px 12px;
    border-radius: 20px;
    font-size: 13px;
}

.smallimg{
    max-width:53px;
}

.annimateddiv img{
    animation-name: pulse;
    animation-iteration-count: infinite;
    animation-duration: 2s;


}



.single-page h2{
    font-size: 32px;
    font-weight: 700;
    font-family: Poppins;
}
.single-page h3{
    font-size: 24px;
    font-weight: 700;
    font-family: Poppins;
}
.single-page h4{
    font-size:20px;
    font-weight: 700;
    font-family: Poppins;
}
.single-page h5{
    font-size: 18px;
    font-weight: 700;
    font-family: Poppins;
}


.single-page p{
    text-align:justify;
    font-family: Poppins;
}


.pagination .nav-links a {
    margin-right: 0;
    background: #646262;
    color: #fff;
    padding: 7px 16px;
}

.pagination .nav-links span.current, .pagination .nav-links a:hover {
    padding: 7px 16px;
    background: #000000;
    color: #fff;
}

@keyframes pulse {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20%);
    }

    100% {
        transform: translateY(0);
    }
    
}

.navbar{
    background-color: #4d8f84 !important;
}

.navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, 0.315);
    border-color: rgba(255, 255, 255, 0.849);
}


.navbar-nav{
    margin-left:11%;
    color: #fff !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff !important;
    font-weight: 500;
    font-size: 17px;
}

a{
    color: unset;
    text-decoration: none;
}

a:hover{
    color: unset;
    text-decoration: none;
}
 
.greenli{
    color: #4d8f84 !important;
    font-weight: 500;
    font-size: 17px;
}

.greenli:hover{
    color: #4d8f84 !important;
}

.navbar-light .navbar-nav .nav-link{
    color: #000000;
    font-weight: 500;
    font-size: 17px;
}

.navbar-light .navbar-nav .nav-link:hover{
    color: #4d8f84;
}
 
.phonebox{
    background-color: #f5f5f5;
    padding: 20px;
    gap: 14px;
}

.dropdown-item{
    line-height:50px;
    color: #4d8f84;
    font-size: 18px;
    font-weight: 500;
    font-family: Poppins;
}

.dropdown-item:hover{
  color: #fff;
  background: #4d8f84;
}

.Homeopathicimage{
    background-image: url(../images/bg_slider-2.jpg);
    background-repeat: no-repeat;
    background-size:cover;
}

.h4smallsize{
    font-size:65%;
    color: #fff;
    font-family: Poppins;
     font-weight: 600;
}

.h1size{
    font-family: Poppins;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0;
    color: #ffffff;
    font-size: 62px ;
    margin-bottom:20px;
}

.skinsmall{
    font-family: Poppins;
    font-weight: bold;
    letter-spacing: 0;
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 30px;
}

.experthomeopathic{
    font-size:14px;
    color: #fff;
    font-weight: 500;
}

.bookbtn{
    position: relative;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    width: 240px;
    height: 60px;
    border: 10px solid #4d8f84;
    border-radius: 50px 50px 50px 50px;
    background-color: #4d8f84;
    box-shadow: 0px 0px 2px 0px rgba(51, 51, 51, 0);
}

.bookbtn:hover{
    border-color: #000000;
    background-color: black;
    box-shadow: 0px 0px 2px 0px rgba(51, 51, 51, 0);
}

.bookbtnspan{
    color: #ffffff;
    font-family: Tahoma;
    font-size:20px;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    line-height: 1em;
    box-sizing: border-box;
    display: block;
    background-color: unset;
    padding-top:11px;
}

.imagesbox{
    border-width: 0;
    border-style: solid;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 50px 0px #ececec;
}

.imageheading{
    color: #000000;
    font-weight: 600;
    font-family: Poppins;
    margin-bottom: 10px;
    font-size:18px;
}

.downcol{
    padding-top: 80px;
}

.Clinich2{
    font-family: Poppins;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #191919;
    font-size: 19px;
    margin-bottom: 10px;
}

.Homeopathich1size{
font-family: Poppins;
font-weight: bold;
line-height: 1.2;
letter-spacing:0;
color: #191919;
font-size: 42px;
margin-bottom: 30px;
}

.h2since{
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    color: #4c4c4c;
    margin-bottom: 50px;
    font-size:18px;
}

.lightwhite{
    border-width: 1px;
    border-style: none;
    border-radius: 0;
    background-color: rgba(248, 250, 250, 1);
}

.ExperiencedH2{
    font-family: Poppins;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0;
    color: #191919;
    font-size: 42px;
    margin-bottom: 25px;
}

.Specializedh2{
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    color: #4c4c4c;
    font-size: 17px;
    margin-bottom: 50px;
}

.whitebox{
    border-width: 0;
    border-style: solid;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 50px 0px #eeeeee;
width: 140%;
}

.lispan{
padding-left:15px;
font-size: 19px;
font-weight: 500;
font-family: Poppins;
line-height: 1.5;
}

.whiteboxli{
    margin-bottom: 12px;
}

.GuptaHomeo{
    font-family: Poppins;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0;
    color: #191919;
    font-size: 42px ;
    margin-bottom: 35px;  
    text-align: center;  
}

.bluebox{
    border-width: 0;
    border-style: solid;
    border-radius: 12px;
    background-image: linear-gradient(0deg, rgba(74, 141, 129, 1) 0%,rgba(123, 183, 173, 1) 100%);
    padding-top: 45px;
    padding-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
}

.Organic{
    border-width: 1px;
    background-color: rgba(255, 255, 255, 0);
    padding: 0;
    border-style: none;
}

.blueboxh3{
    color: #ffffff;
    font-weight: 600;
    font-family: Poppins;
    margin-bottom: 10px;
    font-size: 21px;
}

.blueP{
    color: #ffffff;
    font-family: Poppins;
    font-weight: 400;
    margin-bottom:15px;
    font-size: 17px;
}

.HomeopathyTreatmenth2{
    font-family: Poppins;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #191919;
    font-size: 18px;
    margin-bottom: 10px;
}

.Consultationh2{
    font-family: Poppins;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0;
    color: #191919;
    font-size: 42px;
    margin-bottom: 20px;
}

.treatmentP{
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    color: #4c4c4c;
    font-size: 17px;
    margin-bottom: 55px;
}

.Timeslotbox{
    border-width: 0;
    border-style: solid;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 40px 0px #eeeeee;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    z-index:1;

}

.Timeslotbox::before{
    content: "";
    border-bottom: solid 20px #fff;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
    left: 38px;
    position: absolute;
    top: -18px;
    filter: drop-shadow(0 -8px 8px #eee);
}

.Timeslotbox::after{
    content: "";
    background-repeat: no-repeat;
    height: 120px;
    width: 180px;
    position: absolute;
    z-index: -1;
    bottom: -103px;
    left: -85px;
    background-image: url(../images/bg-leaf.png);
}

.slotbox{
    color: #282828;
    font-size: 19px;
    font-weight: 500;
    font-family: Poppins;
    margin-bottom: 25px;
}

.slotbtn{
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    width: 160px;
    height: 60px;
    border: 2px solid #4d8f84;
    border-radius: 30px 30px 30px 30px;
    background-color: #4d8f84;
    box-shadow: 0px 0px 2px 0px rgba(51, 51, 51, 0);
}

.slotbtn:hover{
    border-color: #000000;
    background-color: black;
    box-shadow: 0px 0px 2px 0px rgba(51, 51, 51, 0);
}

.slotspan{
    color: #ffffff;
    font-family: Tahoma;
    font-size: 19px;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    line-height: 1em;
    box-sizing: border-box;
    display: block;
    background-color: unset;
    padding: 18px 0px 0px 0px;
}

.footercolour{
    background-color: #4d8f84;
}

.footerP{
float: none;
font-size: 16px;
line-height: 1.9em;
color: #ffffff;
}

.Consultation{
    margin-top: 9%;
}

.dropdown:hover .dropdown-menu{
display: block;
}


/* BLOG PAGE */

.insideimage{
    background-image: url(../images/Inside-Banner-baground-image.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.blogh1{
    font-size: 45px;
    font-weight: 700;
    font-family: Poppins;
}

.blogBox{
    box-shadow: 0 0 10px #3d3a3a60;
}

.blogsh4{
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
    font-family: Poppins;
}

.blogp{
    font-size:17px;
    font-weight:500;
} 

.greenspan{
    color: #4d8f84;
}

.greenspan:hover{
color: #000000;
}

.blogbigP{
    line-height: 24px;
    color: #000000;
}
 
.shopbtn{
    padding: 10px 25px;
    background-color: #fff;
    border-radius: 24px;
    font-size: 17px;
    color: #4d8f84;
    font-weight: 500;
}

.greenboxs2{
    background-color: #4d8f84;
}

.whatsappbtn{
    border: 1px solid #fff;
    background-color: #fff;
    color: #4d8f84;
    font-size: 18px;
    padding:10px 13px;
    border-radius:24px;
}
.whatsappbtn:hover{
    background-color: #000000;
    border: 1px solid #000;
    color: #fff;
}

/* Dr. M L Gupta PAGE  */

.aboutguptah2{
    font-size:28px;
    font-weight: 700px;
    font-family: Poppins;
    color: #000000;
}

.gupta{
    line-height:30px;
    color: #000000;
    font-family: Poppins;
}

.EducationH2{
    font-weight: 600;
    font-family: Poppins;
    color: #000000;
    text-align: start;
}

.EducationP{
    font-weight: 400;
    color: #000000;
    line-height: 28px;
    font-family: Poppins;

}

.reviewsh2{
    font-size: 27px;
    line-height: 1.2;
    font-weight: 500;
}
 
 .accordion-button{
    background-color:transparent !important;
    color: #4d8f84;
    font-size: 17px;
    border: unset;
 }

 .accordion-button:focus {
    z-index: 3;
    border-color:unset;
    outline: 0;
    box-shadow:unset;
}

.accordion-button:not(.collapsed) {
color:unset;
background-color:unset;
box-shadow:unset;
}

.accordion-button:not(.collapsed)::after {
    background-image:url(../images/angle-down-solid.svg) ;
    transform: rotate(-180deg);
    color: black;
}
.accordion-item{
    border: unset;
    border-bottom: 1px solid #4d8f84;
    border-radius:4px;
}

.whatsappbtn1{
    background-color: #4d8f84;
    color: #fff;
    font-size:19px;
    padding:10px 15px;
    border: 1px solid #4d8f84;
    border-radius: 24px;
}

.whatsappbtn1:hover{
    background-color: #000000;
    border: 1px solid #0000;
}

/* vitiligo PAGE */

.Vitiligo{
    font-family: Poppins;
    font-weight:600;
    line-height: 1.2;
    letter-spacing: 0;
    color: #191919;
    font-size:40px;
}

.reviewGrid {
    columns: 320px;
    column-gap: 20px;
}

.reviewGrid article {
    break-inside: avoid-column;
    margin-bottom: 35px;
    border-bottom: 1px solid #ccc;
}


/* INNER BLOG PAGE */

.inerP{
    font-weight:400;
    color: #000000;
    line-height: 29px;
    font-family: Poppins; 
    font-size: 18px; 
}

.innerH3{
    color: #fafafa;
    text-align: left;
    font-size: 24px;
    font-weight: 700
}

.innerul{
    line-height: 26px;
    color: #fff;
    padding: 8px 0px;
    font-size: 17px;
    font-weight: 400;
}

.Health1{
    font-size: 40px;
    font-weight: 700;
    font-family: Poppins;
}
 
.greenboxs3{
    background-color: #4d8f84;
    position: sticky;
    top: 0;
    left: 0;
}
.shadow{
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.719);
 
}
.CunsultBUTTON{
display: flex;
align-items: center;
justify-content: center;    
background-color: #fff;
border: #fff;
font-size: 18px;
padding:9px 20px;
border-radius: 24px;
color: #4d8f84;
} 
.CunsultBUTTON:hover{
background-color: #000;
color: #fff;
border: 1p solid #000000;
}
.ayurimg{
    background-image: url(../images/white-ayur.webp);
    background-repeat: no-repeat;
    background-size: cover;

}
.black{
    color:#000000;
    font-weight: 700;
    font-size: 17px;
    line-height:25px;
}
.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10000;
}
 








@media (max-width: 575.98px) {
.topname{
        text-align: center;
        padding-top:30px;
}
.h2ize{
        text-align: center;
}
.psize{
        text-align: center;
}
.h4{
text-align: center;
} 
.skinsmall{
    text-align: center;
}
.experthomeopathic{
text-align: center;
}
.h2ize{
    line-height: 40px;
}
.Health1 {
    font-size: 22px;
    font-weight: 700;
    font-family: Poppins;
}
.blogh1 {
    font-size:25px;
    font-weight: 700;
    font-family: Poppins;
}
.Vitiligo {
    font-family: Poppins;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    color: #191919;
    font-size: 27px;
}
}

@media (max-width: 767.98px) { 
.h1size{
    text-align: center;
    font-size: 38px;
}  
.Homeopathich1size{
    font-size:28px;
    text-align: center;
}
.ExperiencedH2{
    font-size: 30px;
    text-align: center;
}
.GuptaHomeo{
    font-size: 30px;
    text-align: center;
}
.Consultationh2{
    font-size: 30px;
    text-align: center;
}
  .skinsmall{
    font-size: 24px;
    text-align: center;
}  
.h4smallsize{
    text-align: center;
}
.centerbtn{
    text-align: center;
}

}
@media (max-width: 991.98px) { 
.whitebox{
        width: unset;
}
.h1size{
    font-size: 43px;
    margin-bottom:20px !important;
} 
.Consultation{
        margin-top:unset;
}
.Homeopathich1size{
        font-size:28px;
        text-align: center;
}
.Clinich2{
        font-size: 16px;
        text-align: center;
}
.h2since{
        font-size: 16px;
        text-align: center;
 
}
.ExperiencedH2{
        font-size: 32px;
        text-align: center;
}
.GuptaHomeo{
        font-size: 32px;
        text-align: center;
}
.HomeopathyTreatmenth2{
    font-size: 15px;
    text-align: center;
}
.Consultationh2{
    font-size: 32px;
    text-align: center;
}
.treatmentP{
    font-size: 16px;
    text-align: center;
}
.skinsmall{
    font-size: 24px;
} 
.dropdown-menu{
border: unset;
}
.nav-item{
    margin-bottom: 10px;
}
.nav-item{
    padding-left: 0px;
    padding-right: 0px;
}
.navbar-light .navbar-nav .nav-link{
    font-size:18px;
}
.centerimg{
    text-align: center;
}
.aboutguptah2{
    text-align: center;
    font-size:22px;
}
.EducationH2{
    text-align: center;
    font-size: 24px;
}
.none{
    display: none;
}
.centerdiv{
  justify-content:center;
  display: flex;
}
 
}
@media (max-width: 1201.98px) { 
    .navbar-light .navbar-nav .nav-link{
        font-size: 15px;
    }
    .nonediv{
        display:none;
    }
}