
/*-- Google Font --*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");


/*-- Common Style --*/
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
.site-wrapper {
  height: 100%;
}

body {
  background-color: #ffffff;
  font-size: 14px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  visibility: visible;
  font-family: "Montserrat", sans-serif;
  color: #000000;
  position: relative;
      overflow-x: hidden;
}

body[data-rtl=rtl] {
  direction: rtl;
  text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.2;
}

h1 {
  font-size: 36px;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 575px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 575px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}
p {
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  margin-bottom: 15px;
  line-height: 26px;
}
p:last-child {
  margin-bottom: 0;
}

a,
button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a,
button,
img,
input,
span {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #000000;
}

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #663130;
}

button,
input[type=submit] {
  cursor: pointer;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

/*-- 
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-15 {
  margin-top: 15px !important;
}

.mt-50 {
  margin-top: 50px !important;
}
.mt-63 {
  margin-top: 63px !important;
}


/*-- Margin Bottom --*/


.mb-5 {
  margin-bottom: 5px !important;
}


.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}


@media only screen and (max-width: 767px) {
  .mb-xs-35 {
    margin-bottom: 35px !important;
  }
}
/*-- Margin Left --*/
/*-- Margin Right --*/
/*-- Padding Top --*/


.pt-40 {
  padding-top: 40px !important;
}

.pt-55 {
  padding-top: 55px !important;
}


.pt-120 {
  padding-top: 120px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

@media only screen and (max-width: 767px) {
  .pt-xs-20 {
    padding-top: 20px !important;
  }
}

/*-- Padding Bottom --*/


.pb-40 {
  padding-bottom: 40px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

@media only screen and (max-width: 767px) {
  .pb-xs-20 {
    padding-bottom: 20px !important;
  }
}

/*-- 
    - Common Classes
-----------------------------------------*/


.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.section,
.main-wrapper {
  float: left;
  width: 100%;
}

.bt-0 {
  border-top: 0 !important;
}

.bb-0 {
  border-bottom: 0 !important;
}

.bl-0 {
  border-left: 0 !important;
}

.br-0 {
  border-right: 0 !important;
}

.bg-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ft-border {
  border-top: 1px solid #ffffff;
}

.border-top {
  border: 1px solid #ffffff;
}

#scrollUp {
  background: #d25239;
  width: 40px;
  height: 41px;
  line-height: 40px;
  bottom: 25px;
  right: 25px;
  color: #fff;
  text-align: center;
  font-size: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


#scrollUp:hover {
  background: #663130;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1670px;
  }

  .row-five-column>[class*=col-xl-] {
    max-width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}

/* @media only screen and (max-width: 575px) {
  .container {
    max-width: 450px;
  }
}

@media only screen and (max-width: 479px) {
  .container {
    max-width: 420px;
  }
} */

.g-0 {
  margin-left: 0;
  margin-right: 0;
}

.g-0>.col,
.g-0>[class*=col-] {
  padding-right: 0;
  padding-left: 0;
  margin: 0 !important;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
  background-color: transparent;
  border: 0;
}

.modal-header span {
  color: #000000;
  font-size: 24px;
}

.inline-YTPlayer {
  max-width: none !important;
  width: 100%;
}

.mbYTP_wrapper {
  z-index: -9 !important;
}

/*-- 
    - Input Placeholder
-----------------------------------------*/
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*--
    - Background Color
------------------------------------------*/
.bg-white {
  background-color: #ffffff !important;
}

.bg-gray {
  background-color: #f1f1f1 !important;
}

.bg-gray-two {
  background-color: #f8f8f8 !important;
}

.bg-dark {
  background-color: #000000 !important;
}

.bg-theme {
  background-color: #663130 !important;
}

/*-- 
    - Tab Content & Pane Fix
------------------------------------------*/
.tab-content {
  width: 100%;
}

.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}

.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

/*-- 
    - Main Wrapper
------------------------------------------*/
/*-- 
    - Section Title
------------------------------------------*/
.section-title h2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.section-title h2 span {
  color: #663130;
}

.section-title p {
  font-size: 14px;
  line-height: 22px;
  max-width: 635px;
  margin-top: 15px;
}

.section-title.text-center {
  text-align: center;
  background-position: top center;
}

.section-title.text-center p {
  margin-left: auto;
  margin-right: auto;
}

.section-title.text-start {
  text-align: left;
  background-position: top left;
}

.section-title.text-start p {
  margin-left: 0;
  margin-right: auto;
}

.section-title.text-end {
  text-align: right;
  background-position: top right;
}

.section-title.text-end p {
  margin-left: auto;
  margin-right: 0;
}

.section-title-two span {
  color: #663130;
  font-size: 24px;
  font-weight: 400;
  display: block;
  line-height: 1;
}

.section-title-two h2 {
  font-weight: 900;
  font-size: 40px;
  color: #663130;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .section-title-two h2 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title-two h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title-two h2 {
    font-size: 36px;
  }
}

/*-- List Section Title CSS --*/
.list-product-section-title h2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  display: inline-block;
  background-color: #ffffff;
  padding-right: 15px;
}

/*--  Tab Menu CSS --*/
.product-tab-menu ul li {
  padding-right: 35px;
}

@media only screen and (max-width: 767px) {
  .product-tab-menu ul li {
    padding-right: 10px;
  }
}

.product-tab-menu ul li:last-child {
  padding-right: 0;
}

.product-tab-menu ul li a {
  font-size: 20px;
  line-height: 1;
  color: #000000;
  display: block;
  text-transform: uppercase;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .product-tab-menu ul li a {
    line-height: 30px;
    font-size: 16px;
  }
}

.product-tab-menu ul li a.active,
.product-tab-menu ul li a:hover {
  color: #663130;
}

@media only screen and (max-width: 575px) {
  .product-tab-menu2 ul {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}

.product-tab-menu2 ul li {
  border-right: 1px solid #e5e5e5;
  padding-right: 30px;
  margin-right: 25px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .product-tab-menu2 ul li {
    padding-right: 20px;
    margin-right: 15px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .product-tab-menu2 ul li {
    padding-right: 10px;
    margin-right: 7px;
    line-height: 30px;
  }
}

.product-tab-menu2 ul li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

.product-tab-menu2 ul li a {
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}

.product-tab-menu2 ul li a.active,
.product-tab-menu2 ul li a:hover {
  color: #663130;
}

/*-- 
    - Button
------------------------------------------*/
.btn {
  background-color: #663130;
  color: #ffffff;
  font-size: 16px;
  line-height: 12px;
  height: 45px;
  font-weight: 500;
  padding: 15px 30px;
  text-transform: uppercase;
  border-radius: 0px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: none;
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.btn:hover {
  color: #ffffff;
  background-color: #000000;
}

@media only screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
    line-height: 23px;
    height: 45px;
    padding: 10px 25px;
  }

  .btn:hover::before {
    left: 6px;
    top: 6px;
  }

  .btn:hover::after {
    left: -6px;
    top: -6px;
  }
}

/*-- 
    - Page Banner Section
------------------------------------------*/
.page-banner-section {
  padding: 225px 0 100px;
  position: relative;
  z-index: 1;
}
.page-banner-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .page-banner-section {
    padding: 70px 0 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-banner-section {
    padding: 60px 0 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-banner-section {
    padding: 50px 0 60px;
  }
  .wdt-content-counter-wrapper {
    text-align: center;
}
}

@media only screen and (max-width: 767px) {
  .page-banner-section {
    padding: 45px 0 50px;
  }
}

/*-- Page Banner --*/
.page-banner h1 {
  font-size: 48px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-banner h1 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .page-banner h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .page-banner h1 {
    font-size: 24px;
  }
}

/*-- Page Breadcrumb --*/
.page-breadcrumb {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-breadcrumb li {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  margin-top: 10px;
}
ul.page-breadcrumb li a {
  color: #fff;
}
@media only screen and (max-width: 575px) {
  .page-breadcrumb li {
    font-size: 16px;
  }
}

.page-breadcrumb li::after {
  content: "-";
  margin: 0 6px;
}

.page-breadcrumb li:last-child::after {
  display: none;
}

.page-breadcrumb li a:hover {
  color: #663130;
}

/*-- 
    - Page Pagination
------------------------------------------*/
.page-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px -10px;
}

.page-pagination li {
  font-size: 16px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #000000;
  text-align: center;
  margin: 5px 5px;
}

.page-pagination li a {
  color: #000000;
  background-color: #f8f8f8;
  padding: 10px;
  border-radius: 50px;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-pagination li a i {
  line-height: 24px;
}

@media only screen and (max-width: 575px) {
  .page-pagination li {
    font-size: 14px;
  }

  .page-pagination li a {
    padding: 9px;
    width: 40px;
    height: 40px;
  }

  .page-pagination li a i {
    line-height: 24px;
  }
}

.page-pagination li:hover a {
  color: #663130;
  background-color: #000000;
}

.page-pagination li.active a {
  color: #ffffff;
  background-color: #663130;
}

.grid-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.grid-filter button {
  background-color: transparent;
  color: #000000;
  border: none;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  margin: 0 10px 10px;
  text-transform: capitalize;
  line-height: 1;
  padding-bottom: 5px;
  position: relative;
}

.grid-filter button::before {
  content: "";
  height: 6px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 4px;
  background-color: #663130;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.grid-filter button:hover::before,
.grid-filter button.active::before {
  width: 100%;
}

.grid-filter.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-filter.center button {
  margin: 0 10px 10px;
}

.grid-filter.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.grid-filter.left button {
  margin-left: 0;
  margin-right: 20px;
  margin-bottom: 10px;
}

.grid-filter.left button:last-child {
  margin-right: 0;
}

.grid-filter.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.grid-filter.right button {
  margin-left: 20px;
  margin-right: 0;
  margin-bottom: 10px;
}

.grid-filter.right button:last-child {
  margin-left: 0;
}

.product-slider,
.blog-slider {
  margin-left: -15px;
  margin-right: -15px;
}

.product-slider .col-lg-3,
.product-slider .col-12,
.blog-slider .col,
.brand-slider .col {
  padding-left: 15px;
  padding-right: 15px;
}

.slick-slider .slick-arrow {
  position: absolute;
  top: 0;
  margin-top: -55px;
  z-index: 9;
  border: none;
  background-color: #ffffff;
  color: #000000;
  padding: 10px;
  width: 34px;
  height: 34px;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
}


@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .slick-slider .slick-arrow {
    margin-top: -60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slick-slider .slick-arrow {
    margin-top: -60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slick-slider .slick-arrow {
    margin-top: -60px;
  }
}

@media only screen and (max-width: 767px) {
  .slick-slider .slick-arrow {
    margin-top: -30px;
  }
}

.slick-slider .slick-arrow i {
  font-size: 18px;
  line-height: 14px;
  display: block;
}

.slick-slider .slick-arrow.slick-prev {
  right: 50px;
}

.slick-slider .slick-arrow.slick-next {
  right: 10px;
}

.slick-slider .slick-arrow:hover {
  color: #663130;
}

.slick-slider .slick-arrow:hover::before {
  margin-left: 6px;
  margin-top: 6px;
}

.slick-slider .slick-dots {
  width: 100%;
  padding: 0;
  margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slick-slider .slick-dots li {
  margin: 0 5px;
}

.slick-slider .slick-dots li button {
  display: block;
  padding: 0;
  width: 12px;
  height: 12px;
  border: none;
  background-color: #d8d8d8;
  text-indent: -9999px;
  border-radius: 50px;
}

.slick-slider .slick-dots li.slick-active button {
  background-color: #663130;
}



/*----------------------------------------*/
/*  02. Header CSS
/*----------------------------------------*/
header.header {
  /* background-color: #ffffff; */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

header.header.is-sticky {
  background-color: #ffffff;
  position: fixed;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

header.header.is-sticky .header-top {
  display: none;
}

header.header.is-sticky .header-bottom {
  padding: 15px 0 10px;
}

/*-- Header Top --*/
.header-top {
  line-height: 50px;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .header-top {
    padding-top: 10px;
  }
}

.header-top.bg-dark {
  border-color: #535353;
}

.header-top>.container>.row>.col {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin: 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-top>.container>.row>.col:first-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media only screen and (max-width: 575px) {
  .header-top>.container>.row>.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }

  .header-top>.container>.row>.col:first-child {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .header-top>.container>.row>.col:last-child {
    margin-bottom: 10px;
  }
}

/*-- Header Top Links --*/
.header-top-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .header-top-links ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.header-top-links ul li {
  font-size: 15px;
  line-height: 26px;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .header-top-links ul li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .header-top-links ul li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 10px;
    display: block;
  }
}

.header-top-links ul li:last-child {
  margin-right: 0;
}

.header-top-links ul li i {
  margin-right: 6px;
  font-size: 18px;
  line-height: 26px;
  float: left;
  padding-top: 2px;
}

.header-top-links ul li a {
  display: block;
}

.header-top-links.color-white ul li {
  color: #d8d8d8;
}

/*-- Header Top Social --*/
.header-top-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 25px;
}

@media only screen and (max-width: 767px) {
  .header-top-social {
    padding-left: 15px;
    margin-top: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 575px) {
  .header-top-social {
    padding-left: 0;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 479px) {
  .header-top-social {
    padding-left: 0;
    margin-top: 10px;
  }
}

.header-top-social a {
  padding: 0 8px;
  color: #000000;
}

.header-top-social a i {
  font-size: 13px;
  display: block;
  line-height: 0px;
  background: #663130;
  color: #fff;
  border-radius: 50% 50% 50% 50%;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 3px;
}

.header-top-social a:hover {
  color: #663130;
}

.header-top-social.color-white a {
  color: #d8d8d8;
}

.header-top-social.color-white a:hover {
  color: #663130;
}


/*-- Header Bottom --*/
.header-bottom {
  padding: 35px 0 30px;
  /* border-bottom: 1px solid #e5e5e5; */
}

.header-bottom.bg-dark {
  border-color: #393939;
}

.header-bottom.menu-right>.container>.row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom.menu-right>.container>.row {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .header-bottom.menu-right>.container>.row {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
  }
}

.header-bottom.menu-right>.container>.row>.col {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  position: static;
}

.header-bottom.menu-right>.container>.row>.col:first-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}



.logo a {
  display: inline-block;
}

.logo a img {
  max-width: 65%;
}


/*-- Main Menu --*/
.main-menu>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-menu>ul>li {
  position: relative;
}

.main-menu>ul>li>a {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #000000;
  text-transform: uppercase;
  display: block;
  padding: 15px 20px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu>ul>li>a {
    padding: 15px 10px;
  }
}

.main-menu>ul>li.has-dropdown>a::after {
  content: "";
  font-family: Fontawesome;
  line-height: 30px;
  margin-left: 3px;
}

.main-menu>ul>li.active>a,
.main-menu>ul>li:hover>a {
  color: #663130;
}

.main-menu>ul>li:hover>.sub-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.main-menu>ul>li:hover>.mega-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.main-menu>ul>li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.main-menu>ul>li:last-child .sub-menu .sub-menu .sub-menu {
  left: 100%;
  right: auto;
}

.main-menu>ul>li:last-child .sub-menu .sub-menu .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}

.main-menu>ul>li:nth-last-child(-n+3) .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}

.main-menu>ul>li:nth-last-child(-n+3) .sub-menu .sub-menu .sub-menu {
  left: 100%;
  right: auto;
}

.main-menu.color-white>ul>li>a {
  color: #ffffff;
}

.main-menu.color-white>ul>li>a:hover {
  color: #663130;
}


/*-- Mega Menu --*/

/* .mega-menu.four-column {
  width: 800px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .mega-menu.four-column {
    width: 770px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mega-menu.four-column {
    width: 770px;
  }
}

.mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 30px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-bottom: 2px solid #663130;
  text-align: left;
  z-index: 999;
  width: 800px;
  -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .mega-menu {
    width: 770px;
    left: -40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mega-menu {
    width: 770px;
    left: -160px;
  }
}

.mega-menu>li {
  width: 25%;
  padding: 0px 13px;
  margin: 34px 0;
  float: left;
  border-left: 1px solid #eeeeee;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .mega-menu>li {
    padding: 0 5px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mega-menu>li {
    padding: 0 5px;
  }
}

.mega-menu>li:first-child {
  border-left: 0;
}

.mega-menu>li>a {
  margin: 0 0 12px 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
  color: #000000;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .mega-menu>li>a {
    margin: 0 0 12px 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mega-menu>li>a {
    margin: 0 0 12px 20px;
  }
}

.mega-menu>li>ul>li {
  display: block;
}

.mega-menu>li>ul>li>a {
  padding: 0px 20px;
  display: block;
  font-size: 13px;
  line-height: 35px;
  font-weight: 400;
  color: #000000;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .mega-menu>li>ul>li>a {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mega-menu>li>ul>li>a {
    padding: 0 20px;
  }
}

.mega-menu>li>ul>li>a:hover {
  color: #663130;
} */

/*-- Mobile Menu --*/
.bg-dark .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar {
  background-color: #ffffff;
}

.bg-dark .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before,
.bg-dark .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after {
  background-color: #ffffff;
}

.bg-dark .mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before,
.bg-dark .mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
  background-color: #ffffff;
}

.mobile-menu {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 0 100% !important;
  flex: 1 0 100% !important;
}

.mobile-menu .mean-bar {
  position: relative;
  /*---- Mean Nav ----*/
}

.mobile-menu .mean-bar .meanmenu-reveal {
  position: absolute;
  top: -30px;
}

@media only screen and (max-width: 479px) {
  .mobile-menu .mean-bar .meanmenu-reveal {
    top: -30px;
  }
}

.mobile-menu .mean-bar .meanmenu-reveal span {
  position: relative;
  /*---- Menu Open ----*/
  /*---- Menu Close ----*/
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar {
  height: 2px;
  width: 26px;
  background-color: #000000;
  display: block;
  margin: 8px 0;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before,
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before {
  top: -8px;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after {
  bottom: -8px;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close {
  height: 2px;
  width: 26px;
  background-color: transparent;
  display: block;
  margin: 8px 0;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before,
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobile-menu .mean-bar .mean-nav {
  background-color: #ffffff;
}

.mobile-menu .mean-bar .mean-nav>ul {
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow-x: hidden;
  max-height: 250px;
}

@media only screen and (max-width: 1024px) {
  .mobile-menu .mean-bar .mean-nav>ul {
    max-height: 180px;
    overflow-y: auto;
  }
}

@media only screen and (max-width: 575px) {
  .mobile-menu .mean-bar .mean-nav>ul {
    max-height: 220px;
    overflow-y: auto;
  }
}

.mobile-menu .mean-bar .mean-nav>ul>li:first-child>a {
  border-top: none;
}

.mobile-menu .mean-bar .mean-nav>ul li {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  /*---- Sub Menu & Mega Menu ----*/
}

.mobile-menu .mean-bar .mean-nav>ul li a {
  font-size: 13px;
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 44px;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0 40px 0 20px;
  /*---- Menu Expand For Sub Menu ----*/
}

.mobile-menu .mean-bar .mean-nav>ul li a::after {
  display: none;
}

.mobile-menu .mean-bar .mean-nav>ul li a:hover {
  color: #663130;
  padding-left: 25px;
}

.mobile-menu .mean-bar .mean-nav>ul li a.active {
  color: #663130;
}

.mobile-menu .mean-bar .mean-nav>ul li a.mean-expand {
  border-width: 0 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  right: -1px;
  top: 0;
  font-size: 20px !important;
  color: #000000;
  line-height: 44px;
  height: 46px;
  width: 40px;
  text-align: center;
  padding: 0;
}

.mobile-menu .mean-bar .mean-nav>ul li a.mean-expand.mean-clicked {
  line-height: 40px;
}

.mobile-menu .mean-bar .mean-nav>ul li span {
  font-size: 13px;
  display: block;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 44px;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: none;
  padding: 0 40px 0 20px;
  margin: 0;
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu,
.mobile-menu .mean-bar .mean-nav>ul li ul {
  position: static;
  background-color: rgba(0, 0, 0, 0.03);
  margin: 0;
  padding: 0 !important;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  display: none;
  float: left;
  width: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  -webkit-transition: none;
  transition: none;
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li,
.mobile-menu .mean-bar .mean-nav>ul li ul li {
  padding: 0;
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  border-right: 0px solid transparent;
  width: 100%;
  display: block !important;
  float: left;
  width: 100%;
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li ul li a {
  font-size: 11px;
  display: block !important;
  margin: 0;
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li a::before,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li a::before,
.mobile-menu .mean-bar .mean-nav>ul li ul li a::before {
  display: none;
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li span,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li span,
.mobile-menu .mean-bar .mean-nav>ul li ul li span {
  font-size: 11px;
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul {
  background-color: rgba(0, 0, 0, 0.04);
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul li a,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul li a,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul li a {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul li a.mean-expand {
  border-width: 0 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.05);
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu ul,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul ul,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu ul,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul ul,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu ul,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul ul {
  background-color: rgba(0, 0, 0, 0.05);
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu ul li a,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul ul li a,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu ul li a,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul ul li a,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu ul li a,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul ul li a {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul ul li a.mean-expand {
  border-width: 0 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.05);
}

/*----------------------------------------*/
/*  03. Hero CSS
/*----------------------------------------*/
/*-- Hero Slider --*/
.slider-nav .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  border: none;
  background-color: transparent;
  color: #999999;
  padding: 0px;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 24px;
  text-transform: capitalize;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
  opacity: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-nav .slick-arrow {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-nav .slick-arrow {
    font-size: 18px;
  }
}

.slider-nav .slick-arrow::before {
  display: none;
}

.slider-nav .slick-arrow.slick-next {
  margin-right: 0;
  margin-top: -60px;
  left: auto !important;
  right: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-nav .slick-arrow.slick-next {
    margin-top: -40px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-nav .slick-arrow.slick-next {
    margin-top: -30px;
  }
}

.slider-nav .slick-arrow.slick-prev {
  margin-left: 0;
  margin-top: 60px;
  left: auto !important;
  right: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-nav .slick-arrow.slick-prev {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-nav .slick-arrow.slick-prev {
    margin-top: 30px;
  }
}

.slider-nav .slick-arrow:hover {
  background-color: transparent;
  color: #663130;
}

.slider-nav:hover .slick-arrow {
  opacity: 1;
}

.slider-nav:hover .slick-arrow.slick-next {
  margin-right: 0;
}

.slider-nav:hover .slick-arrow.slick-prev {
  margin-left: 0;
}

.slider-nav .slick-dots {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-nav .slick-dots {
    bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-nav .slick-dots {
    bottom: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .slider-nav .slick-dots {
    bottom: 15px;
  }
}

.slider-nav .slick-dots li {
  margin: 0 5px;
}

.slider-nav .slick-dots li button {
  display: block;
  padding: 0;
  width: 15px;
  height: 4px;
  background-color: #252525;
  text-indent: -9999px;
  border-radius: 0;
}

@media only screen and (max-width: 767px) {
  .slider-nav .slick-dots li button {
    border-width: 2px;
    width: 10px;
    height: 10px;
  }
}

.slider-nav .slick-dots li.slick-active button {
  width: 15px;
  background-color: #663130;
}

/*-- Hero Item --*/
.hero-item {
  width: 100%;
  height: 900px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.hero-item.image-height {
  height: 665px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .hero-item.image-height {
    height: 500px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-item.image-height {
    height: 500px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-item.image-height {
    height: 450px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-item.image-height {
    height: 400px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .hero-item {
    height: 900px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-item {
    height: 800px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-item {
    height: 800px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-item {
    height: 700px;
  }
}

/*-- Hero Content Three For Hero Slider --*/
.hero-content-3 {
  display: inline-block;
  /* text-align: center; */
}

.hero-content-3.left {
  text-align: left;
}

.hero-content-3.center {
  text-align: center;
}

.hero-content-3.right {
  text-align: right;
}

.hero-content-3>* {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

.hero-content-3 h2 {
  color: #663130;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .hero-content-3 h2 {
    font-size: 13px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content-3 h2 {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content-3 h2 {
    font-size: 20px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .hero-content-3 h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-content-3 h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-content-3 h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.hero-content-3 h1 {
  color: #777777;
  font-size: 60px;
  font-weight: 300;
  text-transform: uppercase;
}

.hero-content-3 h1,
.hero-content-3 h3 {
  color: #000000;
  font-size: 55px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  margin: 10px 0px;
}

.hero-content-3 p {
  max-width: 520px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {

  .hero-content-3 h1,
  .hero-content-3 h3 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .hero-content-3 h1,
  .hero-content-3 h3 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .hero-content-3 h1,
  .hero-content-3 h3 {
    font-size: 34px;
    text-align: center;
    margin-top: 30px;
  }
  .hero-content-3 p {
    max-width: 100%;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
    text-align: center;
    padding: 1px 70px;
  }
  .wdt-column-wrapper {
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
}
}

@media only screen and (max-width: 767px) {

  .hero-content-3 h1,
  .hero-content-3 h3 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 575px) {

  .hero-content-3 h1,
  .hero-content-3 h3 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 479px) {

  .hero-content-3 h1,
  .hero-content-3 h3 {
    font-size: 26px;
  }
}

.hero-content-3 h3 {
  color: #000000;
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .hero-content-3 h3 {
    font-size: 56px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content-3 h3 {
    font-size: 52px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content-3 h3 {
    font-size: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-content-3 h3 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-content-3 h3 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-content-3 h3 {
    font-size: 26px;
  }
}

.hero-content-3 a  {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  margin: 35px 0 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .hero-content-3 a {
    margin: 25px 0 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .hero-content-3 a {
    margin: 20px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content-3 a {
    margin: 20px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .hero-content-3 a {
    margin: 10px 0 0;
  }
}

.hero-content-3 a:hover {
  color: #663130;
}

/*-- Slide Content In Animation --*/
.slick-active {
  /*-- Hero Content Two For Hero Slider --*/
}

.slick-active .hero-content-2>*,
.slick-active .hero-content-3>*,
.slick-active .hero-content-4>* {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.slick-active .hero-content-2>*:nth-child(1),
.slick-active .hero-content-3>*:nth-child(1),
.slick-active .hero-content-4>*:nth-child(1) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.slick-active .hero-content-2>*:nth-child(2),
.slick-active .hero-content-3>*:nth-child(2),
.slick-active .hero-content-4>*:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.slick-active .hero-content-2>*:nth-child(3),
.slick-active .hero-content-3>*:nth-child(3),
.slick-active .hero-content-4>*:nth-child(3) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.slick-active .hero-content-2>*:nth-child(4),
.slick-active .hero-content-3>*:nth-child(4),
.slick-active .hero-content-4>*:nth-child(4) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.slick-active .hero-content-2>*:nth-child(5),
.slick-active .hero-content-3>*:nth-child(5),
.slick-active .hero-content-4>*:nth-child(5) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.slick-active .hero-content-2>*:nth-child(6),
.slick-active .hero-content-3>*:nth-child(6),
.slick-active .hero-content-4>*:nth-child(6) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}


/*---------------------------------------
    14. Blog CSS
-----------------------------------------*/
/*-- Blog Slider --*/
/*-- Blog --*/
.blog .blog-inner .media,
.blog .blog-inner .tf-element-carousel {
  display: block;
  position: relative;
  overflow: hidden;
}

.blog .blog-inner .media .image,
.blog .blog-inner .tf-element-carousel .image {
  display: block;
}

.blog .blog-inner .media .image img,
.blog .blog-inner .tf-element-carousel .image img {
  width: 100% !important;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.blog .blog-inner .blog-audio iframe {
  width: 100%;
  height: 242px;
  border: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog .blog-inner .blog-audio iframe {
    height: 190px;
  }
}

.blog .blog-inner .blog-video iframe {
  width: 100%;
  height: 242px;
  border: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog .blog-inner .blog-video iframe {
    height: 190px;
  }
}

.blog .blog-inner .content {
  padding: 24px 1px;
}

@media only screen and (max-width: 767px) {
  .blog .blog-inner .content {
    padding: 20px 0;
  }
}

.blog .blog-inner .content .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.blog .blog-inner .content .meta li {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-transform: capitalize;
}

.blog .blog-inner .content .meta li::after {
  content: "-";
  margin: 0 10px;
}

.blog .blog-inner .content .meta li:last-child::after {
  display: none;
}

.blog .blog-inner .content .meta li .date-time {
  padding-right: 8px;
}

.blog .blog-inner .content .meta li .date-time .date {
  padding: 0 8px;
}

.blog .blog-inner .content .meta li .date-time .separator {
  padding-right: 8px;
}

.blog .blog-inner .content .meta li .date-time .month {
  padding-right: 8px;
}

.blog .blog-inner .content .title {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 1px;
}

.blog .blog-inner .content p {
  padding: 15px 0 18px;
  margin: 0;
  line-height: 23px;
  color: #000000;
  font-size: 14px;
}

.blog .blog-inner .content .readmore {
  color: #000;
  line-height: inherit;
  display: block;
  padding: 0;
  font-weight: 600;
  font-size: 13px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}


.blog .blog-inner .content .readmore :hover {
  text-decoration: underline;
}

.blog:hover .blog-inner .media .image img {
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

/*-- Blog Details CSS --*/
.blog_area article.blog_single {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 50px;
  padding-bottom: 20px;
  text-align: center;
}

.blog_single header.entry-header {
  margin-bottom: 30px;
}

article.blog_single .post-category {
  color: #663130;
  display: block;
  line-height: 25px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

article.blog_single .post-category>a {
  color: #663130;
}

article.blog_single .post-category>a:hover {
  color: #000000;
}

.blog_single header h2 {
  margin-bottom: 14px;
}
.form-button {
  border: none !important;
  height: 42px !important;
  line-height: 40px !important;
  background: #663130;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 38px;
  letter-spacing: 0.1em;
  line-height: 38px;
  overflow: hidden;
  padding: 0 30px;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: middle;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 25px;
  border-radius: 0px;
}
.form-button:hover {
background-color: #000000;
color: #ffffff;
}
h2.entry-title {
  color: #444;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h2.entry-title:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 8px;
  margin-right: 5px;
  vertical-align: top;
}

.post-author {
  color: #8c8c8c;
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}

.post-separator {
  color: #8c8c8c;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}

.post-date {
  color: #8c8c8c;
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}

.blog_single .post-thumbnail {
  margin-bottom: 26px;
}

.blog_single .blog-audio,
.blog_single .blog-video {
  margin-bottom: 26px;
}

.blog_single .blog-audio iframe,
.blog_single .blog-video iframe {
  width: 100%;
  height: 500px;
  border: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .blog_single .blog-audio iframe,
  .blog_single .blog-video iframe {
    height: 350px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .blog_single .blog-audio iframe,
  .blog_single .blog-video iframe {
    height: 350px;
  }
}

@media only screen and (max-width: 767px) {

  .blog_single .blog-audio iframe,
  .blog_single .blog-video iframe {
    height: 250px;
  }
}

.blog_single .post-gallery {
  margin-bottom: 26px;
}

.blog_single .post-gallery img {
  width: 100%;
}

.blog_area article.blog_single {
  text-align: center;
}

.post-info .entry-summary>p {
  margin-bottom: 27px;
}

.blog_single .readmore.button {
  background: #434343 none repeat scroll 0 0;
  border-color: #434343;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
}

.social-sharing .widget-title {
  background: none;
  color: #000000;
  font-size: 12px;
  line-height: 26px;
  margin: 0 20px;
  text-transform: uppercase;
  margin-bottom: 12px;
  margin-top: 30px;
  font-weight: 700;
}

.blog-social-icons {
  margin: 10px 0 20px;
}

.blog-social-icons>li {
  list-style: none;
  display: inline-block;
}

.blog-social-icons>li>a {
  background: #f7f7f7;
  border-radius: 100%;
  color: #353535;
  display: block;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  margin-right: 10px;
  text-align: center;
  width: 26px;
}

.blog-social-icons>li>a:hover {
  background-color: #663130;
  color: #fff;
}

.blog_area .blog_single.blog-details {
  border-bottom: none;
  margin-bottom: 15px;
}

.entry-summary.blog-post-description>p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 25px;
  color: #000000;
  text-align: left;
}

.entry-summary.blog-post-description blockquote {
  background: #f6f6f6;
  border: 1px solid #ededed;
  border-left: 5px solid #663130;
  font-size: 14px;
  font-style: italic;
  line-height: 26px;
  margin: 40px 0 40px 40px;
  padding: 30px 45px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .entry-summary.blog-post-description blockquote {
    margin: 20px 0 20px 0px;
    padding: 20px 25px;
  }
}

.single-post-tag {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 15px 0;
  margin: 30px 0;
  color: #000000;
  text-align: left;
}

.single-post-tag>a {
  font-size: 13px;
  text-transform: uppercase;
  color: #000000;
}

.single-post-tag>a:hover {
  color: #663130;
}

.relatedposts>h3 {
  display: inline-block;
  font-size: 20px;
  margin: 0 0 30px;
  font-weight: 700;
  padding: 0 0 20px;
  position: relative;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .relatedposts>h3 {
    margin: 0 0 15px;
    padding: 0 0 10px;
  }
}

.relatedthumb>h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #444;
  text-transform: uppercase;
  margin: 0;
}

.relatedthumb .image {
  margin-bottom: 25px;
}

.relatedthumb .image a {
  display: block;
}

.relatedthumb .image a img {
  width: 100%;
}

.rl-post-date {
  color: #8c8c8c;
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  font-style: italic;
}

.comments-area>h3,
.comment-box>h3 {
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.comments-area ol {
  list-style: none;
  padding-left: 0;
}

.comments-area>ol>li>ol {
  margin-left: 30px;
}

.comments-area .commentlist li .single-comment {
  background: #fff;
  border: 1px solid #ededed;
  margin: 0 0 20px;
  padding: 30px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .comments-area .commentlist li .single-comment {
    padding: 15px;
  }
}

.comments-area .commentlist li .comment-avatar {
  float: left;
  margin-right: 20px;
}

.comments-area .commentlist li .comment-info {
  border: none;
  overflow: hidden;
  position: relative;
}

.comments-area .commentlist .comment-info a {
  color: #000000;
  display: block;
  font-weight: 700;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .comments-area .commentlist .comment-info a {
    margin-bottom: 10px;
    display: block;
  }
}

.comments-area .commentlist li .comment-info .reply {
  display: inline-block;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}

.comments-area .commentlist li .comment-info .reply a {
  background: none;
  border: 1px solid #663130;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #663130;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  height: 28px;
  line-height: 26px;
  padding: 0 20px;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  border-radius: 500px;
}

.comments-area .commentlist li .comment-info .reply a:hover {
  background-color: #663130;
  color: #fff;
}

.comments-area .commentlist .comment-info span.date {
  display: block;
  font-size: 13px;
  font-style: italic;
  margin-bottom: 15px;
  color: #000000;
  line-height: 19px;
}

.comment-info>p {
  margin-bottom: 0;
  color: #000000;
}

.comment-note {
  font-size: 14px;
  color: #000000;
  line-height: 25px;
  margin-bottom: 10px;
}

.single-input>label {
  color: #000000;
  font-size: 14px;
  line-height: 25px;
}

.single-input>textarea {
  border: none;
  background: #f2f2f2;
  border-radius: 0;
  height: 135px;
  padding: 15px;
  width: 100%;
}

.single-input>input {
  background: #f2f2f2;
  border: none;
  height: 46px;
  padding-left: 15px;
  width: 100%;
}

.single-input>input:focus {
  outline: auto;
  outline-color: #663130;
}

.single-input>textarea:focus {
  outline: auto;
  outline-color: #663130;
}

/*---------------------------------------
    15. Login Register CSS
-----------------------------------------*/
.form-login-title>h2,
.form-register-title>h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 26px;
  color: #444;
}

.login-form,
.register-form {
  padding: 20px;
  border: 1px solid #d3ced2;
  margin: 30px 0;
  text-align: left;
  border-radius: 5px;
}

.form-fild,
.login-submit,
.lost-password,
.register-submit {
  margin-bottom: 10px;
}

.login-submit label {
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .login-submit label {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 10px;
  }
}

.form-fild p {
  margin: 0;
}

.form-fild p span.required {
  color: #f23838;
}

.form-fild input {
  width: 100%;
  padding: 0 15px;
  height: 45px;
  border: 1px solid #dddddd;
  color: #000000;
  border-radius: 5px;
}

.lost-password>a {
  color: #a43d21;
}

.lost-password>a:hover {
  color: #663130;
}

/*---------------------------------------
    16. My Account CSS
-----------------------------------------*/
.myaccount-tab-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
}

.myaccount-tab-menu a {
  border: 1px solid #eeeeee;
  border-bottom: none;
  color: #000000;
  font-weight: 500;
  font-size: 12px;
  display: block;
  padding: 15px 15px 13px;
  text-transform: uppercase;
}

.myaccount-tab-menu a:last-child {
  border-bottom: 1px solid #eeeeee;
}

.myaccount-tab-menu a:hover,
.myaccount-tab-menu a.active {
  background-color: #663130;
  color: #ffffff;
}

.myaccount-tab-menu a i {
  font-size: 14px;
  text-align: center;
  width: 25px;
}

/*-- My Account Content -*/
.myaccount-content {
  background-color: #ffffff;
  font-size: 14px;
  border: 1px solid #eeeeee;
  padding: 30px;
}

@media only screen and (max-width: 575px) {
  .myaccount-content {
    padding: 20px 15px;
  }
}

.myaccount-content h3 {
  border-bottom: 1px dashed #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.myaccount-content .welcome a {
  color: #000000;
}

.myaccount-content .welcome a:hover {
  color: #663130;
}

.myaccount-content .welcome strong {
  font-weight: 600;
}

.myaccount-content a.edit-address-btn {
  background: none;
  border: none;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  padding: 10px 20px;
  border-radius: 3px;
}

.myaccount-content a.edit-address-btn i {
  padding-right: 5px;
}

.myaccount-content a.edit-address-btn:hover {
  background-color: #663130;
}

.myaccount-content button.save-change-btn {
  background: none;
  border: none;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  width: 140px;
  padding: 10px 0;
  border-radius: 3px;
}

.myaccount-content button.save-change-btn:hover {
  background-color: #663130;
}

/*-- My Account Table -*/
.myaccount-table {
  white-space: nowrap;
  font-size: 15px;
}

.myaccount-table table th,
.myaccount-table .table th {
  padding: 10px;
}

.myaccount-table table td,
.myaccount-table .table td {
  padding: 20px 10px;
  vertical-align: middle;
}

.myaccount-table table td a:hover,
.myaccount-table .table td a:hover {
  color: #663130;
}

.saved-message {
  border-top: 3px solid #663130;
  border-radius: 5px 5px 0 0;
  font-weight: 600;
  font-size: 13px;
  padding: 20px;
}

/*-- My Account Details Form -*/
.account-details-form h4 {
  margin: 0;
}

.account-details-form input {
  display: block;
  width: 100%;
  border: 1px solid #ebebeb;
  border-radius: 0;
  line-height: 24px;
  padding: 11px 25px;
  color: #656565;
}

/*---------------------------------------
    17. Newsletter CSS
-----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .newsletter-popup-area {
    display: none;
  }
}

.newsletter-popup-area:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.8;
  z-index: 99;
  visibility: visible;
}

.newsletter-popup-content {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 50px 20px;
  z-index: 999;
  width: 50%;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .newsletter-popup-content {
    width: 70%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter-popup-content {
    width: 80%;
  }
}

.newsletter-popup-content .close-newsletter-popup {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 15px;
  background-color: #333;
  color: #ffffff;
}

.newsletter-popup-content .close-newsletter-popup:hover {
  background-color: #663130;
}

.newsletter-popup-content h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 15px;
}

.newsletter-popup-content .subscription-form form input {
  background: #EBEBEB none repeat scroll 0% 0%;
  border: medium none;
  height: 40px;
  width: 65%;
  margin: 20px auto;
  padding: 0 15px;
  font-size: 15px;
  display: block;
}

.newsletter-popup-content .subscription-form form button {
  border-radius: 5px;
  background-color: #f0f0f0;
  color: #333;
  margin-bottom: 20px;
}

.newsletter-popup-content .subscription-form form button:hover {
  background-color: #663130;
  color: #ffffff;
}

/*---------------------------------------
    18. Modal CSS
-----------------------------------------*/
.quick-view-modal-container {
  display: block !important;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.quick-view-modal-container.show {
  visibility: visible;
  opacity: 1;
  z-index: 99999;
}

.quick-view-modal-container .modal-dialog {
  max-width: 80%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quick-view-modal-container .modal-dialog {
    max-width: 95%;
  }
}

@media only screen and (max-width: 767px) {
  .quick-view-modal-container .modal-dialog {
    max-width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .quick-view-modal-container .modal-dialog {
    max-width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .quick-view-modal-container .modal-dialog {
    max-width: 100%;
  }
}

.quick-view-modal-container .modal-header {
  border: none;
  padding-bottom: 0;
}

.quick-view-modal-container .modal-header button {
  z-index: 999;
}

.quick-view-modal-container .modal-body {
  padding: 30px 50px 70px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .quick-view-modal-container .modal-body {
    padding: 30px 30px 30px 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quick-view-modal-container .modal-body {
    padding: 30px 30px 30px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .quick-view-modal-container .modal-body {
    padding: 15px 15px 15px 15px;
  }
}

@media only screen and (max-width: 479px) {
  .quick-view-modal-container .modal-body {
    padding: 15px 15px 15px 15px;
  }
}

.quick-view-modal-container .modal-content {
  border-radius: 0;
  max-height: 850px;
  overflow: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .quick-view-modal-container .modal-content {
    max-height: 500px;
    overflow: auto;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .quick-view-modal-container .modal-content {
    max-height: 500px;
    overflow: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quick-view-modal-container .modal-content {
    max-height: 500px;
    overflow: auto;
  }
}

@media only screen and (max-width: 767px) {
  .quick-view-modal-container .modal-content {
    max-height: 500px;
    overflow: auto;
  }
}

/*---------------------------------------
    19. Sidebar CSS
-----------------------------------------*/
/*-- Sidebar --*/
.common-sidebar-widget {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .common-sidebar-widget {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .common-sidebar-widget {
    margin-bottom: 30px;
  }
}

.common-sidebar-widget.sidebar-two {
  padding: 0;
  background-color: transparent;
}

.common-sidebar-widget:last-child {
  margin-bottom: 0;
}

/*-- Sidebar Title --*/
.sidebar-title {
  margin: 0;
  padding: 0 0 15px;
  display: block;
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  border-bottom: 1px solid #ededed;
}

/*-- Sidebar Search --*/
.sidebar-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e5e6e7;
}

.sidebar-search form input {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(100% - 40px);
  flex: 1 0 calc(100% - 40px);
  max-width: calc(100% - 40px);
  height: 40px;
  border: none;
  background-color: transparent;
  padding: 0 15px;
  color: #000000;
}

.sidebar-search form button {
  max-width: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40px;
  flex: 1 0 40px;
  height: 40px;
  border: none;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

.sidebar-search form button i {
  font-size: 20px;
  line-height: 40px;
}

.sidebar-search form button:hover {
  color: #663130;
}

/*-- Sidebar List --*/
.sidebar-list li {
  line-height: 40px;
  overflow: hidden;
  margin: 0;
  border-bottom: 1px solid #ededed;
}

.sidebar-list li a {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  display: block;
}

.sidebar-list li a img {
  width: 25px;
  margin-right: 15px;
}

.sidebar-list li a i {
  margin-right: 10px;
  font-size: 14px;
}

.sidebar-list li a .count {
  float: right;
}

.sidebar-list li a:hover {
  color: #663130;
}

/*-- Sidebar Blog --*/
.sidebar-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e6e7;
}

.sidebar-blog:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.sidebar-blog .image {
  max-width: 80px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 80px;
  flex: 1 0 80px;
}

.sidebar-blog .image img {
  width: 100%;
}

.sidebar-blog .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(100% - 80px);
  flex: 1 0 calc(100% - 80px);
  padding-left: 15px;
}

.sidebar-blog .content h5 {
  font-size: 16px;
  line-height: 1.5;
}

.sidebar-blog .content span {
  font-size: 13px;
  display: block;
  line-height: 18px;
}

/*-- Sidebar Tags --*/
.sidebar-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}

.sidebar-tag li {
  padding: 5px;
}

.sidebar-tag li a {
  display: block;
  border: 1px solid #e5e6e7;
  padding: 3px 15px;
  font-size: 14px;
}

.sidebar-tag li a:hover {
  background-color: #000000;
  border-color: #000000;
  color: #663130;
}

/*-- Sidebar Product --*/
.sidebar-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e6e7;
}

.sidebar-product:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.sidebar-product .image {
  max-width: 80px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 80px;
  flex: 1 0 80px;
}

.sidebar-product .image img {
  width: 100%;
  border: 1px solid #f1f2f3;
}

.sidebar-product .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(100% - 80px);
  flex: 1 0 calc(100% - 80px);
  padding-left: 15px;
}

.sidebar-product .content .title {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.sidebar-product .content .price span.old {
  margin-left: 10px;
  color: #000000;
  text-decoration: line-through;
}

.sidebar-product .content .ratting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.sidebar-product .content .ratting i {
  font-size: 12px;
  line-height: 18px;
  margin-right: 5px;
  color: #663130;
}

.sidebar-product .content .ratting i:last-child {
  margin-right: 0;
}

/*----------------------------------------*/
/*  20. Brand CSS
/*----------------------------------------*/
/*-- Brand Slider --*/
.brand-slider .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -15px;
  z-index: 9;
  border: none;
  background-color: #ffffff;
  color: #663130;
  padding: 10px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  opacity: 0;
}

.brand-slider .slick-arrow i {
  font-size: 24px;
  line-height: 24px;
  display: block;
}

.brand-slider .slick-arrow.slick-prev {
  left: -7px;
  margin-left: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .brand-slider .slick-arrow.slick-prev {
    left: 8px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand-slider .slick-arrow.slick-prev {
    left: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-slider .slick-arrow.slick-prev {
    left: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .brand-slider .slick-arrow.slick-prev {
    left: 8px;
  }
}

.brand-slider .slick-arrow.slick-next {
  right: -7px;
  margin-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .brand-slider .slick-arrow.slick-next {
    right: 8px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand-slider .slick-arrow.slick-next {
    right: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-slider .slick-arrow.slick-next {
    right: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .brand-slider .slick-arrow.slick-next {
    right: 8px;
  }
}

.brand-slider .slick-arrow:hover {
  background-color: #663130;
  color: #ffffff;
}

.brand-slider:hover .slick-arrow {
  opacity: 1;
}

.brand-slider:hover .slick-arrow.slick-prev {
  margin-left: 0;
}

.brand-slider:hover .slick-arrow.slick-next {
  margin-right: 0;
}

.brand-slider .slick-dots {
  width: 100%;
  padding: 0;
  margin: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brand-slider .slick-dots li {
  margin: 0 5px;
}

.brand-slider .slick-dots li button {
  display: block;
  padding: 0;
  width: 12px;
  height: 12px;
  border: none;
  background-color: #d8d8d8;
  text-indent: -9999px;
  border-radius: 50px;
}

.brand-slider .slick-dots li.slick-active button {
  background-color: #663130;
}

/*-- Brand --*/
.brand {
  text-align: center;
}

.brand a {
  display: block;
}

.brand a img {
  max-width: 100%;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.brand:hover a img {
  opacity: 0.6;
}

/*---------------------------------------
    21. Contact CSS
-----------------------------------------*/
/*-- Map --*/
.contact-map {
  height: 400px;
  width: 100%;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  flex-wrap: wrap;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

/*-- Contact Information --*/
.contact-information h3 {
  margin-bottom: 30px;
}

.contact-information ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.contact-information ul li:last-child {
  margin-bottom: 0;
}

.contact-information ul li .icon {
  width: 50px;
}

.contact-information ul li .icon i {
  font-size: 30px;
}

.contact-information ul li .text {
  max-width: calc(100% - 50px);
}

.contact-information ul li .text span,
.contact-information ul li .text a {
  display: block;
  line-height: 24px;
  max-width: 230px;
}

/*-- Contact Form --*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-wrap.margin-0 {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-form-wrap.margin-0 {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-wrap {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-form-wrap {
    margin-top: 40px;
  }
}

.contact-form-wrap h3 {
  margin-bottom: 30px;
}

.contact-form-wrap input {
  width: 100%;
  height: 50px;
  border: 1px solid #dddddd;
  padding: 5px 20px;
  color: #000000;
  border-radius: 5px;
  height: 45px;
}

.contact-form-wrap input:focus {
  border-color: #777777;
  color: #111111;
}

.contact-form-wrap textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #f2f2f2;
  padding: 10px 20px;
  color: #000000;
  resize: none;
  border-radius: 5px;
  background-color: #f2f2f2;
}
button.btn span {
  color: #fff;
}
.contact-form-wrap textarea:focus {
  border-color: #777777;
  color: #111111;
}

.contact-form-wrap button {
  margin-top: 20px;
}

.form-messege.success {
  color: #1dbc51;
  font-weight: 700;
}

.form-messege.error {
  color: #ff1313;
}

/*----------------------------------------*/
/*  23. Footer CSS
/*----------------------------------------*/
/*-- Footer Widget --*/
.footer-widget .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #d8d8d8;
  white-space: nowrap;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget .title {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-widget .title {
    margin-bottom: 15px;
  }
}

.footer-widget .title .text {
  margin-right: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

.footer-widget .title .shape {
  height: 5px;
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.footer-widget p {
  margin-top: 13px;
  color: #ffffff;
  line-height: 24px;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
  .footer-widget p {
    width: auto;
  }
}

.footer-widget ul.address li {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}


.footer-widget ul.address li:last-child {
  margin-bottom: 0;
}

.footer-widget ul.address li i {
  margin-right: 15px;
  line-height: 28px;
  font-size: 18px;
}

.footer-widget ul.address li span {
  overflow: hidden;
  color: #ffffff;
  font-weight: 200;
  letter-spacing: 1px;
}
.footer-widget ul.address li span:hover {
  padding-left: 15px;
}

.footer-widget ul.address li a {
  display: block;
  color: #ffffff;
}

.footer-widget ul.address li a:hover  {
  padding-left: 15px;
}

.footer-widget>.ft-menu {
  display: inline-block;
  margin-left: 10px;
}

.footer-widget>.ft-menu>li {
  line-height: 24px;
}

.footer-widget>.ft-menu>li>a {
  list-style-type: square;
  text-transform: capitalize;
  text-decoration: none;
  color: #ffffff;
  display: inherit;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  list-style-type: none;
  font-size: 16px;
  font-weight: 200;
    letter-spacing: 1px;
}

.footer-widget>.ft-menu>li>a:hover {
  padding-left: 15px;
  color: #ffffff;
}

/*-- Footer Social --*/
.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-social a {
  text-align: center;
  border-radius: 50px;
  color: #ffffff;
  margin: 50px 18px 0 0;
  display: block;
}

.footer-social a:last-child {
  margin-right: 0;
}

.footer-social a:hover {
  color: #000000;
}

.footer-social a i {
  display: block;
  font-size: 20px;
  line-height: 20px;
}

/*-- Footer News Letter --*/
.footer-newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-newsletter input {
  width: calc(100% - 40px);
  max-width: 250px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  color: #ffffff;
  line-height: 24px;
  padding: 7px 15px;
  font-size: 13px;
}

.footer-newsletter button {
  width: 40px;
  height: 40px;
  border: none;
  background-color: #663130;
  color: #ffffff;
}

/*-- Footer Bottom --*/
/*-- Copyright --*/
@media only screen and (max-width: 575px) {
  .copyright {
    text-align: center !important;
  }
}

.copyright p {
  line-height: 30px;
  color: #d8d8d8;
  font-size: 14px;
}

@media only screen and (max-width: 575px) {
  .copyright p {
    font-size: 12px;
  }
}

.copyright p a:hover {
  color: #663130;
}

@media only screen and (max-width: 575px) {
  .footer-logo {
    text-align: center !important;
  }
}



/* Hero CSS */
button.btn.wdt-button {
  font-size: 12px;
  padding: 10px 52px;
  letter-spacing: 3px;
}

.wdt-column-holder .wdt-column-wrapper {
  width: auto;
}

.wdt-column-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.wdt-custom-counter-style-1 .wdt-content-item .wdt-content-media-group .wdt-content-counter-wrapper {
  margin-bottom: 2px;
}

.wdt-content-item .wdt-content-counter>*:not(:last-child) {
  margin-right: 2px;
}

.wdt-content-counter span {
  font-size: 60px;
  color: #785546;
  font-weight: 700;
}
.book-home{
  font-size: 12px;
  letter-spacing: 3px;
  height: 50px;
}
.wdt-content-title h5 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2.4px;
  color: #663130;
  margin-top: 10px;
}

/* Bookings Css */
.contact-form-style input {
  width: 100%;
  background-color: #f2f2f2;
  border-radius: 0;
  font-weight: 600;
  padding: 10px;
  border-color: transparent;
  text-transform: uppercase;
}

.nice-select {
  width: 100%;
  background-color: #f0f0f0;
  border-radius: 0;
  font-weight: 600;
  padding: 10px;
  border-color: transparent;
  text-transform: uppercase;
  line-height: 30px;
  height: 52px;
}

.nice-select.open .list {
  width: 100%;
}

.contact-form-style input::placeholder {
  color: black;
}

button.btn.wdt-button.book-btn {
  padding: 17px 109px;
  background: #663130;
  align-items: center;
  height: 50px;
}
button.btn.wdt-button.book-btn:hover {
  color: #ffffff;
  background-color: #000000;
}
button.btn.send-btn:hover{
  color: #ffffff;
  background-color: #000000;
}

.booking-section {
  background: #ffffff;
  padding: 35px 40px 35px 50px;
}

.layout-wrapper {
  display: flex;
  flex-direction: column;
}

.hero-section {
  flex: 1;
  position: relative;
  z-index: 1;
}

.booking-section {
  margin-top: -60px;
  background: #ffffff;
  padding: 35px 40px 35px 50px;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Our Doctors Css */
.our-doctor {
  text-align: center;
  justify-content: center;
  justify-items: center;
  padding: 200px 0px 50px 0px;
}
.doctor-img img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
span.wdt-heading-subtitle {
  font-weight: 600;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  color: #d25239;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
}

.our-doctor h3 {
  font-size: 35px;
  font-weight: 600;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;

}

.our-doctor p {

  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  margin: 25px 0px;
  padding: 0 400px;
}

i svg {
  height: 115px;
  color: #663130;
}

i svg:hover {
  animation-duration: 0.5s;
  color: #d25239;
}

.our-doctor h5 a {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0;
  color: #000000;
}

.wdt-content-subtitle {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}

.skin-care-bg {
  background: url(../images/hero/Sirpi-Signature-Overlay.png) no-repeat center center;
  background-size: cover;
  background-color: #fbf4ef;
  position: relative;
  margin-top: -80px;
}

.skin-care-content h2 {
  font-weight: 600;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  font-size: 12px;
  color: #d25239;
  margin-bottom: 15px;
}

.skin-care-content h3 {
  font-size: 32px;
  font-weight: 800;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.skin-care-content p {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  color: #000000;
}

.custom-img {
  background-image: url(../images/hero/bg-patten-01.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
  opacity: 1;
  height: 100%;
  width: 50%;
  top: 0;
  right: 0;
}

.wdt-content-subtitle h5 a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3.6px;
  background-image: linear-gradient(90deg, currentcolor 0%, currentcolor 100%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 1px;
  color: #d25239;
  margin: 8px 25px;
}

.wdt-content-subtitle h5 a:hover {
  background-image: linear-gradient(90deg, currentcolor 0%, currentcolor 100%);
}

.wdt-content-subtitle-33 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 1px;
  color: #000;
}

.media-group {
  background-color: #fff9f2;
  border: 1px solid #66313033;
  box-shadow: 0 0 30px #0000000D;
  margin-bottom: 30px;
}

.wdt-content-icon i svg {
  height: 40px;
}

.wdt-content-icon-wrapper {
  border-right: 1px solid #66313033;
}

.wdt-content h5 a {
  font-size: 18px;
  font-weight: 600;
  padding-top: 17px;
  padding-bottom: 15px;
    text-align: center;
    padding-right: 30px;
}

.wdt-content-icon i svg {
  height: 75px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 5px;
}

.hover-icon {
  transition: transform 0.3s ease, stroke 0.3s ease;
}

.media-group:hover .hover-icon {
  transform: scaleX(-1);
  stroke: #663130;
  color: #663130;
}

.media-group:hover .hover-text a {
  color: #663130;
}

.wdt-content-icon-22 i svg {
  height: 50px;
  color: #663130;
  margin-top: 4px;
}

.wdt-content-title-333 h5 a {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
}

.wdt-content-subtitle-333 {
  color: #663130;
}

.our-doctor-img {
  width: 890px;
  margin-left: -14px;
}

.dotted-border {
  position: relative;
  width: 400px;
  height: 2px;
  background: linear-gradient(90deg, rgb(203, 186, 166) 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 20px 2px;
  animation: moving-border .3s infinite linear;
  margin: 60px 0;
}

/* Animation */
@keyframes moving-border {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 20px 0;
  }
}

.partner {
  position: absolute;
  bottom: 90px;

}

.partner img {
  z-index: 9999999999;
  position: relative;
}

.partner h3 {
  font-size: 25px;
  font-weight: 600;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  z-index: 9999999999;
  position: relative;
}

.background-overlay {
  background-color: transparent;
  background-image: linear-gradient(180deg, #F5EFEE00 65%, #F5F1EB 100%);
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: -13px;
  width: 100%;
  height: 95%;
  z-index: 1;
  pointer-events: none;
}

.image-container {
  position: relative;
  width: 100%;
}

.image-container img {
  display: block;
  width: 100%;
  height: auto;
}
/* Services css */
.services{
  background-image: url(../images/hero/compre-bg-scaled.jpg);
    background-position: center center;
    background-size: cover;
    opacity: 1; 
}
.services .wdt-content-subtitle{
  color: #ffffffcc;
  font-size: 75px;
  font-weight: 700;
}
.services .title a{
  font-size: 25px;
  color: #fff;
  font-weight: 600;
}
.services .blog-inner p{
  font-size: 16px;
  color: #ffffff!important;
}

/* Products Css */
.product{
  background-color: #fff7f1;
}
h4.price {
  font-size: 22px;
  color: #000000;
  font-weight: 600;
  text-align: center;
}
/* Features css */
.features{
  background-image: url(../images/hero/home-3-interactive-showcase-2.jpg);
    background-position: center center;
    background-size: cover;
    opacity: 1; 
    min-height: 1080px;
}
ul.center-ul {
  pointer-events: auto;
  max-width: 490px;
  background-color: #663130cc;
  filter: contrast(2);
  padding: 40px 35px;
}
ul.center-ul li {
  padding: 20px;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}
/* Appointment */
section.appointment{
  background-color: #663130;
}

label.lebal-text.text-white {
  font-size: 16px;
}
button.btn.send-btn{
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 2;
padding: 10px 52px;
letter-spacing: 2.4px;
text-decoration: none;
text-transform: uppercase;
background-color: #fff;
color: #663130;
margin-top: 40px;
}
span.elementor-icon-list-text {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

/* Specific styles for the inputs inside .skin-care-content */
.skin-care-content .contact-form-style input.input-text,
.skin-care-content .contact-form-style select {
    background: transparent; /* Transparent background */
    color: white; /* White text color */
    border: none; /* Remove all borders */
    border-bottom: 1px solid white; /* White border-bottom only */
    outline: none; /* Remove focus outline */
    padding: 10px 5px; /* Add padding for better appearance */
    width: 100%; /* Full width */
    box-sizing: border-box; /* Prevent overflow */
    text-transform: none;
    font-size: 16px;
}

/* Placeholder text styles */
.skin-care-content .contact-form-style input.input-text::placeholder,
.skin-care-content .contact-form-style select {
    color: white; /* White placeholder text */
    opacity: 0.8; /* Slightly faded for better distinction */
}

/* Remove default arrow for select dropdowns */
.skin-care-content .contact-form-style select {
    -webkit-appearance: none; /* Remove default dropdown arrow in Webkit browsers */
    -moz-appearance: none; /* Remove in Mozilla */
    appearance: none; /* Standard */
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='white' d='M2 0L0 2h4z'/%3E%3C/svg%3E"); /* Custom arrow */
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
}

/* Add a focus effect for better UX */
.skin-care-content .contact-form-style input.input-text:focus,
.skin-care-content .contact-form-style select:focus {
    border-bottom: 2px solid white; /* Highlight bottom border on focus */
}
/* Override styles for specific select inside .skin-care-content */
.bg-formtrasparent .nice-select {
  background: transparent!important;
  color: #000!important; 
  border: none; 
  border-bottom: 1px solid white; 
  padding: 10px 5px;
  outline: none; }
/* Placeholder style for select (disabled and selected option) */
.skin-care-content .contact-form-style select option[value=""][disabled],
.skin-care-content .contact-form-style select option:disabled {
    color: white; /* White color for placeholder text */
    opacity: 0.8; /* Slightly faded for distinction */
}
.bg-formtrasparent .nice-select span{
  color: #ffffff;
}
/* Style the date input to change the calendar icon color */
.skin-care-content .contact-form-style input[type="date"] {
  appearance: none; /* Remove default styling */
  -webkit-appearance: none; /* For Safari */
  -moz-appearance: none; /* For Firefox */
  background: transparent; /* Transparent background */
  color: white; /* White text color */
  border: none; /* Remove border */
  border-bottom: 1px solid white; /* Add white bottom border */
  padding: 10px 5px; /* Padding for better appearance */
  width: 100%; /* Full width */
  box-sizing: border-box; /* Prevent overflow */
  position: relative;
}

/* Custom calendar icon */
.skin-care-content .contact-form-style input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1); /* Makes the icon white */
  cursor: pointer; /* Changes the cursor to pointer */
}
/* Style the SVG icon */
.contact-form-style .send-icon {
  position: absolute;
  right: 10px;
  top: 61%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  fill: white;
  pointer-events: none;
}
/* testimonal */
.single-product.mb-30 {
  transition: all 0.3s linear;
  padding: 65px 40px;
  background: #fff1e7;
  border-radius: 30px;

}
.single-product .product-content h3 {
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 25px 0 10px 0;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
}
.single-product .product-img a img {
  /* width: 100%; */
  max-width: 80px !important;
  height: 80px !important;
  border-radius: 50% !important;
  object-fit: cover;
}
.testimonial-rating .fa {
  color: #ff9629;
}
p.testimonial-text {
  text-align: center;
  font-size: 16px;
  color: #000000;
}
.testimonial-rating {
  text-align: center;
}
/* Footer */
footer.footer-section.section {
  background: #663130;
}
.home-footer{
  background-color: #663130!important;
}
.footer-logo {
  width: 250px;
}

/* Bread Crumbs */
.page-banner-section{
  background-image: url('../images/hero/bnr1.webp');
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
}
.header-other {
  position: relative!important;
}
/* About Us */
.our-mission {
  padding: 30px 50px;
}
.our-mission p {
  font-size: 16px;
  color: #000000;
}
.our-mission h5 a {
  font-size: 28px;
  font-weight: 700;
}
.about-experience-2 {
  background-color: #ffffff;
  position: absolute;
  bottom: 50px;
  left: 50px;
  right: 50px;
}
.border-dashed {
  border: 1px dashed #663130;
  position: relative;
  height: 129px;
  top: 22px;
}
.section-subtitle-2 {
  font-size: 16px;
  position: relative;
  padding-left: 45px;
  display: inline-block;
  text-transform: uppercase;
  color: #663130;
  font-weight: 500;
}
.section-subtitle-2:after {
  position: absolute;
  content: "";
  width: 32px;
  height: 12px;
  top: 50%;
  left: 0;
  background: linear-gradient(280deg, #663130 0%, rgba(2, 175, 229, 0) 100%);
  transform: translateY(-50%);
  border-radius: 30px;
}
.section-title {
  font-size: 52px;
}
.features__list ul li:not(:last-child) {
  margin-bottom: 15px;
}
.features__list ul li {
  font-size: 16px;
  position: relative;
  list-style: none;
  padding-left: 35px;
  font-weight: 500;
}
.features__list ul li .fa-check {
  position: absolute;
  height: 24px;
  width: 24px;
  top: 50%;
  left: 0;
  background: #663130;
  transform: translateY(-50%);
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
}
.about-author-wrapper {
  display: inline-flex
;
  align-items: center;
  gap: 20px 40px;
  background: rgb(255 234 229);
  padding: 20px 25px;
}
.about-author {
  display: flex
;
  align-items: center;
  gap: 15px;
}
.about-author-thumb {
  max-width: 100px;
}
.about-author-thumb img {
  width: 100%;
  border-radius: 50%;
}
.about-author-content h4 {
  font-size: 18px;
  margin-bottom: 5px;
}
.about-author-signature {
  border-left: 1px solid rgba(85, 85, 85, 0.2);
  padding-left: 15px;
}
/* Service */
section.service{
  background: #fff7f1;
}
.service.slick-slider .slick-arrow {
  background-color: #663130!important;
  color: #ffffff!important;
}
.service .wdt-content-subtitle {
  color: #d2523933;
  font-size: 75px;
  font-weight: 700;
}
section.service h6 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
}
section.service h2 {
  color: #d25239 !important
}
section.Appointment-bg i svg {
  height: 74px;
  color: #ffffff;
}
section.Appointment-bg {
  background: #663130;
  padding: 50px 0;
}
button.btn.wdt-button.know-btns.new-appointment {
  background-color: #ffffff;
  color: #000000;
  font-weight: 600;
}
button.btn.wdt-button.know-btns.new-appointment:hover{
  background-color: #000000;
  color: #ffffff;
}
section.Appointment-bg h3 {
  font-size: 22px;
    padding-top: 10px;
}

section.Appointment-bg h5 a {
  color: #ffffff!important;
}
.line-width {
  width: 81px;
  height: 1px;
  background: #979393;
  margin: 0 26px;
}
.blog.col.infinite {
  padding: 0;
}
.infinite-slider span.slick-btn.slick-prev.slick-arrow {
  display: none!important;
}
.infinite-slider span.slick-btn.slick-next.slick-arrow {
  display: none!important;
}

.skin-care-bg-2 {
  background: url(../images/hero/Sirpi-Col-Img-overlay-1.png) no-repeat center center;
  background-size: cover;
  background-color: #663130;
  position: relative;
  margin-top: -63px;
}
.text-white{
  color: #ffffff;
}
.nav-tabs{
  border: none;
}
.nav-tabs .nav-link {
  padding: 11px 25px;
    background: #000000;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 0;
    font-size: 11px;
    border: none;
    margin: 0 5px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background: #663130;
  color: #ffffff;
}
.service-text h3 {
  font-size: 25px;
  text-transform: uppercase;
  color: #663130;
  margin-top: -40px;
}
.collbse-dropdawn {
  padding: 1px 65px;
}
.list-group {
  border-radius: 0;
}
.list-group-item {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
}
.list-group-item.active {
  background: #663130;
  color: #ffffff;
  border: none;
}
/* Responshive Css */
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .our-doctor p {
    padding: 0 200px;
}
.wdt-content h5 a {
  padding-right: 14px;
  font-size: 16px;
}
.wdt-content-icon i svg {
  padding-left: 16px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu>ul>li>a {
    font-size: 11px;
}
.hero-content-3 {
  padding-top: 100px;
}
.our-doctor p {
  padding: 0 60px;
}
.skin-care-content h3 {
  font-size: 20px;
}
.our-doctor h3 {
  font-size: 25px;
}
.partner h3 {
  font-size: 15px;
}
.partner img {
  height: 30px;
}
.wdt-content-icon i svg {
  height: 60px;
  padding-left: 13px;
}
.wdt-content h5 a {
  font-size: 11px;
  padding-right: 14px;
}
.ps-5 {
  padding-left: 0rem !important;
}
.wdt-content-title-333 h5 a {
  font-size: 13px;
}
.large-size {
  display: none!important;
}
.d-block.d-md-none.smal-size {
  display: block!important;
}
.service-text h3 {
  margin-top: -30px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wdt-content-icon-wrapper {
    border: none;
}
  button.btn.wdt-button.book-btn {
    padding: 17px 255px;
}
.skin-care-bg {
  margin-top: -283px;
}
.our-doctor {
  text-align: center;
  justify-content: center;
  justify-items: center;
  padding: 320px 0px 50px 0px;
}
.background-overlay {
  width: 100%;
}

.custom-img {
  width: 100%;
}
.ps-5 {
  padding-left: 0rem !important;
}
.booking-section {
  margin-top: -140px;
}
.wdt-content h5 a {
  font-size: 15px;
        padding: 0;
        padding-bottom: 13px;
    }

.blog .blog-inner .content .title {
  font-size: 17px;
}
.our-doctor p {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  margin: 45px 0px;
  padding: 0 50px;
}
.skin-care-content h3 {
  font-size: 25px;
}
.skin-care-content p {
  font-size: 13px;
}
.blog .blog-inner .content p {
  font-size: 13px;
}
.services .wdt-content-subtitle {
  font-size: 50px;
}
.our-doctor h3 {
  font-size: 26px;
}
span.elementor-icon-list-text {
  font-size: 12px;
}
.logo a img {
  max-width: 35%;
}

button.btn.wdt-button {
    font-size: 12px;
    padding: 10px 52px;
    letter-spacing: 3px;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.btn {
    height: 38px;
}
.header-bottom {
  padding: 20px 0 30px;
}
.partner{
  display: none;
}

.large-size {
  display: none!important;
}
.d-block.d-md-none.smal-size {
  display: block!important;
}
.service-text h3 {
  margin-top: -30px;
}
}
@media only screen and (max-width: 768px) {

  .header-top-links ul {
    display: inline-block;
}
.wdt-content-title-333 h5 a {
  font-size: 13px;
}
.book-home{
  height: 50px;
}
  .know-btns {
      display: block;          /* Make the button a block element */
      margin: 0 auto;          /* Horizontally center the button */
      text-align: center;      /* Ensure text inside button is centered */
  }

  /* Ensure the parent container takes full width and centers content */
  a.know {
      display: flex;           /* Turn the <a> into a flex container */
      justify-content: center; /* Horizontally center the button */
      align-items: center;     /* Vertically center the button */
      width: 100%;             /* Make sure the <a> spans full width */
  }
  button.btn.wdt-button.know-btns.new-appointment {
    margin-top: 15px;
}
}
@media only screen and (max-width: 767px) {

  .service-text h3 {
    margin-top: 30px;
    text-align: center;
    margin-bottom: -20px;
    font-size: 22px;
}
  .custom-img {
    width: 100%;
}
.header-bottom {
  padding: 35px 0 4px;
}
.ps-5 {
  padding-left: 0rem !important;
}
.dotted-border {
    width: 100%;
}
.our-doctor p {
  font-size: 13px;
  margin: 20px 0px;
  padding: 0px 10px;
}
.background-overlay {
  width: 100%;
}

.our-doctor-img {
  margin-left: 0px;
}
.wdt-content h5 a {
  padding: 12px 20px;
  font-size: 16px;
}
.skin-care-content h3 {
  font-size: 22px;
}
.partner h3 {
  font-size: 18px;
}
.flex-none {
  display: block !important;
}
.ms-5 {
  margin-left: 0rem !important;
}
.wdt-content-subtitle h5 a {
  margin: 8px 0px;
}
.partner {
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: none;
}
.partner img {
  width: 50%;
  margin: 5px 0;
}
.header-top {
  display: none;
}
.logo a img {
  max-width: 150px;
  left: 9px;
  position: absolute;
  top: -23px;
}
.Appointment-btnss {
  padding: 1px 19px !important;
        font-size: 10px !important;
        position: absolute;
        right: 47px;
        top: -24px;
}
.mobile-menu .mean-bar .meanmenu-reveal {
  top: -41px;
}
.btn {
  height: 38px;
line-height: 17px;
}
header.header.is-sticky .header-bottom {
  padding: 40px 0 10px;
}
.skin-care-bg {
  margin-top: -391px;
}
.hero-content-3 h2 {
  font-size: 12px;
  text-align: center;
}
.hero-content-3 h1, .hero-content-3 h3 {
  font-size: 35px;
  text-align: center;
  margin-top: 30px;
}
.hero-content-3 p {
  max-width: 100%;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  text-align: center;
  padding: 1px 32px;
}
.wdt-column-wrapper {
  display: flex
;
  flex-wrap: wrap;
  justify-content: center;
}
.hero-content-3 {
  display: inline-block;
  padding-top: 80px;
}
.booking-section {
  margin-top: 48px;
  padding: 35px;
}
.our-doctor {
  padding: 430px 0px 50px 0px;
}
.wdt-content-counter span {
  font-size: 35px;
}
.blog .blog-inner .content .title {
  font-size: 20px;
}
button.btn.wdt-button.book-btn {
  padding: 8px 113px;
}
label.lebal-text.text-white {
  font-size: 14px;
}
.pb-100 {
  padding-bottom: 51px !important;
}

.pt-150 {
  padding-top: 82px !important;
}
.pt-120 {
  padding-top: 50px !important;
}
.skin-care-content .contact-form-style input.input-text, .skin-care-content .contact-form-style select {
  font-size: 14px;
}
.me-5 {
  margin-right: 1rem !important;
}
span.elementor-icon-list-text {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}
.about-experience-2 {
  display: none;
}
.book-home{
  height: 50px;
}
}

@media only screen and (max-width: 380px) {
  button.btn.wdt-button.book-btn {
    padding: 8px 106px;
  }
  .booking-section {
    padding: 20px;

}
}
@media only screen and (max-width: 320px) {
  button.btn.wdt-button.book-btn {
    padding: 17px 78px;
  }
  .hero-content-3 h1, .hero-content-3 h3 {
    font-size: 22px;
}
}
/* Model Popup */

.modal-dialog {
  max-width: 800px!important;
}
.modal-content {
  padding: 10px 25px;
}
@media only screen and (max-width: 767px) {
.modal-content {
  padding: 10px 10px;
}
}
@media only screen and (max-width: 768px) {
  .wdt-content-counter-wrapper {
    text-align: center;
}
.about-author-content h4 {
  font-size: 15px;
}
.wdt-content-subtitle {
  font-size: 10px;
  letter-spacing: 2.6px;
}
.section-title {
  font-size: 40px;
}
}