@font-face {
    font-family: 'nexa-Bold'; /*a name to be used later*/
    src: url('../fonts/Nexa\ Bold.otf'); /*URL to font*/
}
@font-face {
    font-family: 'nexa-Light'; /*a name to be used later*/
    src: url('../fonts/Nexa\ Light.otf'); /*URL to font*/
}
@font-face {
    font-family: 'nexa-Regular'; /*a name to be used later*/
    src: url('../fonts/Nexa\ Regular.otf'); /*URL to font*/
}
body {
    font-family: Poppins, sans-serif;
    min-height: 100%;
    position: absolute;
    width: 100%
}

img {
    width: 100%
}

.no-padding {
    padding: 0 !important;
}

a:hover {
    text-decoration: none;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-52 {
    padding-top: 52px !important;
}

.pt-75 {
    padding-top: 75px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-75 {
    padding-bottom: 75px !important;
}

.pb-80 {
    margin-top: 179px;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-150 {
    padding-bottom: 150px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-75 {
    margin-top: 75px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-150 {
    margin-top: 150px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-75 {
    margin-bottom: 75px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-150 {
    margin-bottom: 150px !important;
}

.left-align {
    text-align: left;
}

.center-align {
    text-align: center;
}

.right-align {
    text-align: right;
}

.no-padding {
    padding: 0 !important;
}

.bg-dark {
    background-color: #030303bd !important;
}

.navbar.transparent-navbar {
    padding: 6px 12px 0px 12px;
    margin: 0;
    background-color: #fff;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-brand img {
    width: 230px;
}

.navbar-nav li .side-bar-img {
    width: 25px;
    margin-right: 10px;
}

.navbar-light .navbar-nav .nav-link {
    color: #004987;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 500;
}  

.nav-item {
    margin-left: 27px;
}

.navbar-light.navbar-text-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 300;
}

.dropdown-menu {
    border-radius: 0;
    padding: 0;
    border-top: none;
} 
.dropdown-item {
    font-size: 14px;
    padding: 7px 20px;
    color: #fff;
    font-weight: 500;
} 
.navbar-light .navbar-toggler-icon {
    background: url(../images/menu.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
    margin-left: 30px;
    font-weight: 500;
    font-size: 14px;
} 
.megamenu .dropdown-item ul li a {
    color: #fff;
    background: transparent;
    margin-bottom: 15px;
    font-weight: 500;
}

.nav-link {
    padding: 26px 1rem;
}   
   
.navbar-inverse.menu ul li a:hover,
.navbar-inverse.menu ul li a.active,
.navbar-inverse.menu ul li a.active:hover {
    color: #a2c93a !important; 
} 

.menu-large .nav-link:hover{
    color: #fff;
}
.navbar-inverse {
    border-radius: 0;
}

/* MegaMenu css  */
.menu-large {
    position: static !important;
}

.megamenu {
    padding: 20px 0;
    width: 22%;
} 
.dropdown-menu {
    left: 847px;
    background-color: #004987de; 
} 
.megamenu>div>li>ul {
    padding: 0;
    margin: 0;
}

.dropdown-item:hover {
    background-color: #004987de;
}

.megamenu>div>li>ul>li {
    list-style: none;
}

.megamenu>div>li>ul>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #fff;
    white-space: normal;
    font-size: 14px;
    padding-bottom: 6px;
}
 

.megamenu.dropdown-header {
    color: #428bca;
    font-size: 18px;
}

/* End MegaMenu css  */



.top-header .left-section img {
    width: 24px;
    margin-right: 10px;
}

.top-header .right-section img {
    width: 95px;
}

.top_header_social img {
    margin-right: 5px;
    margin-bottom: 4px;
}

.top-header {
    display: block;
    background-color: #004987;
    padding: 12px 12px;
}
.nav-search{
    height: 28px;
    border-right: 0;
    border-radius: 0;
    border: 1px solid #004987;
}
.input-group-text .fa-search{
    color: #fff;
}
.input-group-text{
    background-color: #004987;
    border-radius: 0;
}
.top-header .social {
    color: #fff;
    margin-left: 7px;
}

.top-header .top_header_phone {
    text-align: end;
    font-size: 12px;
    position: relative;
    left: 100px;
    padding-right: 15px;
}

.top-header .top_header_social {
    text-align: end;
}

.top-header .top_header_email {
    text-align: end;
    font-size: 12px;
    position: relative;
    left: 47px;
}

.top-header .right-section {
    margin-right: -5px;
    text-align: end;
}

.top-header .top-left-text {
    color: #fff;
    margin-bottom: 0;
    font-size: 13px;
}

.top-header .top-right-text {
    color: #fff;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 500; 
}

.padding_nav {
    padding: 37px 0 3px 0px;
    text-align: center;
}

.Header-text-2 h1 {
    /* font-family: Philosopher; */
    font-size: 46px;
    color: #EDAE4F;
    font-weight: 900;
}

.Header-text-2 p {
    font-family: Tangerine;
    color: #fff;
    font-size: 32px;
    margin-top: 16px;
    letter-spacing: 0.9px;
}

.Header-text-1 h1 {
    /* font-family: Philosopher; */
    font-size: 38px;
    color: #fff;
    font-weight: 500;
}

.Header-text-1 p {
    color: #122A00;
    font-size: 15px;
    margin-top: 16px;
    letter-spacing: 0.9px;
    font-weight: 600;
}

.Header-text-1 {
    position: absolute;
    top: 38%;
    left: auto;
    right: auto;
    width: 52%;
    color: #FFF;
}

.Header-image {
    position: absolute;
    top: 1%;
    left: 39%;
    right: auto;
    color: #04525A;
}

.Header-image img {
    width: 235px;
}
.tab-list-mobile{
    display: none;
}
.tab-list{
    display: block;
}
.Header-text-2 {
    position: absolute;
    top: 34%;
    left: auto;
    right: auto;
    width: 62.666667%;
    color: #FFF;
} 
.header_1 {
    font-size: 35px;
    font-weight: 500;
}

.Header-text-1 .text-colour-banner {
    color: #DD2D1F;
}

.header_2 {
    font-size: 35px;
    font-weight: 500;
}

.Header-text-2 .text-colour-banner {
    color: #DD2D1F;
}
.contact-details{
    margin-top: 40px;
    margin-bottom: 40px; 
} 
.md-name-1 {
    font-size: 28px;
    font-weight: 700; 
    color: #004987;
    margin-bottom: 5px;
    text-align: center;
    padding-top: 15px;
}
.md-post-1 {
    font-size: 16px;
    font-weight: 500;
    color: #6e7071;
    margin-bottom: 30px;
    text-align: center;
}
.border-con p{  
    color: #6e7071;
    font-size: 14px;
}
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 25px;
    display: none;
    border: none;
    outline: none;
}
.carousel-main_2 .item:hover {
    cursor: pointer;
}
#back-to-top button:hover,
button:focus {
    outline: none;
    border: none;
}

.left-section p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 500;
}

.banner-up {
    width: 140px;
}

.product-div h1 {
    /* font-family: Philosopher; */
    text-align: center;
    padding-top: 30px;
    font-weight: 700;
    color: #004987;
    padding-bottom: 30px;
}

.product-div span {
    color: #2E680B;
    font-weight: 800;
}

.product-div {
    padding: 15px 0 0 0;
    text-align: center;
}

.set-width {
    width: 149px;
}

.set-width2 {
    width: 138px;
}

.set-width1 {
    width: 153px;
}

.set-width3 {
    width: 163px;
}

.set-width4 {
    width: 180px;
}

.set-width5 {
    width: 180px;
}

.margin-div {
    margin-top: 50px;
}

.product-div-img img {
    width: 330px;
}

.product-div .hand-img-position {
    width: 380px;
    position: relative;
    left: -120px;
    top: 49px;
}

.product-div p {
    color: #122A00;
    font-weight: 600;
}
.dt-pr{
    padding-right: 0;
}
.dt-pl{
    padding-left: 0;
}
.product-div .read-more-btn {
    width: 45px;
    margin-left: 10px;
}

.product-div a {
    color: #2E680B;
    position: relative;
    bottom: 40px;
}

.about-div .map-btn {
    background-image: url(../images/btn-bg.png);
    background-color: #fff0;
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFF;
    padding: 7px 20px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    margin-top: 15px;
}

.about-div {
    background-image: url(../images/about-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 125px 0;
}

.about-div h1 {
    /* font-family: Philosopher; */
    text-align: center;
    color: #fff;
}

.about-div p {
    text-align: center;
    color: #fff;
}

.small-text { 
    padding-top: 25px;
}

.about-div span {
    color: #A2C93A;
    font-weight: 600;
}

.value-div .read-more-btn {
    width: 45px;
    margin-left: 10px;
}

.value-div a {
    color: #004987;
    font-weight: 600;
}
.value-div a:hover {
    color: #A2C93A;
    font-weight: 600;
    text-decoration: underline;
}

.fa-angle-double-right{
    top: 1px;
    position: relative;
    left: 5px;
} 

.value-div h1 {
    /* font-family: Philosopher; */
    color: #004987;
    padding-top: 20px;
    font-size: 33px;
    font-weight: 700;
}
.text-pss h1{
    padding-top: 30px;
}
.value-div p {
    color: #6e7071;
    padding-top: 10px;
    padding-bottom: 6px; 
    font-size: 15px;
}
.small-text span{
    color: #6e7071 !important;
}
.ctr-img{
    text-align: center;
}
.carousel-control-next, .carousel-control-prev {
    width: 8% !important;
}
/* .carousel-main_2 .item:hover{
    border-bottom: 1px solid #000;
} */
.ctr-img img{
    width: 100%;  
} 
.value-div span {
    color: #004987;
    font-weight: 600;
}
.value-div {
    padding: 70px 0; 
}

.caption-div img {
    width: 60px;
}

.caption-div p {
    padding-top: 15px;
    font-weight: 500;
    text-align: center;
}

.caption-div {
    padding-top: 100px;
}

.partners-div h1 {
    /* font-family: Philosopher; */ 
    padding-top: 28px;
    text-align: center;
    padding-bottom: 30px;
    font-weight: 700;
    color: #004987;
}

.partners-div span {
    /* color: #2E680B; */
    font-weight: 600;
}
.owl-dots {
    text-align: center;
    padding-top: 15px;
}
.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    border-color: #004987 !important;
    border: 1px solid #004987 !important;
    margin: 0 3px;
}
.owl-dots button.owl-dot.active {
    background-color: #A2C93A;
    border: none !important;
}
.owl-dots button.owl-dot:focus {
    outline: none;
}
.partners-div .owl-carousel.owl-drag .owl-item {
    text-align: -webkit-center;
}

.partners-div .owl-carousel .owl-item img {
    width: 60% !important;
}

.partners-div .owl-prev {
    left: -80px;
}
.prd-div .owl-prev {
    left: -80px;
}
.prd-div .owl-prev,
.owl-next {
    position: absolute;
    top: 0;
    height: 100%;
}
.md-body-text {
    text-align: left;
    color: #004987;
    font-size: 15px; 
}
.md-body-text .tag-line {
    font-weight: 700;
}
.tab-gallery .modal-dialog {
    max-width: 60%;
    margin: 1.75rem auto;
}
.prd-div a{
    color: #004987;
    font-size: 15px;
}
.partners-div .owl-prev,
.owl-next {
    position: absolute;
    top: 0;
    height: 100%;
}

.partners-div .owl-prev span,
.owl-next span {
    color: #FFF;
}

.partners-div .owl-prev span {
    background-image: url(../images/left.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 45px;
}
.prd-div .owl-prev span {
    background-image: url(../images/left.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 45px;
}
.career-section-new{
    padding-top: 80px;
}
.fa-chevron-left:before {
    content: "\f053";
    opacity: 0;
}
.vdi-st .modal-header { 
    padding: 1rem 1rem 0 1rem; 
}
.partners-div .owl-next {
    right: -80px;
}
.prd-div .owl-next {
    right: -80px;
}
.partners-div .owl-next span {
    background-image: url(../images/right.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 45px;
}
.prd-div .owl-next span {
    background-image: url(../images/right.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 45px;
}

.partners-div .owl-prev span,
.owl-next span {
    color: #FFF;
}

.fa-chevron-right:before {
    content: "\f054";
    opacity: 0;
}

.partners-div {
    padding: 50px 0 70px 0;
}

.help-div h1 {
    /* font-family: Philosopher; */ 
    padding-top: 28px;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 700;
    color: #004987;
}

.help-div span {
    color: #2E680B;
    font-weight: 600;
}

.help-div p {
    text-align: center;
    text-align-last: center; 
    color: #6e7071;
    font-weight: 500;
}

.help-div .help-img-3 {
    width: 58px;
    margin-top: 25px;
    margin-bottom: 32px;
}

.help-div .help-img-2 {
    width: 60px;
    margin-top: 25px;
    margin-bottom: 32px;
}

.help-div .help-img-1 {
    width: 90px;
    margin-top: 25px;
    margin-bottom: 32px;
}

.help-div {
    text-align: center;
    padding: 70px 0;
    background-color: #EFEFEF;
}
.top-header ul{
    list-style: none;
    display: inline-flex;
    margin-bottom: 0;
}
.top-header li{
    margin-left: 35px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}
.top-header .text-end{
    text-align: end;
}
.hand-img-position {
    display: block;
}

.extra_footer .left {
    text-align: left;
}
 

.extra_footer .right {
    text-align: right;
}

.express-img {
    display: block;
}

.banner_mobile {
    display: none;
}

.banner_desktop {
    display: block;
}
.banner-div-main-page{ 
    position: absolute;
    margin-top: -150px;
    width: 80%;
    background-image: url(../images/bg-home-tap.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 15px 15px 15px 15px;
}
.banner-div-main-page1{ 
    position: absolute;
    margin-top: -150px;
    width: 80%;
    background-image: url(../images/bg-home-tap.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 15px 15px 15px 15px;
}
.banner-div-left-about{ 
    position: relative;
    margin-top: -120px;
    width: 100%; 
    background-image: url(../images/tip-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 15px 15px 15px 30px;
}
.banner-div-left-Gallery{
    position: relative;
    margin-top: -120px;
    width: 100%;
    background-image: url(../images/tip-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 15px 15px 15px 30px;
}
.banner-div-left-Management{
    position: relative;
    margin-top: -120px;
    width: 100%;
    background-image: url(../images/tip-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 15px 15px 15px 30px;
}
.banner-div-left-Market{
    position: relative;
    margin-top: -120px;
    width: 100%;
    background-image: url(../images/tip-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 15px 15px 15px 30px;
}
.banner-div-left-Research{
    position: relative;
    margin-top: -120px; 
    width: 47%;
    background-image: url(../images/tip-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15px 15px 15px 30px;
}
.banner-div-left-WhyPartner{
    position: relative;
    margin-top: -120px;
    width: 43%;
    background-image: url(../images/tip-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15px 15px 15px 30px;
}
.banner-div-left-Healthcare{
    position: relative;
    margin-top: -120px;
    width: 100%;
    background-image: url(../images/tip-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 15px 15px 15px 30px;
    margin-bottom: 50px;
}
.banner-div-left-Timeline{
    position: relative;
    margin-top: -120px;
    width: 100%;
    background-image: url(../images/tip-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 15px 15px 15px 30px;
}
.banner-div-left-main-Pharmacovigilance{
    position: relative;
    margin-top: -120px;
    width: 100%;
    background-image: url(../images/tip-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 15px 15px 15px 30px;
}
.banner-div-left-Facility{
    position: relative;
    margin-top: -120px;
    width: 37%;
    background-image: url(../images/tip-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15px 15px 15px 30px;
}
.banner-div-right{ 
    position: relative;
    margin-top: -220px; 
    background-color: #fff;
    padding: 15px 15px 15px 15px;
}

.banner-div-left-main{
    position: relative;
    margin-top: -120px;
    width: 38%;
    background-color: #fff;
    padding: 15px 15px 15px 15px;
}
.mailer-tp{
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
}
.banner-div-left-pharm{
    position: absolute;
    margin-top: 0;
    width: 28%;
    background-color: #004987;
    padding: 15px 15px 15px 15px;
    margin-left: 70.8%;
    z-index: 999;
}
.banner-div-right h1{
    color: #004987;
    font-weight: 700;
    font-size: 30px;
}
.aboutus-section1{
    margin-top: 80px;
}
.banner-heading-about h1 {
    text-align: left;
    color: #004987;; 
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 0;
}
.vpshealth-section1{
    margin-top: 100px;
}
.banner-a{
    font-size: 13px;
    color: #004987;
}
.pt-5 {
    padding-top: 5px;
}

.about-us_banner_mobile {
    display: none;
}

.media-object img {
    width: 200px;
}
.spin-bg-1{
    background: url(../images/Vm-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 32px 0 32px;
    margin: 0 25px 0 25px;
}
.spin-bg-2{
    background: url(../images/Vm-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 32px 0 32px;
    margin: 0 25px 0 25px;
}
.spin-bg-3{
    background: url(../images/Vm-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 32px 0 32px;
    margin: 0 25px 0 25px;
}
.tab-list h3{
    text-align: center;
    padding-top: 280px;
    color: #fff;
    font-weight: 700;
}
.tab-list p{
    text-align: center;
    text-align: center;
    padding-top: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 93px;
}
.media-title {
    color: #6e7071;
    font-size: 15px; 
    font-weight: 500;
    min-height: 83px;
    overflow: hidden;
}
.tab-nav{
    padding-top: 40px !important;
}
.side-text1 {
    writing-mode: vertical-lr;
    font-size: 83px;
    /* font-family: Philosopher; */
    color: #DEEDD4;
    font-weight: 600;
}

.aboutus-bg { 
    border-radius: 10px;
    padding-bottom: 0;
    padding-top: 0;
}
.market-section2 img{
    padding-bottom: 20px;
}
.lifepharma-heading {
    text-align: center;
}
.follow-section .product-div {
    text-align: center;
    margin-bottom: 35px;
}
.follow-section img {
    width: 80px;
}
.follow-section .row-margin-40{
    margin: 0 40px;
}
.follow-section p{
    text-align: center; 
    color: #6e7071;
    padding-top: 10px !important;
    font-weight: 600;
    font-size: 16px;
}
.follow-section .lan-pre{
    padding-top: 0 !important;
    font-weight: 400;
    padding-bottom: 20px;
}



.lifepharma-info { 
    color: #6e7071;
    font-size: 13px;
    font-family: 'Poppins';  
}

.sub-heading {
    margin-top: 30px;
    text-align: left; 
    font-weight: 700;
    color: #004987;
}

.about-image1 { 
    margin-left: 0;
}

.about-par1 {
    text-align: justify;
    margin-right: 10px;
    color: #6e7071;

}

.our-color {
    color: #173D00;
    /* font-family: Philosopher; */

}

.vision-color {
    color: #2E680B;
    /* font-family: Philosopher; */
    font-weight: 600;

}

.about-image2 { 
    margin-top: 10px;
    margin-bottom: 0px;
}

.about-bullet {
    width: 15px;
    margin-right: 10px;
}

.about-par2 {
    text-align: justify;
    margin-right: 10px;
    margin-left: 10px;
    color: #173D00;
    text-align-last: center;
    padding-top: 30px;
    font-weight: 400 !important;

}
.ft-mobile{
    background-color: #004987 !important;
}
.a-image4 {
    margin-top: 35px;
}
.vdi-st1 .modal-header{
    padding: 10px 10px 0 10px;
    border-bottom: 0;
}
.div-cct{
    position: relative;
    left: 50px;
}
.our-color-mission {
    color: #173D00;
    /* font-family: Philosopher; */
    margin-left: 10px;
}

.about-par-mission {
    text-align: justify;
    margin-left: 10px; 
    color: #6e7071;
}
.about-par-mission1 {
    text-align: justify;
    margin-left: 10px; 
    color: #6e7071;
}
.about-logo {
    width: 335px;
    padding-bottom: 50px;
}

.aboutus-section1-mobile {
    display: none;
}

.about-us_banner_mobile {
    display: none;
}

.VPSHealth-banner_mobile {
    display: none;
}

.click-here-img {
    width: 40px;
}

.vpshealth-section1 .top-p{
    padding-top: 30px; 
    color: #6e7071; 
    font-size: 15px;
    padding-bottom: 30px;
    text-align: justify;
}
.vpshealth-section1 .bottom-p{  
    color: #6e7071; 
    font-size: 15px; 
}
.vpshealth-section1 h3{ 
    color: #004987;
    font-weight: 600;
    font-size: 22px;
}
.vpshealth-section1 .img-1{
    width: 85%;

}
.vpshealth-section1 .img-2{
    width: 65%;
    margin-top: 40px;
}


.vpshealth-bg {  
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px 50px 25px 50px;
    border-radius: 0px 0px 15px 15px;
    margin-bottom: 50px;
}

.click-here {
    color: #004987;
    font-weight: 600;
    font-size: 16px;
}
.click-here:hover {
    color: #a2c93a; 
    text-decoration: underline;
}
.faq-div .sp-color{
    color: #74D52C;
}
.answer {
    /* font-family: Philosopher; */
    font-size: 30px;
    color: #2e680b73;
    margin-right: 24px;
    font-weight: 100;
    position: relative;
    top: 6px;
}

.faq-bullet {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin-right: 25px;
} 
.accordion-button.collapsed {
    background: #C3DEB1
  }.accordion-button::after{
      background-image: url(../images/accordian-bullet.png);
  }.back-border{
    border-radius: 10px 10px 10px 10px;
    box-shadow: 1px 3px 3px 3px #7070701f;
    margin: 15px 5px 15px 5px;
    color: #6e7071;
    font-weight: 600;
  }.accordian-body{
      padding: 5px !important;
  }
  .faq-page-title{
      /* font-family: Philosopher; */
      font-size: 38px;
      font-weight: 500;
      color: #004987;
      text-align: center;
      margin-bottom: 30px;
  }
  .mb-50{
      margin-bottom: 50px;
  }
  .accordian-bullet{
    width: 25px;
    float: right;
    margin-top: 10px
  }
  .rotate {
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.rotate.down {
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(0deg);
    transform:rotate(180deg);
}.bottom-div{
    position: relative;
    bottom: 15px;
    left: -70px;
 }.form-label{
    color: #6e7071;
    font-weight: 600;
    font-family: 'Poppins';
 }.round{
    border-radius: 8px;
    font-size: 14px;
    color: #000000;
    font-family: Poppins;
    background-color: #6d6e7026;
 }
  
  /* .accordion-button.collapsed::after {

    background: url("../images/accordian-bullet-after.png");
  
  } */
  
  /* .accordion-button:not(.collapsed)::after {
  
    background: url("../images/accordian-bullet.png");
  
  } */

.accordian-text {
    color: #173D00;
    background-color: #C3DEB1;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    font-weight: 600;
    font-family: 'Poppins';
}

.media-bg {
    background: url(../images/media-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px 0 25px 0; 
    margin-bottom: 50px;
}

.vps-info p {
    color: #173D00;
    font-size: 16px;
    text-align: justify;
    font-weight: 600;
}

.vps-heading {
    color: #2E680B;
    font-weight: 600;
    padding-top: 50px;
    padding-bottom: 35px;
}

.name {
    font-size: 25px;
}

.heritage-heading h1 { 
    text-align: left;
    color: #000;
    /* font-family: Philosopher; */
    font-weight: 700;
    font-size: 35px; 
}

.heritage-banner_mobile {
    display: none;
}

.heritage-image1 {
    width: 370px; 
    padding-bottom: 20px;
}

.heritage-info {
    text-align: justify;
    font-size: 16px; 
    color: #6e7071; 
}  
.heritage-info1 {
    text-align: justify;
    font-size: 16px; 
    color: #6e7071;  
}
/* .heritage-section1{
    position: relative;
    margin-top: -68px;
} */
.heritage-bg {  
    border-radius: 0 0 15px 15px;
    padding: 50px 15px 20px 15px;
    margin-bottom: 0;
} 
.facilities-section1{
    padding-top: 70px;
    padding-bottom: 20px;
}
.heritage-bg-12 {  
    border-radius: 15px;
    padding: 80px 0 0 0;
    margin-bottom: 50px;
}
.market-bg-1{  
    padding: 50px 40px 1px 40px; 
}
.innerpage{
    padding-top: 0;
}
.tab-tree{
    background-color: #fff;
    border-radius: 15px; 
}
.heritage-section1 ul{
    display: inline-block;
    list-style: disc;
    margin-left: 20px;
    padding-left: 0;
    text-align: justify;
    font-size: 16px; 
    color: #6e7071; 
} 
.heritage-section1 li{
    padding-bottom: 10px;
}
.career-bg {  
    padding: 25px 25px 25px 25px;
    margin-bottom: 50px;  
    border-right: 1px solid #000;
}
.contact-bg { 
    padding: 25px 70px 65px 35px;
    margin-bottom: 50px;
    background-color: #DEEDD4;
}
.contact-bg-1 { 
    padding: 25px 0 10px 0px;
    margin-bottom: 50px;
}
.ct-heading{
    color: #004987; 
    /* font-family: Philosopher;  */
}
.career-contact-icons {
    width: 30px;
    margin-right: 10px;
}

.contact-info-bg { 
    color: #6e7071;; 
    padding: 60px 20px;
    margin-bottom: 80px; 
}
.contact-info-bg-1 {
    background-color: #122A00;
    color: #fff; 
    padding: 50px;
    margin-bottom: 80px;
    font-weight: 600; 
}
.career-section1 .pading-contact{
    margin-left: 44px;
}
.career-section-new .pading-contact{
    margin-left: 44px;
}

.padding-info {
    padding-left: 45px;
}

.padding-info {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 20px;
}

.randd-heading h1 {
    position: relative;
    bottom: 185px;
    text-align: left;
    color: #fff;
    /* font-family: Philosopher; */
    font-weight: 600;
    font-size: 46px;
    padding-left: 65px;
}
.contact-heading span{ 
    font-weight: 400;
}
.contact-heading h1{
    position: relative;
    bottom: 185px;
    text-align: left;
    color: #2E680B;
    /* font-family: Philosopher; */
    font-weight: 600;
    font-size: 46px;
    padding-left: 65px;
} 
.management-bg{
    background-repeat: no-repeat;
    padding: 0 0 50px 0; 
}.management-info{
    text-align: justify;
    color: #6e7071;
    font-family: 'poppins'; 
    font-size: 14px;
}.md-name{
    font-size: 27px;
    font-weight: 600;
    margin-top: 21px;
    color: #004987;
    margin-bottom: 5px;
}
.md-post{
    font-size: 18px; 
    font-weight: 600;
    color: #6e7071;
    margin-bottom: 30px;
}
.heritage-section1{
    padding-top: 40px;
}
.randd-image1 {
    padding: 50px;
}

.vigilance-contact-bg {
    background: #A61B45;
    border-radius: 10px;
    margin-bottom: 50px;
    padding: 15px 0 2px 0;

}

.vigilance-contact-heading {
    text-align: center;
    color: #BBDBFF;
    /* font-family: Philosopher; */
    font-size: 23px;
}
.vigilance-contact-heading-1 {
    text-align: center;
    color: #fff;
    /* font-family: Philosopher; */
    font-size: 22px;
}


.market-heading h1 {
    position: relative;
    bottom: 185px;
    text-align: left;
    color: #fff;
    /* font-family: Philosopher; */
    font-weight: 600;
    font-size: 46px;
    padding-left: 65px;
}

.market-image {
    width: 830px; 
}
.tap-div{
    padding-top: 42px !important;
}
.market-bg { 
    padding: 25px 40px 25px 40px;
    border-radius: 0 0 15px 15px;
    margin-bottom: 50px;
} 
.market-headings {
    position: relative;
    bottom: 15px; 
    color: #004987;
    /* font-family: Philosopher; */
    font-weight: 700;
    font-size: 25px;
    padding-top: 25px;
}

.facility-heading {
    position: relative;
    bottom: 185px;
    text-align: left;
    color: #fff;
    /* font-family: Philosopher; */
    font-weight: 600;
    font-size: 46px;
    padding-left: 65px;
}
.facility-heading h1{
    font-size: 46px;
    position: relative;
    left: 123px;
}

.why-partner-heading {
    position: relative;
    color: #122A00;
    /* font-family: Philosopher; */
    font-weight: 600;
    font-size: 40px;
    padding-top: 25px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
} 
.why-partner1-bg {
    background: url(../images/why-partner1.png);
    background-size: 50%, contain;
    background-repeat: no-repeat;
    background-position:center; 
}
.why-partner1-bg p{
    background-color: #004987;
    color: #fff;
    text-align: center;
    padding: 20px 15px 20px 15px;
    border-radius: 50px;
    font-size: 13px;
}
.trp-1{
    position: relative;
    bottom: 18px;
}
.trp-2{
    position: relative;
    top: 30px;
}
.why-partner2-bg {
    background: url(../images/why-partner-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}

.why-partner1-par1 {
    padding-left: 195px;
    padding-bottom: 72px;
    padding-top: 165px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.why-partner1-par2 {
    padding-left: 110px;
    padding-top: 90px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.why-partner1-par3 {
    padding-left: 150px;
    padding-top: 170px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.why-partner2-par1 {
    padding-left: 190px;
    padding-bottom: 100px;
    padding-top: 75px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.why-partner2-par2 {
    padding-left: 120px;
    padding-top: 170px;
    text-align: center;
    padding-bottom: 95px;
    color: #fff;
    font-size: 18px;
}

.why-partner2-par3 {
    padding-left: 150px;
    padding-top: 75px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.span-pharma {
    color: #122A00;
    font-size: 80px;
    /* font-family: Philosopher; */
    font-weight: 600;

}

.life-span {
    color: #74D52C;
    font-size: 80px;
    /* font-family: Philosopher; */
    font-weight: 600;
}

.career-about-logo {
    width: 335px;
    padding-top: 70px;
    padding-bottom: 30px;
}
.contact-about-logo {
    width: 425px;
    padding-top: 70px;
    margin-left: 114px;
    margin-bottom: 10px;
}
.send-button{
    background: #122A00;
    float: right;
    border-radius: 9px;
    border-color: #0000;
    margin-top: 39px;
} 
.send-button-1{
    background: #fff; 
    border-radius: 0;
    border-color: #004987; 
    color: #004987; 
}
.send-button-1:hover{
    background: #a2c93a; 
    border-radius: 0;
    border-color: #a2c93a; 
    color: #fff; 
} 
.vps-banner {
    background: url(../images/vps-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.mkt-pt{
    margin-left: 4px !important;
}
.blt-text{
    font-weight: 700;
}
.vps-banner h1 {
    text-align: left;
    /* font-family: Philosopher; */
    font-size: 46px;
    color: #fff;
    padding-top: 110px;
    padding-bottom: 115px;
    font-weight: 600;
}
 
.VPSHealth-banner h1 {
    text-align: left;
    /* font-family: Philosopher; */
    font-size: 46px;
    color: #fff;
    padding-top: 110px;
    padding-bottom: 115px;
    font-weight: 600;
}


.product-banner {
    background: url(../images/product-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.product-banner h1 {
    text-align: left;
    /* font-family: Philosopher; */
    font-size: 46px;
    color: #fff;
    padding-top: 110px;
    padding-bottom: 115px;
    font-weight: 600;
}

/* product-table */
.product-table .table-color{ 
    color: #004987;
}
.product-table .border-right {
    border-right: 1px solid #0074FF !important; 
} 
.product-table .border-right-bottom{ 
    border-bottom: 1px solid #0074FF;
}
.product-table .border-bottom{
    border-bottom: 1px solid #2E680B !important;
} 
.product-table .bt-1{
    border-top: 1px solid #0074FF !important;
}
.product-table .bb-0{
    border-bottom: 0px !important;
}
.product-table {
    padding-bottom: 100px;
    padding-top: 60px;
}
.product-table .bl-1{
    border-left: 1px solid #0074FF !important;
}
.product-table .br-0{
    border-right: 0px !important;
}
.product-table .table-responsive-stack tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.product-table .table td, .table th { 
    border-top: 0px solid white;
} 
.product-table .table-responsive-stack td,
.product-table .table-responsive-stack th {
    display:block; 
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.partner-div-lap-mobile-1{
    display: none;
}
.product-table .table-responsive-stack .table-responsive-stack-thead {
    font-weight: bold;
} 
.product-table .map-btn {
    background: #6D6E70;
    color: #FFF;
    padding: 8px 20px;
    border-radius: 0;
    border: 1px solid #6D6E70;
    font-size: 16px;
    font-weight: 600; 
}
.product-table .left-text{
    text-align: end;
}
.product-table .star-msg{
    font-size: 14px;
    padding-top: 35px;
}
.product-table .table-bg{ 
    padding: 30px;
}
.product-table h3{
    padding-bottom: 30px; 
    color: #004987;
    font-weight: 700;
}
.product-table table{
    background-color: #fff;
}
.product-table td{ 
    color: #6e7071;
    font-weight: 600;
    font-size: 12px; 
    vertical-align: middle !important;
}
.product-table .card-body{
    padding: 0;
}
.product-table table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: break-spaces !important;
    text-align: center;
} 
.accordion .show-img{
    width: 50%;
}
.prd-div p{
    text-align: center;
    color: #004987;
    font-size: 15px;
    overflow: hidden; 
}
.prd-div .owl-carousel .owl-item img {
    display: block;
    width: 80%;
}
.prd-div .fa-angle-double-right{
    margin-right: 5px;
    position: relative;
    left: 0px;
}
.prd-div .tag-line{ 
    font-weight: 700;
}
.vl-tag a{ 
    padding-top: 15px !important;
}
.vl-tag{
    padding-top: 25px;
}
.faq-form{
    border: 1px solid #004987;
    padding: 25px 50px 0 50px;
    margin: 0 20px 0 20px;
}
.product-table .table td, .table th {
    padding: 9px 16px;
}
.product-table{
    padding-bottom: 100px;
}
.btn-header-link{
    font-size: 16px;
    font-weight: 600;
}
.product-table #main {
    margin: 0 0 50px 0;
  }
  
  .product-table #main #faq .card {
    margin-bottom: 30px;
    border: 0;
  }
  
  .product-table #main #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
            box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
  }
  
  .product-table #main #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #0074FF;
    color: #fff;
    padding: 11px;
  }
  
  .product-table #main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
  }
  
  .product-table #main #faq .card .card-header .btn-header-link.collapsed {
    background: #0074FF;
    color: #fff;
  }
  
  .product-table #main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
  }
  
  .product-table #main #faq .card .collapsing {
    background: #FFE472;
    line-height: 30px;
  }
  
  .product-table #main #faq .card .collapse {
    border: 0;
  }
  
  .product-table #main #faq .card .collapse.show { 
    line-height: 30px;
    color: #222;
  }

/* values  */
.values-banner{
    display: block;
}
.values-banner_mobile{
    display: none;
}

.values-banner {
    background: url(../images/values-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.values-banner h1 {
    text-align: left;
    /* font-family: Philosopher; */
    font-size: 46px;
    color: #fff;
    padding-top: 120px;
    padding-bottom: 115px;
    font-weight: 600;
} 
.faq-section1{
    padding-top: 80px;
}
.why-banner {
    display: block;
}
.why-banner h1 { 
    font-size: 28px; 
}
.career-section1{
    padding-top: 100px;
} 
.mdia-bg .news-div img{
    margin-top: 15px;
}

.faq-div #main {
    margin: 10px 0;
}
  
.faq-div #main #faq .card {
    margin-bottom: 30px;
    border: 0;
}

.faq-div #main #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
    margin: 0 5px 0 5px;
}

.faq-div #main #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #6D6E70; 
    padding: 20px;
}

.faq-div #main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

.faq-div #main #faq .card .card-header .btn-header-link.collapsed {
    background: #6D6E70;
    color: #fff;
}

.faq-div #main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

.faq-div #main #faq .card .collapsing {
    background: #fff;
    line-height: 30px;
}

.faq-div #main #faq .card .collapse {
    border: 0;
}

.faq-div #main #faq .card .collapse.show {
    background: #fff;
    line-height: 30px;
    color: #222;
}
.manage-section{
    position: relative;
    margin-top: -68px;
}
.facilities-section1 h4{
    color: #004987;
    font-weight: 600;
}
.facilities-section1 p{
    text-align: justify;
    color: #6e7071;
    font-family: 'poppins'; 
    padding-top: 18px;
}
.facilities-section1 video{
    margin-top: 30px;
}
.fac-table h4{
    color: #fff;
    font-weight: 300;
    padding: 15px 0 17px 0;
    background-color: #0074FF;
    text-align: center;
    margin-bottom: 0;
    position: relative;
    top: 6px;
}
.brd-r{
    border-right: 1px solid #0074FF;
}
.fac-table table.dataTable.nowrap th{
    color: #000;
    font-weight: 500;
    font-size: 17px;
    padding: 8px;
    border-bottom: 1px solid #0074FF;  
}
.brd-l{
    border-left: 1px solid #0074FF;  
}
table.dataTable { 
    margin-top: 0 !important;
}
.fac-table table.dataTable.nowrap td { 
    color: #000;
    font-weight: 500;
    border-top: 0px;
    border-bottom: 1px solid #0074FF;
    font-size: 15px;
    border-left: 1px solid #0074FF;  
} 
.fac-bg{ 
    border-radius: 15px;
    padding: 20px;
}
.fac-table{
    padding-bottom: 50px;
}
.facilities-section2 .sq-img{
    width: 10px;
    margin-right: 15px;
}
.facilities-section2 .sq-p{
    font-size: 12px;
    color: #6e7071;
    font-weight: 600;
}
.facilities-section2 .sp-img1{
    width: 14px;
    margin-right: 15px;
}
.facilities-section2 h4{
    color: #004987;
    font-weight: 600;
    padding-bottom: 25px; 
}
.facilities-section2 h5{
    color: #6e7071;
    font-weight: 400;
    padding-bottom: 25px;
    text-align: center;
}
.facilities-section2 p{
    text-align: justify;
    font-size: 16px; 
    color: #6e7071;
} 
.facilities-section2 .tap-pads{
    padding-bottom: 25px;
}
.fac-table .head-color{
    color: #173D00;
    font-weight: 600;
}
.fac-table p{
    color: #000;
    font-weight: 500; 
    margin: 8px 0;
    font-size: 14px;
}
.fac-table .border-bt{
    border-bottom: 1px solid #0074FF;
    border-left: 1px solid #0074FF;
    padding: 10px 0 4px 0;
}
.fac-table p{
    position: relative;
    left: 10px;
} 
.ppt-tg{
    padding-right: 0;
}
.ppt-rl{
    padding-left: 0;
}
.banner-heading-history h1{
    color: #004987;
    font-size: 30px;
    font-weight: 700;
}
.history-div .cust-bg {
    background: url(../images/history-bg.png); 
    background-repeat: no-repeat; 
    background-position: center 10px;
    background-size: 17%;
    padding-bottom: 750px;
}  
.history-div .hist-icon{
    width: 100px;
}
.history-div h4{
    color: #004987;
    font-size: 16px;
    font-weight: 600;
    padding-top: 15px;
}
.history-div p{
    color: #6e7071;
    font-size: 13px;
    font-weight: 500;
}
.history-div .cust_box_paadding_1{ 
    position: relative;
    top: 27px;
}
.history-div .cust_box_paadding_2{ 
    position: relative;
    top: 100px;
}
.history-div .cust_box_paadding_3{
    position: relative; 
    top: 168px;
}
.history-div .cust_box_paadding_4{
    position: relative;
    top: 212px;
    
}
.history-div .cust_box_paadding_5{
    position: relative; 
    top: 270px;
}
.history-div .cust_box_paadding_6{
    position: relative;
    top: 335px; 
}
.history-div .cust_box_paadding_7{
    position: relative; 
    top: 360px;
    
}
.history-div .cust_box_paadding_8{
    position: relative;
    top: 383px;
    
}
.history-div .cust_box_paadding_9{
    position: relative; 
    top: 458px;
    
}
.history-div .cust_box_paadding_10{
    position: relative; 
    top: 533px;
    
}
.history-div .cust_box_paadding_11{ 
    position: relative;
    top: 615px;
}
.history-div .cust_box_paadding_12{ 
    position: relative;
    top: 679px;
}
.history-div .last-txt{
    text-align: center;
    padding-bottom: 50px;
}
.history-div-lap-device .hist-icon{
    width: 100px;
}
.history-div-lap-device h4{
    padding-top: 12px;
    color: #004987;
    font-size: 18px;
    position: relative;
    top: 72px;
}
.history-div-lap-device{
    display: none;
}
.history-div{
    display: block;
    margin-top: 70px;
}
.history-div-lap-mobile{
    display: none;
}
.tab-colo{
    color: #E33903;
}
.partner-div-lap-mobile{
    display: none;
}
.partner-screen-desktop{
    display: block;
} 
.facilities-section2 .single-footer-widget .address .location {
    padding-left: 30px;
    position: relative; 
    padding-bottom: 19px;
    text-align: justify;
    font-size: 16px; 
    color: #6e7071;
}
.facilities-section2 ul {
    margin: 0;
    padding: 0;
}
.facilities-section2 ul li {
    display: block;
    text-align: inherit;
    padding-bottom: 14px;
    color: #173D00;
    font-size: 13px;
}
.fac-table .child{
    border-right: 1px solid #0074FF;
}
.facilities-section2 .single-footer-widget .address .location i {
    position: absolute;
    left: 0;
}
.footer_arrow {
    width: 25px;
    margin-right: 5px;
}
.ht-bgd{
    width: 700px;
    position: relative;
    top: 56px;
}




.leftbox{ 
    border-right: 2px solid #E31E24;
} 
.tab-content{   
    padding-top: 30px;
    margin-top: 15px;
}
.page-link { 
    margin-right: 10px;
    border: 1px solid #004987;
    color: #004987;
}
.page-link:hover{
    background: #a2c93a;
    color: #fff;
}
.tsh-1{
    line-height: 80px;
    height: 118px;
}
.pagination .active{
    background: #a2c93a;
    color: #fff;
}
.servicediv .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #adadad;
    background-color: #fff;
    border-color: #adadad #adadad #fff;
}
.servicediv .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #adadad #adadad #ffffff;
}
.servicediv .nav-tabs {
    border-bottom: 1px solid #adadad;
}
.servicediv {
    padding: 50px 0;
}
.servicediv .nav-item {
    margin-left: 0px;
}
.servicediv .nav-pills .nav-link {
    border-radius: 0;
    background: #fff;
    color: #122A00;
    border: 2px solid #6D6E70;
}
.gall-ping{
    color: #004987;
    margin-top: 0px;
    font-weight: 500;
    text-align: center;
    border-top: 1px solid #004987;
    padding-top: 15px;
}
.gallery-brd{
    border: 1px solid #004987;
}
.servicediv .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #6D6E70;
} 
.servicediv .nav-link {
    padding: 8px 1rem;
}
.servicediv h1 {
    text-align: left;
    /* font-family: Philosopher; */
    font-size: 40px;
    color: #122A00; 
    font-weight: 600;
}
.career-section-new .custom-select {
    background-color: #6d6e7026 !important;
    background: url(../images/accordian-bullet-after.png) no-repeat right 0.6rem center/12px;
    border: navajowhite;
    font-size: 14px;
    color: #000;
}
.history-banner_mobile{
    display: none;
}
.history-banner{
    display: block;
}
.taag-ro{
    padding-top: 20px;
}
.Trent-div p{
    color: #fff;
}
.Trent-div img{ 
    width: 25px;
    padding-bottom: 10px;
}
.Trent-div {
    background-color: #122A00;
    text-align: center;
    padding: 20px 0 0 0;
    position: relative;
    bottom: 68px;
}
/* new carousel  */
.tab-gallery .gall-image{
    width: 38%;
}
.gall-modal .modal-image{
    width: 100%;
}
.tab-gallery .carousel {
	position: relative;
}
.tab-gallery .carousel-item img {
	object-fit: cover;
}

.tab-gallery #carousel-thumbs { 
	padding: 0 50px;
}
.tab-gallery #carousel-thumbs img:hover {
	opacity: 100%;
}

.tab-gallery #carousel-thumbs img {
	opacity: 100%;
	border: 3px solid transparent;
	cursor: pointer;
}
.tab-gallery #carousel-thumbs .selected img {
	opacity: 100%;
}

.tab-gallery .carousel-control-prev,
.carousel-control-next {
	width: 50px;
}

.tab-gallery .carousel-fullscreen-icon {
	position: absolute;
	top: 1rem;
	left: 1rem;
	width: 1.75rem;
	height: 1.75rem;
	z-index: 4;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255,255,255,.80)'  viewBox='0 0 16 16'%3E%3Cpath d='M1.5 1a.5.5 0 0 0-.5.5v4a.5.5 0 0 1-1 0v-4A1.5 1.5 0 0 1 1.5 0h4a.5.5 0 0 1 0 1h-4zM10 .5a.5.5 0 0 1 .5-.5h4A1.5 1.5 0 0 1 16 1.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 1-.5-.5zM.5 10a.5.5 0 0 1 .5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 0 14.5v-4a.5.5 0 0 1 .5-.5zm15 0a.5.5 0 0 1 .5.5v4a1.5 1.5 0 0 1-1.5 1.5h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 .5-.5z' /%3E%3C/svg%3E");
}

.tab-gallery .carousel-fullscreen-icon:hover {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(255,255,255)' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 1a.5.5 0 0 0-.5.5v4a.5.5 0 0 1-1 0v-4A1.5 1.5 0 0 1 1.5 0h4a.5.5 0 0 1 0 1h-4zM10 .5a.5.5 0 0 1 .5-.5h4A1.5 1.5 0 0 1 16 1.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 1-.5-.5zM.5 10a.5.5 0 0 1 .5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 0 14.5v-4a.5.5 0 0 1 .5-.5zm15 0a.5.5 0 0 1 .5.5v4a1.5 1.5 0 0 1-1.5 1.5h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 .5-.5z' /%3E%3C/svg%3E");
}

.tab-gallery .pause .carousel-pause-icon {
	position: absolute;
	top: 3.75rem;
	left: 1rem;
	width: 1.75rem;
	height: 1.75rem;
	z-index: 4;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255,255,255,.80)'  viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.25 5C5.56 5 5 5.56 5 6.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C7.5 5.56 6.94 5 6.25 5zm3.5 0c-.69 0-1.25.56-1.25 1.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C11 5.56 10.44 5 9.75 5z' /%3E%3C/svg%3E");
}
.tab-gallery .pause .carousel-pause-icon:hover {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(255,255,255)'  viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.25 5C5.56 5 5 5.56 5 6.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C7.5 5.56 6.94 5 6.25 5zm3.5 0c-.69 0-1.25.56-1.25 1.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C11 5.56 10.44 5 9.75 5z' /%3E%3C/svg%3E");
}

.tab-gallery .play .carousel-pause-icon {
	position: absolute;
	top: 3.75rem;
	left: 1rem;
	width: 1.75rem;
	height: 1.75rem;
	z-index: 4;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255,255,255,.80)'  viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814l-3.5-2.5z' /%3E%3C/svg%3E");
}

.tab-gallery .play .carousel-pause-icon:hover {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(255,255,255)'  viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814l-3.5-2.5z' /%3E%3C/svg%3E");
}

.tab-gallery #carousel-thumbs .carousel-control-prev-icon {
	background-image: url(../images/left.png) !important; 
}

.tab-gallery #carousel-thumbs .carousel-control-next-icon {
	background-image: url(../images/right.png) !important; 
}
.tab-gallery .carousel-control-next, .carousel-control-prev {
    opacity: 100%;
}

.tab-gallery .modal-content {
	border-radius: 20px;
    /* background-color: transparent; */
    border: 1px solid #004987;
}
.tab-gallery #lightbox-container-image img {
	width: auto;
	max-height: 520px;
}
.tab-gallery .modal {
    background-color: #fffffff2 !important;
}
/* new carousel  */

.tt-bb{
    width: 315px;
}
.ttap-div{
    border-right: 1px solid;
    padding: 0 50px 0 0px;
}
.dtr-data img{
    width: 50%;
}










/* footer */
.footer_bg {
    padding: 40px 35px 40px 35px;
}
footer{ 
    background-color:  #004987;
}
.footer_logo {
    width: 280px;
}

.footer_pt {
    padding-bottom: 36px !important;
}
.ft-tret{
    text-align: left;
    color: #fff; 
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 20px;
}
.ft-tret_1{
    text-align: left;
    color: #fff; 
    font-size: 13px;
    font-weight: 500; 
}   
.footer_bg ul li {
  position: relative;
	padding-bottom: 10px;
} 
.footer_bg ul li:before{
    content: '';
    position: absolute;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 7px;
    height: 7px;
    top: calc(50% - 3px);
    left: -17px;
    transform: translateY(-50%) rotate(-45deg);
}
.single-footer-widget .address .location { 
    position: relative;
    color: #fff;
    padding-bottom: 5px; 
    font-weight: 500;
    font-size: 13px;
}
.single-footer-widget .address .location_1 {
    padding-left: 30px;
}

.single-footer-widget .address .location i {
    position: absolute;
    left: 0;
}

.fix-line {
    margin-left: 0;
}

.extra_footer p { 
    color: #004987; 
    font-weight: 500;
}

.extra_footer span { 
    color: #004987; 
    font-weight: 500;
}



.tab-content .modal-target { 
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .tab-content .modal-target:hover {opacity: 0.7;}
  
  /* The Modal (background) */
  .tab-content .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */ 
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
  }
  
  /* Modal Content (image) */
  .tab-content .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    opacity: 1 !important;
    max-width: 1200px;
  }
  
  /* Caption of Modal Image */
  .tab-content .modal-caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1200px;
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 1em;
    margin-top: 32px;
  }
  
  /* Add Animation */
  .tab-content .modal-content, .modal-caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
    from {-webkit-atransform:scale(0)} 
    to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .tab-content .modal-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
.tab-content .modal-close:hover,
.modal-close:focus {
color: #bbb;
text-decoration: none;
cursor: pointer;
}  
.lightbox-gallery .photos{
    padding-bottom:20px
}
.lightbox-gallery .item{
    padding-bottom:30px
}
  



.footer-menu {
    padding: 0px 0 0px 0px;
}

.footer_div {
    text-align: end;
}

footer .submit-btn i {
    padding: 5px 7px;
    border-radius: 5px;
    background: #A74300;
    margin-left: 6px;
} 
footer .footer-logo {
    text-align: center;
    padding-bottom: 25px;
    padding-top: 15px;
}

footer .footer-logo img {
    width: 185px;
}

footer .footer-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
}

footer .footer-bottom p {
    margin: 0;
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.footer-social ul li img {
    width: 26px;
}

.product_PL p {
    font-weight: 500;
    font-size: 12px; 
    color: #6e7071; 
    text-align: justify;
    padding-top: 25px;
    text-align-last: center;
    margin-right: 63px;
    margin-left: 63px;
}

.social_PR {
    padding-right: 53px !important;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
}

.footer-menu ul li {
    display: block;
    text-align: inherit;
    padding-bottom: 14px;
    color: #fff;
    font-size: 13px;
}

.footer-menu h4 {
    color: #fff !important;
    font-size: 20px;
}

.social-icon {
    width: 30px;
    margin-right: 20px;
}

.scl-icon li {
    display: inline-block !important;
}

.scl-icon {
    text-align: center;
}

.center {
    text-align: center !important;
}

.footer-menu ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}
.footer-menu li{
    margin-left: 15px;
}
.footer_arrow {
    width: 25px;
    margin-right: 5px;
}

.footer-menu ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-social {
    text-align: right;
    padding: 20px 0;
}

.footer-social ul {
    margin: 0;
    padding: 0;
}

.footer-social ul li {
    display: inline-block;
    padding-left: 15px;
    padding-bottom: 18px;
    color: #997D4A;
    font-weight: 600;
}

.extra_footer {
    text-align: center;
    color: #000 !important;
    font-weight: 400;
    font-size: 15px;
    padding: 15px 34px 0 34px;
}

.product_PL {
    padding-top: 24px;
}
.ft-extra{
    text-align: center;
    color: #6A6A6A;
    padding-top: 15px;
}
.ft-extra span{
    color: #6e7071;
}
.extra-heading {
    font-weight: 200;
    font-size: 11px;
    position: relative;
    top: 25px;
    letter-spacing: 0.9px;
}

.extra_footer a {
    color: #004987 !important;
}

.social_top_footer img {
    width: 25px;
    padding-top: 10px;
    margin-right: 25px;
}

/* end footer */

.order-position-mobile {
    display: none;
}

.order-position-desktop {
    display: block;
}

@media screen and (max-width: 520px) {}

@media only screen and (min-width:360px) and (max-width:767px) {
    .partners-div .owl-prev {
        left: -6px;
    }

    .partners-div .owl-next {
        right: -6px;
    }
    .prd-div .owl-prev {
        left: -6px;
    }
    .prd-div .owl-next {
        right: -6px;
    }
}

@media only screen and (min-width:768px) and (max-width:871px) {}

@media only screen and (min-width:501px) and (max-width:599px) {}

@media only screen and (min-width:600px) and (max-width:676px) {}

@media only screen and (min-width:677px) and (max-width:767px) {}

@media only screen and (min-width:1368px) and (max-width:1921px) {}

@media only screen and (min-width:1500px) and (max-width:1600px) {}

@media only screen and (min-width:1200px) and (max-width:1300px) {
    .partners-div .owl-prev {
        left: -33px;
    }

    .partners-div .owl-next {
        right: -33px;
    }

}

@media only screen and (min-width:1192px) and (max-width:1367px) {}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .top-header .top_header_phone p {
        text-align: end;
        font-size: 10px;
    }
    .banner-div-left-Market { 
        width: 100%;
    }
    .heritage-bg-12 { 
        padding: 45px 0 0 0; 
    }
    .banner-div-left-Timeline { 
        width: 100%;
    }
    .trp-1 {
        position: relative;
        bottom: 0px;
    }
    .trp-2 {
        position: relative;
        top: 6px;
    }
    .banner-div-left {
        position: relative;
        margin-top: -195px;
        width: 58%;
        background-color: #fff;
        padding: 15px 15px 15px 15px;
    }

    .banner-div-left-ph {
        position: relative;
        margin-top: -195px;
        width: 58%;
        background-color: #fff;
        padding: 15px 15px 15px 15px;
    }
    
    .banner-div-main-page {
        position: relative;
        margin-top: -260px;
        width: 58%;
        background-color: #fff;
        padding: 15px 15px 15px 15px;
        margin-bottom: 50px;
    }
    .banner-div-main-page1 {
        position: relative;
        margin-top: -260px;
        width: 58%;
        background-color: #fff;
        padding: 15px 15px 15px 15px;
        margin-bottom: 50px;
    }
    .spin-bg-1{ 
        margin: 0 0 0 0;
    }
    .spin-bg-2{ 
        margin: 0 0 0 0;
    }
    .spin-bg-3{ 
        margin: 0 0 0 0;
    }
    .top-header li {
        margin-left: 10px; 
    }
    .ht-bgd{
        width: 615px;
        position: relative;
        top: 49px;
    }
    .contact-about-logo {
        width: 323px; 
        padding-top: 86px;
    }
    .top-header .top-right-text {
        font-size: 12px;
    }

    .top-header .top_header_email p {
        text-align: end;
        font-size: 9px;
    }

    .banner-text-position {
        text-align: right;
        position: relative;
        right: 33%;
    }

    .footer-div {
        position: absolute;
        width: 100%;
        bottom: -318px;
    }

    .partners-div .owl-next {
        right: -23px;
    }

    .partners-div .owl-prev {
        left: -23px;
    }

    .partners-div .owl-carousel .owl-item img {
        width: 65% !important;
    }

    .side-text1 {
        writing-mode: vertical-lr;
        font-size: 70px;
        /* font-family: Philosopher; */
        color: #DEEDD4;
        font-weight: 600;
    }

    .media-title {
        color: #000000;
        font-size: 13px;
        text-align: justify;
    }

}

@media only screen and (min-width:768px) and (max-width:867px) {}

@media only screen and (min-width:868px) and (max-width:991px) {}

@media only screen and (min-width:991px) and (max-width:1199px) {
    .footer-menu {
        padding: 10px 20px 0px 20px;
    }
    .txt-trasf{ 
        position: relative; 
        left: 93px;
    }
    .nav-item {
        margin-left: 5px;
    }
    .banner-div-left-Management { 
        width: 100%; 
    }
    .nav-search {
        width: 78% !important;
    }
    .set-width {
        width: 175px;
    }

    .set-width1 {
        width: 176px;
    }

    .set-width2 {
        width: 162px;
    }

    .set-width3 {
        width: 184px;
    }

    .set-width4 {
        width: 209px;
    }

    .set-width5 {
        width: 209px;
    }

    .product-div a {
        color: #2E680B;
        position: relative;
        bottom: -15px;
    }

    .product-div .hand-img-position {
        width: 349px;
        position: relative;
        left: -139px;
        top: 74px;
    }

    .product-div {
        padding: 35px 0;
        text-align: center;
    } 
    .history-div .hist-icon {
        width: 69px;
    }
    .history-div .cust_box_paadding_2 {
        position: relative;
        top: 68px;
    }
    .history-div .cust_box_paadding_3 {
        position: relative;
        top: 81px;
    }
    .history-div .cust_box_paadding_4 {
        position: relative;
        top: 97px;
    }
    .history-div .cust_box_paadding_5 {
        position: relative;
        top: 112px;
    }
    .history-div .cust_box_paadding_6 {
        position: relative;
        top: 129px;
    }
    .history-div .cust_box_paadding_7 {
        position: relative;
        top: 116px;
    }
    .history-div .cust_box_paadding_8 {
        position: relative;
        top: 102px;
    }
    .history-div .cust_box_paadding_9 {
        position: relative;
        top: 128px;
    }
    .history-div .cust_box_paadding_10 {
        position: relative;
        top: 154px;
    }
    .history-div .cust_box_paadding_11 {
        position: relative;
        top: 198px;
    }
    .history-div .cust_box_paadding_12 {
        position: relative;
        top: 229px;
    }
    .history-div .cust-bg { 
        padding-bottom: 300px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .Header-text-2 h1 {
        font-size: 53px;
    }
    .div-cct {
        position: absolute;
        left: 38px;
        font-size: 10px;
    }
    .txt-trasf{
        position: relative;
        bottom: 15px;
    }
    .banner-div-left-Management { 
        width: 100%; 
    }
    .partner-div-lap-mobile-1{
        display: block;
    }
    .banner-div-left-about {
        position: relative;
        margin-top: -120px;
        width: 41%;
        background-image: url(../images/tip-bg.png);
        background-size: contain;
        background-repeat: no-repeat;
        padding: 15px 15px 15px 30px;
    }
    .partner-div-lap-mobile-1 img{
        width: 40%;
    }
    .partner-screen-desktop{
        display: none;
    }
    .banner-div-left {
        position: relative;
        margin-top: -190px;
        width: 60%;
    }
    .banner-div-left-ph {
        position: relative;
        margin-top: -195px;
        width: 58%;
        background-color: #fff;
        padding: 15px 15px 15px 15px;
    }
    .banner-heading-about h1 { 
        font-size: 18px;
    }
    .value-div {
        padding: 0px 0;
    }
    .value-div h1 {  
        padding-top: 30px; 
    }
    .banner-div-main-page {
        position: relative;
        margin-top: -230px;
        width: 67%;
        background-color: #fff;
        padding: 15px 15px 15px 15px;
        margin-bottom: 53px;
    }
    .banner-div-main-page1 {
        position: relative;
        margin-top: -230px;
        width: 67%;
        background-color: #fff;
        padding: 15px 15px 15px 15px;
        margin-bottom: 53px;
    }
    .top-header li {
        margin-left: 33px; 
    }
    .border-con { 
        padding: 15px 15px 1px 15px;
        position: relative;
        left: 0;
        z-index: 999;
        top: 0;
    }
    .Header-text-2 p {
        font-size: 34px;
    }
    .ht-bgd {
        width: 700px;
        position: relative;
        top: 56px;
        padding-bottom: 90px;
    }
    .footer_logo {
        width: 300px;
    }
    .history-div-lap-device{
        display: block;
        padding-bottom: 50px;
        padding-top: 30px;
    }
    .history-div{
        display: none;
    }
    .Header-image img {
        width: 170px;
    }
    .market-image {
        width: 100%; 
    }
    .contact-info-bg-1 {
        padding: 15px;
        position: relative;
        right: 0;
    }
    .contact-bg-1 {
        padding: 25px 15px 10px 15px;
        margin-bottom: 50px;
        background-color: #DEEDD4;
        position: relative;
        left: 0;
    }
    .Header-text-1 h1 {
        font-size: 27px;
    }

    .Header-text-1 p {
        font-size: 16px;
    }

    .banner-up {
        width: 90px;
    }

    .footer-div {
        position: absolute;
        width: 100%;
        bottom: -239px;
    }

    .megamenu {
        padding: 20px 0px;
        width: 100%;
    }

    .value-div .ext-image {
        width: 100%;
    }

    .set-width {
        width: 82%;
    }

    .set-width1 {
        width: 85%;
    }

    .set-width2 {
        width: 75%;
    }

    .set-width3 {
        width: 88%;
    }

    .set-width4 {
        width: 149px;
    }

    .set-width5 {
        width: 151px;
    }

    .product-div a {
        color: #2E680B;
        position: relative;
        bottom: 5px;
    }

    .product-div .hand-img-position {
        width: 213px;
        position: relative;
        left: -43px;
        top: 46px;
    } 

    .partners-div .owl-next {
        right: -36px;
    }

    .partners-div .owl-prev {
        left: -30px;
    }

    .click-here-img {
        width: 25px;
    }

    .media-title {
        color: #000000;
        font-size: 9px;
        text-align: justify;
    }

    .click-here {
        color: #2E680B;
        font-weight: 600;
        font-size: 10px;
    }

    .side-text1 {
        writing-mode: vertical-lr;
        font-size: 58px;
        /* font-family: Philosopher; */
        color: #DEEDD4;
        font-weight: 600;
    }

    .partners-div .owl-carousel .owl-item img {
        width: 65% !important;
    }

    .heritage-heading h1 {
        position: relative;
        bottom: 115px;
        text-align: left;
        color: #fff;
        /* font-family: Philosopher; */
        font-weight: 600;
        font-size: 46px;
        padding-left: 65px;
    }

    .market-headings {
        position: relative;
        bottom: 15px;
        color: #122A00;
        /* font-family: Philosopher; */
        font-weight: 600;
        font-size: 18px;
        padding-top: 25px;
    }

    .facility-heading {
        position: relative;
        bottom: 125px;
        text-align: left;
        color: #fff;
        /* font-family: Philosopher; */
        font-weight: 600;
        font-size: 46px;
        padding-left: 65px;
    } 

    .why-partner2-bg {
        background: url(../images/why-partner-2.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .why-partner1-par1 {
        padding-left: 95px;
        padding-bottom: 17px;
        padding-top: 85px;
        text-align: center;
        color: #fff;
        font-size: 15px;
    }

    .why-partner1-par2 {
        padding-left: 35px;
        padding-top: 40px;
        text-align: center;
        color: #fff;
        font-size: 15px;
    }

    .why-partner1-par3 {
        padding-left: 70px;
        padding-top: 95px;
        text-align: center;
        padding-bottom: 50px;
        color: #fff;
        font-size: 15px;
    }

    .why-partner2-par1 {
        padding-left: 95px;
        padding-bottom: 17px;
        padding-top: 40px;
        text-align: center;
        color: #fff;
        font-size: 15px;
    }

    .why-partner2-par2 {
        padding-left: 50px;
        padding-top: 100px;
        text-align: center;
        color: #fff;
        font-size: 15px;
    }

    .why-partner2-par3 {
        padding-left: 74px;
        padding-top: 40px;
        text-align: center;
        color: #fff;
        font-size: 15px;

    }.contact-about-logo {
        width: 280px;
        padding-top: 70px;

        margin-left: 0;
    } 
    .contact-heading h1 {
        position: relative;
        bottom: 125px;
        text-align: left;
        color: #122A00;
        /* font-family: Philosopher; */
        font-weight: 600;
        font-size: 46px;
        padding-left: 15px;
    }

}

@media only screen and (max-width:991px) {
    .navbar {
        z-index: 99;
    } 
    .padding_nav {
        padding: 0;
    } 
    .product-table {
        padding-bottom: 100px;
        padding-top: 60px;
    }
    .banner-div-left-Timeline { 
        width: 100%;
    }
    .banner-div-left-Market { 
        width: 100%;
    }
    .carousel-main_2 .owl-prev{
        display: none;
    }
    .carousel-main_2 .owl-next{
        display: none;
    }
    .top-header .text-end {
        text-align: left;
    }   
    .dt-pr {
        padding-right: 15px;
    }
    .dt-pl {
        padding-left: 15px;
    }
    .top-header ul { 
        margin-left: -76px;
        margin-top: 15px;
    }
    .navbar-collapse {
        background: #fff;
        margin-top: 15px;
    } 
    .navbar-login {
        background: 0 0;
    }

    .nav-item.login .nav-link {
        background: 0 0;
        padding: .5rem 0;
        border-radius: 0;
    }

    .footer-menu h4 {
        margin-top: 20px;
    }

    .footer_pt {
        padding-bottom: 10px !important;
    }

    /* .top-header {
        display: none;
    } */

    .nav-link {
        padding: 12px 1rem;
    }
}

@media only screen and (max-width:850px) {}


@media screen and (max-width: 768px) {
    .product-table .table-responsive-stack tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border-bottom: 3px solid #ccc;
        display:block;
        
     }
     /*  IE9 FIX   */
    .product-table .table-responsive-stack td {
        float: left\9;
        width:100%;
     }
}

@media only screen and (max-width:767px) {
    p{
        font-size: 12px !important;
    }
    h1 {
        font-size: 28px;
    }
    .div-cct {
        position: relative;
        left: 22px;
        font-size: 12px;
    }
    .media-title {
        color: #6e7071;
        font-size: 15px;
        font-weight: 500;
        min-height: auto;
        overflow: hidden;
    }
    .vpshealth-section1 {
        margin-top: 75px;
    }
    .servicediv {
        padding: 0 0;
    }
    .career-section-new{
        padding-top: 30px;
    }
    .faq-section1 {
        padding-top: 10px;
    }
    .product-table {
        padding-bottom: 100px;
        padding-top: 30px;
    }
    .career-section1 {
        padding-top: 10px;
    }
    .send-button-1 { 
        margin-bottom: 50px;
    }
    .heritage-section12{
        padding-top: 0;
    }
    .facilities-section1 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .follow-section .lan-pre {
        padding-top: 0 !important; 
    }
    .banner-div-left {
        position: relative;
        margin-top: -110px;
        width: 100%;
        background-color: #fff;
        padding: 15px 15px 15px 15px;
        margin-bottom: 45px;
        margin-left: 0px;
    }
    .banner-div-left-ph {
        position: relative;
        margin-top: -195px;
        width: 99%;
        background-color: #fff;
        padding: 15px 15px 15px 15px;
        left: 5%;
    }
    .banner-div-main-page {
        position: relative;
        width: 85%;
        background-color: #fff;
        padding: 15px 15px 15px 15px;
        margin: -240px 0px 90px 0px;
        left: 8%;
    }
    .banner-div-main-page1 {
        position: relative;
        width: 85%;
        background-color: #fff;
        padding: 15px 15px 15px 15px;
        margin: -133px 0px 90px 0px;
        left: 8%; 
    }
    .banner-heading-about h1 {
        text-align: left;
        color: #004987;
        font-weight: 700;
        font-size: 18px;
    }
    .ctr-img img {
        width: 100%;
        height: 100%;
    }
    .address{
        margin-left: 15px !important;
    }
    .value-div h1 {
        /* font-family: Philosopher; */
        color: #004987;
        padding-top: 16px;
        font-size: 23px;
        font-weight: 700;
        text-align: center;
    }
    .heritage-section1 li { 
        font-size: 12px;
    }
    .faq-form {
        border: 1px solid #004987;
        padding: 25px 0 0 0;
        margin: 0 0 0 0;
    }
    .ct-heading { 
        text-align: center;
    }
    .tab-list-mobile{
        display: block;
    }
    .tab-list{
        display: none;
    }
    .footer-menu li{
        margin-left: 0;
    }
    .prd-div p {
        text-align: center;
    }
    .carousel-main_2 .item {
        text-align: center;
    }
    .prd-div .owl-carousel .owl-item img {
        display: block;
        width: 100%;
    }
    .why-banner {
        display: none;
    }
    .ttap-div{
        border-right: 0px solid;
        padding: 0 0 0 0px;
    }
    .border-con { 
        position: relative;
        left: 0;
        z-index: 999;
        top: 0;
        margin-bottom: 20px;
    }
    .contact-details {
        margin-top: 25px;
        margin-bottom: 150px;
    }
    .md-name-1 {
        font-size: 23px !important; 
    }
    .md-post-1 {
        font-size: 14px !important; 
    }
    .contact-details {
        margin-top: 25px;
        margin-bottom: 40px;
    }
    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }
    .product-table .table-bg {
        padding: 0;
    }
    .product-table .table td, .table th {
        padding: 9px 0;
    }
    .product-table table.dataTable.nowrap th, table.dataTable.nowrap td {
        white-space: break-spaces !important;
        text-align: left;
    }
    h5 {
        font-size: 22px;
    }

    h6 {
        font-size: 16px;
    } 
    .lifepharma-info { 
        padding-top: 5px;
    }
    .Trent-div { 
        position: relative;
        bottom: 0;
    }
    .follow-section .row-margin-40 {
        margin: 0 0;
    }
    .tt-2{ 
        order: 2;
    }
    .tt-1{ 
        order: 1;
    }
    .ctr-img img {
        width: 100%;
        padding-top: 20px;
    }
    .text-pss {
        margin-left: 0;
    }
    .top-header .right-section {
        margin-right: -5px;
        text-align: left; 
    }
    .top-header .top-right-text { 
        margin-top: 10px;
    }
    .faq-page-title {
        /* font-family: Philosopher; */
        font-size: 25px;
        font-weight: 500;
        color: #2E680B;
        text-align: center;
        margin-bottom: 20px;
    }
    .heritage-image1 {
        width: 100%; 
    }
    .ht-bgd {
        width: 100%;
        position: relative;
        top: 0;
        padding-bottom: 50px;
    }
    .history-banner_mobile{
        display: block;
    }
    .history-banner{
        display: none;
    }
    .facilities-section2 .single-footer-widget .address .location { 
        font-size: 12px;
    }
    .tab-tree {
        background-color: #fff;
        border-radius: 15px;
        padding: 10px 0 10px 0;
    }
    .market-bg-1 { 
        padding: 27px 15px 1px 15px;
    }
    .servicediv h1 {
        text-align: center;
        /* font-family: Philosopher; */
        font-size: 40px;
        color: #122A00;
        font-weight: 600;
        padding-bottom: 30px;
    }
    .partner-div-lap-mobile{
        display: block;
        padding-bottom: 15px;
    }
    .partner-screen-desktop{
        display: none;
    }
    .nav-item {
        margin-left: 0;
    }
    .history-div-lap-mobile{
        display: block;
        padding: 40px 0 30px 0;
    }
    .market-image { 
        position: relative;
        margin-top: -25px;
    }
    .vpshealth-bg { 
        padding: 25px 15px 25px 15px; 
    }
    .history-div {
        display: none;
    }
    .value-div .ext-image {
        width: 100%;
    }
    .VPSHealth-banner_mobile {
        display: block;
    }
    .vps-banner{
        display: none;
    }
    .VPSHealth-banner{
        display: none;
    }
    .megamenu {
        padding: 20px 0;
        width: 100%;
    }
    .heritage-image2 {
        width: 100%;
    }
    .hand-img-position {
        display: none;
    }
    .md-name { 
        margin-top: 15px; 
        font-size: 24px !important;
    }
    .md-post {
        font-size: 18px;
    }
    .management-bg { 
        padding: 0 15px 0 15px; 
        margin-bottom: 15px;
    }
    .why-partner-heading { 
        font-size: 25px;
    }
    .heritage-bg-fac { 
        border-radius: 0 0 15px 15px;
        padding: 25px 15px 60px 15px; 
    }
    .heritage-bg-12 { 
        border-radius: 15px;
        padding: 20px 15px 0 15px;
        margin-bottom: 10px;
    }
    .partners-div .owl-carousel .owl-item img {
        width: 50% !important;
    }
    .media-bg { 
        padding: 25px 15px 25px 15px; 
    }

    .express-img {
        display: none;
    }
    .heritage-section1 {
        position: relative;
        margin-top: 0;
    }
    .heritage-section1 {
        padding-top: 0;
    }
    .ppt-section{
        padding-top: 10px !important;
    }
    .heritage-bg { 
        border-radius: 0 0 15px 15px;
        padding: 25px 15px 0 15px; 
    }
    .vigilance-contact-heading { 
        font-size: 19px !important;
        margin-bottom: 0;
    }
    .vigilance-contact-heading-1 { 
        font-size: 17px !important;
    }
    .product-div .hand-img-position {
        width: 100%;
        position: relative;
        left: -18px;
        top: 5px;
    }

    .caption-div {
        padding-top: 50px;
    }

    .caption-div img {
        width: 44px;
    }

    .value-div {
        padding: 30px 0;
    }

    .set-width {
        width: 70%;
    }

    .partners-div {
        padding: 0px 0 20px 0;
    }

    .set-width1 {
        width: 70%;
    }

    .set-width2 {
        width: 70%;
    }

    .set-width3 {
        width: 70%;
    }

    .set-width4 {
        width: 70%;
    }

    .set-width5 {
        width: 70%;
    }

    .product-div a {
        color: #2E680B;
        position: relative;
        bottom: 0;
    }

    .value-div p {
        padding-top: 10px;
        padding-bottom: 6px;
        font-size: 12px;
        font-weight: 600;
    }

    .help-div p {
        font-size: 12px;
    }

    .margin-div {
        margin-top: 10px;
    }

    .about-div {
        padding: 25px 0;
    }

    .navbar.transparent-navbar {
        padding: 20px;
    } 

    .footer_logo {
        width: 250px;
    }

    .footer_bg {
        padding: 15px 0;
    }

    .footer-menu {
        padding: 0px 0px 0px 0px;
    }

    .single-footer-widget .address .location { 
        position: relative; 
        padding-bottom: 27px;
    }
    .help-div {
        text-align: center;
        padding: 10px 0;
        background-color: #EFEFEF;
    }
    .product_PL p {
        margin-right: 0;
        margin-left: 0;
    }

    .fix-line {
        margin-left: 15px;
    }

    .megamenu {
        margin-left: 0;
        margin-right: 0;
    }

    .megamenu>li {
        margin-bottom: 30px;
    }

    .megamenu>li:last-child {
        margin-bottom: 0;
    }

    .megamenu.dropdown-header {
        padding: 3px 15px !important;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header {
        color: #fff;
    }

    .product-div h1 {
        padding-top: 10px;
        font-size: 23px;
    }
    .partners-div h1 { 
        padding-top: 50px;
    }
    .vlus{
        padding-top: 50px !important;
    }
    .market-bg {
        padding: 25px 15px 0 15px; 
        padding-bottom: 0;
    }
    .heritage-info1 { 
        font-size: 12px !important;  
    }
    .extra_footer .left {
        text-align: center;
    }
    .apdv{
        padding-top: 100px !important;
    }
    .extra_footer .right {
        text-align: center;
    }

    .about-div p {
        font-size: 12px;
    }

    .small-text {
        text-align: justify !important;
        padding-top: 0px;
    }

    .banner_mobile {
        display: block;
    }

    .banner_desktop {
        display: none;
    }

    .about-us_banner_mobile {
        display: block;
    }

    .about-us-banner {
        display: none;
    }

    .aboutus-section1-mobile {
        display: block;
    }

    .aboutus-section1 {
        display: block;
    }

    .about-image1 { 
        margin-left: 0px; 
    }

    .a-image4 {
        margin-top: 0px;
    }

    .about-us_banner_mobile {
        display: block;
    }

    .heritage-banner {
        display: none;
    }

    .heritage-banner_mobile {
        display: block;
    }

    .randd-image1 {
        padding: 0px 0 15px 0;
    }

    .randd-banner {
        display: none;
    } 

    .market-image {
        width: 280px;
        padding-top: 20px;
    }.contact-about-logo {
        width: 320px;
        padding-top: 30px;
        margin-left: 0;
    }
    .bottom-div {
        position: relative;
        bottom: 15px;
        left: 0px;
    }
    .contact-bg-1 {
        padding: 25px 15px 10px 15px;
        margin-bottom: 50px; 
    }
    .contact-info-bg-1 { 
        padding: 15px;
        position: relative;
        right: 0;
    }
    .send-button { 
        margin-top: 15px;
    }
    .career-about-logo {
        width: 335px;
        padding-top: 0px;
        padding-bottom: 30px;
    }
    .product-table h3 {
        text-align: center;
        padding-bottom: 20px; 
    }
    .product-table .left-text {
        text-align: center;
        padding-bottom: 20px;
    }
    .img-position{
        text-align: center;
    }
    .values-banner{
        display: none;
    }
    .values-banner_mobile{
        display: block;
    }
    .career-bg {  
        position: relative;
        left: 0;
        padding: 25px 15px 0 15px;
        border: 0;
    }
    .contact-info-bg {
        color: #000;
        padding: 30px 20px;
        margin-bottom: 0;
        font-weight: 600;
    }
    .career-section1 {
        position: relative;
        margin-top: 0;
    }


}

@media only screen and (max-width:1199px) {
    .top-header {
        font-size: 12px;
    }

    .top-header .top_header_email {
        text-align: center;
    }
}

@media only screen and (max-width:1199px) {
    .nav-search {
        width: 60%;
    }
}