* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

.bold {
    font-weight: bold;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.5rem;
}

h5 {
    font-weight: bold;
}

.home-heading {
    color: #0e8794;
    font-weight: bold;
}

a {
    text-decoration: none;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    /* color: white; */
    background-color: black;
    font-weight: bold;
    padding: 0.5rem;
    border-radius: 3px;
}
.column {
  float: left;
  width: 50%;
  padding: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;

  cursor: pointer;
}

.btn:hover {
  background-color: #ddd;
}

.btn.active {
  background-color: #666;
  color: white;
}

/* navbar section  */

.fame-care-nav {
    background-color: white;
    border-bottom: solid;
    border-width: 3px;
    border-color: red;
}

.collapse {
    display: flex;
    justify-content: flex-end;
    margin-right: 5%;
}

.navbar-brand {
    margin-left: 7%;
    margin-right: 0;
}

.navbar .container-fluid .logo img {
    width: auto;
    height:46px;
}

.navbar .container-fluid button {
    margin-right: 7%;
}

.navbar-nav .nav-link.active:hover {
    color: white;
}

.nav-item {
    transition: all 0.5s;
    font-weight: bold;
}

.nav-item:hover {
    background-color: #0e8794;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 black;
}

.nav-item a:hover {
    color: white;
}

.dropdown-item:hover {
    color: white;
    background-color: #0e8794;
    box-shadow: 0 0 5px 0 black;
}

/* slider section  */

.slider-section .carousel-inner{
    box-shadow: 0px 0px 20px 0px #0e8794;
}
.slider-section .carousel-inner .carousel-item{
    position: relative;
}

.slider-img{
    width: 100%;
}
.slider-text{
    position: absolute;
    width: 100%;
}


.sld-text-1{
    left: 100px;
}
.sld-text-2{
    left: 130px;
}
.sld-text-3{
    left: 50px;
}

/* about us dropdown */
.hover-drophown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    display: none;
    margin-top: 0.1rem;
}

.hover-dropdown:hover .dropdown-menu {
    display: block;
}

/* main section  */

/* line  */

.line-div {
    background-color: red;
    height: 2px;
    width: 100%;
}

/* about-us section  */

.about-us-container {
    padding: 5rem;
    background-image: url(images/abtbg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: soft-light;
    background-color: rgba(255, 255, 255, 0.664);
}

.about-us-container .about-us-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.about-us-row .abt-col1 .about-para {
    padding-top: 1rem;
}

.about-us-row .abt-col1 .about-btn {
    display: flex;
    justify-content: left;
    padding-top: 2rem;
}

.about-us-row .abt-col1 .cmp-ov-btn {
    background-color: #0e8794;
    color: white;
}
.about-us-row .abt-col1{
    display: grid;
    justify-content: flex-end;
}
.about-us-row .abt-col2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-us-row .abt-col2 img {
    border-radius: 3px;
}



/* Products Section  */

.main-pdt-heading {
    font-size: 5rem;
    margin-bottom: 0;
}

.center-row {
    display: flex;
    justify-content: center;
}

.pdt-heading {
    color: white;
    margin-bottom: 2rem;
}

.pdt-img:hover {
    position: relative;
}

.products-container .products-row div div .carousel-inner {
    padding: 3rem 8.5rem;
}

.products-container .products-row div div .main-carousel-inner {
    background-image: url(images/pdt-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: soft-light;
    background-color: #000000af;
    box-shadow: 0 0 5px 0 black;
}

.products-container .products-row div div .tablet-carousel {
    background-image: url(images/tablet.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.products-container .products-row div div .capsule-carousel {
    background-image: url(images/capsule.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.products-container .products-row div div .sachets-carousel {
    background-image: url(images/sanchets-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.products-container .products-row div div .injection-carousel {
    background-image: url(images/vaccine.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.products-container .products-row div div .hygiene-carousel {
    background-image: url(images/hygiene\ 1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.products-container .products-row div div .carousel-inner .carousel-item .row .col-sm-12 {
    display: flex;
    justify-content: center;
    padding: 0.5rem;
}

.product-rows .col-lg-3 {
    display: flex;
    justify-content: center;
}

.single-box {
    background-color: white;
    width: 17rem;
    height: auto;
    transition: transform 1s;
    padding: 1rem;
    display: grid;
    justify-content: center;
}

.single-box:hover {
    transform: rotate3d(0, 1, 0, 360deg)
}

.products-container .products-row div div .carousel-inner .carousel-item .img-text {
    text-align: center;
}

.know-more-btn {
    text-decoration: none;
    font-size: 12px;
}

.tablet-container .tablet-row div .carousel-inner .carousel-item .tablet-row-slider {
    padding: 0 10rem;
}

.products-row .carousel-control-next-icon,
.products-row .carousel-control-prev-icon {
    margin-top: 3.5rem;
}

/* testimonial section  */

.testimonial-container .testimonial-row {
    text-align: center;
    padding: 3rem 0;
}

.testimonial-container .testimonial-row div .testimonial-pic {
    width: 50%;
    border-radius: 50%;
}

.testimonial-container .testimonial-row .col-lg-4 {
    padding: 0.5rem 2rem;
}
.custom-star{
    color: orange;
}


/* information section  */

.info-container {
    padding: 3rem;
    box-shadow: 0 0 5px 0 black;
    position: relative;
}

.info-container::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/disease bg bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.info-container h1 {
    color: white;
}

.disease-r1 {
   
  display: flex;
    justify-content: center;
    
}

.disease-r1 li {
    margin: 1rem 0.5rem;
    list-style-type: none;
}

.disease-box .row:nth-of-type(2) {
    padding: 3rem 2rem;
}

.disease-box {
    background-image: url('images/abst\ 4.jpg');
    background-position: center;
    background-size:contain;
    background-blend-mode: soft-light;
    background-color: #ae4a84;
    color: white;
    box-shadow: 0.5px 0.5px 3px 1px rgba(0, 0, 0, 0.219);
}

.disease-box:hover {
    background-color: #0c54a0;
    background-image: none;
    box-shadow: 0.5px 0.5px 3px 1px rgba(0, 0, 0, 0.514);
}

.disease-btn {
    position: relative;
    text-align: center;
    margin-left: 1rem;
}

.disease-btn:hover {
    color: white;
}

.disease-btn::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -15px;
    width: 0%;
    border-bottom: solid;
    transition: 0.5s all;
}

.disease-btn:hover::before {
    width: 70%;
}

/* footer section  */

.foot-container .foot-row {
    color: white;
    background-image: url(images/footer.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 3rem 2rem;
}

.two-col {
    display: grid;
    justify-content: center;
}

.foot-container .foot-row .col-lg-4 .foot-heading {
    color: #0e8794;
    font-weight: bold;
}

.foot-container .foot-row .two-col h3 {
    margin: 0;
}

.foot-container .foot-row .foot-ul {
    list-style: none;
    padding: 0;
}

.foot-container .foot-row .foot-ul .foot-li {
    margin: 0.5rem 0;
}

.foot-container .foot-row .foot-ul .foot-li a {
    text-decoration: none;
    color: white;
    transition: 0.3s all;
    position: relative;
}

.foot-container .foot-row .foot-ul .foot-li a:hover {
    color: #0e8794;
    background-color: white;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    font-weight: bold;
}

.three-col li {
    list-style-type: none;
}

.three-col li i {
    color: #0e8794;
    border-radius: 3px;
    margin: 0.5rem 0;
}

.three-col li span {
    margin-left: 0.5rem;
}

.foot-container .foot-row-1 .foot-item {
    display: flex;
    justify-content: center;
}

.foot-container .foot-row-1 .foot-item .icons {
    width: 2%;
    height: auto;
    margin: 1rem 1rem;
}

.foot-container .foot-row-1 .foot-item-2 {
    background-color: #0e8795;
    padding: 0.3rem;
}

.foot-item-2 p {
    color: white;
    margin: 0;
}

.foot-item-2 a {
    position: relative;
    z-index: 1;
    font-weight: bold;
    text-shadow: 1.5px 0.5px 3px black;
}

.foot-item-2 a:hover {
    color: white;
}

.foot-item-2 a::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: red;
    transition: 0.5s all;
    z-index: -1;
}

.foot-item-2 a:hover::before {
    width: 100%;
}

/* breadcrumb  */
.ul-bd {
    width: 100%;
    height: 100%;
    background-image: url(images/my-breadcrumb.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    align-items: center;
}

.ul-bd {
    height: 10rem;
    width: 100%;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-content: center;
}
.geuuuuu {
    margin: -76px;
    margin-top: 2px;
}
.ul-bd .breadcrumb-item a:hover {
    color: #f98590;
}

.ul-bd .breadcrumb-item,
a {
    color: black;
}

.ul-bd .breadcrumb-item,
.breadcrumb-fa {
    padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: white;
}

/* company-overview page  */

.cmp-ov-section {
    padding: 3rem 5rem;
}

.cmp-ov-container .cmp-ov-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cmp-ov-container .cmp-ov-row .cmp-ov-para {
    text-align: left;
    padding: 0 1rem;
    text-shadow: 2px 2px 1px white;
}

.row-2 {
    margin-top: 3rem;
}

.cmp-ov-container-2 .row-2 i {
    margin: 0.5rem;
    margin-left: 0;
}

.values {
    padding-top: 3rem;
}

/* mission & vision section  */

.ms-container .ms-row {
    display: flex;
    justify-content: center;
    padding: 3rem 5rem;
}

.ms-container .ms-row img {
    width: 10rem;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ms-container .ms-row h1 {
    text-align: center;
}

/* contact-us section  */

.contact-us-container {
    padding-top: 2rem;
}

.contact-us-container .contact-us-1 .col-lg-4 {
    display: grid;
    justify-content: center;
    align-items: center;
    
}

.contact-us-2 .col-lg-8{
    display: grid;
    justify-content: center;
    align-items: center;
}

.container-fluid .contact-us-1 .col-lg-4 .contact-us-icon {
    display: flex;
    justify-content: center;
    font-size: 2rem;
    padding: 1rem 0;
}

.contact-us-2 {
    background-color: #dbd9d9;
    padding: 2rem;
    margin: 3rem 2rem;
    border-radius: 10px;
}

.contact-us-2 .col-lg-4 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-fluid .contact-us-2 div img {
    transition: all 0.5s;
}

.container-fluid .contact-us-2 div img:hover {
    transform: rotate(360deg);
    box-shadow: 1px 1px 10px 1px #0f8795;
}

.container-fluid .contact-us-2:hover {
    border-color: #0f8795;
    box-shadow: 1px 1px 10px 1px #0f8795;
}


.container-fluid .contact-us-2 .contact-btn {
    display: flex;
    justify-content: center;
}

.container-fluid .contact-us-2 .contact-btn .submit-btn {
    border: 1px solid #0f8795;
    color: #0f8795;
    padding: 0.5rem 2.5rem;
}

.container-fluid .contact-us-2 .contact-btn .submit-btn:hover {
    color: white;
    font-weight: bold;
    background-color: #0f8795;
    box-shadow: 1px 1px 10px 1px #0f8795;
    border-color: #0f8795;
}

.container-fluid .contact-us-2 div .form-control:hover {
    cursor: pointer;
    box-shadow: 1px 1px 20px 1px #0f8795;
}

.container-fluid .contact-us-2 div .row div textarea:hover::placeholder,
div input:hover::placeholder {
    color: #0f8795;
    font-weight: bold;
}

.container-fluid .contact-us-3 .col-lg-12 {
    padding: 0;
    height: 400px;
}

.text-text {
    margin: 0;
}

/* Women Health Page  */

.wmn-section {
    padding: 3rem 5rem;
}

.wmn-row .col-lg-6 {
    display: grid;
    justify-content: center;
    align-items: center;
}

.wmn-row .col-lg-6 img {
    position: relative;
}

.wmn-row .col-lg-6 img::before {
    position: absolute;
    content: '';
    width: 70%;
    height: 100%;
    left: 0;
    top: -20px;
    background: #0e8794;
}

.wmn-ul li {
    margin-left: 1.2rem;
}

/* Diseases Page  */

.diseases-row {
    padding: 3rem 5rem;
}

.our-pdt {
    padding: 0.5rem;
    background-color: #0e8794;
    color: white;
}

.our-pdt span {
    color: #FFCB42;
}

/* Media Query  */

@media(max-width: 1200px) {
    .sld-text-1{
        top: 5px;
        left: 90px;
        width:92%;
    }
    .sld-text-2{
        top: 5px;
        left: 100px;
        width:90%;
    }
    .sld-text-3{
        top: 5px;
        left: 50px;
        width: 92%;
    }


    .about-us-row .abt-col2::after {
        right: -15px;
        top: -60px;
    }

    .products-container .products-row div div .carousel-inner {
        padding: 3rem 7rem;
    }

    .foot-container .foot-row-1 .foot-item .icons {
        width: 2.8%;
    }

    .cmp-ov-section {
        padding: 3rem;
    }

    .ms-container .ms-row {
        padding: 3rem;
    }

    .wmn-section {
        padding: 3rem;
    }

  

    .diseases-row {
        padding: 3rem;
    }
}

@media(max-width: 991px) {
    h1 {
        font-size: 2rem;
    }

    .collapse {
        justify-content: flex-start;
        margin-left: 3%;
    }
    .sld-text-1{
        top: 10px;
        left: 70px;
        width:90%;
    }
    .sld-text-2{
        top: 5px;
        left: 90px;
        width:90%;
    }
    .sld-text-3{
        top: 5px;
        left: 40px;
        width:90%;
    }
    .about-us-container {
          padding: 4rem 3rem;
    }

    .about-us-row .abt-col2::after {
        height: 100%;
        right: 0px;
    }

    .disease-box {
        margin: 1rem 0;
    }

    .disease-box .row:nth-of-type(2) {
        padding: 2rem 1rem;
    }

    .disease-btn {
        margin-left: 0.5rem;
    }

    .testimonial-container .testimonial-row .col-lg-4 {
        padding: 0.5rem 1rem;
    }

    .foot-container .foot-row-1 .foot-item .icons {
        width: 3.8%;
    }

    .main-pdt-heading {
        font-size: 3rem;
    }


}

@media(max-width: 767px) {
    .sld-text-1{
        top: 25px;
        left: 70px;
        width: 80%;
    }
    .sld-text-2{
        top: 23px;
        left: 90px;
        width: 80%;
    }
    .sld-text-3{
        top: 30px;
        left: 50px;
        width: 80%;
    }
    #small-screen {
        display: block;
    }

    #large-screen {
        display: none;
    }

    .abt-section-sm {
        display: block;
    }

    .abt-section-lg {
        display: none;
    }

    .abt-col2 {
        text-align: center;
        margin-bottom: 2rem;
    }

    .about-us-row .abt-col2::after {
        height: 100%;
        width: 50%;
        top: -50px;
        right: 50px;
    }

    .testimonial-container .testimonial-row .col-lg-4 {
        padding: 0.5rem 2rem;
    }

    .disease-r1 {
        padding: 1.5rem 3rem;
    }

    .contact-us-2 .col-lg-4 {
        margin-bottom: 2rem;
    }

    .contact-us-2 {
        padding: 2rem 1rem;
    }



    .three-col li {
        margin: 0.5rem 0;
    }

    .foot-container .foot-row-1 .foot-item .icons {
        width: 4.5%;
    }

    .cmp-ov-container .cmp-ov-row .cmp-ov-para {
        padding-top: 2rem;
    }

    .wmn-row .col-lg-6:nth-of-type(2) {
        margin-top: 1rem;
    }
}

@media(min-width: 768px) {
    #small-screen {
        display: none;
    }

    .abt-section-sm {
        display: none;
    }
}

@media(max-width: 650px) {
    .about-us-row .abt-col2::after {
        height: 100%;
        width: 70%;
        top: -50px;
        right: 0px;
    }
}

@media(max-width: 560px) {

    .sld-text-1{
        top: 35px;
        left: 70px;
        width: 70%;
    }
    .sld-text-2{
        top: 35px;
        left: 75px;
        width: 70%;
    }
    .sld-text-3{
        top: 38px;
        left: 50px;
        width: 70%;
    }
    .about-us-row .abt-col2::after {
        width: 80%;
        top: -50px;
        right: -30px;
    }

    .foot-container .foot-row-1 .foot-item .icons {
        width: 5.3%;
    }
}

@media(max-width: 460px) {
    h1 {
        font-size: 1.5rem;
    }
    .navbar .container-fluid .logo img {
        height: 50px;
    }
    .sld-text-1{
        top: 23px;
        left: 50px;
        width: 75%;
    }
    .sld-text-2{
        top: 20px;
        left: 57px;
        width: 75%;
    }
    .sld-text-3{
        top: 23px;
        left: 45px;
        width: 75%;
    }



    .abt-col2 img {
        width: 250px;
    }

    .about-us-row .abt-col2::after {
        width: 70%;
        top: -50px;
        right: -10px;
    }

    .products-container .products-row div div .carousel-inner {
        padding: 3rem;
    }

    .info-container {
        padding: 3rem 2rem;
    }

    .disease-r1 {
        padding: 1.5rem;
    }

    .foot-container .foot-row-1 .foot-item .icons {
        width: 6.5%;
    }

    .ms-container .ms-row {
        padding: 2rem;
    }

    .wmn-section {
        padding: 2rem;
    }

    .cmp-ov-section {
        padding: 2rem;
    }

    .row-2 {
        margin-top: 2rem;
    }

    .values {
        padding-top: 2rem;
    }

    .main-pdt-heading {
        font-size: 2rem;
    }

    .diseases-row {
        padding: 2rem;
    }
}



h3.post-title a {
    text-align: center;
    
      color: black;
    padding: 1px 2px;
}
.wt-post-text p {
    text-align: center;
}
.about-btn {
    text-align: center;
}
.wt-post-title h3 {
    text-align: center;
        margin-top: 20px;
            font-size: 20px;
}

.sec-sec {
    margin-left: 95px;
    margin-right: 95px;
    margin-top: 39px;
}


.immg {
   
    margin-top: 20px;
    margin-bottom: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}



table, th, td {

border: 2px solid black;

border-collapse: collapse;
text-align: center;

}

th, td {

padding: 22px;

}

th {

background-color: #ae4a84;

}

colgroup {

width: 339px;

}

table {
    margin-top: 32px;
    margin-bottom: 53px;
}

h4.mb30 {
    margin-top: 38px;
}

p.post__text {
    margin-bottom: 33px;
}


h1.text-center.bold {
    margin-bottom: 26px;
}



img.igg {
    height: 600px !important;
    margin-top: 20px !important;
    margin-bottom: 30px !important;
}

.im {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 62%;
}

img.iggg {
    height: 600px !important;
    margin-top: 0px !important;
    margin-bottom: -1px !important;
}

.sss{
    margin-top: 23px;
}


img.igggg {
    height: 286px; 
    margin-top: -10px; 
    margin-left: -232px; 
}




a.btn.cmp-ov-btn {
    color: black !important;
    margin-bottom: 10px !important;
}
