body {
    padding: 0;
    /*font-family: 'poppinsregular';*/
    font-family: 'Montserrat', sans-serif;
}

html {
    scroll-behavior: smooth;
}

/* common */
b {
    font-family: 'Montserrat', sans-serif;
}

p {
    font-family: 'Montserrat', sans-serif;
}

.border-left {
    border-left: 1px solid #000000 !important;
}

.dark {
    color: #0c1823;
}

.blue {
    color: #d0448f;
    font-weight: 600;
}

.parah-clr {
    color: #101c29;
}

.theme-clr {
    color: #d0448f;
}

.gray {
    color: #9b9b9b;
}

.border-right {
    border-color: #000000 !important;
}

.black {
    color: #000000;
}

.white {
    color: #ffffff;
}

a,
a:hover {
    text-decoration: none;
}

.get-bg {
    background-color: #03afef;
}

.br-7 {
    border-radius: 7px;
}

a {
    transition: all 0.3s linear;
}

.heading {
    line-height: 1.4;
}

.list-none {
    list-style: none;
}

.fw-400 {
    font-weight: 400;
}

h1 {
    font-size: 55px;
    line-height: 1.2;
}

p {
    line-height: 1.9;
    font-weight: 400;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-17 {
    font-size: 17px;
}

.font-11 {
    font-size: 11px;
}

.font-23 {
    font-size: 23px;
}

.font-30 {
    font-size: 30px;
}

.font-32 {
    font-size: 32.5px;
}

.font-45 {
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 2px;
}

.font-28 {
    font-size: 28px;
    line-height: 1.4;
}

button:focus {
    outline: 0;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.border-right {
    border-color: #d6d6d6 !important;
}

a.part_link {
    background-color: #d0448f;
    color: #ffffff;
    border-radius: 7px;
    font-size: 14px;
    padding: 11px 22px;
}

.bubble {
    position: fixed;
    bottom: 40px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.bubble a {
    width: 80%;
    margin-top: 0;
    background-color: white;
    border-radius: 50%;
    /* box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 46%); */
    /* overflow: hidden; */
}

.bubble img {
    width: 100%;
}

.mobile-fixed {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #d0448f;
}

.mobile-fixed ul {
    padding: 4px 2px 0 !important;
}

.mobile-fixed li {
    width: 33.33%;
    background-color: #d0448f;
}

.mobile-fixed li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff !important;
    font-weight: 500;
    padding: 11px 0 7px;
    font-size: 14px;
    margin: 0;
    background-color: transparent;
    text-transform: capitalize;
    border: none;
}

.mobile-fixed li a img {
    width: 20%;
    margin: 0 2px 3px;
}

img {
    max-width: 100%;
}

@media only screen and (max-width: 500px) {
    .bubble {
        display: none !important;
    }
}

@media only screen and (max-width: 500px) {
    .mobile-fixed {
        display: block !important;
    }
}

/* header */
/* top-header */
.top-header {
    padding: 7px 0;
}

.top-header ul li {
    margin-left: 15px;
    border-left: 1px solid #d7d8da;
    padding-left: 20px;
    margin-left: 20px;
}

.top-header ul li:first-child {
    border: none;
}

.top-header h5.font-15 {
    height: 18px;
}

/* .navbar-brand img{
    width:55%;
} */
.top-header a {
    line-height: 1.5;
    display: block;
}

.top-header a:hover {
    color: #000000;
}

/* navbar */
.sticky {
    position: fixed !important;
    width: 100%;
    top: 0;
}

.navbar-dark {
    background-color: #d0448f !important;
    padding: 5px 0;
    position: relative;
    z-index: 9;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
}

nav .navbar-nav li.nav-item a {
    color: #ffffff !important;
    font-size: 13px;
    text-transform: capitalize;
    transition: all 0.3s linear;
    position: relative;
    padding: 14px 0;
    letter-spacing: 1px;
    font-weight: 600;
}

nav .navbar-nav li.nav-item a:hover,
nav .navbar-nav li.nav-item a.active {
    color: #000000 !important;
}

/*nav .navbar-nav .nav-item a.active:after,nav .navbar-nav li.nav-item a:hover:after{
    content: '';
    background-color: #000000;
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}*/
nav .dropdown .nav-link.dropdown-toggle:after {
    display: none;
}

.theme_link a,
.btn-theme {
    color: #ffffff !important;
    background-color: #ed4d47;
    border-radius: 0;
    padding: 9px 24px 6px !important;
    transition: all 0.3s linear;
    display: block;
    background-size: 200% 100%;
    background-position: right bottom;
    border: 1px solid transparent;
    text-transform: capitalize;
    font-size: 14px;
}

.btn-submit {
    color: #ffffff !important;
    background-color: #000000;
    border-radius: 7px;
    padding: 9px 35px 7px !important;
    transition: all 0.3s linear;
    background: linear-gradient(to right, #181818 50%, #000000 50%);
    display: block;
    background-size: 200% 100%;
    background-position: right bottom;
    border: 1px solid transparent;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid;
}

.btn-submit:hover {
    background-position: left bottom !important;
}

.search input {
    font-size: 14px;
    padding: 0;
    background-color: transparent !important;
    border: none;
    outline: 0;
    box-shadow: none !important;
}

.search form {
    background-color: #ffffff;
    border-radius: 0;
    padding: 9px 24px !important;
    width: 200px;
}

.enquiry {
    background-color: #ffffff99;
    padding: 25px 18px;
    border-radius: 0;
    margin: 0 auto;
    width: 100%;
}

.enquiry .form-group .form-control {
    font-size: 14px;
}

.search img {
    width: 85%;
}

.search input::-webkit-input-placeholder {
    /* Edge */
    color: #000000;
}

.search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000;
}

.search input::placeholder {
    color: #000000;
}

.btn-transparent {
    margin: 0;
    padding: 0;
    background-color: transparent;
    position: absolute;
    right: 9%;
}

.theme_link a:hover:after {
    display: none;
}

.theme_link a:hover,
.theme_link a.active,
.btn-theme:hover {
    background-position: left bottom !important;
}

li.nav-item {
    margin: 0 20px;
}

.navbar-expand-lg .navbar-nav .nav-item a {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.theme_link {
    margin-left: 12px;
}

/* banner */
.banner-text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
}

.banner-text h5 {
    line-height: 1.7;
    color: #ffffff;
}

.border-txt {
    color: white;
    -webkit-text-stroke: 2px #688228;
}

.know_btn a.theme-bg {
    color: #181818 !important;
    background-color: #ffffff;
    padding: 12px 28px;
    font-size: 14px;
    border-radius: 7px;
    transition: all 0.4s linear;
    background: linear-gradient(to right, #181818 50%, #ffffff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}

.know_btn a.theme-bg:hover {
    background-position: left bottom !important;
    color: #ffffff !important;
}

/* medicines */
.medicine-inner {
    padding: 0 22px;
    text-align: center;
}

.col-md-2:last-child .medicine-inner {
    padding-right: 0;
}

.col-md-2:first-child .medicine-inner {
    padding-left: 0;
}

.medicine-inner img {
    margin-bottom: 10px;
}

.medicine h5 {
    line-height: 1.4;
}

/* about */
.about ul li img {
    width: 57px;
}

.about .form-control {
    padding: 0.59rem .75rem;
    font-size: 13px;
    color: #495057;
    border: 1px solid #ededed;
    border-radius: 7px;
    box-shadow: 1px 1px 5px 0px #e2e2e2;
}

.about .form-control::-webkit-input-placeholder {
    /* Edge */
    color: #afafaf;
}

.about .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #afafaf;
}

.about .form-group {
    margin-bottom: 0.8rem;
}

.about .form-control::placeholder {
    color: #afafaf;
}

/* therapy */
.therapy {
    background-image: url("../images/product_range_bg.png");
    background-size: cover;
    background-position: center;
}

.therapy_img {
    width: 11%;
    margin-right: 13px;
}

.therapy_img img {
    width: 100%;
}

.therapy_title {
    padding: 5px 13px;
    border-radius: 7px;
    width: 62%;
    background-color: #002e69;
    transition: all 0.3s linear;
}

.therapy ul li:hover .therapy_title {
    background-color: #000000;
}

/* testimonial  */
.testimonial .carousel {
    background-color: #1e2326;
    border-radius: 7px;
    padding: 35px 17px 90px;
}

.testimonial .cstmr_img {
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 50%;
    overflow: hidden;
}

.cstmr_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-indicators li {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.7;
}

.carousel-indicators {
    bottom: 25px;
}

.carousel-indicators .active {
    background-color: #000000;
    opacity: 1;
}

.testimonial .points_list li:before {
    background-color: #ffffff;
}

.testimonial {
    padding: 50px 0 !important;
}

/* media */
.media-img {
    width: 100%;
    height: 420px;
    background-color: gray;
    overflow: hidden;
    border-radius: 7px;
    margin-bottom: 18px;
}

.media-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media a.read:hover {
    text-decoration: underline !important;
}

.media .inner_img {
    width: 67%;
    height: 88px;
    border-radius: 7px;
    overflow: hidden;
    background-color: grey;
}

.media h5 {
    line-height: 1.4;
}

.media_inner {
    padding: 6px;
    transition: all 0.3s linear;
    margin-bottom: 12px;
    border-radius: 7px;
}

.media_inner:hover {
    box-shadow: 0px 0px 10px -2px rgb(0 0 0 / 20%);
}

/* product */
.product {
    overflow: hidden;
}

.product-slider .inner-img {
    background-color: #ffffff;
}

.product-slider .product-inner {
    padding: 0 20px;
    margin: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.product-slider .product-inner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slick-dots li.slick-active button:before {
    color: #000000;
}

.slick-dots li button:before {
    font-size: 11px;
    color: #000000;
}

.slick-dots li button {
    padding: 0;
}

.slick-dots li {
    margin: 0;
}

.slick-dots {
    bottom: -22%;
}

/* awards */
.bg-grn {
    background-color: #000000;
}

.awards li {
    width: 33.33%;
}

.awards li h6 {
    line-height: 1.4;
}

/* about */
.about {
    padding: 80px 0;
}

.about h3 {
    color: #000000;
    display: inline-block;
    font-size: 30px;
    line-height: 32px;
    margin: 20px 0;
    position: relative;
    text-transform: capitalize;
}

/* .about h3:before {
    background: #ccc none repeat scroll 0 0;
    bottom: -30px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    right: 0;
}
.about h3::after {
    bottom: -37px;
    color: #6bc513;
    content: "";
    left: 0;
    padding: 0 5px;
    position: absolute;
    background: #fff url(../images/shape-2.png) no-repeat;
    height: 20px;
    width: 40px;
    background-position: center;
    right: 0;
    margin: 0 auto;
    z-index: 1;
} */
.boost {
    background: #f9f9f9;
}

.b_o {
    background: linear-gradient(45deg, #5d2e54, #d0448f);
}

.points_list li {
    padding-left: 17px;
    position: relative;
    margin-bottom: 4px;
    text-align: justify;
}

.points_list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    background-color: #000000;
    border-radius: 50%;
    margin-top: 5px;
}

.franchise_btn a {
    color: #ffffff !important;
    background-color: #181818;
    padding: 13px 32px;
    font-size: 14px;
    border-radius: 22px;
    transition: all 0.4s linear;
    border: 1px solid #d0448f;
    background: linear-gradient(to right, #ffffff 49%, #181818 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}

.franchise_btn a:hover {
    background-position: left bottom !important;
    color: #181818 !important;
}

.dwnld_btn a {
    color: #000000 !important;
    background-color: #f4fbe9;
    padding: 11px 32px;
    font-size: 14px;
    border-radius: 22px;
    transition: all 0.4s linear;
    border: 1px solid #000000;
    background: linear-gradient(to right, #000000 50%, #f4fbe9 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}

.dwnld_btn a:hover {
    background-position: left bottom !important;
    color: #ffffff !important;
}

/* partners */
.partners {
    background-color: #faffeb;
}

.partners img {
    width: 85%;
}

/* footer */
.top_footer ul li a {
    transition: all 0.3s linear;
}

.top_footer ul li a:hover {
    color: #000000;
    margin-left: 3px;
}

footer .address a {
    line-height: 1.7;
    display: block;
}

footer .social li {
    margin-right: 8px;
    margin-top: 4px;
}

.top_footer li {
    margin-bottom: 15px;
}

.bottom_footer {
    background-color: #d0448f
}

footer .social img {
    width: 18px;
    transition: all 0.3s linear;
}

footer .social img:hover {
    transform: translateY(-5px);
}

.ftr_logo {
    height: 100px;
    margin-bottom: 20px;
}

/* hero */
.hero {
    height: 280px;
    overflow: hidden;
}

.hero .banner-text {
    top: 0;
}

.banner {
    overflow: hidden;
}

/* facility */
.facility-img {
    border-radius: 50%;
    overflow: hidden;
    width: 255px;
    height: 255px;
    margin-bottom: 20px;
}

.facility-img img {
    height: 100%;
    object-fit: cover;
}

/* contact */
.contact {
    overflow: hidden;
}

.contact .form-control {
    font-size: 13px;
    color: #d0448f;
    background-color: #ffffff;
    border: 1px solid #aad045;
    border-radius: 7px;
}

.contact ul li a:hover,
.contact ul li:hover a {
    color: #ffffff;
}

.info-bg {
    background-color: #aad045;
    position: relative;
}

.info-bg:after {
    position: absolute;
    height: 465px;
    width: 240px;
    background-color: #d0448f;
    right: 0;
    top: 0;
    content: '';
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.contact .social img {
    width: 18px;
    transition: all 0.3s linear;
}

.contact .social li {
    margin-left: 10px;
}

.contact .social img:hover {
    transform: translateY(-5px);
}

select.form-control:not([size]):not([multiple]) {
    height: 33px;
}

/* services */
.services .nav-tabs {
    border: none;
    background-color: #d0448f;
    border-radius: 22px;
    overflow: hidden;
    padding: 3px 2px 4px;
    align-items: center;
}

.services .nav-tabs .nav-item.show .nav-link,
.services .nav-tabs .nav-link.active {
    background-color: #71a238;
}

.services .nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 50%;
    margin-right: 0;
}

.services .nav-tabs .nav-item a {
    text-align: center;
    color: #ffffff;
    border-color: transparent;
    border-radius: 22px;
    text-transform: capitalize;
}

/* blog */
.blog-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: grey;
}

.blog-sctn a {
    height: 100%;
    width: 100%;
    display: block;
}

.blog-sctn {
    transition: all 0.3s linear;
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
}

.blog-sctn:hover {
    transform: translateY(-4px);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.4);
}



/* media */
@media only screen and (min-width:1601px) {
    .container {
        max-width: 1400px;
    }
}

@media only screen and (min-width:1201px) {
    .navbar .navbar-brand {
        display: none !important;
    }
}

@media only screen and (max-width:1200px) and (min-width:1024px) {
    .facility-img {
        width: 200px;
        height: 200px;
    }

    .therapy_title {
        padding: 10px 13px;
    }

    .product-slider .inner-img {
        min-height: 250px;
        height: 100%;
    }

    .social {
        margin-top: -3px !important;
    }

    .navbar .navbar-brand {
        display: none !important;
    }

    li.nav-item {
        margin-right: 17px !important;
    }

    .top-header ul li {
        margin-left: 15px;
        border-left: 1px solid #d7d8da;
        padding-left: 10px;
        margin-left: 10px;
    }

    .testimonial .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .media .inner_img {
        height: 65px;
    }
}

@media only screen and (max-width:1023px) {
    .navbar-toggler {
        margin-right: 16px;
        display: flex;
        margin-left: auto;
    }

    ul.navbar-nav {
        align-items: flex-start !important;
        padding: 0 25px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .theme_link {
        margin-left: 0;
        margin-top: 10px;
        width: 42%;
    }

    li.search {
        margin: 4px 0 0;
        width: 54%;
    }

    .search form {
        width: 100%;
    }

    nav .navbar-nav li.nav-item a {
        padding: 5px 0;
    }

    li.nav-item {
        width: 100%;
    }

    /*nav .navbar-nav .nav-item a.active:after, nav .navbar-nav li.nav-item a:hover:after {
        bottom: 4px;
        left: 18px;
        margin:0;
    }*/
    .about ul li img {
        width: 55px;
    }

    .product-slider .inner-img {
        min-height: 220px;
        height: 100%;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog-img {
        height: 140px;
    }

    .media .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .media .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }

    .media .inner_img {
        height: 150px;
    }

    .font-32 {
        font-size: 21.5px;
    }

    .theme_link,
    li.search {
        width: auto !important;
    }

    header .ml-md-auto {
        margin-left: 0 !important;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .facility-img {
        width: 150px;
        height: 150px;
    }

    .top-header .navbar-brand {
        display: none;
    }

    .therapy .col-md-6,
    .product .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .awards h4 {
        font-size: 16px;
    }

    .font-45 {
        font-size: 30px !important;
    }

    .about .col-md-6 {
        padding: 0 !important;
    }

    .about p {
        padding: 0 !important;
        margin-right: 0 !important;
    }

    .about .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58%;
        flex: 0 0 58%;
        max-width: 58%;
    }

    .testimonial .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .awards li {
        padding: 10px 11px !important;
    }

    .awards .pl-md-5 {
        padding-left: 0rem !important;
    }

    .top-header ul li {
        padding: 0 11px !important;
        margin: 0px 5px !important;
    }

    .top-header ul {
        flex-wrap: nowrap !important;
        padding: 20px 0 0 !important;
        margin: 0 !important;
        width: 100%;
    }

    .top-header .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .navbar-brand img {
        width: 100%;
    }

    .top-header ul {
        justify-content: start !important;
        flex-wrap: wrap;
    }

    .top-header ul li {
        border-left: none;
        margin-bottom: 15px;
    }

    h1 {
        font-size: 36px;
    }

    br {
        display: none;
    }

    .banner-text {
        top: 0;
    }

    .medicine-inner img {
        width: 67px;
        height: auto;
    }

    .medicine-inner {
        padding: 0 0;
    }

    .pr-md-5 {
        padding-right: 0 !important;
    }

    .font-30 {
        font-size: 24px;
    }

    .awards li {
        padding: 10px 15px;
    }

    .social {
        margin-top: -1px !important;
        margin-right: 38px !important;
    }
}

@media only screen and (min-width:500px) and (max-width:767px) {
    h1 {
        font-size: 40px !important;
    }

    .font-30 {
        font-size: 26px;
    }

    .info-bg:after {
        height: 290px !important;
    }

    .footer-form {
        display: none;
    }
}

@media only screen and (max-width:767px) {
    .facility-img {
        margin: 0 auto;
    }

    .top-header {
        display: none;
    }

    .mobile-logo {
        display: block !important;
    }

    .therapy_title {
        width: 100%;
    }

    iframe {
        height: auto;
    }

    .hero {
        height: auto;
    }

    .hero .banner-text {
        top: 37%;
    }

    .info-bg:after {
        height: 320px;
    }

    .border-right {
        border-color: transparent !important;
    }

    .font-17 {
        font-size: 14px;
    }

    br {
        display: none;
    }

    .font-30 {
        font-size: 23px;
    }

    .navbar-brand img {
        width: 60%;
        height: auto !important;
    }

    .navbar-dark .navbar-brand {
        margin-left: 16px;
    }

    .font-32 {
        font-size: 23.5px;
    }

    .about h3 {
        line-height: 36px;
        text-align: left;
    }

    .about_text {
        margin-right: 0 !important;
    }

    .about .why_text {
        padding-left: 15px !important;
    }

    .why h5.sub-title {
        text-align: left;
    }

    .why p {
        text-align: left;
    }

    .font-23 {
        font-size: 17px;
    }

    .font-28 {
        font-size: 19px;
    }

    .testimonial_text {
        padding-left: 0;
    }

    .font-45 {
        font-size: 30px !important;
    }

    .awards h4 {
        font-size: 16px;
    }

    ul.navbar-nav {
        background-color: #007fc6;
        padding: 0;
    }

    .navbar-toggler {
        background-color: #007fc6;
    }

    .navbar-dark {
        background-color: #ffffff !important;
        z-index: 9;
        box-shadow: 1px 1px 9px 0px rgb(0 0 0 / 22%);
    }

    .top-header ul {
        display: none;
    }

    section.banner {
        height: auto;
    }

    .banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    h1 {
        font-size: 29px;
    }

    .font-15 {
        font-size: 14px;
    }

    .banner-text {
        position: relative;
    }

    .medicine-inner img {
        width: 46px;
        height: auto;
    }

    .medicine-inner {
        padding: 0 0 20px;
    }

    .about ul li {
        margin-bottom: 25px;
    }

    .product-slider .inner-img {
        height: auto;
    }

    .awards ul img {
        width: 63px;
        margin-bottom: 10px;
    }

    .awards li {
        width: 33.33%;
        padding: 10px 5px;
        border-left: none;
    }

    .boost ul li {
        margin-bottom: 8px !important;
    }

    .partners ul {
        margin-left: 0;
        padding-left: 0;
    }

    .border-left {
        border-left: none !important;
    }

    .media .inner_img {
        width: 38%;
        height: 110px;
        margin-right: 13px;
    }

    .therapy {
        background-position: right;
    }

    .about_img {
        height: auto !important;
    }

    .why_img {
        padding: 0;
        height: auto !important;
    }

    .medicine .tablets {
        display: flex !important;
        overflow: auto;
    }

    .theme_link {
        margin: 0 auto !important;
        width: 100% !important;
        text-align: center;
    }

    .enquiry {
        position: relative;
        top: 10px;
        background: #007fc6;
    }
    .footer-form {
        display: none;
    }
    .mobile-fixed li {
        background-color: #682e60;
    }
    #pharma .icon_box {
        margin: 20px 0;
        text-align: left !important;
    }
    .icon_box {
        margin: 20px 10px;
    }
}

@media only screen and (max-width:500px) {
    .media .inner_img {
        width: 72% !important;
        margin-right: 13px;
        height: 88px !important;
    }

    .media-img {
        height: auto;
    }

    .medicine .tablets .col-md-2 {
        margin: 0 auto;
    }

    li.nav-item {
        margin-right: 0;
        text-align: center;
    }

    /*nav .navbar-nav .nav-item a.active:after, nav .navbar-nav li.nav-item a:hover:after {
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;
    }*/
}

.mobile-logo {
    display: none;
}

.about h5.sub-title {
    position: relative;
    z-index: 1;
    display: block;
    font-weight: 500;
    line-height: 1.5;
}

.about_text {
    text-align: justify;
    margin-right: 40px;
}

.about_img:hover .overlay {
    height: 100%;
    opacity: 1;
}

.about_img .overlay {
    background-color: #68c0d8bd;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 0%;
    transition: all 0.5s linear;
    opacity: 0;
}

.why_text {
    text-align: justify;
}

.product h5.sub-title {
    position: relative;
    z-index: 1;
    display: block;
    font-weight: 500;
    line-height: 1.5;
    padding: 8px 0 8px 14px;
}

.product h3 {
    margin: 10px 0 20px 0;
}

.banner-text .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-form {
    position: fixed !important;
    right: 0;
    bottom: 0;
    z-index: 1000;
    width: 23%;
}
div#mini_contact_form {
    padding: 8px;
    background: white;
}

.enquiry-form form.wpcf7-form.init {
    border-top: 3px solid #45c0ed !important;
}

.enquiry-form .wpcf7-form-control-wrap input {
    padding: 6px 10px !important;
}

.footer-form {
    position: fixed;
    right: 0px;
    bottom: 0;
    z-index: 1000;
    width: 23%;
}

.footer-form .heading-look {
    background: #ed4d47;
    text-align: center;
    display: block;
    cursor: pointer;
    padding: 4px 0;
    color: #ffffff;
    font-size: 19px;
    transition: all 0.5s linear;
    font-weight: 500;
}

.footer-form form {
    border: 1px solid #cccccc;
    padding: 20px 13px;
}

.enquiry-form input,
.enquiry-form textarea {
    padding: 3px 6px;
    font-size: 13px;
    border: 1px solid #767676;
    border-radius: 0;
}

.btn-info {
    color: #fff;
    background-color: #ed4d47 !important;
    border-color: #ed4d47 !important;
    font-size: 14px !important;
    padding: 5px 23px 6px !important;
    transition: all 0.5s linear;
    box-shadow: none !important;
}

.footer-form form input {
    width: 100%;
    color: #fff;
}

.navbar-nav {
    float: none;
    justify-content: center;
}

.icon_box {
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 0 40px;
    height: 280px;
}

.b_o .sub-title,
.b_o h3,
.b_o p {
    color: #ffffff !important;
}

.about_md {
    margin: 0 auto;
    align-items: center;
}

.about.about_bg {
    background: #fce0e1;
}

.fa {
    color: #ed4d47;
    margin: 0 10px 0 0;
}

#pharma .icon_box {
    text-align: end;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 40px 40px 0;
    height: 350px;
    background: #ffffff;
}

#pharma .about_inner {
    text-align: justify;
}
.top_footer li.d-flex i.fa {
    margin-top: 3px;
}
h3 {
    color: #d0448f !important;
}
.navbar-brand img {
    height: 80px;
}
.banner {
    height: 600px;
}
.agility {
    display: flex;
    justify-content: end;
}
footer {
    background: #fce0e1;
}
.slick-dots {
    display: none !important;
}
.docuhead h1 {
    font-size: 30px;
    line-height: 32px;
    margin: 10px 0 20px 0;
    color: #fff;
    text-transform: uppercase!important;
    text-align: center;
}
.docuhead p {
    font-size: 18px;
}
.docuhead ul li {
    color: #fff;
}
.docuhead ul {
    padding-left: 10px;
}
/*FAQ*/
.faq-section {
    background: #fdfdfd;
/*     min-height: 100vh; */
    padding: 10vh 0 0;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(233, 30, 99, 0.1);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #E91E63;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}