body{
    padding:0;
    font-family: 'helveticaregular';
    background-color: #ffffff;
}

html {
    scroll-behavior: smooth;
  }

/* common */
b{
    font-family: 'helveticabold';
}
.black{
    color:  #000000;
}
.white{
    color:#ffffff;
}
.bg-sky{
    background-color: #f8fff8;
}
.bg-off{
    background-color: #f8f8f8;
}
a,a:hover{
    text-decoration: none;
}
.list-none{
    list-style: none;
}
h1 {
    font-size: 55px;
    letter-spacing: -2px;
    line-height: 1.2;
    font-weight: 900 !important;
    color: #ffffff !important;
}
p {
    line-height: 1.7;
}
.font-14{
    font-size: 14px;
}
.font-15{
    font-size:15px;
}
.font-30{
    font-size: 30px;
    line-height: 1.4;
}
.font-35{
    font-size: 35px;
    line-height: 1.4;
}
.font-20{
    font-size: 20px;
}
.font-27 {
    font-size: 25px;
}
button:focus,.btn.focus, .btn:focus{
    outline:0;
     box-shadow: none;
}
.overflow-hidden{
    overflow: hidden;
}
img {
    max-width: 100%;
}
/*common css end */

/* header */
.top-header {
    background-color: #373435;
}
.top-header a:hover{
    color:#ffffff !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
}    
.navbar-light .navbar-nav .nav-link {
    color: #000;
    position: relative;
    font-size: 15px;
}
.number-btn a {
    color: #aa3236;
    text-decoration: none;
    padding: 9px 28px;
    border-radius: 7px;
    font-size: 15px;
    transition: all 0.4s linear;
    display: flex;
    align-items: center;
    border: 1px solid #aa3236;
    background: linear-gradient(to right, #aa3236 50%, #ffffff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    margin-left: 31px;
}
.number-btn a:hover {
    background-position: left bottom !important;
    color:#ffffff !important;
}
.theme_btnn a:hover,.btn-theme:hover {
    background-position: left bottom !important;
    color:#aa3236 !important;
}
.theme_btnn a,.btn-theme{
    background-color: #aa3236;
    color: #ffffff;
    font-size: 15px;
    text-transform: capitalize;
    padding: 9px 28px;
    border-radius: 7px;
    transition: all 0.4s linear;
    border: 1px solid #aa3236;
    background: linear-gradient(to right, #ffffff 50%, #aa3236 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}
.navbar-brand{
    width:14%;
}
.navbar-brand img {
    width: 150px;
}
/* navbar */
.sticky {
    position: fixed !important;
    width: 100%;
    top: 0;
    padding: 7px 0px !important;
    background-color: #ffffff !important;
    z-index: 999;
}
li.nav-item {
    margin: 0;
    padding: 0px 45px;
}
nav.navbar.bg-light{
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 32%);
    padding: 5px 0px;
    background-color: #ffffff;
}
img.call-img {
    width: 16px;
    transform: rotate(41deg);
}
img.mail-img {
    width: 18px;
}
/* banner */
.banner-slider{
    height:527px;
    overflow: hidden;
}
.banner-slider img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.banner-text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.4);
}
.banner-text h5 {
    font-size: 16px;
    line-height: 1.5;
}
.enquiry {
    background-color: #ffffff99;
    padding: 25px 18px;
    border-radius: 7px;
    border: 4px solid #aa3236;
}
.enquiry .form-control {
    font-size: 14px;
    color: #495057;
    border-radius: 7px;
}
.enquiry .form-group {
    margin-bottom: 10px;
}
.enquiry .form-control::-webkit-input-placeholder { /* Edge */
    color: #aeaeae;
}

.enquiry .form-control:-ms-input-placeholder { /* Internet Explorer */
    color: #aeaeae;
}

.enquiry .form-control::placeholder {
    color: #aeaeae;
}

/* medicine */
.medicine ul li{
    width:8%;
    text-align: center;
}

/* document */
.document li{
    margin-bottom: 15px;
}
.document li img{
    width:24px;
    height: 24px;
}

/* contact */
/* .contact,.pcd{
    background-color: #e5f1e5;
} */
.contact .enquiry{
    background-color: #eff6ee;
    border-radius: 16px;
    border: 2px solid #a5c9a3;
}
.contact .enquiry .form-control {
    border: none;
    background-color: #ffffff !important;
}

/* why */
.why-inner {
    border-bottom: 5px solid;
    border-radius: 5px;
    height: 100%;
    min-height: 180px;
    padding-top: 30px;
    transition: all 0.3s linear;
}
.why-inner:hover{
    transform: translateY(-10px);
    border-color: #373435;
}

/* about */
.about #accordion .btn-link{
    width: 100%;
    text-align: left;
    background-color: #aa3236;
    border: none;
    border-radius: 7px;
    text-decoration: none;
    color: #ffffff !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
    padding: 8px 21px;
    font-weight: 700;
}
#accordion .btn-link.collapsed img{
    transform: rotate(178deg);
}
#accordion .btn-link img{
    width:12px;
}
.card-header{
    padding: 0 !important;
    border: none !important;  
}
.card {
    border: none !important;
    margin: 10px 0;
    background-color: transparent;
}

/* category */
section.category {
    background-image: url("../images/product_range_bg.png");
    background-size: cover;
}
.category li{
    display: flex;
    margin-bottom: 10px;
    align-items: flex-start;
}
.category ul{
    width:94%;
}

/*products*/
.prduct-img img{
    width:100%;
    height:100%;
    object-fit:contain;
}

/* benefits */
.benefits #accordion .btn-link{
    width: 100%;
    text-align: left;
    background-color: #aa3236;
    border: none;
    border-radius: 7px;
    text-decoration: none;
    color: #ffffff !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 19px;
    padding: 5px 18px 6px;
    font-weight: 700;
}
.benefits .card {
    margin: 0 0 22px;
}

/* pcd */
.pcd p{
    text-align: justify;
}
.get ul li{
    text-align: justify;
    margin-bottom: 15px;
}

/* type */
.type-inner{
    transition: all 0.3s linear;
}
.type-inner:hover img{
    transform: scale(1.1);
}
.type-img {
    height: 155px;
    width: 100%;
    overflow: hidden;
}
.type-img  img{
    width:100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s linear;
}
.type-img.height_product img {
    height: auto;
}
.type-inner h5 {
    background-color: #aa3236;
    padding: 5px 0;
    color: #ffffff;
    letter-spacing: .7px;
    transition:all 0.3s linear;
}
.type-inner:hover h5 {
    background-color: #373435;
}
.tools li{
    margin-bottom:10px;
}
.tools a {
    background-color: #373435;
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 10px;
}
/* end */

#accordion .btn-link .add_icn{
    display:none;
}
#accordion .btn-link.collapsed .add_icn{
    display:block !important;
}
#accordion .btn-link.collapsed .minimize_icn{
    display:none !important;
}

/*products*/
.product-slider {
    height: 245px;
    overflow: hidden;
}
.products-listing .slick-dots{
    bottom: -7px !important;
}
.products-listing  .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #aa3236;
}
.products-listing  .slick-dots li button:before {
    font-size: 11px;
}
.products-listing  .slick-dots li{
    margin:0 1px
}
.promotional-slider .slick-prev:before, .promotional-slider .slick-next:before {
    font-size: 44px;
    line-height: 1;
    color: #373435;
}
.promotional-slider  .slick-prev {
    left: -45px;
}
.promotional-slider .prduct-img.prod_border a {
    border: none;
    height: auto;
    padding: 0;
}
.prduct-img a{
    border: 4px solid #d4d4d4;
    width: 100%;
    height: 220px;
    overflow: hidden;
    padding: 10px;
    display:flex;
    align-items:center;
    justify-content:center;
    background-color: #ffffff;
    transition: all 0.5s linear;
}
.provide-img{
    border-radius: 19px;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 70%);
}
.promotional-slider .prduct-img a{
    height:200px;
}
.promotional-slider .prduct-img a:hover{
    transform: scale(0.9);
}
.product-slider .prduct-img a img:hover{
    transform: scale(1.1);
}
.prduct-img{
    padding:0 10px;
}
.prduct-img img{
    width:100%;
    height:100%;
    object-fit:contain;
    transition: all 0.5s linear;
}
.product, .why {
    overflow: hidden;
}
footer{
    background-color:#02141d;
}


/* -------------media-------------------- */
@media only screen and (min-width:1200px){
    .sticky {
        padding: 0px 0px !important;
    }
}

@media only screen and (min-width:1201px) and (max-width:1366px){
    .medicine ul li {
        width: 10%;
    }
}

@media only screen and (min-width:1024px) and (max-width:1200px){
    .about #accordion .btn-link{
        font-size: 21px;
    }
    .benefits .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
    }
    .slick-next {
        right: -20px;
    }
      .banner,.banner .slick-slide {
        height: 485px !important;
    }
    .tools li {
        margin-bottom: 25px;
    }
    .font-27 {
        font-size: 19px;
    }
    .font-22 {
        font-size: 17px;
    }
    h1 {
        font-size: 47px;
    }
    .medicine ul li {
        width: 12%;
    }
    .category ul {
        width: 100%;
    }        
}

@media only screen and (max-width:1023px){
    .number-btn {
        margin-top: 14px;
        display:flex;
    }
    ul.navbar-nav.align-items-center {
        align-items: flex-start !important;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px){
    .about  .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom:20px !important;
    }
    .why .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .about .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        margin: 0 auto !important;
    }
    ul.navbar-nav.align-items-center {
        align-items: flex-start !important;
    }
    .number-btn {
        margin-top: 14px;
    }
    #my-welcome-message {
        width: 70% !important;
        left: 0 !important;
        right: 0 !important;
        top: 20% !important;
        margin: auto !important;
        padding: 20px 2%;
    }
    .top-header:after{
        display: none;
    }
    h1 {
        font-size: 45px;
    }
    .banner .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    } 
    .banner .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }     
    .banner,.banner .slick-slide {
        height: 485px !important;
    }
    .font-35 {
    font-size: 27px;}
    .tools ul{
        justify-content:center !important;
    }
    .tools li {
    margin-bottom: 25px;
    margin-left:10px;
    margin-right:10px;
    }
    .type .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .banner img{
        width:100%;
        height: 100%;
        object-fit: cover;
    }
    .font-22 {
        font-size: 16px;
    }
    .medicine ul li {
        width: 13%;
    }
    .font-45 {
        font-size: 30px;
    }
    .font-32 {
        font-size: 20px;
    }
    .about #accordion .btn-link {
        font-size: 17px;
    }    
    .category ul {
        width: 100%;
    }
    .contact .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    .font-27 {
        font-size: 19px;
    }
    .vector {
        height: auto !important;
        width: 28% !important;
        object-fit: contain !important;
        left: -10% !important;
    }
}
@media only screen and (max-width:767px){
    .overlay-banner {
        z-index: 9;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0 0 0 / 55%);
    }
    .navbar .container {
        flex-wrap: wrap !important;
    } 
    .number-btn {
      margin-top: 14px;
    }
    ul.navbar-nav.align-items-center {
        align-items: flex-start !important;
    }
    .tools li {
        margin-bottom: 23px;
        margin-right:10px;
        margin-left:10px;
    }
    .tools ul {
        justify-content: start !important;
        margin: 0;
    }
   .font-20 {
    font-size: 15px;
   }
   .font-30{
       font-size:20px;
   }
   .banner-slider img{
       width:100%;
       height:100%;
       object-fit:cover;
   }
    .banner-slider,.banner .slick-slide {
        height: 200px !important;
    }
    .document li img {
        width: 19px;
        height: 19px;
        margin-right: 12px !important;
    }
    h1 {
        font-size: 24px;
        -webkit-text-stroke: transparent;
        letter-spacing: 0 !important;
    }
    .font-35 {
       font-size: 22px;
    }
    .font-27 {
        font-size: 22px;
    }
    .font-22 {
        font-size: 17px;
    }
    .enquiry {
        background-color: #ffffff;
        margin: 16px 0;
    }
    br{
        display: none;
    }
    .top-header:after{
        display: none;
    }
    .top-header {
        background:  #aa3236;
    }
    .top-header  ul{
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 15px !important;
    }
    .vector{
        display: none;
    }
    .banner {
        height: 100%;
    }
    .banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .banner-text {
        position: relative !important;
        z-index:99;
    }
    .medicine ul{
        justify-content: flex-start !important;
    }
    .medicine ul li {
        width: 25%;
        padding: 0 16px;
        margin-bottom: 15px;
    }
    .font-45 {
        font-size: 27px;
    }
    .font-32 {
        font-size: 22px;
    }
    .about #accordion{
        margin-top:25px !important;
    }
    .about #accordion .btn-link {
        font-size: 14px;
        padding: 13px 13px;
    }
    .category ul {
        width: 100%;
    }
    section.top-phrama {
        margin-bottom: 40px;
    }
    .navbar .container{
        padding: 0 16px !important;
    }
    .navbar-brand {
        width: 50%;
    }
    .navbar-brand img {
        width: 100%;
    }
}
@media only screen and (max-width:500px){
    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
    .prduct-img{
        padding:0;
    }
    .promotional-slider .slick-prev {
        left: -15px !important;
        z-index: 9;
    }
    .promotional-slider .slick-next {
        right: 0 !important;
    }
    .promotional-slider .slick-prev:before, .promotional-slider .slick-next:before {
        font-size: 30px  !important;
    }
    footer{
       margin-bottom: 63px;
    }
     .mobile-fixed{
        display:block !important;
    }
     .bubble{
        display: none !important;
    }

    .medicine ul li {
        width: 33.33% !important;       
    }
    .medicine ul{
        justify-content: space-between !important;
    }
}
@media (max-width: 767px) {
     .banner-text .col-md-8 {
        position: absolute;
        top: -43%;
        left: 0;
        z-index: 9;
        width: 100%;
    }
}    

.bubble {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.bubble img{
    width:100%;
}
.bubble a {
    width: 90%;
    margin-top: 8px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 46%);
    overflow: hidden;

}

.mobile-fixed {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #aa3236;
}
.mobile-fixed li {
    width: 33.33%;
    background-color: #aa3236;
    border-right: 1px solid #00a7fa;
}
.mobile-fixed li a img{
    width: 20%;
    margin: 0 2px 3px;
}
.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;
}

