@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);

html, body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

ul, li{
	padding: 0;
	margin: 0;
	list-style: none;
}

.margin-0{
	margin: 0;
}

a{
	color: inherit;
}

a:hover, a:focus, a:active , a:visited, a:link , btn:hover, btn:focus, btn:active, btn:visited, btn:link{
	outline: 0;
	color: red;
	text-decoration: none;
}


a:hover{
	text-decoration: none;
}

h1.mainTitle{
	color: #3853a2;
	text-transform: uppercase;
	font-size: 42px;
	font-weight: bold;
	margin: 0;
}

a.readMore{
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border: 0;
	color: #fff;
	padding: 8px 25px 8px;
	background: #3853a2;
	font-size: 18px;
	text-transform: uppercase;
}

a.readMore:hover{
	color: #fff;
	background: #55bf99;
}

.clearfix{
	clear: both;
}

.no-padding{
	padding: 0;
}


/* ============ Header Area ================ */

.navbar {
    min-height: auto;
    margin-bottom: 0px;
    border: 0;
	margin: 10px 0;
}

.navbar-inverse {
    background-color: transparent;
}

.navbar-brand {
    height: auto;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
}

.nav>li {
	text-transform: uppercase;
	font-size: 14px;
	margin: 0 4px;
	color: #595959;
}

.nav>li:last-child {
	margin: 0 0px 0 4px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 8px 20px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	line-height: normal;
	font-weight: bold;
}

.navbar-inverse .navbar-nav>li>a {
    color: #595959;
}

.navbar-inverse .nav.navbar-nav >li>a:hover, .navbar-inverse .nav.navbar-nav >li>a.active{
    background: #3853a2;
	color: #fff;
}

.navbar-nav {
  float: right;
	margin: 25px 0 0;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    padding: 0;
}


.container>.navbar-header {
    padding-left: 15px;
}

.navbar-nav>li>.dropdown-menu {
  border: 0;
  background: #3853a2;
	margin: 0;
	padding:0;
	width: 100%;
	display: block !important;
}

.dropdown-menu>li>a {
    padding: 5px 20px;
    color: #fff;
	text-transform: capitalize;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #3853a2;
}

li.dropdown:hover>a {
   background: #3853a2;
   color: #fff;
   /*border-radius: 0;*/
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    background-color: #3853a2;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: rgb(89, 89, 89);
    background-color: transparent;
}

#headerShadow{
	background: url(../images/header-shadow.png) repeat-x;
	height: 17px;
  z-index: 2;
  position: relative;
}

.nav>li.dropdown {
	position: static;
}

#fixDropDownMenu{
	background: #ffffff url(../images/header-shadow.png) repeat-x;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  position: absolute;
  top: 94px;
  display: none;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.30);
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.30);
	width: 100%;
	left: 0;
	right: 0;
	z-index: 2;
}

.nav>li.dropdown.open #fixDropDownMenu{
	display: block;
}

#fixDropDownMenu ul.dropDownMenu{
	overflow: hidden;
	width: 100%;
}

#fixDropDownMenu ul > li.dropDownMenuSet{
	position: relative;
  min-height: 1px;
 	width: 25%;
  float: left;
  border-right: 1px solid #dedede;
  padding: 22px 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  min-height: 394px;
  text-transform: capitalize;
}

#fixDropDownMenu ul > li.dropDownMenuSet:nth-child(odd){
	background: rgba(85, 191, 153, 0.10);
}

#fixDropDownMenu ul > li.dropDownMenuSet ul > li{
	padding: 7px 30px;
	font-size: 15px;
	color: #221f20;
	display: table;
	width: 100%;
}

#fixDropDownMenu .dropDownMenuSet ul > li > a{
	color: #221f20;
	display: table-cell;
  vertical-align: middle;
}

#fixDropDownMenu .dropDownMenuSet ul > li > a:hover{
	color: #3853a2;
}

#fixDropDownMenu .dropDownMenuSet ul > li > span{
  display: table-cell;
  vertical-align: middle;
  width: 25px;
}

#fixDropDownMenu .dropDownMenuSet ul > li > span > img{
  display: block;
}

#fixDropDownMenu .dropDownMenuSet.menuWithImg{
	margin: 0 auto 0;
}

#fixDropDownMenu .menuWithImg .menuImg{
	padding: 0;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

#fixDropDownMenu .menuImg > img{
	margin: 0 auto;
  max-width: 80%;
  display: block;
}

/* ============ Slider Area ================ */


#myCarousel.carousel {
	height: 428px;
}

.item, .active, .carousel-inner {
    height: 100%;
}


/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#myCarousel .carousel-control .icon-prev, #myCarousel .carousel-control .icon-next {
    font-size: 75px;
    color: #8e8e8e;
}


.carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 0 2px;
    border: 2px solid #fff;
    border-radius: 15px;
}

.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: -2px 0 0;
    background-color: #fff;
}

#slider{
	position: relative;
	margin: -17px 0 0;
	padding: 0;
}

.aboutSlider #slider{
	margin: 8px 0 0;
}

#slider .owl-pagination, .aboutSlider .owl-buttons{
	display: none;
}

.aboutSlider #slider .owl-pagination{
	display: none;
	text-align: center;
}

#slider .owl-controls{
	position: absolute;
  bottom: 25px;
  margin: 0;
  padding: 0;
  width: 100%;
}

#slider .owl-controls .owl-buttons > div{
	position: absolute;
	width: 28px;
	height: 68px;
	text-indent: -99999px;
}

#slider .owl-controls .owl-buttons > div:hover{
	opacity: 0.8;
}

#slider .owl-controls .owl-prev{
	left: 5%;
	background: url(../images/icons/slider-prev.png) no-repeat;
}

#slider .owl-controls .owl-next{
	right: 5%;
	background: url(../images/icons/slider-next.png) no-repeat;
}

#slider .item img{
  display: block;
  width: 100%;
  height: auto;
}

.owl-controls .owl-page {
  display: inline;
}

.owl-controls .owl-page span {
  background: #ffffff;
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
}

.owl-controls .owl-page.active span{
	background: #55bf99;
}

.aboutSlider #slider .item img{
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

#progressBarSet b{
	color: #393939;
}

#progressBarSet .progress{
	height: 20px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	box-shadow: none;
	border: 0;
	background: none;
	font-family: 'Lato', sans-serif;
}

#progressBarSet .progress span{
	margin-left: 12px;
	font-size: 16px;
	font-weight: bold;
	color: #148aca;
}

#progressBarSet .progress .progress-bar{
	height: 10px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	box-shadow: none;
	border: 0;
	margin-top: 5px;
}

#progress-bar1, #progress-bar2, #progress-bar3{
	width: 0;
}

#progressBarSet #progress-bar1{
	background: #148aca;
}

#progressBarSet #progress-bar2{
	background: #55bf99;
}

#progressBarSet #progress-bar3{
	background: #3853a2;
}

/*.progress .progress-bar {
  animation-name: animateBar;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: .4s;
}*/

/*@keyframes animateBar {
  0% {transform: translateX(-100%);}
  100% {transform: translateX(0);}
}*/

/* ================ Home Product tab Content Area ================ */

#tabSet{
	background: #ededed;
	padding: 45px 0;
}

#productTabs .panel-primary {
  border-color: #088d52;
  background: transparent;
  border: 0;
  margin: 0;
}

#productTabs .panel-primary>.panel-heading {
  color: #fff;
  padding: 0;
  background: url(../images/tab-head-bg.png) repeat-x;
	background: transparent;
  border-color: #088d52;
	border-bottom: 0;
	height: 50px;
}

#productTabs .panel-body {
  border: 0;
	padding: 30px 30px;
	background: #ffffff;
}

.tab-pane.fade{
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

#productTabs .panel-body  ul{
	padding: 0px 0 0px;
}

#productTabs .panel-body p{
	font-size: 16px;
	line-height: 25px;
	margin-top: 15px;
}

#productTabs .panel-body h3{
	font-size: 20px;
    color: #088d52;
}

#productTabs .panel-body  li{
	padding: 8px 0;
  font-size: 16px;
  color: #2b2b2b;
}

#productTabs .panel-body  li .fa{
	color: #088d52;
	padding-right: 10px;
}

#productTabs .nav-tabs {
  border-bottom: 0;
}

#productTabs  ul.nav-tabs {
  width: auto;
  display: inline-block;
}

#productTabs ul.nav>li {
    margin: 0;
	border: 0;
	width: auto;
	font-size: 15px;
	text-align: center;
/*	-webkit-border-top-right-radius: 25px;
	-moz-border-top-right-radius: 25px;
	-moz-border-top-left-radius: 25px;
	border-top-left-radius: 25px;*/
	border-right: 0;
}

#productTabs ul.nav>li:nth-child(odd) {
	background: #3853a2 url(../images/icons/menu-navy.png) no-repeat right top;
}

#productTabs ul.nav>li:nth-child(even) {
	background: #55bf99 url(../images/icons/menu-green.png) no-repeat right top;
}

#productTabs ul.nav>li:last-child {
 -webkit-border-top-right-radius: 25px;
 -moz-border-top-right-radius: 25px;
	border-top-right-radius: 25px;
}

#productTabs .nav>li>a {
    position: relative;
    display: block;
    padding: 15px 45px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    line-height: normal;
    font-weight: bold;
	-webkit-border-top-right-radius: 25px;
	-moz-border-top-right-radius: 25px;
	border-top-right-radius: 25px;
	-webkit-border-top-left-radius: 25px;
	-moz-border-top-left-radius: 25px;
	border-top-left-radius: 25px;
	border: 0;
	margin: 0;
	color: #fff;
}

#productTabs .nav-tabs>li >a:focus, #productTabs .nav-tabs>li >a:hover{
	 background: transparent;
	 color: #fff;
}

#productTabs .nav-tabs>li.active>a, #productTabs .nav-tabs>li.active>a:focus, #productTabs .nav-tabs>li.active>a:hover{
	background: transparent;
	color: #fff;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  border: 0;
}

#tabSet .tab-content h1{
	color: #3853a2;
	text-transform: uppercase;
	font-size: 35px;
	font-weight: bold;
	margin: 0px 0 25px;
}

#tabSet .tab-content p{
	text-align: justify;
	line-height: 30px;
	margin: 0 0 12px;
}

#tabSet .tab-content p strong{
	color: #3853a2;
}

#tabSet .tab-content p img{
	float: left;
  margin: 0 15px 4px 0;
}

#tabSet .tab-content p a {
  color: #3853a2;
}

#productTabs .nav-tabs>li:last-child > a{
	border-right: 0;
}

/* ================ Main Content Area ================ */

#mailContent{
	background-image: url(../images/welcome-bg.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
	padding: 30px 0 0;
}



#mailContent h1{
	margin-bottom: 30px;
	margin-top: 50px
}

#mailContent p{
	color: #000;
  line-height: 32px;
  margin-bottom: 20px;
  font-size: 17px;
  text-align: justify;
}

/* =========== Carousel Multible Slider Area =========== */

#productSlider {
    margin: 35px 0;
}

#productSlider h1 {
    margin: 0 0 32px;
}

#productSlide .item {
	text-align: center;
}

#productSlide .multiCarouselText{
	position: relative;
	margin: 20px auto 0;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: -o-max-content;
	width: max-content;
	padding: 0 0 25px;
	min-width: 180px;
}

#productSlide .multiCarouselText h2 {
  -webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
  background: #3853a2;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 8px 24px;
	width: auto;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	line-height: normal;
}

#productSlide .multiCarouselText h4{
  color: #fff;
  display: inline-block;
  font-size: 14px;
	width: auto;
	position: absolute;
	top: 32px;
	right: 0;
	margin: 0;
	z-index: 1;
	font-weight: bold;
	text-transform: uppercase;
}

#productSlide .multiCarouselText h4 a{
	color: #fff;
	display: block;
	padding: 7px 16px;
	background: #55bf99;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

#productSlide .multiCarouselText h4 a:hover{
	background: #34a273;
}

#productSlide .item img{
	margin: 0 auto;
	display: block;
	text-align: center;
}

#productSlide .carousel-control {
    text-shadow: none;
	color: #088d52;
    font-size: 20px;
    opacity: 0.7;
    position: absolute;
    text-align: center;
    width: 5%;
}

#productSlide .left.carousel-control {
	text-align: left;
}

#productSlide .right.carousel-control {
	text-align: right;
}

#productSliderInner{
	position: relative
}

.customNavigation{
	position:  absolute;
	top: 50%;
	z-index: 1;
	width: 100%;
	margin-top: -23px;
}

.customNavigation a{
	position:  absolute;
	top: 0;
	padding: 0;
    margin: 0;
	font-size: 24px;
}

.customNavigation a.prev{
	left: 0;
}

.customNavigation a.next{
	right: 0;
}

.customNavigation a:hover, .customNavigation a:focus{
	opacity: 0.8;
	box-shadow: none;
	outline: 0;
}


/* ============ Header Panel Area ================ */

#headerPanel{
	background: url(../images/bredcrumb.jpg) no-repeat center;
  position: relative;
  top: -17px;
  padding: 25px 0;
  height: 86px;
}

#headerPanel::before{
	position: absolute;
  width: 50%;
  left: 0;
  content: "";
  background: #445791;
  height: 86px;
  top: 0px;
  z-index: -1;
}

#headerPanel::after{
	position: absolute;
  width: 50%;
  right: 0;
  content: "";
  background: #77ccad;
  height: 86px;
  top: 0px;
  z-index: -1;
}

#headerPanel h1{
	margin: 0;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 32px;
}

.myBreadcrumb ul{
	margin: 0;
	padding: 0;
	text-align: right;
  display: block;
  float: right;
  line-height: 35px;
  font-size: 15px;
}

.myBreadcrumb ul > li{
	margin: 0;
	padding: 0;
	float: left;
	color: #ffffff;
}

.myBreadcrumb ul > li > span{
	margin: 0 10px;
}

.myBreadcrumb ul > li > a{
	color: #ffffff;
}

.myBreadcrumb ul > li > a:hover{
	color: #000000;
}

/* ============ Contact Page Area ================ */

#content{
	margin: 15px auto 20px;
}

#content h1.mainTitle {
  margin: 0 0 30px;
  text-align: center;
  background: #3853a2;
  color: #fff;
  padding: 14px 0;
  font-size: 22px;
  border-radius: 25px;
}

#content h2 {
  margin: 0 0 0px;
  padding: 0px 0;
  display: block;
  color: #393939;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.4px;
}

#content p{
	margin: 0 0 10px;
	font-size: 13px;
  line-height: 27px;
  color: #898989;
  text-align: justify;
}

#content .addressDetails p{
	font-size: 16px;
  line-height: 34px;
}

/* ============ Product Page Area ================ */

.categoryLists{
	margin: 0;
}

.categoryLists > ul{
	margin: 0;
	padding: 0;
}

.categoryLists > ul > li{
	margin: 0 0 1px;
	padding: 0;
}

.categoryLists > ul > li > a{
	margin: 0;
  padding: 10px 0 10px 20px;
  background: #3853a2;
  display: block;
  color: #fff;
  font-size: 16px;
}

.categoryLists > ul > li > a.active,
.categoryLists > ul > li > a:hover{
  background: #55bf99;
  color: #fff;
}

.productList{
	margin: 0;
}

.productListDetails{
	margin: 0;
	padding: 0;
}


.productList .productListTitle {
  overflow: hidden;
  margin-bottom: 15px;
}

.productList .productListTitle h1{
	margin: 0 0 0px;
  padding: 0px 0;
  display: block;
  color: #3853a2;
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  float: left;
  line-height: 32px;
}

.productList .productListTitle .whatsappEnquiry{
	width: auto;
  float: left;
  text-align: center;
  display: block
}

.productList .productListTitle .whatsappEnquiry span{
  text-align: center;
	background: #55bf99;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	padding: 0 15px;
}

.productList .productListTitle .whatsappEnquiry img{
	margin-top: -3px;
  margin-left: 10px;
}

.productList .productListTitle .productListButton{
	margin: 0;
	padding: 0;
	float: right;
	width: 167px;
}

.productList .productListTitle .productListButton > a{
	display: inline-block;
  background: #3853a2;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  padding: 0px 20px;
  margin: 0 5px;
  line-height: normal;
  height: 32px;
  line-height: 32px;
}

.productList .productListTitle .productListButton > a.leftLst{
	float: left;
}

.productList .productListTitle .productListButton > a.rightLst{
	float: right;
}

.productList .productListTitle .productListButton > a.outt {
  cursor: not-allowed;
}

.productList .productListTitle .productListButton > a:hover{
	background: #55bf99;
}

.productList .productListTitle .productListButton > a:first-child{
	margin-left: 0;
}

.productList .productListTitle .productListButton > a:last-child{
	margin-right: 0;
}

.productset{
	margin: 15px 0;
	padding: 30px;
	border: 1px solid #d8d8d8;
}

.productset .productImage{
	min-height: 200px;
  max-height: 200px;
}

.productset .productImage img{
	max-width: 100%;
	height: auto;
}

.productset .productDetails{
	position: relative;
	margin: 20px auto 0;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: -o-max-content;
	width: max-content;
	padding: 0 0 25px;
	min-width: 180px;
	width: 100%;
}

#content .productset .productDetails h2 {
  -webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
  background: #3853a2;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 8px 15px;
	width: 100%;
	margin: 0;
	min-height: 35px;
	text-transform: capitalize;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}

#content .productset .productDetails h2 span.fsize11{
	font-size: 11px;
}

#content .productset .productDetails h2 span.fsize12{
	font-size: 12px;
}

#content .productset .productDetails h2 span.fsize13{
	font-size: 13px;
}

.productset .productDetails h4{
  color: #fff;
  font-size: 14px;
	width: auto;
	position: absolute;
	top: 30px;
	right: 0;
	margin: 0;
	z-index: 1;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding: 7px 16px;
	background: #55bf99;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.productset .productDetails h4:hover{
	background: #34a273;
}

/* ============ Product Slider Area ================ */

.resCarousel {
    float: left;
    overflow: hidden;
    padding: 0px;
    width: 100%;
}
.resCarousel-inner {
    transition: 1s ease all;
    float: left;
}
.resCarousel-inner .item {
    float: left;
  /*  width: 845px !important;*/
}

/* ============ Product View Page ================ */

.productViewImage{
	margin: 0;
	padding: 20px;
	border: 1px solid #d8d8d8;
}

.productViewImage img{
	margin: 0 auto;
	display: block;
	max-width: 100%;
}

.productViewDetails{
	margin: 0;
	padding: 0;
}

.productViewDetails .backButton{
	float: right;
}

.productViewDetails .backButton > a{
	background: #55bf99;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px 25px;
  display: block;
}

.productViewDetails .productViewTitle {
  overflow: hidden;
  background: url(../images/icons/tablet.png) no-repeat top right;
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 2px solid #55bf99;
}

.productViewDetails .productViewTitle h1{
	margin: 0 0 0px;
  padding: 0px 0;
  display: block;
  color: #3853a2;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  float: left;
  line-height: 32px;
}

.productDetailsList > li{
	font-size: 18px;
	padding: 20px 0;
}

.productDetailsList > li span{
	color: #3853a2;
	font-style: italic;
}

.productcontactDetails{
	margin: 30px 0 0;
}

.productcontactDetails h1{
	margin: 0 0 25px;
  padding: 0px 0;
  display: block;
  color: #3853a2;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.productcontactDetails .productContact, .productcontactDetails .productConnect{
	width: 50%;
	float: left;
	position: relative;
  min-height: 1px;
}

.productcontactDetails .productContactForm{
	padding: 25px;
  border-top: 2px solid #55bf99;
  border-left: 2px solid #3853a2;
  border-bottom: 2px solid #3853a2;
  max-height: 412px;
  min-height: 412px;
}

.productContactForm .form-group{
  margin-bottom: 15px;
  position: relative;
}

#productMail{
	text-align: center;
  font-size: 18px;
  color: #55bf99;
}

.productContactForm .form-group label.error {
  position: absolute;
  color: #55bf99;
  font-weight: 700;
  right: 15px;
  top: 10px;
}

.productContactForm .form-control{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 8px 12px;
	height: 38px;
	margin: 0;
}

.productContactForm textarea.form-control{
	min-height: 90px;
}

.productContactForm .form-control:hover, .productContactForm .form-control:focus{
	border: 1px solid #ccc;
}

.productContactForm .btn{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #3853a2;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
  font-size: 16px;
  padding: 10px 50px;
  border: 0;
}

.productContactForm .btn:hover, .productContactForm .btn:focus, .productContactForm .btn:active{
	box-shadow: none;
	background: #55bf99;
	border: 0;
	outline: 0;
}

.productcontactDetails .productConnectSet{
	background: #3853a2;
	margin: 0;
	padding: 0;
}

#content .productcontactDetails .productConnectSet p{
	display: block;
	margin: 0;
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	line-height: 36px;
}

.productcontactDetails .productConnectSet img{
	display: block;
	margin: 0 auto 15px;
}

.productcontactDetails .productConnectSet p span{
	display: block;
}

.productcontactDetails .productConnectSet a{
	color: #ffffff;
}

.productConnectSet .productWhatsappDetail{
	margin: 0;
	padding: 26px 0 20px;
	background: #55bf99;
	max-height: 206px;
  min-height: 206px;
}

.productConnectSet .productMailDetail{
	margin: 0;
	padding: 25px 0 20px;
	background: #3853a2;
	max-height: 206px;
  min-height: 206px;
}

/* ============ Contact Page Area ================ */

.addressArea p{
	line-height: 30px;
	font-size: 16px;
}

.addressDetails .locationIcon{
	float: left;
	display: block;
	margin-right: 20px;
  margin-top: 4px;
}

#content .addressArea h2{
	margin-bottom: 25px;
}

#content .formArea h2{
	margin-bottom: 0px;
}

.addressDetails .locationIcon img{
	margin: 5px 0 0;
}

.addressDetails{
	margin-bottom: 20px;
	overflow: hidden;
}

.addressDetails p{
	float: left;
}

.addressDetails .singleLine{
	line-height: 60px;
  font-size: 16px;
}

.addressDetails a{
	color: #3853a2;
}

.addressDetails a:hover{
	opacity: 0.85;
}

.formArea{
	font-size: 20px;
}

#contactForms input[type="submit"]{
  background: #3853a2;
  border: 0;
  line-height: normal;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 35px 10px;
	color: #fff;
	margin-top: 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#contactForms p{
	margin: 0;
}

.messageForm input.form-control {
    height: 40px;
    padding: 8px 12px;
}

.messageForm  label.error {
  color: red;
  font-style: italic;
	font-size: 95%;
	font-weight: normal;
	margin: 0;
}

#googleMap{
	margin: 40px 0 0;
}

/* ============ About Page Area ================ */

.aboutContent{
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 27px;
}

#content .aboutContent h2{
	margin-bottom: 15px;
}

.aboutContent p a:hover{
	opacity: 0.8;
}

.aboutContent p a{
	color: #3853a2;
}

ul#aboutCircle{
	margin: 12px 0 0;
	padding: 0;
}

ul#aboutCircle > li{
	margin: 0;
	padding: 0;
	width: 20%;
	float: left;
	text-align: center;
	font-family: 'Lato', sans-serif;
  letter-spacing: 0.4px;
}

ul#aboutCircle > li > span.circle{
	margin: 0 auto;
	padding: 0;
	width: 80px;
	height: 80px;
	text-align: center;
	display: block;
	background: #80dcdf;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

ul#aboutCircle > li > span.circle:before{
	color: #ffffff;
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 0;
  line-height: 80px;
  font-size: 2em;
}

ul#aboutCircle > li > span.circle.cmsms-icon-newspaper{
	background: #80dcdf;
}

ul#aboutCircle > li > span.circle.cmsms-icon-ambulance{
	background: #70dbbb;
}

ul#aboutCircle > li > span.circle.cmsms-icon-beaker{
	background: #ec7da2;
}

ul#aboutCircle > li > span.circle.cmsms-icon-users{
	background: #ff9c6c;
}

ul#aboutCircle > li > span.circle.cmsms-icon-chat-1{
	background: #65c5e4;
}

ul#aboutCircle > li > span.count{
	font-size: 20px;
	font-weight: bold;
	padding: 15px 0px 5px;
	display: block;
}

ul#aboutCircle > li > span.countText{
	font-size: 14px;
	font-weight: bold;
}

#aboutProgressContent{
	margin-top: 40px;
}

#aboutPara h2{
	margin-bottom: 15px;
}

/* ============ Footer Area ================ */

footer {
  margin: 0px 0;
	padding: 0;
	width: 100%;
}

footer #FooterMiddle {
  margin: 0px 0;
	padding: 30px 0;
	width: 100%;
	background: #3853a2;
	color: #ffffff;
}

footer #FooterMiddle h2{
  margin: 0px 0 27px;
	padding: 0;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
}

footer #FooterMiddle .footerMenu h2, footer #FooterMiddle .footerMenu ul {
  padding: 0px 15px;
}

footer #FooterMiddle  li {
	text-transform: capitalize;
  font-size: 17px;
  padding: 8px 0;
}

footer #FooterMiddle ul > li:first-child{
	padding-top: 0;
	margin-top: -5px;
}

footer #FooterMiddle li a{
	color: #ffffff;
}

footer #FooterMiddle li  a:hover{
	opacity: 0.75;
	color: #fff;
}

footer #FooterMiddle .footerBrochure{
	position: relative;
  min-width: 180px;
  overflow: hidden;
  padding: 0 0 25px;
  margin-bottom: 20px;
  display: inline-block;
}

footer #FooterMiddle .footerBrochure a.downloadButton{
	-webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #ffffff;
  color: #3853a2;
  display: inline-block;
  font-size: 20px;
  padding: 8px 50px 8px 24px;
  width: auto;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  line-height: normal;
}

footer #FooterMiddle .footerBrochure a.brochureButton {
  color: #fff;
  padding: 6px 16px;
  background: #55bf99;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;

  color: #fff;
    display: inline-block;
    font-size: 16px;
    width: auto;
    position: absolute;
    top: 35px;
    right: 0;
    margin: 0;
    z-index: 1;
    font-weight: bold;
    text-transform: capitalize;
}

footer #FooterMiddle .footerBrochure a.downloadButton span{
	color: #434044;
  font-weight: bold;
  font-size: 22px;
  padding-right: 10px;
  line-height: 28px;
}

footer #FooterMiddle .footerBrochure a:hover, footer #FooterMiddle .footerBrochure a:focus{
	text-decoration: none;
}

footer #FooterMiddle .footerContent {
	overflow: hidden;
	margin-bottom: 10px;
}

footer #FooterMiddle .footerContentSet .footerContentFirst {
	margin-top: -10px;
}

footer #FooterMiddle  ul.social {
	overflow: hidden;
    margin-bottom: 18px;
}

footer #FooterMiddle  ul.social li {
	float: left;
	padding: 0;
	margin-top: 0px;
}

footer #FooterMiddle  ul.social li .fa {
    float: left;
    font-size: 30px;
    line-height: 26px;
    margin: 0 15px 0 0;
    width: 26px;
}

footer #FooterMiddle  h2.contactTitle{
	margin-bottom: 15px;
}

footer #FooterMiddle .footerContent .fa{
	float: left;
 	font-size: 34px;
  line-height: 30px;
  margin: 0 12px 0 0;
  width: 30px;
  color: #55bf99;
}

footer #FooterMiddle .footerContent .fa-map-marker{
  font-size: 50px;
  line-height: 60px;
}

footer #FooterMiddle .footerContent .fa-phone{
  font-size: 33px;
  line-height: 32px;
}

footer #FooterMiddle .footerContent p{
	font-size: 17px;
  line-height: 28px;
  float: left;
}

footer #FooterMiddle .footerContent p a{
	color: #ffffff;
}

footer #FooterMiddle .footerContent p a:hover{
	opacity: 0.75;
	color: #fff;
}

footer #FooterMiddle .socialSet li{
	float: left;
	padding: 0;
	margin: 0 10px 0 0 !important;
}

footer #FooterBottom {
  margin: 0px 0;
	padding: 20px 0;
	width: 100%;
	background: #55bf99;
	color: #fff;
	font-size: 15px;
}

footer #FooterBottom p{
	margin: 0px 0;
	padding: 0;
	font-size: 16px;
}

footer #FooterBottom p a{
	color: #fff;
}

footer #FooterBottom p a:hover{
	color: #a8f236;
	text-decoration: none;
}

/* ============ Responsive Start =========== */

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

	#fixDropDownMenu ul > li.dropDownMenuSet ul > li {
    font-size: 13px;
    padding: 6px 20px;
	}

	#fixDropDownMenu .dropDownMenuSet ul > li > span {
    width: 22px;
	}

	#fixDropDownMenu ul > li.dropDownMenuSet {
    min-height: 355px !important;
  }

  #fixDropDownMenu {
    top: 80px;
  }

  .navbar-brand > img {
    max-width: 82%;
	}

	#navigation.navbar-nav {
    margin: 17px 0 0;
	}

	h1.mainTitle {
    font-size: 32px;
  }

  h1.mainTitle {
    font-size: 32px;
  }

  #mailContent h1 {
    margin-bottom: 30px;
    margin-top: 30px;
	}

	#mailContent p {
    font-size: 15px;
    line-height: 30px;
  }

  #mailContent div > img {
    max-width: 95%;
    float: right;
  }

  #productSlide .item img {
    max-width: 90%;
	}

	#productSlide .multiCarouselText h2 {
    font-size: 15px;
  }

  .aboutSlider #slider {
    margin: 8px 0 0;
	}

	.categoryLists > ul > li > a {
    font-size: 14px;
    padding: 10px 0 10px 15px;
	}
	
	#content  div.productDetailsInner h2 {
		font-size: 22px !important;
	}

	#productTabs .panel-body p {
		font-size: 15px;
		line-height: 24px;
	}
	
	.productImg .productImgInner .downloadButton{
		font-size: 15px;
	}

	.productset {
    padding: 10px;
	}

	.productList .productListTitle h1 {
    font-size: 13px
  }

  .productList .productListTitle .productListButton {
    width: 150px;
	}

	.productList .productListTitle .whatsappEnquiry span {
		font-size: 13px;
	}

	.productList .productListTitle .whatsappEnquiry img {
    margin-top: -2px;
	}

	#content .productset .productDetails h2{
		font-size: 13px;
	}

	#content .productset .productDetails h2 span.fsize13 {
    font-size: 12px;
	}

	#content .productset .productDetails h2 span.fsize12 {
    font-size: 11px;
	}

	#content .productcontactDetails .productConnectSet p {
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
	}

	.productContactForm .form-group label.error{
		font-weight: normal;
	}

	.productset .productDetails h4 {
    font-size: 13px;
  }

  #content .productset .productDetails h2 span.fsize11 {
    font-size: 10px;
	}

	.productList .productListTitle .productListButton > a:first-child,
	.productList .productListTitle .productListButton > a:last-child {
    margin: 0;
	}

  .productList .productListTitle .productListButton > a{
  	font-size: 13px;
  }
	
	#productTabs .panel-body  li{
		font-size: 15px;
	}
	
	#productTabs .useMobile{
		display: block;
	}

	#googleMap iframe{
		max-height: 300px;
	}

}


@media only screen and (max-width: 1023px) {
	
	#productSlide .multiCarouselText {
		min-width: 150px;
	}
	
	#productSlide .multiCarouselText h2 {
		font-size: 15px;
	}
	
	#productSlide .multiCarouselText h4 {
		font-size: 14px;
		top: 28px;
	}

	#mailContent h1 {
		margin-bottom: 20px;
	}
	
	#mailContent p {
		line-height: 22px;
		font-size: 13px;
		margin-bottom: 15px;
	}
	
	#slider .owl-controls {
		margin: -20px 0 0;
	}
	
	#slider .owl-controls .owl-buttons > div {
		width: 15px;
		height: 40px;
		background-size: cover;
	}
	
	.addressArea ul li, .addressArea p {
		font-size: 15px;
	}
	
	#googleMap {
		margin: 30px 0 0;
		height: 300px;
	}
	
	#googleMap iframe{
		height: 100%;
	}
	
	#productTabs .panel-body h3 {
		font-size: 18px;
	}

	.navbar-inverse .navbar-brand{
		max-width: 150px;
	}

	.nav > li {
    font-size: 13px;
    margin: 0 3px;
  }

  .nav > li > a {
    font-weight: normal;
    padding: 8px 18px;
  }

  .navbar-brand > img {
    max-width: 100%;
	}

	#fixDropDownMenu {
    top: 74px;
	}

	.productList .productListTitle {
    position: relative;
	}

	.productList .productListTitle .whatsappEnquiry {
    clear: both;
    display: block;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 15px;
    text-align: center;
    width: auto !important;
	}

	.productList .productListTitle .productListButton {
    position: absolute;
    right: 0;
    top: 0;
	}

	.productViewDetails .productViewTitle {
    margin: 15px 0 10px;
	}

	.productViewDetails .productViewTitle h1 {
    font-size: 16px;
    font-weight: normal;
  }

  .productViewDetails .backButton > a {
    font-size: 15px;
    padding: 5px 22px;
  }

	.productDetailsList > li {
    padding: 10px 0;
    font-size: 15px;
	}

	.productcontactDetails h1 {
    font-size: 18px;
    margin: 0 0 20px;
  }

  .productcontactDetails .productContactForm{
  	padding: 20px;
  }

  #content .productcontactDetails .productConnectSet p {
    font-size: 13px;
    line-height: 26px;
	}

	.productcontactDetails .productConnectSet img{
		max-width: 70px;
	}

	.productContactForm .form-group label.error{
		font-size: 11px;
	}

	.productContactForm .form-group label.error {
    right: 8px;
    top: 12px;
	}

	.productContactForm .btn{
		width: 100%;
	}

	#productTabs ul.nav > li {
    font-size: 13px;
  }

	#productTabs .nav > li > a {
    padding: 15px 35px;
	}

	#tabSet .tab-content h1 {
    font-size: 30px;
  }

  #mailContent h1 {
    margin-top: 0;
	}

	h1.mainTitle {
    font-size: 25px;
	}

	a.readMore{
		font-size: 16px;
	}

	#productSlide .multiCarouselText h2 {
    font-size: 13px;
	}

	#productSlide .multiCarouselText h4 {
    font-size: 12px;
  }

  form#feedbackForms .input--filled label.error, form#contactForms .input--filled label.error {
    font-size: 12px;
  }

  .addressDetails .singleLine, #content .addressDetails p {
    font-size: 15px;
  }

  .addressDetails .locationIcon, .addressDetails .locationIcon{
    margin-right: 15px;
  }

  #fixDropDownMenu ul > li.dropDownMenuSet ul > li {
    font-size: 13px;
    padding: 6px 15px;
	   }

	footer #FooterBottom p {
    font-size: 15px;
  }
	
	footer #FooterMiddle > .container > .row > div{
		margin-bottom: 30px;
	}

	footer #FooterMiddle {
    padding: 30px 0 0;
  }
	
	footer .footerContentSet{
		margin: 0 auto;
		float: none;
		clear: both;
		display: block;
		max-width: 100%;
	}
  
}

@media only screen and (max-width: 767px) {
	
	div#google_translate {
		float: left;
		margin: 18px 0 0;
		clear: both;
	}
	
	.navbar-toggle {
		margin-top: 15px;
	}
	
	.navbar-nav {
		float: none;
		margin: 6px auto 0;
		width: 95%;
	}

	.navbar-inverse .navbar-toggle {
		border-color: #088d52;
	    z-index: 9;
	}
	
	.navbar-inverse .navbar-toggle .icon-bar {
		background-color: #088d52;
	}

	.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover, .navbar-inverse  [aria-expanded=true] .icon-bar, .navbar-inverse  [aria-expanded=false] .icon-bar {
		background-color: #fff;
		border: 1px solid #088d52;
	}
	
	.navbar-inverse  [aria-expanded=true] .icon-bar, .navbar-inverse  [aria-expanded=false] .icon-bar  {
		background-color: #fff;
	}
	
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 0 8px 16px;
	}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #9d9d9d;
		opacity: 0.80;
	}
	
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
		border-color: #d2d2d2;
		margin-top: 10px;
	}
	
	.nav>li {
		font-size: 14px;
	}
	
	.nav>li>a {
		padding: 6px 15px;
		font-weight: normal;
		margin: 4px 0;
	}
	
	
	#navigation li.dropdown ul.dropdown-menu{
		display: none !important;
	}

	#navigation li.dropdown.open ul.dropdown-menu{
		display: block !important;
	}
	
	/*#navigation li.dropdown ul.dropdown-menu.hoverHide{
		display: block !important;
		background-color: transparent;
		border: 0 none;
		box-shadow: none;
		float: none;
		margin-top: 0;
		position: static;
		width: auto;
	}
	
	.navbar-inverse .navbar-nav  .dropdown-menu.hoverHide > li > a {
		color: #9d9d9d;
	}
	.navbar-nav  .dropdown-menu.hoverHide > li > a {
		padding: 5px 0 8px 16px;
	}
	.navbar-nav  .dropdown-menu.hoverHide > li > a {
		line-height: 20px;
	} */

	#mailContent div > img {
    float: none;
    margin: 0 auto;
    max-height: 300px;
    max-width: 100%;
	}
	
	h1.mainTitle {
		font-size: 24px;
	}
	
	.customNavigation a.prev {
		left: 2%;
	}

	.customNavigation a.next {
		right: 2%;
	}
	
	#slider .owl-controls .owl-buttons > div {
		width: 10px;
		height: 28px;
	}
	
	.addressArea ul li, .addressArea p {
		font-size: 15px;
	}
	
	.addressArea span.fa {
		font-size: 20px;
		line-height: 20px;
	}
	
	.addressArea span.fa-map-marker {
		font-size: 27px;
		line-height: 38px;
	}
	
	.addressArea{
		margin-bottom: 25px;
	}
	
	#googleMap {
		margin: 25px 0 0;
		height: 230px;
	}
	
	#googleMap iframe{
		height: 100%;
	}
	
	.productDetails {
		margin-top: 40px;
	}
	
	.messageForm input[type="submit"] {
		padding: 8px 30px 6px;
	}
	
	#productTabs ul.nav>li, #productTabs ul.nav>li.quarter, #productTabs ul.nav>li.half {
		width: 100%;
	}
	
	#productTabs .nav>li>a, #productTabs ul.nav>li{
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		border: 0;
		border-top: 1px solid #fff;
	}

	#productSlide .item img {
    max-width: 80%;
	}

	#productSliderInner .customNavigation a > img{
		max-height: 40px;
	}

	#productTabs .panel-primary > .panel-heading{
		height: auto;
	}

	#productTabs .nav > li > a {
    padding: 12px 35px;
	}

	#productSlider {
    margin: 30px 0;
	}

	#tabSet {
    padding: 30px 0;
	}

	footer #FooterMiddle .footerMenu h2, footer #FooterMiddle .footerMenu ul {
    padding: 0px;
	}

	#productSlider h1 {
    margin: 0 0 20px;
	}
	
	#productTabs .nav > li > a, #productTabs ul.nav > li, #productTabs ul.nav > li:last-child {
    background-image: none !important;
    border-radius: 25px;
	}

	footer .emptyTitle{
		display: none;
	}

	footer #FooterMiddle .footerBrochure {
    margin-bottom: 0;
  }

  .aboutSlider #slider {
    margin: 30px 0 15px;
	}

	#content .addressArea h2 {
    margin-bottom: 20px;
	}

	#tabSet .tab-content h1 {
    font-size: 20px;
	}

	.productset .productDetails {
    margin: 0 auto;
    min-width: 162px;
  }

  .productList .productListTitle h1 {
    font-size: 15px;
	}

	#content .productset .productDetails h2 {
    font-size: 12px;
	}

	#content .productset .productDetails h2 span.fsize13{
		font-size: 11px;
	}

	#content .productset .productDetails h2 span.fsize12 {
    font-size: 10px;
	}

	.productListDetails {
    margin: 25px 0 0;
    padding: 0;
	}

	#content .productset .productDetails h2{
		min-height: 30px;
    padding: 6px 5px;
	}

	.productset .productDetails h4 {
    font-size: 12px;
    top: 25px;
	}
	
	.productViewDetails {
    margin: 25px 0 0;
	}

	.productDetailsList > li {
    padding: 10px 0;
	}

	#content .productcontactDetails .productConnectSet p {
    font-size: 16px;
    line-height: 35px;
	}

	footer #FooterMiddle h2 {
    font-size: 18px;
    margin: 0 0 28px;
	}
	
	footer #FooterBottom p {
		text-align: center;
		margin: 5px 0;
	}
	
	footer #FooterMiddle > .container > .row > div {
    margin-bottom: 35px;
	}

	footer #FooterMiddle .footerBrochure {
    margin-bottom: 35px;
	}

	footer #FooterMiddle {
    padding: 35px 0 0;
	}
	
	footer .footerContentSet{
		margin: 0;
		float: left;
		clear: both;
		display: block;
		max-width: 100%;
	}

	#fixDropDownMenu{
		position: relative;
		top: 2px;
		margin-bottom: 10px;
	}

	#navigation.navbar-nav {
    margin: 17px auto 0;
	}

	#fixDropDownMenu ul > li.dropDownMenuSet{
		width: 100%;
		height: auto;
    max-height: none;
    min-height: auto !important;
    padding: 15px 0;
	}

	#fixDropDownMenu ul > li.dropDownMenuSet.menuWithImg{
		display: none;
	}

	#fixDropDownMenu ul > li.dropDownMenuSet ul > li {
    font-size: 15px;
    padding: 7px 15px;
	}

	.categoryLists > ul > li > a {
    font-size: 15px;
  }

}

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

	#tabSet .tab-content p img {
    max-width: 150px;
	}

	ul#aboutCircle > li > span.circle::before {
    height: 75px;
    line-height: 75px;
    width: 75px;
	}

	ul#aboutCircle > li > span.count {
    font-size: 14px;
  }

	ul#aboutCircle > li > span.countText {
    font-size: 13px;
	}

	.productListDetails .resCarousel .item > div{
		width: 50%;
	}

	.productcontactDetails .productContact, .productcontactDetails .productConnect{
		width: 100%;
	}

	.productcontactDetails .productContactForm {
    border-right: 2px solid #3853a2;
  }

  .productcontactDetails .productContactForm {
    padding: 25px;
	}

	.productcontactDetails .productContact {
    margin: 15px 0;
	}

	#headerPanel h1 {
    font-size: 26px;
  }

  #productTabs .panel-body {
    padding: 25px;
	}

	.myBreadcrumb ul {
    font-size: 13px;
    line-height: 35px;
  }

	.productset .productImage {
    min-height: auto;
    max-height: none;
	}

}

@media only screen and (max-width: 479px) {
	
	.navbar-inverse .navbar-brand {
		max-width: 110px;
	}
	
	.navbar-inverse .navbar-brand img{
		max-width: 100%;
		height: auto;
		margin: 5px 0 0;
	}
	
	.navbar-toggle {
		margin-top: 10px;
		margin-bottom: 0px;
	}

	#mailContent h1 {
    margin-bottom: 15px;
    font-size: 20px;
	}

	a.readMore {
    font-size: 13px;
    padding: 8px 20px;
  }

  #mailContent div > img {
    margin: 20px auto 0;
    max-height: 250px;
	}
	
	.navbar-toggle .icon-bar {
		width: 18px;
		height: 1px;
	}

	#tabSet .tab-content h1 {
    font-size: 16px;
	}

	#productTabs .panel-body {
    padding: 20px;
	}
	
	#tabSet .tab-content p img {
    max-width: 100px;
	}

	#content h2 {
		font-size: 20px;
	}
	
	.addressArea ul li, .addressArea p {
		font-size: 14px;
	}
	
	.addressArea span.fa {
		font-size: 18px;
		line-height: 18px;
	}
	
	.addressArea span.fa-map-marker {
		font-size: 24px;
		line-height: 35px;
	}

	#productTabs .nav > li > a {
    padding: 10px 35px;
	}

	ul#aboutCircle > li {
    margin: 15px 0;
    width: 100%;
  }

  #progressBarSet .progress span {
    font-size: 12px;
    font-weight: normal;
    margin-left: 5px;
	}

	ul#aboutCircle > li > span.count {
    padding: 10px 0 5px;
	}

	#headerPanel .container .row > div{
		width: auto;
	}

	#headerPanel .container .row > div.myBreadcrumb {
		float: right;
	}

	#headerPanel h1 {
    font-size: 22px;
    line-height: normal;
	}

	.productListDetails .resCarousel .item > div {
    width: 100%;
	}

	.productList .productListTitle .productListButton > a {
    font-size: 12px;
    line-height: 33px;
    padding: 0 16px;
    text-transform: none;
	}

	.productList .productListTitle .productListButton {
    width: 118px;
	}

	.productList .productListTitle h1 {
    font-size: 13px;
	}

	.productset .productImage {
    max-height: none;
	}

	.productset .productDetails {
    max-width: 200px;
	}

	#content .productset .productDetails h2 span.fsize11 {
    font-size: 11px;
	}

	footer #FooterBottom p {
    font-size: 14px;
	}
	
	#FooterBottom{
		font-size: 12px;
	}
	
}

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

	.navbar-inverse .navbar-brand {
		max-width: 90px;
	}
	
	.navbar-toggle {
    margin-top: 6px;
	}

	#tabSet .tab-content h1 {
    font-size: 14px;
    margin-bottom: 20px;
	}

	#headerPanel h1 {
    font-size: 18px;
    line-height: 35px;
	}

	#headerPanel h1 {
    font-size: 18px;
    line-height: 35px;
	}

	#content h2 {
    font-size: 18px;
	}

	#progressBarSet .progress span {
    font-size: 11px;
  }

  .productList .productListTitle .whatsappEnquiry span {
    font-size: 12.5px;
    font-weight: normal;
	}

	.productList .productListTitle .productListButton > a {
    font-size: 11px;
    line-height: 26px;
    padding: 0 12px;
    height: 27px;
	}

	.productList .productListTitle .productListButton {
    width: 98px;
	}

	.productList .productListTitle h1 {
    font-size: 12px;
    line-height: 27px;
	}

	form#feedbackForms .input--filled label.error, form#contactForms .input--filled label.error {
    font-size: 10px;
    font-weight: normal;
	}

	form#feedbackForms label.error, form#contactForms label.error{
		font-size: 13px;
	}

	footer #FooterMiddle .footerContent .fa-map-marker {
		font-size: 30px;
		width: 20px;
	}

	footer #FooterMiddle .footerContent p {
    font-size: 15px;
    line-height: 27px;
	}
	
	footer #FooterBottom p {
    font-size: 12px;
	}
	
}
	
	.swiper {
  width: 600px;
  height: 300px;
}


