body{
    padding:0;
}
html {
    scroll-behavior: smooth;
}
.slick-slide img {
    display: inline !important;
}
/* common */
.white{
    color:#ffffff;
}
a,a:hover{
    text-decoration: none;
}
.list-none{
    list-style: none;
}
h1 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 900 !important;
}
p {
    line-height: 1.7;
}
.font-30{
   font-size: 30px;
}
.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-36{
    font-size: 36px;
    line-height: 1.4;
}
.font-20{
    font-size: 20px;
}
.font-23{
    font-size: 23px;
}
.font-25{
    font-size: 25px;
}
.fw-400{
    font-weight: 400;
}
button:focus,.btn.focus, .btn:focus{
    outline:0;
     box-shadow: none;
}
.theme-clr {
    color: #393738;
}
img {
    max-width: 100%;
}

.banner img {
    width: 100%;
}
/* header */
/* top-header */
.top-header {
    /* background-color: #00afef; */
    background-color: #294992;
    padding: 8px 0;
}
.top-header a:hover{
    color: #ffffff;
}
.top-header img{
    width:30px;
}

.top-header ul img {
        width: 21px;
        transition: all 0.3s linear;
}
.top-header ul li:hover img{
    transform: translateY(-2px);
}
address {
    margin-bottom: 0;
}
.top-header ul li{
    margin-right: 1rem !important;
}
.top-header ul li a.cor {
    color: #fff;
}
.list-none.quick_link li {
    margin-bottom: 1rem;
}
 .number-btn a{
    color: #ffffff;
    text-decoration: none;
    padding: 9px 28px;
    border-radius: 7px;
    font-size: 15px;
    transition: all 0.3s linear; 
    background: linear-gradient(to right, white 50%, #00afef 50%);
    display: block;
    background-size: 200% 100%;
    background-position: right bottom;
    border:1px solid transparent;
    display: flex;
    align-items: center;
}
.about img {
    border-radius: 10px;
}
 .number-btn a:hover{
    color: #00afef;
    background-position: left bottom !important;
    border-color:#00afef;
}
.number-btn a .call-hover{
   display: none;
}
.number-btn a img{
    width:17px;
    height: 17px;
}
.number-btn a:hover .call-hover{
    display: block !important;
}
.number-btn a:hover .call-img{
    display: none !important;
}
.navbar-brand img{
    width:100%;
}
/* navbar */
.sticky {
    position: fixed !important;
    width: 100%;
    top: 0;
    padding: 7px 0px !important;
    background-color: #ffffff !important;
    z-index: 999;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
    font-size: 16px;
    font-weight: 400;
    border-bottom:2px solid transparent;
}
li.nav-item {
    margin: 0 10px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(34 136 150);
    border-bottom: 2px solid;
}
nav.navbar.bg-light{
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 32%);
    padding: 15px 0px;
    background-color: #ffffff;
}

/* banner */
.banner-slider{
    /* height:527px; */
   height: 420px;
    overflow: hidden;
}

.banner-slider img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.overlay{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-color: rgba(0,0,0,0.4);
}
.banner-text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-text h5 {
    font-size: 16px;
    line-height: 1.5;
}
.enquiry {
    background-color: #00afef;
    /* padding: 25px 22px; */
    border-radius: 7px;
     padding: 2px 22px;

}
.btn-theme {
    background-color: #ffffff;
    border: 1px solid transparent;
    padding: 6px 33px;
    font-size: 15px;
    color: #00afef;
    font-weight: 500;
      transition: all 0.3s linear; 
    background: linear-gradient(to right, #00afef 50%, #ffffff 50%);
    display: block;
    background-size: 200% 100%;
    background-position: right bottom;
   border: 1px solid #00afef;
    /* margin: 0 auto; */
   margin-bottom: 20px;


}
 .btn-theme:hover{
    color: #ffffff;
    background-position: left bottom !important;
    border-color:#ffffff;
}
.btn-modal{
    background-color: #00afef;
    border: 1px solid transparent;
    padding: 6px 33px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
}


/* why */

.why-inner {
    padding: 20px;
    height: 100%;
    transition: all 0.3s linear;
}
.why-inner:hover {
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 69%);
    transform: translateY(-2px);
}
.why .col-md-3:nth-child(odd) .why-inner {
    background-color: #00afef;
}
.why .col-md-3:nth-child(even) .why-inner {
    background-color: #00afef94;
}
.why .col-md-3:nth-child(odd) .why-inner:hover {
    background-color: #00afef94;
}
.why .col-md-3:nth-child(even) .why-inner:hover {
    background-color: #00afef;    
}
.why-inner h5{
    font-size: 23px;
    height: 52px;
}
.about .welcome_section {
    text-align: justify;
}

/* start */
.start{
    background-color: #e2f7ff;
}

/* type */
.w-25{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width:25%;
}
.type-inner{
    padding: 20px;
    height: 100%;
    transition: all 0.3s linear;
    text-align: center;
}
.type-inner:hover{
    transform: translate(-2px);
}
.why .w-25:nth-child(even) .type-inner {
    background-color: #00afef;
}
.why .w-25:nth-child(odd) .type-inner {
    background-color: #2c414494;
}

.copyright-ftr {
    background-color: #000000;
}


img.img-fluid.doctor-wrapper {
    border: 4px solid #cccccc;
}
.copyright-ftr a:hover{
    color:#ffffff;
}
.mobile-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #005c69;
}
.mobile-fixed li {
    width: 33.33%;
    background-color: #ffffff;
}
.mobile-fixed li a img{
    width: 20%;
    background-color: #ffffff;
    margin: 0 2px 3px;
}
.mobile-fixed ul{
    padding: 4px 2px 0 !important;
}
.mobile-fixed li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #0076a1;
    font-weight: 500;
    padding: 11px 0 7px;
    font-size: 14px;
    margin: 0;
    background-color: transparent;
    text-transform: capitalize;
    border: none;
}
/* media */

@media only screen and (max-width:1023px){
    .number-btn {
        width: 300px;
        text-align: center;
    }
    .number-btn  a{
        text-align: center;
        justify-content: center;
    }
    nav.navbar.bg-light {
        padding: 15px 16px !important;
    }
    .start img{
        width:100%;
    }
    .type-inner img {
        width: 100%;
    }
    ul.navbar-nav {
        padding: 17px 0px 0;
        align-items: flex-start !important;
    }
}
@media only screen and (min-width:992px) and (max-width:1200px){
   
    .banner-slider,.banner-inner {
        height: 580px;
    }
      .start .type-inner {
        padding: 0;
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .start .type-inner {
        padding: 0;
    }
   
    .missions-wrapper {
        height: 100% !important;
        
    }
    .why .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    h1 {
        font-size: 45px;
    }
    .banner-slider,.banner-inner {
        height: 580px;
    }
    .banner-text .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 41.333333%;
        max-width: 41.333333%;
    }
}
  /*#product button {*/
  /*      width: 100%;*/
  /*  }*/
@media only screen and (max-width:767px){
 
    .col.w-20 {
        width: 50% !important;
        max-width: 50%;
        flex-basis: auto;
    }
    .downloading-pd .nav-link {
     padding: 0 !important; 
}
.downloading-pd {
    position: fixed;
    top: 300px;
    bottom: 0;
    left: 0;
}
    .bubble {
        display:none !important;
    }
    
    

    .type-inner {
        margin-bottom: 15px;
        padding: 0;
    }
    br{
        display: none;
    }
    .banner-text{
        position: static;
        padding: 20px 0;
    }
    .baner_inner{
        position: absolute;
        top:5%;
    }
    .banner-slider{
        height:100% !important;
    }
    h1{
        font-size: 17px;
    }
    .banner .banner-inner{
        height:220px;
    }
    .why-inner h5 {
        font-size: 18px;
    }
    .font-36 {
        font-size: 25px;
    }
    .why-inner h5 {
        height: auto;
        margin-bottom: 10px !important;
    }
    .quality img{
        width:70%;
    }
    .start img{
        width:100%;
    }
    .font-25 {
        font-size: 17px;
    }
    footer .font-25 {
        font-size: 21px;
        margin-top: 20px;
    }
    footer .font-20 {
        font-size: 17px;
    }
    .type-inner img {
        width: 100%;
    }
    .navbar-brand{
        margin:0;
    }
}
@media screen and (max-width:500px){
    footer{
        margin-bottom: 62px;
    }
    /*.mobile-fixed{*/
    /*    display: none !important;*/
    /*}*/
    .font-36 {
        font-size: 22px !important;
        text-align: center;
    }
    .number-btn a {
        padding: 9px 11px;
        font-size: 12px;
    }
    .navbar-brand{
        width:40%;
    }
    .quality img{
        width:26% !important;
    }
    .w-25 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .banner .banner-inner{
        height:360px !important;
    }
    .why-inner h5,.font-23{
        font-size: 19px !important;
    }
    .font-30{
        font-size: 21px;
    }
    .number-btn a img {
    width: 10px;
    height: 10px;
    }
    a.pdf_img {
       display: block !important;
    }
}
a.pdf_img {
    display: none;
    position: fixed;
    bottom: 15%;
    right: 8px;
    background-color: #00afef;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 1px 1px 6px 0px rgb(0 0 0 / 60%);
}
a.pdf_img img{
    width: 77px;
    padding: 11px;
}
.bubble {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.bubble img{
    width:100%;
}
.bubble a {
    width: 51%;
    margin-top: 8px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 46%);
    overflow: hidden;

}

/* -------------------new-css -----------------*/


.new-header-wrapper ul {
    list-style-type: none;
    padding-top: 5px;
}


.new-header-wrapper ul li {
    display: inline;
    padding: 0px 16px;
}

.new-header-wrapper {
    text-align: right;
}
.new-header-wrapper ul li a {
    color: #63BFE6;
}

.links-wrapper {
    color: #fff;
}


button.list-wrapper {
    background-color: #224a9f;
    border: none;
    color: #fff;
    padding: 4px 16px;
    border-radius: 5px;
}


.links-wrapper ul li {
    list-style-type: none;
}



.links-wrapper ul li a {
    color: #fff;
    font-weight: 400;
    line-height: 50px;
}

.links-wrapper ul {
    padding-left: 0;
}


.contact-wrapper h5 {
    color: #fff;
}

.contact-wrapper {
    color: #fff;
}

.Distribution-wrapper h5 {
    color: #fff;
    margin-bottom: 28px;
}



.enquiery-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
}

p.contact-new-wrapper {
    color: #fff;
}


.align-center 
{
    text-align: center;
}



.missions-wrapper {
    box-shadow: inset 1px 1px 36px #00a0de;
    height: 300px;
    padding: 30px 20px;
    margin-bottom: 70px;
    border-radius: 10px;
}

p.bg-p {
    background: #00a3de;
    padding: 10px;
    color: #fff !important;
}

.about-content li {
    list-style: initial !important;
    margin-bottom: 10px !important;
}


ul.quality-wrapper li {
    margin-bottom: 14px !important;
}

.modal-backdrop.fade.show {
    display: none;
}



button.btn.btn-primary {
    background-color: #00a0de !important;
    border: none;
}


.modal-header {  
    border-bottom: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff !important;
    
}





h1.text-capitalize.white.mb-md-0 {
    font-size: 24px;
}





@media (max-width: 575px) {

    .new-header-wrapper {
        display: none;
    }

 }


@media (min-width: 576px) and (max-width: 767px) { 





 }


@media (min-width: 768px) and (max-width: 991px) { 



 }


@media (min-width: 992px) and (max-width: 1199px) { 



 }


@media (min-width: 1200px) { 






 }








 h1 {
   font-size: 5em;
   text-align: center;
   font-weight: 600;
   color: #353239;
 }
 
 h2 span span {
   color: #393738;
   position: relative;
   bottom: -1em;
   opacity: 0;
   animation: move-text 0.75s forwards;
 }
 h1 span span:nth-child(2n) { color: lightseagreen; }
 h1 span span:nth-child(3n) { color: orange; }
 h1 span span:nth-child(4n) { color: dodgerblue; }
 h1 span span:nth-child(5n) { color: blueviolet; }
 
 @keyframes move-text {
   0% {
     bottom: -0.2em;
     opacity: 1;
   }
   
   50% {
     bottom: 0.2em;
   }
 
   100% {
     bottom: 0;
     opacity: 1;
   }
 }
 
  h2.dss-wrapper {
    font-weight: 700 !important;
	font-size: 5.5vh;  
}





.type-wrapper {
    display: none;
}








h5.form-new-wrapper {
    background-color: black;
    color: #fff;
    padding: 9px;
    font-size: 14px;
    margin-top: 15px;
}



.tablet-wrapper h4 {
    margin-top: 15px;
    font-size: 20px;
}

p.font-15.font-wrapper {
    margin-bottom: 40px;
}
button {
    background-color: #fff;
}
#myBtn3 img {
    padding: 10px;
}
.why .col-md-6:nth-child(odd) .why-inner {
    background-color: #00afef;
}
.why .col-md-6:nth-child(even) .why-inner {
    background-color: #00afef94;
}
img.img-fluid.logo-img {
    width: 200px;
}
.content {
  margin: auto;
  padding: 20px;
  width: 600px;
}

.slider {
  margin: 30px auto 50px;
}

.slick-current .image {
  padding: 10px;
}

.slick-current img {
  border: 5px solid #FFF;
  display: block;
  width: 100%;
}

@media (min-width:767px) {
     .mobile-fixed {
        display:none;
    }
    .downloading-pd {
    display: none;
}
}
.slick-slide {
    margin: 0 14px;
    border-radius:5px;
}
.slick-prev:before, .slick-next:before {
   
    font-size: 27px !important;
   
    color: #000 !important;
    
}
.slick-dots {
   
    display: none !important;
}
.slick-slide img {
    display: inline !important;
    border-radius: 7px !important;
}