﻿








body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0px;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: heebo,sans-serif;
}

::selection {
    background-color: #620038;
    color: #fff;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background-color:transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #620038;
    border-radius: 15px;
}
    
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #620038;
    }

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999999;
}

/*.background-header {

    background-color: #fff !important;
    height: 110px !important;
    position: fixed !important;
    top: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 0px 0px 10px rgb(62 60 60 / 65%) !important;
    z-index: 1;
}*/

a {
    text-decoration: none;
}
.awesome {
    color: red;
    -webkit-animation: colorchange 20s infinite alternate;
}

@-webkit-keyframes colorchange {
    0% {
        color: red;
    }

    10% {
        color: #8e44ad;
    }

    20% {
        color: #1abc9c;
    }

    30% {
        color: #d35400;
    }

    40% {
        color: blue;
    }

    50% {
        color: #34495e;
    }

    60% {
        color: blue;
    }

    70% {
        color: #2980b9;
    }

    80% {
        color: #f1c40f;
    }

    90% {
        color: #2980b9;
    }

    100% {
        color: pink;
    }
}
.watch_now{
    position:fixed;
    top:25%;
    right:10px;
    z-index:99999;
}
.watch_now a{
   color:#fff;
   background-color:#600037;
   padding:15px;
   margin:5px;
   border-radius:20px;
   font-weight:700;
   font-size:15px;
}

.blink-soft {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;    
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}
@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}


#button {
    display: inline-block;
    background-color: #620038;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #button::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 25px;
        color: #fff;
        line-height: 40px;
    }

    #button:hover {
        cursor: pointer;
        background-color: #001c32;
    }

    #button:active {
        background-color: #555;
    }

    #button.show {
        opacity: 1;
        visibility: visible;
    }

/* Styles for the content section */


.topbar {
    background-color: #600037;
    width:100%;
    padding:5px;
}


.topbar a{
   color:#fff;
}

.navbar .navbar-brand img {
    width: 135px;
}

.navbar .navbar-nav {
    margin-left: 350px;
}

    .navbar .navbar-nav .nav-item {
        margin-left: 20px;
        font-size: 15px;
        font-weight: 600;
    }



.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: rgb(98 0 56);
    font-weight: 700;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(98 0 56);
}

.navbar-light .navbar-nav .nav-link {
    color:#001c32;
}

.btn-aboutus {
    background-color: rgb(98 0 56);
    color: #fff;
    padding: 10px 20px;
    margin: 5px;
    z-index: 9999;
}

.section_one span {
    color: rgb(98 0 56);
    ;
}

.section_one h6 {
    font-size: 16px;
    font-weight: 700;
    font-family: heebo,sans-serif;
    color: #001c32;
}

.section_one h2 {
    font-size: 45px;
    font-weight: 700;
    font-family: heebo,sans-serif;
    color: #001c32;
}

.section_one p {
    font-size: 15px;
    font-weight: 500;
    font-family: heebo,sans-serif;
    color: #1a1a1a;
    text-align: justify;
}

.section_one .circle img {
    position: relative;
    width: 239px;
    opacity: 0.65;
    left: 30%;
    bottom: 300px;
    z-index: 1;
}

.section_one .bacteria img {
    position: relative;
    width: 100px;
    bottom: 35px;
    left: 55%;
}

.section_one .sidecorner img {
    position: relative;
    width: 100px;
    bottom: 150px;
    left: -15%;
    opacity: 0.6;
}
.section_one .card {
    overflow: hidden;
    border: none;
    height: 200px;
    width: 100%;
    background-color: #e6e5f1;
    border-radius: 15px;
    padding: 10px;
}
.section_one .card ol li{
   font-size:15px;
   font-weight:600;
}
.section_one .card h4{
   font-size:35px;
   font-weight:600;
   text-align:center;
}
.section_one .content {
    position: relative;
    bottom: 185px;
}

.section_two {
    position: relative;
    bottom: 150px;
    margin-bottom: -230px;
}

    .section_two h2 {
        text-transform: capitalize;
        font-size: 35px;
        font-weight: 700;
        font-family: heebo,sans-serif;
        color: #001c32;
    }

        .section_two h2 span {
            color: rgb(98 0 56);
        }

    .section_two p {
        font-size: 15px;
        font-weight: 500;
        font-family: monospace;
        color: #919191;
    }

    .section_two .card {
        border: none;
        padding: 10px;
        margin: 10px;
        height: 275px;
        box-shadow: 0px 30px 40px 0px rgb(3 24 128 / 20%);
        transition: all .5s ease-in-out;
    }

        .section_two .card:hover {
            transform: translateY(-10px);
        }

        .section_two .card i {
            color: #fff;
            font-size: 40px;
            margin-bottom: 15px;
            margin-top: 15px;
        }

        .section_two .card h4 {
            color: #fff;
            font-size: 22px;
            font-weight: 600;
            font-family: heebo,sans-serif;
        }

        .section_two .card p {
            font-size: 15px;
            font-weight: 500;
            font-family: heebo,sans-serif;
            color: #fff;
        }




.section_three{
    margin-top:130px;
}
.section_three h2 {
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 700;
    font-family: heebo, sans-serif;
    color: #001c32;
}

    .section_three h2 span {
        color: rgb(98 0 56);
    }

.section_three p {
    font-size: 15px;
    font-weight: 500;
    font-family: monospace;
    color: #919191;
}


.section_three .card {
    margin: 20px;
    background-color: #f3fdfb;
    border: none;
    box-shadow: 10px 10px 5px 1px #e7e7e7;
}

    .section_three .card img {
        height: 250px;
        width: 100%;
    }

        .section_three .card img:hover {
            opacity: 0.8;
        }

    .section_three .card .card-footer h5 {
        font-size: 20px;
        font-weight: 700;
        color: #600037;
    }


    .section_three .card .card-footer span {
        color: #001c32;
        font-weight: 500;
        font-size: 15px;
    }


    .section_three .card .card-footer i {
        color: #001c32;
    }


    .section_three .card .card-footer p {
        font-size: 14px;
        font-weight: 500;
        color: #666666;
        text-align: justify;
        font-family:auto;
    }

    .section_three .card .card-footer .btn-rate {
        background-color: #600037;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        border: 1px solid #600037;
    }


        .section_three .card .card-footer .btn-rate:hover {
            background-color: transparent;
            color: #600037;
            border: 2px solid #600037;
        }


.section_three .element-item p {
    font-size: 15px;
    font-family: "Lato", sans-serif;
}



.section_four .card i {
    color: #000;
    font-size: 30px;
    padding: 10px;
}

.section_four .card h6 {
    font-size: 15px;
    font-weight: 600;
}

.section_four .card p {
    font-size: 14px;
    font-weight: 500;
    color: #424242;
}

.btn-category {
    vertical-align: top;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    padding: 12px 25px;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    text-align: center;
    border: none;
    background: #00AF92;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}


    .btn-category:hover {
        background: #202029;
        color: #fff;
    }

.section_four .card {
    border: none;
    margin: 10px;
    padding: 15px;
}

    .section_four .card :hover {
        background-color: #fff;
    }

.section_four h2 {
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 700;
    font-family: heebo, sans-serif;
}

.section_four .card p {
    margin-bottom: 0px;
}


.section_four .hover_effect1:hover .section_four .card i {
    background: #E34444;
    color: #fff;
}

.section_five h2 {
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 700;
    font-family: heebo, sans-serif;
}

    .section_five h2 span {
        color: rgb(98 0 56);
    }

.section_five p {
    color: grey;
    font-size: 16px;
}

.section_six h2 {
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 700;
    font-family: heebo, sans-serif;
    color: #001c32;
}
.section_six h2 span{
    color: #600037;
}

.section_six p {
    color: grey;
    font-size: 16px;
}

.section_six .card {
    border: none;
    margin: 10px;
    padding: 5px;
    transition: all .5s ease-in-out;
    box-shadow: 10px 10px 10px 10px #e9e5e5;
}


    .section_six .card p {
        color: #999999;
        font-size: 18px;
        margin-bottom: 0px;
        font-weight: 500;
    }

.section_six .card .card-footer{
    padding: 5px !important;
}
    .section_six .card .card-footer .btn-viewprofile {
       width:100%;
       background-color:#600037;
       color:#fff;
       padding:2px;
       font-size:15px;
       font-weight:700;
     
    }

    .section_six .card:hover {
        transform: translateY(-8px);
    }

    .section_six .card h4 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 2px;
        color: #001c32;
    }

    .section_six .card .fa-star {
        font-size: 15px;
        color: #ffc10b;
        margin-bottom: 20px;
    }

    .section_six .card span {
        font-size: 14px;
        color: #757F95
    }

    .section_six .card .card-footer {
        text-align: center;
    }

    .section_six .card .fa-user-group {
        font-size: 14px;
        color: #757F95
    }


    .section_six .card .socila_media i {
        font-size: 22px;
        color: #600037;
    }

    .section_six .card .imgesss img {
        width: 300px;
        height: 300px;
        border-radius: 50%;
        padding: 5px;
    }

    @media(max-width: 768px){
        .section_six .card .imgesss img {
            width: 100%;
            height: auto;
            border-radius: 50%;
            padding: 5px;
        }
    }

.testimonials .text-center p {
    font-size: 15px;    
    font-weight: 500;
    font-family: monospace;
    color: #919191;
    text-align: center;

}
.testimonials .carousel img {
    width: 70px;
    max-height: 70px;
    border-radius: 50%;
    margin-right: 1rem;
    overflow: hidden;
}

.testimonials .carousel-inner {
    padding: 1em;
}

.testimonials h2 {
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 700;
    font-family: heebo, sans-serif;
    color: #001c32;
}

    .testimonials h2 span {
        color: #620038;
    }
.testimonials h5{
    color:#001c32;
}
.testimonials .carousel-inner .card-text {
    color: grey;
    font-size: 15px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

.testimonials .carousel-control-next-icon, .testimonials .carousel-control-prev-icon {
    width: 1rem;
    height: 1rem;
}

.section_news h2 {
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 700;
    font-family: heebo, sans-serif;
}

    .section_news h2 span {
        color: #00a98f;
    }

.section_news p {
    color: grey;
    font-weight: 400;
    font-size: 16px;
}

.section_news .card {
    border: none;
    margin: 10px;
    transition: all .5s ease-in-out;
}

    .section_news .card:hover {
        transform: translateY(-10px);
    }

    .section_news .card img {
        width: 100%;
        height: 200px;
        border-radius: 10px 10px 0px 0px;
    }

    .section_news .card .card-footer span {
        font-size: 16px;
        color: #4e4c4c;
    }

    .section_news .card .card-footer i {
        font-size: 16px;
        color: #4e4c4c;
    }

    .section_news .card .card-footer p {
        font-size: 15px;
        color: grey;
        text-align: justify;
    }

    .section_news .card .card-footer {
        padding: 0px;
        padding-top: 10px;
    }

        .section_news .card .card-footer .btn-readmore {
            background-color: #00a98f;
            color: #fff;
            padding: 6px 15px;
            margin: 10px;
            border: 1px solid #00a98f;
        }

            .section_news .card .card-footer .btn-readmore:hover {
                background-color: transparent;
                color: #00a98f;
                padding: 6px 15px;
                margin: 10px;
                border: 2px solid #00a98f;
            }

            .section_news .card .card-footer .btn-readmore i {
                color: #00a98f;
            }


.banner_section .bg {
    background-color: #600037;
    padding: 20px;
}


    .banner_section .bg h2 {
        text-transform: capitalize;
        font-size: 25px;
        font-weight: 700;
        font-family: heebo, sans-serif;
        color: #fff;
    }

    .banner_section .bg h6 {
        font-size: 16px;
        color: #fff;
    }

    .banner_section .bg .btn-startted {
        color: #600037;
        background-color: #fff;
        font-weight: 600;
        font-size: 16px;
        padding: 10px 15px;
        margin-top: 20px;
        transition: all .8s ease-in-out;
    }

        .banner_section .bg .btn-startted:hover {
            color: #fff;
            background-color: #001652;
            border: 2px solid #ff0092;
        }




:root {
    --slideshow-speed: 20s; /* Adjust the speed of the slideshow here */
    --slideshow-aspect-ratio: 16/9; /* Aspect ratio of Slideshow Container */
}

.image-container {
    position: relative;
    width: 100%; /* Width of the slideshow */
    aspect-ratio: var(--slideshow-aspect-ratio); /* Aspect ratio of the slideshow */
    overflow: hidden;
}

    .image-container .contain_img .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(0deg, #60003729, #6000372b);
    }
   

    .image-container .contain_img  .centered {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .image-container .contain_img  h2 {
        color:#fff;
    }
   

    .image-container .contain_img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        transition: opacity 1s ease-in-out;
        object-fit: cover; /* Ensures the image covers the container without distortion */
    }

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.image-container .contain_img:nth-child(1) {
    animation: fadeInOut calc(var(--slideshow-speed) * 1) infinite;
}

.image-container .contain_img:nth-child(2) {
    animation: fadeInOut calc(var(--slideshow-speed) * 1) infinite;
    animation-delay: calc(var(--slideshow-speed) / 10 * 1);
}

.image-container .contain_img:nth-child(3) {
    animation: fadeInOut calc(var(--slideshow-speed) * 1) infinite;
    animation-delay: calc(var(--slideshow-speed) / 10 * 2);
}

.image-container .contain_img:nth-child(4) {
    animation: fadeInOut calc(var(--slideshow-speed) * 1) infinite;
    animation-delay: calc(var(--slideshow-speed) / 10 * 3);
}

.image-container .contain_img:nth-child(5) {
    animation: fadeInOut calc(var(--slideshow-speed) * 1) infinite;
    animation-delay: calc(var(--slideshow-speed) / 10 * 4);
}

.image-container .contain_img:nth-child(6) {
    animation: fadeInOut calc(var(--slideshow-speed) * 1) infinite;
    animation-delay: calc(var(--slideshow-speed) / 10 * 5);
}

.image-container .contain_img:nth-child(7) {
    animation: fadeInOut calc(var(--slideshow-speed) * 1) infinite;
    animation-delay: calc(var(--slideshow-speed) / 10 * 6);
}

.image-container .contain_img:nth-child(8) {
    animation: fadeInOut calc(var(--slideshow-speed) * 1) infinite;
    animation-delay: calc(var(--slideshow-speed) / 10 * 7);
}

.image-container .contain_img:nth-child(9) {
    animation: fadeInOut calc(var(--slideshow-speed) * 1) infinite;
    animation-delay: calc(var(--slideshow-speed) / 10 * 8);
}

.image-container contain_img:nth-child(10) {
    animation: fadeInOut calc(var(--slideshow-speed) * 1) infinite;
    animation-delay: calc(var(--slideshow-speed) / 10 * 9);
}


.image-container:hover .contain_img {
    animation-play-state: paused;
    cursor: pointer;
}


/* Define the animation keyframes */
@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}



footer {
    padding-top: 100px;
}

    footer img {
        width: 145px;
        margin-bottom: 15px;
    }

    footer p {
        font-size: 15px;
        color: #00184F;
        text-align: justify;
    }

    footer h4 {
        font-size: 25px;
        color: #620038;
        text-transform: capitalize;
        font-weight: 700;
        font-family: heebo, sans-serif;
    }

    footer p a {
        font-size: 15px;
        color: #00184F;
        text-decoration: none;
        transition: all .4s ease-in-out;
    }

    footer .support a {
        font-size: 15px;
        color: #00184F;
        text-decoration: none;
        transition: all .4s ease-in-out;
    }

        footer .support a:hover {
            color: #600037;
        }

    footer p a:hover {
        color: #620038;
        padding-left: 10px;
        font-weight: 600;
    }

    footer .socila_icons {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        footer .socila_icons i {
            color: #fff;
            background-color: #620038;
            padding: 10px;
            border-radius: 50px;
            cursor: pointer;
            transition: all .8s ease-in-out;
        }

            footer .socila_icons i:hover {
                color: #620038;
                background-color: transparent;
                border: 1px solid #620038;
            }

        footer .socila_icons a {
            text-decoration: none;
        }

.about_banner {
    background-image: url('../images/about_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 130px;
    padding-bottom: 130px;
}

    .about_banner span {
        color: #600037;
        font-weight: 700;
        font-size: 45px;
        box-shadow: 4px 4px 10px 0px #600037;
        padding: 12px;
        border-radius: 15px;
    }

    .about_banner p {
        margin-top: 20px;
        color: #600037;
    }

    .about_banner h6 {
        color: #000;
        font-weight: 700;
        font-size: 18px;
    }

    .about_banner p a {
        margin-top: 20px;
        color: #600037;
        font-weight: 700;
    }

    .about_banner p a:hover{
        margin-top: 20px;
        color: #001c32;
        font-weight: 700;
    }



.tab_section .navtabs {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    background: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 10px 20px;
    position: relative;
}

.tab_section .navtab {
    margin: 0 7px;
    padding: 3px 5px;
    cursor: pointer;
    color: #001c32;
    transition: color 0.3s;
    font-size: 15px;
}

    .tab_section .navtab:hover {
        color: #620038;
    }

    .tab_section .navtab.active {
        color: #620038;
        font-weight: 700;
    }

.tab_section .underline {
    position: absolute;
    bottom: 0;
    height: 2px;
    background: #620038;
    transition: left 3s ease, width 0.3s ease;
}

.tab_section .content {
    display: none;
    padding: 20px;
    max-width:100%;
    text-align: center;
}

    .tab_section .content.active {
        display: block;
    }
.tab_section p{
    color:grey;
    font-size:15px;
    text-align:justify;
    margin-top:20px;
}

.tab_section h2 {
    color: rgb(98 0 56);
    font-size: 40px;
    font-weight: 600;
}

.teacher .text-center p {
    font-size: 15px;
    font-weight: 800;
    font-family: monospace;
    color: #919191;
    text-align: center;
}

.teacher .profile_pic {
    border-radius: 50%;
    text-align: center;
}


.teacher .profile_pic img{
    border-radius:50%;
    width:100px;
    height:100px;
    margin-bottom:20px; 
}

.teacher .review_pic {
    border-radius: 50%;
    text-align: center;
}


    .teacher .review_pic img {
        border-radius: 50%;
        width: 100px;
        height: 100px;
        margin-bottom: 20px;
    }
.teacher .teacher_name {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-align: center;
}
    .teacher  .heading {
       background-color:#00a98f;
       padding:5px;
    }
    .teacher  .heading h5{
       margin-bottom:0px;
       font-size:20px;
       font-weight:600;
       color:#fff;
    }
    .teacher .card{
      border:none;
      padding:5px;
      background-color:#fff;
    }
    .teacher .card h6{
     color:#000;
     font-weight:600;
     font-size:17px;
    }
        .teacher .card a {
            color: #727272;
            font-weight: 500;
            font-size: 15px;
        }
        .teacher .card p {
            color: #727272;
            font-weight: 500;
            font-size: 15px;
        }
            .teacher .card p b {
                color: #404040;
                font-weight: 700;
                font-size: 15px;
            }
.teacher .btn-reply {
    color: #00a98f !important;
    border: 1px solid #00a98f;
    padding: 5px 20px;
}





.you_tube h2 {
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 700;
    font-family: heebo, sans-serif;
    color: #001c32;
}

    .you_tube h2 span {
        color: rgb(98 0 56);
    }


.you_tube .slide-container {
    max-width: 1120px;
    width: 100%;
    padding: 40px 0;
}

.you_tube .slide-content {
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
}

.you_tube .card {
    border-radius: 25px;
    background-color: #FFF;
}

.you_tube img{
    height:200px;
    width:100%;
    margin-bottom:15px;
}

.you_tube .btn-you_tube {
    width:100%;
    font-size:18px;
    font-weight:600;
    background-color:#600037;
    color:#fff;
    margin:5px;
}


.you_tube .swiper-navBtn {
    color: #620038;
    transition: color 0.3s ease;
}

    .you_tube .swiper-navBtn:hover {
        color: #001c32;
    }

    .you_tube .swiper-navBtn::before,
    .you_tube .swiper-navBtn::after {
        font-size: 38px;
    }

.you_tube .swiper-button-next {
    right: 0;
}

.you_tube .swiper-button-prev {
    left: 0;
}

.you_tube .swiper-pagination-bullet {
    background-color: #001c32;
    opacity: 1;
}

.you_tube .swiper-pagination-bullet-active {
    background-color: #600037;
}





@media screen and (min-width: 768px) {
    .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 3);
    }

    .testimonials .carousel .card {
        margin: 0 0.5em;
        border: 0;
    }

    .testimonials .carousel-control-prev,
    .testimonials .carousel-control-next {
        width: 2rem;
        height: 2rem;
        background-color: #600037;
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
    }
}


.contact .card i {
    font-size: 45px;
    margin-bottom: 20px;
    color: #600037;
}

.contact .card p {
    font-size: 16px;
    color: #600037;
    font-weight:600;
}

.contact .card p a {
    font-size: 16px;
    color: #600037;
}

.contact .card p a:hover {
    color: #000;

}
.contact h2 {
    color: #600037;
    font-size:40px;
    font-weight:700;
    text-align:center;
}

.contact .card {
    text-align: center;
    border: none;
    background-color: #62003824;
    margin: 15px;
    padding: 25px;
    height: 170px;
}


/**********************radiobutton************/
.radio-group {
    display: flex;
    gap: 20px; /* spacing between options */
    align-items: center;
}

    .radio-group input[type="radio"] {
        display: none; /* hide the default radio */
    }

    .radio-group label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        font-size: 16px;
        color: #333;
        margin-top: 1rem;
    }

        /* Custom radio circle */
        .radio-group label::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 18px;
            height: 18px;
            border: 2px solid #007bff;
            border-radius: 50%;
            background: #fff;
        }

    /* Checked state */
    .radio-group input[type="radio"]:checked + label::after {
        content: "";
        position: absolute;
        left: 5px;
        top: 50%;
        transform: translateY(-50%);
        width: 10px;
        height: 10px;
        background: #007bff;
        border-radius: 50%;
    }

    /* Hover effect */
    .radio-group label:hover::before {
        border-color: #0056b3;
    }

.enqury-form {
    background-image: linear-gradient(#60003799, #62003863), url(../images/enqury-form_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 80px;
    padding-bottom: 80px;
}

    .enqury-form .card {
        padding: 30px;
        margin: 15px;
        background-color: #00000091;
        border: none;
        color: #fff;
    }

        .enqury-form .card h3 {
            font-size: 35px;
            font-weight: 700;
            color: #ff0092;
        }

        .enqury-form .card p {
            font-size: 15px;
            font-weight: 500;
            color: #ffffff9c;
        }

    .enqury-form .card label{
      font-size:15px;
      font-weight:500;
        color:#fff;
    }

    .enqury-form .card input{
      font-size:15px;
      font-weight:500;
        color:#fff;
        background-color:transparent;
        width:100%;
        margin:10px;
        padding:4px;
        border:none;
        border-bottom:1px solid #fff;

    }


    .enqury-form .card textarea{
      font-size:15px;
      font-weight:500;
        color:#fff;
        background-color:transparent;
        width:100%;
        margin:10px;
        padding:4px;
        border:none;
        border-bottom:1px solid #fff;

    }


        .enqury-form .card .btn-enqury:hover {
            padding: 5px;
            margin: 5px;
            width: 100%;
            background-color: #ff0092;
            color: #fff;
            border: 1px solid #ff0092;
            box-shadow: none;
        }


        .enqury-form .card .btn-enqury {
            padding: 5px;
            margin: 5px;
            width: 100%;
            background-color: transparent;
            color: #ff0092;
            border: 1px solid #ff0092;
            box-shadow: 2px 3px 1px 2px #ff0092;
        }


::placeholder {
    color: #cfcfcf;
    font-size: 13px;
}

::-ms-input-placeholder { /* Edge 12-18 */
    color: #cfcfcf;
}


.single_product h5{
    color:#00a98f;
    font-size:20px;
    font-weight:700;
}
.single_product h6{
    color:#000;
    font-size:17px;
    font-weight:600;
}
.single_product p{
    color:grey;
    font-size:15px;
    font-weight:500;
}
.single_product .btn-buynow {
    color: #fff;
    background-color:#00a98f;
    border:1px solid #00a98f;
    padding:5px;
    margin:5px;
}

.our_misson h6 {
    font-size: 16px;
    font-weight: 700;
    font-family: heebo, sans-serif;
    color: rgb(98 0 56);
}

.our_misson h2 {
    font-size: 45px;
    font-weight: 700;
    font-family: heebo, sans-serif;
    margin-bottom:15px;
}

    .our_misson h2 span {
        color: rgb(98 0 56);
    }

.our_misson p {
    font-size: 15px;
    font-weight: 500;
    font-family: monospace;
    color: #919191;
    text-align: justify;
}

@media (max-width: 800px) {
    .section_three .filters button {
        padding: 5px 10px;
        margin: 5px;
    }
    .section_one h2 {
        font-size: 35px;
    }
    .section_three .grid > li {
        width: 250px;
    }
    .section_one .circle img {
        opacity: 0.5;
        left: 40%;
    }
    .section_two h2 {
        font-size: 30px;
    }
    .section_two .card {
        height: 365px;
    }
    .section_three .element-item p {
        font-size: 16px;
        line-height: 22px;
    }
    .navbar .navbar-nav {
        margin-left: 0px;
    }
    .section_three h2 {
        font-size: 30px;
    }
    footer .support a {
        font-size: 10px;
    }
    footer p a {
        font-size: 12px;
    }
    footer p {
        font-size: 12px;
    }
    footer .socila_icons i {
        padding: 10px;
        font-size: 10px;
    }
    .section_two .card p {
        font-size: 13px;
    }
    .about_banner {
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .tab_section h2 {
        font-size: 35px;
    }
    .tab_section .navtabs {
        padding: 9px 0px;
    }
    .tab_section .navtab {
        font-size: 11px;
    }
}

@media screen and (min-width: 576px) {
    .testimonials .carousel-inner {
        display: flex;
        width: 90%;
        margin-inline: auto;
        padding: 1em 0;
        overflow: hidden;
    }

    .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 2);
    }
}

@media only screen and (max-width:500px) {
    .navbar .navbar-nav {
        margin-left: 0;
    }

    .section_one h2 {
        font-size: 30px;
    }

    .section_one h6 {
        font-size: 13px;
    }

    .section_one .bacteria img {
        display: none;
    }

    .section_one .sidecorner img {
        display: none;
    }

    .section_one .content {
        position: static;
    }

    .section_one .circle img {
        display: none;
    }

    .section_two {
        position: static;
        bottom: 0;
        margin-bottom: 0;
    }

    .section_three {
        margin-top: 50px;
    }

        .section_three .filters button {
            padding: 0px 5px;
            margin: 2px;
        }

    .section_four h2 {
        font-size: 30px;
    }

    .section_five h2 {
        font-size: 30px;
    }

    .section_five p {
        font-size: 13px;
    }

    .section_six h2 {
        font-size: 30px;
    }

    .section_six p {
        font-size: 13px;
    }

    .testimonials h2 {
        font-size: 30px;
    }

    .testimonials .carousel-control-next-icon, .testimonials .carousel-control-prev-icon {
        padding: 16px;
        background-color: #000;
    }

    .testimonials .carousel-item .card {
        height: 200px;
    }

    .section_news h2 {
        font-size: 30px;
    }

    .section_three .grid {
        margin-left: 0px;
    }

    .tab_section .navtab {
        margin: 0 2px;
        font-size: 10px;
    }

    .about_banner {
        padding-top: 25px;
        padding-bottom: 25px;
    }

        .about_banner span {
            font-size: 30px;
        }

        .about_banner p a {
            font-size: 15px;
        }

        .about_banner p {
            font-size: 15px;
        }

        .about_banner h6 {
            color: #000;
            font-weight: 700;
            font-size: 11px;
        }

    .watch_now {
        top: 35%;
    }

        .watch_now a {
            padding: 10px;
            font-weight: 600;
            font-size: 10px;
        }

    .topbar a {
        font-size: 13px;
    }

    .navbar .navbar-brand img {
        width: 100px;
    }

    .section_two .card {
        height: 202px;
    }
}


.swiper-slide {
    width: 300.25px !important;
}





