/*
Theme Name: Betheme
Theme URI: http://themes.muffingroup.com/betheme/
Author: Muffin group
Author URI: http://muffingroup.com/
Description: The biggest WordPress Theme ever
License: Themeforest Split Licence
License URI: -
Version: 20.8.2

All css files are placed in /css/ folder
*/

.margin-top-custom-wrapper {
    padding-top: 30px !important;
}


#Top_bar .menu > li > a span:not(.description) {
    
    padding: 0px 9px !important;
    
}


a:hover {
    color: #007cc3;
    text-decoration: none;
}


#Top_bar .menu > li.current-menu-item > a, #Top_bar .menu > li.current_page_item > a, #Top_bar .menu > li.current-menu-parent > a, #Top_bar .menu > li.current-page-parent > a, #Top_bar .menu > li.current-menu-ancestor > a, #Top_bar .menu > li.current-page-ancestor > a, #Top_bar .menu > li.current_page_ancestor > a, #Top_bar .menu > li.hover > a {
    color: #19b1ce !important;
	font-weight:bold;
}

ul#menu-main-menu li img {
    height: 7px;
    margin-left: 4px;
}



#Top_bar .menu_wrapper {
    float: right !important;
    z-index: 201;
}


#Top_bar .menu.page-menu > li > a {
      font-weight: bold;
}

h1.to-wrapper.new-india-wrapper {
    font-size: 30px;
}


a#search_button {
    display: none!important;
}

body:not(.template-slider) #Header {
    min-height: 0px !important;
}

.looking-wrapper-psd-new {
    text-align: justify;
}



ul.contact_details {
    width: 65%;
}

li.slogan {
    width: 65%;
}
ul.social li i {
    color: #fff;
}

ul.contact_details li {
    padding: 12px 8px !important;
}

ul.social li {
    padding: 0px 7px;
}

marquee.welcome-wrapper {
    color: #fff;
}

ul.contact_details li {
    color: #fff;
}

ul.contact_details a {
    color: #fff !important;
}

div#Action_bar {
    background-color:#19b1ce !important;
}

h1.to-wrapper {
    color: #19b1ce;
	font-weight:500;
}

span.biotech-wrapper {
    color: #373435;
}
.new-heading-wrapper {
    text-align: center;
}
.looking-wrapper p a {
    color: #19b1ce;
    font-weight: 600;
}

.pulse{
	animation-name: pulse;
	-webkit-animation-name: pulse;	

	animation-duration: 5s;	
	-webkit-animation-duration: 5s;

	animation-timing-function: linear;	
	-webkit-animation-timing-function: linear;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;

	visibility: visible !important;	
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 0.9;		
	}
	50% {
		transform: scale(1);
		opacity: 1;	
	}	
	100% {
		transform: scale(0.9);
		opacity: 0.9;	
	}			
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 0.9;		
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(0.95);
		opacity: 0.9;	
	}			
}


.box-wrapper:hover {
    background-color: #fff !important;
    cursor: pointer;
}


.box-wrapper {
    box-shadow: inset 1px 1px 3px #1f4285;
    padding: 0px;
    padding: 45px 0px 30px 0px;
    border-radius: 5px;
    background-color: #fff !important;
	height:400px;
}

.icon_box .image_wrapper {
    text-align: center;
    margin-bottom: 15px;
}

.box-wrapper h4.title {
    color: #000000;
    font-size: 21px;
    font-weight: 500;
	text-align:center;
}
p.offer-wraper {
    padding: 0px 34px;
    text-align: justify;
}

.image_wrapper {
    text-align: center;
	margin-bottom:10px;
}

.bg-new-background-wrapper {
    background-color: #dfdfdf;
    padding: 84px 0px !important;
}


.cus-wrapper {
    background-color: #bbbbbb;
	padding:20px 17px;
 
}

.cus-wrapper h3 {
    color: #fff;
	text-align:center;
}
.s-two {
    margin-bottom: 12px;
}

.d-two textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    height: 100px;
}




.serviceBox{
    color: #fff;
    text-align: center;
    margin: 0 15px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.serviceBox:before{
    content: "";
    background: transparent;
    height: 150px;
    width: 2px;
    border: 2px solid #c5c5c5;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
}

.serviceBox .service-icon{
    color:#fff;
    background: linear-gradient(45deg, #19b1ce, #19b1ce, #373435);
    font-size: 40px;
    text-align: center;
    line-height: 80px;
    height: 80px;
    width: 80px;
    margin: 0 auto 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 7px #fff inset, 0 0 0 2px #19b1ce;
    transition: all 0.3s;
}

.serviceBox:hover .service-icon{ box-shadow: 0 0 0 7px #fff inset, 0 0 0 2px #FF7924,0 0 10px #555; }

.serviceBox .service-icon i{
    transform: rotateY(0deg);
    transition: all 0.3s ease 0s;
}

.serviceBox:hover .service-icon i{ transform: rotateY(360deg); }

.serviceBox .service-content{
    background-color:#19b1ce;
    padding: 20px 0 0 0;
}

.serviceBox .title{
    color: #fff;
    background: linear-gradient(45deg, #000000, #000000, #000000, #000000);
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0 0 3px #000;
    padding: 15px 10px;
    margin: 0 -15px 5px;
    position: relative;
}

.serviceBox .title:before,
.serviceBox .title:after{
    content: '';
    background: linear-gradient(45deg, transparent 49%, #19b1ce 50%);
    height: 15px;
    width: 16px;
    position: absolute;
    left: -1px;
    top: 100%;
}

.serviceBox .title:after{
    transform: rotateY(180deg);
    left: auto;
    right: -1px;
}

.serviceBox .description{
    font-size: 15px;
    line-height: 25px;
    padding: 15px;
    margin: 0;
}

.serviceBox.green .service-icon{
    background: linear-gradient(45deg, #00C0A7, #00C0A7, #00E97C);
    box-shadow: 0 0 0 7px #fff inset, 0 0 0 2px #00C0A7;
}
.serviceBox.green:hover .service-icon{ box-shadow: 0 0 0 7px #fff inset, 0 0 0 2px #00C0A7,0 0 10px #555; }
.serviceBox.green .title{ background: linear-gradient(45deg, #00C0A7, #00C0A7, #00E97C, #00E97C); }
.serviceBox.green .title:before,
.serviceBox.green .title:after{ background: linear-gradient(45deg, transparent 49%, #057264 50%); }

.serviceBox.pink .service-icon{
    background: linear-gradient(45deg, #FC4365, #FC4365, #FE6229);
    box-shadow: 0 0 0 7px #fff inset, 0 0 0 2px #FC4365;
}
.serviceBox.pink:hover .service-icon{ box-shadow: 0 0 0 7px #fff inset, 0 0 0 2px #FC4365,0 0 10px #555; }
.serviceBox.pink .title{ background: linear-gradient(45deg, #FC4365, #FC4365, #FE6229, #FE6229); }
.serviceBox.pink .title:before,
.serviceBox.pink .title:after{ background: linear-gradient(45deg, transparent 49%, #a80624 50%); }

.serviceBox.blue .service-icon{
    background: linear-gradient(45deg, #009AFC, #009AFC, #E75A7D);
    box-shadow: 0 0 0 7px #fff inset, 0 0 0 2px #009AFC;
}
.serviceBox.blue:hover .service-icon{ box-shadow: 0 0 0 7px #fff inset, 0 0 0 2px #009AFC,0 0 10px #555; }
.serviceBox.blue .title{ background: linear-gradient(45deg, #009AFC, #009AFC, #E75A7D, #E75A7D); }
.serviceBox.blue .title:before,
.serviceBox.blue .title:after{ background: linear-gradient(45deg, transparent 49%, #0d6ca8 50%); }

@media only screen and (max-width:990px){
    .serviceBox{ margin: 0 15px 30px; }
}


.service-icon span img {
    /* padding-top: 4px!important; */
    margin-top: 12px;
}

.syrup-wrapper {
    text-align: center;
}

.sysd h4 {
    color: #1b7c46;
}

.iso-wrapper.pulse img {
    height: 100px !important;
    margin-bottom: 10px;
}

.sysd p {
    color: #fafbfb;
    font-size: 18px;
    background-color: #19b1ce;
    padding: 7px 0px;
	margin:0px;
}

.profile-wrappers-new h2 {
    color: #19b1ce;
   font-weight:500;
}






.nsd-wrapper{
    /* border: 1px solid #313131; */
    text-align: center;
    padding: 15px 0px;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #444547;
}

.nsd-wrapper img {
    height: 80px !important;
}

.new-site-product-wrapper .owl-nav {
    position: absolute;
    top: 33%;
    left: 60%;
    transform: translate(-67% , -47%);
    width: 100%;
}

.new-site-product-wrapper .owl-prev {
    position: absolute;
    left: 0px;
    display: block;
    background-color: #959b9d !IMPORTANT;
    height: 36px;
    width: 20px;
}

.new-site-product-wrapper .owl-next {
    position: absolute;
    right: -147px !important;
    display: block;
    background-color: #959b9d !IMPORTANT;
    height: 36px;
    width: 20px;
}

.new-product-add-wrapper {
    border: 1px solid #959b9d;
    padding: 20px 0px;
    border-radius: 5px;
}


.asd {
    padding: 0px 15px 0px 15px;
}

.new-site-product-wrapper .owl-prev img {
    height: 35px !important;
}

.new-site-product-wrapper .t-name p {
    margin: 0px;
}


.new-site-product-wrapper .t-name {
    background-color: #19b1ce;
    color: #fff;
    padding: 9px -0px;
    margin: 0px 15px;
}


.new-site-product-wrapper .owl-theme .owl-dots .owl-dot span {
    width: 30px !important;
    height: 5px !important;
	
   
}


.new-site-product-wrapper .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #19b1ce !important;
}

.under-wrapper {
    text-align: center;
    width: 75%;
    margin: 0 auto;
}

.opportunities-wrapper {
    background-image: linear-gradient(230deg, #19b1ce, #373435);
}



.division-wrapper-newone img {
    background-color: #fff;
}

.division-wrapper-newone img {
    background-color: #fff;
    padding: 30px 52px;
    border-radius: 5px;
}


.division-wrapper-newone {
    text-align: right;
}

.division-wrapper img {
    background-color: #fff;
}
 
.division-wrapper img {
	 background-color: #fff;
    padding: 30px 30px;
    border-radius: 5px;
}

.opportunities-wrapper {
    background-image: linear-gradient(230deg, #19b1ce,#19b1ce);
}

.new-heading-wrapper.Pharma-Franchise-wrapper {
    text-align: start;
}

.more-wrapper-new-one a {
    color: #fff;
}


.third-wrapper-fsd {
    border: 1px solid #ebebeb;
    padding: 47px 38px;
    border-radius: 10px;
    background-color: #70afbb;
	margin-top:30px;
}


.third-one {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0px 23px;
    margin-bottom: 12px;
}



.third-wrapper {
    margin-bottom: 12px;
}


.text-wrapper textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    height: 130px;
}



.logo-footer img {
    background-color: #fff;
    padding: 14px 30px;
    border-radius: 5px;
}



.into ul li {
    background-color: #33464b;
    margin-bottom: 23px;
    padding: 3px 10px;
}

.into ul li a {
    color: #fff !important;
}


.textwidge-wrapper ul li {
    display: flex;
}

.textwidge-wrapper p {
    color: #fff;
}

.textwidge-wrapper a {
    color: #fff !important;
}


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

.footer-form .heading-look 
{
    font-size: 24px;
/*     background-image: linear-gradient(200deg, #19b1ce, #373435); */
    color: #fff;
    text-align: center;
    display: block;
    padding: 4px 0;
    cursor: pointer;
    background-color:#373435;
}

div#mini_contact_form {
    padding: 20px;
    background: #ffff;
}
#floatBtn-2 > a {
       background-color: #8aa228 !important;
}

div#mini_contact_form {
    padding: 20px;
    background: #ffff;
    display: none;
}


.s-one {
    margin-bottom: 12px;
}



.d-one textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    height: 100px;
}





.footer-col {
position: fixed;
bottom: 0;
width: 100% !important;
margin-bottom: 0;
z-index: 9999999999;
display: block;
text-align: center;
background: #19b1ce;
padding: 0;
margin: 0;
}
.footer-col .button {
padding: 8px 0;
margin-bottom: 0;
width: 47%;
background: #19b1ce;
color: #fff!important;
margin-top: 2px;
float: left;
}
.tel-foo {
border-right: 3px solid #fff !important;
border-radius: 0 !important;
}
@media only screen and (max-width:767px){
.float-menu-1 {display:none !important;}
}
@media only screen and (min-width:1240px){
aside#recent-posts-3 {
width: 22%;
float: right;
margin-right: 50px;
}
.single-post .sections_group {
width: 69%;
float: left;
padding: 0px 7px 0px 50px;
text-align: justify;
}
.single-post  aside#text-8
{
width: 22%;
float: right;
margin-right: 50px;
}
.categoriess-3
{
width: 25%; !important;
}
}
#text-11 , #text-12{padding: 25px 40px;float:left;}

div#footer-col {
    display: none;
}

.full-size-banner.bg-cover {
    height: 300px;
      margin-bottom: 45px !important;
}


.b-one {
    text-align: center;
	margin-top:50px;
}

.b-one img {
    border-radius: 15px;
}


.b-one img {
        border-radius: 15px;
        
    }



footer#Footer {
/* 	background-image: url(http://whdemos.in/acambis/wp-content/uploads/2022/04/29967c0267d58120fbcb043020b09858.jpg); */
	background-size: cover;
	width: 100%;
	height: auto;
	z-index: 1;
	background-position:fixed;
	background-color:#05a1b2;
}


.section.mcb-section.Acambis-new-wrapper {
    padding-top: 50px !important;
}


.under-wrapper-new {
    width: 50%;
    margin: 0 auto;
}

#Top_bar {
    position: absolute;
    left: 0;
    top: 61px;
    width: 100%;
    z-index: 30;
    margin-bottom: 30px !important;
}

#Top_bar #logo img 
{
    max-height: 80px !important;
}



#Top_bar.is-sticky {
      height: 84px !important;
  
}

#Top_bar .menu_wrapper {
   
    padding-top: 10px !important;
}



.section.mcb-section.choose-us-wrapper {
    background-color: #addaed;
    padding: 60px 0px !important;
}

.textwidge-wrapper ul li i {
    color: #fff;
    font-size: 18px;
    /* display: flex; */
    align-items: center;
    margin-right: 16px;
}
i.fa-solid.fa-phone {
    font-size: 18px;
    margin-right: 10px;
}

i.fa-brands.fa-whatsapp
{
	font-size: 18px;
    margin-right: 10px;
	
}


i.fa-solid.fa-envelope
{
font-size: 18px;
    margin-right: 10px;
		
	
}



@media (max-width:575px){
	
.third-one {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px 23px;
    margin-bottom: 12px;
	
}



div#footer-col {
    display: block;
}

	
	
}





.floor-a {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}


.floor-wrapper {
    text-align: center;
}

.phone-wrapper p {
    font-size: 23px;
 
}



h2.slideLeft {
    padding-top: 25px;
    color: #fff;
    font-weight: 500;
/*     padding-bottom: 20px; */
	font-size:45px;
}


.overview-wrapper {
    text-align: justify;
}

.feboset-wrapper {
    text-align: center;
}

.feboset-wrapper img {
    height: 500px !important;
}

.feboset-wrapper img {
    border-radius: 10px;
}

.feboset-wrapper.tps-wrapper {
    margin-top: 70px;
}

.textwidge-wrapper ul li i {
    color: #fff;
}

.Overview-wrapper {
    padding-top: 40px;
}

.Overview-wrapper img {
    border-radius: 10px;
}


.new-india-pharma img {
    border-radius: 5px;
}

.syrup-wrapper {
    text-align: center;
    border: 1px solid #959b9d;
    padding: 10px;
}

.section.mcb-section.new-franchise-wrapper {
    background-color: #9f9f9f;
}

.franchise-wrapper h2 {
    color: #fff;
    font-weight: 400;
	margin:0px;
	padding-top:40px;
}

.quality-wrapper p {
    color: #fff;
}


.contact-wrapper {
    padding-top: 50px;
}



.section.mcb-section.new-franchise-wrapper {
    background-image: linear-gradient(500deg, #19b1ce, #373435);
    margin-bottom: 50px;
    margin-top: 30px;
}





.section.mcb-section.Our-Divisions-wrapper.bg-cover {
    padding: 70px 0px !important;
}


h1.to-wrapper.bsd-wrapper-new {
    color: #fff;
}


span.biotech-wrapper.bsd-wrapper-new {
    color: #fff;
}
.under-wrapper-new p {
    color: #fff;
    text-align: center;
}


.section.mcb-section.new-site-product-wrapper {
    padding-top: 40px !important;
}

.new-franhise-wrapper-one {
    text-align: center;
}
.new-franhise-wrapper-one img {
    border-radius: 10px;
}

#Subheader {
    background-color: rgb(25 177 206) !important;
}


#Header_wrapper, #Intro {
    background-color: #ffffff !important;
}


.woocommerce ul.products li.product a {
    text-decoration: none;
    color: #fff;
}

.woocommerce ul.products li.product .desc {
    background: #18b1cf;
    padding: 15px 20px;
    text-align: center;
}



h1.title {
    color: #fff !important;
}

#Subheader ul.breadcrumbs li, #Subheader ul.breadcrumbs li a {
    color: rgb(255 255 255 / 100%) !important;
}

.side-wrapper-new-one {
    background-color: #19b1ce;
    padding: 35px 26px;
}

.side-wrapper-new-one h2 {
    color: #fff;
	text-align:center;
}


.tablet-wrapper ul li {
    background-color: #19b1ce;
    padding: 5px 14px;
}


.tablet-wrapper ul li a {
    color: #fff;
}

.our-location-wrapper {
    text-align: center;
    box-shadow: 1px 1px 5px #7c7c7c;
    padding: 40px 0px 20px 0px;
    height: 150px;
    border-radius: 5px;
}

.location-icon-wrapper i {
    color: #19b1ce;
    font-size: 30px;
    border: 1px solid #19b1ce;
    border-radius: 50%;
    padding: 5px;
}


.location-icon-wrapper {
    margin-bottom: 20px;
}

.location-text h4 {
    color: #000000;
}


.location-text-new p {
    color: #19b1ce;
}

.location-text-new a {
    color: #19b1ce;
    /* font-weight: 500; */
}


.third-wrapper-fsd-new {
    background-color: #4a7881;
    padding: 35px;
}

.third-wrapper-new {
    margin-bottom: 10px;
}

.text-wrapper-new textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    height: 100px;
}

.third-two-new {
    margin-bottom: 10px;
}

a#header_cart {
    display: none !important;
}
/* 
#Top_bar .menu li ul li a {
    padding: 10px 10px 10px 45px !important;

} */



#Top_bar .menu > li > ul.mfn-megamenu {
    width: 784px !important;
}



.image_links {
    display: none;
}


.table-top.top-wrapper tr:nth-child(odd) {
    background-color: #e4e6e7;
}

.table-top.top-wrapper table th {
    border: 1px solid #19b1ce;
    color: #19b1ce;
}

.table-top.top-wrapper table td {
    border: 1px solid #19b1ce;
}




.semantic_ui .ui.table thead th 
{
    cursor: auto;
    background: #ffffff;
    text-align: inherit;
    color: rgba(0,0,0,.87);
    padding: .92857143em .78571429em;
    vertical-align: inherit;
    font-style: none;
    font-weight: 700;
    text-transform: none;
    /* border-bottom: 1px solid rgba(34,36,38,.1); */
    border-left: 1px solid #19b1ce !important;
    border: 1px solid #19b1ce;
}

.semantic_ui .ui.table tr td 
{
    border-top: 1px solid #19b1ce;
    border: 1px solid #19b1ce;
}


.semantic_ui .ui.table thead tr:first-child>th:first-child 
{
    border-radius: .28571429rem 0 0 0;
    border: 1px solid #19b1ce;
}

h1.to-wrapper.bsd-wrapper-new.new-division-wrapper {
    color: #19b1ce;
}


span.biotech-wrapper.bsd-wrapper-new.new-our-division-wrapper-second {
    color: #19b1ce;
}

.under-wrapper-new p {
    color: #373435;
    font-weight: 600;
}



.abouts-wrapper {
    text-align: center;
}


.fm-icon {
    border-radius: 30px;
}

.fm-item-1-0 .fm-icon, .fm-item-1-0 a:hover .fm-icon, .fm-item-1-0 .fm-label {
  
    border-radius: 30px !important;
}

.fm-item-1-1 .fm-icon, .fm-item-1-1 a:hover .fm-icon, .fm-item-1-1 .fm-label {
    color: #ffffff;
    background-color: rgb(7,142,18);
    border-radius: 30px;
}

.fm-item-1-2 .fm-icon, .fm-item-1-2 a:hover .fm-icon, .fm-item-1-2 .fm-label {
    color: #ffffff;
    background-color: rgb(5,161,178);
    border-radius: 30px;
}

.fm-item-1-3 .fm-icon, .fm-item-1-3 a:hover .fm-icon, .fm-item-1-3 .fm-label {
    color: #ffffff;
    background-color: rgb(206,87,8);
    border-radius: 30px;
}


.product_meta {
    display: none;
}


h2.title {
    color: #fff !important;
}

.page-id-292 h1.title {
    text-transform: capitalize !important;
}

div#wpcs_tab_366 {
    display: none;
}



.section.mcb-section.new-hero-banner {
    height: 400px;
    margin-bottom: 50px;
}

.diakrin-wrapper-new {
    background-color: #19b1ce;

}

.diakrin-wrapper {
    text-align: center;
    margin-top: 38px;
}

.diakrin-wrapper img {
    background-color: #fff;
    padding: 12px 38px;
    border-radius: 5px;
   
}


h1.to-wrapper.right-new-wrapper {
    font-size: 30px;
}


h1.to-wrapper.right-new-wrapper.influence-wrapper {
    text-align: start;
}

.image_wrapper {
    border: 1px solid #19b1ce !important;
    border-radius: 5px;
}


@media (max-width: 575px) { 

	
.full-size-banner.bg-cover {
    height: 140px !important;
    margin-bottom: 0px !important;
}	
	
	
div#wpcs_tab_366 {
    display: block;
}	
	
	
	ul.contact_details {
    margin: 0 auto;
}
	

.contact-wrapper {
    padding-top: 0px;
}	
	
	.quality-wrapper p {
    margin: 0px;
}
	
	
	.quality-wrapper p {
    padding-top: 10px;
}

	
	.margin-top-custom-wrapper {
    padding-top: 0px !important;
}
	
	.under-wrapper {
    text-align: justify;
    width: 100%;
    margin: 0 auto;
}
.under-wrapper-new {
    width: 100%;
    margin: 0 auto;
}
	
	
.section.mcb-section.Our-Divisions-wrapper.bg-cover {
    padding: 25px 0px !important;
}	
	
	
	
	.division-wrapper {
    margin: 0 auto;
    text-align: center;
}
	
	.division-wrapper-newone {
    /* text-align: right; */
    margin: 0 auto;
    text-align: center;
    float: inherit;
}
	
	
.division-wrapper-newone img {
    padding: 0px 0px 0px 0px !important;
    
}
	
	
.division-wrapper img {

    padding: 3px 3px 3px 3px !important;
   
}	
	
	
.new-site-product-wrapper .owl-next {
    right: -32px !important;
}	
	
	.lgx-carousel-section .owl-theme .owl-controls .owl-prev {
    left: 0px !important;
}
	
.section.mcb-section.Ethical-Pharma-Franchise {
    padding-top: 15px !important;
}	
	
	
.widgets_wrapper {
    padding: 0px 0px !important;
}	
	
#Footer .footer_copy .one {
   
    padding-top: 0px !important;
   
}
	
	
 }


@media (min-width: 576px) and (max-width: 767px) { 


	ul.contact_details {
    margin: auto;
}
	
.box-wrapper {
  
    height: 338px !important;
}
	
.section.mcb-section.Acambis-new-wrapper {
    padding-top: 25px !important;
}	

.contact-wrapper {
    padding-top: 0px;
}
	
.quality-wrapper p {
    margin-top: 12px;
}	
	
.margin-top-custom-wrapper {
    padding-top: 0px !important;
}
	
.under-wrapper {
    text-align: justify;
    width: 100%;
    margin: 0 auto;
}	

.section.mcb-section.Our-Divisions-wrapper.bg-cover {
    padding: 30px 0px !important;
}	

	.under-wrapper-new {
    width: 100%;
    margin: 0 auto;
}

.division-wrapper {
    text-align: center;
}	

.division-wrapper-newone {
    /* text-align: right; */
    margin: 0 auto;
    text-align: center;
}	

	
.division-wrapper-newone img {
    background-color: #fff;
    padding: 30px 27px !important;
    border-radius: 5px;
}


.section.mcb-section.new-site-product-wrapper {
    padding-top: 0px !important;
}	

	.new-site-product-wrapper .owl-next {
  
    right: -69px !important;
   }

	.lgx-carousel-section .owl-theme .owl-controls .owl-prev {
    left: 0px !important;
}

.section.mcb-section.Ethical-Pharma-Franchise {
    padding-top: 10px !important;
}	
	
	
.widgets_wrapper {
    padding: 0px 0px !important;
}	

#Footer .footer_copy .one {
      padding-top: 0px !important;
    
}

.full-size-banner.bg-cover {
    height: 144px !important;
    margin-bottom: 20px !important;
    margin-top: 0px;
}	
	
	
.section.mcb-section.Recommended-wrapper-new {
    padding-top: 50px !important;
    padding-bottom: 0px !important;
}	

	h2.slideLeft {
    padding-top: 0px !important;
    
}
	
	
}

@media (min-width: 768px) and (max-width: 991px) { 


.logo-footer img {

    height: 74px !important;
}	
	
.logo-footer img {
   
    padding: 7px 0px !important;
    
}	
	
	
	.section.mcb-section.Recommended-wrapper-new{
		
		padding-top:0px !important;
		padding-bottom:0px !important;
	}
	


	
 }


@media (min-width: 992px) and (max-width: 1199px) { 

	.logo-footer img {
    padding: 14px 0px !important;
  
}
	


 }


@media (min-width: 1200px) { 





}