* {
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: none;
}
html,
body {
  width: 100%;
  font-size: 13px;
  line-height: 20px;
  background: #2b3e56;
  font-family: 'Muli', sans-serif;
}

::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder  {
  opacity: 1;
  color: #A0A0A0;
  font-weight: 600;
}

.radio,
.checkbox {
  display: inline-block;
  margin: 0;
}
.row-center {
  text-align: center;
}
.col-center {
  display: inline-block;
  float: none;
}
button,
textarea,
select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

button.disabled, .btn-link.disabled[disabled] { background-color: #d8d8d8; color: #fff; }

select {
  -webkit-appearance: menulist;
}

:focus,
input:focus,
textarea:focus {
  outline: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
a:focus,
:focus {
  outline: none;
}
/* common */
.well {
  box-shadow: none;
  border-radius: 0px;
  border: none;
  padding: 15px;
  background: #f5f5f5;
  margin-bottom: 25px;
}
section.content {
  padding-top: 20px;
}
a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  text-decoration: none;
  outline: none;
  color: #47a3df;
/*  display: inline-block; */
}
a:hover { cursor: pointer; }
ul {
  list-style: disc;
  margin-left: 16px;
}
ul ul,
ol ul {
  list-style-type: circle;
  margin-left: 20px;
}
.clear {
  clear: both;
  overflow: hidden;
}
img {
  border: 0px;
  outline: none;
  display: inline-block; /* block */
  max-width: 100%;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400; /* 700; */
/*  letter-spacing: 0.02em; */
  margin-top: 10px;
  margin-bottom: 5px;
}
h1 {
  font-size: 25px;
  line-height: 29px;
  color: #2876B4;
}
h2 {
  font-size: 22px;
  line-height: 26px;
  color: #2876B4;
}
h3 {
  font-size: 18px;
  line-height: 22px;
  color: #2876B4;
/*
  border-bottom: 2px solid #2876B4;
*/
  margin-bottom: 15px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 18px;
}
h6 {
  font-size: 12px;
  line-height: 16px;
}
.title-underline {
  border-bottom: 2px solid #2876B4;
  padding-bottom: 5px;
}
aside.sidebar {
  padding-top: 20px;
}
.row-fluid {
  margin-right: -15px;
  margin-left: -15px;
  display: inline-block;
  width: 100%;
}
.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.span12 {
  width: 100%;
}
.span11 {
  width: 91.66666667%;
}
.span10 {
  width: 83.33333333%;
}
.span9 {
  width: 75%;
}
.span8 {
  width: 66.66666667%;
}
.span7 {
  width: 58.33333333%;
}
.span6 {
  width: 50%;
}
.span5 {
  width: 41.66666667%;
}
.span4 {
  width: 33.33333333%;
}
.span3 {
  width: 25%;
}
.span2 {
  width: 16.66666667%;
}
.span1 {
  width: 8.33333333%;
}
@media (max-width: 768px) {
  .span1,
  .span2,
  .span3,
  .span4,
  .span5,
  .span6,
  .span7,
  .span8,
  .span9,
  .span10,
  .span11,
  .span12 {
    float: none;
    width: 100%;
  }
}

/* HOME CUSTOM STYLES */

.home_slider_sec {
  padding-top: 40px;
/*  background: #404040; */
/*
  -moz-box-shadow: 0 4px 2px -2px #000;
  -webkit-box-shadow: 0 4px 2px -2px #000;
  box-shadow: 0 4px 2px -2px #000;
  */
}

/*.home_featured_sec {
  padding: 20px 0px;
  background: #faf3e3;
  margin-bottom: 4px;
  -moz-box-shadow: inset 0px 11px 8px -10px #404040, inset 0px -11px 8px -10px #404040;
  -webkit-box-shadow: inset 0px 11px 8px -10px #404040, inset 0px -11px 8px -10px #404040;
  box-shadow: inset 0px 11px 8px -10px #404040, inset 0px -11px 8px -10px #404040;
}*/
.home_featured_sec {
  padding: 20px 0px;
  background: #fff;
  margin-bottom: 4px;
}

.home_featured_sec .gallery_sec {
	background: transparent;
}

.home_work_sec {
  background: #fafafa;
  margin-bottom: 2px;
}

.home_meet_sec {
  background: #faf3e3;
  margin-bottom: 4px;
  -moz-box-shadow: inset 0px 11px 8px -10px #404040, inset 0px -11px 8px -10px #404040;
  -webkit-box-shadow: inset 0px 11px 8px -10px #404040, inset 0px -11px 8px -10px #404040;
  box-shadow: inset 0px 11px 8px -10px #404040, inset 0px -11px 8px -10px #404040;
}

.home_meet_sec .gallery_sec {
	background: transparent;
}

.home_meet_sec img {
	border-radius: 50%;
}

.home_meet_sec .text a {
	color: #404040;
}

.home_meet_sec .text a:hover {
	color: #137bbd;
	text-decoration: none;
}

.home_blog_sec {
  background: #fff;
}
#blog .body-wrapper dl dd.image {  
  float: left; margin-right: 15px;
}
#blog .body-wrapper dl dd.summary {
  margin-top: 5px;
}
#blog .body-wrapper dl dd.summary span {
  font-size: 12px !important;
}
#blog .body-wrapper dl dt.title h4 {
  margin: 0;
}

.blog-left,
.blog-right {
	max-width: 50%;
	height: auto;
}

.blog-left {
	float:left;
	margin: 5px 15px 0px 0px;
}

.blog-right {
	float: right;
	margin: 5px 0px 0px 15px;
}

.home_featured_sec h5 {
  letter-spacing: 0px;
  font-weight: 600;
}

/* OTHER STYLES */

.fs-frame {
  height: 1800px;
  width: 100%;
  max-width: 1000px;
}
a.close,
a.mobilemenu {
  display: none;
}
a[href^="tel"]:hover {
  text-decoration: none !important;
}
.form-control {
  height: 39px;
  font-size: 12px;
  border-color: #e7e7e7;
  padding: 10px 15px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
}
.button {
  min-width: 125px;
  line-height: 16px;
  padding: 12px 20px;
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  border: 0;
  background: #2275b6;
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
}
.button:hover { background: #041e42; }

/* wrapper */
#wrapper {
  width: 100%;
  min-height: 100%;
  position: relative;
  background: #fff;
}
.centering {
  max-width: 1170px;
  margin: auto;
  position: relative;
}
.search-result {
  display: block;
  padding: 5px 5px 15px;
}
.search-result strong {
  padding: 0 5px;
}

/* NEW HEADER PART*/
/* header-part */
#header-part { width: 100%; position: relative; z-index: 999; }
#header-part a.logo { display: block; }
#header-part .top_header { padding: 10px 0 12px; width: 100%; background: #2275b6; min-height: 40px; }
#header-part .top_header .tel { float:left; color: #ffffff; font-size: 14px; }
#header-part .mid_header li {position: relative;}
#header-part .mid_header .navbar-nav > li > a:after {
  content:" +";
  position: absolute;
  right: 3px;
  bottom: 11px;
  border: none !important;
}
#header-part li#navStore a:after { content: ""; }
#header-part .mid_header li a {
  color: #041e42;
  display: block;
  position: relative;
  padding-right: 15px; }
#header-part ul.list-unstyled ul.list-unstyled { z-index: 9999; padding: 0; margin: 0; }
#header-part ul.list-unstyled ul.list-unstyled a { text-transform: none; font-size: 14px; line-height: 1.4;}
#header-part ul.list-unstyled ul.list-unstyled a:after { content: ""; }
#header-part ul.list-unstyled ul.list-unstyled>li { padding: 0; }

#header-part .mobile_search {display: none; float: right; font-size: 14px; color: #fff;}
	
header a.logo { float: left; max-width: 200px; }
header a.logo img {
  width: 100%;
}
header nav {
  float: left;
  padding: 12px 35px 12px 35px;
}
header .menu_sec {
  padding: 20px 0;
}
/*header ul li {*/
/*  position: relative;*/
/*  float: left;*/
/*  text-transform: uppercase;*/
/*  font-size: 21px;*/
/*  padding-right: 20px;*/
/*  line-height: 25px;*/
/*}*/


header li:hover li a {
  color: #c46500;
}
header li:hover li a:hover,
header li:hover a,
header li a:hover {
  color: #924c01;
}
header a.all {
  font-size: 14px;
  line-height: 30px;
  color: #a6a6a6;
  background: url(../images/top-arrow.png) 92% center no-repeat;
  width: 66px;
  padding: 0 20px 0 10px;
  text-transform: capitalize;
  float: left;
  border-right: 1px solid #e5e5e5;
}
header::-webkit-input-placeholder {
  opacity: 1;
  color: #a6a6a6;
}
header::-moz-placeholder {
  opacity: 1;
  color: #a6a6a6;
}
header::-ms-input-placeholder {
  opacity: 1;
  color: #a6a6a6;
}
header .right {
  margin: 12px 20px 12px 0;
  float: right;
}
header .right a {
  float: left;
}
header .logout a {
  margin: 10px 30px;
}
header .logout a.signin {
  font-size: 12px;
}
header .cart span.cart-img {
  opacity: 0.6;
  width: 23px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/cart.png) left top no-repeat;
}
header .cart:hover span.cart-img {
  opacity: 1;
}
header .cart:hover span {
  color: #666;
}
header .cart span {
  padding: 7px 5px 2px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 18px;
  color: #a6a6a6;
}
header a.signin {
  font-size: 14px;
  line-height: 18px;
  color: #a6a6a6;
  margin: 7px 3px;
}
header a.signin:hover {
  color: #666;
}
header .mid_header li ul {
  padding: 0!important;
  width: 240px;
  position: absolute;
  margin-left: 0;
  top: 100%;
  background: #fff;
  box-shadow: 5px 30px 40px rgba(0,0,0,0.15);
  border-top: 3px solid #22465a;
  display: none;
}

header .mid_header li ul li { border-top: 1px solid #d9d9d9; }
header .mid_header li ul li.first { border-top: none; }

header .mid_header li ul li:hover {
	background: #efefef;
}

header .mid_header li li a {
  background: none;
  padding: 5px 15px;
	font-size: 13px;
}

header .mid_header li li a:hover {
	color: #404040 !important;
}

header .mid_header li li {
  font-size: 17px;
  line-height: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  width: 100%;
  margin: 0;
  padding: 0;
}
header .mid_header li li:first-child {
  border: 0;
}
header .mid_header li:hover ul {
  display: block;
}
/*banner_sec*/
.banner_sec {
  width: auto;
  overflow: hidden;
  position: relative;
}
.banner_sec .banner {
  background-color: #000;
}
}
.banner_sec .slider {
  width: 100%;
  position: relative;
}
.banner_sec .slide {
  position: relative;
  width: 100%;
  text-align: center;
  display: table;
  background-position: center center;
  background-size: cover;
  height: 360px;
}
.banner_sec .inner {
  padding: 30px 0 10px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.banner_sec h1 {
  padding-bottom: 32px;
  font-size: 28px;
  line-height: 32px;
  color: #fff;
}
.banner_sec a.view {
  font-size: 11px;
  line-height: 30px;
  color: #262626;
  background: #bddd74;
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  font-weight: 600;
}
.banner_sec a.view:hover {
  background: #9ab168;
}
.banner_sec .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 32px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
.banner_sec .slick-dots li {
  display: inline-block;
  vertical-align: top;
}
.banner_sec .slick-dots li button {
  width: 11px;
  height: 11px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  display: block;
  font-size: 0;
  line-height: 0;
  background: none;
  margin: 0 4px;
  background: #fff;
}
.banner_sec .slick-dots li:hover button,
.banner_sec .slick-dots li.slick-active button {
  background: transparent;
}
.banner_sec .banner {
  position: relative;
  height: 110px;
  display: table;
  padding: 15px 0;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
.banner_sec .banner:before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: transparent; /* rgba(0, 0, 0, 0.3); */
}
.banner_sec .banner h1 {
  padding: 0;
  font-size: 25px;
	text-shadow: 3px 3px 3px #000;
}
.banner_sec .banner h6 {
  padding: 0;
  color: #fff;
}
.banner_sec .banner .container {
  position: relative;
  z-index: 1;
}
.banner_sec .banner .inter {
  display: table-cell;
  vertical-align: middle;
}

/*gallery_sec*/

.gallery_sec {
  padding: 32px 0;
  width: auto;
  overflow: hidden;
  /*background: #fafafa;*/
	text-align: center;
}
.gallery_sec h3 {
  font-size: 23px;
  line-height: 26px;
}
.gallery_sec .content-header {
  text-align: center;
  margin-bottom: 15px;
}
.gallery_sec .content-links {
  text-align: right;
  font-size: 16px;
  margin-top: 10px;
}
.gallery_sec .content-links a {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}
.gallery_sec .inter {
  background: #fff;
  height: 100%;
}
.gallery_sec .text {
  padding: 12px 25px;
  letter-spacing: 0.02em;
  background: #fff;
}
.gallery_sec a.pic {
	width: 100%;
}
.gallery_sec a.pic img {
	width: 100%;
}
.gallery_sec h5 a {
  color: #262626;
  margin-bottom: 2px;
  display: inline-block;
}
.gallery_sec h5 a:hover {
  color: #666;
}

.gallery_sec .text a {
	color: #404040;
}

.gallery_sec .text a:hover {
	color: #137bbd;
	text-decoration: none;
}

/*featured_sec*/

.featured_sec {
  padding: 15px 0 5px;
  width: auto;
  overflow: hidden;
  background: #fafafa;
}
.featured_sec h3 {
  margin-bottom: 45px;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #e7e7e7;
  padding: 15px 7px;
}
.featured_sec .material h3 {
  margin-bottom: 40px;
}
/*description block*/
ul.description {
  width: auto;
}
ul.description .image {
  margin-right: 28px;
  width: 150px;
  float: left;
  background: url(../images/shadow.jpg) left bottom repeat-x;
  text-align: center;
  background-size: 1px 60%;
}
ul.description .image img {
  display: inline-block;
  vertical-align: top;
}
ul.description .text {
  overflow: hidden;
}
ul.description li {
  float: left;
  /*overflow: hidden;*/
  margin-bottom: 55px;
}
ul.description h5 a {
  color: #262626;
}
ul.description h5 {
  padding-bottom: 10px;
}
ul.description p {
  font-size: 12px;
  padding-bottom: 12px;
  line-height: 17px;
}
ul.description a.more {
  color: #51b0c6;
  font-weight: 300;
  font-size: 12px;
  line-height: 17px;
}
ul.description a.more:hover {
  text-decoration: underline;
}
ul.description.small .image {
  width: 60px;
}
ul.description.small li {
  margin-bottom: 40px;
  float: none;
  display: inline-block;
  vertical-align: top;
}
ul.description.small {
  font-size: 0;
  line-height: 0;
}
ul.description.small h5 {
  padding-bottom: 1px;
}
ul.description span.start {
  font-size: 9px;
  line-height: 12px;
  padding-bottom: 4px;
  display: block;
  font-weight: 300;
}
ul.description.small p {
  padding-bottom: 7px;
}
ul.description form {
  font-size: 12px;
  line-height: 17px;
  padding: 15px 0 12px;
}
ul.description input[type="text"] {
  width: 25px;
  height: 37px;
  border: 1px solid #e7e7e7;
  text-align: center;
  padding: 5px 2px;
  float: left;
}
ul.description a.add,
ul.description input[type="submit"] {
  padding: 0 12px;
  border: 0;
  cursor: pointer;
  height: 30px;
  font-weight: 600;
  background: #bddd74;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  margin: 5px 0 5px 17px;
  text-transform: uppercase;
}
ul.description a.add:hover,
ul.description input[type="submit"]:hover {
  background: #a1bd63;
}
ul.description input[type="text"].full {
  padding: 5px 10px;
  font-size: 14px;
  text-align: left;
  width: 100%;
}
ul.description input[type="text"].half {
  padding: 5px 10px;
  font-size: 14px;
  text-align: left;
  float: right;
  width: 48%;
}
ul.description label {
  width: 50%;
  float: left;
  font-size: 14px;
  line-height: 35px;
  font-weight: 300;
}
ul.description input[type="submit"].buy {
  margin: 20px 0 0;
  min-width: 100px;
  text-align: center;
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
}
ul.description a.add {
  line-height: 30px;
  color: #262626;
  display: inline-block;
  vertical-align: top;
  margin: 0px 0 17px;
}
ul.description .popup {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  z-index: 1;
  width: 240px;
  position: absolute;
  right: 15px;
  top: 0px;
  border: 1px solid #e7e7e7;
  background: #fff;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2);
  padding: 7px;
}
ul.description .popup.show {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
ul.description .popup h6 {
/*  font-family: 'Poppins', sans-serif; */
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 18px;
  padding: 10px 15px;
  background: #f5f5f5;
}
ul.description .popup .cross {
  width: 11px;
  height: 11px;
  position: absolute;
  right: 15px;
  top: 20px;
  background: url(../images/close.png) no-repeat;
}
ul.description .popup li {
  width: auto;
  overflow: hidden;
  padding: 7px 0;
  border-bottom: 1px solid #e7e7e7;
  display: block;
}
ul.description .popup li span {
  font-size: 12px;
  line-height: 24px;
  font-weight: 600;
  width: 33.33%;
  float: left;
  padding: 0 10px;
}
ul.description .popup li span a {
  line-height: 25px;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  background: #bddd74;
  text-transform: uppercase;
  color: #262626;
  font-weight: 500;
  font-size: 12px;
}
ul.description .popup li span a:hover {
  background: #a1bd63;
}
ul.description .popup .form-control {
  width: 110px;
  height: 30px;
}
ul.description .popup label {
  font-size: 8px;
  color: #70bbcd;
  float: right;
  width: auto;
  padding: 0 15px;
}
/*description block*/
/*grey_box*/
.grey_box {
  width: auto;
  overflow: hidden;
  background: #f5f5f5;
  margin-bottom: 28px;
  padding: 15px 0px 25px;
}
.grey_box ul {
  margin-left: 0px;
}
.grey_box h6 {
/*  font-family: 'Poppins', sans-serif; */
  font-weight: 400;
  background: #597490;
  margin: -15px 0px 8px;
  padding: 13px 30px;
  color: #fff;
}
.grey_box .list.no-title {
  margin-top: -15px;
}
.grey_box .list li a,
.grey_box .nav-list li a {
  color: #262626;
  padding: 8px 24px 5px 24px;
  display: block;
}
.grey_box .list li.active a,
.grey_box .list li a:hover,
.grey_box .nav-list li.active a,
.grey_box .nav-list li a:hover {
  background: #597490;
  color: #fff;
}
.grey_box h5 {
  margin: 0 18px;
  border-bottom: 1px solid #e7e7e7;
  padding: 0 2px 5px;
  margin-bottom: 10px;
}
.grey_box .list2 {
  margin: 20px 30px 0;
}
.grey_box .list2 li {
  padding-bottom: 16px;
  color: #47a3df;
  position: relative;
  padding-left: 13px;
}
.grey_box .list2 li:before {
  content: '-';
  position: absolute;
  left: 0;
  top: 0px;
}
.grey_box .list2 li a:hover {
  text-decoration: underline;
}

/*about_sec*/

.about_sec {
  width: auto;
  overflow: hidden;
  padding-top: 45px;
  background: #fafafa;
  padding-bottom: 20px;
}
.about_sec .readMore a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
  white-space: nowrap;
  padding: 3px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  margin-bottom: 10px;
}
.about_sec .readMore a:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.about_sec .BodyWell {
  background-color: #F0EFDC;
  border: 3px #DDD9B2 solid;
  border-radius: 15px 15px 15px 15px;
  margin: 0;
  padding: 0 15px;
  margin: 20px 0;
}
.BodyWell h3 {
  color: #C46500;
}
.about_sec .body-wrapper {
  padding-left: 40px;
}
.breadcrumbs-wrapper .breadcrumbClass .last {
  display: none;
}
@media (max-width: 767px) {
  .about_sec .body-wrapper {
    padding-left: 15px;
  }
}
.about_sec .sidebar-wrapper .svRelContent.svIndex.mura-rel-content {
  background: #f5f5f5;
  padding: 10px 20px;
}

.about_sec p,
.about_sec .text p,
.about_sec .text p span {
  margin-bottom: 15px;
  font-weight: 400;
  color: #404040;
}

.about_sec ul,
.about_sec ol {
	margin-bottom: 10px;
	margin-left: 30px;
	list-style: disc;
}
.about_sec ol.breadcrumb {
  list-style: none;
    margin-left: 0;
}

.about_sec li {
	padding-bottom: 3px;
	font-size: 14px;
  font-weight: 600;
}

.about_sec a {
	color: #0075c1;
}

.about_sec a:hover {
	color: #204c69;
	text-decoration: underline;
}

.about_sec .awards {
  text-align: center;
}
.about_sec .awards a {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 60px;
}
/*product_detail_sec*/
.product_detail_sec {
  padding: 20px 0 45px;
  width: auto;
  overflow: hidden;
  background: #fafafa;
}
.product_detail_sec .big {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
}
.product_detail_sec .image {
  width: 100%;
  text-align: center;
  position: relative;
  background: url(../images/shadow.jpg) left bottom repeat-x;
  background-size: 1px 70%;
}
.product_detail_sec .image a {
  display: inline-block;
  vertical-align: top;
}
.product_detail_sec a.zoom {
  width: 55px;
  height: 55px;
  background: url(../images/zoom.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.product_detail_sec .carousel {
  max-width: 240px;
  margin-top: 50px;
}
.product_detail_sec .carousel h6 {
  padding: 14px 0;
  display: block;
}
.product_detail_sec .thumbs {
  overflow: hidden;
  margin: 17px -15px;
}
.product_detail_sec .thumbs li {
  padding: 0 15px;
  text-align: center;
  width: 33.33%;
  float: left;
}
.product_detail_sec .thumbs li a {
  display: block;
  background: url(../images/shadow.jpg) left bottom repeat-x;
  background-size: 1px 60%;
}
.product_detail_sec .thumbs li a img {
  display: inline-block;
  vertical-align: top;
}
.product_detail_sec .prevent {
  margin-top: 48px;
}
.product_detail_sec .prevent h1 {
  min-height: 75px;
  padding-bottom: 15px;
  letter-spacing: normal;
}
.product_detail_sec .format {
  padding: 20px 0 15px;
  width: auto;
  overflow: hidden;
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
}
.product_detail_sec .format li {
  float: left;
  padding-right: 28px;
  color: #47a3df;
}
.product_detail_sec .format li:last-child {
  padding-right: 0;
}
.product_detail_sec .format li span {
  padding-right: 3px;
  font-weight: 700;
  color: #262626;
  font-family: 'Montserrat', sans-serif;
}
.product_detail_sec .review {
  padding: 20px 0 17px;
  border-bottom: 1px solid #e7e7e7;
}
.product_detail_sec .review h6,
.product_detail_sec .review .stars {
  display: inline-block;
  vertical-align: middle;
}
.product_detail_sec .stars {
  padding: 0 25px;
}
.product_detail_sec .tags li {
  font-size: 12px;
  line-height: 21px;
  margin: 0 9px 7px 0;
  float: left;
}
.product_detail_sec .tags {
  margin-bottom: 25px;
  border-bottom: 1px solid #e7e7e7;
  overflow: hidden;
  padding: 18px 0 5px;
}
.product_detail_sec .tags li a {
  background: #e2e2e2;
  padding: 0 14px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -ms-border-radius: 7px;
  display: block;
  color: #262626;
}
.product_detail_sec .tags li a:hover,
.product_detail_sec .tags li.active a {
  background: #6d8593;
  color: #fff;
}
.product_detail_sec h3 {
  letter-spacing: normal;
  padding-bottom: 15px;
}
.product_detail_sec p {
  padding-bottom: 20px;
  line-height: 20px;
}
.product_detail_sec .listing li {
  line-height: 21px;
  font-weight: 300;
  background: url(../images/bullet.png) left 8px no-repeat;
  padding: 0 0 0 10px;
}
.product_detail_sec img.logo {
  display: inline-block;
  vertical-align: top;
}
.product_detail_sec .addcart-image {
  text-align: center;
}
.product_detail_sec .add-cart {
  margin-top: 30px;
  text-align: center;
  background: #fff;
  padding-bottom: 20px;
}
.product_detail_sec .add-cart form {
  padding: 20px 0 0 0;
}
.product_detail_sec .add-cart label {
  padding-bottom: 7px;
  text-align: left;
  display: block;
  font-weight: 300;
}
.product_detail_sec .add-cart .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  margin-bottom: 10px;
  width: 100%;
}
.bootstrap-select .btn-info {
  background: #fff;
  border-color: #e7e7e7;
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: #262626;
  font-size: 12px;
}
.bootstrap-select .caret {
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  border-bottom: 6px solid rgba(0, 0, 0, 0);
  border-top: 6px dashed;
  color: #828282;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info.focus:active,
.btn-info.active.focus,
.btn-group.open .dropdown-toggle,
.open > .dropdown-toggle.btn-info.focus {
  color: #262626;
  background: #fff;
  border-color: #e7e7e7;
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: none;
}
.dropdown-menu {
  margin: 0;
  padding: 0;
}
.bootstrap-select.btn-group .dropdown-menu li {
  border-top: 1px solid #e7e7e7;
}
.dropdown-menu > li > a {
  padding: 5px 12px;
}
.product_detail_sec .add-cart .button {
  min-width: inherit;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.product_detail_sec span.num {
  display: block;
  font-size: 10px;
  line-height: 12px;
  padding: 5px;
}
.product_detail_sec img.image {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.product_detail_sec .risk {
  padding: 25px 15px 20px;
}
.product_detail_sec .risk h5 {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.product_detail_sec .risk .detail a.image {
  margin-right: 30px;
  width: 60px;
  float: left;
  background: url(../images/shadow.jpg) left bottom repeat-x;
  background-size: 1px 60%;
  text-align: center;
}
.product_detail_sec .risk .detail a.image img {
  display: inline-block;
  vertical-align: top;
}
.product_detail_sec .risk .detail li {
  overflow: hidden;
  padding-bottom: 40px;
}
.product_detail_sec .risk .text {
  padding: 6px 0;
  overflow: hidden;
}
.product_detail_sec .risk .text h6 a {
  color: #262626;
}
.product_detail_sec .risk .text h6 a:hover {
  background: none;
  text-decoration: underline;
}
.product_detail_sec .risk .grey {
  background: #e2e2e2;
  padding: 20px 20px 30px 20px;
}
.product_detail_sec .risk .grey li {
  font-weight: 300;
  background: url(../images/bullet.png) left 5px no-repeat;
  padding: 0 0 0 12px;
}
.product_detail_sec .risk .grey li a {
  color: #262626;
}
.product_detail_sec .risk .grey li a:hover {
  text-decoration: underline;
}
.product_detail_sec .risk .grey h6 {
  padding-bottom: 5px;
}
.product_detail_sec .risk .detail li:last-child {
  padding-bottom: 0;
}
/*expert_sec*/
.expert_sec {
  width: auto;
  overflow: hidden;
  padding: 50px 0 45px;
}
.expert_sec h3 {
  text-align: center;
  letter-spacing: normal;
  padding-bottom: 50px;
}
.expert_sec .description h5 {
  padding-bottom: 2px;
}
.expert_sec .description li {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 25px -2px 25px;
}
.expert_sec .description li p {
  padding-bottom: 2px;
}
.expert_sec .description .image {
  margin-top: 7px;
}
.expert_sec ul {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 60px;
}
.expert_sec h3 span {
  color: #bddd74;
}
.expert_sec .full {
  margin-top: 15px;
}
.expert_sec .last {
  margin-bottom: 0;
}
/*testimonial sec*/
.testimonial_sec {
  width: auto;
  overflow: hidden;
}
.testimonial_sec .head {
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
  overflow: hidden;
}
.testimonial_sec .right,
.testimonial_sec .stars,
.testimonial_sec h3 {
  display: inline-block;
  vertical-align: top;
}
.testimonial_sec .right {
  text-align: right;
}
.testimonial_sec .head .stars {
  margin: 0 35px;
}
.testimonial_sec .right a {
  font-size: 10px;
  color: #bddd74;
  font-weight: 700;
  display: inline-block;
  margin-top: 7px;
}
.testimonial_sec .rating {
  width: 110px;
  float: left;
  text-align: center;
  margin: 0px 40px 0px 0;
}
.testimonial_sec .text {
  overflow: hidden;
  padding: 0 100px 0 0;
}
.testimonial_sec li {
  padding: 60px 0 20px;
  border-top: 1px solid #f7f7f7;
}
.testimonial_sec li:first-child {
  border: 0;
}
.testimonial_sec .rating .stars {
  margin-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
  padding: 18px 10px 15px;
}
.testimonial_sec .rating h6 {
  font-size: 10px;
}
.testimonial_sec span.date {
  color: #bddd74;
  font-weight: 600;
  font-size: 10px;
}
.testimonial_sec .text h5 {
  padding-bottom: 20px;
}
.testimonial_sec p {
  padding-bottom: 20px;
}
.testimonial_sec span.name {
  color: #bddd74;
  font-size: 10px;
  font-weight: 600;
}
.testimonial_sec span.name span {
  color: #262626;
}
/*news_sec*/
.news_sec {
  padding: 45px 0 0 0;
  width: auto;
  background: #fafafa;
}
.news_sec h3 {
  margin-bottom: 35px;
  line-height: 40px;
  padding: 0 20px;
  color: #94adc5;
  background: #22465a;
}
.news_sec ul.description .text p {
  padding-right: 50px;
}
.news_sec ul.description p + p {
  padding-bottom: 20px;
}
.news_sec ul.description li {
  margin-bottom: 45px;
}
.news_sec ul.description .popup li {
  min-width: inherit;
  margin-bottom: 0;
}
.news_sec h4 {
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
  margin: 30px 0 50px;
  font-size: 18px;
  line-height: 22px;
}
/*sort_sec*/
.sort_sec {
  padding: 14px 16px;
  margin-bottom: 40px;
  width: 100%;
  background: #f5f5f5;
}
.sort_sec .bootstrap-select {
  float: left;
}
.sort_sec .right {
  float: right;
}
.sort_sec label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 14px;
}
.sort_sec .bootstrap-select .btn-info {
  font-size: 14px;
  line-height: 18px;
}
.sort_sec .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 215px;
}
.sort_sec .bootstrap-select.arrow {
  font-family: 'Montserrat', sans-serif;
  min-width: 90px !important;
  width: auto !important;
  font-weight: 700;
  margin-left: 25px !important;
}
.sort_sec.bottom {
  margin-top: 10px;
}
/*shopping_sec */
.shopping_sec {
  padding: 25px 0;
  width: auto;
  overflow: hidden;
  background: #fafafa;
}
.shopping_sec .head {
  margin-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
  padding: 15px 0;
  overflow: hidden;
}
.shopping_sec .head h1 {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}
.shopping_sec .head a.button {
  padding: 7px 17px;
  float: right;
}
.shopping_sec .table-head {
  background: #eaeaea;
  padding: 14px 0;
}
.shopping_sec .table-part {
  overflow: hidden;
  padding: 15px 0;
}
.shopping_sec .table-head h5 {
  padding: 0 0 0 30px;
}
.shopping_sec .table-cell {
  border-bottom: 1px solid #e7e7e7;
  padding: 33px 0 35px;
}
.shopping_sec .table-cell:last-child {
  border-bottom: 0;
}
.shopping_sec .image {
  margin-top: 3px;
  width: 60px;
  float: left;
  background: url(../images/shadow.jpg) left bottom repeat-x;
  background-size: 1px 60%;
  text-align: center;
}
.shopping_sec .image img {
  display: inline-block;
  vertical-align: top;
}
.shopping_sec .txt {
  overflow: hidden;
  padding: 0 0 0 30px;
}
.shopping_sec .txt h5 {
  margin-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
}
.shopping_sec .txt li a {
  color: #262626;
}
.shopping_sec .txt li.active a,
.shopping_sec .txt li a:hover {
  text-decoration: underline;
}
.shopping_sec .txt li {
  background: url(../images/bullet.png) left 7px no-repeat;
  padding: 0 0 0 10px;
}
.shopping_sec .total h5,
.shopping_sec .price h5 {
  padding-bottom: 8px;
  font-weight: 600;
/*  font-family: 'Poppins', sans-serif; */
}
.shopping_sec .total h5 {
  display: inline-block;
  min-width: 90px;
  padding: 0 10px 0 0;
  vertical-align: top;
}
.shopping_sec a.cross {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 11px;
  background: url(../images/close.png) no-repeat;
}
.shopping_sec .price {
  padding-top: 15px;
}
.shopping_sec a.link {
  display: inline-block;
  vertical-align: top;
  margin-top: 17px;
  color: #262626;
  text-decoration: underline;
}
.shopping_sec a.link:hover {
  text-decoration: none;
}
.shopping_sec .form-control {
  float: left;
  width: 40%;
  background: none;
  text-align: center;
  height: 35px;
}
.shopping_sec .table-cell .button.grey {
  width: 52%;
  min-width: inherit;
}
.shopping_sec .button.grey {
  line-height: 20px;
  margin-top: 2px;
  float: right;
  height: 30px;
  padding: 5px;
  background: #8a909a;
  color: #fff;
}
.shopping_sec .button.grey:hover {
  background: #777;
}
.shopping_sec .quantity {
  padding: 4px 15px;
}
.shopping_sec .quantity .form-control {
  padding: 10px 5px;
}
.shopping_sec .total {
  padding: 15px 15px;
}
.shopping_sec .block {
  background: #fff;
  padding: 30px 25px;
}
.shopping_sec .total-box {
  padding: 20px 0 0 0;
}
.shopping_sec .total-box label {
  float: left;
  padding: 7px 25px 7px 0;
  font-size: 14px;
  line-height: 18px;
}
.shopping_sec .total-box .form-control {
  width: 34%;
  margin-right: 1%;
}
.shopping_sec .total-box .button {
  float: left;
  min-width: 140px;
}
/*listing-block*/
.listing-block {
  background: #fff;
  padding: 30px 25px;
}
.listing-block .checkout li {
  overflow: hidden;
  padding: 11px 0;
  border-top: 1px solid #e7e7e7;
}
.listing-block .checkout li:first-child {
  border: 0;
  padding-top: 0px;
}
.listing-block .checkout li span.title {
  float: left;
  width: 48%;
}
.listing-block .checkout li span.value {
  float: right;
  text-align: right;
  width: 48%;
  font-weight: 600;
  font-size: 14px;
}
.listing-block li.total {
  border: 0;
  padding: 25px 0 5px 0;
}
.listing-block li.total span.value {
  font-size: 19px;
  font-weight: 300;
}
.listing-block li.total span.title {
  font-size: 14px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
.listing-block .checkout li a.button {
  padding: 7px;
  height: auto;
  width: 48%;
  float: left;
}
.listing-block .checkout li a.button + a.button {
  float: right;
  color: #262626;
  background: #bddd74;
}
.listing-block .checkout li a.button + a.button:hover {
  background: #a1bd63;
}
.listing-block .checkout li:last-child {
  border: 0;
  padding-bottom: 0;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.bootstrap-select.arrow .bs-caret {
  width: 7px;
  height: 10px;
  background: url(../images/arrow2.png) no-repeat;
  display: inline-block;
}
.bootstrap-select.arrow .bs-caret .caret {
  display: none;
}
/*checkout_sec*/
.checkout_sec {
  padding: 35px 0;
  background: #fafafa;
  overflow: hidden;
}
.checkout_sec h1 {
  margin-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 0 12px;
  overflow: hidden;
}
.checkout_sec h3.trigger {
  background: #eaeaea;
  border: 1px solid #e4e4e4;
}
.checkout_sec h3 a {
  color: #262626;
  display: block;
  padding: 11px 55px 11px 15px;
  background: url(../images/arow.png) right center no-repeat;
}
.checkout_sec .content {
  padding: 20px 0 35px;
}
.checkout_sec .box {
  padding: 24px 25px;
  background: #fff;
}
.checkout_sec .heading {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
  margin-bottom: 22px;
}
.checkout_sec .heading h5 {
  padding: 0;
}
.checkout_sec h5 {
  padding-bottom: 25px;
}
.checkout_sec label {
  display: block;
  padding-bottom: 5px;
  font-weight: 600;
}
.checkout_sec .form-control {
  height: 37px;
  margin-bottom: 20px;
}
.checkout_sec .button.center {
  width: 105px;
  min-width: inherit;
  margin: 7px auto 0;
  display: block;
  padding: 7px;
  text-align: center;
}
.checkout_sec .grid {
  overflow: hidden;
  padding: 5px 0;
}
.checkout_sec input[type="checkbox"] {
  margin: 0;
  float: left;
  width: 18px;
  height: 16px;
  opacity: 0;
}
.checkout_sec input[type="checkbox"] + .right label {
  position: relative;
  cursor: pointer;
  line-height: 18px;
  font-weight: 300;
}
.checkout_sec input[type="checkbox"] + .right label:before {
  width: 18px;
  height: 16px;
  content: '';
  position: absolute;
  left: -35px;
  top: 0;
  background: url(../images/checkbox.png) left top no-repeat;
}
.checkout_sec input[type="checkbox"]:checked + .right label:before {
  background-position: left bottom;
}
.checkout_sec .right {
  padding: 0 0 0 35px;
}
.checkout_sec .inner {
  background: #fff;
  border: 1px solid #e7e7e7;
  padding: 15px 15px 10px 15px;
}
.checkout_sec .inner input[type="checkbox"] + .right label {
  font-weight: 600;
}
.checkout_sec .inner .right {
  padding-left: 30px;
}
.checkout_sec input[type="checkbox"] + .right label:before {
  left: -30px;
}
.checkout_sec address {
  line-height: 18px;
  padding-bottom: 5px;
}
.checkout_sec a.view:hover {
  text-decoration: underline;
}
.checkout_sec .section {
  padding: 25px 0 0 0;
}
.checkout_sec .space1 {
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.checkout_sec .space2 {
  padding-top: 15px;
}
.checkout_sec .space3 {
  padding: 10px 0 35px;
}
.checkout_sec .space4 {
  padding: 22px 0 0px;
}
.checkout_sec .space5 {
  padding: 15px 0 0px;
}
.checkout_sec .bootstrap-select .btn {
  line-height: 22px;
  font-weight: 300;
/*  font-family: 'Poppins', sans-serif; */
}
.checkout_sec .bootstrap-select {
  margin-bottom: 20px;
}
.checkout_sec .align {
  overflow: hidden;
  padding: 10px 0 0;
}
.checkout_sec .differ-space {
  padding: 10px 0;
}
.checkout_sec input[type="radio"] {
  width: 16px;
  height: 16px;
  opacity: 0.2;
  float: left;
  margin: 0;
}
.checkout_sec input[type="radio"] + label {
  cursor: pointer;
  min-width: 130px;
  padding-right: 15px;
  display: inline-block;
  float: left;
  vertical-align: top;
  padding: 0 0 0 25px;
  position: relative;
  line-height: 16px;
}
.checkout_sec input[type="radio"] + label:before {
  position: absolute;
  left: -16px;
  top: 0;
  content: '';
  background: url(../images/radio.png) left top no-repeat;
  width: 16px;
  height: 16px;
}
.checkout_sec input[type="radio"]:checked + label:before {
  background-position: left bottom;
}
.checkout_sec .button.left-align {
  margin: 7px 0 0 0;
}
.checkout_sec .align h5 {
  float: left;
  padding: 0 20px 10px 0;
  min-width: 150px;
}
.checkout_sec .align.differ input[type="radio"] + label {
  font-weight: 300;
  padding-left: 10px;
}
.checkout_sec hr {
  border: 0;
  height: 1px;
  background: #e7e7e7;
  margin: 12px 0;
}
.checkout_sec .cvv {
  width: 150px;
}
.checkout_sec hr.spacing {
  margin: 20px 0 0;
}
.checkout_sec .text-line {
  display: block;
  padding-bottom: 20px;
}
.checkout_sec textarea.form-control {
  height: 200px;
  padding: 15px;
  overflow: auto;
  resize: none;
}
.checkout_sec .button.sml {
  padding: 7px;
  min-width: 140px;
}
.checkout_sec .listing-block {
  padding-top: 20px;
}
.checkout_sec .listing-block li.total {
  border-top: 1px solid #e7e7e7;
}
.checkout_sec .listing-block .checkout li a.button {
  float: none;
  width: 140px;
  text-transform: uppercase;
}
.checkout_sec .radio-block {
  float: left;
  margin: 0 30px 12px 0;
}
#newAccountAddress select{
  font-weight: 300;
}
/* My Account - Login / Create account */
.my-account { padding-top: 50px; }
.my-account .wrapper_small { margin-top: 30px; }
.my-account .account-bar { max-width: 720px; margin: 0 auto; }
.my-account .account-bar label { font-size: 13px; font-weight: bold; }
.my-account .account-bar .error { color: #FF0000; font-weight: normal; }
.my-account h1 { line-height: 1.5; margin-bottom: 15px; text-align: center; }
.my-account h2 { color: #000; margin-bottom: 25px; font-size: 20px; }
.my-account h3 { color: #262626; font-size: 16px; font-weight: 600; margin-bottom: 5px; }
.my-account h4 { font-size: 14px; font-weight: 500; }
.my-account p { font-size: 14px; line-height: 1.3; margin-bottom: 20px; }
.my-account a:hover { color: inherit; }
.my-account .login-tabs { display: flex; flex-wrap: nowrap; margin-bottom: 35px; }
.my-account .login-tabs a { flex: 1; text-align: center; border-bottom: 1px solid #737373; color: #737373; padding-bottom: 5px; font-size: 14px; }
.my-account .login-tabs a.active { color: #000; font-weight: bold; border-bottom: 5px solid #2876B4; } 
.my-account .login-tabs a:hover { color: #000; }
.my-account .button { text-transform: uppercase; font-size: 12px; margin-right: 10px; margin-bottom: 10px; }
.my-account .button:hover { color: #fff; }
.my-account .button.secondary { background: #8a909a; color: #fff; }
.my-account .button.secondary:hover { background: #98a4b8; }
.my-account .form-group>div:first-child, .my-account .form-group>div.col2  { margin-bottom: 15px; }
.my-account .forgot { display: block; font-weight: 600; font-size: 13px; }
.my-account .forgot:hover { text-decoration: underline; }
.my-account .help-text { margin-bottom: 20px;}
.my-account .help-block { margin-bottom: 0; font-weight: 600; position: absolute; }

.my-account .login .control-group,
.my-account .creat_account .control-group { margin-bottom: 1.5em; }
.my-account .creat_account .control-group-container { display: flex; flex-wrap: wrap; }
.my-account .creat_account .control-group { flex: 1 0 45%; }
.my-account .creat_account .control-group:nth-child(odd) { margin-right: 8px; }
.my-account .creat_account .control-group:nth-child(even) { margin-left: 8px; }


/* My Account */
.my-account .account-sidenav { display: flex; padding: 10px 15px; width: 20%; margin-right: 25px; flex-wrap: wrap; }
.my-account .account-sidenav a { width: 100%; padding: 10px 5px; border-bottom: 1px solid #d8d8d8; color: #737373; text-transform: uppercase; }
.my-account .account-sidenav a:hover { color: #000; }
.my-account .account-sidenav a.active { color: #2876B4; font-weight: bold; }
.my-account .account-sidenav a:last-child { border-bottom: none; }
.my-account .account-sidenav a i { font-size: 20px; padding-right: 5px; text-align: center; }
.my-account .account-content { flex: 1; padding: 25px 15px; }
.my-account .account-content, .my-account .account-sidenav { background: #fff; -webkit-box-shadow: 4px 4px 15px -1px rgba(0,0,0,0.1); -moz-box-shadow: 4px 4px 15px -1px rgba(0,0,0,0.1); box-shadow: 4px 4px 15px -1px rgba(0,0,0,0.1); }
.my-account .account-loggedin { display: flex; align-items: flex-start; }
.my-account .bottom-btn { margin-top: 40px; }

/* My Account - Recent Orders */
.my-account #recentOrders .row { display: flex; border-bottom: 1px solid #E8E8E8; margin: 0; }
.my-account #recentOrders .single-order:last-child { margin-bottom: 50px; }
.my-account #recentOrders .single-order .row:last-child { border-bottom: none; margin-bottom: 25px; }
.my-account #recentOrders .row>div { padding: 1em; }
.my-account #recentOrders .col1 { max-width: 110px; }
.my-account #recentOrders .col2 { flex: 1 0 40%; }
.my-account #recentOrders .col3 { flex: 1 0 21%; }
.my-account #recentOrders .col4 { max-width: 150px; display: inline-table; }
.my-account #recentOrders .col3 strong { display: block; }
.my-account #recentOrders .top-sec { font-size: 15px; font-weight: 500; margin: 20px 0 10px; border-bottom: 1px solid #333333; padding-bottom: 5px; }
.my-account #recentOrders .top-sec a { text-decoration: underline; }

/* My Account - All Orders */
.my-account .history .view-more { text-align: center; width: 50px; }
.my-account .order-info { margin-bottom: 40px; }
.my-account .order-details { border: 1px solid #E8E8E8; padding: 1em; }
.my-account .order-info p { margin-bottom: 6px; } 
.my-account .order-content { margin-bottom: 25px; }
.my-account .order-content h3, .my-account .item_purchased-bar>h3 { border-bottom: 1px solid #E8E8E8; }
.my-account .order-content>div { margin-bottom: 25px; padding-bottom: 2px; }
.my-account .order-content .order-billing .flex { display: flex; }
.my-account .order-content .order-billing .flex .flex-col { flex: 1; margin-bottom: 10px; }
.my-account .order-content .order-billing form .input__field { min-height: 45px; margin-bottom: 10px; }

/* My Account - Address */
.my-account .saved-address .button.secondary { margin-left: 0; }
.my-account .single-address { border: 1px solid #E8E8E8; border-bottom: 0; padding: 15px; }
.my-account .single-address:last-child { border-bottom: 1px solid #E8E8E8; margin-bottom: 30px; }
.my-account .single-address p { margin-bottom: 10px; }
.my-account .address_book { position: relative; }

/* My Account - Profile */
.my-account .main_profile h2 { margin-bottom: 5px; }
.my-account .main_profile .button { margin-bottom: 15px; }
.my-account .account_phone .secondary { min-width: 50px; margin-right: 0; }
.my-account .account_phone input, .my-account .account_email_block input { padding: 19px 15px; margin-right: 10px; }
.my-account .account_email_block .input-group { margin-bottom: 0!important; }
.my-account .account_phone .controls { margin: 0; margin-bottom: 0!important; }
.my-account .account_phone .form-group { margin-bottom: 0; margin-top: 8px; }

/* footer-part */
#footer-part { width: 100%; position: relative; background: #041e42; }

/* footer-bar */
.footer-bar { padding: 40px 0; width: 100%; position: relative; }
.footer-bar h4 a { color: #2275b6; font-size: 12px; line-height: 16px; display: block; font-weight: 700; font-family: 'Muli', sans-serif; padding: 3px 0 3px; }
.footer-bar ul { list-style: none; overflow: hidden; padding: 0; margin: 0; }
.footer-bar li { width: 100%; float:left; color: #fff; font-size: 10px; line-height: 14px; font-weight: 600; letter-spacing: 0.01em; }
.footer-bar li a { color: #fff; display: inline-block; padding: 2px 0; }
.footer-bar li a:hover { opacity: 0.7; }
.footer-bar .block { padding-bottom: 35px; }
.footer-bar .chat_btn { padding: 11px 5px 5px 44px; color: #fff; font-size: 9px; line-height: 14px; display: block; position: absolute; right: 15px; top: -40px; width: 97px; height: 36px; background: #3d5b82; }
.footer-bar .chat_btn:hover { background: #304f77; }
.footer-bar .chat_btn img { width: 25px; position: absolute; left: 12px; top: 5px; }
.footer-bar .copyright { display: flex; justify-content: center;text-align: center; font-size: 10px; padding: 0; color: ##fff; font-weight: 600; }
.footer-bar .copyright p { font-size: 10px; }

/* Thank you for subscribing */
h5.modal-title { font-size: 17px; font-weight: 600; float: left; }


/* offers-bar */
.offers-bar { width: 100%; position: relative; }
.offers-bar h3 { margin: 0; float:left; color: #262626; font-size: 14px; line-height: 38px; font-weight: 600; font-family: 'Montserrat', sans-serif; padding: 0 43px 0 5px; }
.offers-bar .left { padding-bottom: 24px; display: inline-block; }
.offers-bar input[type="text"] { border: 1px solid #e7e7e7; width: 255px; height: 39px; text-align: left; color: #262626; font-size: 12px; padding: 5px 0; font-weight: 300; font-family: 'Poppins', sans-serif; padding: 5px 13px; float:left; }
.offers-bar input[type="text"]:focus { border-color: #80bdff; }
.offers-bar input[type="submit"] { color: #262626; float: right; width: 125px; height: 41px; text-align: center; background: #bddd74; border-radius: 2px; font-family: 'Poppins', sans-serif; text-transform: uppercase; font-weight: 600; font-size: 11px; padding: 5px 10px; letter-spacing: 0.09em; border: none; float:left; margin: -1px 0 0 11px; cursor: pointer; }
.offers-bar input[type="submit"]:hover, 
.offers-bar input[type="submit"]:focus { background: #2876B4; box-shadow: none; }
.offers-bar .right { padding: 25px 10px 0 0; display: inline-block; }
.offers-bar .right ul { float:left; list-style: none; margin: 0px; }
.offers-bar .right li { float:left; padding: 0 2px 0 1px; }
.offers-bar .right li a img { width: 24px; }
.offers-bar .right li a:hover{ opacity:0.7}
.offers-bar .right h3 { padding-right: 15px; }
.offers-bar.top_line { border-top: 1px solid #e7e7e7; }


/* Our Staff Section */
#our-staff .mura-index>div {
  display: flex;
  flex-wrap: wrap;
}
#our-staff .mura-index dl {
  flex: 1 0 40%;
  border-bottom: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 25px 5px!important;
  text-align: center;
}
#our-staff .mura-index a {display: block; color: #333;}
#our-staff .mura-index p {margin-bottom: 0;}
#our-staff .mura-index img {
  width: 100%;
  max-width: 160px;
  border-radius: 100px;
  margin: 0 auto 10px auto;
}
#our-staff .mura-index h4,
#our-staff .mura-index p {
    font-size: 13px;
    font-weight: 400;
    color: #404040;
    margin: 0;
}
#our-staff .summary em {font-style: normal;}

dl.hasImage {
  padding-left: 0!important;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDD;
  margin-bottom: 25px;
}

@media only screen and  (min-width:620px) {
  #our-staff .mura-index dl {flex: 1 0 30%;}
}

@media only screen and (min-width:992px) {
  #our-staff .mura-index dl {
	flex: 1 0 23%;
  }

  .fs-frame {
      max-width: 800px;
  }
}

.staff-component {
  border-top: 1px solid #ccc;
  margin-top: 15px;
}
.staff-component h4,
.staff-component p {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.staff-component li {
  margin-bottom: 10px;
}
.text a#svAsset {
  max-width: 200px;
  float: right;
}
.mura-comment-sort-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.mura-comment-sort-wrapper:after {
  content: "\f0dc";
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 6 Free";
  position: absolute;
  right: 27px;
  top: 14px;
}
.mura-comment-thumb.img-thumbnail {
  float: left;
  margin-right: 10px;
}
#mura-comments-page dl {
  border-top: 1px solid #ddd;
  margin-top: 15px;
  padding-top: 15px;
}
.mura-comment-spam a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
  white-space: nowrap;
  padding: 3px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  margin-bottom: 10px;
  margin-top: 10px;
}
.mura-comment-spam a:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
#mura-comments-page {
  margin-bottom: 40px;
}
#mura-comment-post-comment legend {
  margin-bottom: 15px;
  padding-top: 15px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 3px;
}
#mura-comment-post-comment-form input[type=checkbox] {
  margin-top: 2px;
}
#mura-comment-post-comment-form p.required {
  margin-top: -14px;
  margin-left: 8px;
}
#mura-comment-post-comment-form label ins {
  text-decoration: none;
  color: #aaa;
}
#svComments.mura-comments {
  border-top: 2px solid #2876B4;
}
.page-content-block-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.page-content-block-wrapper a {
  display: inline;
}
.page-content-block-wrapper img {
  margin: auto;
  width: 100%;
  max-width: 180px;
}
.page-content-block-wrapper .page-content-block {
  margin-bottom: 20px;
}
.article-wrapper {
  text-align: left;
}
.article-wrapper h4 {
  margin: 0px;
}
.article-wrapper hr {
  margin-top: 15px;
  margin-bottom: 15px;
}
.moreResults p {
  margin-bottom: 0px !important;
  margin-top: 5px;
}
.moreResults .pager {
  text-align: left;
}
#svPortal dl {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  padding-top: 10px;
}

blockquote {
	border-left: 5px solid #eee;
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	margin: 0 0 20px;
	padding: 10px 20px;
}

p.intro {
	font-size: 18px;
	font-weight: normal;
	color: #999;
	line-height: 26px;
}

.green {
	color: #2876B4;
}

.flex-video,
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.relatedContentTitle {
  font-size: 16px;
  font-weight: bold;
}
.relatedContentBlock {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.relatedContentBlock:last-child {
    border-bottom: none;
    margin-bottom: 30px;
}
.relatedContentBlock p:last-child {
    margin-bottom: 0;
}
.relatedContentBlock .readMore {  
  font-size: 11px;
  border: 1px solid #ccc;
  background: #eee;
  padding: 0px 8px;
  border-radius: 1px;
}
.body-wrapper .mura-asset {
  float: right;
  max-width: 180px; /* 150px; */
	margin-top: 70px;
	margin-left: 10px;
}

a.btn-primary,
a.btn-secondary {
	color: #fff !important;
}

a.btn-primary:hover,
a.btn-secondary:hover {
	color: #efefef !important;
	text-decoration: none;
}

a.btn-secondary {
	background: #2876B4;
}

.cta-container {
	display: block;
	clear: right;
	overflow: hidden;
	margin-top: 20px;
}

.cta {
/*	background: #efefef; */
	text-align: right;
	padding: 5px 10px;
	position: relative;
	float: right;
}

.home_meet_sec .cta {
/*	background: #fffbf2; */
}

.cta p {
	margin-bottom: 0px;
}

.cta a {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
}

.home_meet_sec .cta a {
	color: #20581b;
}

.cta a:hover {
	text-decoration: none;
	color: #404040;
}

.home_meet_sec .cta a:hover {
	color: #7cb877;
}
