/* ===== RESET ================================================== */
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
blockquote,
big,
body,
button,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
source,
strike,
strong,
sub,
sup,
table,
tbody,
tfoot,
thead,
th,
tr,
tdvideo,
tt,
u,
ul,
var {
  background: transparent;
  border: 0 none;
  margin: 0;
  padding: 0;
  line-height: normal;
  vertical-align: baseline;
  outline: none;
  font-size: 100%;
  font-family: "AvenirLTStd", arial;
  font-weight: normal;
  font-style: normal;
}

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

blockquote,
q {
  quotes: none;
}

blockquote:before,
q:before {
  content: "";
  content: none;
}

blockquote:after,
q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

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

input,
select {
  vertical-align: middle;
  margin: 0;
}

ol,
ul,
li {
  list-style: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

@font-face {
  font-family: "AvenirLTStd";
  src: url("../fonts/AvenirLTStdLight.eot");
  src: url("../fonts/AvenirLTStdLight.eot") format("embedded-opentype"), url("../fonts/AvenirLTStdLight.woff2") format("woff2"), url("../fonts/AvenirLTStdLight.woff") format("woff"), url("../fonts/AvenirLTStdLight.ttf") format("truetype"),
    url("../fonts/AvenirLTStdLight.svg#AvenirLTStdLight") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "AvenirLTStd";
  src: url("../fonts/AvenirLTStdBook.eot");
  src: url("../fonts/AvenirLTStdBook.eot") format("embedded-opentype"), url("../fonts/AvenirLTStdBook.woff2") format("woff2"), url("../fonts/AvenirLTStdBook.woff") format("woff"), url("../fonts/AvenirLTStdBook.ttf") format("truetype"),
    url("../fonts/AvenirLTStdBook.svg#AvenirLTStdBook") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "AvenirLTStd";
  src: url("../fonts/AvenirLTStdMedium.eot");
  src: url("../fonts/AvenirLTStdMedium.eot") format("embedded-opentype"), url("../fonts/AvenirLTStdMedium.woff2") format("woff2"), url("../fonts/AvenirLTStdMedium.woff") format("woff"), url("../fonts/AvenirLTStdMedium.ttf") format("truetype"),
    url("../fonts/AvenirLTStdMedium.svg#AvenirLTStdMedium") format("svg");
  font-weight: 500;
  font-style: normal;
}

/* ===== GLOBAL ================================================== */
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #191919;
  font-family: "AvenirLTStd", sans-serif, Arial;
  font-size: 16px;
  color: #c7c7c7;
  letter-spacing: 0.025em;
  font-weight: 300;
}

:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: #93784d;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

::-webkit-input-placeholder {
  color: #a7a9ac;
  opacity: 1;
}

:-moz-placeholder {
  color: #a7a9ac;
  opacity: 1;
}

/* Firefox 18- */
::-moz-placeholder {
  color: #a7a9ac;
  opacity: 1;
}

/* Firefox 19+ */
:-ms-input-placeholder {
  color: #a7a9ac;
  opacity: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

img {
  max-width: 100%;
  border: none;
  outline: none;
}

b,
strong {
  font-weight: 700;
}

/* Ul Li & Ol Li CSS */
ul,
ol {
  margin: 0;
  padding: 0;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-top: 15px;
}

ul li,
ol li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  font-weight: 400;
}

li a {
  color: #fff;
}

.entry-content ul,
.entry-content ol {
  padding: 0 0 0 30px;
}

.entry-content ul li {
  list-style-image: url(../images/list-icon.png);
  margin: 0 0 10px 0;
}

.entry-content ul li li {
  list-style: disc;
}

.entry-content ol li {
  list-style-type: decimal;
  list-style-image: none;
  margin-bottom: 10px;
}

.entry-content p {
  font-size: 16px;
  line-height: 26px;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.hide {
  display: none;
}

.bg-none {
  background: none !important;
}

/* Heading CSS */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  line-height: normal;
  font-weight: 500;
  font-family: "AvenirLTStd", sans-serif, Arial;
  letter-spacing: 0;
  margin: 0 0 15px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #93784d;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #93784d;
}

h1 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.18em;
  margin: 0 0 20px;
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.56);
}

h2 {
  font-size: 30px;
  line-height: 34px;
  margin: 0 0 20px;
}

h2 strong {
  color: #fff;
}

h3 {
  font-size: 24px;
  line-height: 40px;
  margin: 0 0 20px;
}

h4 {
  font-size: 22px;
  line-height: 34px;
}

h5 {
  font-size: 20px;
  line-height: 32px;
}

h6 {
  font-size: 18px;
  line-height: 24px;
}

sup {
  vertical-align: super;
  font-size: 40%;
  position: relative;
  top: -0.5em;
}

/* Paragraph CSS */
p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0;
  font-family: "AvenirLTStd", sans-serif, Arial;
  margin: 0 0 20px;
}

hr {
  border: none;
  margin: 30px 0;
  background: #ccc;
  height: 1px;
  float: left;
  width: 100%;
}

blockquote:after,
li:after {
  content: "";
  display: block;
  clear: both;
}

blockquote {
  border-left: 5px solid #eee;
  font-size: 14px;
  margin: 0 0 20px;
  padding: 10px 20px;
}

/*table structure*/
table,
.entry-content table {
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

table th,
table td,
.entry-content th,
.entry-content table th,
.entry-content td,
.entry-content table td {
  background: #fff;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: left;
  font-size: 15px;
  color: #777;
  font-weight: 400;
  padding: 10px 20px;
}

table th {
  color: #333;
  font-weight: 600;
  background: #eee;
}

/*Form Input Field*/
input,
textarea,
select {
  background: #fff;
  border: 1px solid #c7c8ca;
  width: 100%;
  text-align: left;
  padding: 5px 12px;
  margin: 0;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  line-height: normal;
  font-family: "AvenirLTStd", sans-serif, Arial;
  height: 42px;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
}

input[type="button"],
input[type="submit"] {
  cursor: pointer;
  width: auto;
  height: auto;
}

input[type="checkbox"],
input[type="radio"] {
  border: none;
  width: auto;
  height: auto;
}

textarea {
  height: auto;
  padding: 10px 12px;
}

.select-box {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #c6c6c6;
  line-height: 34px;
  position: relative;
  cursor: pointer;
}

.select-box:after {
  position: absolute;
  content: "\f107";
  right: 15px;
  font-family: "FontAwesome";
  font-size: 15px;
  line-height: 40px;
  color: #333;
  top: 0;
  z-index: 1;
}

.select-box select {
  display: block;
  width: 100%;
  padding: 0 50px 0 10px;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.select-box select option {
  background: #eee;
  color: #000;
  padding: 4px 10px;
}
.et_pb_button_module_wrapper .et_pb_button {
  background-color: #93784d !important;
}
/*Button Css*/
.button,
.btn,
.et_pb_button,
.blog-detail-left .next-prev-btns a,
.comment-form .et_pb_button,
.gallery-btns a,.et_hover_enabled {
  display: inline-block;
  background: #93784d;
  border: 2px solid #93784d;
  padding: 10px 30px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  line-height: 24px;
  text-transform: none;
  min-width: 200px;
  font-family: "AvenirLTStd", sans-serif, Arial;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  letter-spacing: 0.025em;
  cursor: pointer;
  position: relative;
  transition: all 0.4s ease 0s !important;
  -moz-transition: all 0.4s ease 0s !important;
  -webkit-transition: all 0.4s ease 0s !important;
}

.button:hover,
.button:focus,
.btn:hover,
.btn:focus,
.et_pb_button:hover,
.et_pb_button:focus,
.blog-detail-left .next-prev-btns a:hover,
.blog-detail-left .next-prev-btns a:focus,
.comment-form .et_pb_button:hover,
.comment-form .et_pb_button:focus,
.gallery-btns a:hover,
.gallery-btns a:focus,
.et_hover_enabled:hover,
.et_hover_enabled:focus {
  text-decoration: none;
  color: #fff;
  outline: none;
}

.btn:after,
.blog-detail-left .next-prev-btns a::after,
.comment-form .et_pb_button::after,
.gallery-btns a::after,.et_hover_enabled::after {
  display: block;
  content: "" !important;
  background: rgba(255, 255, 255, 0.1);
  width: 0;
  position: absolute;
  left: 50% !important;
  top: 0;
  bottom: 0;
  z-index: 0;
  transition: all 0.2s ease 0s !important;
  -moz-transition: all 0.2s ease 0s !important;
  -webkit-transition: all 0.2s ease 0s !important;
}

.btn:hover:after,
.btn:focus:after,
.blog-detail-left .next-prev-btns a:hover::after,
.blog-detail-left .next-prev-btns a:focus::after,
.comment-form .et_pb_button:hover::after,
.comment-form .et_pb_button:focus::after,
.gallery-btns a:hover::after,
.gallery-btns a:focus::after,
.et_hover_enabled:hover::after,
.et_hover_enabled:focus::after {
  left: 0 !important;
  width: 100% !important;
}

.bdr-btn {
  background: none;
  border-color: #93784d;
  color: #fff;
}

.btn span {
  display: block;
  position: relative;
  z-index: 1;
}

.container {
  margin: 0 auto;
  width: 1220px;
}

.container:after,
header:after,
section:after,
footer:after,
nav:after {
  clear: both;
  content: "";
  display: block;
}

.center {
  text-align: center;
}

.col-2 {
  float: left;
  width: 50%;
}

.col-3 {
  float: left;
  width: 33.3%;
}

.col-4 {
  float: left;
  width: 25%;
}

/* ============= GLOBAL CSS END ================ */

/*Fixed Header Css*/
body.header-fixed {
  padding: 145px 0 0;
}

.header-fixed .header {
  position: fixed;
  z-index: 9;
  top: 0px;
  width: 100%;
}

.header-fixed .header .header-right {
  margin-top: 0px;
}

.header-fixed .header .logo {
  width: 224px;
}

/*Header & Banner Section*/
.header {
  position: relative;
  transition: all 0.4s ease;
  background: #222;
}

.header-main {
  background: #222;
  padding: 14px 0;
  position: relative;
  z-index: 10;
}

.logo {
  float: left;
  width: 370px;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}

.logo a {
  display: block;
}

.logo a > img {
  display: block;
  margin: 0 auto;
}

.header-right {
  float: right;
  margin: 28px 0 0;
  transition: all 0.4s ease;
}

.header-phonebox {
  float: right;
  text-align: right;
  margin-left: 20px;
}

.header-phonebox span {
  display: block;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin: 0 0 8px;
}

.header-phonebox .phone {
  display: inline-block;
  font-size: 26px;
  color: #fff;
  line-height: normal;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
}
.header-phonebox .phone:hover {
  color: #93784d;
}
.header-right .social-icons {
  float: none;
  padding: 0;
}

.social-icons ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.social-icons ul li {
  margin: 0 12px 0 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}

.social-icons ul li a {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: normal;
}

.social-icons ul li a:hover {
  color: #93784d;
}

.mobile-header-top {
  display: none;
  padding: 8px 15px;
  background: #191919;
  position: relative;
  z-index: 20;
}

.head-left {
  float: left;
}

.head-left .phone {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}

.header-search {
  position: relative;
  border: 1px solid #fff;
  padding-right: 40px;
  width: 300px;
}

.header-search .screen-reader-text {
  display: none;
}

.header-search input[type="text"] {
  background: #fff;
  border: none;
  height: 34px;
  width: 100%;
}

.header-search input[type="submit"] {
  width: 40px;
  height: 34px;
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  border: none;
  font-size: 0;
  z-index: 1;
}

.header-search .icon-search {
  position: absolute;
  width: 40px;
  text-align: center;
  line-height: 34px;
  font-size: 15px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.header-right .social-icons ul {
  margin: -5px 0 5px;
}

/*Nav Css*/
.nav-main {
  background: #505050;
  text-align: center;
  position: relative;
  text-align: center;
  z-index: 10;
}

.nav-main nav > ul {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.nav-main nav > ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  position: relative;
  font-family: "AvenirLTStd";
}

.nav-main nav > ul > li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.8);
}

.nav-main nav > ul > li:before {
  display: block;
  content: "";
  width: 0;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  transition: all 0.2s ease 0s;
  opacity: 0;
  z-index: 0;
}

.nav-main nav > ul > li:hover:before {
  opacity: 1;
  width: 100%;
}

.nav-main nav > ul > li > a {
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  padding: 12px 35px;
  position: relative;
  z-index: 2;
}

.nav-main nav > ul > li.current-menu-item > a {
  color: #fff;
}

.nav-main nav > ul > li > a:hover,
.nav-main nav ul > li.sfHover > a {
  color: #b2782b;
}

#sidebar .widget_nav_menu ul li.current_page_parent:before,
.nav-main nav > ul > li.current_page_parent:before,
.nav-main nav > ul > li.active:before,
.nav-main nav ul > li.current-menu-item:before {
  width: 100%;
  opacity: 1;
}

.sub-menu {
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 260px;
  background: #191919;
  text-align: left;
}

.nav-main nav ul li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.nav-main nav ul li:hover .sub-menu {
  display: block;
}

.sub-menu li {
  display: block;
}

.sub-menu li a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  text-transform: none;
  letter-spacing: 0.025em;
  padding: 12px 15px;
}

.nav-main nav ul li.current-menu-parent > a,
.sub-menu li a:hover,
.sub-menu li.current-menu-item > a {
  background: rgba(0, 0, 0, 0.2);
  color: #b2782b;
}

/*Home page Banner Css*/
.homeslider {
  position: relative;
  z-index: 2;
}

.HomeSlick {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #000;
}

.HomeSlick .slick-list {
  background: #000;
}

.HomeSlick > li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 640px;
  background-size: cover !important;
  position: relative;
}

.HomeSlick .slick-list li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 640px;
  background-size: cover !important;
  position: relative;
}

.caption {
  text-align: left;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
}

.caption-inner {
  width: 100%;
  max-width: 610px;
  text-align: center;
}

.caption h2 {
  font-size: 58px;
  color: #fff;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin: 0 0 20px;
}

.caption h2 span {
  display: block;
  font-size: 34px;
}

.caption p {
  font-size: 22px;
  color: #fff;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
}

.banner-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  text-align: center;
  padding: 0 10px;
  z-index: 2;
}

.banner-bottom p {
  font-size: 22px;
  color: #fff;
  letter-spacing: 0.28em;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}

.HomeSlick .slick-dots {
  display: none !important;
}

/*Section1 Css*/
.imgbox {
  display: block;
  overflow: hidden;
  position: relative;
}

.imgbox > img {
  display: block;
  margin: 0 auto;
  width: 100%;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.imgbox:after {
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.05);
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}

.imgbox:hover:after,
.imgbox:hover:focus {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.section1 {
  width: 100%;
}

.conditions-slider {
  margin: 0;
  padding: 0;
  /* background: #ff7c34; */
}

.conditions-slider > li {
  margin: 0;
  padding: 30px 20px;
  list-style: none;
  float: left;
  width: 20%;
}

.conditions-slider .slick-slide {
  margin: 0;
  padding: 30px 20px;
  list-style: none;
  float: left;
  width: 20%;
}

.conditions-slider .slick-dots {
  display: none !important;
}

.conditions-slider .slick-active + .slick-active {
  background: rgba(0, 0, 0, 0.1);
}

.conditions-slider .slick-active + .slick-active + .slick-active {
  background: rgba(0, 0, 0, 0.15);
}

.conditions-slider .slick-active + .slick-active + .slick-active + .slick-active {
  background: rgba(0, 0, 0, 0.2);
}

.conditions-slider .slick-active + .slick-active + .slick-active + .slick-active + .slick-active {
  background: rgba(0, 0, 0, 0.25);
}

.conditions-slider li a {
  display: block;
  position: relative;
}

.conditions-slider .imgbox {
  background: #000;
}

.conditions-slider .imgbox > img {
  opacity: 0.8;
}

.conditions-slider a:hover .imgbox > img {
  opacity: 1;
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.conditions-slider h3 {
  padding: 0 40px;
  font-size: 42px;
  color: #fff;
  line-height: 50px;
  font-weight: 500;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.conditions-slider .slick-arrow::after {
  color: #191919 !important;
}

/*Section2 Css*/
.section2-inner {
  position: relative;
}

.section2 .resp-tabs-list {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}

.tab-content-inner {
  padding: 120px 46px 20px;
}

.tab-content-inner h2 {
  text-transform: uppercase;
  font-weight: 500;
}

.section2 .left .imgbox {
  height: 900px;
}

.section2 .left .imgbox > img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.section2 .left .imgbox:hover > img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.products-tab {
  position: relative;
}

.schedule-consultation {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.infobox-content {
  display: block;
  background: #191919;
  text-align: center;
  padding: 60px 46px;
}

.infobox-content h3 {
  color: #fff;
  text-transform: uppercase;
}

.infobox-content p {
  color: #fff;
}

.bg-red {
  background: #ed5e14;
}

.bg-gray{
  background-color: #505050 !important;
}

/*Contact Form Css*/
.contact-form .input-group {
  float: left;
  width: 50%;
  padding: 0 15px;
  margin: 0 0 20px;
}

.contact-form .input-group.textarea {
  width: 100%;
}

.contact-form .textarea textarea {
  height: 120px;
  resize: none;
}

.contact-form .form-input:focus,
.contact-form .select-box:focus,
.contact-form textarea:focus {
  border-color: #ccc;
}

.contact-form .input-group.btn-box {
  width: 100%;
  margin: 0;
}

.contact-form .btn {
  min-width: 150px;
  padding: 0;
  position: relative;
}

.contact-form .btn input {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 12px 20px;
  border: none;
  background: none;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 18px;
  text-transform: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-indent: 20px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.contact-form .btn i {
  display: block;
  font-size: 14px;
  position: absolute;
  left: 42px;
  top: 14px;
  z-index: 0;
  text-indent: -5px;
}

.contact-form div.wpcf7 .ajax-loader {
  left: 100%;
  margin-left: 10px;
  position: absolute;
  top: 15px;
}

.contact-form div.wpcf7-validation-errors {
  clear: both;
  font-family: arial;
  font-size: 14px;
  margin: 0 !important;
}

div.wpcf7-mail-sent-ok {
  clear: both;
}

/*Section3 Css*/
.section3 {
  background: #191919;
}

.section3 .slider-nav .slick-arrow {
  display: none !important;
}

.section3 .slider-nav {
  padding: 0 70px 80px;
}

.section3 .slick-dots li button {
  width: 15px;
  height: 15px;
  background: #fff;
  border-color: #fff;
}

.section3 .slick-dots li.slick-active button:hover,
.section3 .slick-dots li.slick-active button {
  background: #93784d;
  border-color: #93784d;
}

.section3 .infobox-content {
  padding-top: 140px;
}

.section3 h3 {
  margin: 0 0 30px;
}

.section3 h4 {
  color: #fff;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 400;
}

.section3 p {
  color: #fff9f4;
  margin: 0 0 30px;
}

.section3 .right .imgbox {
  height: 720px;
}

.section3 .right .imgbox > img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.section3 .right .imgbox:hover > img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/*Footer Css Start*/
.footer {
  background: #222 !important;
  padding: 10px 0;
}

.footer-logo a,
.footer-logo a > img {
  display: block;
  margin: 0 auto;
}

.footer-nav {
  padding: 17px 0 0;
  margin-left: 50px;
}

.f-links {
  margin: 0;
  padding: 0;
}

.f-links li {
  margin: 0;
  list-style: none;
  float: left;
  position: relative;
  padding: 0 12px;
}

.f-links li:first-child {
  padding-left: 0px;
}

.f-links li + li:after {
  display: block;
  content: "";
  width: 1px;
  height: 12px;
  background: #eaeaea;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}

.f-links li a {
  display: block;
  font-size: 15px;
  color: #fff;
  line-height: normal;
}

.f-links li a:hover {
  color: #93784d;
}

.footer-right {
  padding: 34px 0 0;
}

.footer-right .social-icons ul li {
  margin: 0 0 0 20px;
}

.footer-right .social-icons ul li a {
  color: #fff;
}

.footer-right .social-icons ul li a:hover {
  color: #93784d;
}

.powered-by {
  color: #fff;
  margin-top: 5px;
}

.powered-by a {
  text-decoration: underline;
}

/*Footer Css End*/

/*Internal Page Css*/
.page-banner {
  position: relative;
  overflow: hidden;
}

.banner-img > img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.page-banner .page-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.page-title h1 {
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

.page-content {
  padding: 40px 0 !important;
}

.intro-section h2 {
  text-align: center;
  color: #e85208;
  letter-spacing: 0.1em;
}

.intro-section p {
  font-size: 32px;
  line-height: 45px;
}

.two-column-section {
  background: #505050;
  overflow: hidden;
  position: relative;
}
.two-column-section .two-column-inner .list-content .help-list li a {
  color: #fff;
}
.two-column-section .two-column-inner .list-content .help-list li a:hover {
  color: #93784d;
}
.two-column-section .infobox-content {
  position: relative;
}

.two-column-section .infobox-content:after {
  display: block;
  content: "";
  /* background: #505050; */
  width: 9999px;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
}

.two-column-section .infobox-content p {
  line-height: 44px;
}

.list-content {
  padding: 60px 46px 40px;
}

.two-column-section h3 {
  font-size: 30px;
}

.list-content h3 {
  color: #000;
}

.help-list {
  margin: 0;
  padding: 0;
  text-align: left;
}

.help-list li {
  display: block;
  margin: 0 0 20px;
  padding: 0 0 15px;
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 22px;
  color: #fff;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.help-list li a {
  display: block;
  font-size: 22px;
  color: #000;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
}

.help-list li span {
  color: #e85208;
}

.help-list li a:hover {
  color: #93784d;
}

.help-list li a:hover span {
  color: #ee6219;
}

.afterbefore-section {
  display: none;
  background: #7f7a67;
  padding: 40px 0;
}

.afterbefore-section h2 {
  color: #fff;
}

.afterbefore-slider {
  margin: 0;
  padding: 20px 0 40px;
  position: relative;
}

.afterbefore-slider li {
  padding: 0;
}

.afterbefore-slider li img {
  display: block;
  margin: 0 auto;
}

.afterbefore-slider .slick-arrow {
  display: none !important;
}

.afterbefore-slider .slick-dots {
  bottom: -15px;
}

.image-left {
  width: 100%;
  max-width: 450px;
  height: auto;
  float: left;
  margin: 0 30px 20px 0;
  box-shadow: 0 0 10px #333;
}

.innerpage-section h2 {
  text-align: left;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}

.full-image {
  width: 100%;
  height: auto;
}

/* contact us page */
.contact-col-left {
  float: left;
  width: 44%;
}

.contact-col-right {
  float: right;
  width: 52%;
}

.contact-col-left .contact-form {
  width: 100%;
  background: #505050;
  padding: 40px 30px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.contact-col-left .contact-form h4 {
  color: #fff;
  margin: 0 0 20px;
  font-size: 24px;
}

.contact-col-left .contact-form .input-group {
  float: left;
  width: 50%;
  padding: 0 10px;
  margin: 0 0 20px;
}

.contact-col-left .contact-form .input-group.textarea {
  width: 100%;
}

.contact-col-left .contact-form .wpcf7-form-control-wrap {
  display: block;
}

.contact-col-left .contact-form .form-input {
  border: none;
}

.contact-col-left .contact-form .input-group.btn-box {
  width: 100%;
  margin: 0;
}

.contact-col-left .contact-form .btn {
  display: block;
  border: none;
  width: 100%;
  padding: 0;
  position: relative;
}

.contact-col-left .contact-form .btn i {
  display: block;
  font-size: 18px;
  position: absolute;
  left: 0;
  right: 0;
  top: 17px;
  z-index: 0;
  margin-right: 60px;
}

.contact-col-left .contact-form .btn input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px 20px;
  border: none;
  background: none;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 18px;
  text-transform: none;
  border-radius: 0;
  text-indent: 15px;
  position: relative;
  z-index: 1;
}

.contact-col-left .contact-form .textarea textarea {
  height: 180px;
  resize: none;
  border: none;
}

.contact-col-left .contact-form .select-box {
  border: 0px;
}

.contact-col-left .select-box select {
  display: block;
  width: 100%;
  padding: 0 50px 0 10px;
  background: transparent;
  border: none;
  position: relative;
  z-index: 2;
  cursor: pointer;
  border: 1px solid #c6c6c6;
}

.contact-col-left .contact-form .ajax-loader {
  position: absolute;
  right: 20px;
  top: 16px;
}

.contact-col-left .contact-form span.wpcf7-not-valid-tip {
  text-align: left;
}

.contact-col-left .contact-form div.wpcf7-validation-errors,
.contact-col-left .contact-form div.wpcf7-mail-sent-ok {
  color: #fff;
  margin: 0 10px !important;
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 400px;
}

.contact-main h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: 24px;
  font-family: "Lato", sans-serif, Arial;
  letter-spacing: 0.025em;
  margin: 0 0 5px;
}

.contact-details p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 20px;
}

.cont-btnbox .btn {
  display: block;
  font-size: 16px;
  font-family: "Lato", sans-serif, Arial;
  letter-spacing: 0;
  padding: 15px 10px;
  margin: 0 0 10px;
}

.padding-bottom0 {
  padding-bottom: 0px;
}

.SearvicePage p,
.SearvicePage li {
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

.SearvicePage {
  background: #505050;
}

.tabcontent-left {
  float: left;
  width: 30%;
}

.sticky .tabcontent-left {
  position: fixed;
  top: 110px;
  max-width: 366px;
}

.tabcontent-right {
  float: right;
  width: 70%;
}

.left-tab-list.resp-tabs-list {
  border: none;
  display: block;
  padding: 40px 0;
}

.left-tab-list.resp-tabs-list li {
  float: none;
  display: block;
  color: #fff;
  text-align: right;
  margin: 0;
  width: 100%;
  list-style: none;
  border: none;
  background: none !important;
  font-weight: 600;
  padding: 10px 60px 10px 20px;
}

.left-tab-list.resp-tabs-list li a {
  color: #fff;
}

/* .left-tab-list.resp-tabs-list li.active,
.left-tab-list.resp-tabs-list li.resp-tab-active {
  background: #fff !important;
  color: #000 !important;
} */
.left-tab-list.resp-tabs-list li.active,
.left-tab-list.resp-tabs-list li.resp-tab-active {
  background-color: #93784d !important;
  color: #fff;
  filter: none;
}

.left-tab-list.resp-tabs-list li.active a {
  color: #fff !important;
}
.left-tab-list.resp-tabs-list li:before {
  display: inline-block;
  content: "+";
  position: absolute;
  right: 20px;
  width: 30px;
  text-align: center;
}

.left-tab-list.resp-tabs-list li.active:before,
.left-tab-list.resp-tabs-list li.resp-tab-active:before {
  display: inline-block;
  content: "-";
  font-size: 30px;
}

.left-tab-list.resp-tabs-list li:after {
  display: none !important;
}

.tabcontent {
  background: #fff;
  padding: 40px;
  text-align: left;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.tab_section .tabcontent.clearfix {
  background-color: #191919;
  margin: 0 30px;
}
.tab_section .tabcontent.clearfix h4,
.tab_section .tabcontent.clearfix p,
.tab_section .tabcontent.clearfix a {
  color: #fff;
}

.tabcontent-right .resp-tab-content {
  padding: 0;
}

.tabcontent h4 {
  color: #000;
}

.tabcontent p a {
  color: #000;
}

.tabcontent p a:hover {
  color: #93784d;
}

.venus-recovery-section .container {
  position: relative;
  z-index: 1;
  color: #fff;
}

.venus-recovery-section {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.venus-recovery-section h3,
.venus-recovery-section h4,
.venus-recovery-section p {
  color: #fff;
  text-align: center;
}

.venus-recovery-section:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  z-index: 0;
}

/** Blog Page Css Start **/
.blog-listing-page {
  padding: 50px 0;
}

.blog-listing-page #left-area hr {
  position: relative;
  height: 76px;
  border: 0;
  background: none;
}

.blog-listing-page #left-area hr:before {
  position: absolute;
  border-bottom: 1px solid #ddd;
  content: "";
  width: 100%;
  top: 50%;
  left: 0;
}

.blog-listing-page #left-area hr:after {
  position: absolute;
  background: #191919 url(../images/site-icon-transparent.png) no-repeat center;
  height: 76px;
  margin: -41px 0 0 -50px;
  width: 50px;
  top: 50%;
  left: 50%;
  content: "";
  padding: 0 50px;
}

.blog-listing-page article {
  clear: both;
}

.blog-listing-page article.format-standard > a {
  display: none;
}

.blog-listing-page article h2.entry-title {
  margin-bottom: 10px;
}

.blog-listing-page article h2.entry-title br {
  display: none;
}

.blog-listing-page article h2.entry-title a {
  letter-spacing: 0.05em;
  margin-bottom: 0px;
  color: #fff;
}

.blog-listing-page article h3.entry-title a {
  color: #fff;
}

.blog-listing-page article h3.entry-title a:hover,
.blog-listing-page article h2.entry-title a:hover {
  color: #93784d;
}

.blog-detail-left,
#left-area {
  width: 70%;
  float: left;
}

#sidebar {
  width: 30%;
  float: left;
  padding-left: 50px;
}

#sidebar .widget_nav_menu {
  background: #505050;
  border-radius: 0px 15px 0px 15px;
}

#sidebar .widget_nav_menu ul li {
  position: relative;
}

#sidebar .widget_nav_menu ul li:before {
  display: block;
  content: "";
  width: 0;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  transition: all 0.2s ease 0s;
  opacity: 0;
  z-index: 0;
}

#sidebar .widget_nav_menu ul li:hover:before {
  opacity: 1;
  width: 100%;
}

#sidebar .widget_nav_menu ul li.active:before,
#sidebar .widget_nav_menu ul li.current-menu-item:before {
  width: 100%;
  opacity: 1;
}

#sidebar .widget_nav_menu ul li a {
  color: #fff;
  padding: 15px 25px 15px 35px;
  display: block;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

#sidebar .widget_nav_menu ul li a:hover {
  padding-left: 40px;
}

#sidebar .widget_nav_menu ul li ul {
  position: static;
  background: #191919;
}
#sidebar .sub-menu {
  background-color: #505050 !important;
}
#sidebar .widget_nav_menu ul li ul li a {
  padding-left: 50px;
}

#sidebar .widget_nav_menu ul li.menu-item-has-children a:before {
  content: "\f105";
  left: 15px;
  font-family: "FontAwesome";
  position: absolute;
  top: 13px;
  font-size: 14px;
  transition: all 0.4s ease;
}

#sidebar .widget_nav_menu ul li ul li a:hover {
  padding-left: 55px;
}

#sidebar .widget_nav_menu ul li.menu-item-has-children ul li a:before {
  display: none;
}

#sidebar .widget_nav_menu ul li a.active::before {
  transform: translateY(0) rotate(90deg);
}

.blog-listing-page article.format-standard > a.text-link {
  display: inline-block;
  font-weight: bold;
}

.blog-button a {
  font-weight: bold;
  transition: all 0.4s ease;
}

.blog-button a i {
  transition: all 0.4s ease;
}

.blog-button a:hover i {
  margin-left: 5px;
}

.home .afterbefore-section,
.home .two-column-section {
  display: none;
}

.blog-imgbox {
  margin: 0 0 20px;
}

.blog-imgbox img {
  height: auto;
  display: block;
}

.blog-detail-page h2 br {
  display: none;
}

/*Treatment Page Css*/
.two-col-content {
  background: #505050;
  position: relative;
  overflow: hidden;
}

.two-col-content:before {
  display: block;
  content: "";
  /* background: #807b6a; */
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
}

.two-col-content .col-2 {
  position: relative;
  z-index: 1;
}

.two-col-content .help-list {
  padding: 0;
}

.two-col-content .help-list li {
  font-size: 16px;
  margin: 0;
  padding: 15px 5px;
}

.two-col-content .help-list li span {
  color: #fff;
}

.two-col-content .help-list li .left {
  float: left;
}

.two-col-content .help-list li .right {
  float: right;
  text-transform: none;
}

.two-col-content .help-list li a:after {
  display: block;
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 5px;
  top: 0;
}

.two-col-content .list-content {
  max-width: 600px;
  margin: 0 auto;
  padding: 40px;
}

.two-col-content p {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 30px;
}

.bg-title {
  background: rgba(0, 0, 0, 0.1);
  padding: 24px 20px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0;
  position: relative;
}

.bg-title:after {
  transition: all 0.2s ease;
  border-bottom-color: #c7c7c7;
  border-bottom-style: solid;
  border-bottom-width: 18px;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.right .bg-title:after {
  border-bottom-color: #c7c7c7;
  border: none;
}

.next-prev-btns {
  margin: 0 0 20px;
}

/*Pagination Style*/
.main-content {
  min-height: 400px;
}

.pagination {
  padding: 0;
  margin: 0;
  text-align: center;
}

.pagination .screen-reader-text {
  display: none;
}

.pagination .nav-links > .page-numbers {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  font-size: 15px;
  line-height: 38px;
  color: #fff;
  position: relative;
}

.pagination .nav-links > .page-numbers:hover,
.pagination .nav-links > .page-numbers.current {
  background: #fff;
  color: #000;
}

.pagination svg.icon {
  display: none;
}

.pagination .nav-links .prev:after,
.pagination .nav-links .next:after {
  display: block;
  font-size: 18px;
  content: "\f100";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.pagination .nav-links .prev:after,
.pagination .nav-links .next:after {
  display: block;
  font-size: 18px;
  content: "\f101";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.pagination .nav-links .prev:after {
  content: "\f100";
}

/** Gallery Page Start **/
.after-before-gallery {
  margin: 0 auto;
  width: 100%;
  max-width: 1540px;
  text-align: center;
}

.gallery-slider {
  position: relative;
  font-size: 0;
  padding: 0 0 20px;
}

.gallery-slider .slick-slide {
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
}

.gallery-slider .slick-track {
  margin: 0 auto;
}

.gallery-slider .slick-dots li button {
  border-color: #b2782b;
}

.gallery-slider .slick-dots {
  bottom: 0;
}

.gallery-slider .slick-dots li button {
  width: 15px;
  height: 15px;
}

.gallery-slider .slick-dots li.slick-active button:hover,
.gallery-slider .slick-dots li.slick-active button {
  background: #b2782b;
}

.gallery-slider .slick-arrow {
  display: none !important;
}

.bottom-btns {
  padding: 60px 0;
}

.bottom-btns .btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
  line-height: normal;
  letter-spacing: 0.16em;
  background: #2e083b;
  padding: 18px 30px;
  min-width: 620px;
  margin: 0 4px;
}

.bottom-btns .btn + .btn {
  background: #b2782b;
}

/*Gallery Page Css*/
.whitebg-title .page-title h1 {
  color: #000;
  letter-spacing: 0.1em;
  text-shadow: 0 0 0 #000;
  margin: 0 0 30px;
}

.imgbox {
  display: block;
  overflow: hidden;
  position: relative;
}

.imgbox > img {
  display: block;
  margin: 0 auto;
  width: 100%;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.imgbox:after {
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.05);
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}

.imgbox:hover:after,
.imgbox:hover:focus {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.gallery-category-slider .imgbox {
  background: #000;
  margin: 0 5px;
  height: 150px;
}

.gallery-category-slider .imgbox > img {
  opacity: 0.8;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.gallery-category-slider a:hover .imgbox > img {
  opacity: 1;
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.gallery-page {
  background-size: cover !important;
  background-attachment: fixed !important;
}

.gallery-page.page-content h2 {
  letter-spacing: 0.05em;
}

.bdr-btm {
  position: relative;
  padding: 0 0 20px;
}

.bdr-btm:after {
  display: block;
  content: "";
  width: 158px;
  height: 2px;
  background: #b2782b;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}

.gallery-feat {
  margin: 20px 0 0;
  padding: 0;
}

.gallery-feat .col-3 {
  float: left;
  width: 33.3%;
  padding: 0 15px;
  margin: 0 0 30px;
}

.gallery-imgbox {
  display: block;
  position: relative;
  background: #e3e3e3;
}

.gallery-imgbox h4 {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  background: rgb(25 25 25 / 80%);
  color: #fff;
  padding: 10px 20px;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}

.gallery-imgbox:after {
  display: block;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}

.gallery-imgbox:hover:after,
.gallery-imgbox:focus:after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.gallery-imgbox:hover h4 {
  background: #191919;
}

.gallery-imgbox .imgbox {
  height: 360px;
}

.gallery-imgbox .imgbox > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.gallery-detail-list {
  margin: 40px 0 0;
  position: relative;
  border: 1px solid #ddd;
  padding: 30px;
  max-width: 940px;
}

.certical-list {
  float: left;
  width: 15%;
}

.horizontal-list {
  float: right;
  width: 85%;
  padding-left: 30px;
}

.gallery-page .slider-nav1.slick-vertical .slick-slide {
  cursor: pointer;
  padding: 0;
}

.gallery-page .slider-nav1.slick-vertical .slick-slide + .slick-slide {
  margin-top: 10px;
}

.gallery-page .slider-nav1.slick-vertical .slick-slide .tab-list-img {
  display: block;
}

.gallery-page .slider-nav1.slick-vertical .slick-slide .tab-list-img img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
}

.gallery-page .slider-nav1 .slick-slide:hover .tab-list-img:after,
.slider-nav .slick-slide.slick-current .tab-list-img:after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.gallery-page .slider-nav1 .slick-slide:hover .tab-list-img > img,
.slider-nav .slick-slide.slick-current .tab-list-img > img {
  opacity: 0.5;
}

.gallery-page .slider-nav1 .slick-arrow {
  width: 100%;
  height: 30px;
  top: -10px;
  left: 0;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.gallery-page .slider-nav1 .imgbox {
  height: 110px;
  background: #000;
}

.gallery-page .slider-nav1 .imgbox > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0.6;
}

.gallery-page .slider-nav1 .slick-current .imgbox > img {
  opacity: 1;
}

.gallery-page .slider-nav1 .slick-arrow.slick-next {
  top: auto;
  bottom: -10px;
  right: 0;
}

.gallery-page .slider-nav1 .slick-arrow.slick-prev:after {
  content: "\f102";
  color: #fff !important;
  font-size: 24px;
  left: 0;
}

.gallery-page .slider-nav1 .slick-arrow.slick-next:after {
  content: "\f103";
  color: #fff !important;
  font-size: 24px;
  right: 0;
}

.gallery-page .slider-for1 li img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-height: 400px;
}

.gallery-page .slider-for1 .slick-arrow {
  display: none !important;
}

.gallery-page .slider-for1 .slick-arrow.slick-prev {
  left: -14px;
}

.gallery-page .slider-for1 .slick-arrow.slick-next {
  right: -14px;
}

.page-top h2 {
  display: inline-block;
  margin: 10px 0 0;
}

.page-top .text-link {
  float: right;
}

.gallery-btns {
  margin: 40px 0;
}

.gallery-btns .left {
  float: left;
}

.gallery-btns .right {
  float: right;
}

.gallery-category {
  padding: 0;
}

.gallery-category-slider .slick-arrow {
  width: 30px;
  height: 100%;
  top: 0;
  bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  margin: 0;
}

.gallery-category-slider .slick-arrow.slick-prev {
  left: -20px;
}

.gallery-category-slider .slick-arrow.slick-next {
  right: -20px;
}

.gallery-category-slider .slick-arrow:after {
  top: 50%;
  bottom: auto;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  font-size: 30px;
  color: #000;
}

.gallery-category-slider .tab-list-img {
  display: block;
  margin: 0 10px;
  cursor: pointer;
}

.gallery-category-slider .tab-list-img > img {
  opacity: 1;
}

.gallery-category-slider .slick-slide:hover .tab-list-img:after,
.gallery-category-slider .slick-slide.slick-current .tab-list-img:after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.gallery-category-slider .slick-slide:hover .tab-list-img > img,
.gallery-category-slider .slick-slide.slick-current .tab-list-img > img {
  opacity: 0.5;
}

.next-prev-btn a:last-child {
  float: right;
}

.next-prev-btn a i {
  margin: 0 4px;
}

/** Gallery Page End **/
#sidebar label.screen-reader-text {
  display: none;
}

#sidebar .widget_search form#searchform {
  position: relative;
  margin-bottom: 13px;
}

#sidebar .widget_search form#searchform input#searchsubmit {
  position: absolute;
  right: 0;
  background: #93784d;
  top: 0;
  color: #fff;
  border: 0;
  padding: 11px 20px;
}

#sidebar .widget_search h4.widgettitle {
  margin-bottom: 0;
  font-size: 18px;
}

#sidebar .widget_search {
  padding: 10px 20px;
  background: #f2f2f2;
  border-radius: 0px 15px 0px 15px;
  margin-bottom: 20px;
  border-bottom: 3px solid #93784d;
}

.captcha-main {
  padding: 0 10px;
  margin-bottom: 20px;
}

.captcha-input {
  padding-left: 80px;
}

.captcha-img {
  float: left;
  width: 70px;
  height: 42px;
}

.captcha-img img {
  display: block;
  height: 100%;
}

/* Mobile menu design */
.mobile-menu-block li.menu-item-has-children {
  position: relative;
}

.mobile-menu-block li.menu-item-has-children::after {
  font-family: FontAwesome;
  content: "\f107 ";
  position: absolute;
  right: 13px;
  top: 13px;
  font-size: 18px;
}

.mobile-menu-block li.menu-item-has-children.active_menu::after {
  content: "\f106  ";
  color: #93784d;
}

.header-fixed .header {
  padding-top: 0;
}

/* Banner title color */
.page-banner .page-title .container h1 {
  color: #fff !important;
  text-align: center;
}

/* //botox-on-demand page css */

.two-column-section {
  width: 100%;
  display: flex;
  gap: 65px;
}

.two-column-section .et_pb_column {
  width: 50%;
  margin-right: 0 !important;
}

.page-id-5013 .section3,
.page-id-5100 .section3,
.page-id-5083 .section3 {
  display: none;
}

@media only screen and (max-width: 600px) {
  .two-column-section {
    width: 100%;
    display: inline-block;
    gap: 0px;
  }

  .two-column-section .et_pb_column {
    width: 100%;
  }
}

#chat-floater {
  display: block;
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: #fff;
  border-radius: 30px;
  padding: 15px;
  z-index: 99999999999999999;
}
#chat-floater a {
  color: #191919;
  &:hover {
    color: #93784d;
  }
}
.mobile-menu-block h4,
.mobile-menu-block h3 {
  background-color: #191919 !important;
}
.mobile-menu-inner .clearfix {
  background-color: #191919 !important;
}
.mobile-menu-block ul li a:hover,
.mobile-menu-block ul li a:focus,
.mobile-menu-block ul li.current-menu-item > a {
  background-color: #191919 !important;
  color: #93784d;
}

.conditions-slider .slick-track {
  background-color: #191919 !important;
}
.et_pb_section,
.page-content .et_pb_section_1.et_pb_section {
  background-color: #191919 !important;
}
.page-content .et_pb_section_2.et_pb_section {
  /* background-color: #505050 !important; */
}
.et_pb_section strong {
  color: #b2782b;
}

/* 05-11-2025 */

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: unset;
}
.banner-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.4;
}
.page-template-tpl_treatments .entry-content p,
.page-template-tpl_treatments .et_pb_button_module_wrapper {
  text-align: center !important;
}
.et_pb_row {
  width: 100%;
  max-width: unset;
}
.contact-form .wpcf7-spinner {
  left: 100%;
  margin-left: 10px;
  position: absolute;
  top: 15px;
}
.contact-col-left .contact-form .input-group > p {
  margin-bottom: 0px;
}
/* banner btn */
/* .homeslider .caption .caption-inner .btn.wow {
  color: #505050;
  border-color: #505050;
  background-color: transparent;
} */
.wpcf7-form-control-wrap input,
textarea,
select {
  padding: 5px 12px;
}
/* btn */
.button,
.btn,
.et_pb_button {
  line-height: normal !important;
  padding: 10px 30px !important;
}
.et_pb_button:hover,
.et_pb_module .et_pb_button:hover {
  padding: 10px 30px !important;
}
.et_pb_button:after,
.et_pb_button:before {
  content: none;
}
/* section padding */
.page-template-tpl_treatments .page-content .et_pb_section {
  padding: 54px 0px;
}
/* left right box */
.page-template.page-template-tpl_internel-templates-page .et_pb_with_background {
  background-color: #505050 !important;
}
.page-template-tpl_internel-templates-page .two-column-section .infobox-content:after {
  background: #191919;
}
.page-template-tpl_treatments .page-content .et_pb_section p {
  margin: 0px;
}
/* contact */
.contact-form .input-group.btn-box .btn {
  padding: 0px !important;
}
.contact-form .wpcf7 form.invalid .wpcf7-response-output {
  color: #fff !important;
}

.entry-content ul li {
  list-style-image: url(../images/list-icon.png);
  filter: brightness(0) invert(1);
}
.two-column-section .infobox-content:after {
  background: #191919;
}
.single-post #main-content {
  background: #191919;
}
.single-post #main-content .container:before {
  content: none;
}
.single-post #sidebar .widgettitle {
  color: #191919;
}
/* Category filter sidebar */
#main-content {
  background-color: unset;
}
#main-content .container:before {
  content: none;
}
#sidebar .widgettitle {
  color: #505050;
}
#sidebar .widget_nav_menu ul li:last-child a {
  border-bottom: 0px;
}
.et_pb_widget ol li,
.et_pb_widget ul li {
  margin: 0px !important;
}
#left-area .post-meta a {
  color: #93784d !important;
}
.page-content .et_pb_section_2.et_pb_section.et_section_regular {
  background-color: #191919;
}
.nextpatient-provider-table .nextpatient-provider {
  background-color: transparent;
}
.middle-section .page-content .et_pb_section .et_pb_text_inner .aligncenter {
  margin-inline: unset;
}
/* footer form */
.footer .contact-col-left .contact-form {
  background-color: #222 !important;
}
.blog-detail-left .next-prev-btns .btn a {
  color: #fff !important;
}
.blog-detail-left .commentlist span.fn,
.blog-detail-left .commentlist span.comment_date {
  color: #fff;
}
.blog-detail-left .commentlist article.comment-body {
  padding-left: 0px;
  padding-right: 200px;
}

.blog-detail-page #sidebar .widget_search {
  float: initial;
}
/* social icons */
.fa {
  font-family: FontAwesome;
  font-weight: 100;
}
/* footer  */
#chat-floater .fa {
  font-weight: 900 !important;
}
.et_pb_post .post__img,
.blog-detail-left .blog-imgbox,
.et_pb_image_wrap {
  position: relative;
}

.et_pb_post .post__img::after,
.blog-detail-left .blog-imgbox::after,
.et_pb_image_wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.4;
  height: 100%;
  width: 100%;
}
.imgbox {
  transition: none !important;
}
/* .resp-tab-active .imgbox img,
.section3 .slick-track .imgbox img {
  filter: brightness(0.6);
} */
.imgbox img {
  filter: brightness(0.6);
}
.imgbox::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.4;
  transition: none !important;
}

/* .imgbox::after {
  content: unset;
} */
.gallery-page-content .whitebg-title .page-title h1 {
  color: #fff !important;
}
#commentform input[type="email"],
#commentform input[type="text"],
#commentform input[type="url"],
#commentform textarea {
  width: 100% !important;
  color: #000;
}
.blog-detail-left .comment .children {
  margin-left: 0px;
}
.nextpatient-provider-table .nextpatient-provider {
  background-color: #505050 !important;
  color: #fff !important;
}
.banner-text--img {
  filter: brightness(0.7);
}
.card-section .book-now-button:hover {
  color: #b2782b !important;
}
.ays-pb-modals .ays-pb-modal-image-type-img .ays_content_box {
  display: block;
}
.ays-pb-modals .ays-pb-modal-image-type-img .ays_content_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 11-11-2025 */
.HomeSlick li::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.4;
}
.nextpatient-schedule-next-available-day:hover,
.nextpatient-schedule-phone-link:hover {
  color: #93784d !important;
}

@media (max-width: 980px) {
  .page-content .et_pb_section.et_section_regular .et_pb_row {
    padding: 0px 0;
  }
  
  .page-content .et_pb_section.et_section_regular .et_pb_column {
    padding-bottom: 0px;
    margin-bottom: 10px;
  }
  .page-content .et_builder_inner_content .et_pb_section.et_section_regular {
    padding: 40px 10px 17px 10px;
  }
  .botox-on-demand__section {
    background-color: #191919;
  }
  .samedayatbrockville-section {
    background-color: #191919 !important;
  }
  .samedayatbrockville-section .nextpatient-criteria-label {
    color: #fff;
  }
  .et_pb_code_0 {
    margin: 0px auto 50px !important;
  }
}
@media (max-width: 1350px) {
  .page-template-tpl_treatments .page-content .et_pb_section,
  .page-template-tpl_treatments .page-content .et_pb_section .et_pb_row {
    padding: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .blog-detail-left {
    background: #191919;
  }
  .blog-detail-left .commentlist article.comment-body {
    padding-right: 0px;
  }
  .footer-right {
    max-width: unset !important;
  }
  /* home banner */
  .HomeSlick .banner-bottom {
    bottom: 40px !important;
  }
  .page-content .et_builder_inner_content .et_pb_section.et_section_regular {
    padding: 40px 0px 17px 0px;
  }
  .page-template-tpl_internel-templates-page .page-content .et_builder_inner_content .et_pb_section.et_section_regular {
    padding: 40px 15px 17px 15px !important;
  }

}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
/* 10-11-2025 */
.section3 .section3-inner.clearfix {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.section3 .right .slider-for {
  height: 100%;
}

.section3 .right .slider-for .slick-list {
  height: 100% !important;
}

.section3 .right .slider-for .slick-list .slick-track {
  display: flex;
  align-items: stretch;
  height: 100%;
}
.section3 .left .slider-nav .slick-list .slick-track{
  display: flex;
} 
.section3 .right .slider-for .imgbox {
  height: 100% !important;
}

.horizontal-gift-card-logo .et_pb_image_wrap::after{
  display: none;
}

@media (max-width: 767px) {
  .section3 .right .slider-for .slick-slide .imgbox {
    aspect-ratio: 4/3;
  }

  .section3 .right .slider-for .slick-slide .imgbox > img {
    height: 100%;
  }
}
@media(max-width:1100px){
  .footer-nav{
    margin-bottom: 30px !important;
      }
  .footer-right.pull-right{
    justify-self: center;
    float: unset !important;
  }
  .footer-nav.pull-left{
float: unset;
}
.footer .footer-nav{
  max-width: unset;
}
}