@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;800;900&display=swap');
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@font-face {
    font-family: 'ITC Bauhaus';
    src: url('../fonts/BauhausITCbyBT-Medium.eot');
    src: url('../fonts/BauhausITCbyBT-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BauhausITCbyBT-Medium.woff2') format('woff2'),
        url('../fonts/BauhausITCbyBT-Medium.woff') format('woff'),
        url('../fonts/BauhausITCbyBT-Medium.ttf') format('truetype'),
        url('../fonts/BauhausITCbyBT-Medium.svg#BauhausITCbyBT-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

body {
  background: #FFFFFF url("../images/top-header.png");
  background-repeat: no-repeat;
  background-position-x: 80vw;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #000;
}

h1, h2, h3{
  font-family: 'ITC Bauhaus';
  font-weight: 400;
  letter-spacing: 1px;
  color: #9FCC67;
  padding-bottom: 15px;
  padding-top: 0;
}
h4, h5, h6 {
  font-family: 'ITC Bauhaus';
  font-weight: 400;
  letter-spacing: 1px;
  color: #7EAC44;
  padding-bottom: 15px;
  padding-top: 10px;
}
h1 {
  font-size: 48px;
  line-height: 1.2;
}

h2 {
  font-size: 40px;
  line-height: 1.2;
}

h3 {
  font-size: 32px;
  line-height: 1.2;
}

h4 {
  font-size: 24px;
  line-height: 1.2;
}

h5 {
  font-size: 19.2px;
  line-height: 1.2;
}

h6 {
  font-size: 17.6px;
  line-height: 1.2;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
background: #9FCC67;
color: #fff;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 65%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}
p {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #000000;
    word-break: break-word;
    margin: 0;
    padding-bottom: 20px;
}
code, table, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend {
font-family: 'Mulish';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 26px;
letter-spacing: 0.01em;
color: #000000;
text-align: left;
word-break: break-all;
}
ul, ol {margin-bottom: 20px;padding: 0 0 0 20px;}
.article-content a{
  color:#7EAC44;
}
.article-content strong{
  color: #000;
  font-family: 'Mulish';
}
.article-content a:hover{
  text-decoration:underline;
}
::-moz-selection, ::selection {
 background:#9FCC67;
 text-shadow:none;
 color:#fff;
}
optgroup {
  color: inherit;
  font: inherit;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}
table th {
font-size:20px;
font-weight: 500;
background: #F8F8F8;
font-family: 'ITC Bauhaus';
}
table, th, td {
border: 1px solid #d9d9d9;
padding: 10px 15px;
text-align: left;
line-height: 28px;
font-size: 16px;
color: #000;
vertical-align: top;
}
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}
.page-content {
    margin-bottom: 100px;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
         http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
           http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}

.btn-group.view-switchers .list-view-switcher, .btn-group.view-switchers .image-view-switcher {
  height: 20px !important;
  background-color: transparent;
  border: 0;
}

/* Theme Base */
html {
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

body {
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding-bottom: 15px;
}

h1 {
  font-size: 48px;
  line-height: 1.2;
}

h2 {
  font-size: 40px;
  line-height: 1.2;
}

h3 {
  font-size: 32px;
  line-height: 1.2;
}

h4 {
  font-size: 24px;
  line-height: 1.2;
}

h5 {
  font-size: 19.2px;
  line-height: 1.2;
}

h6 {
  font-size: 17.6px;
  line-height: 1.2;
}

ol li {
    list-style-type: decimal;
    padding: 0 5px 10px;
}
.widget-snippet ul li, 
 ul li{
    list-style-type: none;
    font-size: 16px;
    text-align: left;
    line-height: 28px;
    position:relative;
    padding-left: 15px;
    padding-bottom: 10px;
	word-break: break-word;
}
.widget-snippet ul li::before, 
  ul li::before {
    content: '';
    position: absolute;
    left: -17px;
    top: 10px;
    width: 10px;
    height: 10px;
    background: #9FCC67;
    border-radius: 50%;
}

/* Common Styles */
p, code, table, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, input[type="submit"], input, input[type="text"], textarea, select, input[type="password"], address, input[type="file"], input[type="hidden"], button, input[type="image"], blockquote {
  font-size: 16px;
}


address {
  color: #000;
  font-size: 16px;
}


input[type=file], input[type=hidden] {
  color: #000;
  font-size: 16px;
}

input[type=image], blockquote {
  color: #000;
  font-size: 16px;
}

input[type=text], input[type=password] {
  font-family: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px 14px;
  border-color: #bbb;
  height: 43px;
  border-width: 2px;
  border-radius: 3px;
}

input[type=text].validation-error, input[type=password].validation-error {
  border: 2px solid #e64343;
}

select {
  border-color: #bbb;
  height: 43px;
  border-width: 2px;
  font-family: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px 14px;
  border-radius: 3px;
}

textarea {
  border-color: #bbb;
  border-width: 2px;
  font-family: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px 14px;
  height: 90px;
  border-radius: 3px;
}

/* webocommander Form css */
.simpleCaptcha-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  padding: 5px 0 5px;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.simpleCaptcha-container .simple-captcha label[for="captcha"], .simpleCaptcha-container .simple-captcha-reload {
  display: none;
}

.simpleCaptcha-container .form-row.simple-captcha {
  width: calc(50% - 15px);
  display: block;
  float: left;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
  background: #fff;
  border: 2px solid #bbb;
  height: 43px;
  padding: 0;
}

.simpleCaptcha-container .form-row.simple_captcha_input_field.mandatory {
  width: calc(50% - 15px);
  float: right;
  margin-top: 0;
  vertical-align: top;
}

.simpleCaptcha-container .form-row.simple_captcha_input_field label, .simpleCaptcha-container .form-row.simple_captcha_help_text {
  display: none;
}

.simpleCaptcha-container .form-row.simple_captcha_input_field input {
  width: 100%;4}

.errorlist.after {
  font-size: 12px;
  line-height: 12px;
}

.errorlist.after .message-block {
  color: #e64343;
}

/* web form CSS */
.form-template input[type="text"], .form-template .form-row select {
  height: 43px;
}

.widget-form input[type="text"], .widget-form textarea, .widget-form select {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  padding: 3px 14px;
  border: 2px solid #bbb;
}

.form-row label {
  width: auto;
}

/* Common Button CSS */
input[type=submit], input[type=button] {
  margin-top: 0px;
  height: auto !important;
  color: #fff;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 35px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 11px 0px rgba(100, 100, 100, 0.1), 0 9px 15px 0px rgba(100, 100, 100, 0.1);
          box-shadow: 0 3px 11px 0px rgba(100, 100, 100, 0.1), 0 9px 15px 0px rgba(100, 100, 100, 0.1);
  background-color: #42ba96;
  border: 2px solid #42ba96;
}

input[type=submit]:focus, input[type=submit].focus, input[type=button]:focus, input[type=button].focus {
  color: #fff;
  background-color: #359478;
  border-color: #359478;
}

input[type=submit]:hover, input[type=button]:hover {
  color: #42ba96;
  background-color: transparent;
  border: 2px solid #42ba96;
}

button, .button, a.button {
  margin-top: 0px;
  height: auto !important;
  color: #fff;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 35px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 11px 0px rgba(100, 100, 100, 0.1), 0 9px 15px 0px rgba(100, 100, 100, 0.1);
          box-shadow: 0 3px 11px 0px rgba(100, 100, 100, 0.1), 0 9px 15px 0px rgba(100, 100, 100, 0.1);
  background-color: #42ba96;
  border: 2px solid #42ba96;
}

button:focus, button.focus, .button:focus, .button.focus, a.button:focus, a.button.focus {
  color: #fff;
  background-color: #359478;
  border-color: #359478;
}

button:hover, .button:hover, a.button:hover {
  color: #42ba96;
  background-color: transparent;
  border: 2px solid #42ba96;
}

input[type=submit]:hover, input[type=button]:hover {
  background: #fff;
  color: #42ba96;
}

button.Zebra_DatePicker_Icon {
  background-position: right center;
}

/* Disable Button */
input[type=submit][disabled], input[type=button][disabled] {
  color: #e6e6e6;
  background-color: #6c757d;
  border: 2px solid #6c757d;
  text-shadow: none;
  opacity: 0.7;
}

input[type=submit][disabled]:focus, input[type=submit][disabled].focus, input[type=button][disabled]:focus, input[type=button][disabled].focus {
  color: #e6e6e6;
  background-color: #545b62;
  border-color: #545b62;
}

input[type=submit][disabled]:hover, input[type=button][disabled]:hover {
  color: #fff;
  background-color: #6c757d;
  border: 2px solid #6c757d;
}

button[disabled], .button.disabled, a.button.disabled {
  color: #e6e6e6;
  background-color: #6c757d;
  border: 2px solid #6c757d;
  text-shadow: none;
  opacity: 0.7;
}

button[disabled]:focus, button[disabled].focus, .button.disabled:focus, .button.disabled.focus, a.button.disabled:focus, a.button.disabled.focus {
  color: #e6e6e6;
  background-color: #545b62;
  border-color: #545b62;
}

button[disabled]:hover, .button.disabled:hover, a.button.disabled:hover {
  color: #fff;
  background-color: #6c757d;
  border: 2px solid #6c757d;
}

input[type="reset"] {
  color: #e6e6e6;
  background-color: #6c757d;
  border: 2px solid #6c757d;
  text-shadow: none;
  opacity: 0.7;
  opacity: 1;
}

input[type="reset"]:focus, input[type="reset"].focus {
  color: #e6e6e6;
  background-color: #545b62;
  border-color: #545b62;
}

input[type="reset"]:hover {
  color: #fff;
  background-color: #6c757d;
  border: 2px solid #6c757d;
}

.reset-button {
  color: #e6e6e6;
  background-color: #6c757d;
  border: 2px solid #6c757d;
  text-shadow: none;
  opacity: 0.7;
  opacity: 1;
}

.reset-button:focus, .reset-button.focus {
  color: #e6e6e6;
  background-color: #545b62;
  border-color: #545b62;
}

.reset-button:hover {
  color: #fff;
  background-color: #6c757d;
  border: 2px solid #6c757d;
}

.button.cancel-button {
  color: #e6e6e6;
  background-color: #6c757d;
  border: 2px solid #6c757d;
  text-shadow: none;
  opacity: 0.7;
  opacity: 1;
}

.button.cancel-button:focus, .button.cancel-button.focus {
  color: #e6e6e6;
  background-color: #545b62;
  border-color: #545b62;
}

.button.cancel-button:hover {
  color: #fff;
  background-color: #6c757d;
  border: 2px solid #6c757d;
}

.widget-pageHeading {
  background: #f8f8f8;
  padding: 50px 0;
  text-align: center;
  margin-bottom: 100px;
}

.jssor-slider-container .jssorb03 div {
  opacity: 0;
}

.jssor-slider-container .jssorb03 div:hover {
  opacity: 0;
}

.jssor-slider-container .jssorb03 .av {
  opacity: 0;
}

div.jssor-slider-container {
  width: 1920px;
  height: 640px;
  padding: 0 !important;
  text-align: left;
  margin: 0 auto;
}

div.jssor-slider-container .slide {
  display: none;
}

div.jssor-slider-container[jssor-slider="true"] .slide {
  display: block;
}

div.jssor-slider-container .container {
  width: 1920px;
  height: 600px;
  padding: 0 !important;
  text-align: left;
}

div.jssor-slider-container .jssora20l, div.jssor-slider-container .jssora20r, div.jssor-slider-container .slide {
  display: none;
}

div.jssor-slider-container[jssor-slider="true"] .slide, div.jssor-slider-container[jssor-slider="true"] .jssora20l, div.jssor-slider-container[jssor-slider="true"] .jssora20r {
  display: block;
}

.jssor-slider-container::before {
  content: url("../images/loading.gif");
  height: 64px;
  left: 50% !important;
  margin-left: -32px !important;
  margin-top: -32px !important;
  position: absolute;
  top: 50%;
  width: 64px;
}

.widget-gallery .jssor-slider-container .container [u="caption"] {
  left: 21%;
  top: 38%;
  padding: 0;
  border: 0;
  z-index: 9999;
}

.jssor-slider-container .slide::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 76, 148, 0.45);
}

.newsletter.unsubscribe {
  text-align: center;
  margin: 0 0 20px 0;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

.newsletter.unsubscribe.valid-verify-form h3 {
  margin: 0;
  font-size: 26px;
  color: #080808;
  text-transform: none;
  line-height: 36px;
  font-family: 'Gilroy';
  font-weight: 700;
  text-align: center;
  padding: 0;
}

.newsletter.unsubscribe span.message {
  margin-bottom: 20px;
  display: block;
  color: #7c370d;
  font-weight: normal;
  font-size: 17px;
}

.newsletter.unsubscribe.valid-verify-form textarea {
  height: 90px;
  width: 100%;
  display: block;
  text-align: left;
  margin: 0 auto;
}

.newsletter.unsubscribe .form-row.mandatory label {
  width: 100%;
  font-size: 16px;
}

.newsletter.unsubscribe .form-row button {
  border: none;
  font-size: 17px;
  color: #ffffff;
  font-weight: 600;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-color: #7c370d;
  margin: 0;
  width: 100%;
  padding: 14px 0;
  position: relative;
  margin-top: 20px;
}

.newsletter.unsubscribe .form-row button:before {
  content: "";
  display: block;
  height: calc(90% - 3px);
  width: calc(100% - 0px);
  border: 2px dashed #a98874;
  position: absolute;
  left: 1px;
  top: 4px;
  border-left: 0px;
  border-right: 0px;
}

.newsletter.unsubscribe .form-row button:hover {
  background: #000;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.widget-blogPost.recent-post.featured .post.post-list-view-height {
  padding-bottom: 7px;
}

.blog-categories .vertical .navigation-item a {
  border-bottom: none;
  display: block;
  padding: 0 0 0 20px;
  position: relative;
  color: #000000;
  font-size: 18px;
  margin: 0 0 10px;
  font-weight: normal;
  line-height: 25px;
  font-family: 'Century Gothic', sans-serif;
}

.blog-categories .vertical .navigation-item a::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #333;
  position: absolute;
  border-radius: 50%;
  top: 11px;
  left: 0;
}

.blog-categories .vertical .navigation-item a:hover, .blog-categories .vertical .navigation-item a:focus {
  color: #2b2b8a;
}

.blog-categories .vertical .navigation-item + .navigation-item {
  margin-top: 5px;
}

.blog-post-item {
  width: 45%;
  overflow: hidden;
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 394px;
  border: none;
  margin: 0 32px 20px 0;
}

.page-content .post-list-view-width {
  width: 100%;
  height: 210px;
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.page-content .blog-post-item a img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-categories {
  padding-top: 50px;
  padding-bottom: 100px;
}

.page-content .blog-post-item a:hover img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
}

.widget-blogPost .blog-post-content .blog-post-item .post-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-content .blog-post-item .title {
  width: 100%;
  font-size: 17px;
  line-height: 25px;
  text-transform: none;
  margin: 0;
  padding: 0;
}

.page-content .blog-post-item .title a {
  font-weight: 600;
  color: #000;
  font-size: 19px;
}

.blog-post-item .title {
  font-size: 20px;
  padding-bottom: 0px;
  padding-top: 0;
  line-height: 24px;
  margin-bottom: 8px;
}

.blog-post-item .title a {
  color: #000;
  font-size: 1em;
  font-weight: 400;
  font-size: 22px;
}

.blog-post-item .title a:hover {
  color: #2b2b8a;
}

.widget-blogPost .blog-post-content .blog-post-item .post-description .blog-post-info {
  margin-bottom: 3px;
  padding-top: 3px;
}

.blog-post-info span.date {
  color: #8a8685;
  background: none;
  padding-left: 0;
  margin-right: 5px;
  font-style: italic;
  position: relative;
  padding-right: 9px;
}

.blog-post-info span.date::before {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  height: 12px;
  width: 1px;
  background: #777;
}

.blog-post-info span.categories {
  background: none;
  padding-left: 0;
  margin-right: 10px;
  font-style: italic;
}

.page-content .blog-post-info span.categories a {
  color: #8a8685;
  padding-right: 15px;
}

.page-content .blog-post-info span.categories a:hover {
  color: #000;
}

.page-content .blog-post-item .content {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 0;
}

.blog-post-item .post-description > a {
  display: none;
}

.recent-post .content, .recent-post .blog-post-info {
  display: none;
}

.recent-post .blog-post-item {
  width: 100%;
  margin: 0;
  float: none;
  min-height: auto;
}

.recent-post .blog-post-item .title {
  margin: 0;
  padding: 0;
  position: relative;
  padding-left: 20px;
}

.recent-post h1.title::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #333;
  position: absolute;
  border-radius: 50%;
  top: 11px;
  left: 0;
}

.widget-snippet .service-read-more {
  padding-left: 35px !important;
}

.widget-snippet .service-read-more::after {
  display: none;
}

.recent-post .blog-post-item .title a {
  color: #000000;
  font-size: 18px;
  margin: 0 0 30px;
  font-weight: normal;
  line-height: 25px;
  font-family: 'Century Gothic', sans-serif;
}

.recent-post .blog-post-item .title a:hover {
  color: #2b2b8a;
}

.blog-post-item .title a {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.recent-post div.footer {
  display: none;
}

.recent-post .blog-post-item + .blog-post-item {
  margin-top: 15px;
}

.blog-post-content .footer {
  overflow: hidden;
  width: 100%;
  background-color: transparent;
  text-align: center;
  padding-top: 40px;
}

.blog-post-content .footer span.pagination {
  float: none;
}

.blog-post-content .footer span.pagination span {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 18px;
  font-weight: 700;
}

.blog-post-content .footer span.pagination span.current {
  background-image: none;
  background-color: #EF672F;
}

.blog-post-details .comment-post-panel {
  border: none;
  padding: 0;
  position: relative;
}

.message-block.info-message, .message-block.success {
  top: 28px;
}

.blog-category-details {
  padding: 91px 0 30px;
}

.blog-category-details .blog-post-item {
  min-height: 300px;
}

.blog-category-details .title {
  color: #070659;
  font-size: 45px;
  line-height: 50px;
  font-weight: bold;
  margin: 0;
  font-family: 'Century Gothic', sans-serif;
}

.comment-post-panel input[type="text"], .comment-post-panel input[type="email"] {
  width: 100%;
}

.comment-post-panel textarea {
  width: 100%;
  min-height: 150px;
  margin: 0;
}

.blog-post-details .comment-post-panel textarea {
  width: 100%;
  height: 200px;
  margin-bottom: 0;
}

.comment-post-panel .errorlist.after {
  font-weight: 600;
  color: #000069;
  font-size: 18px;
  font-family: 'Century Gothic', sans-serif;
  line-height: 25px;
}

.comment-post-panel .simpleCaptcha-container {
  margin-top: 20px;
  padding-bottom: 2px;
}

.blog-post-details .comment-post-panel h2 {
  font-size: 22px;
  padding-bottom: 15px;
  font-weight: 600;
}

.comment-post-panel .form-row {
  text-align: left;
}

.comment-post-panel .form-row.simple_captcha_input_field.mandatory {
  margin-top: 0;
}

#blog-post-create-comment-panel .max-character {
  color: #999;
  display: block;
  font-size: 11px;
  font-style: italic;
  padding-left: 5px;
  padding-right: 0;
  text-align: right;
  position: absolute;
  right: 0;
  top: 18px;
}

.blog-post-details {
  padding: 100px 60px 100px 0;
}

.blog-post-details .comment-post-panel label {
  color: #555555;
  display: block;
  padding-bottom: 7px;
  padding-top: 10px;
  font-size: 16px;
}

.blog-post-details .image img {
  width: 100%;
}

.blog-post-details .blog-post-info {
  padding-bottom: 17px;
}

.blog-post-details .title {
  margin-bottom: 4px;
}

.page-blog .page-content .widget.page-heading {
  margin-top: -15px;
}

.page-content .blog-post-details .title {
  color: #000069;
  margin-top: -6px;
  line-height: 38px;
  padding-bottom: 0;
}

.blog-post-details .post-description .content p {
  color: #000000;
  font-size: 15px;
  margin: 10px 0 20px;
  font-weight: normal;
  line-height: 27px;
  font-family: 'Century Gothic', sans-serif;
}

.comment-post-panel .errorlist.after {
  right: 25px;
  background: red;
  text-align: center;
  width: 143px;
  min-width: auto;
  position: absolute;
  bottom: -10px;
  border-radius: 10px;
}

.comment-post-panel .errorlist.after .message-block {
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
}

.comment-post-panel .form-row.textArea .errorlist.after {
  bottom: -7px;
  right: 10px;
}

.comment-post-panel .form-row.simple_captcha_input_field.mandatory .errorlist.after {
  bottom: -7px;
  right: 11px;
}

/* comments popup and like */
.blog-comments .info-row.writer .name {
  font-weight: bold;
  color: #000069;
  font-size: 22px;
  display: block;
  padding: 0 0 10px 0;
}

.blog-comments .info-row.writer .date {
  background: none;
  position: relative;
  padding-left: 19px;
  font-size: 14px;
}

.blog-comments .info-row.writer .date::before {
  content: "\f073";
  position: absolute;
  left: 0;
  top: -4px;
  font-family: "FontAwesome";
  font-size: 14px;
  color: #000069;
}

.blog-comments .info-row.writer span:nth-of-type(3) {
  font-weight: bold;
  color: #000069;
  display: none;
}

.blog-comments .info-row.writer span:nth-of-type(4) {
  font-size: 14px;
  display: none;
}

.blog-post-comment-panel .btn-like {
  margin-right: 10px;
  margin-left: 3px;
  display: none;
}

.blog-post-comment-panel .btn-liked {
  margin-right: 10px;
  margin-left: 3px;
  display: none;
}

.blog-post-comment-panel .btn-liked::after {
  content: "\f164";
  color: #000069;
  cursor: pointer;
}

.blog-post-comment-panel .btn-like::after {
  content: "\f164";
  color: #000069;
  cursor: pointer;
}

.blog-comments .info-row.writer .btn-comment-reply {
  position: relative;
  padding-right: 19px;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
  color: #000069;
}

.blog-post-comment-panel .btn-liked::after {
  content: "\f165";
  color: #000069;
}

.blog-comments .info-row.writer .btn-comment-reply:hover {
  color: #000;
}

.blog-comments .comment-item .content i {
  margin: 0 3px;
  color: #000000;
  font-size: 15px;
  font-style: normal;
  line-height: 20px;
}

.loging-to-react.popup .body a {
  font-weight: bold;
}

.loging-to-react.popup .header {
  background-color: #000069;
  border-bottom: 0;
  color: #fff;
  font-size: 16px;
  padding: 11px 10px;
  font-weight: bold;
}

.blog-comment-reply-popup.popup .header {
  background-color: #000069;
  border-bottom: 0;
  color: #fff;
  font-size: 16px;
  padding: 11px 10px;
  font-weight: bold;
}

.blog-comment-reply-popup label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.blog-comment-reply-popup input {
  width: 100%;
  height: 40px;
  border: none;
  border: 2px solid #dcdcdc;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 10px 0 0;
}

.blog-comment-reply-popup textarea {
  width: 100%;
  height: 40px;
  border: none;
  border: 2px solid #dcdcdc;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 10px 0 0;
  height: 90px;
}

.blog-comment-reply-popup .textarea-wrap .max-character {
  top: 0;
  right: 0;
  position: absolute;
  font-size: 12px;
}

.blog-comment-reply-popup input[type="text"].validation-error, .blog-comment-reply-popup input[type="password"].validation-error {
  background-color: transparent;
  border: none;
  border: 2px solid #dcdcdc;
  color: #ff0000;
}

.auto-page .blog-comment-reply-popup .errorlist.after .message-block {
  top: -1px;
  font-size: 14px;
}

.blog-comment-reply-popup .form-row.simple_captcha_input_field.mandatory {
  width: 100%;
  display: block;
  margin-left: 0;
  margin-top: 20px;
  vertical-align: top;
}

.blog-comment-reply-popup .simpleCaptcha-container {
  padding: 5px 0 0;
}

.blog-comment-reply-popup .simpleCaptcha-container .form-row.simple-captcha {
  display: inline-block;
  width: 100%;
}

.blog-post-details .blog-post-comment-panel .comment-item .content {
  font-size: 15px;
  line-height: 26px;
}

.blog-post-details .blog-post-comment-panel .comment-count-info-row {
  font-weight: 600;
}

.blog-comment-reply-popup .popup .body {
  background-color: #FFFFFF;
  padding: 20px 15px;
}

.loging-to-react.popup .body {
  min-height: 100%;
}

.loging-to-react.popup .body a {
  font-weight: 700;
  font-size: 19px;
  color: #000069;
}

.blog-comment-reply-popup .popup-bottom.footer {
  padding: 15px 15px 20px;
}

.blog-comment-reply-popup.popup .close-icon {
  background: url("/template/3b77056f/images/remove-icon.png");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center 5px;
}

.blog-comment-reply-popup.popup .close-icon::after {
  display: none;
}

/* eCommerce Base */
.stepper {
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 0;
}

.stepper .stepper-arrow {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border: none;
  border-radius: 0 !important;
  height: 36px;
  position: relative;
  right: 0;
  width: 30px;
  z-index: 0;
}

.stepper .stepper-arrow.up {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  position: relative;
}

.stepper .stepper-arrow.up::before {
  position: absolute;
  content: "+";
  height: 100%;
  width: 100%;
  top: 0;
  text-indent: 0;
  font-size: 20px;
  left: 0;
  line-height: 36px;
  text-align: center;
}

.stepper .stepper-arrow.down {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
}

.stepper .stepper-arrow.down::before {
  position: absolute;
  content: "-";
  height: 100%;
  width: 100%;
  top: 0;
  text-indent: 0;
  font-size: 20px;
  left: 0;
  line-height: 36px;
  text-align: center;
}

.stepper .stepper-input {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 30px;
  padding: 0;
  text-align: center;
}

/* cart Page
------------------
link: /cart/details
--------------------
*/
.shopping-cartitem h1 {
  float: none;
  padding-bottom: 15px;
  text-align: center;
  display: none;
  max-width: 960px;
}

.page-cart .shopping-cartitem {
  background: none;
  border: 0px;
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
  margin: 0 auto;
  max-width: 1060px;
}

.page-cart .shopping-cartitem.empty-cart {
  text-align: center;
  max-width: 450px;
  background: #f8f8f8;
  padding: 45px 0;
}

.page-cart .shopping-cartitem.empty-cart .empty-cartitem-text {
  margin-bottom: 20px;
  font-size: 20px;
  color: #000;
}

.cartitem-btn-wrapper.top {
  text-align: center;
  position: relative;
  margin-top: 0px;
  float: none;
  display: block;
  margin-bottom: 35px;
}

.cartitem-btn-wrapper.top a {
  margin-right: 5px;
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin-left: 5px;
}

.cartitem-btn-wrapper.top .button {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.cartitem-btn-wrapper.top .empty-cartitem-btn {
  color: #42ba96;
  background-color: transparent;
  border-color: #42ba96;
  border: 2px solid #42ba96;
}

.cartitem-btn-wrapper.top .empty-cartitem-btn:focus, .cartitem-btn-wrapper.top .empty-cartitem-btn.focus {
  color: #fff;
  background-color: #42ba96;
  border: 2px solid #42ba96;
}

.cartitem-btn-wrapper.top .empty-cartitem-btn:hover {
  color: #fff;
  background-color: #42ba96;
  border: 2px solid #42ba96;
}

.cartitem-table {
  margin-bottom: 20px !important;
}

.cartitem-table .stepper {
  margin: 0 auto;
  width: auto;
  float: none;
  width: 90px;
}

.cartitem-table th {
  font-weight: 400;
}

.cartitem-table td.total-label, .cartitem-table td.price {
  font-weight: 400;
}

.check-out-total .price, .shopping-cart-total .price {
  font-weight: 400;
}

.cartitem-table th, .cartitem-table td {
  width: 20%;
  text-align: center;
  border: 0px solid #eee;
  font-size: 16px;
}

.check-out-total .left-column, .shopping-cart-total .left-column {
  width: 40%;
  text-align: left;
}

.check-out-total .right-column, .shopping-cart-total .right-column {
  width: 58%;
  text-align: right;
}

.check-out-total *, .shopping-cart-total * {
  font-size: 15px;
}

.discount-coupon-code-form {
  background-color: #f8f8f8;
  border: 0;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.discount-coupon-code-form input[type=text] {
  height: auto;
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.discount-coupon-code-form .form-row.btn-row label {
  display: none;
}

.discount-coupon-code-form .form-row.btn-row button {
  display: block;
  width: 100%;
  color: #42ba96;
  background-color: transparent;
  border-color: #42ba96;
  border: 2px solid #42ba96;
}

.discount-coupon-code-form .form-row.btn-row button:focus, .discount-coupon-code-form .form-row.btn-row button.focus {
  color: #fff;
  background-color: #42ba96;
  border: 2px solid #42ba96;
}

.discount-coupon-code-form .form-row.btn-row button:hover {
  color: #fff;
  background-color: #42ba96;
  border: 2px solid #42ba96;
}

.check-out-total table, .shopping-cart-total table {
  font-size: 15px;
}

.check-out-total td.total-label, .shopping-cart-total td.total-label {
  padding: 10px 30px 10px 15px;
  border: 0;
}

.check-out-total .price, .shopping-cart-total .price {
  border: 0;
}

.check-out-total tr, .shopping-cart-total tr {
  border-bottom: 0;
}

.cartitem-btn-wrapper {
  text-align: right;
}

.cartitem-btn-wrapper .button {
  float: none;
}

.cartitem-btn-wrapper .continue-shopping-btn {
  color: #42ba96;
  background-color: transparent;
  border-color: #42ba96;
  border: 2px solid #42ba96;
}

.cartitem-btn-wrapper .continue-shopping-btn:focus, .cartitem-btn-wrapper .continue-shopping-btn.focus {
  color: #fff;
  background-color: #42ba96;
  border: 2px solid #42ba96;
}

.cartitem-btn-wrapper .continue-shopping-btn:hover {
  color: #fff;
  background-color: #42ba96;
  border: 2px solid #42ba96;
}

/* Checkout Page options
---------------------
link:/shop/checkout(before  login)
---------------------
*/
.checkout-page-options {
  margin: 0 auto;
  padding: 0;
  max-width: 960px;
}

.checkout-page-options .item-head {
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
  text-align: center;
  background: none;
  display: none;
}

.checkout-page-options > h1 {
  font-size: 36px;
  font-weight: 700;
  display: none;
}

.checkout-page-options .content-wrapper {
  border: 1px solid #d2d2d2;
  padding: 50px 30px;
}

.checkout-page-options .new-customer {
  display: inline-block;
  padding-right: 7%;
  vertical-align: top;
  width: 48%;
  padding-left: 3%;
}

.checkout-page-options .new-customer h1 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0px;
}

.checkout-page-options .new-customer p {
  font-size: 13px;
  line-height: 22px;
}

.checkout-page-options .new-customer .checkout-option {
  margin-top: 20px;
}

.checkout-page-options .registered-customer {
  border-left: 1px solid #d2d2d2;
  display: inline-block;
  padding-left: 7%;
  width: 48%;
}

.checkout-page-options .registered-customer > h1 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.checkout-page-options .registered-customer .form-row {
  margin-bottom: 15px;
}

.checkout-page-options .registered-customer .form-row.lost-password-row {
  padding-left: 30%;
}

.checkout-page-options .registered-customer .form-row label {
  line-height: 40px;
  width: 30%;
}

.checkout-page-options .registered-customer input[type="text"], .checkout-page-options .registered-customer input[type="password"] {
  width: 70%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 12px;
  float: right;
}

.checkout-page-options .registered-customer button.login-submit {
  width: 100%;
  margin-top: 5px;
  float: right;
  max-width: 70%;
}

/* Checkout Page 
---------------------
link: /shop/checkout
---------------------
*/
.checkout-page {
  max-width: 960px;
  margin: 0 auto;
}

.checkout-page .toolbar-btn:hover {
  background-color: #42ba96;
  border-color: #42ba96;
}

.checkout-page .page-heading {
  font-size: 36px;
  display: none;
}

.checkout-page .section {
  border: 0;
  color: #000;
  height: auto;
  line-height: 27px;
  margin-bottom: 15px;
  position: relative;
  background: none repeat scroll 0 0 #f5f5f5e6;
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.checkout-page .section.loaded {
  border: 2px solid #efefef;
  background: #fff;
}

.checkout-page .section.loaded .header .title {
  padding-top: 9px;
  font-size: 16px;
  display: inline-block;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.checkout-page .section.loaded > .header > .title {
  font-size: 17px;
  padding-left: 30px;
  color: #000000;
  font-family: "Poppins", sans-serif !important;
  font-weight: 700;
}

.checkout-page .section.loaded .body {
  padding: 20px 30px;
}

.checkout-page .section .header .title {
  color: #000;
  font-size: 14px;
  padding-left: 30px;
}

.checkout-page .section .header .icon {
  display: none;
}

.checkout-page .address-view .address {
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
  background: #fff;
}

.checkout-page .section .section.delivery-types {
  margin-top: 0;
  margin-bottom: 0;
}

.checkout-page .section .section.delivery-types > .form-row {
  margin-bottom: 10px;
}

.checkout-page .payment-option .body {
  background-color: #e6eae9;
}

.checkout-page .payment-option .body .code-submit-form button {
  line-height: 16px;
}

.section.delivery-types {
  background: #fff;
}

.checkout-page .address-edit-from-wrap > .header {
  margin-bottom: 15px;
}

.checkout-page .delivery-types .different-shipping {
  margin-left: 0;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}

.checkout-page .section .step-continue-button {
  margin-top: 10px;
  padding: 10px 20px;
  width: 100%;
}

.checkout-page .address-view > .header {
  margin-bottom: 7px;
}

.checkout-page .body .header .title {
  padding-top: 0 !important;
  padding-left: 0 !important;
  text-transform: capitalize !important;
  letter-spacing: 1px !important;
  font-weight: 700;
}

.checkout-page .toolbar-btn {
  text-transform: uppercase;
}

.checkout-page .confirm-order-btn-row .confirm-order-button {
  padding: 12px 40px;
  font-size: 15px;
  width: 100%;
}

.checkout-page .address-edit-from-wrap .form-row label {
  color: #353535;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
}

.checkout-page .address-edit-from-wrap form {
  background-color: transparent;
  padding: 0;
}

.checkout-page .form-row input, .checkout-page .form-row select, .checkout-page .form-row textarea {
  padding-top: 6px;
  padding-bottom: 8px;
  margin: 5px 0;
}

.check-out-total > .price-row {
  padding-top: 0;
  padding-bottom: 0;
}

.confirm-step-form .left-panel {
  width: 50%;
  background: #fff;
  padding: 40px;
  margin: 53px 0 0 0;
  padding-left: 15px;
}

.confirm-step-form .cart-item .details .price {
  padding: 0;
}

.confirm-step-form .right-panel {
  padding: 0 0 0 30px;
  background-color: #ffffff;
  width: 50%;
}

.checkout-page .section.confirm form > div + div span strong {
  font-size: 15px;
  vertical-align: top;
}

.confirm-step-form .left-panel > .header .title {
  padding-top: 0 !important;
  padding-left: 0 !important;
  text-transform: capitalize !important;
  letter-spacing: 1px !important;
  font-weight: 700;
}

.checkout-page .payment-option > .header {
  border-top: 0;
  text-transform: uppercase;
}

.checkout-page .payment-options {
  border-bottom: 0;
}

.confirm-step-form .cart-item .details {
  padding-left: 15px;
}

.payment-gateway {
  padding-top: 20px;
  margin-bottom: 40px;
}

.payment-gateway .payment-method {
  border: 2px solid #9d9d9d;
  width: 100%;
  max-width: 300px;
}

.cartitem-table .total-price-column {
  min-width: 106px;
  width: 106px;
}

.check-out-total > .price-row .price {
  font-weight: 500;
}

.check-out-total > .price-row .label, .check-out-total > .price-row .price {
  font-family: "Open Sans", sans-serif;
  padding: 5px 0;
}

.check-out-total .total-order .price {
  font-size: 16px;
}

/* Login Page*/
.login-form {
  width: 100%;
  width: 100%;
  max-width: 480px;
  border: 1px solid #efefef;
  background: #fff;
  margin: 0 auto;
  padding: 45px;
}

.login-form .lost-password a {
  color: #0c9a70;
  margin-top: 15px;
  display: inline-block;
  font-weight: 500;
}

.login-form .lost-password a:hover {
  color: #000000;
}

.login-form span.title {
  display: none;
}

.login-form .account-register a {
  color: #0c9a70;
}

.login-form .account-register a:hover {
  color: #0c9a70;
}

.login-form .errorlist.after {
  bottom: -11px;
}

.login-form input[type="password"], .login-form input[type="text"] {
  width: 100%;
  background-color: transparent;
  margin-bottom: 17px;
}

.login-form .submit-row {
  margin: 0px 0 0;
  float: none;
  display: block;
  padding-top: 5px;
}

.login-form .remember {
  margin: 22px 0 12px;
  width: 230px;
}

.form-row.remember input {
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -5px;
}

/* Forget Password */
.password-reset-form {
  text-align: center;
  max-width: 370px;
  margin: 0 auto;
}

.password-reset-form .title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000;
}

.password-reset-form .form-row {
  display: block;
}

.password-reset-form .form-row input {
  width: 100%;
}

.password-reset-form .form-row label {
  text-align: center;
  margin-bottom: 5px;
}

.password-reset-form .form-row.submit-row button {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin: 0;
  width: 100%;
  position: relative;
  margin-top: 10px;
}

.password-reset-form .lost-password-text {
  padding: 0 0 5px 0;
  color: #000;
  font-weight: normal;
  font-size: 17px;
  margin-bottom: 20px;
}

.password-reset-form .errorlist.after {
  top: auto;
  left: auto;
  position: relative;
  width: 100%;
  bottom: auto;
}

.password-reset-form .errorlist.after .message-block {
  text-align: center;
}

/* Customer Registration 
------------------------------
link: /customer/register
------------------------------
*/
.registration-form {
  margin: 0 auto;
  max-width: 750px;
  padding: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  border: 1px solid #efefef;
}

.registration-form .title {
  text-align: center;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.registration-form .simpleCaptcha-container {
  padding: 5px 15px 5px;
}

.registration-form > .form-row:not(.submit-row) {
  width: 50%;
  float: left;
  padding: 4px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.registration-form .form-row.submit-row {
  padding: 0 15px;
  margin-top: 15px;
}

.registration-form .form-row .suggestion {
  right: 15px;
}

.registration-form .form-row.submit-row label {
  display: none;
}

.registration-form .form-row.submit-row button {
  width: 100%;
}

.registration-form input {
  width: 100%;
}

.registration-form select {
  width: 100%;
}

.registration-form input.radio:nth-of-type(2) {
  margin-left: 15px;
}

.registration-form .errorlist.after {
  position: absolute;
}

.password-meter-wrap {
  position: absolute;
  top: 0;
  right: 0;
}

/*start:quick cart*/
.quick-cart-content {
  background: #ffffff none repeat scroll 0 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 35px;
  width: 430px;
  z-index: 99999;
  padding: 20px 25px 30px 25px;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 2px 0 #aeadad;
          box-shadow: 0 0 2px 0 #aeadad;
  height: auto !important;
}

.quick-cart-content::before {
  content: "";
  margin-left: 0;
  top: -10px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  right: 10px;
}

.quick-cart-content table {
  border: none;
  padding: 8px 0;
  font-size: 13px;
  line-height: 23px;
  font-weight: 500;
  margin: 0;
}

.quick-cart-content table th, .quick-cart-content table td {
  border: none;
  padding: 8px 0;
  font-size: 13px;
  line-height: 23px;
  font-weight: 500;
}

.quick-cart-content table tr th, .quick-cart-content table tr td {
  border-bottom: 1px solid #ccc;
  word-break: normal;
}

.quick-cart-content table th {
  color: #000;
  font-weight: 500;
  font-size: 15px;
  background-color: #fff;
}

.quick-cart-content table td.total, .quick-cart-content table td.total-price {
  color: #000;
  font-weight: 500;
  font-size: 15px;
  background-color: #fff;
  border-bottom: none;
}

.quick-cart-content table tr th.quantity {
  text-align: center;
}

.quick-cart-content table tr:nth-child(2n) {
  background: #fff;
}

.quick-cart-content table tr th.price {
  text-align: right;
}

.quick-cart-content .cart-details-link {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.quick-cart-content .cart-details-link .button {
  width: 49%;
}

.quick-cart-content .cart-details-link a.view-cart.button {
  color: #42ba96;
  background-color: transparent;
  border-color: #42ba96;
  border: 2px solid #42ba96;
}

.quick-cart-content .cart-details-link a.view-cart.button:focus, .quick-cart-content .cart-details-link a.view-cart.button.focus {
  color: #fff;
  background-color: #42ba96;
  border: 2px solid #42ba96;
}

.quick-cart-content .cart-details-link a.view-cart.button:hover {
  color: #fff;
  background-color: #42ba96;
  border: 2px solid #42ba96;
}

/*end:quick cart*/
/*Start:Product block*/
.product-view.image-view .product-block, .product-view.scrollable-view .product-block {
  width: 25%;
  float: left;
  margin: 0;
  text-align: center;
  padding: 25px;
}

.product-view.image-view .content {
  overflow: hidden;
}

.product-view.image-view, .product-view.scrollable-view {
  width: calc($product-block-width - 4px);
}

.add-to-cart-popup .short-info > div, .add-cart-information-popup .short-info > div {
  padding-bottom: 0;
}

.popup div.quantity, .popup div.item {
  padding: 7px 0 7px;
}

.popup .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup .item > span {
  margin: 0;
}

.popup .stepper {
  margin-bottom: 0;
}

.popup.add-cart-information-popup .variation-container {
  text-align: center;
}

.popup.add-cart-information-popup .close-btn.button {
  color: #42ba96;
  background-color: transparent;
  border-color: #42ba96;
  border: 2px solid #42ba96;
}

.popup.add-cart-information-popup .close-btn.button:focus, .popup.add-cart-information-popup .close-btn.button.focus {
  color: #fff;
  background-color: #42ba96;
  border: 2px solid #42ba96;
}

.popup.add-cart-information-popup .close-btn.button:hover {
  color: #fff;
  background-color: #42ba96;
  border: 2px solid #42ba96;
}

.popup.add-cart-information-popup td.product-img {
  width: 100px;
}

.popup.add-cart-information-popup span.title {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.popup.add-cart-information-popup h4.title {
  font-size: 16px;
  margin-top: 20px;
  text-align: center;
  font-weight: normal;
}

.popup .cart-summary {
  clear: none;
  color: #000;
  display: block;
  float: none;
  text-align: center;
}

.popup .cart-summary-header {
  color: #000;
  float: none;
  font-size: 16px;
  padding-right: 0px;
  text-align: center;
}

.popup .status-bar-product-name {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  display: block;
  text-align: center;
}

.popup .button-item {
  display: block;
  clear: both;
}

.popup .button-item .button {
  vertical-align: middle;
}

.popup .continue-shopping-btn {
  color: #42ba96;
  background-color: transparent;
  border-color: #42ba96;
  border: 2px solid #42ba96;
}

.popup .continue-shopping-btn:focus, .popup .continue-shopping-btn.focus {
  color: #fff;
  background-color: #42ba96;
  border: 2px solid #42ba96;
}

.popup .continue-shopping-btn:hover {
  color: #fff;
  background-color: #42ba96;
  border: 2px solid #42ba96;
}

.popup .header {
  background-color: #fff;
  border-bottom: 1px solid #e2e2e2;
  color: #000;
  padding: 0px 0 15px;
  text-align: center;
}

.popup .body {
  background-color: #FFFFFF;
  padding: 20px 10px;
}

.popup .button-line, .popup .footer {
  background-color: #fff;
  padding: 0;
  text-align: center;
  border: 0;
  margin-top: 20px;
}

.popup .button-item {
  text-align: center;
  margin: 25px 0 0px;
}

.popup .close-icon {
  top: 15px;
  right: 10px;
}

.popup .button-item .continue-shopping-btn, .popup .button-item .cart-page-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.popup a.cart-page-button.button.et_ecommerce_view_cart, .popup .close-btn.button {
  margin-left: 3%;
}

.popup button:nth-of-type(1) {
  margin-left: 0;
}

.popup {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 30px 50px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.confirm-popup.popup .header-line .title {
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.confirm-popup.popup .button-line {
  padding-top: 0;
}

.wish-list-popup label {
  display: inline-block;
  margin-right: 15px;
  width: auto;
}

.shipment-calculator-popup .header > .status-message {
  font-size: 16px;
}

.shipment-calculator-popup .multi-column form {
  margin: 0 -15px;
}

.shipment-calculator-popup .first-column .form-row {
  width: 50%;
  float: left;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.shipment-calculator-popup .form-row label {
  width: 100%;
  display: block;
}

.shipment-calculator-popup .form-row input, .shipment-calculator-popup .form-row select {
  width: 100%;
}

.save-cart button.form-reset.close-popup {
  color: #e6e6e6;
  background-color: #6c757d;
  border: 2px solid #6c757d;
  text-shadow: none;
  opacity: 0.7;
}

.save-cart button.form-reset.close-popup:focus, .save-cart button.form-reset.close-popup.focus {
  color: #e6e6e6;
  background-color: #545b62;
  border-color: #545b62;
}

.save-cart button.form-reset.close-popup:hover {
  color: #fff;
  background-color: #6c757d;
  border: 2px solid #6c757d;
}

.save-cart .popup-bottom.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.save-cart .popup-bottom.footer button {
  width: 49%;
  margin-left: 0;
}
/*# sourceMappingURL=style.css.map */

/*Start Footer Address */
.widget.widget-article.footer-address .footer-contact-info h5 {
    font-family:'ITC Bauhaus';
    font-style: normal;
    font-weight: normal;
    font-size: 25.4848px;
    line-height: 29px;
    letter-spacing: 0.02em;
    color: #5B9D56;
    padding-top:0px;
}
.widget.widget-article.footer-address .footer-contact-info .address-content p {
  margin:0;
  font-family:'Mulish';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  padding-bottom: 12px;
}
.widget.widget-article.footer-address .footer-contact-info .email-content p{
  margin:0;
  font-family:'Mulish';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  padding-bottom:0;
}
.widget.widget-article.footer-address .footer-contact-info .email-content p a{
  color: #000000;
}
.widget.widget-article.footer-address .footer-contact-info .email-content p a:hover{
  color:#5b9d56;
}
/*End Footer Address */

/*Start Footer Copyright */
.header .header-contact-link {
text-align: right;
}
.widget-snippet .header-address-section {
padding-left: 35px;
}
.widget.widget-article .footer-copyright {
max-width:1430px;
margin: 0 auto;
padding: 0 15px;
display: flex;
justify-content: space-between;
}
.widget.widget-article.footer-bottom {
  padding-top: 22px;
}
.widget.widget-article .footer-copyright .footer-left, .widget.widget-article .footer-copyright .footer-right {
  max-width: 49%;
  display: inline-block;
  width: 100%;
  color: #000;
}
.widget.widget-article .footer-copyright .footer-left p {
  font-family:'Mulish';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 45px;
  letter-spacing:1px;
  color: rgba(0, 0, 0, 0.66);
  padding-bottom: 0;
  margin: 0;
 }
.widget.widget-article .footer-copyright .footer-left p a {
  color: rgba(0, 0, 0, 0.66);
  text-decoration: none;
}
.widget.widget-article .footer-copyright .footer-left p a:hover {
    color: #9fcc67;
    text-decoration: none;
}
.widget.widget-article .footer-copyright .footer-right {
  text-align: right;
}
.widget.widget-article .footer-copyright .footer-right a {
    position: relative;
    font-family:'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 45px;
    letter-spacing:1px;
    color: rgba(0, 0, 0, 0.66);
}
.widget.widget-article .footer-copyright .footer-right a:before {
  content: "|";
  margin-right: 10px;
  margin-left: 5px;
}
.widget.widget-article .footer-copyright .footer-right a:hover {
    color: #9fcc67;
    text-decoration: none;
}
.widget.widget-article .footer-copyright .footer-right a:hover:before {
  color: #000;
}
.widget.widget-article .footer-copyright .footer-right a:first-child:before {
  display: none;
}
/*End Footer Copyright */

/*Start Footer Navigation */
.footer .widget.widget-navigation.footer-nav-item .nav-wrapper{
  display:flex;
  flex-wrap:wrap;
}
.footer .widget.widget-navigation.footer-nav-item .vertical .navigation-item {
    display: inline-block;
    width: 50%;
    float: left;
}
.footer .widget.widget-navigation.footer-nav-item .vertical .navigation-item a {
  font-family:'Mulish';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 37px;
  letter-spacing: 0.02em;
  color: #000000;
  border-bottom: 0;
  padding: 0;
  display: inline-block;
}
.footer .widget.widget-navigation.footer-nav-item .vertical .navigation-item a:hover{
  color:#9FCC67;
}
/*End Footer Navigation */
.footer {
    border-top: 4px solid #5B9D56;
    background: #fff;
    position:relative;
}
.footer:before {
  position:absolute;
  width:100%;
  content:'';
  bottom: 90px;
  right:0;
  border: 1px solid rgba(0, 0, 0, 0.11);
}
/*Start Testimonial*/
.owlCarousel.widget.widget-gallery.clinical-service .item .article-content a{
  width: 100%;
  height: 100%;
  display: block;
  position:relative;
}
.clinical-service .owl-carousel {
   max-width: 1640px;
   margin: auto;
   padding-left: 100px;
   padding-right: 100px;
   padding-bottom: 85px;
   padding-top: 34px;
}
.clinical-service .item .article-title {
    display: none;
}

.clinical-service .owl-nav {
    position: absolute;
    top: 29%;
    width: 100%;
}
.clinical-service .owl-theme .owl-controls .owl-nav [class*="owl"] {

    background: none;
    font-size: 0;
}
.clinical-service .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: none;
  }
.clinical-service .owl-prev:before {
    content: "";
    background: url(../images/left-arrow-slide.png) no-repeat center;
    width: 36px;
    height: 36px;
    position: absolute;
    left: -80px;
    top: 60px;
    border: 1px solid rgba(159, 204, 103, 0.21);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.clinical-service .owl-prev:hover:before {
  background-color: #9fcc67;
  border-color: #9fcc67;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-image:url("../images/left-slider-arrow.png");
}

.clinical-service .owl-next:before {
    content: "";
    background: url("../images/right-arrow-slide.png") no-repeat center;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 120px;
    top: 60px;
    border: 1px solid rgba(159, 204, 103, 0.21);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.clinical-service .owl-next:hover:before {
  background-color: #9fcc67;
  border-color: #9fcc67;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-image:url("../images/right-slider-arrow.png");
}
.clinical-service .owl-theme .owl-dots .owl-dot span {
  display: none;
}
.widget.widget-gallery.clinical-service .item {
    text-align: center;
    max-width: 350px;
    padding: 40px;
    position: relative;

}
.widget.widget-gallery.clinical-service .item:hover{
    background: rgba(159, 204, 103, 0.09);
}
.owlCarousel.widget.widget-gallery.clinical-service .item .article-content .service-item .service-img {
    width: 75px;
    height: 100px;
    margin: 0 auto;
}

.owlCarousel.widget.widget-gallery.clinical-service .item .article-content .service-item .service-text h3 {
   font-family: 'ITC Bauhaus';
   font-style: normal;
   font-weight: normal;
   font-size: 23px;
   line-height: 38px;
   text-align: center;
   letter-spacing: 0.02em;
   color: rgba(0, 0, 0, 0.8);
   padding-bottom:7px;
   padding-top:0px;
}
.owlCarousel.widget.widget-gallery.clinical-service .item .article-content .service-item .service-text p {
  font-family:'Mulish';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
  padding-bottom: 20px;
}
.owlCarousel.widget.widget-gallery.clinical-service .item .article-content a,
.owlCarousel.widget.widget-gallery.clinical-service .item .article-content a:hover{
  text-decoration:none;
}
.widget.widget-html.clinical-service-title{
    max-width:972px;
    margin:0 auto;
}
.widget.widget-html.clinical-service-title h2 {
font-family: ITC Bauhaus;
font-style: normal;
font-weight: 500;
font-size: 39px;
line-height: 44px;
text-align: center;
letter-spacing: 1px;
color: #9FCC67;
}
.widget.widget-html.clinical-service-title p {font-family: Mulish;font-style: normal;font-weight: 600;font-size: 16px;line-height: 26px;text-align: center;letter-spacing: 0.02em;letter-spacing: 1px;color: rgba(0, 0, 0, 0.8);}
.owlCarousel.widget.widget-gallery.clinical-service .item .article-content .service-item{
position: relative;
}
.owlCarousel.widget.widget-gallery.clinical-service .item .article-content .service-item:before {
content:'';
background: url("../images/right-arrow.png")no-repeat;
background-position:center center;
border-radius: 100%;
background-color: #f7f7f7;
padding: 20px;
transition: all 0.5s ease 0s;
position:absolute;
bottom: 0;
left: 50%;
margin-left:-21px;
cursor:pointer;
}
.owlCarousel.widget.widget-gallery.clinical-service .item:hover .article-content .service-item:before{

background: url("../images/right-arrow-white.png")no-repeat;
background-position:center center;
background-color:#9FCC67;
}
.owlCarousel.widget.widget-gallery.clinical-service .item .article-content .service-item .service-text {
    padding-bottom: 45px;
}
/*End Testimonial*/
/*Start Header*/
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.active, .widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.active a {
    background: #9FCC67;
  color:#fff
}
.header {
    background: url(../images/header-bg.jpg);
    background-repeat: repeat-x;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.header .nav-wrapper.horizontal .navigation-item a {
    text-decoration: none;
    color: #000000;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    font-family:'ITC Bauhaus';
    line-height: 19px;
    letter-spacing: 0.03em;
}

.header .nav-wrapper.horizontal .navigation-item a:hover {
    color: #9FCC67;
}
.widget-navigation.main-menu {
    text-align:left;

}
.widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item>a {
    position: relative;
    margin: 0;
    padding-bottom: 20px;
}

.widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item.active>a:before, .widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item:hover>a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2.5px;
    background: #9FCC67;
}

.widget-navigation.main-menu .navigation-item.first {
    padding-left: 0;
}

.widget-navigation.main-menu .navigation-item {
    padding-left: 35px;
}

.widget-navigation.main-menu .navigation-item a {
    text-decoration: none;
    color: #000000;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    font-family:'ITC Bauhaus';
    line-height: 19px;
    letter-spacing: 0.03em;
}
.widget-navigation.main-menu .navigation-item a {
   color: #9FCC67;
}
.widget-navigation .horizontal .navigation-item.last {
    padding-right: 0;
}
.header .widget.widget-search .search-form form {
    text-align: right;
    max-width: 193px;
    float: right;
    width: 100%;
}
.widget-search.search-box input {
    width: 100%;
    border: 0px;
    height: 44px;
    background-color:rgba(255, 255, 255, 0.13);
    -webkit-border-radius: 30px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    padding: 3px 14px;
    padding-left: 45px;
    border-radius: 50px;
    margin: 5px 0;
}
 .search-box input::-webkit-input-placeholder { /* Edge */
 color: #fff;
 
}
 .search-box input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
}
 .search-box input::placeholder {
 color: #fff;
}
.widget-search.search-box button {
    width: 50px;
    height: 44px;
    border: 0;
    padding: 0;
    position: absolute;
    font-size: 0px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    padding: 0;
    min-width: auto;
    top: 5px;
    left: 20px;
    background: transparent;
    margin-left: 8px;
}
.widget-search.search-box button:before {
  content: "";
  background: url("../images/search-top.png") no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  display: inline-block;
  top: 15px;
  left:20px;
}
.widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item.has-child>a span {
    position: relative;
}

.widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item.has-child>a span::after {
  content: '\f107';
  color: #000;
  font-size: 18px;
  position: absolute;
  font-family: "FontAwesome";
  right: -20px;
  top: 2px;
  font-weight: bold;
  }
/** Start Sub Menu **/
.main-menu .navigation-item .navigation-item-child-container {
  width: 268px;
  top: 55px;
  background: #fff;
  text-align: center;
  padding: 0px;
  left: 50%;
  box-shadow: 5px 0px 32px rgba(0, 0, 0, 0.12);
  margin: -10px 0 0 -122px;
  position: absolute;
  border-radius: 0;
}
.main-menu .navigation-item-child-container .navigation-item.first a::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 0px;
  height: 0px;
  border-color: #FFF transparent #FFF transparent;
  border-width: 0 10px 10px 10px;
  border-style: solid;
  transition: all 0.5s ease 0s;
  transform: translateX(-50%);
  margin-left: 0;
  z-index: 1;
}
.main-menu .navigation-item-child-container .navigation-item.first a:hover::before {
  border-color: #9FCC67 transparent #9FCC67 transparent;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
  margin-right: 0;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
  padding: 16px 5px;
  font-size: 15px;
  text-align: center;
  color: #000000;
  text-transform: none;
  font-weight: 500;
  transition: all 0.5s ease 0s;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.last a {
  padding-right: 24px;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:last-child a {
  border-bottom: 0;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover {
  background: #9FCC67;;
  color: #fff;
  z-index: 2;
  display: block;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a::after, .widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover::after, .widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:focus::after, .widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.active a::after {
  display: none;
}
.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
  padding: 0px;
}
/** End Sub Menu **/
/*End Header*/

/*start:Page not found */
.page-page-not-found .page-content {
  text-align: center;
  padding-bottom:0px;
}
.page-page-not-found .page-content .article-content h2 {
    color: #9FCC67;
    text-align: center;
    font-weight: 700;
    padding: 80px 0 20px 0;
    margin: 0;
    font-size: 75px;
    line-height: 60px;
    text-transform: none;
}

.page-page-not-found .page-content .article-content h2 strong {
    text-transform: uppercase;
    font-size: 90px;
}
.page-page-not-found .page-content .article-content h3 {
    color: #081a3a;
    font-size: 35px;
    text-align: center;
    padding: 0 0 10px 0;
    margin: 0;
    font-weight: normal;
    text-transform: none;
    font-weight: 500;
}
.page-page-not-found .page-content .article-content p {
    color: #1C1C1C;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 19px;
    font-weight: 400;
}
 
/*end:Page not found */

/******Start Home Tab*****/
.widget-tabAccordion.home-tab {
  position: relative;
}
.widget-tabAccordion.home-tab:before {
  content: '';
  position: absolute;
  background: linear-gradient(100.09deg, #9FCC67 2.1%, #5B9D56 89.76%);
  left: 0;
  top: 50px;
  width: 100%;
  height: 100%;
}
.widget-tabAccordion.home-tab .tab-accordion-accordion.accordion-panel {
  max-width: 1400px;
  margin: -60px auto 0;
  position: relative;
}
.accordion-panel > .label-bar {
  font-family: 'ITC Bauhaus';
  font-style: normal;
  font-weight: normal;
  font-size: 27px;
  line-height: 55px;
  letter-spacing: 0.02em;
  color: #5B9D56;
  height: 155px;
  padding: 15px 40px 22px 40px;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  border: 0;
  position: relative;
}
.accordion-panel > .label-bar.expanded {
  border-radius: 3px 3px 0 0;
  background: #fff;
  position: relative;
}
.accordion-panel > .label-bar.collapsed::after {
  position: absolute;
  content: "";
  right: 35px;
  top: 58px;
  height: 20px;
  overflow: hidden;
  background: url("../images/readmore-less.png")no-repeat;
  width: 110px;
  background-position-y: -32px;
}
.accordion-panel > .label-bar.expanded::after {
  position: absolute;
  content: "";
  right: 35px;
  top: 45px;
  height: 20px;
  overflow: hidden;
  background: url("../images/readmore-less.png")no-repeat;
  width: 98px;
}
.accordion-panel > .label-bar:before {
  position: absolute;
  content: "";
  right: 168px;
  top: 25px;
  width: 1px;
  background:rgba(0, 0, 0, 0.18);
  height: 100px;
  z-index: 1;
}
.accordion-panel > .accordion-item.expanded {
  border-radius: 0 0 3px 3px;
  background: #fff;
}
.accordion-item.expanded .widget-html.wc-tab-accordion-widget {
  padding: 0 250px 10px 40px;
}
.accordion-item.expanded .widget-html.wc-tab-accordion-widget p {
  font-size: 16px;
  line-height: 30px;
  font-weight:300;
}
.accordion-item.expanded .widget-html.wc-tab-accordion-widget p a {
  text-decoration: underline;
}
.accordion-panel > .label-bar .toggle-icon {
  background-image: none;
}
.accordion-panel > .label-bar.expanded {
  color: #222;
  height: 75px;
}
.accordion-panel > .accordion-item.collapsed {
  display: block !important;
  top:72px;
  position:absolute;
  margin-bottom:20px;
  border: 0px;
  height: 50px;
  overflow: hidden;
  background: #fff;
  border-top: 0;
  padding: 3px 200px 3px 30px;
}
.accordion-panel > .accordion-item.collapsed p {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 0;
}
.accordion-panel > .label-bar:hover {
  /* background: none repeat scroll 0 0 #fbfff0; */
}
.accordion-panel > .accordion-item.collapsed .widget-html.wc-tab-accordion-widget {
  padding-left: 10px
}
/******End Home Tab*****/
.page-about-us .map{
  margin-bottom: -103px;
}
.page-content .v-split-container > .v-split {
/* margin: auto; */
/* width: 1400px; */
/* max-width: 100%; */

}
.page-home .page-content {
    margin-bottom: 0;
}
.widget.widget-article .timing-guide {
    display: flex;
    flex-wrap: wrap;
}

.widget.widget-article .timing-guide .left-item {
    width:49%;
    margin-right: 15px;
}
.widget.widget-article .timing-guide .right-item {
    width:48%;
    margin-left: 15px;
}
.widget.widget-article .timing-guide .left-item h4, .widget.widget-article .timing-guide .right-item h4  {
 max-width: 550px ;
  line-height: 36px
}
.widget.widget-article .online-forms{
  margin-top: 30px;
  margin-bottom: 10px;
}
.widget.widget-article .online-forms a {
    padding: 15px 18px 15px;
    background: #9fcc67;
    font-weight: 400;
    font-family: 'Mulish';
    text-decoration: none;
    color: #fff;
    text-decoration:none;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.01em;
}
.widget.widget-article .online-forms a:hover {
    color: #9fcc67;
    background: #fff;
    border:2px solid #9fcc67;
    text-decoration:none;

}
.page-online-request-forms .widget.widget-article figure {
    background: #f8f8f8;
    padding: 25px 20px;
    max-width: 400px;
    width: 100%;
    text-align: center;
    margin: 0;
    margin-left: auto;
    margin-right: 0;
}
.page-online-request-forms .widget.widget-article figure img {
    width: 40%;
}
.page-map .widget.widget-article .map-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px;
    background: #EDF2EA;
}
.page-map .widget.widget-article .map-content .left-area h4{
  border-bottom:1px solid #9fcc67;
  text-align:center;
  max-width: 295px;
  width: 100%;
  margin:0 auto;
  margin-bottom: 30px;
  font-size: 35px;
}
.page-map .widget.widget-article .map-content .left-area p{

text-align:center;
}
.page-map .widget.widget-article .map-content .left-area p:last-child{

padding-bottom:0;
}
.page-map .widget.widget-article .map-content .left-area {
    padding-left: 30px;
}
.page-map .widget.widget-article .map-content .right-area figure {
    background: #ffff;
    padding: 20px;
    max-width: 450px;
    width: 100%;
    text-align: center;
    margin: 0;
    float:right;
}
.page-map .widget.widget-article .map-content .right-area figure img {
    width: 100%;
}
/*Start Search Page*/
.entire-search .total-result {
    text-align: center;
    color: #9fcc67;
    padding-bottom: 60px;
    padding-top: 15px;
    font-family: 'Mulish';
}
.entire-search .search-result > .title {
  text-align: left;
  padding: 0 0 30px 15px;
  border-top: 0;
  border-bottom: 0;
  font-family: 'Mulish';
}
.search-result.products .pagination span.prev:before {
  top: -7px;
}
.search-result.products .pagination span.next:before {
  top: -7px;
}
.entire-search .search-results .search-result {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.entire-search .search-result.pages .title.page {
  padding: 0 0 15px 0;
  border-bottom: 1px solid #f0f3ed;
}
.entire-search .search-results .page a {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Mulish';
}
.entire-search .search-results .page .title {
  margin-right: 14px;
  font-family: "mulish";
}
.entire-search h2 {
  font-size: 32px;
  padding-bottom: 0;
  color: #000;
  text-align: center;
}
.entire-search .search-results .search-result .title.product {
  font-size: 24px;
  color: #333;
}
.search-result .pagination-literal-status, .search-result .pagination {
  font-size: 16px;
  margin-top: 5px;
}
.page-search-result .block-content-wrap .btn-add .add-to-cart-button.button.et_pdp_add_to_cart:before {
  margin-top: -9px;
}
.page-search-result .page-content .footer {
    background: none;
    border-top: 1px solid rgba(112,112,112,0.10);
    padding-top: 0;
    text-align: left;
    clear: both;
    padding: 20px 0 40px;
    margin-top: 40px;
}
.entire-search .search-results .page a:hover {
    color: #535a44;
}
.search-results .page .page-read-more {
    color: #9fcc67;
}
.search-results .page .page-read-more:hover {
        color: #9fcc67;
    text-decoration: underline;
}
.search-results .page .summary {
    font-size: 16px;
    font-family: 'mulish';
}
.entire-search .search-results .page a:hover {
    color: #9fcc67;
    text-decoration: underline;
}
.entire-search span.search-result-type {
    font-family: 'Mulish';
}
.search-result .pagination-literal-status, .search-result .pagination {
    font-size: 16px;
    margin-top: 0;
    font-family: 'mulish';
}
.entire-search .page-result-footer {
    border-top:1px solid #f0f3ed;
    padding-top:20px;
}
/*End Search Page*/
.pagination span {
    border: none;
    cursor: pointer;
    margin: 0 5px;
    padding: 3px 8px;
    box-shadow: none;
    display: inline-block;
    background-image: none;
    color: #000;
    font-size: 18px;
    font-weight: 700;
}
.pagination span.first, .pagination span.last {
    display: none;
}
.pagination span.page-number.current {
    color: #9fcc67;
    background: none;
    border: 0;
}
.pagination span.prev {
    position: relative;
    margin: 0 15px 0 0;
    padding: 0;
    font-size: 0 !important;
}
.pagination span.prev:before {
    content: "\f104";
    position: absolute;
    left: 0;
    top: -7px;
    color: #000;
    font-size: 18px;
    font-family: 'FontAwesome';
}
.pagination span.next {
    position: relative;
    margin: 0 0 0 10px;
    padding: 0;
    font-size: 0 !important;
}
.pagination span.next:before {
    content: "\f105";
    position: absolute;
    left: -8px;
    top: -7px;
    color: #000;
    font-size: 18px;
    font-family: 'FontAwesome';
}
.page-chromosomes .widget.widget-article .article-content ul li {
    padding-bottom: 0;
}
.page-chromosomes .widget.widget-article .article-content ul li:before{
       top: 10px;
}
div.jssor-slider-container .slide {
  display: none;
}
div.jssor-slider-container[jssor-slider="true"] .slide {
  display: block;
}
div.jssor-slider-container .container, div.jssor-slider-container {
  width: 1920px;
  height: 624px;
  padding: 0 !important;
  text-align: center;
}
div.jssor-slider-container {
  margin: 0 auto;
}
div.jssor-slider-container .jssora20l, div.jssor-slider-container .jssora20r, div.jssor-slider-container .slide {
  display: none;
}
div.jssor-slider-container[jssor-slider="true"] .slide, div.jssor-slider-container[jssor-slider="true"] .jssora20l, div.jssor-slider-container[jssor-slider="true"] .jssora20r {
  display: block;
}
.jssor-slider-container .jssor-loader .loader-2 {
    display: none;
}
.home-slider .jssor-slider-container .slide::after {
  display: none;
}

.jssor-slider-container .jssora20l {
  top: 45% !important;
  left: 3%;
  width: 40px;
  height: 40px;
  background-image: none !important;
  background: #fff;
  border: 1px solid #9fcc67;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.jssor-slider-container .jssora20l:before {
  content: '';
  position: absolute;
  height: 17px;
  width: 17px;
  background: url(../images/left-arrow-slide.png) no-repeat;
  top: 15px;
  left: 12px;
}
.jssor-slider-container .jssora20l:hover:before {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-image:url(../images/left-slider-arrow.png);
}
.jssor-slider-container .jssora20l:hover {
  background-position: center center;
  background-color: #9fcc67;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.jssor-slider-container .caption-wrapper {
    left: 245px;
    text-align: left;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 430px;
}
.jssor-slider-container .caption-wrapper .description.jssor-caption-1 h1{
    font-family: 'ITC Bauhaus';
    font-style: normal;
    font-weight: normal;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0.02em;
    color: #9FCC67;
    padding-bottom: 17px;
    margin: 0;
    padding-top: 0;
}
.jssor-slider-container .caption-wrapper .description.jssor-caption-2 h2{
    font-family: 'ITC Bauhaus';
    font-style: normal;
    font-weight: normal;
    font-size: 53px;
    line-height: 55px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.8);
    margin: 0;
    padding: 0;
}
.jssor-slider-container .jssora20r {
top: 45% !important;
  right: 3%;
  width: 40px;
  height: 40px;
  background-image: none !important;
  background: #fff;
  border: 1px solid #9fcc67;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.jssor-slider-container .jssora20r:before {
  content: '';
  position: absolute;
  height: 17px;
  width: 17px;
  background: url(../images/right-arrow-slide.png) no-repeat;
  top: 15px;
  right: 12px;
}
.jssor-slider-container .jssora20r:hover:before {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-image:url(../images/right-slider-arrow.png);
}
.jssor-slider-container .jssora20r:hover {
  background-position: center center;
  background-color: #9fcc67;
  background-image: url(../images/right-slider-arrow.png) no-repeat;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.jssor-slider-container .jssorb03 {
  display: none
}
.jssor-slider-container .slide:last-child  .caption-wrapper .description.jssor-caption-2 h2{
	color:#fff;
}
/*end: jssor slider css */
.widget.widget-html.contact-us-map {
    position: relative;
    margin-bottom: -103px;
}
.page-contact-us .widget-pageHeading {
    margin-bottom: 0;
}
.widget.widget-snippet .team-image-box img {
    border-radius: 50%;
    height: 247px;
    width: 247px;
    border: 1px solid #eae9e9;
}
.page-terms-of-use .widget.widget-article .article-content h6 {
    color: #000;
    font-weight: 500;
}
.main-menu .navigation-item-child-container .navigation-item.first.active a::before {
    border-color: #9FCC67 transparent #9FCC67 transparent;
}
.widget.widget-snippet .doctors-section .doctors-area .doctors-item {
  justify-content: center;
}
.fee .popup {
    padding: 0;
}
.fee-html-edit-content-popup .button-line, .fee .widget-image-edit-popup .fee-pu-content-footer {
  margin: 0 30px 20px !important;
}
 .fee .widget-image-edit-popup .fee-pu-content-footer {
   max-width: 500px;
 }
 .widget.widget-article.footer-address .footer-contact-info h5 {
    margin: 0;
}
.fee-fixed-width-content {
    padding-left: calc(50% - 700px)!important;
    padding-right: calc(50% - 700px)!important;
}
 
@media screen and (max-width: 980px) {
    body > .body {
        padding: 0;
    }
}
.widget-snippet .map-area .address-title h5 {
    margin: 0;
    padding: 0;
}
.widget-snippet .map-area .opening-hour-title h5 {
    margin: 0;
    padding: 0;
}
.widget-snippet .highest-quality-section .highest-quality-area .highest-quality-content h2 {
    margin: 0;
    padding: 0;
}
.widget.widget-html.clinical-service-title h2 {
    margin: 0;
}
.widget.widget-html.clinical-service-title p {
    margin: 0;
    padding-bottom: 20px;
}
.owlCarousel.widget.widget-gallery.clinical-service .item .article-content .service-item .service-text h3 {
    margin: 0;
}
.widget-snippet .doctors-section .doctors-title h2 {
    margin: 0;
}
.widget-snippet .doctors-section .doctors-title p {
    margin: 0;
    padding-bottom: 20px;
}
.widget-snippet .doctors-section .doctors-area .doctors-item .single-item .doctor-content .inner-text h4 {
    margin: 0;
    padding: 0;
}
.fee .widget.widget-snippet .map-area .location-content {
    max-width: 440px;
    margin:0 auto;
    background: #5B9D56;
    padding: 40px;
    position: absolute;
    top: 60px;
    right: 395px;
    width: 100%;
}
.fee div.widget.widget-snippet.contact-location {
    position: absolute;
    top: 120px;
    max-width: 600px;
    right: 225px;
}
.fee .widget-container .widget.widget-pageHeading {
    margin-bottom: 100px;
}
.widget-snippet .map-area .opening-hour-content ul li p {
    margin: 0;
    padding: 0;
}
.widget-snippet .map-area .opening-hour-content ul {
    margin-top: 0;
}
.widget-snippet .map-area .address-content p {
    padding-bottom: 0;
}
.widget-snippet .map-area .opening-hour-content .offday-time {
    padding-bottom: 0;
}
.widget-snippet .highest-quality-section .highest-quality-area .highest-quality-content p {
    padding: 0;
    margin: 14px 0;
}
ul {
    margin-top: 0;
}
.widget-snippet .map .address-title h5 {
    padding: 0;
}
.widget-snippet .map .opening-hour-title h5 {
    padding: 0;
}
.fee-mobile-view-on .widget-navigation.main-menu .fee-widget-option.fee-header-footer-control-menu {
    left: auto;
    right: 0;
}
