@import url("https://fonts.googleapis.com/css2?family=Playwrite+DE+Grund:wght@100..400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); body {
    font-family: Poppins, sans-serif;
    color: rgb(28, 28, 28);
    overflow-x: hidden;
}

a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-family: Poppins, sans-serif;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Poppins, sans-serif !important;
    color: rgb(0, 0, 0);
}

span {
    font-family: Poppins, sans-serif !important;
}

p {
    font-family: Poppins, sans-serif;
    font-size: 15px;
    line-height: 26px;
    color: rgb(85, 85, 85);
    margin: 0px 0px 15px;
}

.in-img {
    width: 122px;
}

.img-right {
    text-align: right;
    position: relative;
}

header {
    text-align: center;
}

.title {
    font-size: 17px;
}

.img-sz {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.banner-sec {
    position: relative;
    overflow: hidden;
}

a {
    text-decoration: none;
}
.carousel-control-next-icon {
       background-color: #000;
      
              margin-left: 86px;}
.carousel-control-prev-icon {
   background-color: #000;
    margin-right: 86px;}

.banner-sec .carousel-inner .carousel-item > img {
    height: 540px;
    width: 100%;
}

.banner-sec .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
}

.banner-sec .carousel-indicators .active {
    background-color: rgb(0, 6, 125);
    margin: 0px;
    border-radius: 50%;
}

.carousel-caption {
    position: absolute;
    top: 34%;
    color: rgb(255, 255, 255);
    text-align: center;
    left: inherit;
    width: 100%;
}

.banner-sec .carousel-caption {
    position: absolute;
    top: 30%;
    color: rgb(255, 255, 255);
    text-align: left;
    left: 9%;
    width: 42%;
}

.carousel-caption h2 {
    font-size: 28px;
    font-weight: 400;
    text-transform: capitalize;
    color: #ff601f;
    text-shadow: none;
    background: #ffffffc7;
    line-height: 1.5;
    display: inline-block;
    padding: 10px 18px;
    letter-spacing: .5px;
    backdrop-filter: blur(2px);
}

.carousel-caption h2 span {
    color: rgb(206, 255, 107);
}

.carousel-caption p {
    font-size: 18px;
    line-height: 25px;
}

.banner-sec .carousel-control {
    display: none;
}

.banner-btn a {
    background-color: #fff;
    border-radius: 0px;
    font-size: 14px;
    padding: 10px 20px;
    color: #ff601f;
    margin-top: 20px;
}

.banner-btn {
    margin: 50px 0px 0px 9px;
}

.about {
    padding-top: 60px;
}

.about .hm-head {
    color: #ff601f;
    font-weight: 400;
    font-size: 36px;
    margin: 0px 0px 20px 0;
}

.about p{
    text-align: justify;
}
.about li{
    text-align: justify;
    font-size: 15px;
    line-height: 20px;
    color: rgb(85, 85, 85);
    margin: 0px 0px 7px 0;
}

.about .abt-img:hover::before {
    opacity: 1;
}

.about .abt-img {
    position: relative;
}

.about .abt-img::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.25);
    transition: opacity 0.2s ease-out;
}

.abt-btn a {
    background-color: #ff601f;
    border-radius: 0px;
    font-size: 14px;
    padding: 12px 30px;
    color: rgb(255, 255, 255);
    margin-top: 20px;
}

.therapies-section {
    background-color: rgb(231, 239, 245);
    padding: 4% 0px;
    margin-top: 60px;
}

.therapies-section h1 {
    text-align: center;
    font-size: 36px;
    color: #ff601f;
    line-height: 28px;
    font-weight: 400;
    padding-bottom: 10px;
}

.therapies-section img {
    width: 90%;
}

.therapies-section .product-card {
    margin: 20px 0px 0px;
}

.therapies-section .product-card img {
    border-radius: 5px;
    margin: 0px 0px 10px;
}

.therapies-section .product-card h5 {
    color: rgb(243, 15, 29);
    font-size: 19px;
    margin: 0px;
}

.news {
    margin-top: 60px;
}

.news h1 {
    text-align: center;
    font-size: 36px;
    color: rgb(0, 6, 125);
    line-height: 28px;
    padding-bottom: 40px;
    font-weight: 300;
}

.news-box h2 {
    left: 0px;
    position: absolute;
    bottom: 0px;
    z-index: 2;
    padding: 0px 20px;
    font-size: 22px;
    color: rgb(255, 255, 255);
    line-height: 28px;
}

.news-box img {
    width: 100%;
    height: 300px;
}

.news-box2 h2 {
    left: 0px;
    position: absolute;
    bottom: 0px;
    z-index: 2;
    padding: 0px 20px;
    font-size: 22px;
    color: rgb(255, 255, 255);
    line-height: 28px;
}

.news-box2 img {
    width: 100%;
    height: 300px;
}

.footer {
    background-color: #ff601f;
    padding: 40px 0px 0px;
    margin-top: 60px;
}

.footer .social-icon ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 12px;
}

.footer .social-icon li i {
    color: rgb(255, 255, 255);
    font-size: 28px;
}

.social-icon {
    display: flex;
    justify-content: center;
}

.copyright {
    display: flex;
    justify-content: center;
}

.copyright p {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 13px;
}

.otherpagecss #RadDockZone1.container {
    max-width: 100%;
}

.otherpagecss #RadDockZone1.container #HomepagecontentControl_C table {
    margin-top: 0px !important;
}

.innr-pg-bnnr {
    padding: 5% 0;
    width: 100%;
    background-size: cover;
    min-height: 180px;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
    background-position: center;
}

.innr-pg-bnnr::after {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.main-table.innr-pg {
    padding-bottom: 50px;
}

.innr-pg-bnnr h1 {
    color: rgb(255, 255, 255);
    text-align: center;
    text-transform: uppercase;
    font-size: 37px;
    font-weight: 800;
    position: relative;
    z-index: 1;
    margin: 0;
    font-family: Poppins, serif !important;
}

.heading {
    font-weight: 400;
    font-size: 36px;
    margin: 0px 0px 10px;
    color: #ff601f;
}

.sub-heading {
    font-weight: 400;
    font-size: 30px;
    margin: 0px 0px 10px;
    color: #ff601f;
}

.leadership {
    text-align: left;
    background-color: rgb(0, 6, 125);
    padding: 60px 0px;
    color: rgb(255, 255, 255) !important;
}

.leadership h3::before {
    content: "";
    border-top: 3px solid rgb(237, 28, 36);
    position: absolute;
    left: 12px;
    width: 150px;
    margin-top: -30px;
}

.sub-head {
    font-size: 36px;
    line-height: 28px;
    font-weight: 300;
    color: rgb(255, 255, 255);
}

.leadership h5 {
    padding: 50px 0px 11px;
    color: rgb(255, 255, 255);
    font-weight: 300;
}

.leadership .lead-p p {
    color: rgb(255, 255, 255);
}

.leadership_sec {
    padding: 60px 0px 0px;
    text-align: left;
}

.leadership_sec h3 {
    font-size: 30px;
    line-height: 28px;
    font-weight: 400;
    color: rgb(0, 6, 125);
}

.leadership_sec h5 {
    padding: 0px 0px 10px;
    font-weight: 300;
    color: rgb(0, 6, 125);
}

.leadership_sec p {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.3px;
}

.therapies-content {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    padding: 20px;
    background-color: rgb(255, 255, 255);
}

.btn-link {
    background-color: rgb(0, 6, 125);
    border-radius: 0px;
    font-size: 14px;
    padding: 10px 20px;
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.btn-link:hover {
    color: rgb(255, 255, 255);
}

.th-img {
    margin-top: 50px;
}

.therapies-content p {
    padding-top: 20px;
}

.profile-img img {
    height: 300px;
}

@media (max-width: 767px) {
    .banner-sec .carousel-inner .carousel-item > img {
        height: 240px;
        width: 100%;
    }

    .profile-img img {
        height: auto;
        width: 80%;
    }
}

.th-img img {
    width: 100%;
    padding-bottom: 20px;
}

.leadership_sec h3 {
    padding-top: 25px;
}

header img {
    width: 50%;
}

.th-img img {
    width: 67%;
}

.contact-section { padding: 4% 0; background: #e7eff5}

.contact-page .contact-bx {
    background: rgb(255, 255, 255);
    padding: 50px;
    border-radius: 15px;
}

.contact-page img {
    width: 100%;
}

.contact-page .contact-bx .icon {
    color: #f10f1d;
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    padding: 15px 0;
    background: rgb(233, 233, 233);
    border-radius: 10px;
}

.contact-page .contact-bx h5, .contact-page .contact-bx h5 a {
    font-size: 15px;
    margin: 0px;
    text-align: left;
}

.contact-page .contact-form .form-control {
    border: 1px solid rgb(20, 20, 20);
    padding: 15px 20px;
    margin: 0px 0px 15px;
    border-radius: 10px;
    color: rgb(34, 34, 34);
}

.contact-page .contact-form .form-control::placeholder {
    color: rgb(34, 34, 34);
}

.contact-page .contact-form input[type="button"] {
    background-color: #ff601f;
    color: rgb(255, 255, 255);
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 0px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}


.contact-page p {
    font-size: 18px;
    color: #ff601f;
    font-weight: 500;
}

#WidgetControl4 {
    display: none;
}

header img {
    width: 80%;
    padding: 8px 0px;
}

#WidgetControl3 {
    display: none;
}

.news-box {
    background-image: linear-gradient(rgba(245, 246, 252, 0.15) 55%, rgb(19, 103, 162) 100%), url("image/news1.jpg");
    width: 100%;
    height: 300px;
    background-size: cover;
    color: white;
    position: relative;
}

.news-box:hover {
    background-image: linear-gradient(rgba(246, 246, 251, 0.15) 100%, rgb(19, 103, 162) 100%), url("image/news1.jpg");
    transition: 2s;
}

.news-box2 {
    background-image: linear-gradient(rgba(245, 246, 252, 0.15) 55%, rgb(19, 103, 162) 100%), url("image/news2.jpeg");
    width: 100%;
    height: 300px;
    background-size: cover;
    color: white;
    position: relative;
}

.news-box2:hover {
    background-image: linear-gradient(rgba(246, 246, 251, 0.15) 100%, rgb(19, 103, 162) 100%), url("image/news2.jpeg");
    transition: 2s;
}

.carousel-control-prev {
    left: -65px !important;
}

.carousel-control-next {
    right: -65px !important;
}

.molecule-card {
    margin: 14px 0px;
    padding: 28px;
    background: rgb(235, 235, 235);
    text-align: left;
    min-height: 280px;
}

.molecule-card h2 {
    font-size: 18px;
}

.molecule-card h2 span {
    color: rgb(0, 6, 125);
    font-size: 23px;
    font-weight: 600;
    padding: 0px 5px 0px 0px;
}

.molecule-card .title {
    border-bottom: 1px solid rgb(147, 147, 147);
    margin: 0px 0px 18px;
}

.molecule-card p {
    font-size: 15px;
    margin: 0px 0px 8px;
}

.molecule-card p b {
    font-weight: 600;
    font-size: 13px;
}

.team-section {
    padding: 5% 0px;
}

.team-section .hm-head {
    color: rgb(0, 6, 125);
    font-weight: 300;
    font-size: 36px;
    margin: 0px 0px 30px;
}

.team-section .team-card {
    border: 1px solid rgb(221, 221, 221);
    border-radius: 10px;
}

.team-section .team-card h4 {
    color: rgb(0, 6, 125);
    font-size: 17px;
    margin: 0px;
    font-weight: 600;
}

.team-section .team-card p a {
    font-size: 13px;
    color: rgb(0, 6, 125);
}

.team-section .team-card img {
    height: 200px;
    object-fit: cover;
}

.whatsapp_btn {
    position: fixed;
    bottom: 3em;
    right: 20px;
    width: 55px;
    height: 55px;
    z-index: 9999;
}

.whatsapp_btn .icon_logo {
    position: relative;
    z-index: 100;
    padding: 5px;
}

.whatsapp_btn .icon_logo > a > img {
    width: 100%;
}

.whatsapp_btn .circle_waves {
    border-radius: 50%;
    background-color: rgb(60, 192, 78);
    width: 55px;
    height: 55px;
    position: absolute;
    opacity: 0;
    bottom: 1px;
    left: 0px;
    z-index: 99;
    animation: 4s cubic-bezier(0.36, 0.11, 0.89, 0.32) 0s infinite normal none running waves;
}

@keyframes waves {
    0% {
        transform: scale(0.55, 0.55);
        opacity: 0.6;
    }

    100% {
        transform: scale(1.8, 1.8);
        opacity: 0;
    }
}

.service-section {
    padding: 4% 0px 5% 0;
    background: rgb(255, 255, 255);
}

.service-section .ser-card {
    background: rgb(255, 255, 255);
    padding: 27px 27px 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 8px;
    margin: 25px 0px 0px 0;
    transition: 0.3s ease-in-out;
}

.service-section .ser-card:hover {
    box-shadow: rgba(100, 100, 111, 0.26) 0px 7px 29px 0px;
}

.service-section .ser-card .icon img, .service-section .ser-card .icon i {
    background: rgb(231, 239, 245);
    padding: 14px;
    width: 60px;
    height: 60px;
    border-radius: 7px;
    margin: 0px 0px 16px;
    text-align: center;
}

.service-section .ser-card h5 {
    font-size: 17px;
    margin: 5px 0px 15px;
}

.service-section .ser-card a {
    color: #f30f1d;
    font-size: 15px;
}

.service-section .ser-card a:hover {
    color: rgb(2, 6, 84);
}


.product-page .nav-pills .nav-link.active, .product-page .nav-pills .show>.nav-link { background-color: #ff601f; color: #fff;}
.product-page .nav-pills .nav-link:hover{background:#212121; color:#fff;}
.product-page .fa-chevron-right {font-size: 18px;line-height: 40px;color: rgb(151, 151, 151);}

.product-page .nav-pills .nav-link {border-radius: 0;background: #fff;border: aliceblue;border-bottom: 2px solid #e2e2e2;text-align: center;color: black;font-family: 'Roboto', sans-serif;font-size: 15px;line-height: 34px;font-weight: 400;padding: 5px;}
.product-page .table th, .product-page .table td { font-size: 14px; padding: 10px;}
.product-page .table-bordered { border-color: #414141;}

#widgetsControl_C, #widgetsControl{ height: auto !important;}
#zonediv1 .container-fluid { margin: 0; padding: 0;}
#zonediv #WidgetControl4 { margin: 0; padding: 0}
#zonediv #WidgetControl4 .top-header {background: #1b3942; position: relative; width: 100%; left: 0}
#HeaderControl, #MenuControl{ height: 90px !important}

#zonediv #RadDockZone1.container{max-width: 100%; margin-top: 0 !important; padding: 0; overflow: hidden;}
#RadDockZone2 { padding: 0}

@media (min-width: 320px) and ( max-width: 768px) {
    #MenuControl, #MenuControl_C {background: #ff601f;}
    .navbar-toggler {background: #ffff}
    .navbar-collapse {background: #fff;/* margin: -30px 0 0 0; */}
    .bg-light { background: transparent !important}
    .banner-sec .carousel-caption { position: absolute; top: 30%; color: rgb(255, 255, 255); text-align: left; left: 5%; width:80%;}
    .carousel-caption h2 { font-size: 17px; line-height: 1.3; display: inline-block; padding: 8px 10px;}
    .banner-btn { margin: 15px 0 0 0}

}