@import url(animate.min.css);
.m0 {
  margin: 0;
}
.p0 {
  padding: 0;
}
@media (min-width: 1281px) {
  .container {
    width: 1200px;
  }
}
.mb0.row {
  margin-bottom: 0;
}
.btn,
a,
button {
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.btn:focus,
.btn:hover,
a:focus,
a:hover,
button:focus,
button:hover {
  text-decoration: none;
  outline: 0;
}
footer.row,
header.row,
section.row {
  margin: 0;
  position: relative;
}
.sectpad {
  padding: 80px 0;
}
.color h2 {
  color: #242424 !important;
}
.section_header {
  position: relative;
}
.section_header h2 {
  font: 600 14px/26px "Open Sans", sans-serif;
  color: #000;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  letter-spacing: 0.3px;
  margin: 0;
}
.section_header h2:before {
  content: "";
  width: 50px;
  height: 3px;
  display: inline-block;
  background: #d7953e;
  position: absolute;
  bottom: 0;
}
.section_header p {
  font: 400 14px/26px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #898989;
  padding-top: 25px;
  margin: 0;
}
body {
  overflow-x: hidden;
}
header.row {
  z-index: 2;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  header.row {
    background: 0 0;
    padding-bottom: 0;
  }
}
.header.row.affix {
  width: 100%;
  top: 0;
  position: fixed;
  z-index: 1000;
}
@media (max-width: 767px) {
  header.row.affix {
    padding-bottom: 0;
  }
}
header.row.affix .logo_part .logo {
  padding: 10px 0;
}
@media (max-width: 767px) {
  header.row.affix .logo_part .logo {
    padding: 10px 15px;
  }
}
header.row.affix .logo_part .logo a {
  max-width: 200px;
}
header.row.affix .social-info {
  display: none;
}
.social-info {
  padding: 23px 0 12px 0;
  margin: 0;
}
.social-info .social-icon {
  margin: 0;
  text-align: center;
  float: right;
  padding-left: 0;
}
.social-info .social-icon li {
  display: inline-block;
  list-style: none;
}
.social-info .social-icon li + li {
  margin-left: 20px;
}
.social-info .social-icon li.tel {
  margin-left: 48px;
}
.social-info .social-icon li.email {
  margin-left: 25px;
}
.social-info .social-icon li a {
  font: 15px/30px "Open Sans", sans-serif;
  color: #c89551;
}
.social-info .social-icon.contact-info {
  margin-left: 45px;
}
.social-info .social-icon.contact-info li a i {
  padding-right: 10px;
}
.header .logo_part {
  width: -webkit-calc(50% - 230px);
  width: calc(50% - 230px);
  float: left;
}
@media (max-width: 991px) {
  .header .logo_part {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .header .logo_part {
    width: 75%;
  }
}
.header .logo_part .logo {
  width: 370px;
  float: right;
  line-height: 100px;
  height: 59px;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  padding: 4px 0;
}
@media (max-width: 1199px) {
  .header .logo_part .logo {
    width: 230px;
    padding: 10px 30px 10px 0;
  }
}
@media (max-width: 991px) {
  .header .logo_part .logo {
    width: 350px;
  }
}
@media (max-width: 767px) {
  .header .logo_part .logo {
    width: 100%;
    padding: 9px 15px;
  }
}
.header .logo_part .logo a {
  float: left;
  max-height: 51px;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 991px) {
  .header .logo_part .logo a {
    width: 230px;
  }
}
.header .logo_part .logo a img {
  display: inline-block;
  vertical-align: baseline;
  max-height: 100%;
  max-width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  margin-top: 7px;
}
@media (max-width: 1199px) {
  .header .logo_part .logo a img {
    width: 100%;
  }
}
.header .main-menu {
  width: -webkit-calc(50% + 230px);
  width: calc(100% + 0px);
}
@media (max-width: 991px) {
  .header .main-menu {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .header .main-menu {
    width: 25%;
  }
}
.navbar-default {
  border: 0;
  margin-left: 9px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 38px;
  padding: 5px 0;
  background: none rgba(19, 16, 14, 0.8);
  -webkit-transform: skewX(-38deg);
  -ms-transform: skewX(-38deg);
  transform: skewX(-38deg);
  margin-bottom: 0;
  padding-left: 8px;
  margin-right: -24px;
}
@media (max-width: 767px) {
  .navbar-default {
    -webkit-transform: skewX(0);
    -ms-transform: skewX(0);
    transform: skewX(0);
    margin-right: 0;
    border-radius: 0;
  }
}
@media (max-width: 479px) {
  .navbar-default {
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  float: left;
  margin-left: 280px;
  border-radius: 0;
  -webkit-transform: skew(38deg);
  -ms-transform: skew(38deg);
  transform: skew(38deg);
}
.navbar-default .navbar-toggle[aria-expanded="false"] {
  background: 0 0;
  border-color: #d3c2ae;
}
.navbar-default .navbar-toggle[aria-expanded="false"] span {
  background: #d3c2ae;
}
.navbar-default .navbar-toggle[aria-expanded="true"] {
  background: #c89551;
  border-color: #c89551;
}
.navbar-default .navbar-toggle[aria-expanded="true"] span {
  background: #fff;
}
@media (max-width: 767px) {
  .navbar-default .navbar-toggle {
    float: right;
    margin-left: 0;
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0);
  }
}
.navbar-default .menu {
  border: 1px solid #2d2621;
  border-right: 0;
}
@media (max-width: 479px) {
  .navbar-default .menu {
    border: none;
  }
}
.navbar-default .menu .navbar-collapse {
  -webkit-transform: skew(38deg);
  -ms-transform: skew(38deg);
  transform: skew(38deg);
  max-width: 788px;
  float: left;
  padding-left: 18px;
}
@media (max-width: 991px) {
  .navbar-default .menu .navbar-collapse {
    position: absolute;
    float: none;
    padding: 0 15px;
    width: 100%;
    top: 100%;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #1c130d;
    -webkit-transform: translateX(-16%) skew(38deg);
    -ms-transform: translateX(-16%) skew(38deg);
    transform: translateX(-16%) skew(38deg);
  }
}
@media (max-width: 767px) {
  .navbar-default .menu .navbar-collapse {
    width: 80vw;
    -webkit-transform: translateX(-50%) skew(0);
    -ms-transform: translateX(-50%) skew(0);
    transform: translateX(-50%) skew(0);
    margin-left: -17px;
  }
}
@media (max-width: 479px) {
  .navbar-default .menu .navbar-collapse {
    -webkit-transform: translateX(-80%) skew(0);
    -ms-transform: translateX(-80%) skew(0);
    transform: translateX(-80%) skew(0);
  }
}
.navbar-default .menu .navbar-collapse .navbar-nav {
  float: left;
  position: relative;
  padding-right: 5px;
}
@media (max-width: 991px) {
  .navbar-default .menu .navbar-collapse .navbar-nav {
    float: none;
    margin: 0;
    padding: 0;
  }
}
.navbar-default .menu .navbar-collapse .navbar-nav:after {
  content: "";
  width: 1px;
  height: 20px;
  background: #312b27;
  top: 13px;
  right: 0;
  position: absolute;
}
@media (max-width: 991px) {
  .navbar-default .menu .navbar-collapse .navbar-nav:after {
    display: none;
  }
}
.navbar-default .menu .navbar-collapse .navbar-nav li a {
  font: 600 14px/48px Raleway, sans-serif;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-shadow: none;
  color: #d3c2ae;
  padding: 0 13px;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 1199px) {
  .navbar-default .menu .navbar-collapse .navbar-nav li a {
    padding: 0 12px;
  }
}
.navbar-default .menu .navbar-collapse .navbar-nav li a:hover {
  color: #c89551;
}
.navbar-default .menu .navbar-collapse .navbar-nav li a + ul {
  border: none;
  padding: 20px 26px;
  border-radius: 0;
  background-color: #1c130d;
  min-width: 250px;
  margin-top: 1px;
}
@media (min-width: 1025px) {
  .navbar-default .menu .navbar-collapse .navbar-nav li a + ul {
    display: block;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
}
.navbar-default .menu .navbar-collapse .navbar-nav li a + ul li {
  padding: 0;
  position: relative;
}
.navbar-default .menu .navbar-collapse .navbar-nav li a + ul li a {
  border-left: 0;
  border-right: 0;
  font-size: 13px;
  line-height: 40px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1.3px;
  font-weight: 400 !important;
  white-space: nowrap;
  padding: 0;
  font-weight: 600;
  color: #bc945e;
}
.navbar-default .menu .navbar-collapse .navbar-nav li a + ul li a:before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/38px FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
  float: left;
  position: relative;
  top: 4px;
  left: 0;
  width: 18px;
  height: auto;
}
@media (max-width: 991px) {
  .navbar-default .menu .navbar-collapse .navbar-nav li a + ul li a:before {
    width: 15px;
  }
}
@media (max-width: 767px) {
  .navbar-default .menu .navbar-collapse .navbar-nav li a + ul li a:before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.navbar-default .menu .navbar-collapse .navbar-nav li a + ul li a:focus,
.navbar-default .menu .navbar-collapse .navbar-nav li a + ul li a:hover {
  text-shadow: none;
  color: #d3c2ae;
  background: 0 0;
}
.navbar-default .menu .navbar-collapse .navbar-nav li a + ul li a:focus:before,
.navbar-default .menu .navbar-collapse .navbar-nav li a + ul li a:hover:before {
  color: #d3c2ae;
}
.navbar-default .menu .navbar-collapse .navbar-nav li.open:before,
.navbar-default .menu .navbar-collapse .navbar-nav li:hover:before {
  height: 3px;
}
.navbar-default .menu .navbar-collapse .navbar-nav li.open > a,
.navbar-default .menu .navbar-collapse .navbar-nav li:hover > a {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-default .menu .navbar-collapse .navbar-nav li.open > a + ul,
.navbar-default .menu .navbar-collapse .navbar-nav li:hover > a + ul {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
@media (min-width: 1025px) {
  .navbar-default .menu .navbar-collapse .navbar-nav li.open > a + ul li a + ul,
  .navbar-default
    .menu
    .navbar-collapse
    .navbar-nav
    li:hover
    > a
    + ul
    li
    a
    + ul {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}
@media (min-width: 1025px) {
  .navbar-default
    .menu
    .navbar-collapse
    .navbar-nav
    li.open
    > a
    + ul
    li.active
    a
    + ul,
  .navbar-default
    .menu
    .navbar-collapse
    .navbar-nav
    li.open
    > a
    + ul
    li.open
    a
    + ul,
  .navbar-default
    .menu
    .navbar-collapse
    .navbar-nav
    li.open
    > a
    + ul
    li:hover
    a
    + ul,
  .navbar-default
    .menu
    .navbar-collapse
    .navbar-nav
    li:hover
    > a
    + ul
    li.active
    a
    + ul,
  .navbar-default
    .menu
    .navbar-collapse
    .navbar-nav
    li:hover
    > a
    + ul
    li.open
    a
    + ul,
  .navbar-default
    .menu
    .navbar-collapse
    .navbar-nav
    li:hover
    > a
    + ul
    li:hover
    a
    + ul {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.navbar-default .menu .navbar-collapse .navbar-nav li.active:before {
  height: 3px;
}
.navbar-default .menu .navbar-collapse .navbar-nav li.active > a {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #c89551;
}
.navbar-default .menu .navbar-collapse .navbar-nav li.active > a:before {
  display: block;
}
.navbar-default .menu .navbar-collapse .navbar-right {
  margin-right: 0;
  padding-right: 0;
}
.navbar-default .menu .navbar-collapse .navbar-right:after {
  display: none;
}
.navbar-default .menu .navbar-collapse .navbar-right li a {
  padding: 0;
}
.navbar-default .menu .navbar-right {
  margin: 0;
}
@media (max-width: 991px) {
  .navbar-default .menu .navbar-right {
    -webkit-transform: skew(38deg);
    -ms-transform: skew(38deg);
    transform: skew(38deg);
    float: left;
    margin-left: -320px;
  }
}
.navbar-default .menu .navbar-right li {
  float: left;
  margin-left: 26px;
  position: relative;
}
@media (max-width: 1199px) {
  .navbar-default .menu .navbar-right li {
    margin-left: 15px;
  }
}
.navbar-default .menu .navbar-right li a {
  font: 600 14px/48px Raleway, sans-serif;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-shadow: none;
  color: #d3c2ae;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  padding: 0;
  color: #d1d0cf;
}
.navbar-default .menu .navbar-right li a:focus,
.navbar-default .menu .navbar-right li a:hover {
  color: #c89551;
}
.navbar-default .menu .navbar-right li a + ul {
  display: none;
}
@media (min-width: 1025px) {
  .navbar-default .menu .navbar-right li a + ul {
    display: none !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.navbar-default .menu .navbar-right li a + ul li {
  margin-left: 0;
}
.navbar-default .menu .navbar-right li a + ul li a:before {
  display: none;
}
.navbar-default .menu .navbar-right li a + ul.cart-box {
  width: 350px;
}
.navbar-default .menu .navbar-right li a + ul.cart-box .cart-header h4 {
  font-size: 20px;
  line-height: 50px;
  font-weight: 700;
  text-transform: capitalize;
  color: #c89551;
  font-family: Raleway, sans-serif;
  margin-top: 0;
}
.navbar-default .menu .navbar-right li a + ul.cart-box .cart-content {
  padding: 15px 0;
  border-top: 1px dashed #c89551;
  z-index: 12;
}
.navbar-default .menu .navbar-right li a + ul.cart-box .cart-content .img-box {
  width: 100px;
  display: table-cell;
  vertical-align: top;
}
.navbar-default
  .menu
  .navbar-right
  li
  a
  + ul.cart-box
  .cart-content
  .img-box
  img {
  width: 100%;
}
.navbar-default .menu .navbar-right li a + ul.cart-box .cart-content .content {
  display: table-cell;
  vertical-align: top;
  padding-left: 30px;
}
.navbar-default
  .menu
  .navbar-right
  li
  a
  + ul.cart-box
  .cart-content
  .content
  h5 {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  color: #d3c2ae;
}
.navbar-default
  .menu
  .navbar-right
  li
  a
  + ul.cart-box
  .cart-content
  .content
  .rating {
  padding-top: 15px;
}
.navbar-default
  .menu
  .navbar-right
  li
  a
  + ul.cart-box
  .cart-content
  .content
  .rating
  i {
  color: #bc945e;
  cursor: pointer;
  font-size: 13px;
}
.navbar-default
  .menu
  .navbar-right
  li
  a
  + ul.cart-box
  .cart-content
  .content
  ul.price {
  margin-top: 5px;
  margin-left: -10px;
  list-style: none;
  padding-left: 0;
}
.navbar-default
  .menu
  .navbar-right
  li
  a
  + ul.cart-box
  .cart-content
  .content
  ul.price
  li {
  display: table-cell;
  padding: 0 10px;
}
.navbar-default
  .menu
  .navbar-right
  li
  a
  + ul.cart-box
  .cart-content
  .content
  ul.price
  li
  span {
  font-size: 16px;
  font-weight: 600;
  color: #d3c2ae;
  font-style: italic;
  font-family: "PT Serif", serif;
}
.navbar-default .menu .navbar-right li a + ul.cart-box .cart-footer {
  border-top: 1px dashed #c89551;
  padding-top: 15px;
}
.navbar-default
  .menu
  .navbar-right
  li
  a
  + ul.cart-box
  .cart-footer
  .total-price {
  float: left;
}
.navbar-default
  .menu
  .navbar-right
  li
  a
  + ul.cart-box
  .cart-footer
  .total-price
  h4 {
  color: #c89551;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 14px;
  line-height: 35px;
}
.navbar-default
  .menu
  .navbar-right
  li
  a
  + ul.cart-box
  .cart-footer
  .checkout-box {
  float: right;
  padding: 0 25px;
  margin-left: 25px;
}
.navbar-default
  .menu
  .navbar-right
  li
  a
  + ul.cart-box
  .cart-footer
  .checkout-box
  a {
  font-size: 14px;
  padding: 0;
  line-height: 35px;
  color: #d3c2ae;
}
.navbar-default
  .menu
  .navbar-right
  li
  a
  + ul.cart-box
  .cart-footer
  .checkout-box:hover
  a {
  color: #000;
}
.navbar-default .menu .navbar-right li .search-form {
  margin-left: 0;
}
.navbar-default .menu .navbar-right li .search-form .form-control {
  border-radius: 0;
  background: #333;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-default .menu .navbar-right li.open {
  background: 0 0;
}
.navbar-default .menu .navbar-right li.open a {
  background: 0 0;
}
.navbar-default .menu .navbar-right li.open a + ul {
  display: block;
  position: absolute;
  right: 0;
  left: auto;
  background: #1c130d;
  padding: 20px 26px;
  min-width: 250px;
}
@media (min-width: 1025px) {
  .navbar-default .menu .navbar-right li.open a + ul {
    display: block !important;
  }
}
.navbar-default .menu .navbar-right li.open a + ul li a:before {
  display: none;
}
.one-page-menu .logo_part {
  width: -webkit-calc(50% - 200px);
  width: calc(50% - 200px);
}
@media (max-width: 991px) {
  .one-page-menu .logo_part {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .one-page-menu .logo_part {
    width: 75%;
  }
}
.one-page-menu .main-menu {
  width: -webkit-calc(50% + 200px);
  width: calc(50% + 200px);
}
@media (max-width: 991px) {
  .one-page-menu .main-menu {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .one-page-menu .main-menu {
    width: 25%;
  }
}
@media (max-width: 1199px) {
  .one-page-menu .navbar-default .menu .navbar-collapse {
    max-width: 675px;
  }
}
.one-page-menu .navbar-default .menu .navbar-collapse .navbar-nav {
  padding-right: 0;
}
.one-page-menu .navbar-default .menu .navbar-collapse .navbar-nav:after {
  display: none;
}
.one-page-menu .navbar-default .menu .navbar-collapse .navbar-nav li a {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .one-page-menu .navbar-default .menu .navbar-collapse .navbar-nav li a {
    font-size: 13px;
    padding: 0 9px;
  }
}
.bannercontainer {
  position: relative;
  padding: 0;
  z-index: 0;
  width: 100%;
}
.bannercontainer .banner {
  position: relative;
  width: 100%;
}
.carpenters-h1 {
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.3px !important;
  font-size: 65px !important;
}
.carpenters-h1 span {
  color: #fff;
  font-size: 50px !important;
}
@media (max-width: 991px) {
  .carpenters-h1 span {
    font-size: 36px !important;
    line-height: 36px !important;
  }
}
@media (max-width: 767px) {
  .carpenters-h1 span {
    font-size: 24px !important;
    line-height: 24px !important;
  }
}
@media (max-width: 1199px) {
  .carpenters-h1.type2 {
    -webkit-transform: translate3d(-135px, 0, 0) !important;
    transform: translate3d(-135px, 0, 0) !important;
  }
}
@media (max-width: 991px) {
  .carpenters-h1.type2 {
    -webkit-transform: translate3d(-300px, 20px, 0) !important;
    transform: translate3d(-300px, 20px, 0) !important;
  }
}
@media (max-width: 767px) {
  .carpenters-h1.type2 {
    -webkit-transform: translate3d(-174px, 0, 0) !important;
    transform: translate3d(-174px, 0, 0) !important;
  }
}
@media (max-width: 1199px) {
  .carpenters-h1 {
    margin-left: 50px !important;
  }
}
@media (max-width: 991px) {
  .carpenters-h1 {
    margin-left: 30px !important;
    font-size: 36px !important;
    line-height: 36px !important;
  }
}
@media (max-width: 767px) {
  .carpenters-h1 {
    font-size: 24px !important;
    line-height: 24px !important;
  }
}
.carpenters-h2 {
  font-size: 45px !important;
  color: #fff;
  letter-spacing: 0.3px !important;
  text-transform: uppercase;
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .carpenters-h2 {
    margin-left: 50px !important;
  }
}
@media (max-width: 991px) {
  .carpenters-h2 {
    margin-left: 30px !important;
    margin-top: 4px !important;
  }
}
@media (max-width: 767px) {
  .carpenters-h2 {
    font-size: 16px !important;
    margin-top: 0 !important;
    line-height: 30px !important;
  }
}
@media (max-width: 479px) {
  .carpenters-h2 {
    margin-top: 5px !important;
  }
}
.carpenters-p {
  font: 300 20px/28px Lato, sans-serif;
  color: #fff;
  font-style: italic;
  letter-spacing: 0.3px !important;
}
@media (max-width: 1199px) {
  .carpenters-p {
    margin-left: 50px !important;
  }
}
@media (max-width: 991px) {
  .carpenters-p {
    margin-left: 30px !important;
    margin-top: 10px !important;
  }
}
@media (max-width: 767px) {
  .carpenters-p {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .carpenters-b {
    margin-left: 50px !important;
  }
}
@media (max-width: 991px) {
  .carpenters-b {
    margin-left: 30px !important;
    margin-top: 10px !important;
  }
}
@media (max-width: 767px) {
  .carpenters-b {
    margin-top: -35px !important;
  }
}
.carpenters-b .submit {
  font: 700 14px/38px Raleway, sans-serif !important;
  background: 0 0;
  border: 1px solid #816454 !important;
  color: #fff;
  border-radius: 0;
  letter-spacing: 2px !important;
  padding: 0 30px !important;
}
.carpenters-b .submit:focus,
.carpenters-b .submit:hover {
  border-color: #bb793c !important;
}
.carpenters-b .submit + .submit {
  margin-left: 15px !important;
}
@media (max-width: 479px) {
  .carpenters-b .submit + .submit {
    display: none;
  }
}
@media (max-width: 1199px) {
  .carpenters-ul {
    margin-left: 50px !important;
  }
}
@media (max-width: 991px) {
  .carpenters-ul {
    margin-left: 30px !important;
    margin-top: 10px !important;
  }
}
@media (max-width: 767px) {
  .carpenters-ul {
    display: none !important;
  }
}
.carpenters-ul ul {
  margin: 0;
  padding: 0;
  background: #251606;
}
.carpenters-ul ul li {
  display: inline-block;
  position: relative;
}
.carpenters-ul ul li a {
  background: 0 0;
  padding: 1px 25px !important;
  font: 500 14px/28px Raleway, sans-serif !important;
  letter-spacing: 3px !important;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s ease-in 0s !important;
  transition: all 0.3s ease-in 0s !important;
}
@media (max-width: 767px) {
  .carpenters-ul ul li a {
    padding: 0 10px !important;
    font-size: 10px !important;
    line-height: 20px !important;
  }
}
.carpenters-ul ul li a:focus,
.carpenters-ul ul li a:hover {
  background: 0 0;
  color: #c89551;
}
.carpenters-ul ul li:after {
  content: "|";
  width: 1px !important;
  height: 15px;
  position: absolute;
  top: 24%;
  bottom: 0;
  right: 0;
  bottom: 0;
  font: 500 14px/14px Raleway, sans-serif !important;
  color: #fff;
}
@media (max-width: 767px) {
  .carpenters-ul ul li:after {
    height: 10px;
  }
}
.carpenters-ul ul li:last-child a {
  padding-right: 30px !important;
}
@media (max-width: 767px) {
  .carpenters-ul ul li:last-child a {
    padding-right: 10px !important;
  }
}
.carpenters-ul ul li:last-child:after {
  display: none;
}
@media (max-width: 1199px) {
  .carpenters-ul.type2 {
    -webkit-transform: translate3d(-135px, 0, 0) !important;
    transform: translate3d(-135px, 0, 0) !important;
  }
}
@media (max-width: 991px) {
  .carpenters-ul.type2 {
    -webkit-transform: translate3d(-300px, 0, 0) !important;
    transform: translate3d(-300px, 0, 0) !important;
  }
}
.carpenters-ul.type2 ul li a {
  text-transform: lowercase;
  font-size: 20px !important;
  letter-spacing: 3.2px !important;
  line-height: 40px !important;
}
@media (max-width: 767px) {
  .carpenters-ul.type2 ul li a {
    font-size: 14px !important;
    line-height: 28px !important;
  }
}
.carpenters-ul.type2 ul li:after {
  content: "-";
  width: 6px;
  font-size: 20px !important;
}
.header .container {
  top: auto;
  padding-top: 0;
}
.header-logo {
  text-align: center;
  padding: 33px 0 0 0;
  width: 100%;
}
.header-logo {
  text-align: center;
  padding: 33px 0 0 0;
  width: 100%;
}
.head-right-bottom {
  background: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  margin: 35px 0 0;
  padding: 0 45px 0 25px;
  height: 70px;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.16);
}
.header-cart {
  position: relative;
  float: right;
  margin: 25px 0 20px 15px;
}
.common-home .header-container {
  border-bottom: 0;
  position: absolute;
  z-index: 99;
  width: 100%;
  background: 0 0;
}
.header-container {
  height: auto;
  width: 100%;
  z-index: 99;
  min-height: 315px;
}
header {
  z-index: 99;
  position: relative;
}
.header-main {
  display: block;
  float: left;
  position: relative;
  width: 100%;
}
.header-logo {
  text-align: center;
  padding: 33px 0 0 0;
  width: 100%;
}
.head-right-bottom.fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  margin: 0;
  border-radius: 0;
  z-index: 999;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  animation: slide-down 0.7s;
  font: 400 14px/26px "Open Sans", sans-serif;
}
.head-right-bottom {
  background: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 25px;
  padding: 0 45px 0 25px;
  height: 70px;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.16);
}
.header-cart {
  position: relative;
  float: right;
  margin: 25px 0 20px 15px;
}
#cart {
  height: 25px;
  width: 25px;
  display: block;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-block {
  display: inline-block;
  width: auto;
}
#cart .cart_heading {
  display: inline-block;
  float: left;
  color: #000;
  cursor: pointer;
  font-size: 0;
}
#cart > .btn {
  padding: 0;
  display: block;
  color: #000;
  overflow: hidden;
  background: 0 0;
  font-weight: 400;
  text-transform: uppercase;
  height: 25px;
  width: 25px;
  font-weight: 700;
  background: url(../image/codezeel/nav-icon.png) no-repeat scroll 0 -280px;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: static;
  float: left;
}
.btn-group > .btn-lg {
  font-size: 15px;
}
#cart > .btn {
  padding: 0;
  display: block;
  color: #000;
  overflow: hidden;
  background: 0 0;
  font-weight: 400;
  text-transform: uppercase;
  height: 25px;
  width: 25px;
  font-weight: 700;
  background: url(../image/codezeel/nav-icon.png) no-repeat scroll 0 -280px;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: static;
  float: left;
}
.btn-group > .btn-lg {
  font-size: 15px;
}
#cart-total {
  color: #fff;
  background: #8dc63f;
  line-height: initial;
  position: absolute;
  font-size: 11px;
  top: -5px;
  right: -8px;
  display: block;
  padding: 0 4px;
  text-transform: lowercase;
  display: block;
  font-weight: 400;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#cart .dropdown-menu {
  width: 330px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  display: none;
  top: 45px;
}
#cart .dropdown-menu {
  background: #fff;
  z-index: 1001;
}
#cart .dropdown-menu li:first-child {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
#cart .dropdown-menu li {
  float: none;
}
header #cart li,
header #cart li a {
  color: #262626;
  font: 400 14px/26px "Open Sans", sans-serif;
}
header li {
  list-style: none;
}
header .btn-link,
header a,
header li {
  text-decoration: none;
}
#cart .dropdown-menu li p {
  margin: 20px auto;
  color: #333;
}
.text-center {
  text-align: center;
}
.dropdown.myaccount {
  float: right;
  margin: 25px 10px 20px;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 9;
}
header .dropdown.myaccount > a {
  text-transform: capitalize;
  background: 0;
  color: #fff;
  margin: 0;
  display: block;
  font-size: 0;
  height: 25px;
  width: 25px;
  float: left;
  background: url(../image/codezeel/nav-icon.png) no-repeat scroll 0 1px;
}
span.hidden-lg,
span.hidden-md,
span.hidden-sm,
span.hidden-xs {
  display: inline;
  color: #b10d0e;
}
header .dropdown.myaccount a .fa {
  display: none;
}
.dropdown.myaccount .fa {
  padding-left: 3px;
  color: #000;
}
.fa {
  font-size: 14px;
}
.dropdown.myaccount .myaccount-menu {
  margin-top: 0;
  top: 45px;
  min-width: 240px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover,
.dropdown-menu.myaccount-menu {
  text-transform: capitalize;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
  margin-top: 9px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 8px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
.navbar-nav {
  float: right;
  margin: 0;
}
.navbar-nav > li {
  padding: 24px 0;
}
.navbar-nav > li > a {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-weight: 500;
  font-size: 13px;
}
.nav > li > a {
  position: relative;
  display: block;
  font: 400 "Open Sans", sans-serif;
  padding: 10px 5px;
  margin-right: 10px;
}
.main-menu,
.responsive-menu {
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  padding: 0;
  display: none;
}
#menu ul {
  display: table-cell;
  float: none;
  list-style: outside none none;
  margin: 0;
  top: auto;
  padding: 0;
}
#menu > ul {
  display: block !important;
  text-align: left;
}
.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu > ul > li {
  position: relative;
  float: none;
  display: inline-block;
  z-index: 20;
  background-color: transparent;
}
.hiden_menu li > a,
.main-menu ul > li > a {
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  color: #000;
  display: block;
  padding: 22px 23px;
  margin-bottom: 0;
  z-index: 6;
  position: relative;
  text-transform: capitalize;
}
.main-menu > ul > li > a,
.nav-responsive span {
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  color: #000;
  display: block;
  padding: 20px 20px;
  margin-bottom: 0;
  z-index: 6;
  position: relative;
  text-transform: uppercase;
}
.head-right-bottom .nav-container {
  width: 84%;
}
#box_wrapper.container,
#box_wrapper > div > section,
#box_wrapper > section {
  overflow: hidden;
}
#box_wrapper > div > section,
#box_wrapper > section {
  clear: both;
}
.fw-page-builder-content > section {
  overflow: visible !important;
}
.ls {
  background-color: #fff;
  color: #787878;
}
.half_section {
  position: relative;
}
.ls h1,
.ls h2,
.ls h3,
.ls h4,
.ls h5,
.ls h6 {
  color: #323232;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
.hidden {
  display: none !important;
}
.post.vertical-item .entry-content h3,
h3 {
  font-size: 38px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Raleway, sans-serif;
  line-height: 1;
  word-break: break-word;
  margin-top: 1em;
  margin-bottom: 0.8em;
  font-weight: 300;
}
.h3,
h3 {
  font-size: 24px;
}
.half_section .image_cover_left + .container .col-md-6 {
  padding-right: 0;
}
.fw-divider-space {
  clear: both;
  width: 100%;
}
.special-heading {
  position: relative;
}
.text-left {
  text-align: left;
}
h3.section_header {
  margin: 0;
  line-height: 1;
  position: relative;
  word-wrap: break-word;
}
.special-heading .light-weight {
  font-weight: 300;
}
.text-transform-none {
  text-transform: none;
}
h3.section_header + h6.section_header {
  margin-top: 5px;
}
h6.section_header {
  font-size: 13px;
}
.special-heading .semibold {
  font-weight: 600;
}
.ls .highlight {
  color: #a2cc41;
}
.semibold {
  font-weight: 600;
}
.highlight {
  color: #a2cc41 !important;
  border-color: #a2cc41 !important;
}
.text-uppercase {
  text-transform: uppercase;
}
.fw-divider-space {
  clear: both;
  width: 100%;
}
.text-block {
  line-height: 30px;
}
p:last-child {
  margin-bottom: 0;
}
.post.vertical-item .entry-content h3,
h3 {
  font-size: 38px;
}
.list2 ol,
ol.list2 {
  counter-reset: li;
  list-style: none outside none;
  padding: 0;
  margin-bottom: 0;
}
.list2 ol,
ol.list2 {
  counter-reset: li;
  list-style: none outside none;
  padding: 0;
  margin-bottom: 0;
}
.list2 ol li:nth-child(3n + 1):before,
ol.list2 li:nth-child(3n + 1):before {
  background-color: #c14041;
}
.list2 ol li:before,
ol.list2 li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  background-color: #a2cc41;
  left: -33px;
  top: 88%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 600;
  width: 40px;
  height: 40px;
  padding: 5px;
  text-align: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
}
.list2 ol li:after,
ol.list2 li:after {
  content: "";
  width: 100%;
  max-width: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: 55px;
}
.item-title {
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 17px;
  text-align: center;
  color: #333;
}
.item-title:hover {
  color: #a2cc41;
}
hr.short {
  max-width: 150px;
  margin: 0 auto;
  border-bottom: 1px solid #dedede;
}
.item-content {
  line-height: 32px;
  font-family: "Open Sans", sans-serif;
  overflow: hidden;
  padding: 28px;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
}
.theme {
  background-color: transparent;
  border: 1px solid #fcdd3f;
  max-width: 200;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-transform: uppercase;
  padding: 16px 30px 15px;
  margin-bottom: 4px;
  line-height: 1;
  display: inline-block;
  text-align: center;
  color: #a2cc41;
  background-color: transparent;
  border-radius: 40px;
  position: relative;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  margin-left: 30%;
}
#box_wrapper.container,
#box_wrapper > div > section,
#box_wrapper > section {
  overflow: hidden;
}
#box_wrapper > div > section,
#box_wrapper > section {
  clear: both;
}
.fw-page-builder-content > section {
  overflow: visible !important;
}
.ls {
  background-color: #fff;
  color: #787878;
}
.half_section {
  position: relative;
}
.ls h1,
.ls h2,
.ls h3,
.ls h4,
.ls h5,
.ls h6 {
  color: #323232;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
.hidden {
  display: none !important;
}
.post.vertical-item .entry-content h3,
h3 {
  font-size: 38px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Raleway, sans-serif;
  line-height: 1;
  word-break: break-word;
  margin-top: 1em;
  margin-bottom: 0.8em;
  font-weight: 300;
}
.h3,
h3 {
  font-size: 24px;
}
.half_section .image_cover_left + .container .col-md-6 {
  padding-right: 0;
}
.fw-divider-space {
  clear: both;
  width: 100%;
}
.special-heading {
  position: relative;
}
.text-left {
  text-align: left;
}
h3.section_header {
  margin: 0;
  line-height: 1;
  position: relative;
  word-wrap: break-word;
}
.special-heading .light-weight {
  font-weight: 300;
}
.text-transform-none {
  text-transform: none;
}
h3.section_header + h6.section_header {
  margin-top: 10px;
}
h6.section_header {
  font-size: 13px;
}
.special-heading .semibold {
  font-weight: 600;
}
.ls .highlight {
  color: #a2cc41;
}
.semibold {
  font-weight: 600;
}
.highlight {
  color: #b10d0e !important;
  border-color: #b10d0e !important;
}
.text-uppercase {
  text-transform: uppercase;
}
.fw-divider-space {
  clear: both;
  width: 100%;
}
.text-block {
  line-height: 30px;
}
p:last-child {
  margin-bottom: 0;
}
.post.vertical-item .entry-content h3,
h3 {
  font-size: 38px;
}
.list2 ol,
ol.list2 {
  counter-reset: li;
  list-style: none outside none;
  padding: 0;
  margin-bottom: 0;
}
.list2 ol,
ol.list2 {
  counter-reset: li;
  list-style: none outside none;
  padding: 0;
  margin-bottom: 0;
}
.list2 ol li:nth-child(3n + 1):before,
ol.list2 li:nth-child(3n + 1):before {
  background-color: #c14041;
}
.list2 ol li:before,
ol.list2 li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  background-color: #a2cc41;
  left: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 600;
  width: 40px;
  height: 40px;
  padding: 5px;
  text-align: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
}
ol.list2 li:after {
  content: "";
  height: 1px;
  width: 100%;
  max-width: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: 55px;
}
.item-title {
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 17px;
  text-align: center;
  color: #333;
}
.item-title:hover {
  color: #a2cc41;
}
hr.short {
  max-width: 150px;
  margin: 0 auto;
  border-bottom: 1px solid #dedede;
}
.item-content {
  line-height: 32px;
  overflow: hidden;
  padding: 28px;
  text-align: center;
}
.tab-content {
  border: 1px solid #fff;
  padding: 30px;
  margin-top: 30px;
  box-shadow: -1px 0 36px -9px #f3dddd;
}
.lt-sht {
  line-height: 25px;
  height: 594px;
}
.theme {
  background-color: transparent;
  border: 1px solid #fcdd3f;
  max-width: 200;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-transform: uppercase;
  padding: 16px 30px 15px;
  margin-bottom: 4px;
  line-height: 1;
  display: inline-block;
  text-align: center;
  color: #a2cc41;
  background-color: transparent;
  border-radius: 40px;
  position: relative;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  margin-left: 30%;
}
.theme a:hover {
  color: red;
}
.image_cover {
  display: block;
  position: absolute;
  width: 135%;
  z-index: 1;
  top: 0;
  bottom: 0;
  background-position: 50% 50%;
}
.background_cover,
.image_cover {
  background-size: cover;
  margin-left: -137px;
}
.list2 ol,
ol.list2 {
  counter-reset: li;
  list-style: none outside none;
  padding: 0;
  margin-bottom: 0;
}
.tw-latest-post {
  background: #fff;
  padding-bottom: 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.spacer {
  height: 10px;
}
.brd {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  padding-bottom: 0;
}
.health {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #787878;
}
.peace {
  padding: 5px 0;
  font-size: 20px;
  color: #b10d0e;
}
h3 span {
  font-size: 38px;
  color: #323232;
}
h3 strong {
  font-weight: 600;
}
ol.list2 li {
  position: relative;
  padding: 15px 0 15px 55px;
  font-size: 17px;
  line-height: 30px;
  width: auto;
  font-weight: 400;
  color: #323232;
}
#navbar {
  background-color: #fff;
  position: fixed;
  top: -120px;
  width: 100%;
  display: block;
  transition: top 0.3s;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  animation: slide-down 0.7s;
}
#navbar a {
  float: right;
  display: block;
  color: #222;
  text-align: center;
  padding: 10px 5px;
  text-decoration: none;
  font-size: 13px;
  line-height: 0;
  font-family: Montserrat, sans-serif;
}
#navbar ul li {
  margin: 8px 0;
  padding: 10px 10px;
}
#navbar a:hover {
  color: #fff;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
  color: #fff;
  background: #b10d0e;
  border-radius: 5px;
}
.nav > li > a.active {
  background: #b10d0e;
  color: #fff !important;
  border-radius: 5px;
}
.dsa {
  color: #b10d0e;
}
.head {
  font-size: 30px;
  font-family: Barlow, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #222;
}
.asf {
  font-size: 15px;
  font-family: Barlow, sans-serif;
  font-weight: 600;
  text-transform: Capitalize;
  color: #222;
  padding-top: 5px;
}
.hg {
  border-bottom: 2px solid #b10d0e;
  width: 90px;
  margin-left: 0;
  padding-top: 5px;
}
.hz {
  border-bottom: 2px solid #b10d0e;
  width: 120px;
  margin: 0 auto;
  padding-top: 10px;
}
.hl {
  border-bottom: 2px solid #b10d0e;
  width: 66px;
  margin: 0 auto;
  padding-top: 10px;
}
.great {
  font-size: 52px;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  text-transform: Capitalize;
  color: #b10d0e;
  margin-top: 10px;
  margin-bottom: 20px;
}
.heal {
  font-size: 52px;
  font-family: Barlow, sans-serif;
  font-weight: 400;
  text-transform: lowercase;
  color: #222;
  margin-top: -10px;
  margin-bottom: 10px;
}
.special {
  position: relative;
  max-width: 700px;
}
.special img {
  vertical-align: middle;
}
.special .content {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.para {
  font-size: 14px;
  font-family: Barlow, sans-serif;
  font-weight: 400;
  color: #777;
  text-align: justify;
  line-height: 24px;
}
.spcialglance {
  font-size: 17px;
  font-family: Barlow, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #222;
  text-align: center;
}
.spe {
  padding: 50px 0;
}
.spce {
  font-size: 60px;
  font-family: Barlow, sans-serif;
  font-weight: 400;
  color: #222;
  text-align: center;
  padding: 20px 0 30px 0;
  letter-spacing: -2px;
}
.spce span {
  font-size: 50px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  color: #b10d0e;
  text-align: center;
  letter-spacing: -1px;
}
.feature-3 {
  padding: 50px;
  overflow: hidden;
}
.feature-3 i {
  font-size: 60px;
  color: #e84c3d;
  font-family: Barlow, sans-serif;
}
.feature-3 i:before {
  font-size: 60px;
  font-family: Barlow, sans-serif;
}
.feature-3 h4 {
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 30px;
  font-family: Barlow, sans-serif;
}
.feature-3:hover i {
  -webkit-animation: moveFromTop 0.6s ease;
  animation: moveFromTop 0.6s ease;
  font-family: Barlow, sans-serif;
}
.feature-3:hover h4 {
  -webkit-animation: moveFromRight 0.6s ease;
  animation: moveFromRight 0.6s ease;
  font-family: Barlow, sans-serif;
}
.feature-3:hover p {
  -webkit-animation: moveFromBottom 0.6s ease;
  animation: moveFromBottom 0.6s ease;
  font-family: Barlow, sans-serif;
}
@-webkit-keyframes moveFromTop {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes moveFromRight {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.txt {
  line-height: 22px;
  text-align: justify;
  font-size: 15px;
  font-family: Barlow, sans-serif;
}
.read {
  border-color: #b10d0e;
  background-color: #b10d0e;
  padding: 10px;
  color: #fff;
  font-family: Barlow, sans-serif;
  border-radius: 5px;
  font-size: 16px;
}
.read:hover {
  border-color: #fff;
  background-color: #fff;
  padding: 10px;
  color: #b10d0e;
  font-family: Barlow, sans-serif;
  border-radius: 5px;
  font-size: 16px;
}
.pace {
  border-color: #b10d0e;
  background-color: #b10d0e;
  padding: 10px 40px;
  color: #fff;
  font-family: Barlow, sans-serif;
  border-radius: 5px;
  font-size: 16px;
}
.pace:hover {
  border-color: #fff;
  background-color: #fff;
  padding: 10px 40px;
  color: #b10d0e;
  font-family: Barlow, sans-serif;
  border-radius: 5px;
  font-size: 16px;
}
.pacemaker-para {
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 5px;
  text-align: justify;
  font-family: Barlow, sans-serif;
}
.pacemakers-para {
  font-size: 15px;
  line-height: 22px;
  text-align: justify;
  font-family: Barlow, sans-serif;
  font-weight: 500;
  padding-bottom: 5px;
}
.paced li {
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 10px;
  text-align: justify;
  font-family: Barlow, sans-serif;
}
.pacemaker-head {
  font-size: 24px;
  color: #b10d0e;
  padding: 15px 0 15px 0;
}
#back {
  background: url(../images/back.jpg);
}
.padding-rt {
  padding-left: 60px;
}
.paced table td {
  color: #563f19;
  line-height: 30px;
  vertical-align: top;
}
#testimonials {
  background-color: #fafafa;
  padding-bottom: 30px;
}
.pace-align {
  color: #b10d0e;
  padding-right: 10px;
}
.testimonial {
  padding: 40px 10px 10px 0;
  margin: 0;
  text-align: center;
  position: relative;
}
.pad-t80 {
  padding: 50px 0;
}
.red {
  padding: 30px;
  box-shadow: -1px 0 36px -9px #f3dddd;
  background: linear-gradient(to bottom, #fff3f5 0, #ffe1e6 100%);
}
.viewer {
  position: relative;
  width: 100%;
}
.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}
.middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.viewer:hover .image {
  opacity: 0.3;
}
.viewer:hover .middle {
  opacity: 1;
}
.usi {
  background-color: #be2026;
  color: #fff;
  font-size: 14px;
  padding: 10px 43px;
  line-height: 20px;
  text-align: center;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
}
.testi {
  font-size: 20px;
  color: #777;
  text-align: center;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  padding: 30px 0 0 0;
}
.testimonial-icon {
  width: 45px;
  position: absloute;
  top: 209px;
  position: absolute;
  left: 78px;
}
.testimonial .title {
  padding: 7px 0;
  margin: 0 -30px 20px;
  border: 7px solid #fff;
  background: #e8326f;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}
.testimonial .title:before {
  content: "";
  border-top: 15px solid #662a66;
  border-left: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  bottom: -37px;
  left: 0;
}
.testimonial .title:after {
  content: "";
  border-top: 15px solid #662a66;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  bottom: -37px;
  right: 0;
}
.testimonial .post {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
}
.testimonial .description {
  letter-spacing: 1px;
  line-height: 22px;
  width: 100%;
  color: #000;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  font-family: Barlow, sans-serif;
}
.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 35px;
  background: #f1971f;
  color: #fff;
  border-radius: 0;
  margin-right: 5px;
  opacity: 1;
}
.owl-next:before,
.owl-prev:before {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
}
.owl-theme .owl-controls .owl-buttons div {
  color: #fff;
  display: inline-block;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #b10d0e;
  filter: Alpha(Opacity=50);
  opacity: 1;
}
.owl-next:before {
  content: "\f061";
}
.hx {
  border-bottom: 2px solid #222;
  width: 95px;
  margin: 0 auto;
  padding-top: 15px;
}
.test-about {
  color: #777;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  font-family: Barlow, sans-serif;
}
.herbie {
  color: #777;
  font-size: 17px;
  font-weight: 400;
  padding-top: 20px;
  font-family: Barlow, sans-serif;
}
.box {
  width: 395px;
  height: 200px;
  background-color: #ededed;
  padding: 15px;
}
.cardio {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  color: #222;
  font-weight: 800;
  padding: 10px 0;
}
.para1 {
  font-size: 14px;
  font-family: Barlow, sans-serif;
  font-weight: 400;
  color: #777;
  text-align: justify;
  line-height: 23px;
}
.date {
  font-size: 14px;
  font-family: Barlow, sans-serif;
  font-weight: 300;
  color: #777;
  text-align: justify;
  padding-bottom: 10px;
  padding-top: 30px;
}
.padding-rat {
  padding-right: 10px;
}
.no-padding {
  padding-right: 0;
  padding-left: 5px;
}
.heart {
  position: absolute;
  top: 175px;
  left: 17px;
  width: 33px;
}
.address-block {
  background-color: #222;
  margin-top: -808px;
}
.address-top-block {
  width: 100%;
  background-color: #222;
  padding-left: 20px;
  border-bottom: 1px solid rgba(35, 35, 35, 0.3);
  padding-top: 25px;
}
.address-heading {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
  font-family: Barlow, sans-serif;
  text-transform: uppercase;
}
.address-heading span {
  font-size: 20px;
  font-weight: 800;
  line-height: 22px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}
.address-dtl-block {
  padding: 6px 20px 20px 20px;
}
.address-dtl-heading {
  color: #fff;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  font-size: 24px;
  font-weight: 600;
}
h5 {
  font-size: 18px;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.address-dtl-block p {
  color: #fff;
  font-size: 14px;
  font-family: Barlow, sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 22px;
  padding-bottom: 20px;
}
.address-dtl-block ul li,
.address-dtl-block ul li a {
  font-size: 13px;
  line-height: 1.69;
  color: #fff;
  padding-top: 6px;
  text-decoration: none;
}
table {
  width: 100%;
  border: none;
}
.contact-table tr {
  color: #fff;
}
.paced {
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 5px;
  text-align: justify;
  font-family: Barlow, sans-serif;
}
.contact-table tr td {
  color: #fff;
  font-family: Barlow, sans-serif;
  font-weight: 100;
  font-size: 12px;
}
td {
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 10px;
  text-align: justify;
  font-family: Barlow, sans-serif;
}
.contact-table tr td i {
  color: #fff;
}
hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 0;
  border-top: 1px solid #828282;
  width: 230px;
}
.footer {
  background-color: #fff;
  padding: 20px;
}
li,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.socialicon-sec li {
  display: inline-block;
}
.facebook {
  background-color: #3b5998;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  padding-top: 13px;
}
.facebook a {
  color: #fff;
  margin-left: 5px;
  margin-top: 9px;
}
.facebook a i {
  color: #fff;
  margin-left: 5px;
  margin-top: 9px;
}
.social-icon li i {
  color: #fff;
  font-size: 20px;
}
.linked a i {
  color: #fff;
  margin-left: 5px;
  margin-top: 9px;
}
.twitter a i {
  color: #fff;
  margin-left: 1px;
  margin-top: 9px;
}
.twitter {
  background-color: #fb3958;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  padding-top: 13px;
}
.footer-bottom-area .footer-menu {
  float: right;
  position: relative;
  top: 3px;
}
.design {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  font-family: Barlow, sans-serif;
}
.design a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  font-family: Barlow, sans-serif;
}
.copyrights {
  color: #fff;
  float: right;
  font-size: 14px;
  font-weight: 300;
  font-family: Barlow, sans-serif;
}
.special {
  position: relative;
  width: 100%;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}
ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 32px;
  border-bottom: 1px solid #333;
  width: 100%;
}
ul.tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 0 21px;
  height: 31px;
  line-height: 31px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  background-color: #666;
  color: #ccc;
  overflow: hidden;
  position: relative;
}
.tab_last {
  border-right: 1px solid #333;
}
ul.tabs li:hover {
  background-color: #ccc;
  color: #333;
}
ul.tabs li.active {
  background-color: #fff;
  color: #333;
  border-bottom: 1px solid #fff;
  display: block;
}
.tab_container {
  border: 1px solid #333;
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  overflow: auto;
}
.tab_content {
  padding: 20px;
  display: none;
}
.tab_drawer_heading {
  display: none;
}
@media screen and (max-width: 480px) {
  .tabs {
    display: none;
  }
  .tab_drawer_heading {
    background-color: #ccc;
    color: #fff;
    border-top: 1px solid #333;
    margin: 0;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .d_active {
    background-color: #666;
    color: #fff;
  }
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #fff;
}
.special:hover .overlay {
  opacity: 0.67;
}
.text {
  color: #b10d0e;
  font-size: 60px;
  position: absolute;
  top: 62%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.tparrows:hover {
  background: #b10d0e;
}
.tparrows {
  cursor: pointer;
  background: #000;
  background: #b10d0e70;
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
}
.bs-example {
  margin: 20px;
}
.panel-title .glyphicon {
  font-size: 14px;
  padding-right: 10px;
}
.panel-title {
  font-size: 14px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #fff;
  background-color: #9e3136;
  border: 1px solid #9e3136;
  cursor: default;
}
.nav > li > a {
  position: relative;
  display: block;
  font: 400 "Open Sans", sans-serif;
  padding: 10px 10px;
  margin-right: 10px;
}
.nav-tabs > li > a {
  margin-right: 10px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0;
}
.nav > li > a {
  color: #222;
}
#navbar a :active {
  color: #fff;
}
.nav-tabs {
  border-bottom: 0 solid #222;
  border: 1px solid #9e3136;
}
.sub-title {
  font-size: 18px;
  color: #b10d0e;
  padding: 20px 0;
  text-transform: capitalize;
}
.panel-default > .panel-heading {
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, #b10d0e 0, #b10d0e 100%);
}
.panel-default > .panel-heading {
  color: #fff;
  background-color: #b10d0e;
  border-color: #b10d0e;
}
.social-icon {
  float: right;
  margin-top: 5px;
}
.form {
  border: 1px solid #e6e6e6;
  padding: 5px 30px 30px;
  background: #fff;
  box-shadow: 0 40px 40px -40px rgba(0, 0, 0, 0.3);
  margin-top: 60px;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 20px;
}
.form-group {
  margin-bottom: 20px;
}
textarea.form-control {
  height: 125px;
}
.main-btn {
  display: inline-block;
  background-color: #b10d0e;
  padding: 10px 20px;
  border: 2px solid #b10d0e;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: 0.2s background-color ease;
  -o-transition: 0.2s background-color ease;
  transition: 0.2s background-color ease;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.main-btn:hover {
  color: #222;
  background-color: transparent;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 30px;
  color: #495057;
  background-color: #fdfdfd;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-border-radius: 0.25rem;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  height: 45px;
}
.brand_logo {
  margin-left: -30px;
}
.owl-controls {
  text-align: center;
}
#map {
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#book {
  color: #b10d0e;
}
#book:hover {
  color: #fff;
}
.d-new {
  float: right !important;
}
.mapon {
  height: 807px;
}
.m-rt {
  margin-right: -88px;
}
.m-lt {
  margin: 10px 0;
}
.padding-rt {
  padding-right: 60px;
}
.feature-2 .feature-icon i {
  font-size: 45px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #e84c3d;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-family: Barlow, sans-serif;
}
.feature-2 .feature-icon i:before {
  font-size: 45px;
  font-family: Barlow, sans-serif;
}
.feature-2 .media-body {
  padding-left: 10px;
}
.feature-2 .media-body h3 {
  font-size: 25px;
  line-height: 80px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-family: Barlow, sans-serif;
}
.feature-2.white .media-body {
  color: #222;
  background-color: #fff;
  padding: 30px;
  border: 1px solid #e9e8e8;
}
.media-body i {
  color: #b10d0e;
}
.feature-2.white .media-body h3 {
  color: #222;
}
.feature-2.yellow-icon .feature-icon i {
  color: #222;
}
.feature-2.blue-icon .feature-icon i {
  color: #00bcd4;
}
.feature-4 {
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
}
.feature-4:before {
  content: "";
  position: absolute;
  width: 1px;
  border-left: 1px dashed #cecece;
  top: 50%;
  bottom: 0;
  left: 18px;
  margin-bottom: -63px;
}
.feature-4 .feature-icon {
  position: relative;
}
.feature-4 .feature-icon i {
  border: 1px solid #3333332e;
  border-radius: 50%;
  display: inline-table;
  font-size: 18px;
  width: 30px;
  height: 30px;
  background: #fff;
  line-height: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.feature-4 .media-body {
  padding-left: 10px;
  font-family: Barlow, sans-serif;
}
.feature-4 .media-body h3 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-family: Barlow, sans-serif;
}
.feature-4:hover .feature-icon i {
  background: #b10d0e;
  color: #fff;
}
.feature-4:last-child {
  margin-bottom: 0;
}
.feature-4:last-child:before {
  display: none;
}
.feature-5 {
  padding: 80px 35px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.feature-5 i {
  position: relative;
  font-size: 42px;
  margin-bottom: 25px;
  z-index: 2;
  font-family: Barlow, sans-serif;
}
.feature-5 h4 {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-family: Barlow, sans-serif;
}
.feature-5 p {
  position: relative;
  z-index: 2;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-family: Barlow, sans-serif;
}
.feature-5 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background: #000;
}
.feature-5:hover img {
  opacity: 1;
}
.li-ht {
  line-height: 54px;
}
.clr {
  color: #b10d0e;
}
.feature-5:hover h4,
.feature-5:hover i,
.feature-5:hover p {
  color: #fff;
}
.feature-5:hover i {
  -webkit-animation: moveFromRightRotate 0.3s ease;
  animation: moveFromRightRotate 0.3s ease;
}
.feature-5:hover h4 {
  -webkit-animation: moveFromLeftRotate 0.3s ease;
  animation: moveFromLeftRotate 0.3s ease;
}
.feature-5:hover p {
  -webkit-animation: moveFromBottom 0.3s ease;
  animation: moveFromBottom 0.3s ease;
}
.pad-b80 {
  padding-bottom: 28px;
}
@-webkit-keyframes moveFromLeftRotate {
  from {
    -webkit-transform: translateX(-100%) rotate(-90deg);
  }
  to {
    -webkit-transform: translateX(0) rotate(0);
  }
}
@-webkit-keyframes moveFromRightRotate {
  from {
    -webkit-transform: translateX(100%) rotate(90deg);
  }
  to {
    -webkit-transform: translateX(0) rotate(0);
  }
}
@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
  }
}
.media-body p {
  line-height: 25px;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #b10d0e;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidenav a {
  padding: 30px 8px 30px 36px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
  border-bottom: 1px solid #3333337a;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.m-right {
  padding-right: 10px;
}
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
  .logo1 {
    margin-top: -11px;
  }
}
@media screen and (max-width: 720px) {
  .box {
    width: 100% !important;
    height: 200px;
    background-color: #ededed;
    padding: 15px;
  }
}
@media screen and (max-width: 450px) {
  .padding-rt {
    padding: 0;
  }
  .address-block {
    background-color: #222;
    margin-top: -641px;
  }
  .mapon {
    height: 641px;
  }
  .m-rt {
    margin-right: 0;
  }
  .social-icon {
    text-align: center;
    float: none;
    margin-top: 0;
  }
  .m-lt {
    margin: 10px 20px;
  }
  .c-new {
    text-align: center;
  }
  .header .logo_part .logo {
    line-height: 70px;
  }
}
.fixed-header {
  top: 0;
  z-index: 9999;
  position: fixed;
  width: 100%;
  animation: smoothScroll 1s forwards;
}
.inner-banner {
  height: 400px;
  background: url(../images/inner-banner.jpg?1);
  background-size: cover;
  background-position-y: -110px;
}
.footer-menu-list li {
  display: inline;
  font-size: 14px;
  border-right: 1px solid #d9d9d9;
  padding: 0 10px;
}
.footer-menu-list li a {
  color: #000;
}
.footer-menu-list {
  padding: 20px 0;
  text-align: center;
}
.footer-menu-list li:last-child {
  border-right: none;
}
.sub-btn {
  background: #b10d0e;
  border: 1px solid #b10d0e;
  width: 125px;
  height: 36px;
  font-size: 17px;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-weight: 500;
  font-size: 13px;
}
.dropdown-content li a {
  padding: 5px 0;
  color: #222;
  line-height: 30px;
}
.dropdown-content li a:hover {
  color: #b10d0e !important;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.specilaties-box {
  border: 1px solid #ededed;
  padding: 15px;
}
.specilaties-box h3 {
  font-size: 24px;
  color: #b10d0e;
  border-bottom: 1px solid #ededed;
  padding-bottom: 12px;
}
.specialities-list li a {
  color: #222;
}
.specialities-list li {
  line-height: 24px;
  margin: 2px 0;
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 0;
}
.specialities-list li:last-child {
  border-bottom: none;
}
.specialities-list li a.active {
  color: #b10d0e;
}
#cardiac-arrest {
  padding: 0 0 50px;
  background: #fafafa;
  margin-top: 60px;
}
.read-more-btn {
  background: #b10d0e;
  color: #fff;
  margin-top: 15px;
}
.news-box {
  border: 1px solid #e1e1e1;
  margin-bottom: 20px;
  padding: 10px;
}

.news-box div {  
  padding: 10px;
}

.news-box h4.text-time {
  font-size: 14px !important;
  color: #5e5e5e !important;
  margin: 0 0 10px 0;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0 0 !important;
}
.news-box h4.blog-title {
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
  line-height: 25px;
}
.specialities {
  width: 375px;
}
.main-about {
  background-image: url(../images/vaaboutx.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 786px;
}
@media (max-width: 740px) {
  .main-about {
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 678px;
  }
  .bannercontainer .banner {
    position: relative;
    width: 100%;
    height: 370px !important;
  }
  .no-padding {
    padding-right: 15px;
    padding-left: 15px;
  }
  .special {
    margin-bottom: 20px;
  }
  .special {
    position: relative;
    max-width: 700px;
  }
  .mapon {
    height: 240px;
  }
  .address-block {
    background-color: #222;
    margin-top: 0;
  }
  .spe .special {
    margin-bottom: 0 !important;
  }
  .dropdown-content {
    background: #b10d0e;
    position: relative;
    color: #fff !important;
    width: 280px;
    padding: 0 16px;
  }
  .dropdown-content li a {
    color: #fff;
    margin-top: 0;
    padding: 8px 8px 8px 23px;
  }
  .sidenav a {
    padding: 20px 8px 20px 20px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid #3333337a;
  }
  .dropdown {
    position: relative;
    display: block;
  }
}
h4.photo.name {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
}
p.one {
  text-align: center;
  line-height: 18px;
  padding-top: 4px;
}
.col-md-4.isotopeSelector.resort.four {
  margin-top: 14px;
}
.col-md-4.wow.fadeInUp1 {
  margin-top: 18px;
}
.modal-backdrop {
  z-index: 0 !important;
}
@media (min-width: 768px) {
  .modal-content {
    width: 800px !important;
    max-width: 800px;
    top: 100px;
  }
}
.blog-box {
  padding: 30px !important;
}
.whychoose-us-great {
  font-size: 44px;
}
.whychoose-us-great-under {
  font-size: 36px;
  margin-top: 10px;
}
.description {
  line-height: 22px;
}

.para-title {
  font-size: 18px;
  font-family: Barlow, sans-serif;
  font-weight: 400;
  color: #777;
  text-align: justify;
  line-height: 24px;
}

.footer-menu-list > li {
  line-height: 28px;
}

/* The Modal (background) */
.modal1 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  bottom: 0px !important;
  right: 0px;
  z-index: 1; /* Sit on top */
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

@media (max-width: 480px) {
  /* Modal Content */
  .modal-content1 {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    float: right;
    bottom: 200px !important;
    right: 13px;
    max-width: 290px;
    top: 445px;
  }
}

@media (min-width: 480px) {
  /* Modal Content */
  .modal-content1 {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
    float: right;
    bottom: 200px !important;
    right: 13px;
    max-width: 290px;
    top: 445px;
  }
}

/* The Close Button */
.close1 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close1:hover,
.close1:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.sticky-corner1 {
  position: fixed !important;
  bottom: 32px !important;
  color: white !important;
  right: 0px !important;
  background-color: #d24440 !important;
  padding: 5px 20px !important;
  font-size: 20px !important;
  z-index: 99999 !important;
  font-size: 16px !important;
  border-radius: 10px 0px 0px 10px !important;
}

.sticky-corner-million {
  position: fixed !important;
  bottom: 90px !important;
  color: white !important;
  right: 0px !important;
  background-color: #ec1c24 !important;
  padding: 5px 20px !important;
  font-size: 20px !important;
  z-index: 99999 !important;
  font-size: 20px !important;
  border-radius: 10px 0px 0px 10px !important;
}

#pop-upp {
  width: 100% !important;
  margin: auto;
  padding: 0px;
  float: none !important;
  bottom: 0px !important;
  right: 0px !important;
  max-width: 1000px;
  top: 0px;
}
