@font-face {
    font-family: 'Gisha';
    src: url('../../fonts/Gisha-Bold.eot');
    src: url('../../fonts/Gisha-Boldd41d.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/Gisha-Bold.woff') format('woff'),
        url('../../fonts/Gisha-Bold.ttf') format('truetype'),
        url('../../fonts/Gisha-Bold.svg#Gisha-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gisha';
    src: url('../../fonts/Gisha.eot');
    src: url('../../fonts/Gishad41d.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/Gisha.woff') format('woff'),
        url('../../fonts/Gisha.ttf') format('truetype'),
        url('../../fonts/Gisha.svg#Gisha') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DejaVu Sans Condensed';
    src: url('../../fonts/DejaVuSansCondensed.eot');
    src: url('../../fonts/DejaVuSansCondensedd41d.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/DejaVuSansCondensed.woff') format('woff'),
        url('../../fonts/DejaVuSansCondensed.ttf') format('truetype'),
        url('../../fonts/DejaVuSansCondensed.svg#DejaVuSansCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {margin: 0;padding: 0;}
html {
    scroll-behavior: smooth;
}
html, body {
	font-family: 'Open Sans', sans-serif; 
	overflow-x: hidden!important; 
	-webkit-font-smoothing: antialiased;
	scroll-behavior: smooth; 
	padding: 0 0px; 
	font-weight: 400; 
	color: #000;
	font-size: 16px;
}
p
{
	text-align:justify;
	word-spacing:-1px;
	font-family: 'Gisha';	 
}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Gisha';
}

/* Base Style Starts Here */
a:hover{ text-decoration: none;}
.relative {
	position: relative;
}
.font-mont-sb {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.head-big {
	font-family: 'Gisha';
	font-weight: 400;
	color: #333333;
	margin-bottom:0;

}
.blue-head {
	color: #4b9f2a;
	font-weight: 700 !important;
}
.blue {
	color: #0e8efd;
}
.white {
	color: #fff;
}
.grey-bg {
	background-color: #eee;
}
.blue-bg {
	background-color: #0e8efd;
}

.list-style {
	list-style: none;
	padding: 0px;
}

.bdr-btm-blue {
	border-bottom: 3px solid #0e8efd;
	width: 70px;
}

.m-auto {
	margin: 0 auto;
}

/* Ends */

/* Header Style Starts Here */

header {
	/*padding-top: 10px;
	padding-bottom: 10px;*/
	box-shadow: 0px 2px 5px rgba(0,0,0,0.05);
	position: fixed;
    z-index: 99;
    width: 100%;

    background: #fff;
}

.nav-header {
	width: 25%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.nav-header img {
	width: 130px;
}

.nav-menu-right {
	float: right;
}

.header-icons {
	/*width: 10%;
	height: 70px;
	line-height: 63px;*/
	text-align: right;
	cursor: pointer;
	background-color: transparent;
	float: right;
}

.header-icons-list {
	list-style: none;
}
.header-icons-list li {
	display: inline-block;
}
.header-icons i {
	margin-left: 10px;
}
.menu-image-shop {
	padding-left: 15px;
	text-align: center;
}
.menu-image-shop a {
	background-color: #116bc4;
	color: #fff !important;
	margin-top: 10px;
	text-align: center;
	width: 150px !important;
	text-transform: uppercase;
}

.megamenu-panel {
	top: 85px;
}

.header-icons-list {
	margin-bottom: 0px;
	padding:33px 15px;
}

header.sticky .main_header_area  {
	background-color: #fff;
	height: 60px;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}

header.sticky .container, header.sticky .navigation {
	background-color: transparent;	
}
header.sticky .nav-menu > li > a {
	padding: 21px 15px;

}
header.sticky .nav-header {
	padding-top: 20px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}
header.sticky .header-icons-list {
	padding: 20px 15px;
}
header.sticky .megamenu-panel {
	top: 60px;
}
header.sticky .expanding-search-form {
	top: 60px;
}


/* Search Style Starts Here */

.expanding-search-form {
  position: absolute;
  top: 87px;
  right: 0;
  display: inline-block;
  height: 43px;
  width: auto;
  display: none;
  background-color: #fff;
  padding: 5px 5px 10px;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}
.expanding-search-form .search-label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*border: 1px solid #999;*/
  z-index: 2;
  cursor: pointer;
  border-radius: 3px;
  transition: 250ms all ease-in-out;
  margin-bottom: 0px;
}
.expanding-search-form .search-input {
  position: relative;
  top: 0;
  display: inline-block;
  height: 34px;
  width: 150px;
  float: left;
  border: 0;
  font-size: 16px;
  z-index: 2;
  box-shadow: none;
  border-radius: 0;
  transition: 250ms all ease-in-out;
  padding: 5px;
}
.expanding-search-form .search-input:focus {
  width: 300px;
  outline: none;
}
.expanding-search-form .search-input:focus + .search-label {
  /*border-color: #eee;*/
  border: 0;
  outline: none;
}
.expanding-search-form .button {
  position: relative;
  top: 0;
  display: inline-block;
  float: left;
  padding: 0 10px;
  color: #000;
  border: 1px solid transparent;
  background-color: #eee;
  text-align: center;
  transition: 250ms all ease-in-out;
}
.expanding-search-form .button:hover {
  background-color: #eee;
}
.expanding-search-form .search-dropdown {
  position: relative;
  top: 0;
  display: inline-block;
  float: left;
  border: 1px solid #eee;
  /*padding: 3px;*/
}
.expanding-search-form .search-dropdown.open .dropdown-menu {
  display: block;
}
.expanding-search-form .dropdown-toggle {
  height: 33px;
  font-size: 13px;
  line-height: 33px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  z-index: 3;
  width: 120px;
}
.expanding-search-form .dropdown-menu {
  position: absolute;
  top: calc(100% - 1px);
  display: none;
  margin: 0;
  padding: 5px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #999;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  z-index: 3;
  transition: 250ms all ease-in-out;
}
.expanding-search-form .dropdown-menu > li > a {
  display: block;
  padding: 4px 12px;
  color: #2299ff;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  border-radius: 2px;
  transition: 250ms all ease-in-out;
}
.expanding-search-form .dropdown-menu > li > a:hover {
  color: #fff;
  background-color: #2299ff;
}
/*.expanding-search-form .dropdown-menu > .menu-active {
  display: none;
}*/
.expanding-search-form .search-button {
  height: 34px;
  z-index: 3;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.expanding-search-form .search-button .icon {
  font-size: 20px;
}

/* Search Style Ends Here */


/* Header Style Ends Here */

/* Homepage Style starts Here */
#demo.slide {
	margin-top: 60px;
}
.section-padding {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.section-csr {
	background-image: url("../../images/csr.jpg");
	background-attachment: fixed;
}

.corp-btn-style {
	background-color: #a6e22b;
}

.corp-btn-style.home-btn {
	width: 150px;
}

.csr-home-text {
	position: absolute;
	top: 25%;
	width: 30%;
	left: 10%;
}

.about-us-div {
	background-color: #fff;
	padding: 30px 20px 20px;
    padding-right: 20px;
    padding-left: 20px;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
}

.contact-form .form-control {
	margin-bottom: 10px;
	border: 0;
	border-bottom: 1px solid #eee;
	padding: 10px;
}

button.corp-btn-style {
	color: #fff;
	padding:15px 25px;
	border:0;
}

/* Homepage Style Ends Here */


/* Inner Pages Style Starts Here */

.join-us {
	box-shadow: 0px 2px 55px rgba(0,0,0,0.1);
	padding: 50px;
}

.contact-us-div {
	box-shadow: 0px 2px 55px rgba(0,0,0,0.1);
	padding: 50px;
}

/* Inner Pages Banners Starts */
.inner-banner {
	margin-top:55px;
}
.inner-banner-image {
	background-attachment: fixed;
	min-height: 640px;
	width: 100%;
	background-position: center center !important;
	height:100%;
}

.inner-journey-banner {
	background-image: url(../../images/our-journey.jpg);
	background-size:100%;
	background-repeat:no-repeat;
}
.reward-page-banner 
{
	background-image: url(../../images/rewards-banner.jpg);
	background-size:100%;
	background-repeat:no-repeat;
}
.leeford-life-banner
{
	background-image: url(../../images/life-leeford-banner.jpg);
	background-size:100%;
	background-repeat:no-repeat;
}
.inner-management-banner {
	background-image: url(../../images/banner-management.jpg);
	background-size:100%;
	background-repeat:no-repeat;
}
.inner-innovations-banner {
	background-image: url(../../images/innovations-banner.jpg);
	background-size:100%;
	background-repeat:no-repeat;
}
.inner-divisions-banner {
	background-image: url(../../images/banner-divisions.jpg);
	background-repeat:no-repeat;
	background-size:100%;	
}

.inner-research-banner {
	background-image: url(../../images/research-and-development.jpg);
	background-repeat:no-repeat;
	background-size:100%;
}
.inner-values-banner {
	background-image: url(../../images/values-banner.jpg);
	background-size:100%;
	background-repeat:no-repeat;
}
.inner-csr-banner {
	background-image: url(../../images/csr-banner.jpg);
	background-size:100%;
	background-repeat:no-repeat;
}
.inner-div-healthcare-banner {
	background-image: url(../../images/banner-division-healthcare.jpg);
}
.inner-sustainability-banner {
	background-image: url(../../images/sustainability-banner.jpg);
	background-size:100%;
	background-repeat:no-repeat;		

}
.inner-quality-banner
{
	background-image: url(../../images/quality-banner.jpg);
	background-size:100%;
	background-repeat:no-repeat;
}

.inner-div-wellness-banner {
	background-image: url(../../images/banner-division-wellness.jpg);
	background-repeat:no-repeat;
	background-size:100%;
}
.inner-covid-banner
{
	background-image: url(../../images/covid-b.jpg);
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center center;		
}
.life-at-banner
{
	background-image: url(../../images/life-at-leeford.jpg);
	background-size:100%;
	background-repeat:no-repeat;
}
.why-leeford-banner
{
	background-image: url(../../images/why-leeford.png);
	background-size:100%;
	background-repeat:no-repeat;
}
.inner-rewards-banner
{
	background-image: url(../../images/rewards-and-recognition.jpg);
	background-size:100%;
	background-repeat:no-repeat;
}
.inner-global-banner
{
	background-image: url(../../images/global-presence.jpg);
	background-size:100%;
	background-repeat:no-repeat;
}
.inner-vision-mission
{
	background-image: url(../../images/vission-mission.jpg);
	background-size:100%;
	background-repeat:no-repeat;
}
.inner-heading {
	position: absolute;
	top: 30%;
	left: 15%;
}

.vision-mission-head {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
}

.inner-content-style h4 {
	line-height: 23px;
	font-size: 16px;
}

.about-us-style {
	padding-top: 5rem;
}

/*.about-div {
	padding-left: 3rem;
	padding-right: 3rem;
}*/

.vision-mission-section {
	margin-top: -3%;
	margin-bottom: 5rem;
}

.vision-mission-section > div {
	padding-left: 3rem;
	padding-right: 3rem;
}

.vision-mission-section > div > img {
	background-color: #fff;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	padding: 20px;
	box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
	margin-bottom: 30px;
}
.values-list-style li {
	padding-left: 20px;
	position: relative;
	text-align:justify;
	word-spacing:-1px;
}
.values-list-style li:before {
	content: '\f00c';
	font-family: FontAwesome;
	display: inline-block;
	position: absolute;
	left: 0;
	color: #0e8efd;
}

.management-div {
	background-color: #eee;
	width: 350px;
	min-height: 550px;
	position: absolute;
	z-index: 0;
	right: -60px;
	top: 14%;
}

.management-img {
	z-index: 9;
	position: relative;
}

.bdr-blue-vert {
	width:2px;
	background-color:#0e8efd;
	animation:grow 3s forwards;
	position:relative;
}

@keyframes grow {
	0% {
	    height: 0px;
	    bottom:0;
	}
	100% {
	    height:90px;
	    top:0;
	}
}
.vert-about-btm {
	margin:0 auto;
}
/* Inner Pages Style Ends Here */

/* Products Page Style Starts Here */
#therapycategorydiv {
	display: none;
	height: 300px;
	overflow-y: scroll;
	margin-bottom: 30px;
}
#therapyareadiv {
	display: none;
	height: 300px;
	overflow-y: scroll;
	margin-bottom: 30px;
}
#productinfodiv {
	display: none;
	height: 300px;
	overflow-y: scroll;
	margin-bottom: 30px;
}
.prod-banner-logos {
	position: absolute;
	top: 30%;
	left: 13%;
	/*left: 0;
	right: 0;*/
}
.prod-banner-logos img {
	margin: 0 auto;
	text-align: center;
}

.prod-banner-logos img:last-child {
	margin-left: 20px;
}

.prod-therapy li {
	display: inline-block;
	font-size: 20px;
	border: 1px solid #eee;
	padding: 20px;
	width: 49%;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	background-color: #0872b8;
}

.prod-therapy li a {
	color: #fff;
}

.prod-therapy li:last-child {
	margin-left: -4px;
}

.prod-salts {
	margin-top: 20px;
	margin-bottom: 20px;
}

.prod-salts li {
	display: inline-block;
	font-size: 20px;
	width: 32%;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	border-right: 1px solid #eee;
}

.prod-salts li:last-child {
	border-right: 0px;
}

.prod-salts li a {
	color: #0e8efd;
}

.prod-alphabets li {
	display: inline-block;
	margin-right: 1.4rem;
}
.prod-alphabets li:last-child {
	margin-right: 0px;
}
.prod-alphabets li a {
	color: #666;
}
.prod-alphabets li a:hover {
	color: #3189C8;
}

.product-page-search {
	border: 1px solid #eee;
	height: 45px;
}
.search-page-btn-style {
	border: 0;
	background-color: #0872b8;
	position: absolute;
	right: 15px;
	top: 0;
	color: #fff;
	padding: 5px 20px;
	height: 45px;
}

.all-cats {
	margin-top: 20px;
}

.all-cats a {
	color: #000;
	line-height: 15px;
}

.all-cats a:hover {
	color: #0872b8;
}


.product-detail {
	border: 1px solid #eee;
	padding: 3rem;
}


/* Custom Checkbox Style Starts Here */

.product-form {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.product-form > img {
	width:40px;
	vertical-align:middle;
	display:inline-block;
	margin-right:5px;
	/*opacity: 0.4;*/
}

/* Hide the browser's default checkbox */
.product-form input {
  	position: absolute;
  	opacity: 0;
  	cursor: pointer;
  	height: 0;
  	width: 0;
}

/* Create a custom checkbox */
.checkmark {
  	position: absolute;
  	top: 8px;
  	left: 0;
  	height: 25px;
  	width: 25px;
  	background-color: #eee;
}

/* On mouse-over, add a grey background color */
.product-form:hover input ~ .checkmark {
  	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.product-form input:checked ~ .checkmark {
  	background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.product-form input:checked ~ .checkmark:after {
  	display: block;
}

/* Style the checkmark/indicator */
.product-form .checkmark:after {
  	left: 10px;
	top: 7px;
	width: 6px;
  	height: 10px;
  	border: solid #fff;
  	border-width: 0 3px 3px 0;
  	-webkit-transform: rotate(45deg);
  	-ms-transform: rotate(45deg);
  	transform: rotate(45deg);
}

/* Custom Checkbox Style Ends Here */


.product-form input:checked ~ .checkmark::after + .product-form > img {
	opacity: 1;
}

/* Products Page Style Ends Here */


/* Inner Pages Style Starts Here */

.breadcrumb {
	background-color: transparent;
}

/* Divisions Page style starts here */

.img-circle-left img {
	margin-left:5%;
	
}
.img-circle-right {
	text-align: right;
}
.img-circle-right img {
	margin-right:5%;
}

.division-icons li {
	display: inline-block;
	margin-right:22px;
}

/*section {
  height: 100vh;
}
*/


/* Owl Center active Carousel Style Starts Here */
.testimonials {
     position: relative;
}
.inner-testimonials .owl-dots {
     display: none;
}
.custome_slide.owl-carousel .owl-item.active.center .main-reviewimage {
     /*border: 2px solid #fff;*/
}
.main-reviewimage {
     /*border-radius: 50%;*/
     /*height: 310px;*/
     width: 100%;
    /* background: #000;*/
}


/*.main-reviewimage img {
     opacity: 0.3;
}*/


#slide-testimonal .active.center .main-reviewimage img {
     opacity: 1;
}


.test_img {
     position: relative;
     opacity: 1;
     -webkit-transition: .4s ease all;
     transition: .4s ease all;
     margin: 0 -10px;
     margin-top: 40px;
}
.inner-testimonials {
     width: 100%;
     /*max-width: 680px;*/
     margin: 0 auto;
}
#slide-testimonal .center .test_img:before {
     content: none;
     transition: 0.7s ease-in-out;
}
.test_img img {
     /*border-radius: 100%;*/
     overflow: hidden;
     margin: 0 auto;
     height: 100%;
     object-fit: cover;
}

.custome_slide.owl-carousel .owl-item.active.center {
     transform: scale(1.3);
     margin-top: 0 !important;
     position: relative;
     z-index: 999;
     -webkit-transform: scale(1);
     transform: scale(1);
}
.custome_slide.owl-carousel .owl-item {
     transform: scale(0.8);
     padding: 10px 0px;
     transition: all 0.5s;
}
 .testimonial_detail {
     text-align: center;
}
 .testimonial_detail {
     transform: scale(0.8) !important;
    /* width: 447px;*/
     position: relative;
     /*left: -71px;*/
}
.testimonial_detail img {
	width: 50% !important;
	margin-top: 5px;
}
.testimonial_detail h4 {
	text-transform: uppercase;
	color: #0e8efd;
	font-weight: 700;
	margin-top: 5px;
}
/*.custome_slide.owl-carousel .active .testimonial_detail {
     display: none;
}*/
.custome_slide.owl-carousel .active.center .testimonial_detail {
     display: block !important;
}


.main-reviewimage.divisions-img {
	border-radius: 50% !important;
	 background: #fff;
}
.main-reviewimage.divisions-img img {
	opacity: 0.3;
}

.test_img.divisions-circle-img img {
	border-radius: 100% !important;
}
#slide-divisions-page .active.center .main-reviewimage img {
     opacity: 1;
}
.glance-icons

{
	justify-content: center !important;
}
.list-items-text li
{
	margin-left:18px;
	font-family: 'Gisha';
}
.glance-text
{
	width:100%;
	max-width:800px;
	margin:0 auto;
	text-align:center;
	font-family: 'Gisha';

} #slide-testimonal-2 .test_img img,
.#slide-testimonal .test_img img {
    object-fit: contain;
}
#slide-testimonal-2 .main-reviewimage,
#slide-testimonal .main-reviewimage {
    width: 100%;
    height: auto;
}
.mega-tab {
    width: 20% !important;
}
.mega-tab .list-col-3 {
    width: 100% !important;
}
.divi-sec-img {
    width: 100%;
    max-width: 600px;
}
.all-product-banner {
    margin-top: 60px !important;
}
.p-text-hide {
    display: none;
}
.vision-mission-section p {
    text-align: center !important;
}
.values-sec h4 {
    text-align: justify;
    word-spacing: -1px;
}
.contact-us-style p {
    text-align: center;
}
.contact-text {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.division-icon-text img {
    float: left;
    width: 20%;
}
.division-icon-text .d-text {
    float: left;
    margin-left: 2%;
    margin-top: 10px;
    width: 60%;
}
.division-icon-text .d-text p {
    text-align: left;
    width: 100%;
    max-width: 260px;
}
.Product-Formulation
{
	display:none;
}
/*custom css start here*/
 .home-text
 {
 	text-align:justify;
 	margin-bottom:30px;
 }

 

@media only screen and (max-width:767px){
  .main-reviewimage {
    
    width: 300px !important;
    margin: 0 auto;
    display: block;
  }
  .testimonial_detail {
    left: inherit;
    width: 100%;
  }
  .slogan-text-area
  {
  	text-align:left !important;
  }
  .p-text-hide
  {
  	display:block !important;
  	margin-top:30px !important;
  	font-size:22px;
  	text-align:center;
  	display:block;
  	margin:0 auto;

  }


}

/* Owl Arrows */

.inner-testimonials .owl-nav {
	position: absolute;
	top: 40%;
	width: 100%;
}

.inner-testimonials .owl-prev {
	float: left;
}

.inner-testimonials .owl-next {
	float: right;
}

.inner-testimonials .owl-nav i {
	font-size: 40px;
	opacity: 0.5;
}

/* Owl Center active Carousel Style Ends Here */

/* Divisions Page Style Ends Here */

/* Inner Pages Style Ends Here */

.corp-btn-style {
	background-image: linear-gradient(to right, #0e90fd 0%, #00cdf2  51%, #0e90fd  100%);
}
.corp-btn-style {
	margin: 10px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	box-shadow: 0 0 20px #eee;
	border-radius: 40px;
	display: block;
}
.corp-btn-style a {
	color: #fff;
	padding: 15px 25px;
	display: block;
	font-weight: 500;
}
.corp-btn-style:hover {
	background-position: right center; /* change the direction of the change here */
	color: #fff;
	text-decoration: none;
}
.corp-btn-style img {
	width: 18px;
	margin-top: -3px;
	margin-left: 2px;
}
.division-btn-style .corp-btn-style {
	width: 37%;
}

.contact-div img {
	background-color: #fff;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	padding: 20px;
	box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
	margin-bottom: 30px;
}

.media-div img {
	border:1px solid #ddd;
}
.media-div h4 {
  /*background-color: #eee;*/
  /*color: #fff;*/
  padding: 10px;
  margin-top: -1px;
  font-size: 16px;
}
.media-modal img {
  width: 100%;
}
.galeria > div {
	margin-bottom: 10px;
}

/* Inner Pages Banners Ends */

/* Footer Style Starts Here */

.footer {
	background-color: #a6ce28;
	/*background-image: url(../../images/footer-bg.png);*/
	color: #fff;
	background-size: cover;
	padding-top: 6rem;
	padding-bottom: 1rem;
}

.footer a {
	color: #fff;
	font-family: 'Gisha';
}

.footer ul.list-style {
	display: inline-block;
	list-style: none;
	margin-right: 10rem;
}

.footer .footer-social-links li {
	display: inline-block;
}

.footer .footer-social-links li a .fa.fa-inverse {
	color: #0872b8;
}

.footer-head {
	
	font-weight: 500;
	font-size: 22px;
}

.bdr-btm {
	border-bottom: 2px solid #fff;
	width: 50px;
}

/* Footer Style Ends Here */




.logos-grid a
{
	margin-bottom: 25px;
    margin-right: 30px;
    display: inline-block;
}
.logos-grid a>img
{
	border:2px solid #000;
}

.logos-titles
{
	margin-bottom:20px;

}

.responsive-img
{
	margin-bottom:20px;
}

.all-product-logos a
{
   display: inline-block;
   margin-bottom: 25px;
   border: 1px solid #e5e5e5;
}
.point-list
{
	margin-left:18px;
}
.slogan-text
{
    text-align:center;
    font-size:16px;
    font-family: 'DejaVu Sans Condensed' !important;
}
.map-img
{
	width:100%;		
}
.glance-img
{
	width:100%;
	max-width:300px;
	margin-bottom:50px;
}
.divi-area .head-big		
{
	
	line-height:1.3;
	margin-bottom:20px;
	font-size:21px;
	font-weight:normal;
	text-align-last: left;
	width:100%;
	word-spacing:-1px;


}
.divi-area .head-big span
{
	font-weight:normal !important;

	
}

.list-icon-img
{
	width:100%;
	max-width:90px;
	margin-bottom:20px;
}
.footer span
{
	font-family: 'Gisha';
}
.contact-form .form-control
{
	height:auto !important;
}
.form-text
{
	text-align:left !important;
	padding-left:10px;
	padding-right:20px;
}
.products-logos
{
	width:100%;
	max-width:170px;
}
.p-large-logo
{
	width:100%;
	max-width:200px;
}
.brand-area .test_img
{
	margin:0;

}

/*csr page css start here*/
.csr-section h4
{
	text-decoration:underline;
}
.csr-section ul
{
	margin-left:20px;
}
.csr-section ul li span
{
	padding-right:10px;
}
.alpha-text
{
	
	list-style-type: lower-alpha;
	
}
.csr-section  li
{
	padding-left:5px;
	padding-right:10px;
	padding-bottom:5px;
}

.number-text
{
   list-style-type: upper-roman;
}




@media only screen and (max-width:600px) {
	.responsive-img
	{
		width:100%;
		max-width:315px;
		margin:0 auto;
	}
	#composition
	{
		margin-top:20px;
	}
	.all-product a
	{
	   margin-bottom:20px;
	}
	.division-icon-text
{
	margin-bottom:10px;
}
.division-icon-text .d-text
{
	margin-top:0;
}
.Product-Formulation
{
	display:block;
}
.Therapy-Area
{
	margin-top:0 !important;
}

}

/*media close here*/
.divisions-sec
{
	margin-top:7%;
}
.view-all-link
{
	font-size: 16px;
	text-decoration: underline;
	text-align: center;
	display: block;
	margin-top: 28px;
}
.home-btn.divisions-btn
{
	width:250px;	
}
.global-presence-icons
{
	list-style:none;
}
.global-presence-icons li
{
	
	align-items:center;
	margin-bottom:10px;
	display:inline-block;
	margin-right:15px;
}
.global-presence-icons li:last-of-type
{
	margin-right:0;
}

.clear:before,
.clear:after {
	content:"";
	display:table;
	clear:both;
}
.global-presence-icons h4
{
	margin-top:10px;
	font-size:14px;
	font-weight:bold;
}
.contact-us-style
{
	padding-top:10rem;
}

#logo {
  background: #ccc;
  width: 150px;
  height: 70px;
}

.navbar-toggler {
  margin-top: 15px;
}
.wellness-img
{
    order:1;
}



@media screen and (min-width: 992px) {
  .navbar {
      height: 130px;
   }
  #logo {
    position: relative;
   
  }
  .navbar-light .navbar-nav .nav-link {
    padding-right: 75px;
  }
  #nav-left {
    padding-left: 30px;
  }
}




.navigation {
  width: 100%;
  height: 60px;
  display: inline-block;
  position: relative;
  font-family: inherit;
  background-color: #fff;
}

.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
  height: 48px;
}

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19998;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.align-to-right {
  float: right;
}

.nav-header {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.navigation-hidden .nav-header {
  display: none;
}

.nav-brand {
  line-height:90px;
  padding: 0;
  color: #343a40;
  font-size: 24px;
  text-decoration: none !important;
}

.nav-brand:hover,
.nav-brand:focus {
  color: #343a40;
}

.navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}

.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}

.nav-logo:focus > img {
  outline: initial;
}

.navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right:0px;
  display: none;
  cursor: pointer;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #343a40;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #343a40, 0 1em 0 0 #343a40;
}

.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #fff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

.navigation-portrait
  .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #343a40;
  font-size: 26px;
  cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}

.navigation-portrait .nav-menu {
  width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}

.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.nav-menu > li > a {
  height:60px;
  padding: 21px 15px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #343a40;
  transition: color 0.3s, background 0.3s;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}



.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
}

.nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}

.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  transition: all 0.2s;
}

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70798b #70798b transparent;
  transform: rotate(45deg);
  transition: border 0.2s;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}

.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967adc #967adc transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}

.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}

.navigation-hidden .nav-search {
  display: none;
}

.nav-search-button {
  width: 70px;
  height: 50px;
  line-height:64px;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
}

.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #343a40;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
  content: "";
  pointer-events: none;
}

.nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
  color: #007bff;
}

.nav-search > form {
  width: 100%;
  height: 100%;
  min-height:60px;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 99;
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}

.navigation-portrait .nav-search-inner {
  height: 48px;
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #343a40;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #343a40;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}

.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
  color: #fff;
  text-decoration: none;
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #343a40;
  font-size: 14px;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}

.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}

.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
}

.nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}

.nav-dropdown > li > a {
  width: 100%;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #343a40;
  background-color: #fdfdfd;
}

.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
  color: #ff6b00;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}

.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}

.navigation-portrait
  .nav-dropdown
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > a {
  padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 10px;
  position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg);
}

.navigation-portrait
  .nav-dropdown
  .submenu-indicator
  .submenu-indicator-chevron {
  transform: rotate(45deg);
}

.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #ff6b00 #ff6b00 transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape
  .nav-dropdown.nav-dropdown-left
  .submenu-indicator
  .submenu-indicator-chevron {
  transform: rotate(135deg);
}
.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}

.nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}

.navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}

.nav-dropdown-horizontal > li > a {
  position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navigation-portrait
  .nav-dropdown-horizontal
  .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.megamenu-panel {
  width:20%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  top:auto;

  z-index:99999;
  text-align: left;
  color: inherit;
  border-top: solid 1px #f0f0f0;
  background-color: #fdfdfd;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
}

.navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}

.megamenu-panel [class*="container"] {
  width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}

.megamenu-panel-half {
  width: 50%;
}

.megamenu-panel-quarter {
  width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}

.megamenu-panel-row {
  width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
  content: "";
  display: table;
  line-height: 0;
}

.megamenu-panel-row:after {
  clear: both;
}

.megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}

.navigation-portrait
  .megamenu-panel-row:first-child
  [class*="col-"]:first-child {
  margin-top: 0;
}

.megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}

.megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}

.megamenu-panel-row .col-3 {
  width: 22.75%;
}

.megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}

.megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}

.megamenu-panel-row .col-6 {
  width: 48.5%;
}

.megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}

.megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}

.megamenu-panel-row .col-9 {
  width: 74.25%;
}

.megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}

.megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}

.megamenu-panel-row .col-12 {
  width: 100%;
}

.megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}

.megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}

.megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #343a40;
  border: solid 1px #eff0f2;
  outline: 0;
  background-color: #fff;
}

.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}

.megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  color: #343a40;
  border: solid 1px #eff0f2;
  background-color: #fff;
}

.megamenu-tabs-pane.active {
  display: block;
}

.navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}

.megamenu-lists {
  width: 100%;
  display: table;
}

.megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}

.megamenu-list:last-child {
  margin: 0;
  border: none;
}

.navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
  border: none;
}

.megamenu-list > li > a {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  color: #343a40;
  text-decoration: none;
  font-size: 14px;
   font-family: 'Gisha';

}


.megamenu-list > li.megamenu-list-title > a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #343a40;
  font-family: 'Gisha';
}

.megamenu-list > li.megamenu-list-title > a:hover {
  background-color:#116bc4;
  color:#fff;
}

.navigation-landscape .list-col-2 {
  width: 100%;
}

.navigation-landscape .list-col-3 {
  width:50%;
}

.navigation-landscape .list-col-4 {
  width: 25%;
}

.navigation-landscape .list-col-5 {
  width: 20%;
}
.mega-panel-right
{
	width:25%;
}
.megamenu-panel-two
{
	width:32%;
}

.nav-menu > li > a {
  color: #343a40;
  text-transform: uppercase;
  font-family: 'Gisha';
}

.nav-dropdown > li > a {
  color: #343a40;
  padding: 10px 20px;
  border-bottom: 1px solid #f6f6f6;
}

.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
  color: #ff6b00;
}

.main_header_area.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 30px;
}
.main_header_area
{
	height:60px;
	box-shadow: 0px 2px 5px rgb(0 0 0 / 20%);
}
.mobile-menu
{
	display:none !important;
}
@media only screen and (max-width:1199px) {
	.division-icons li
	{
		width:25%;
	}
	.mobile-menu
    {
    	display:block !important;
    }
     .megamenu-panel
    {
        width:100% !important;
    }
    .division-icons
    {
    	text-align:center;
    }

	}


@media only screen and (min-width: 320px) and (max-width: 1024px) {
	.inner-banner-image
	{
		background-position:top center !important;
	}
	.inner-banner-image
	{
		min-height:265px;
	}
}


@media only screen and (min-width: 320px) and (max-width: 767px) {
  .nav-dropdown > li > a,
  .megamenu-list > li > a {
    width:100%;
  }
   
    .m-d-n
    {
    	display:none;
    }
    .footer a
	{
	 font-size:14px;

	}
	.navigation-portrait .nav-search-button
	{
		font-size:16px;
	}
	.navigation-portrait .nav-search
	{
		margin-right:20px;
		margin-top:7px;
	}
	.inner-banner-image
	{
		background-position: top 14% center !important;
	}
	.section-padding
 {
 	padding-top:1rem;
 }
 .inner-banner-image
{
	min-height:480px;
}
.inner-banner
{
	margin-top:20px;
}
.wellness-pad
{
	margin-top:55px;
}
.inner-banner-image
{
	min-height: 300px;
}

}


@media only screen and (max-width:600px) {

   
    .nav-search > form
    {
    	min-height:60px;
    }
    .csr-home-text
    {
    	top:5%;
    	left:5%;
    }
    .csr-home-text br
    {
    	display:none;
    }
    .home-sec-btn
    {
    	margin-left:0;
    }
     .home-sec-btn a
    {
    	padding:15px 10px;
    	font-size:12px;
    }
    .home-sec-btn
    {
    	width:120px !important;
    }
    .csr-home-text p
{
	display:none;	
}
.csr-home-text .head-big
{
	font-size:18px;
}	
.section-padding
{
	padding-top:1rem;
}
.nav-header
{
	padding-top:3px;
}
.nav-toggle
{
	margin-top:-7px;
}
.about-us-style
{
	padding-top:2rem;
}
.divisions-sec
{
	margin-top:18%;
}
 .division-icons img
 {
 	width:100%;
 	max-width:100px;
 }
 .division-icons li:last-child
 {
 	margin-right:0;
 }
 .global-presence-icons li
 {
 	display:block;
 	margin-right:0;
 }
 .contact-us-style
 {
 	padding-top:8rem;
 }
 .main_header_area 
 {
 	height:60px;
 }
 .inner-banner-image
 {
 	min-height:270px;
 }
 .p-detail-sec
 {
 	margin-top:0 !important;
 }
.prod-therapy
{
	margin-bottom:0 !important;
}




}

@media only screen and (max-width:480px) {
	.inner-banner-image
	{
		    min-height:200px;
	}
	.about-us-style
	{
		padding-top:2rem;
	}
	.innovation
	{
		padding-top:0;
	}
	.glance-img
	{
		max-width: 220px;
        margin-bottom: 30px;
	}
	.prod-therapy li:last-child
	{
		margin-left:0;
	}
	.prod-therapy li
	{
		width:100%;
	}
	.pro-list-area
	{
	 margin-bottom:0;
	}
	.all-product-form
	{
		width:100%;
	}
	.prod-salts li
	{
		width:100%;
	}
	.prod-alphabets li
	{
		margin-right:10px;
	}
	.logos-titles h1
	{
		font-size:22px;
	}
	
}