    .wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

body {
    font-family: 'Muli', sans-serif;
    padding: 0;
    margin: 0;
}
a:hover{
    text-decoration: none!important;
}
a{
    text-decoration: none!important;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
.d-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.w100{
    width: 100%
}
.menu ul li {
    list-style: none;
    float: left;
    padding: 18px 16px 12px;
    position: relative;
}

.menu ul li img {
    margin: auto;
    filter: grayscale(100%);
    width: 18px;
    height: 18px;
    position: absolute;
    top: 10px;
    left: 50%;
   transform: translateX(-50%);
}
.menu ul li:hover a {
    color: #235499;
}
.menu ul li:hover img{
    animation: hover 0.5s  alternate-reverse infinite;
}
@keyframes hover{
    0%{
       filter: grayscale(100%);
        opacity:0.2;
    }
    100%{
         filter: initial;
        opacity:1;
    }
}

.menu ul li a {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 23px;
    color: #000000;
    font-family: "Roboto";
    font-weight: 500;
}
.menu ul li.hover:before{
    position: absolute;
    content: url(../images/arrow-down.png);
    top: 18px;
    right: 4px;
}
.slider-section .slick-prev:before {
    content: url(../images/banner-arrow-left.png);
}
.slider-section .slick-next:before {
    content: url(../images/banner-arrow-right.png);
}

.hover ul.submenu {
    display: none;
}
.menu ul li.hover:hover ul.submenu{
    display: block;
    box-shadow: 0px 0px 2px #00000047;
}
.hover ul.submenu {
    position: absolute;
    width: 210px;
    height: auto;
    left: 0px;
    top: 70px;
    border-radius: 2px;
    z-index: 9;
}
.hover ul.submenu li {
    width: 100%;
    text-align: left;
    line-height: 28px;
    background: #fff;
    padding: 5px 10px;
    border-bottom: 1px solid #1e3c6663;
    transition: 0.3s ease-in-out;
}
.hover ul.submenu li:hover{
    background: #1e3c66;
}
.hover ul.submenu li:hover a{
    color: #fff;
}

.hover ul.submenu li:hover a:after {
   display: none!important;
}

.hover ul.submenu li a {
    color: #1e3c66;
    transition: 0.3s ease-in-out;
}

.logo {
    display: inline-block;
}
.logo img{
    width: 93%;
}

.menu {
    display: inline-block;
    float: right;
    line-height: 40px;
    padding-top: 8px;
}
.main-header {
    padding:20px 0px 10px 5px;
    display: block;
    line-height: 28px;
}
/* header{
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
} */

header{
    z-index:999;
    position:fixed;
    width: 100%;
    top: 0px;
    background: #fff;
    left: 0px;
}

header.back{
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
   /* animation: animate forwards 0.1s;*/
}
@keyframes animate{
    0%{
        opacity:0;
    }
    100%{
        opacity:1
    }
}
/* .banner-slider {
    position: absolute;
    top: 0px;
    z-index: -1;
}
.banner-slider .banner {
    position: relative;
}
 */

section.homer-banner-section{
    margin:98px 0 0;
}

 .banner-slider {
     position: absolute;
     top: 0px;
     z-index: -1;
 }

.banner {
     position: relative;
 }

 .banner .text-area {
     position: absolute;
     top: 83%;
     left: 50%;
     transform: translate(-50%, -50%);
     width: 60%;
     margin: 0 auto;
     background: #0000008f;
 }

.text-area {
     width:100%;
     margin: 0 auto;
     background: #0000008f;
     padding:20px 0;
 }

 .text-area h1 {
     font-size: 20px;
     letter-spacing: 1.2px;
     line-height:25px;
     color: #ffffff;
     font-family: "Roboto";
     font-weight: 500;
     text-align: center;
     filter: drop-shadow(0 0 10px rgba(0,0,0,0.5));
     text-transform: uppercase;
 }
 .text-area p{
    font-size: 20px;
    letter-spacing: 1.3px;
    line-height: 40px;
    color: #ffffff;
    font-family: "Roboto";
    font-weight: 400;
    text-align: center;
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.5));
    text-transform: uppercase;
 }

 .text-area p span,  .text-area h1 span{
    text-transform:lowercase;
 }

 .slider-section .slick-dots{
    bottom: 7px;
 }
 .slider-section.slick-dotted.slick-slider{
    margin-bottom:0px!important; 
 }
 .slider-section .slick-dots li button:before{
    content:url(../images/dots.png);
    top: -2px;
    opacity: 1!important;
 }
 .slider-section .slick-dots li.slick-active button:before{
    content:url(../images/dots_active.png);
    top: -1px;
 }
  .slider-section .slick-dots li{
    width: 11px;
 }
 h1.head_title {
     font-size: 41px;
     letter-spacing: normal;
     line-height: 45px;
     color: #092950;
     font-family: "Roboto";
     font-weight: 400;
     text-align: center;
     padding: 2rem 0rem 1.4rem;
     text-transform: uppercase;
 }

p.head_para {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 23px;
    color: #000000;
    font-family: roboto;
    font-weight: 400;
    text-align: justify;
    padding: 0rem 4rem;
}
.about-section {
    padding: 0rem 0rem 3rem;
}

.about-section h4{
     font-size: 20px;
     letter-spacing: 1.2px;
     line-height:25px;
     color: #000;
     font-family: "Roboto";
     font-weight: 500;
     margin:0 0 15px;
     text-align: center;
     text-transform: uppercase;
}


 .about-section h4 span{
    text-transform:lowercase;
 }

 h1.head_title span {
    font-weight: 700;
}

 .about-section h1.head_title{
    margin:0 0 10px;
     padding: 2rem 0rem 0rem;
 }


.product-section{
    background:url('../images/product-bg.png')no-repeat; 
    height: auto;
    width: 100%;
    /* background-attachment: fixed; */
    background-size: cover;
}
.product-section  h1.head_title{
    color: #fff;
    padding-top: 5rem;
}
.product-txt {
    padding: 0px;
    background: #fff;
}
.product_img img{
    width: 100%;
    height: 100%;
}
.product-txt h2 {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #164484;
    font-family: "Roboto";
    font-weight: 600;
    border-bottom: 1px solid #f00;
    padding-bottom: 14px;
}

.product-txt {
    padding: 24px 30px 0 30px;
    width: 50%;
    position: relative;
}

.product-txt p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 23px;
    color: #000000;
    font-family: "Roboto";
    font-weight: 400;
    text-align: left;
    margin-top: 14px;
}

.product-txt a {
    font-size: 14px;
    border-radius: 0px;
    letter-spacing: 1px;
    line-height: 17px;
    color: #ca1f26;
    font-family: "Roboto";
    font-weight: 500;
    text-align: left;
    border: 1px solid #ca1f26;
    padding: 0.5rem 1rem;
    display: inline-block;
    margin-top: 10px;
   /* position: absolute;*/
    overflow: hidden;
    transition: 0.5s ease-in-out;
    z-index: 9;
   /* bottom: 40px;*/
}
.product-txt a:hover{
     border: 1px solid #ca1f26;
     color: #fff;
     background:#ca1f26;
}
.product-txt a:before {
    position: absolute;
    content: '';
    background: #ca1f26;
    color: #fff;
    width: 0%;
    height: 100%;
    top: 0px;
    left: 0px;
    transition: 0.5s ease-in-out;
    z-index: -1;
}
.product-txt a:hover:before{
    width: 100%;
    transition: 0.5s ease-in-out;
}
.product_first {
    display: flex;
    flex-wrap: wrap;
    width:49%;
    border-radius: 100px;
    overflow: hidden;
}
.product-txt:before {
    content: url(../images/product_left_arrow.png);
    position: absolute;
    top: 16%;
    left: -5%;
}
.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom:1%; 
}
.fliexing .product_first {
    /* display: flex; */
    flex-direction: row-reverse;
}
.fliexing .product-txt:before{
    content: url(../images/product_right_arrow.png);
        position: absolute;
        top: 16%;
        left: 100%;
}
.product-area {
    padding:1.6rem 0rem 8rem;
    }

.crms_section{
    height: auto;
    padding: 6rem 0rem 4rem; 
    position: relative;
}
.crams_text_area h1 {
    font-size: 37px;
    letter-spacing: 1px;
    line-height: 35px;
    color: #092950;
    font-family: "Roboto";
    font-weight: 900;
    text-align: left;
}

.crams_text_area h3 {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 44px;
    color: #092950;
    font-family: "Roboto";
    font-weight: 500;
    text-align: left;
}

.crams_text_area p {
    font-size: 15px;
    letter-spacing: normal;
    line-height: 23px;
    color: #000000;
    font-family: "Roboto";
    font-weight: 400;
    text-align: justify;
    padding-top: 10px;
}

.crams_text_area a {
    font-size: 13px;
    border-radius: 0px; 
    letter-spacing: 1px;
    line-height: 23px;
    color: #ca1f26;
    font-family: "Roboto";
    font-weight: 400;
    text-align: center;
    display: inline-block;
    width: auto;
    border: 1px solid #ca1f26;
    padding: 5px 20px;
    margin-top: 32px;
    position: relative;
    overflow: hidden;
    transition: 0.5s ease-in-out;
    z-index: 9;
}
.crams_text_area a:hover{
     border: 1px solid #fff;
     color: #fff;
}
.crams_text_area a:before {
    position: absolute;
    content: '';
    background: #ca1f26;
    color: #fff;
    width: 0%;
    height: 100%;
    top: 0px;
    left: 0px;
    transition: 0.5s ease-in-out;
    z-index: -1;
}
.crams_text_area a:hover:before{
    width: 100%;
    transition: 0.5s ease-in-out;
}

.crams_text_area {
    position: absolute;
    z-index: 99;
    background: #fff;
    padding: 3%;
    box-shadow: 0px 0px 8px 0px #00000040;
    width: 44.5%;
    top: 23%;
    left: 8%;
}

.imgs {
    width: 100%;
    text-align: right;
}
.imgs img {
    padding: 0px;
    margin: 0px;
    /* border: 2px solid #ca1f26; */
    width: 70%;
}
.footer p {
    font-size: 13px;
    line-height: 26px;
    padding:10px;
    color: #ffffff;
    font-family: "Roboto";
    font-weight: 300;
    text-align: center;
    background: #000;
}

.menu ul li a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  width: 100%;
}

.menu ul li a::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: #1e3c66;
  -webkit-transition: width .3s;
  transition: width .3s;
}

.menu ul li a:hover::after {
  width: 100%;
}

footer a{
    color: #fff;
    transition: 0.5s ease-in-out;
}
.product_img.match{
    overflow: hidden;
    transition: 0.5s ease-in-out;
    position: relative;
    width: 50%;
}
.product_img.match:before{
    position: absolute;
    content: '';
    background: #0004;
    width: 100%;
    height: 100%;
}

.product_img.match:hover img {
    transform: scale(1.2);
    transition: 2.5s ease-in-out;
}
.breadcrub-area{
    background-image: url(../images/breadcrumb-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 50vh;
    position: relative;
    margin-bottom: 2rem;
    margin-top:98px;
}
.contact_us{
    padding-top: 1%;
}
ul.mar {
    width: 70%;
    margin: 0 auto;
}
.breadcrumb {
    list-style: none;
    top: 55%;
    left: 50%;
    background:transparent;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
}
.breadcrumb  h1{
    font-size: 35px;
    letter-spacing: 2px;
    line-height: 40px;
    color: #ffffff;
    font-family: "Roboto";
    font-weight: 500;
    float: left;
    /* filter: drop-shadow(0 0 10px rgba(0,0,0,0.5)); */
    background: #0009;
    display: inline-block;
    clear: both;
    padding: 10px;
}
/*.breadcrumb h1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #1e3c66;
    width: 4px;
}*/


.contact-form h1.contact_title {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: roboto;
    line-height: 45px;
    color: #1e3c66;
    padding-bottom: 20px;
    text-align: center;
}

.info p.para {
    color: #000;
    font-size: 16px;
    font-family: roboto;
    font-weight: 400;
    letter-spacing: normal;
    padding:10px 0px;
}
ul.details li {
    list-style: none;
    position: relative;
    padding: 10px 12px;
}

ul.details li i {
    position: absolute;
    font-size: 22px;
    color: #1e3c66;
    font-weight: 500;
}

ul.details li a {
    padding-left: 38px;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    font-family: roboto;
}

ul.details li p {
    padding-left: 38px;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    font-family: roboto;
    line-height: 20px;
}

ul.details li p a{
    padding:0;
}

ul.details li {
    padding: 20px 109px 15px 0px;
}
.contact-form .form-area-inquiry{
    margin: 0px;
    width: 100%;
    padding: 0% 0% 4%;  
}
.contact-form ul.details li{
    padding: 15px 0px 15px;
}

.contact-form ul.details li p{
    margin:0 0 10px;
}

.form-area-inquiry button.send-btn {
    color: #1e3c66;
    border: 1px solid;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 17px;
    color: #ca1f26;
    font-family: "Roboto";
    font-weight: 500;
    text-align: left;
    border: 1px solid #ca1f26;
    padding: 0.5rem 1rem;
    display: inline-block;
    margin-top: 1rem;
    position: relative;
    overflow: hidden;
    transition: 0.5s ease-in-out;
    z-index: 9;
}
.form-area-inquiry button.send-btn:before {
    position: absolute;
    content: '';
    background: #ca1f26;
    color: #fff;
    width: 0%;
    height: 100%;
    top: 0px;
    left: 0px;
    transition: 0.5s ease-in-out;
    z-index: -1;
}
.form-area-inquiry button.send-btn:hover {
    border: 1px solid #fff;
    color: #fff;
}
.form-area-inquiry button.send-btn {
    color: #1e3c66;
    border: 1px solid;
    width: 20%;
    margin: 0 auto;
    display: inherit;
    text-align: center;
}
.form-area-inquiry button.send-btn:hover:before {
    width: 100%;
    transition: 0.5s ease-in-out;
}

.product {
    background: #fbfbfb;
}
.api-top-section{
    display: inline-block;
}
.api-top-section .h1_title, .our-business-area .h1_title, .inquiry-section .h1_title     {
    font-size: 40px;
    line-height: 50px;
    color: #1e3c66;
    font-family: "Roboto";
    font-weight: 700;
    padding-bottom: 20px;
    letter-spacing: 2px;
}

.api-top-section p {
    font-size: 15px;
    letter-spacing: normal;
    line-height: 23px;
    color: #000000;
    font-family: "Roboto";
    word-spacing: 3px;
    font-weight: 400;
    text-align: justify;
    padding-bottom: 20px;
}
.api-top-section .h2_title {
    font-size: 25px;
    line-height: 50px;
    color: #1e3c66;
    font-family: "Roboto";
    font-weight: 500;

} 


.certificate-area .h2_title {
    font-size: 30px;
    line-height: 50px;
    color: #1e3c66;
    font-family: "Roboto";
    font-weight: 500;

}

.prdt-img {
    text-align: center;
}

.prdt-img img {
    /*border-radius: 10px;*/
    box-shadow: 0px 0px 5px #0006;
}

#fdfbody .wrapper{
    overflow:initial;
}

.stickycol{
    position:sticky;
    top:98px;
    background:#fff;
    z-index:10;
}

.col-md-3.col-sm-12.tab_aresa {
    position: sticky;
    top: 75px;
}

.flexing {
    display: flex;
    justify-content: space-between;
    background: #1e3c66;
    margin-bottom: 10px;
}
.api-list-name .flexing h3 {
    font-size: 18px;
    line-height: 40px;
    color: #ffffff;
    font-family: "Roboto";
    font-weight: 500;
    padding: 4px 65px;
}

body.Drug .api-list-name .flexing .col-md-2.col-sm-2 h3,
body.Drug .api-list-name .flexing .col-md-3.col-sm-3 h3{
    text-align:center;
    padding:4px 15px;
}

body.Drug .col-md-7.col-sm-7 h3{
    padding:4px 15px;
}

body.Drug  .product-detailsss .col-md-3.col-sm-3.pardt-left{
    text-align:center;
}


body#apipro .api-list-name .flexing h3{
    text-transform:uppercase;
    padding:4px 30px;
}

body#apipro .api-list-name .flexing h3:nth-of-type(2){
    text-align:center;
    padding-right:8%;
}

body#apipro .product-detailsss .col-md-4.col-sm-4.col-xs-4.pardt-left  p{
    text-align:center;
}


.product-name ul {
    padding:5px 10px;
    border: 1px solid #cfcfcf;
    margin: 5px 0px;
    list-style: none;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.product-name ul li {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #222222;
    font-family: "Roboto";
    font-weight: 400;
    position: relative;
    padding-left: 20px;
}
.product-name ul li:before{
    content: url(../images/circle.png);
    position:absolute;
    top: 0px;
    left: 0px;
}
.product-name {
    padding-right: 0px;
}
.pardt-left{
    padding-left: 0px;
}
.flexings {
    padding: 10px;
    border: 1px solid #cfcfcf;
    margin: 5px 0px;
    list-style: none;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.flexings  p{
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: normal;
}
.about{
    background: #fbfbfb;
}

.about-us-section p {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 23px;
    color: #000000;
    font-family: roboto;
    font-weight: 400;
    padding: 0rem 0rem;
    text-align: justify;
}
.about-us-section h1.head_title {
    font-size: 36px;
    letter-spacing: normal;
    line-height: 45px;
    color: #092950;
    font-family: "Roboto";
    font-weight: 400;
    text-align: left;
    padding: 0px 0px 4px;
    text-transform: uppercase;
}
.para{
    width: 100%;
    display: inline-block;
    padding: 5px 0px 0px; 
}
.para p {
    text-align: justify;
}
.pepole-policy h4{
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 55px;
    color: #092950;
    font-family: "Roboto";
    font-weight: 500;
    text-align: left;
    position: relative;
    display: inline-block;
    /*cursor: pointer;
    transition: 0.5s ease-in-out;
    border-bottom: 1px solid;
    line-height: 2px;
    margin: 20px 0px;*/
}

.pepole-policy h4:before {
    position: absolute;
    content: '';
    bottom: 6px;
    left: 0px;
    width: 20%;
    height: 2px;
    background: #1e3c66;
    transition: 0.5s ease-in-out;
}
.pepole-policy h4:hover:before{
    width: 90%;
}
.back-border {
    position: relative;
    z-index: 99;
    top: 26px;
}

.back-border:before {content: '';
    position: absolute;
    top: -21px;
    left: 33px;
    border: 2px solid #1e3c66;
    width: 95%;
    height: 100%;
    z-index: -1;
}

.pepole-policy p {
    padding-bottom: 2rem;
}

.our-business-area p {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 23px;
    color: #000000;
    font-family: roboto;
    font-weight: 400;
    padding: 0px 0px 15px;
    text-align: justify;
}

.crams {
    background: #fbfbfb;
}
.crams-section .h1_title {
    display: inline-block;
    font-size: 28px;
    line-height: 50px;
    color: #1e3c66;
    font-family: "Roboto";
    font-weight: 600;
}
.crams-section p {
    display: inline-block;
    font-size: 25px;
    line-height: 50px;
    color: #1e3c66;
    font-family: "Roboto";
    font-weight: 500;
    padding: 0px 0px;
}
.crms-para p {
    font-size: 15px;
    letter-spacing: normal;
    line-height: 23px;
    color: #000000;
    font-family: "Roboto";
    word-spacing: 3px;
    font-weight: 400;
    text-align: justify;
    padding-bottom: 20px;
    padding-left: 20px;
    position: relative;
}
.crms-para p:before{
    position: absolute;
    left: 0px;
    top: 0px;
    content: "\f101";
    font-family: FontAwesome;
    transition: 0.5s ease-in-out;
}
.crms-paras  b {
    font-size: 20px;
    line-height: 50px;
    color: #1e3c66;
    font-family: "Roboto";
    font-weight: 500;
    padding: 4px 65px 5px 16px;
    display: inherit;
    text-align: center;
}
.crms-paras ul li{
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #000;
    font-family: "Roboto";
    font-weight: 400;
    position: relative;
    padding-left: 20px;
    list-style: none;
}
.crms-paras ul li:before {
    content: url(../images/circle.png);
    position: absolute;
    top: 0px;
    left: -1px;
}
.crms-paras {
    padding: 0px 0px 30px;
}
.crms-paras ul{
    column-count: 2;
    padding-left: 15px;
}
.crms-para img{
    width: 100%;
}
.crms-paras b:before {
    position: absolute;
    left: 100px;
    top: 30px;
    border: 1px solid;
    content: '';
    width: 30%;
}

.crms-paras b:after {
    position: absolute;
    right: 150px;
    top: 30px;
    border: 1px solid;
    content: '';
    width: 30%;
}
.assurance-section p:first-letter{
    font-size: 22px;
    color: #1e3c66;
}
.assurance-section p {
    font-size: 15px;
    letter-spacing: normal;
    line-height: 23px;
    color: #000000;
    font-family: "Roboto";
    word-spacing: 3px;
    font-weight: 400;
    text-align: justify;
    padding-bottom: 20px;
}
.coulun {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.coulun img {
    padding: 15px;
    width: 410px;
    height: 174px;
    /* margin-left: 24px; */
}

.excellence-in-quality {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 0px 4px #0004;
    padding: 10px;
    border-radius: 5px;
    width: 80%;
    margin: 0 auto;
}
.excellence-in-quality h4 {
    font-size: 22px;
    line-height: 31px;
    color: #1e3c66;
    font-family: "Roboto";
    font-weight: 600;
    padding: 4px 0px 14px 0px;
    display: inherit;
    text-align: left;
    /* white-space: nowrap; */
}

.excellence-in-quality p {
    font-size: 15px;
    letter-spacing: normal;
    line-height: 23px;
    color: #000000;
    font-family: "Roboto";
    word-spacing: 3px;
    font-weight: 400;
    text-align: justify;
    /* padding-left: 25px; */
}

.excellence-in-quality p a{
    color: #000000;
    display:inline-block;
    text-decoration:none;
    font-weight:600;
}

.excellence-in-quality p a:hover{
    color: #1e3c66;
}

.excellence-in-quality h5 {
    font-size: 18px;
    line-height: 25px;
    color: #1e3c66;
    font-family: "Roboto";
    font-weight: 600;
    padding-top: 15px;
    display: block;
    /* padding-left: 25px; */
}
.excellence-in-quality.flexsss {
    display: flex;
    flex-direction: row-reverse;
    display: none;
}
.boxss {
    padding-top: 3%;
}
.certificate-area .h2_title{
    text-align: center;
    padding-bottom: 2%;
}
.first-cetified.boxss {
    width: 60%;
    /* box-shadow: 0px 0px 4px #000; */
    border-radius: 5px;
}
.contn{
    width: 100%;
    margin: 0 auto;
    /*box-shadow: 0px 0px 4px #000;*/
    padding: 10px 30px 0px 20px;
    border-radius: 5px;
    height: auto;
}
.second-cetified {
    width: 40%;
     text-align: center; 
    /*box-shadow: 0px 0px 5px #000;*/
}

.excellence-in-quality.flexss {
    /* flex-direction: row-reverse; */
    margin: 18px auto;
}
.certificates h6 {
    font-size: 15px;
    line-height: normal;
    color: #1e3c66;
    font-family: "Roboto";
    font-weight: 500;
    padding: 4px 65px;
    text-align: center;
    padding-top: 22px;
}

/*#content{
    position:sticky;
    top:140px;
}*/

.tab {
    display: flex;
    margin: 2% 0%;
}

.tab h4 {
    padding: 10px 0px;
    font-size: 20px;
    line-height: 28px;
    color: #1e3c66;
    font-family: "Roboto";
    font-weight: 500;
    background: #f6f0f0;
    margin: 0px 10px;
    padding: 18px;
    /* box-shadow: 0px 0px 6px #1e3c6661; */
    border-radius: 0;
    position: relative;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.International-section p {
    font-size: 15px;
    letter-spacing: normal;
    line-height: 23px;
    color: #1e3c66;
    font-family: "Roboto";
    word-spacing: 3px;
    font-weight: 500;
    text-align: center;
    padding: 20px;
    background: #f6f0f0;
    margin: 49px 10px 48px;
    position: relative;
    /* border-radius: 5px; */
    /* box-shadow: 0px 0px 8px #0000002e; */
}
.tab h4:nth-child(2):after {
    transition: 0.5s ease-in-out;
    content: '\f175';
    position: absolute;
    font-family: FontAwesome;
    bottom: -42px;
    left: 40%;
    /* background: #1e3c66;
    width: 40px;
    height: 40px;
    transform: rotate(45deg);*/
    z-index: -1;
    color: #1e3c66;
    font-size: 30px;
    animation: animatess 0.9s  infinite;
}
@keyframes animatess{
    0%{
        top:0px;    
      }
    100%{
        top:100px
      }
}
.tab h4:nth-child(1):after {
    position: absolute;
    top: 0px;
    right: -11px;
    width: 1px;
    height: 100%;
    content: '';
    background: #ccc;
}
.tab h4:nth-child(3):before {
    position: absolute;
    top: 0px;
    left: -11px;
    width: 1px;
    height: 100%;
    content: '';
    background: #ccc;
}
.our-business-area p b{
    font-size: 18px;
    font-weight: 400;
}
.International-section {
    padding: 30px 0px;
}

.img img {width: 80%;margin: 0 auto;}

.img{
    text-align: center;
}
.drugs-name-tab h4 {
    font-size: 14px;
    line-height: 35px;
    color: #1e3c66;
    font-family: "Roboto";
    box-shadow: 2px 3px 3px 1px #ccc;
    font-weight: 400;
    padding: 4px 0px;
    width: 150px;
    border-left: 1px solid #1e3c66cc;
    /* background: #f6f0f0; */
    white-space: nowrap;
    line-height: 60px;
    border-top: 1px solid #1e3c668c;
    z-index: -1;
    margin: 0px 4.3px;
    text-align: center;
    position: relative;
}

.drugs-name-tab {
    display: flex;
    width: 100%;
}
.drugs-name-tab h4:before {
    position: absolute;
    content: '\f175';
    position: absolute;
    font-family: FontAwesome;
    top: -52px;
    left: 50%;
    transition: 0.5s ease-in-out;
    z-index: 99;
    color: #1e3c66;
    font-size: 30px;
        animation: animtedddd 0.9s linear infinite;
}
@keyframes animtedddd {
    0%{
        top:-90px;
    }
    100%{
        top :-50px;
    }
}
.career-para h1 {
    font-size: 40px;
    line-height: 50px;
    color: #1e3c66;
    font-family: "Roboto";
    font-weight: 700;
    padding-bottom: 20px;
    letter-spacing: 2px;
}

.career-para p {
    font-size: 15px;
    letter-spacing: normal;
    line-height: 23px;
    color: #000000;
    font-family: "Roboto";
    word-spacing: 3px;
    font-weight: 400;
    text-align: justify;
    padding-bottom: 20px;
}
.career-tab {
    background: #f1f5f8;
    width: 100%;
    margin: 0 auto;
    padding: 20px 30px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap:5px;
}

.item a {
    /* display: flex; */
    justify-content: space-around;
    width: 100%;
    /* min-height: 70px; */
    /* line-height: 70px; */
}

h2 {
    font-weight: 600;
    font-size: 17px;
    color: #224070;
    line-height: 50px;
    margin: 0;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}

.role h2{
    line-height:25px;
}

.role h2 .fa{
    margin:0 10px 0 0;
}

.item a{
    text-decoration: none;
}
.location{
    width: 100%;
    text-align: center;
}
.Experience{
    width: 100%;
    text-align: center;
    margin-right: 2%;
}
.role{
    width: 100%;
    text-align: left;
}

.location, .Experience {
    border-radius: 5px;
    color: #1e3c66;
    font-weight: 600;
    font-size: 15px;
    min-height: auto;
    text-align: left;
    text-overflow: ellipsis;
    padding-left: 25px;
    position: relative;
}
.location i, .Experience i{
    position: absolute;
    left: 0px;
    top: 5px;
}

.location span, .Experience span {
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    /* overflow: hidden; */
    font-weight: 400;
    font-size: 15px;
    max-width: 100%;
    color: #224070;
    line-height: 26px;
    /* background: #e1e8f0; */
    /*padding: 5px 8px;*/
    border-radius: 4px;
    text-decoration: none;
}

.item {
    padding: 10px 20px;
    background: #fff;
    background: #fff;
    border: 1px solid #d0d8e2;
    border-radius: 4px;
    margin-bottom: 10px;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}
.careersa-details p.careersa_title {
    font-size: 25px;
    line-height: 50px;
    color: #1e3c66;
    font-family: "Roboto";
    font-weight: 500;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
}

.careersa-details p.careersa_title:before {
    content: '';
    position: absolute;
    top: 26px;
    left: 43px;
    width: 20%;
    border: 1px solid #000;
}

.careersa-details p.careersa_title:after {
    position: absolute;
    content: '';
    top: 26px;
    right: 45px;
    border: 1px solid #1e3c66;
    width: 20%;
}

.item:hover{
    box-shadow: 0 6px 8px 0 rgba(54,77,114,.08), 0 2px 4px 0 rgba(54,77,114,.18);
    transform: translateY(-2px);
}
.apply p {
    font-size: 18px;
    line-height: 27px;
    color: #1e3c66;
    font-family: "Roboto";
    font-weight: 500;
    text-align: center;
    padding: 10px 33px;
}
.apply a.apply_now{
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 17px;
    color: #ca1f26;
    font-family: "Roboto";
    font-weight: 500;
    border: 1px solid #ca1f26;
    padding: 10px 13px 10px 10px;
    display: block;
    position: relative;
    overflow: hidden;
    transition: 0.5s ease-in-out;
    z-index: 9;
    margin-top: 10px;
    text-align: center;
    width: 18%;
    margin: 20px auto;
}
.apply p a:hover {
    color: #000;
}

.apply p a {
    color: #000;
}
.apply a.apply_now:before {
    position: absolute;
    content: '';
    background: #ca1f26;
    color: #fff;
    width: 0%;
    height: 100%;
    top: 0px;
    left: 0px;
    transition: 0.5s ease-in-out;
    z-index: -1;
}
.apply a:hover:before {
    width: 100%;
    z-index: -1;
}
.apply a:hover{
    color: #fff;
}
.form-area-inquiry {
    width: 80%;
    margin: 0 auto;
    /*box-shadow: 0px 0px 11px #1e3c663b;*/
}
.form-area-inquiry {
    padding: 2% 0% 4%;
    display: flex;
}
.form_for_prodct p {
    font-size: 30px;
    line-height: 50px;
    color: #1e3c66;
    font-family: "Roboto";
    font-weight: 500;
    text-align: center;
    padding-bottom: 15px;
}
input.input-form {
    font-size: 14px;
    font-family: roboto;
    font-weight: 400;
    color: #1e3c66;
    padding: 10px;
    height: 35px;
    border-radius: 3px;
    outline: none;
    border: 1px solid #1e3c66;
}

textarea.form-control.input-form {
    background: none;
    height: 70px;
    font-size: 15px;
    font-family: roboto;
    font-weight: 500;
    color: #1e3c66;
    padding: 10px;
    border-radius: 3px;
    outline: none;
    border: 1px solid #1e3c66;
}
.inquiry-section p.delivery-mode, .contact-form  p.delivery-mode {
    font-size: 20px;
    line-height: 18px;
    color: #1e3c66;
    font-family: "Roboto";
    font-weight: 400;
    text-align: left;
    padding-bottom: 15px;
    padding-left: 16px;
}
.custom-control.custom-radio {
    display: inline-block;
    padding-right:30px;
}
label.custom-control-label {
    color: #1e3c66;
    font-size: 16px;
    font-weight: 400;
}
.form-group {
    margin-bottom:13px;
    min-height:67px;
}


.form-group label{
    font-size:14px;
    font-family:'Roboto',sans-serif;
    font-weight:400;
    color:#000;
    margin:0 0 5px
}

.form-group label em{
    color:red
}

textarea.input-forms {
    font-size: 15px;
    font-family: roboto;
    font-weight: 400;
    color: #1e3c66;
    padding: 10px;
    height: 150px;
    border-radius: 3px;
    outline: none;
    border: 1px solid #1e3c66;
}
.form-area-inquiry button.send-btn{
    color: #1e3c66;
    border: 1px solid;
    clear: both;
}

.form-area-inquiry button:hover.send-btn{
    color: #fff;
}

.product-detailsss {
    margin: 0% 0% 2%;
}
p.prdt-para {
    font-size: 15px;
    letter-spacing: normal;
    line-height: 23px;
    color: #000000;
    font-family: "Roboto";
    word-spacing: 3px;
    font-weight: 400;
    text-align: justify;
    padding-bottom: 20px;
    padding-top: 10px;
}

select.form-control {
    font-size: 14px;
    font-family: roboto;
    font-weight: 400;
    color: #767676e6;
    padding: 6px;
    height: 35px;
    border-radius: 3px;
    outline: none;
    border: 1px solid #1e3c66;
}







/* styles de base si JS est activÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â© */
    .js .input-file-container {
      position: relative;
      text-align: center;
      font-size: 15px;
      font-family: roboto;
      font-weight: 500;
      color: #1e3c66;
      border-radius: 3px;
      outline: none;
    }
    .js .input-file-trigger {
      display: block;
      padding: 10px 5px 10px 35px;
      background: #fff;
      color: #767676bd;
      font-size: 14px;
      transition: all .4s;
      cursor: pointer;
      font-weight: 400;
      text-align: left;
      border: 1px solid #1e3c66;
      margin-bottom: 5px;
    }


    .js .input-file-trigger  span{
        font-size: 10px;
        color: red;
    }

    .js .input-file {
      position: absolute;
      top: 0; 
      left: 0;
      padding: 0px 0;
      opacity: 0;
      cursor: pointer;
    }
 
/* styles du retour visuel */
.file-return {
  margin: 0;
}
.file-return:not(:empty) {
  margin: 1em 0;
}
.js .file-return {
  font-style: italic;
  font-size: .9em;
  font-weight: bold;
}

.credit
{
  border: 1px solid #ddd;
  padding : 2px;
  width: 410px;
  background: #eee;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
}
.rdius_o{
    padding:0px;
}
.rdius_o .flexings{
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    text-align: center;
}
.flexings.br{
    flex-wrap: wrap;
}
.flexings.br p{
    width: 100%;
    text-align:center;
}
.again p{
    font-size: 20px;
    line-height: 25px;
    color: #1e3c66;
    font-family: "Roboto";
    font-weight: 500;
    padding-bottom: 10px;
}
.again ul li{
    padding-left: 25px;
}
.again  ul li:before{
    left: 7px;
}
section.flex {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40vh;
}

section.flex h1 {
    font-size: 40px;
    line-height: 50px;
    color: #1e3c66;
    font-family: "Roboto";
    font-weight: 700;
    padding-bottom: 20px;
    letter-spacing: 2px;
}
.div-content {
    /*margin-bottom: 50px;*/
    margin-bottom: 4rem;
}
.video-galley{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0px;
}
.div-content {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
}
.div-content a img {
    width: 100%;
}
.div-content .card {
    position: relative;
}

.div-content .card a i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    color: red;
    transform: translate(-50%, -50%);
}
.cs-thankyou-block {
    padding: 11.5% 0;
}
.site-header h1 {
    /* font-size: 45px; */
    /* color: #000; */
    font-size: 45px;
    letter-spacing: normal;
    line-height: 45px;
    color: #092950;
    font-family: "Roboto";
    font-weight: 400;
    text-align: center;
    padding: 0px 0px 4px;
    text-transform: uppercase;
}
i#checkmark {
    font-size: 65px;
    color: #3c6e8b;
    margin: 0 0 35px;
} 
p.main-content__body {
    font-size: 20px;
    font-family: Roboto;
    line-height: 30px;
    color: #000;
}
.tier_text {
    font-size: 18px;
    font-family: Roboto;
    line-height: 30px;
    color: #000;
    margin: 35px 0 0;
}


.btn11 {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0px;
  right: 0px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.btn11 .icon-left {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 15px;
  top: 30px;
  background-color: #1e3c66;
}
.btn11 .icon-left:before {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: #1e3c66;
  content: "";
  top: -10px;
}
.btn11 .icon-left:after {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: #1e3c66;
  content: "";
  top: 10px;
}
.btn11 .icon-left:hover {
  cursor: pointer;
}
.btn11 .icon-right {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 15px;
  top: 30px;
  background-color: #1e3c66;
  left: 15px;
}
.btn11 .icon-right:before {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: #1e3c66;
  content: "";
  top: -10px;
}
.btn11 .icon-right:after {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: #1e3c66;
  content: "";
  top: 10px;
}
.btn11.open .icon-left {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  background: transparent;
}
.btn11.open .icon-left:before {
  -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
          transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
}
.btn11.open .icon-left:after {
  -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
          transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
}
.btn11.open .icon-right {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  background: transparent;
}
.btn11.open .icon-right:before {
  -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
          transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
}
.btn11.open .icon-right:after {
  -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
          transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
}
.btn11:hover {
  cursor: pointer;
}
.btn11{
    display: none;
}

.img img {
    box-shadow: 0px 0px 5px #0004;
}
.header-active a{
    color: #235499!important;
}
.header-active img{
    filter: initial!important;
}
.input-file-container i.fa.fa-file {
    position: absolute;
    top: 20%;
    left: 2%;
    font-size: 20px;
    line-height: normal;
    color: #767676bd;
}
.hover ul.submenu li:hover a {
    color: #fff !important;
}

.pb-10 p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 23px;
    color: #000000;
    font-family: "Roboto";
    word-spacing: 3px;
    font-weight: 400;
    text-align: justify;
    padding-bottom: 5px;
}
.pb-10 p a {
    color: #000;
    text-decoration: underline;
    font-weight: 500;
}
p.arrow {
    padding-left: 20px;
    clear: both;
    position: relative;
}

p.arrow:before {
    content: '\f101';
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: FontAwesome;
    color: #000;
}
hr{
    border-top: 1px solid #cac6c6;
}
.healthcare{
    padding-bottom: 40px;
}
.product-detailsss h6{
    display: none;
}
.pharmaceutical .api-list-name .flexing h3{
    padding: 4px 0px;
    text-align: center;
}
p.formulations {
    font-size: 20px;
    line-height: 40px;
    color: #1e3c66;
    font-family: "Roboto";
    font-weight: 500;
    text-align: center;
}

.col-md-12.form-area h1 {
    font-size: 30px;
    line-height: normal;
    color: #1e3c66;
    font-family: "Roboto";
    font-weight: 700;
    padding-bottom: 20px;
    letter-spacing: 2px;
    text-align: center;
}
.left{
    text-align: left!important;
}

.product_first:nth-child(3) .product-txt h2 {margin-left: 20px;}

.banner img {
    min-width: 100%;
}

.fliexing > .product_first > .product-txt {
    padding-left: 60px;
    padding-right:15px;
}
.slider-section  .slick-prev{
    left: 28px;
    z-index: 9;
}
.slider-section  .slick-next{
    right: 68px;
    z-index: 9;
}
.resume_link{
    transition: 0.2s ease-in-out;
}
.resume_link:hover{
    color: #ca1f26!important;
}

.product-img img{
    width: 50%;
    margin: 0 auto;
}
.product-img.women img{
    width: auto;
    margin: 16% auto 0;
}
.custom ul {
    border-radius: 0px 10px 10px 0px;
}
.pdf_download_btn a, .pdf_download_btn i {
    color: #f00;
    font-weight: 600;
    font-size: 18px;
}

.pdf_download_btn:hover a, .pdf_download_btn:hover i {
    color: #f00;
}
.womenCustom .product-name ul{
    box-shadow: 0px 0px 10px #ccc;
    border: none;
}

.womenCustom .d-flex1 h4{
    font-size:20px;
    letter-spacing: 1.2px;
    line-height: 25px;
    color: #000;
    font-family: "Roboto";
    font-weight: 500;
    margin:0px 0 15px;
}


.pl{
    padding-left:0px!important;
}
a.women-read-more {
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 17px;
    color: #ca1f26;
    font-family: "Roboto";
    font-weight: 500;
    border: 1px solid #ca1f26;
    padding: 10px 13px 10px 10px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: 0.5s ease-in-out;
    z-index: 9;
    margin-top: 10px;
    text-align: center;
    width: 18%;
    margin: 20px auto;
    float: right;
    clear: both;
}

a.women-read-more:before {
    position: absolute;
    content: '';
    background: #ca1f26;
    color: #fff;
    width: 0%;
    height: 100%;
    top: 0px;
    left: 0px;
    transition: 0.5s ease-in-out;
    z-index: -1;
}

a.women-read-more:hover:before {
    width: 100%;
    z-index: -1;
}

a.women-read-more:hover {
    color: #fff;
}
.h500{
    height: 500px;
    margin:0 auto;
}
.h500:hover {
    transform: scale(1.3);
    transition: 4s;
}
.wome_images_area{
    padding:4% 0% 0%;
}
.hoverings{
    box-shadow: 0px 0px 10px #ccc;
    padding:4% 0% 5%;
    width: 48%;
    margin-left: 2%;
    background: #f6f0f0;
}
.siongle-product{
    width: 100%;
}
nav.navbar.navbar-default {
    margin-top: 60px;
    position: relative;
}
.navbar-collapse{
    padding: 0;
}
.navbar-nav > li {
    width: 100%;
    border: 1px solid #cfcfcf
}

.navbar-nav > li:hover {
    background: #1e3c66;
    color: #fff!important;
}

.navbar-nav > li:hover a {
    color: #fff!important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background: #1e3c66;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
}







/* ========================map========================== */

.mapimgbox {
    padding-left: 0px;
    margin-top: 0px;
}

.mapimgbox img{
    position: relative;
}

span.loc1 {
    position: absolute;
    top: 28%;
    right: 20%;
    cursor: pointer;
}

span.loc2 {
    position: absolute;
    bottom: 24%;
    right: 13%;
    cursor: pointer;
}

span.loc3 {
    position: absolute;
    top: 22%;
    left: 19%;
    cursor: pointer;
}
span.loc4 {
    position: absolute;
    top: 64%;
    right: 67%;
    cursor: pointer;
}

span.loc5 {
    position: absolute;
    top: 26%;
    right: 45%;
    cursor: pointer;
}
span.loc6 {
    position: absolute;
    top: 67%;
    left: 55.5%;
    cursor: pointer;
}
span.loc7 {
    position: absolute;
    top: 18%;
    left: 67%;
    cursor: pointer;
}

span.loc8 {
    position: absolute;
    top: 93%;
    left: 27%;
    cursor: pointer;
}

span.loc9 {
    position: absolute;
    top: 52%;
    left: 19%;
    cursor: pointer;
}
span.loc10 {
    position: absolute;
    top: 54%;
    left: 25%;
    cursor: pointer;
}


.locationicon .tooltip1 .tooltiptext {
    position: relative;
    /* visibility: hidden; */
    width: 400px;
    color: #fff;
    text-align: center;
    padding:0;
    position: absolute;
    z-index: 1;
    top: -110px;
    left: -442px;
    box-shadow: 0px 0px 10px #0006;
  }
  .tooltip1 {
 display: none;
    position: absolute;
}

i.fa.fa-fax {
    position: absolute;
    left: 23px;
    color: #d42335;
    margin-top: 15px;
}

p.faxxx {
    margin-top: 17px;
}
.locationicon .tooltip1 .tooltiptext:before{
    position: absolute;
    content: url(../images/polygon.png);
    top: 27%;
    left: -13px;
    z-index: -1;
}
.tooltip1 .tooltiptext h6 {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: normal;
    color: #ffffff;
    font-family: "Crimson Text";
    font-weight: 700;
    background: #1e3c66;
    padding: 5px 30px;
    text-align: left;
    letter-spacing: 1px;
}
.iconadd{
    background: #fff;
    color: #000;
    padding: 20px 20px;
}
.iconadd img{
    float: left;
    padding: 0 10px;
    position: absolute;
    left: 15px;
    margin-top: 2px;
}
.iconadd p {
    text-align: left;
    position: relative;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 15px;
    color: #000000;
    font-family: "Poppins";
    font-weight: 300;
    left: 26px;
    padding: 0 2% 0 0%;
}

.iconadd a{
  color: #000;
}
.arrows{
    position: relative;
}

.arrows:before{
    content: '';
    position: absolute;
    width: 28px;
    height: 1px;
    background: #fff;
    top: 14px;
    left: 375px;
}

.arrows:after{
    content: '';
    position: absolute;
    width: 33px;
    height: 1px;
    background: #fff;
    top: 26px;
    left: 397px;
    -webkit-transform: rotate(-32deg);
    -ms-transform: rotate(-32deg);
    transform: rotate(50deg);
}

    /* .loc1:hover .tooltiptext{
    visibility: visible;
}   */


span.loc1:hover .tooltip1 {
    display: block;
    background: #fff;
    width: 400px;
    z-index: 9;
}  
span.loc2:hover .tooltip1 {
    display: block;
    background: #fff;
    width: 400px;
    z-index: 9;
} 

span.loc3:hover .tooltip1 {
    display: block;
    background: #fff;
    width: 400px;
    z-index: 9;
} 

span.loc4:hover .tooltip1 {
    display: block;
    background: #fff;
    width: 400px;
    z-index: 9;
} 
span.loc5:hover .tooltip1 {
    display: block;
    background: #fff;
    width: 400px;
    z-index: 9;
} 
span.loc6:hover .tooltip1 {
    display: block;
    background: #fff;
    width: 400px;
    z-index: 9;
} 
span.loc7:hover .tooltip1 {
    display: block;
    background: #fff;
    width: 400px;
    z-index: 9;
} 

span.loc8:hover .tooltip1 {
    display: block;
    background: #fff;
    width: 400px;
    z-index: 9;
} 

span.loc9:hover .tooltip1 {
    display: block;
    background: #fff;
    width: 400px;
    z-index: 9;
} 

span.loc10:hover .tooltip1 {
    display: block;
    background: #fff;
    width: 400px;
    z-index: 9;
}  

.sticky { 
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 999;
    margin-top: -100px;
    -webkit-animation: mymove 1s;    
    animation: mymove 1s;
}

@keyframes mymove {
    from {
        top: -100px;
    }
    to {
        top: 0px;}
  }



/* ===========================end====map=================== */
.locationicon .loc3 .tooltip1 span.tooltiptext, .locationicon .loc4 .tooltip1 span.tooltiptext {
    left: 12%;
    top: 17px;
} 
.locationicon .loc3 .tooltip1 .arrows:before {
    top: -18px;
    left: -48px;
}
.locationicon .loc3 .tooltip1 .arrows:after{
    width: 60px;
    background: #fff;
    top: -47px;
    left: -85px;
    transform: rotate(76deg);
}
.locationicon .loc4 .tooltip1 .arrows:before {
    left: -13%;
    top: -16px;
}
.locationicon .loc4 .tooltip1 .arrows:after {
    left: -24.1%;
    top: -46px;
    transform: rotate(77deg);
    width: 64px;
}
/* .locationicon .loc5 .tooltip1 .arrows:before {
    left: -15%;
    top: -16px;
    width: 36px;
}
.locationicon .loc5 .tooltip1 .arrows:after {
    left: -25%;
    top: -46px;
    width: 63px;
    transform: rotate(80deg);
} */

.locationicon .loc7 .tooltip1 span.tooltiptext{
    top: 0px;
}
.locationicon .loc7 .tooltip1 .arrows:before{
    top: -10px;
}

.locationicon .loc7 .tooltip1 .arrows:after{
        width: 53px;
        background: #fff;
        left: 388px;
        transform: rotate(115deg);
        top: -34px;
}
span.loc8{
    top: 47%;
    left: 63.3%;
}
span.loc9 {
    position: absolute;
    top: 45%;
    left: 54%;
    cursor: pointer;
}
.filtering-area {
    height: 35px;
    width: 50px;
    text-align: center;
    line-height: 43px;
    display: inline-block;
    position: fixed;
    top: 10%;
    left: -1.2%;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
   z-index: 999;
    display: none;
}
.filtering-area i {
    font-size: 25px;
    color: #1e3c66;
    cursor: pointer;
}
.tab-area {
    position: relative;
}

 .iconadd i {
     color: #1e3c66;
     font-size: 16px;
 }

 tspan {
     display: none;
 }
 .crms-para img {
     padding-top: 22%;
 }
 .p0{
    padding:0px;
 }
 .img_border {
     height: 174px;
     box-shadow: 0px 0px 4px #0004;
     margin-bottom: 26px;
     margin-top: 10px;
 }
 .p20{
    padding-top: 40px;
 }

 .row.assurance_para  .img_border{
    height:230px;
 }

.row.assurance_para  .img_border img{
    height:230px;
 }

.assurance-section .row.assurance_para .coulun{
    width:80%;
    margin:0 auto;
}

 .pharmaceutical .breadcrub-area{
    background: url(../images/breadcrumb-bg-inhelaer.jpg)!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center center!important;
 }

.Drug .breadcrub-area{
    background: url(../images/breadcrumb-bg-drug.jpg)!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center center!important;
 }

 .api .breadcrub-area{
    background: url(../images/breadcrumb-bg-api.jpg)!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center center!important;
 }


 .women .breadcrub-area{
    background: url(../images/breadcrumb-bg-women.jpg)!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: bottom left!important;
 }
 

 .Careers .breadcrub-area, .carrires_form .breadcrub-area{
    background: url(../images/breadcrumb-bg-carrer.jpg)!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: bottom left!important;
 }

 .contact .breadcrub-area{
    background: url(../images/breadcrumb-bg-contact.jpg)!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: bottom left!important;
 }
 

 .quality-assurance  .breadcrub-area{
    background: url(../images/qa1.png)!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: bottom left!important;
 }

.quality-assurance .breadcrub-area img,
     .about .breadcrub-area img,
     .our-business .breadcrub-area img,
     .pharmaceutical .breadcrub-area img,

     body.Drug.women .breadcrub-area img{
    display:none;
 }
 

 .about  .breadcrub-area{
    background: url(../images/breadcrumb-bg-about.jpg)!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: bottom left!important;
 }

 .our-business  .breadcrub-area{
    background: url(../images/breadcrumb-bg-our-bussiness.jpg)!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: bottom left!important;
 }

 
 .crams  .breadcrub-area{
    background: url(../images/breadcrumb-bg-crms.jpg)!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: bottom left!important;
 }

.rndpage  .breadcrub-area{
    background: url(../images/main-banner-1.png)!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: bottom left!important;
 }

.rndpage .crms-para p:before{
    display:none;
}

.rndpage .crms-para p{
    padding-left:0;
    padding-bottom:0;
}
 


 #breadcrumb_slider .slick-slide img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 50vh;
}

section.breadcrub-areas {
    height: 50vh;
    margin:98px 0 0;
}
.singl-slider {
    position: relative;
}

.singl-slider h1 {
    font-size: 35px;
    letter-spacing: 2px;
    line-height: 40px;
    color: #ffffff;
    font-family: "Roboto";
    font-weight: 500;
    float: left;
    /* filter: drop-shadow(0 0 10px rgba(0,0,0,0.5)); */
    background: #0009;
    display: inline-block;
    clear: both;
    padding: 10px;
}

.singl-slider .bannerner_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.blinking{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText {
    0%{     color: #f00;    }
    49%{    color: #f00; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #f00;    }
}

.fa-file-pdf-o{
    animation:blinkingText 1.2s infinite;
}
@keyframes fa-file-pdf-o {
    0%{     color: #f00;    }
    49%{    color: #f00; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #f00;    }
}

.col-md-12.recaptchacol{
    margin:0 0 25px;
    display:flex;
    align-items:center;
    justify-content: center;
}

.backtotop{
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 9999;
  font-size: 18px;
  border: none;
  outline: none;
  background-color:#1e3c66;
  color:#fff;
  cursor: pointer;
  width:34px;
  height:34px;
  text-align:center;
  padding:0px 8px 3px;
  border-radius:50%;
  outline:none;
}

.backtotop:hover{
    background:#1e3c66;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


body#apipro .col-md-10.width_scroll{
    float:none;
    margin:20px auto 0;
}


body#apipro .col-md-10.product-detailsss{
    float:none;
    margin:0 auto;
}

body.Drug.women .wbimage{
    display:none;
}

.pdf_images_border{
    width:90%;
    box-shadow: 0px 0px 4px #0004;
    margin:0 auto 25px;
}

.pdf_images_border img{
    width:100%;
}

.coulun_pdf{
    width:100%;
}

.col-md-10.product-detailsss > .row {
    display: grid;
    grid-template-columns: 0fr 1fr 1fr 0fr;
    margin-bottom: 20px;
}

.col-md-10.product-detailsss > .row > div {
    width: 100% !important;
    height: 100% !important;
}

.col-md-10.product-detailsss > .row > div > div {
    width: 100% !important;
    height: 100% !important;
    margin: 0;
}

.product-name ul {
    margin: 0;
   height: 100% !important; 
}

@media (max-width: 786px) {
    .col-md-10.product-detailsss > .row {
    grid-template-columns: 1fr;
} 
    
}