@font-face {
  font-family: 'Arial Narrow';
  src: url('../fonts/ArialNarrow.woff2') format('woff2'), url(' ../fonts/ArialNarrow.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Cocon';
  src: url('../fonts/Cocon-Regular.woff2') format('woff2'), url('../fonts/Cocon-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  background: #f6fdfb;
  margin: 0px;
  padding: 0px;
  font-family: 'PT Sans', sans-serif;
  color: #666666;
  font-size: 13px;
}
* {
  box-sizing: border-box;
  outline: none !important;
}
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
  /*color: $grey;*/
}
.left {
  float: left;
}
.right {
  float: right;
}
img {
  max-width: 100%;
}
.right {
  float: right;
}
.left {
  float: left;
}
input, select {
  outline: none;
}
input[type='text'], input[type='submit'] {
  font-family: Arial, Helvetica, sans-serif;
}
input[type='submit'] {
  -webkit-appearance: none;
  font-family: Arial, Helvetica, sans-serif;
}
p {
  margin: 0px;
  padding: 0px 0px 11px 0px;
  font-size: 15px;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
}
.clear {
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 1px;
}
span.clear {
  clear: both;
  display: block;
}
p.clear {
  clear: both;
}
img {
  border: none;
}
.image img {
  width: 100%;
  display: block;
}
a {
  color: #1587d0;
  transition: 0.5s;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  outline: medium none;
  text-decoration: none;
  color: #be2d2a;
}
.padding-none {
  padding: 0 !important;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  color: #666666;
  font-family: 'Cocon';
  font-weight: normal;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 21px;
  font-weight: 500;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
  padding-bottom: 10px;
}
.text-center {
  text-align: center;
}
.desk-only {}
.mobile-only {
  display: none !important;
}
.mobile-hide {
  display: none;
}
/*----tool-tip-starts-----------------*/
[class^="tooltip"] {
  position: relative;
}
[class^="tooltip"]:after {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: attr(data-tooltip);
  padding: 6px 10px;
  top: 1.4em;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-2px);
  transform: translateX(-50%) translateY(-2px);
  background: grey;
  color: white;
  white-space: nowrap;
  z-index: 2;
  border-radius: 2px;
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), -webkit-transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), -webkit-transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
}
[class^="tooltip"]:hover:after {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}
.tooltip--left:after {
  top: -4px;
  left: 0;
  -webkit-transform: translateX(-112%) translateY(0);
  transform: translateX(-112%) translateY(0);
}
.tooltip--left:hover:after {
  -webkit-transform: translateX(-110%) translateY(0);
  transform: translateX(-110%) translateY(0);
}
.tooltip--right:after {
  top: -4px;
  left: 100%;
  -webkit-transform: translateX(12%) translateY(0);
  transform: translateX(12%) translateY(0);
}
.tooltip--right:hover:after {
  -webkit-transform: translateX(10%) translateY(0);
  transform: translateX(10%) translateY(0);
}
.tooltip--triangle:before {
  content: "";
  width: 0;
  height: 0;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  border-bottom: solid 5px grey;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-2px);
  transform: translateX(-50%) translateY(-2px);
  top: 1.1em;
  left: 50%;
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), -webkit-transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), -webkit-transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  z-index: 3;
}
.tooltip--triangle:hover:before {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}
.follow {
  width: 42px;
  height: 42px;
  border-radius: 50px;
  background: #03a9f4;
  display: inline-block;
  margin: 50px calc(50% - 19px);
  white-space: nowrap;
  padding: 13px;
  box-sizing: border-box;
  color: #efefef;
  transition: all 0.2s ease;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.2);
}
.follow i {
  margin-right: 20px;
  transition: margin-right 0.2s ease;
  color: white;
}
.follow:hover {
  width: 134px;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
.follow:hover i {
  margin-right: 10px;
}
/*----tool-tip-ends-----------------*/
/*column-section-starts-here*/
.clear {
  clear: both;
}
.pull-right {
  float: right;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
img {
  vertical-align: middle;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row::after, .row::before {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.inner-banner-sec img {
  width: 100%;
  display: block;
}
.menu-section {
  border-bottom: 1px solid #FFF;
}
.inner-content-sec {
  background: url(../images/inner-bg.jpg) repeat;
  padding: 35px 10px 100px 10px;
}
.inner-content-sec ul li {
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  padding: 0;
  list-style: disc inside;
  margin: 0 0 5px 0;
}
.inner-content-sec p, .inner-content-sec li {
  font-size: 14px;
  color: #003d4e;
  line-height: 22px;
  font-family: 'PT Sans', sans-serif;
}
a.next-previous {
  font-family: 'PT Sans', sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #fff;
  background: #ef119a;
  padding: 4px 12px;
  margin: 20px 5px 0 0;
  text-decoration: none;
  border: 1px solid #95005d;
  display: inline-block;
}
a.next-previous:hover {
  background: #d30083;
}
.inner-content-sec h1 {
  color: #0f96dc;
  font-size: 30px;
  padding: 0 0 55px 0;
  background: url(../images/horizontal-line.png) no-repeat center bottom;
}
.inner-content-sec ul {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}
.inner-content-sec h3 {
  font-family: 'PT Sans', sans-serif;
  font-size: 22px;
  color: #005175;
  margin: 0 0 15px 0;
  line-height: 20px;
}
.gow-col-right {
  border-left: 1px solid #a4d3e8;
  min-height: 121px;
}
.gow-tips {
  min-height: 160px;
}
.gow-tips p {
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;
  line-height: 16px;
}
.gow-tips h3 {
  font-size: 20px;
}
.gow-col {
  padding-bottom: 35px;
}
.readMore-container {
  background: url(../images/line.png) repeat-x center center;
  text-align: center;
  margin-top: 35px;
}
.readMore-container span {
  background: url(../images/inner-bg.jpg) repeat;
  display: inline-block;
  padding: 0 10px;
}
.video-section {
  text-align: center;
  padding: 30px 0 70px 0;
}
.video-section iframe {
  background: #FFF;
  padding: 20px;
  border-radius: 14px;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.08);
  max-width: 725px !important;
  width: 100% !important;
  margin: auto;
}
.inner-content-sec h4 {
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #0084c9;
  margin: 15px 0 35px 0;
  padding: 0 0 2px 0;
  border-bottom: 1px solid #0084c9;
}
.form-main-sec {
  padding: 0 0 0 60px;
  margin: 0 0 10px 0;
  max-width: 700px;
}
.form-main-sec .small-title {
  padding-bottom: 10px;
}
.form-div select, .form-div input[type="text"], .form-div input[type="password"], .form-div input[type="email"], .form-div input[type="tel"], .form-div textarea {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 7px 10px;
  box-shadow: 0 0 5px #e5e5e5;
  width: 100%;
  height: 36px;
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  color: #7d7d7d;
}
.form-div .contact-no {
  width: 28%;
  float: left;
  margin-right: 2%;
}
.form-div #divmobile, .form-div #divlan {
  width: 70%;
  float: left;
}
.form-div #divlan .textbox2, .form-div #divlan .textbox4, .form-div #divlan .textbox5 {
  width: 33%;
  float: left;
}
.form-div #divlan div.radio-checkbox {
  width: 70%;
}
.form-div #divmobile .textbox2 {
  width: 25%;
  margin-right: 2%;
  float: left;
}
.form-div #divmobile .textbox3 {
  width: 73%;
  float: left;
}
.form-div {
  padding: 0 0 20px 0;
}
.form-div label {
  width: 100%;
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  padding: 5px 0 0 0;
  display: block;
  color: #003d4e;
}
.form-div label span {
  color: #ff008a;
}
.form-div .mr-sec {
  width: 18%;
  float: left;
  margin-right: 2%;
}
.form-div .name-sec {
  width: 80%;
  float: left;
}
.form-div:after, .form-div #divmobile:after, .field-sec:after, .form-div #divlan:after {
  content: "";
  clear: both;
  display: block;
}
.radio-checkbox {
  clear: both;
  display: inline-block;
}
.form-div input[type="checkbox"] {
  width: 22px;
  height: 22px;
  padding: 0;
  background: none;
  display: block;
  clear: none;
  float: left;
  margin: 3px 10px 0 0;
}
.form-div i {
  font-size: 15px;
  font-style: normal;
  display: block;
  padding: 4px 0px 0px 0px;
}
.form-div textarea {
  width: 100%;
  height: 150px;
  resize: none;
  margin: 10px 0 0 0;
  padding: 15px;
}
.button-section {
  text-align: center;
  padding: 20px 0px 20px 0;
  max-width: 700px;
}
.button-section input[type="submit"] {
  background: rgba(0, 155, 198, 1);
  background: -moz-linear-gradient(top, rgba(0, 155, 198, 1) 0%, rgba(0, 75, 125, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 155, 198, 1)), color-stop(100%, rgba(0, 75, 125, 1)));
  background: -webkit-linear-gradient(top, rgba(0, 155, 198, 1) 0%, rgba(0, 75, 125, 1) 100%);
  background: -o-linear-gradient(top, rgba(0, 155, 198, 1) 0%, rgba(0, 75, 125, 1) 100%);
  background: -ms-linear-gradient(top, rgba(0, 155, 198, 1) 0%, rgba(0, 75, 125, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 155, 198, 1) 0%, rgba(0, 75, 125, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009bc6', endColorstr='#004b7d', GradientType=0);
  /*	padding: 5px 50px;*/
  display: inline-block;
  color: #fff;
  font-family: 'PT Sans', sans-serif;
  font-size: 15px !important;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 15px;
  font-weight: normal;
  width: 135px;
  height: 29px;
  text-transform: capitalize;
}
.button-section input[type="submit"]:hover {
  background: rgba(0, 155, 198, 1);
  background: -moz-linear-gradient(45deg, rgba(0, 155, 198, 1) 0%, rgba(0, 75, 125, 1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0, 155, 198, 1)), color-stop(100%, rgba(0, 75, 125, 1)));
  background: -webkit-linear-gradient(45deg, rgba(0, 155, 198, 1) 0%, rgba(0, 75, 125, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(0, 155, 198, 1) 0%, rgba(0, 75, 125, 1) 100%);
  background: -ms-linear-gradient(45deg, rgba(0, 155, 198, 1) 0%, rgba(0, 75, 125, 1) 100%);
  background: linear-gradient(45deg, rgba(0, 155, 198, 1) 0%, rgba(0, 75, 125, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009bc6', endColorstr='#004b7d', GradientType=1);
}
.devider {
  background: url(../images/horizontal-line.png) no-repeat center bottom;
  height: 29px;
  width: 100%;
  margin: 20px 0;
}
.product-section {
  padding: 0 0 0 75px;
  max-width: 700px;
}
.product-section table {
  text-align: left;
  margin-bottom: 20px;
  padding: 0 60px;
}
.product-section table th {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  padding-bottom: 10px;
}
.product-section table th {
  width: 30%;
}
.product-section table th {
  text-align: center;
  color: #003d4e;
}
.product-section table th:first-child {
  width: 70%;
  text-align: left;
  color: #003d4e;
}
.product-section table input[type="checkbox"] {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: top;
}
.product-section .notification {
  font-weight: bold;
}
.product-section table label {
  display: inline-block;
  width: 80%;
  vertical-align: top;
  font-size: 15px;
  color: #003d4e;
}
.product-section table th.second-column {
  text-align: center;
}
.product-section table th, .product-section table td {
  padding: 5px;
}
.innerpage-contents img {
  border: 2px solid #dfdfdf;
  margin: 0 25px 15px 0;
  box-shadow: 1px 3px 5px #707070;
}
.innerpage-contents {
  background: url(../images/horizontal-line.png) repeat-x scroll left bottom rgba(0, 0, 0, 0);
  margin: 0 0 35px;
  padding: 0 0 40px;
}
.boxTips {
  background: rgba(0, 0, 0, 0.1);
  height: auto;
  margin: 10px 0 20px 0;
  padding: 10px 20px;
  border: 1px solid #fff;
}
.boxTips h5 {
  font-size: 16px;
  font-weight: 700;
  color: #003d4e;
  font-weight: normal;
}
.boxTips p {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
}
ul.mobile-sub.wsmenu-list {
  position: relative;
}
li.menu-pop:last-child a {
  opacity: 0;
}
li.menu-pop:last-child {
  background: url(../images/place-order-button.png) no-repeat;
  position: absolute;
  top: -11px;
  z-index: 999;
  right: 0;
  bottom: -7px;
}
li.menu-pop:last-child:hover:before {
  display: none;
}
li.menu-pop:last-child:hover {
  background: url(../images/place-order-button.png) no-repeat !important;
}
li.menu-pop:first-child a {
  /* opacity: 0;*/
  font-size: 0px;
  width: 43px;
  height: 43px;
}
/*li.menu-pop:first-child{
    background: url(../images/home-button.png) no-repeat;
}

li.menu-pop:first-child {
    background: url(../images/home-button.png) no-repeat !important;
    margin: 13px 0px 0px 0px;
}*/
li.menu-pop:first-child a {
  background: url(../images/home-button.png) no-repeat !important;
  margin: 0px 0px 0px 0px;
  padding: 10px 0;
}
ul.mobile-sub.wsmenu-list li {
  min-height: auto !important;
}
.banner-section .owl-dots {
  display: none;
}
.home-cont-left:nth-child(2) {
  border-right: none;
}
.home-cont-second-left .col-sm-5 img:nth-child(1) {
  position: absolute;
  left: -15px;
  top: -43px;
}
.gow-col a {
  background: url(../images/pink-arrow.png) no-repeat right center;
  padding: 0 20px 0 0;
  font-family: 'PT Sans', sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #00438b;
  margin: 0 15px 0 0;
  text-decoration: none;
}
.gow-col a:hover {
  color: #e9028f;
}
.copy-right a {
  color: #fff;
}
.copy-right a:hover {
  color: #de0885;
}
.place-order-button {
  display: none;
}
.order-table-sec {
  max-width: 530px;
  padding: 0px 60px;
}
.order-table-sec table td {
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  padding: 15px;
}
.thank-you-section p {
  color: #0084c9;
  font-size: 18px;
}
.go-home {
  background: rgba(0, 155, 198, 1);
  background: -moz-linear-gradient(top, rgba(0, 155, 198, 1) 0%, rgba(0, 75, 125, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 155, 198, 1)), color-stop(100%, rgba(0, 75, 125, 1)));
  background: -webkit-linear-gradient(top, rgba(0, 155, 198, 1) 0%, rgba(0, 75, 125, 1) 100%);
  background: -o-linear-gradient(top, rgba(0, 155, 198, 1) 0%, rgba(0, 75, 125, 1) 100%);
  background: -ms-linear-gradient(top, rgba(0, 155, 198, 1) 0%, rgba(0, 75, 125, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 155, 198, 1) 0%, rgba(0, 75, 125, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009bc6', endColorstr='#004b7d', GradientType=0);
  /*	padding: 5px 50px;*/
  display: inline-block;
  color: #fff;
  font-family: 'PT Sans', sans-serif;
  font-size: 15px !important;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: normal;
  width: 135px;
  text-transform: capitalize;
  text-align: center;
  padding: 5px;
  margin: 0;
}
.go-home:hover {
  background: rgba(0, 155, 198, 1);
  background: -moz-linear-gradient(45deg, rgba(0, 155, 198, 1) 0%, rgba(0, 75, 125, 1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0, 155, 198, 1)), color-stop(100%, rgba(0, 75, 125, 1)));
  background: -webkit-linear-gradient(45deg, rgba(0, 155, 198, 1) 0%, rgba(0, 75, 125, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(0, 155, 198, 1) 0%, rgba(0, 75, 125, 1) 100%);
  background: -ms-linear-gradient(45deg, rgba(0, 155, 198, 1) 0%, rgba(0, 75, 125, 1) 100%);
  background: linear-gradient(45deg, rgba(0, 155, 198, 1) 0%, rgba(0, 75, 125, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009bc6', endColorstr='#004b7d', GradientType=1);
  color: #fff;
}
.goodness-water .home-cont-second {
  margin-top: 70px;
}
.footer-wraper sup {
  font-family: 'Cocon';
  font-size: 18px;
  top: -0.5em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  font-weight: bold;
}
.err.phone-err {
  padding-top: 14px;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.paddding-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.pull-right {
  float: right;
}
/*main-css-starts-here*/
header {
  background: #0f96dc;
  padding: 6px 0 6px 0;
  border-bottom: 1px solid #6fc0ea;
  position: relative;
}
.header-right {
  text-align: right;
  padding: 30px 0 0 0;
}
.header-right li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 2px;
}
.container {
  max-width: 990px;
  margin: 0px auto;
  position: relative;
}
.nestle-waters {
  background: url(../images/pink-arrow.png) no-repeat right center;
  font-size: 14px;
  font-weight: normal;
  color: #024b90;
  padding-right: 20px;
  text-decoration: none;
}
.place-order-button {
  right: 0;
  top: -12px;
  position: absolute;
}
.banner-section .owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 40%;
  height: 61px;
  width: 76px;
}
.banner-section .owl-theme .owl-nav [class*='owl-'] span {
  display: none;
}
.banner-section .owl-carousel .owl-nav button.owl-prev {
  background: transparent url(../images/previous-button.png) no-repeat left top;
  left: 20px;
}
.banner-section .owl-carousel .owl-nav button.owl-next {
  background: transparent url(../images/next-button.png) no-repeat left top;
  right: 20px;
}
.home-page-content-sec {
  background: rgba(206, 233, 244, 1);
  background: -moz-linear-gradient(top, rgba(206, 233, 244, 1) 0%, rgba(246, 246, 246, 1) 88%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(206, 233, 244, 1)), color-stop(88%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
  background: -webkit-linear-gradient(top, rgba(206, 233, 244, 1) 0%, rgba(246, 246, 246, 1) 88%, rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(top, rgba(206, 233, 244, 1) 0%, rgba(246, 246, 246, 1) 88%, rgba(255, 255, 255, 1) 100%);
  background: -ms-linear-gradient(top, rgba(206, 233, 244, 1) 0%, rgba(246, 246, 246, 1) 88%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(206, 233, 244, 1) 0%, rgba(246, 246, 246, 1) 88%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cee9f4', endColorstr='#ffffff', GradientType=0);
  padding: 30px 0px 65px 0;
}
.home-cont-first {
  padding: 25px;
  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 36%, rgba(255, 255, 255, 1) 51%, rgba(224, 237, 243, 1) 81%, rgba(187, 226, 246, 1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(36%, rgba(255, 255, 255, 1)), color-stop(51%, rgba(255, 255, 255, 1)), color-stop(81%, rgba(224, 237, 243, 1)), color-stop(100%, rgba(187, 226, 246, 1)));
  background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 36%, rgba(255, 255, 255, 1) 51%, rgba(224, 237, 243, 1) 81%, rgba(187, 226, 246, 1) 100%);
  background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 36%, rgba(255, 255, 255, 1) 51%, rgba(224, 237, 243, 1) 81%, rgba(187, 226, 246, 1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 36%, rgba(255, 255, 255, 1) 51%, rgba(224, 237, 243, 1) 81%, rgba(187, 226, 246, 1) 100%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 36%, rgba(255, 255, 255, 1) 51%, rgba(224, 237, 243, 1) 81%, rgba(187, 226, 246, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bbe2f6', GradientType=1);
  border: 1px solid #FFF;
  margin-bottom: 30px;
}
.home-cont-first h3 {
  font-family: 'Cocon';
  font-size: 20px;
  color: #00438b;
  margin: 0 0 15px 0;
}
.home-cont-first p {
  font-family: 'PT Sans', sans-serif;
  font-size: 13px;
  color: #009ad3;
  font-weight: normal;
  min-height: 90px;
}
a.read-more {
  background: url(../images/pink-arrow.png) no-repeat right center;
  padding: 0 20px 0 0;
  font-family: 'PT Sans', sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #00438b;
  margin: 0 15px 0 0;
  text-decoration: none;
}
a.read-more:hover {
  color: #e9028f;
}
.home-cont-first a.read-more {
  float: right;
}
.home-cont-left {
  border-right: 1px solid #a1a6a9;
}
.home-cont-second-left {
  padding: 25px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(219, 230, 233, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(219, 230, 233, 1)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(219, 230, 233, 1) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(219, 230, 233, 1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(219, 230, 233, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(219, 230, 233, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dbe6e9', GradientType=0);
}
.home-cont-second-left, .video-banner {
  min-height: 260px;
}
.home-cont-second-left h2 {
  color: #0f96dc;
  padding: 0 0 15px 55px;
  text-shadow: 2px 2px 2px #cac9c9;
}
.home-cont-second-left p {
  font-family: 'Cocon';
  font-size: 16px;
  color: #00516d;
}
.cont-icon {
  position: absolute;
  left: -15px;
  top: -43px;
}
.video-banner {
  background: url(../images/video-banner.png) no-repeat center center;
  background-size: contain;
  display: block;
}
footer {
  background: url(../images/footer-bg.png) no-repeat center top;
  width: 100%;
  margin: 0px 0 0;
  position: relative;
  z-index: 20;
  padding: 0px 0 0 0;
  background-size: cover;
}
footer h2 {
  font-size: 30px;
  font-weight: normal;
  color: #de0885;
  margin: 0 0px 0 0;
  padding: 0;
  text-shadow: 1px 1px 2px #7c7c7c;
  font-family: 'Cocon';
}
footer h3 {
  font-size: 22px;
  font-weight: normal;
  color: #FFF;
  margin: 0 0px 0 0;
  padding: 0;
  text-shadow: 1px 1px 2px #7c7c7c;
  font-family: 'Cocon';
  padding-top: 12px;
}
.footer-wraper {
  max-width: 785px;
  margin: 0px auto;
  padding: 120px 10px 50px 10px;
  margin-top: -65px;
}
.phone-number-sec {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  padding: 10px 0;
  margin-top: 15px;
}
.phn-col {
  color: #FFF;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 100px;
  background: url(../images/footer-separator.png) no-repeat left center;
}
.phn-col:first-child {
  background: none;
}
.phn-col p {
  color: #FFF;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.copy-right {
  padding: 10px 0 0 0;
}
.copy-right p {
  font-size: 12px;
  font-weight: 400;
  color: #FFF;
  font-family: 'PT Sans', sans-serif;
}
.hidden {
  display: none;
}
.middle p {
  color: #fff;
}
.middle a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .header-right li {
    margin-top: 18px;
  }

  body .wsmenuexpandermain{
    z-index: 10001;
  }

  .menuclose.animated-arrow{
    position: fixed;
  }

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

  .logo img{
    width: 88px;
    height: auto;
  }

  body .menuopen.wsmenu .wsmenu-list.top-menu-mobile {
    padding-right: 10px;
  }
  body .menuopen .wsmenu-list li:first-child {
    margin-right: 0px;
  }
  body .menuopen .wsmenu-list li a {
    white-space: normal !important;
  }
  body .menuopen .wsmenu-list li a.nestle-waters {
    padding-right: 16px !important;
    white-space: normal !important;
  }
  .phone-number-sec {
    margin-left: -15px;
    margin-right: -15px;
  }
  .wsmenu.menuopen {
    overflow-y: scroll !important;
  }
  .desk-only .nestle-logo, .desk-only .nestle-waters {
    display: none;
  }
  .menu-pop a.is-active {
    background: #003877;
  }
  .inner-content-sec {
    padding: 35px 10px 50px 10px;
  }
  .header-right .links a {
    width: 180px;
    height: 26px;
    background-size: 90%;
  }
  .place-order-button {
    top: auto;
    left: auto;
    position: relative;
    display: block;
    margin-bottom: 20px;
  }
  header {
    padding-left: 25px;
    position: inherit !important;
  }
  li.menu-pop:last-child {
    display: none !important;
  }
  li.menu-pop:first-child {
    padding: 30px 23px 30px 15px !important;
    background: url(../images/home-button.png) no-repeat 10px 0px !important;
  }
  li.menu-pop:first-child a {
    display: none !important;
  }
  .gow-tips img {
    height: auto;
  }
  .nestle-waters {
    color: #FFF;
  }
  .wsmenu .wsmenu-list > li {
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .banner-section {
    margin-top: 83px;
  }
  /*body{
		padding-top:83px;
	}*/
  header {
    z-index: 999;
    position: fixed !important;
    width: 100%;
    height: 83px;
    top: 0;
  }
  .logo img {
    width: 88px;
    height: auto;
  }
  .wsmenuexpandermain {
    display: block !important;
    z-index: 1010 !important;
    top: 0;
    right: 0;
    left: 0;
  }
  .animated-arrow {
    position: fixed !important;
    left: 0;
    top: 0;
  }
  .menuopen.animated-arrow {
    left: 240px;
  }
  .inner-banner-sec {
    margin-top: 82px;
  }
  .col-sm-3.phn-col {
    width: 33.333% !important;
    float: left;
  }
  .thank-you-img {
    padding-bottom: 20px;
  }
  .order-table-sec {
    padding: 0 0px;
  }
  .inner-content-sec h1 {
    font-size: 20px;
  }
  a.place-order-button img {
    width: 100px;
  }
  .wsmenu .wsmenu-list.top-menu-mobile {
    min-height: 120px;
    text-align: left !important;
  }
  .wsmenu .wsmenu-list.top-menu-mobile li, .wsmenu .wsmenu-list.top-menu-mobile li:first-child {
    margin: none;
    padding: 10px 10px;
  }
  .product-section table {
    padding: 0 0px;
  }
  .button-section input[type="submit"] {
    width: 250px;
    margin-bottom: 10px;
  }
  .product-section {
    padding: 10px;
  }
  .form-main-sec {
    padding: 0 0 0 0px;
  }
  .video-section {
    padding: 30px 0 30px 0;
  }
  .inner-content-sec h1 {
    padding: 0 10px 55px 10px;
  }
  .inner-content-sec h4 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .fancybox-nav {
    width: 25px !important;
    ;
    height: 72px !important;
    ;
    background-size: 100% !important;
  }
  .banner-section .owl-theme .owl-nav [class*='owl-'] {
    top: 30%;
    height: 32px;
    width: 40px;
    background-size: 100% !important;
  }
  .header-right {
    padding: 18px 0 0 0;
  }
  .home-cont-first .image-section {
    text-align: center;
    padding-bottom: 20px;
  }
  .home-cont-left {
    border: none;
    padding-bottom: 40px !important;
    float: none;
  }
  .home-cont-second-left {
    margin-bottom: 20px;
  }
  .home-cont-second-left h2 {
    font-size: 18px;
  }
  .home-cont-second-left p {
    font-size: 14px;
  }
  .home-cont-second-left img {
    margin-bottom: 10px;
  }
  .footer-wraper {
    padding: 100px 20px 20px 20px;
  }
  .phn-col {
    background: none;
    min-height: inherit;
  }
  .desk-only {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
  .fancybox-inner img {
    height: auto;
  }
}
@media only screen and (max-width: 550px) {
  .col-sm-3.phn-col {
    width: 100% !important;
    float: inherit;
  }
}
@media only screen and (max-width: 450px) {
  input[type="text"], input[type="password"], input[type="email"], textarea, select {
    text-indent: inherit !important;
  }
  .form-div select, .form-div input[type="text"], .form-div input[type="password"], .form-div input[type="email"], .form-div input[type="tel"], .form-div textarea {
    padding: 7px 1px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 950px) {
  .fancybox-close {
    top: -10px !important;
    right: -10px !important;
  }
}
.main-wrap {
  min-width: 320px;
}
.fancybox-close {
  top: -10px !important;
  right: -10px !important;
}
.fancybox-overlay {
  background-color: rgba(0, 0, 0, .7) !important;
}
a.nestle-logo:hover {
  opacity: .7;
}
a.language-button:hover {
  opacity: .7;
}
.status-message {
  font-size: 18px;
  margin-bottom: 25px;
  color: green;
}
.form-div input[type="checkbox"] {
  margin: 0px 10px 0 0 !important;
}
.product-section input {
  text-align: center;
}

.buy-now-overlay-tams {
    position: fixed;
    width: 96%;
    bottom: 0;
    left: 2%;
    background: #3d72b6;
    padding: 20px;
    margin: 0px auto;
    box-sizing: border-box;
    overflow-y: auto;
    z-index: 1000000;
    display: none;
}
.buy-now-overlay-tams h4 {
    color: #FFF;
    font-size: 20px;
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
}
.buy-now-overlay-tams p {
    padding: 0 0 10px 0;
    color: #FFF;
}
.buy-now-overlay-close {
    text-align: center;
    width: 100%;
    bottom: 15px;
}
.buy-now-overlay-close button {
    background: #ffffff;
    color: #040404;
    border: none;
    padding: 10px;
    border-radius: 9px;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
    outline: none;
    transition: 0.5s ease-in-out;
}
.buy-now-overlay-close button:hover {
    background: #e8e6e6;
}
.buy-now-overlay-tams p a {
    color: #c5dff3;
}
.buy-now-overlay-tams p a:hover {
    color: #FFF;
}