body {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  color: #333;
  min-height: 546px;
  overflow-x: hidden;
  font-weight: 400;
}
@font-face {
  font-family: Poppins;
  src: url(../fonts/Poppins-Regular.otf);
}
@font-face {
  font-family: GreatVibes-Regular;
  src: url(../fonts/GreatVibes-Regular.ttf);
}
a {
  color: #3b0913;
  text-decoration: none;
}
p {
  padding: 0 0 12px 0;
  margin: 0;
  line-height: 28px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: justify;
  font-weight: 400;
}
@font-face {
  font-family: "Great Vibes";
  font-style: normal;
  font-weight: 400;
  src: local("Great Vibes"), local("GreatVibes-Regular"),
    url(../fonts/greatvibes.html) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
img {
  border: 0;
}
li,
ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.clear {
  clear: both;
}
.responsive-img {
  width: 100%;
  height: auto;
}
#myModalenquiry {
  background: rgba(0, 0, 0, 0.6);
}
.bareacont {
  overflow: hidden;
}
li,
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.pleft {
  padding-left: 0 !important;
}
.pright {
  padding-right: 0 !important;
}
ol li {
  list-style: decimal;
  color: #333;
  font-size: 13px;
  line-height: 25px;
  text-align: end;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 37px;
  right: 37px;
  overflow: hidden;
  width: 48px;
  height: 48px;
  border: 0;
  text-indent: 100%;
  background: url(../images/ui.totop.png) no-repeat left top;
  z-index: 70;
}
#toTopHover {
  background: url(../images/ui.totop.png) no-repeat left -48px;
  width: 48px;
  height: 48px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  -moz-opacity: 0;
}
#toTop:active,
#toTop:focus {
  outline: 0;
}
.slider8 .slick-prev {
  right: 60px;
  z-index: 50;
  top: 0;
  width: 35px !important;
  height: 35px !important;
  display: block !important;
  background: url(../images/arrow-right1.png) left top no-repeat !important;
}
.slider8 .slick-next {
  right: 4px;
  z-index: 50;
  top: 0;
  width: 47px !important;
  height: 47px !important;
  display: block !important;
  background: url(../images/arrow-left1.png) left top no-repeat !important;
}
.other::before {
  content: "";
  border-width: 80px 1700px 0 0;
  border-style: solid;
  border-color: #fff transparent transparent;
  position: absolute;
  margin: -2px 0 0 -55px;
  transition: 0.5s;
  top: 0;
  z-index: 500;
  color: #fff;
}
.nav_menutop {
  float: right;
  margin-right: 5px;
  margin-top: 0;
}
.nav_menutop > ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
.nav_menutop > ul > li {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  font-weight: 500;
  margin-right: 4px;
  position: relative;
  line-height: 64px;
  float: left;
}
.nav_menutop > ul > li i {
  float: right;
  margin-top: 8px;
}
.nav_menutop > ul > li > a {
  color: #434343;
  font-weight: 400;
  padding: 5px 6px;
  font-size: 16px;
  font-family: Poppins, sans-serif;
}
.nav_menutop > ul > li:hover > a {
  color: #3b0913;
  border-bottom: 7px solid #c79960;
  padding-bottom: 13px;
}
.nav_menutop > ul > li > .active {
  color: #3b0913;
  border-bottom: 7px solid #c79960;
  padding-bottom: 13px;
}
.nav_menutop > ul > li > ul {
  display: none;
  position: absolute;
  left: -1px;
  top: 64px;
  background: #deb074;
  width: 300px;
  padding: 20px;
  z-index: 9;
  display: inline-block;
  vertical-align: top;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in;
  transform: translateY(50px);
}
.nav_menutop > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.nav_menutop > ul > li > ul > li {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 0;
  width: 100%;
  line-height: 25px;
  border-bottom: 1px solid #956c36;
  transition: 0.5s;
  transition: 0.5s;
}
.nav_menutop > ul > li > ul > li:hover {
  color: #fff;
  background: #4c0916 !important;
  transition: 0.5s;
}
.nav_menutop > ul > li > ul > li:before {
  background: #4747af !important;
  color: #fff !important;
}
.nav_menutop > ul > li > ul > li:last-child {
  border-bottom: 0;
}
.nav_menutop > ul > li > ul > li:hover {
  padding-left: 0;
}
.nav_menutop > ul > li > ul > li a {
  color: #000;
  transition: 0.5s;
  font-family: "Open Sans", sans-serif;
  display: block;
}
.nav_menutop > ul > li > ul > li:hover > a {
  color: #fff;
  padding-left: 15px;
  transition: 0.5s;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-fill-mode: both;
  z-index: 460;
  padding-bottom: 0;
  background: #fff;
}
.smalllogo {
  width: 0;
}
.sticky .nav_menutop > ul > li > a {
  color: #000;
}
.sticky .nav_menutop {
  margin-top: 0;
}
.sticky .homebt {
  margin: 14px 0 0;
}
.sticky .logtop {
  top: -3px;
}
.sticky .logo {
  margin-top: 0;
}
.logo {
  float: left;
  margin-top: 5px;
  margin-bottom: 9px;
  width: 163px;
  position: absolute;
  left: 0;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.signbt {
  font-size: 14px;
  color: #252525;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  text-decoration: none;
  margin: 0 25px 0 0;
  padding: 0;
  float: right;
}
.signbt:hover {
  color: #4747af;
}
.signbt img {
  margin-right: 4px;
}
.sociali {
  float: right;
  margin: 0 0 0 2px;
}
.topspace {
  width: 100%;
  height: 10px;
}
.topar {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: right;
}
.socialar {
  float: right;
  margin: 0 20px 0 0;
}
.marblue {
  padding: 0;
  min-height: 64px;
  background: #fff;
}
.homebt {
  border: 2px solid #f04686;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  float: right;
  padding: 0;
  margin: 21px 0 0;
  text-align: center;
}
.homebt a {
  color: #f04686;
  margin-top: 7px;
  font-size: 18px;
}
.logtop {
  position: relative;
  top: -7px;
  width: 100%;
}
.slider1 .slick-dots {
  bottom: 0;
  z-index: 500;
}
.slider1 .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #4d0b18;
}
.slider1 .slick-dots li button::before {
  font-size: 11px;
  color: #c7d8db;
}
.slider1 .slick-dots li:hover button::before {
  color: #4d0b18;
}
.slider1 .slick-dots li {
  margin: 0 3px;
}
.slider1 {
  margin-bottom: 0 !important;
}
.slider1 .slick-prev {
  right: 60px;
  z-index: 50;
  top: 93.8%;
  width: 47px !important;
  height: 47px !important;
  display: none !important;
  background: url(../images/arrow-right1.png) left top no-repeat !important;
}
.slider1 .slick-prev:hover {
  opacity: 0.7;
}
.slider1 .slick-next:hover {
  opacity: 0.7;
}
.slider1 .slick-next {
  right: 6px;
  z-index: 50;
  top: 93.8%;
  width: 47px !important;
  height: 47px !important;
  display: none !important;
  background: url(../images/arrow-left1.png) left top no-repeat !important;
}
.slider1 .slick-slide img {
  max-height: 540px;
  min-height: 170px;
}
.slider2 .slick-dots {
  bottom: 0;
  z-index: 500;
}
.slider2 .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #6f4286;
}
.slider2 .slick-dots li button::before {
  font-size: 11px;
  color: #c7d8db;
}
.slider2 .slick-dots li:hover button::before {
  color: #6f4286;
}
.slider2 .slick-dots li {
  margin: 0 3px;
}
.slider2 {
  margin-bottom: 0 !important;
}
.slider2 .slick-prev {
  right: 60px;
  z-index: 50;
  top: 93.8%;
  width: 47px !important;
  height: 47px !important;
  display: none !important;
  background: url(../images/arrow-right1.png) left top no-repeat !important;
}
.slider2 .slick-prev:hover {
  opacity: 0.7;
}
.slider2 .slick-next:hover {
  opacity: 0.7;
}
.slider2 .slick-next {
  right: 6px;
  z-index: 50;
  top: 93.8%;
  width: 47px !important;
  height: 47px !important;
  display: none !important;
  background: url(../images/arrow-left1.png) left top no-repeat !important;
}
.slider3 {
  margin-top: 40px;
}
.slider3 .slick-dots {
  bottom: 0;
  z-index: 500;
}
.slider3 .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #6f4286;
}
.slider3 .slick-dots li button::before {
  font-size: 11px;
  color: #c7d8db;
}
.slider3 .slick-dots li:hover button::before {
  color: #6f4286;
}
.slider3 .slick-dots li {
  margin: 0 3px;
}
.slider3 {
  margin-bottom: 0 !important;
}
.slider3 .slick-prev {
  left: 15px;
  z-index: 50;
  top: 23.8%;
  width: 39px !important;
  height: 67px !important;
  display: block !important;
  background: url(../images/arrow-right1.png) left top no-repeat !important;
}
.slider3 .slick-prev:hover {
  opacity: 0.7;
}
.slider3 .slick-next:hover {
  opacity: 0.7;
}
.slider3 .slick-next {
  right: 15px;
  z-index: 50;
  top: 23.8%;
  width: 39px !important;
  height: 67px !important;
  background: url(../images/arrow-left1.png) left top no-repeat !important;
}
.slider4 {
  margin-top: 35px;
}
.slider4 .slick-dots {
  bottom: 0;
  z-index: 500;
}
.slider4 .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #6f4286;
}
.slider4 .slick-dots li button::before {
  font-size: 11px;
  color: #c7d8db;
}
.slider4 .slick-dots li:hover button::before {
  color: #6f4286;
}
.slider4 .slick-dots li {
  margin: 0 3px;
}
.slider4 {
  margin-bottom: 0 !important;
}

.slider4 .slick-prev:hover {
  opacity: 0.7;
}
.slider4 .slick-next:hover {
  opacity: 0.7;
}
.slider5 {
  margin-top: 30px;
}
.slider5 .slick-dots {
  bottom: 0;
  z-index: 500;
}
.slider5 .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #6f4286;
}
.slider5 .slick-dots li button::before {
  font-size: 11px;
  color: #c7d8db;
}
.slider5 .slick-dots li:hover button::before {
  color: #6f4286;
}
.slider5 .slick-dots li {
  margin: 0 3px;
}
.slider5 {
  margin-bottom: 0 !important;
}
.slider5 .slick-prev {
  left: 45%;
  z-index: 50;
  top: 107%;
  width: 46px !important;
  height: 45px !important;
  display: block !important;
  background: url(../images/arrow-right01.png) left top no-repeat !important;
}
.slider5 .slick-prev:hover {
  opacity: 0.7;
}
.slider5 .slick-next:hover {
  opacity: 0.7;
}
.slider5 .slick-next {
  right: 45%;
  z-index: 50;
  top: 107%;
  width: 46px !important;
  height: 45px !important;
  background: url(../images/arrow-left01.png) left top no-repeat !important;
}
.slider6 .slick-dots {
  bottom: 0;
  z-index: 500;
}
.slider6 .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #6f4286;
}
.slider6 .slick-dots li button::before {
  font-size: 11px;
  color: #c7d8db;
}
.slider6 .slick-dots li:hover button::before {
  color: #6f4286;
}
.slider6 .slick-dots li {
  margin: 0 3px;
}
.slider6 {
  margin-bottom: 0 !important;
}
.slider6 .slick-prev {
  right: 60px;
  z-index: 50;
  top: 93.8%;
  width: 47px !important;
  height: 47px !important;
  display: none !important;
  background: url(../images/arrow-right1.png) left top no-repeat !important;
}
.slider6 .slick-prev:hover {
  opacity: 0.7;
}
.slider6 .slick-next:hover {
  opacity: 0.7;
}
.slider6 .slick-next {
  right: 6px;
  z-index: 50;
  top: 93.8%;
  width: 47px !important;
  height: 47px !important;
  display: none !important;
  background: url(../images/arrow-left1.png) left top no-repeat !important;
}
.skintr h1 {
  color: #fff;
}
.skintr p {
  color: #fff;
  text-align: center;
  margin-top: -10px;
}
.call01 {
  font-size: 17px;
  font-weight: 600;
  padding: 0;
  margin: 14px 40px 0 0;
  color: #deb074;
  float: right;
  font-family: "Open Sans", sans-serif;
}
.call01 i {
  color: #030;
  font-size: 18px;
  margin-right: 5px;
  color: #deb074;
}
.call01 a {
  color: #000;
}
.call01 a:hover {
  color: #683d7f;
}
.call01 img {
  margin: 0 5px 0 0;
}
.indflag {
  margin: 26px 0 0;
  float: right;
}
.otherlinkar {
  background-color: #fffbf4;
  border-bottom: 1px solid #c9c5d2;
  padding: 8px 0;
  margin: 0;
}
.otherlink {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
.otherlink li {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 65px 0 0;
  display: inline-block;
  float: left;
}
.otherlink li a {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  color: #525a68;
  font-size: 17px;
  text-decoration: none;
  font-weight: 400;
}
.otherlink li a:hover {
  color: #000;
}
.otherlink li a img {
  margin: 0 7px 0 0;
}
.enquiryarea {
  float: right;
  position: relative;
  z-index: 5000;
  height: 355px;
  padding: 0;
  margin-top: -502px;
}
.enhead {
  width: auto;
  height: 62px;
  background: url(../images/formhead.html) center top/100% 100% no-repeat;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  font-family: Poppins, sans-serif;
  line-height: 49px;
}
.eninner {
  background-color: #6f4286;
  padding: 18px 25px;
  margin: 0;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 23px;
}
.eninner label {
  font-weight: 400;
}
.enhead1 {
  font-size: 21px;
  font-weight: 400;
  font-family: Poppins, sans-serif;
  padding: 0;
  margin: 0;
}
.eninput {
  width: 100%;
  height: 40px;
  background-color: #fff;
  border: 0;
  color: #8e8181;
  font-size: 14px;
  padding-left: 15px;
  margin: 9px 0 0;
  float: left;
}
.eninputmin1 {
  width: 17%;
  height: 40px;
  background-color: #fff;
  border: 0;
  color: #8e8181;
  font-size: 14px;
  margin: 9px 3% 0 0;
  float: left;
  text-align: center;
}
.eninputmin2 {
  width: 80%;
  height: 40px;
  background-color: #fff;
  border: 0;
  color: #8e8181;
  font-size: 14px;
  padding-left: 15px;
  margin: 9px 0 0;
  float: left;
}
.entextar {
  width: 100%;
  height: 85px;
  background-color: #fff;
  border: 0;
  color: #8e8181;
  font-size: 14px;
  padding-left: 15px;
  padding-top: 8px;
  margin: 9px 0 0;
  float: left;
}
.prar {
  font-size: 15px;
  text-align: left;
  padding: 7px 0 4px;
  margin: 0;
  font-weight: 400;
  float: left;
  width: 100%;
}
.inputrd {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: #fff;
  transition: 0.2s all linear;
  outline: 0;
  margin-right: 8px !important;
  position: relative;
  top: 4px;
}
.inputrd:checked {
  background: #e5a000 url(../images/righti.png) 2px 3px no-repeat;
}
.inputrd2 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: #b4b4b4;
  transition: 0.2s all linear;
  outline: 0;
  margin-right: 8px !important;
  position: relative;
  top: 4px;
}
.inputrd2:checked {
  background: #e5a000 url(../images/righti.png) 2px 3px no-repeat;
}
.bookbt {
  font-size: 22px;
  text-align: center;
  width: 100%;
  border: 2px solid #fff;
  color: #fff;
  background-color: #e0930a;
  padding: 10px 0;
  margin: 0;
  text-decoration: none;
  float: left;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 5px;
  font-family: Poppins, sans-serif;
  color: #fff;
}
.bookbt:before {
  background-color: #000 !important;
}
.offerarea {
  background-color: #c89b61;
  padding: 18px 0;
  margin-top: -6px;
}
.offerhead {
  font-size: 26px;
  font-weight: 600;
  padding: 0;
  float: left;
  margin: 5px 0 0;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}
.viewbt {
  color: #333;
  font-size: 18px;
  padding: 6px 30px;
  margin: 0;
  text-decoration: none;
  float: right;
  background-color: #fff;
  border: 0;
}
.viewbt:hover {
  color: #000;
}
.greyarea {
  background: #fff2e3 url(../images/bgrepeat.jpg) repeat;
  padding: 50px 0 70px;
  margin: 0;
}
h1,
.sec_title h2 {
  color: #000;
  padding: 0 0 15px;
  margin: 0;
  font-size: 55px;
  font-family: "Great Vibes", cursive;
  text-align: center;
  font-weight: 300;
}
h1 span,
.sec_title h2 span {
  color: #3b0913;
}
h2 {
  color: #000;
  padding: 0 0 18px;
  margin: 0;
  font-size: 30px;
  text-align: left;
  font-weight: 300;
}
h2 span {
  color: #3b0913;
  font-weight: 400;
}
.yl {
  color: #e0930a;
  text-decoration: none;
}
.yl:hover {
  color: #4c0916;
}
.postimgbox {
  width: 100%;
  height: 270px;
  overflow: hidden;
}
.postimgbox img {
  width: 100%;
  min-height: 270px;
  padding: 0;
  margin: 0;
  transition: 0.5s;
}
.postar:hover .postimgbox img {
  transform: scale(1.2);
  transition: 0.5s;
}
.postinner {
  background-color: #fff;
  padding: 26px 26px 17px;
  margin: 0;
  color: #6a7482;
  text-align: center;
}
.postinner h2,
.postinner h3 {
  margin: 0;
  color: #393e45;
  font-size: 22px;
  font-weight: 600;
  padding: 0 0 15px;
  border-bottom: 1px dashed #dfd9cf;
  margin-bottom: 15px;
  text-align: center;
  text-transform: none;
}
.postinner p {
  font-size: 15px;
  line-height: 27px;
  color: #6a7482;
  text-align: center;
}
.postread1 {
  color: #c79960;
  font-weight: 600;
  display: table;
  padding: 0;
  margin: 0;
  text-decoration: none;
  left: 0;
  right: 0;
  margin: 15px auto 0;
  border: 1px solid;
  padding: 2px 19px;
  border-radius: 27px;
}
.postread1:hover {
  color: #fff;
}
.postread2 {
  color: #8b50aa;
  font-weight: 400;
  display: table;
  padding: 0;
  margin: 0;
  text-decoration: none;
  text-decoration: underline;
  left: 0;
  right: 0;
  margin: 12px auto 0;
}
.postread2:hover {
  color: #333;
}
.postread3 {
  color: #3bbcda;
  font-weight: 400;
  display: table;
  padding: 0;
  margin: 0;
  text-decoration: none;
  text-decoration: underline;
  left: 0;
  right: 0;
  margin: 12px auto 0;
}
.postread3:hover {
  color: #333;
}
.aboskinbg {
  height: auto;
  background: #440915 url(../images/swirl1.png) right bottom/auto 100% no-repeat;
}
.aboutskin {
  padding: 75px 63px 0 65px;
  margin: 0;
  height: auto;
}
.aboutskin h1,
.aboutskin1 h2 {
  color: #fff !important;
  font-weight: 500 !important;
  font-size: 48px;
  padding: 0 0 18px;
  margin: 0;
}
.aboutskin p,
.aboutskin p a {
  color: #fff;
}
.aboutskin p a {
  font-weight: 700;
}
.aboutskin h1 span,
.aboutskin1 h2 span {
  color: #c89b61;
}
.doctorimg {
  width: 100%;
}
.postar:hover .postinner {
  background: #440915 url(../images/swirl1.png) right bottom/auto 100% no-repeat;
  color: #fff;
}
.postar:hover h2,
.postar:hover h3 {
  color: #fff;
  border-bottom: 1px dashed #c79960;
}
.postar:hover p {
  color: #fff;
}
.whitearea {
  padding: 65px 0;
  margin: 0;
  height: auto;
  background: url(../images/swirl2.png) left top no-repeat;
}
.ctpbox {
  background-color: #fff;
  margin-top: 70px;
  height: 150px;
  border: 3px solid #d9b371;
}
.ctpbox:hover {
  border: 3px solid #440915;
}
.ctpbox2 {
  background-color: #fff;
  margin-top: 15px;
  height: auto;
  padding: 20px;
  margin-bottom: 30px;
  border: 3px solid #d9b371;
}
.ctpbox2:hover {
  border: 3px solid #440915;
}
.ctpbox2 teamimg {
  transition: 0.5s;
}
.ctpbox2:hover .teamimg {
  transition: 0.5s;
  transform: rotate(360deg);
}
.ctpbox2 .texti {
  padding-top: 15px;
  padding-bottom: 0;
  font-size: 19px;
  width: 100%;
  text-align: center;
}
.ctpbox .texti {
  padding-top: 96px;
  font-size: 19px;
  width: 100%;
  text-align: center;
}
.ctpcount {
  width: 111px;
  height: 111px;
  padding: 0;
  margin: -40px auto 0;
  display: table;
  border: 3px solid #d9b371;
  color: #000;
  font-weight: 600;
  text-align: center;
  line-height: 111px;
  background-color: #d9b371;
  border-radius: 50%;
  position: absolute;
  font-size: 48px;
  left: 0;
  right: 0;
}
.skintreat {
  background: url(../images/testbg.jpg) center top no-repeat fixed;
  background-size: cover;
  padding: 95px 0;
  margin: 0;
}
.post2box {
  text-align: center;
  padding: 22px 20px 22px 0;
  background-color: #fff;
  color: #2a2a2a;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 25px;
  border: 1px solid #ccc;
}
.post2box:hover .repostt {
  color: #fff !important;
}
.post2box:hover {
  background-color: #3b0913;
  color: #fff;
}
.post2imgbox {
  width: 138px;
  height: 141px;
  padding: 0;
  margin: 0 20px 0 22px;
  overflow: hidden;
  float: left;
}
.post2imgbox img {
  width: 100%;
  height: auto;
}
.post3imgbox {
  width: 100%;
  height: 140px;
  padding: 0;
  margin: 0 0 23px;
  overflow: hidden;
}
.post3imgbox img {
  width: 100%;
  min-height: 140px;
}
.post2bt {
  background-color: #c79960;
  color: #f8f2fc;
  font-size: 13px;
  text-align: center;
  padding: 2px 25px;
  border-radius: 4px;
  text-decoration: none;
  display: table;
  left: 0;
  right: 0;
  margin: 15px 0 0;
}
.post2bt1 {
  background-color: #c79960;
  color: #f8f2fc;
  font-size: 13px;
  text-align: center;
  padding: 2px 25px;
  border-radius: 4px;
  text-decoration: none;
  display: block;
  left: 0;
  right: 0;
  margin: 15px 0 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.post2bt:hover {
  background-color: #fff;
  color: #72448d;
  font-weight: 600;
}
.post2bt1:hover {
  background-color: #fff;
  color: #72448d;
  font-weight: 600;
}
.space01 {
  width: 100%;
  height: 25px;
}
.space02 {
  width: 100%;
  height: 40px;
}
.space1 {
  width: 100%;
  height: 8px;
}
.blogbg {
  background: url(../images/blogbg.jpg) center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 105px;
  margin: 0;
}
.blogbg h1 {
  color: #fff;
}
.blogbg span {
  color: #c89b61;
}
.blogbox {
  border: 5px solid #fff;
  padding: 0;
  margin: 0;
  height: 323px;
  overflow: hidden;
  background-color: #e59509;
}
.blogbox img {
  width: 100%;
  min-height: 323px;
  transition: 0.5s;
}
.blogbox:hover img {
  opacity: 0.5;
  transition: 0.5s;
}
.bloghead {
  background-color: #fff;
  font-size: 19px;
  font-weight: 600;
  padding: 15px 24px;
  margin: 0 0 20px;
  color: #430915;
  display: block;
  font-weight: 500;
}
.blogbg p {
  color: #fff;
}
.blogdate {
  width: 120px;
  text-align: center;
  padding: 14px 0 0;
  background-color: #fff;
  margin: 0;
  position: absolute;
  z-index: 50;
  font-size: 17px;
  color: #909090;
}
.blogdate span {
  color: #5a5a5a;
  font-size: 26px;
}
.blogcom {
  background-color: #b38b43;
  margin-top: 15px;
  padding: 5px 0;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 25px;
}
.blogcom img {
  margin: 0 5px 0 0;
  padding: 0;
  display: inline !important;
}
.card {
  margin-top: 20px;
  padding: 30px;
  background-color: rgba(214, 224, 226, 0.2);
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.card.hovercard {
  position: relative;
  padding-top: 0;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 1);
}
.card.hovercard .card-background {
  height: 130px;
}
.card-background img {
  -webkit-filter: blur(25px);
  -moz-filter: blur(25px);
  -o-filter: blur(25px);
  -ms-filter: blur(25px);
  filter: blur(25px);
  margin-left: -100px;
  margin-top: -200px;
  min-width: 130%;
}
.card.hovercard .useravatar {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
}
.card.hovercard .useravatar img {
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.5);
}
.card.hovercard .card-info {
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
}
.card.hovercard .card-info .card-title {
  padding: 0 5px;
  font-size: 20px;
  line-height: 1;
  color: #262626;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.card.hovercard .card-info {
  overflow: hidden;
  font-size: 12px;
  line-height: 20px;
  color: #737373;
  text-overflow: ellipsis;
}
.card.hovercard .bottom {
  padding: 0 20px;
  margin-bottom: 17px;
}
.btn-pref .btn {
  -webkit-border-radius: 0 !important;
}
.btn-primary {
  color: #fff !important;
  background-color: #72448d !important;
  border-color: #72448d !important;
  font-size: 22px;
  height: 45px;
}
.btn-default {
  height: 45px;
  font-size: 22px;
}
.contentar {
  background-color: #fff;
  padding: 40px 0 0;
  border: 0;
}
.fcontb {
  margin-bottom: 45px;
  line-height: 24px;
}
.fconti {
  float: left;
  margin: 0 25px 0 0;
  padding: 0;
}
.pur {
  color: #4c0a17;
}
.purarea {
  background-color: #c69862;
  padding: 0;
  margin: 0;
}
.purleft {
  padding-top: 28px;
  padding-bottom: 28px;
  font-size: 27px;
  color: #fff;
  font-weight: 600;
}
.bookappoint {
  color: #fff;
  font-size: 23px;
  margin: 0;
  height: 85px;
  padding: 0;
  text-decoration: none;
  display: block;
}
.bookappoint a {
  color: #4c0916;
  float: left;
  border-bottom: 1px solid #986a17;
  border-top: 1px solid #986a17;
  margin-top: 18px;
  margin-left: 0;
  float: right;
  padding: 10px 0;
}
.bookappoint a:hover {
  color: #000;
}
.counter {
  background-color: #f5f5f5;
  padding: 20px 0;
  border-radius: 5px;
}
.count-title {
  font-size: 37px;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}
.count-text {
  font-size: 13px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}
footer {
  background-color: #3b0913;
  color: #e8e8e8;
  font-size: 14px;
  padding: 60px 0 50px;
  margin: 0;
}
h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  padding: 0 0 18px;
  margin: 0;
  text-transform: uppercase;
}
.newsinput {
  width: 100%;
  border: 2px solid #fff;
  color: #7d7d7d;
  font-size: 13px;
  padding: 0 0 0 12px;
  margin: 0 0 10px;
  background: 0;
  height: 45px;
}
.newsbt {
  color: #c58c27;
  font-size: 21px;
  color: #c58c27;
  padding: 7px 0 43px;
  margin: 0;
  border: 0;
  border-bottom: 2px solid #c58c27;
  background: 0;
  height: 35px;
  width: 100%;
  display: block;
  transition: 0.5s;
}
.newsbt:hover {
  color: #999;
  border-bottom: 2px solid #999;
  transition: 0.5s;
}
.foolink {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}
.foolink li {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}
.foolink li a {
  color: #e8e8e8;
  font-size: 14px;
  line-height: 31px;
  transition: 0.5s;
  padding-left: 9px;
}
.foolink li a:hover {
  color: #c58c27;
  padding-left: 15px;
  transition: 0.5s;
}
.foolink li a:hover i {
  color: #000 !important;
}
.timear {
  border: 2px solid #fff;
  padding: 16px 19px;
  margin-top: 22px !important;
}
.timet tr {
  height: 20px !important;
}
.timet tr td {
  height: 20px !important;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
}
.foobarea {
  border-top: 1px solid #c89b61;
  border-bottom: 1px solid #c89b61;
  padding: 0;
  margin: 52px 0 0;
  line-height: 55px;
  color: #deb2ba;
  font-size: 14px;
}
.foobarea a {
  color: #fff;
  font-size: 12px;
}
.foobarea a:hover {
  color: #c89b61;
}
.fsociali {
  color: #7f7f7f !important;
  background: 0;
  height: 55px;
  line-height: 55px;
  padding: 0 15px;
  float: right;
}
.fsociali i {
  color: #deb2ba !important;
  background: 0;
  height: 55px;
  line-height: 55px;
  font-size: 25px;
}
.fsociali:hover i {
  color: #c89b61 !important;
}
.did {
  color: #fff;
  padding: 0 15px;
}
.ien {
  background-color: #58316e;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 13px 0;
  margin: 0;
  font-weight: 300;
}
.ienar {
  background-color: #ededed;
  padding: 15px;
  margin: 0 0 30px;
}
.ienhead {
  color: #633979;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 3px;
}
.ad {
  margin: 0 0 25px;
}
.innerimg {
  width: 100%;
  max-width: 405px;
  height: auto;
  padding: 0;
  margin: 0 0 0 40px;
  float: right;
}
.list1 {
  width: auto;
  height: auto;
  padding: 0;
  margin: 15px 0 25px;
}
.list1 li {
  width: auto;
  height: auto;
  padding: 0 0 0 25px;
  margin: 0;
  color: #4d4f52;
  font-size: 17px;
  line-height: 36px;
  background: url(../images/righticon.jpg) 0 10px no-repeat;
}
.shead {
  background-color: #e0930a;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 20px;
  margin: 17px 0 0;
  text-align: center;
}
.entextar02 {
  width: 100%;
  height: 138px;
  background-color: #fff;
  border: 0;
  color: #8e8181;
  font-size: 14px;
  padding-left: 15px;
  padding-top: 8px;
  margin: 9px 0 0;
  float: left;
}
.relatedar {
  background-color: #603977;
  color: #fff;
  padding: 35px 5px 40px 20px;
  margin: 0;
}
.relatedar h1 {
  color: #fff;
}
.repostt {
  color: #2a2a2a;
  font-size: 14px;
  line-height: 21px;
  padding: 0 15px;
}
.innerb {
  background-color: #e59509;
  color: #fff;
  padding: 35px 0 28px;
  margin: -1px 0 5px;
  font-size: 35px;
}
.backlinks {
  width: 100%;
  height: auto;
  padding: 0;
  margin: -10px auto 15px;
  text-align: center;
}
.backlinks li {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  color: #3b0913;
  font-size: 15px;
  display: inline-block;
}
.backlinks li:after {
  content: ">";
  padding: 0 6px 0 11px;
}
.backlinks li:last-child:after {
  display: none;
}
.backlinks li a {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  color: #333;
  font-size: 15px;
}
.backlinks li a:hover {
  color: #3b0913;
  text-decoration: underline;
}
::-moz-selection {
  color: #fff;
  background: #c89b61;
}
::selection {
  color: #fff;
  background: #c89b61;
}
header {
  background-color: #ffffff;
}
.socialar {
  float: right;
  margin: 15px 0 10px;
}
.fa1 {
  padding: 4px 0;
  font-size: 15px;
  width: 35px;
  height: 35px;
  text-align: center;
  text-decoration: none;
  margin: 0;
  font-size: 19px;
  transition: 0.5s;
  background-color: #fff !important;
  color: #8f8f8f;
  display: inline-block !important;
}
.fa1:hover {
  background-color: #c79960 !important;
  color: #3b0913;
  display: inline-block !important;
}
.fa1 i {
  margin-top: 5px;
}
.ctpbox:hover .ctpcoun {
  border: 3px solid #4c0916;
  background-color: #4c0916;
  color: #fff;
}
.conti {
  font-size: 15px;
}
.slider6 .slick-dots {
  bottom: 0;
  z-index: 500;
  text-align: left;
}
.slider6 .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #4d0b18;
}
.slider6 .slick-dots li button::before {
  font-size: 11px;
  color: #c7d8db;
}
.slider6 .slick-dots li:hover button::before {
  color: #4d0b18;
}
.slider6 .slick-dots li {
  margin: 0 3px;
}
.slider6 {
  margin-bottom: 0 !important;
}
.slider6 .slick-prev {
  right: 60px;
  z-index: 50;
  top: 70%;
  width: 37px !important;
  height: 37px !important;
  display: block !important;
  background: url(../images/arrowl.png) left top no-repeat !important;
}
.slider6 .slick-prev:hover {
  opacity: 0.7;
}
.slider6 .slick-next:hover {
  opacity: 0.7;
}
.slider6 .slick-next {
  right: 15px;
  z-index: 50;
  top: 70%;
  width: 37px !important;
  height: 37px !important;
  display: block !important;
  background: url(../images/arrowr.png) left top no-repeat !important;
}
.slider1-other {
  margin-bottom: 50px !important;
  margin-top: 10px !important;
}
.blog-area-section a {
  color: #000;
}
.slider1-other h3 {
  color: #333 !important;
  padding-top: 20px;
  padding-bottom: 10px;
}
.slider1-other .slick-dots {
  bottom: -35px;
}
.innbox {
  margin-bottom: 20px;
  margin-top: 10px;
}
.fr-input {
  width: 100%;
  height: 40px;
  border: 0;
  background-color: #f5f5f5;
  padding: 0 0 0 15px;
  margin: 0 0 10px;
  color: #333;
  font-size: 14px;
}
.fr-textarea {
  width: 100%;
  height: 120px;
  border: 0;
  background-color: #f5f5f5;
  padding: 10px 0 0 15px;
  margin: 0 0 10px;
  color: #333;
  font-size: 14px;
}
.subbt {
  background-color: #3b0913 !important;
  color: #fff !important;
  text-align: center;
  padding: 5px 25px;
  float: left;
  border-radius: 45px;
  border: 0;
  width: auto !important;
}
.subbt:hover {
  background-color: #65101f;
}
.teamimg {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto;
  display: table;
}
.points {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}
.points li {
  width: auto;
  height: auto;
  padding: 0 0 0 25px;
  margin: 0;
  color: #333;
  line-height: 35px;
  background: url(../images/righticon.jpg) 0 9px no-repeat;
}
.innwp {
  padding-top: 40px;
}
.img {
  width: 100%;
  height: 250px;
  overflow: hidden;
  background-color: #63151e;
  margin-bottom: 8px;
}
.img img {
  width: 100%;
  transition: 0.5s;
  object-fit: cover;
}
.img:hover .effect-photo {
  opacity: 0.4;
}
.blog1 img {
  transition: 0.5s;
  width: 100%;
  height: 211px;
}
.blog2 img {
  width: 100%;
}
.blog1 {
  display: flex;
  padding: 20px;
  border-bottom: 1px dashed #ccc;
}
.blog3 {
  background-color: #fff;
  padding: 10px;
  height: 500px;
}
.blog1-detail {
  padding: 10px;
}
.blog1-detail p {
  color: #333;
}
.blog1-detail h2 {
  color: #333;
  font-weight: 500;
}
.hbut1 a {
  background-color: #3b0913;
  color: #fff;
  text-align: center;
  padding: 5px 25px;
  float: left;
  border-radius: 45px;
  border: 0;
  border: 2px solid #fff;
}
.blog-content p {
  height: 90px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: initial;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  color: #333;
}
.blog2 {
  margin-top: 20px;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 0 10px #ccc;
}
.blog1-detail img {
  width: 100%;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.font600 {
  font-weight: 600;
}
.blog-content h2 {
  font-weight: 500;
  font-size: 25px;
}
.market-list li a {
  color: #c69863;
  text-align: left;
  font-size: 11px;
  padding: 4px;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: 600;
}
.market-list li {
  border-bottom: 1px dashed #ccc;
  list-style-type: none;
  background: 10px 12px no-repeat;
  padding-left: 20px;
  line-height: 39px;
  width: 20%;
  float: left;
}
.market-list {
  background: #fff;
  height: auto;
  overflow: hidden;
  padding: 10px;
  box-shadow: 0 0 10px #d4d3d3;
}
.market-list li:hover {
  background: 10px 12px no-repeat #3b0913 !important;
  color: #fff !important;
}
.hbut1 a:hover {
  background-color: #fff;
  border: 2px solid #3b0913;
  color: #3b0913;
  transition: all 0.5s ease 0s;
}
.text-blk p {
  color: #333 !important;
  font-weight: 500;
}
.content-line p {
  height: 79px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: initial;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  padding-bottom: 0;
}
.aboskinbg h2 {
  color: #c89b61;
  font-weight: 500;
}
.slider-img-object {
  width: 570px;
  height: 328px;
  object-fit: cover;
}
.blog-left-area li a img {
  position: absolute;
  width: 73px;
  height: 79px;
  margin-top: 5px;
  object-fit: cover;
}
.blog-left-area li .text {
  padding-top: 5px;
  padding-left: 86px;
}
.blog-left-area li .text strong a {
  color: #111;
  font-size: 14px;
}
.blog-left-area li .text p {
  padding-bottom: 0;
  margin-bottom: 0;
  color: #000;
}
.blog-left-area li {
  border-bottom: 1px dashed #ccc;
  padding: 9px 0;
}
.blog1:hover img {
  transform: scale(1.2);
  transition: 0.5s;
}
.blog-img {
  height: 181px;
  width: 100%;
  overflow: hidden;
}
section.blog-section {
  box-shadow: 0 0 10px #ccc;
  padding: 14px;
}
.d-flex {
  display: flex;
}
.align-items-center {
  align-items: center;
}
.blog-left-area {
  box-shadow: 0 0 10px #ccc;
  padding: 20px;
  background: #fff;
}
.product-info .item {
  position: relative;
}
.product-info .item {
  text-align: center;
}
.product-info .post-image {
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
  width: 100%;
}
.details-img-custom {
  width: 100%;
  margin: auto;
  margin-left: 0;
  position: relative;
}
.single-product-image {
  width: 100%;
  background: #3b0913;
  text-align: center;
  overflow: hidden;
  position: relative;
  height: 400px;
}
.sp {
  height: 250px !important;
}
.blur-img {
  width: 100%;
  position: absolute;
  left: 0;
  padding: 0;
  top: 0;
  bottom: 0;
}
.product-info .post-image img {
  max-width: 100%;
}
.single-product-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}
.blur-img img {
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.main-img {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}
.product-info .item .four_arrow_hover_box {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product-info .item .four_arrow_hover_box {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.four_arrow_hover_box .arrows:before {
  border-top: 1px solid rgba(3, 40, 160, 0.6);
  border-bottom: 1px solid rgba(3, 40, 160, 0.6);
  top: -1px;
  bottom: -1px;
  left: 16px;
  right: 16px;
}
.four_arrow_hover_box .arrows span i {
  font-size: 22px;
  color: #fff;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.four_arrow_hover_box .arrows span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3b0913ba;
}
.four_arrow_hover_box .arrows:after {
  border-left: 1px solid rgba(3, 40, 160, 0.6);
  border-right: 1px solid rgba(3, 40, 160, 0.6);
  left: -1px;
  right: -1px;
  top: 16px;
  bottom: 16px;
}
.four_arrow_hover_box .arrows {
  border: 1px solid #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product-info a {
  display: inline-block;
  width: 100%;
}
.four_arrow_hover_box {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  opacity: 0;
  border: 7px solid #3c0a14;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.details-en {
  width: auto !important;
  background: #333;
  color: #fff !important;
  text-decoration: none;
  font-size: 15px;
  padding: 8px 20px;
  margin: 0;
  display: inline-block !important;
}
.product-info .item:focus .four_arrow_hover_box,
.product-info .item:hover .four_arrow_hover_box {
  opacity: 0.9;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.service-info .item:focus .four_arrow_hover_box,
.service-info .item:hover .four_arrow_hover_box {
  opacity: 0.9;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.our-pro-slider .pro-sliders .item:focus .four_arrow_hover_box,
.our-pro-slider .pro-sliders .item:hover .four_arrow_hover_box {
  opacity: 0.9;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.modal-content {
  border-radius: 0;
}
#location .modal-header {
  padding: 0;
  background: #3b0913;
  color: #fff;
  min-height: 0;
}
.modal-header h4 {
  text-align: left;
  font-size: 18px;
  line-height: 18px;
}
.modal-header .close {
  margin-top: -17px;
  position: absolute;
  right: 10px;
}
.close {
  float: right;
  font-size: 23px;
  font-weight: 600;
  line-height: 2;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.7;
}
.close:focus,
.close:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.9;
}
.modal-body input[type="number"],
.modal-body input[type="email"],
.modal-body input[type="text"],
.modal-body select {
  width: 100%;
  margin-bottom: 15px;
  padding: 5px 12px;
  border-radius: 0;
  border: 1px solid #ccc;
  line-height: 35px;
  height: 35px;
}
.modal-body textarea {
  width: 100%;
  height: 100px !important;
  margin-bottom: 15px;
  padding: 3px 12px;
  border-radius: 0;
  border: 1px solid #ccc;
}
.modal-body select {
  width: 100%;
  margin-bottom: 15px;
}
.image-enquire img {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}
.image-enquire h4 {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: left;
  padding: 0;
}
.image-enquire p {
  font-size: 14px;
  line-height: 18px;
  color: #666;
  text-align: justify;
  margin-bottom: 15px;
}
.auto-pop-sub {
  width: 120px;
  background: #333;
  border: 0;
  color: #fff;
  font-size: 14px;
  border-radius: 0;
  cursor: pointer;
  line-height: 35px;
}
.auto-pop-sub:hover {
  background: #0f263a;
  color: #fff;
}
.image-enquire {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.catDesc {
  line-height: 20px;
}
.details_image {
  margin-bottom: 10px;
}
.four_arrow_hover_box .arrows:after {
  border-left: 1px solid rgba(3, 40, 160, 0.6);
  border-right: 1px solid rgba(3, 40, 160, 0.6);
  left: -1px;
  right: -1px;
  top: 16px;
  bottom: 16px;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  width: 800px;
  height: 500px;
}
button.close {
  outline: 0;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  font-size: 21px;
}
#location .modal-header .close {
  position: absolute;
  right: 18px;
  top: 0;
  opacity: 1;
  font-size: 52px;
  z-index: 9999;
}
.carousel-control .fa-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .fa-chevron-left {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.img-location img {
  width: 100%;
}
.customized-width {
  width: 800px;
  height: 400px;
}
.modal-footer {
  padding-bottom: 15px;
  text-align: right;
  border-top: 0;
  padding-top: 0;
}
.width-modal {
  width: 850px;
}
img.img-responsive.catImg {
  height: auto;
}
.modal-header {
  padding: 10px;
  background-color: #3b0913;
  color: #fff;
}
.product-info {
  margin-bottom: 20px;
}
#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
  text-align: center;
}
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
  background: silver;
}
#quote-carousel .carousel-indicators .active {
  background: #333;
  height: 10px;
  width: 10px;
  margin-bottom: 1px;
}
.blog-section1 {
  box-shadow: 0 0 10px #ccc;
  padding: 14px;
  background-color: #fff;
}
.video-gallery {
  height: 374px;
  width: 100%;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.left-menu {
  margin: 0;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(204, 204, 204, 1);
  -moz-box-shadow: 0 3px 5px 0 rgba(204, 204, 204, 1);
  box-shadow: 0 3px 5px 0 rgba(204, 204, 204, 1);
}
h2.hdng {
  font-size: 22px;
  margin-top: 0;
  font-family: "Segoe UI";
  color: #1e1a1a;
  font-weight: 400;
  padding: 0;
}
#cssmenu2 {
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
  color: #fff;
}
.glyphicon {
  margin-right: 10px;
}
.panel-body {
  padding: 0;
}
.panel-body table tr td {
  padding-left: 15px;
}
.panel-body .table {
  margin-bottom: 0;
}
.read-more {
  display: inline-block;
  margin-top: 0;
}
.Testimonials-text {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
}
h2.shally-heading {
  width: 100%;
  padding: 10px;
  margin: 0;
  line-height: 20px;
  background: #3b0913;
  color: #fff;
  font-size: 18px !important;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  display: -webkit-box;
}
#contact-form1 {
  float: left;
  width: 100%;
  margin-top: 15px;
  padding: 10px;
}
#contact-form1 .form-control {
  border: solid 1px #ddd;
  background: #f5f5f5;
  color: #333 !important;
}
#contact-form1 input {
  padding: 10px;
  margin-bottom: 20px;
  color: #fff;
  border: solid 1px rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0 !important;
  height: auto;
}
#contact-form1 select {
  padding: 10px;
  margin-bottom: 20px;
  color: #fff;
  border: solid 1px rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0 !important;
  height: auto;
}
#contact-form1 textarea {
  padding: 10px;
  margin-bottom: 20px;
  color: #fff;
  border: solid 1px rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0 !important;
  height: auto;
}
#contact-form1 textarea {
  height: 120px;
}
.accordion {
  background-color: #c79960;
  color: #444;
  cursor: pointer;
  padding: 12px;
  width: 100%;
  border: 0;
  text-align: left;
  outline: 0;
  font-size: 15px;
  transition: 0.4s;
  border-bottom: 1px solid #ccc;
}
.panel1 {
  padding: 0 18px;
  display: none;
  background-color: #fff;
  overflow: hidden;
}
button.accordion:after {
  content: "\002B";
  color: #3b0913;
  font-weight: 700;
  float: right;
  margin-left: 5px;
}
button.accordion.active:after {
  content: "\2212";
}
.accordion .accordion-item--default .accordion-item-content,
.accordion:hover .accordion-item:hover .accordion-item-content1 {
  height: 7.9em;
}
.accordion .accordion-item--default .accordion-item-content,
.accordion:hover .accordion-item:hover .accordion-item-content2 {
  height: 22.4em;
}
.accordion .accordion-item--default .accordion-item-content,
.accordion:hover .accordion-item:hover .accordion-item-content3 {
  height: 5.3em;
}
.accordion-item-content1,
.accordion:hover .accordion-item-content {
  height: 0;
  overflow: hidden;
  transition: height 0.8s;
}
.accordion-item-content2,
.accordion:hover .accordion-item-content {
  height: 0;
  overflow: hidden;
  transition: height 0.8s;
}
.accordion-item-content3,
.accordion:hover .accordion-item-content {
  height: 0;
  overflow: hidden;
  transition: height 0.8s;
}
.accordion {
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
.accordion .accordion-item {
  border-bottom: 1px solid #666;
  color: #eee;
}
.accordion h1 {
  margin: 0;
  padding: 0;
}
section.accordion-item a {
  color: #3b0913;
}
.accordion-item p {
  padding-bottom: 0;
  padding: 10px 13px;
}
.accordion-item-content1 {
  background-color: #ececec;
}
.accordion-item-content2 {
  background-color: #ececec;
}
.accordion-item-content3 {
  background-color: #ececec;
}
.accordion-item-content1 ul li a,
.accordion-item-content2 ul li a,
.accordion-item-content3 ul li a {
  padding: 9px 20px;
  font-size: 14px;
  width: 100%;
  display: block;
}
.accordion-item-content1 ul li,
.accordion-item-content2 ul li,
.accordion-item-content3 ul li {
  padding: 0px 0px;
}
.accordion-item-content1 ul li:last-child,
.accordion-item-content2 ul li:last-child,
.accordion-item-content3 ul li:last-child {
  border-bottom: none !important;
}
.accordion-item-content1 ul li:hover {
  background-color: #ccc;
}
.accordion-item-content2 ul li:hover {
  background-color: #ccc;
}
.accordion-item-content3 ul li:hover {
  background-color: #ccc;
}
.head_loc {
  text-align: center;
  margin-top: 10px;
  color: #3b0913;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
}
img.slider-img-object1 {
  width: 100%;
  height: 200px;
}
.sticky .smalllogo {
  width: 111px;
}
.market-section {
  margin: 0 10px;
}
.conopt .footer_fixed_whatsapp {
  z-index: 999999;
  cursor: pointer;
  position: fixed;
  bottom: 36px;
  left: 20px;
  background: #4dc247;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  font-size: 28px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-weight: 400;
}
svg.wh-messenger-svg-whatsapp.wh-svg-icon {
  fill: #fff;
  margin-top: 6px;
  width: 39px;
}
.google-translator {
  float: right;
  margin: 15px 20px 10px;
}
.label {
  width: 100px;
  text-align: right;
  float: left;
  padding-right: 10px;
  font-weight: 700;
}
#contact-form label.error,
.output {
  color: #fb3a3a;
  font-weight: 700;
}
.video-section .video-width {
  width: 100%;
  height: 500px;
}
.map-img {
  width: 100%;
}
#dl-menu {
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .market-list li {
    padding-left: 0;
    width: auto;
  }
  .call01 {
    float: left;
  }
  .nav_menutop > ul > li {
    margin-right: 0;
    line-height: 35px;
    font-size: 3px;
  }
  .nav_menutop > ul > li > a {
    padding: 0 10px;
    font-size: 13px;
  }
  .slick-prev {
    float: left;
    left: 0;
  }
  #dl-menu {
    top: -56px;
    height: 1px;
    display: block;
    z-index: 50;
  }
  .dl-menuwrapper {
    width: 100%;
    max-width: 100%;
    float: left;
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%;
    text-align: left;
  }
  .dl-menuwrapper button {
    background: #be7012;
    border: 0;
    width: 48px;
    height: 45px;
    text-indent: -900em;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: 0;
    float: right;
  }
  .dl-menuwrapper button:after {
    content: "";
    position: absolute;
    width: 68%;
    height: 5px;
    background: #fff;
    top: 10px;
    left: 16%;
    box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
  }
  .dl-menuwrapper ul {
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .dl-menuwrapper button.dl-active,
  .dl-menuwrapper button:hover,
  .dl-menuwrapper ul {
    background: #5f0000;
  }
  .dl-menuwrapper li {
    position: relative;
  }
  .dl-menuwrapper li a {
    display: block;
    position: relative;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    outline: 0;
    text-decoration: none;
    font-family: Poppins, sans-serif;
  }
  .dl-menuwrapper .dl-menu {
    margin: 5px 0 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 45px;
  }
  .dl-menuwrapper .dl-menu.dl-menuopen:active {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  nav {
    display: none;
  }
}
.label {
  width: 100px;
  text-align: right;
  float: left;
  padding-right: 10px;
  font-weight: bold;
}
#contact-form label.error,
.output {
  color: #fb3a3a;
  font-weight: bold;
  font-size: 13px;
}
.g-recaptcha {
  transform: scale(0.8);
  -webkit-transform: scale(0.82);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
.box {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 5px #808080;
  background: rgba(0, 0, 0, 0.6);
}
.box:before,
.box:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s ease 0s;
}
.box:before {
  bottom: 5%;
  left: 5%;
  border-bottom: 2px solid #3b0913;
  border-left: 2px solid #3b0913;
}
.box:after {
  top: 5%;
  right: 5%;
  border-top: 2px solid #3b0913;
  border-right: 2px solid #3b0913;
}
.box:hover:before,
.box:hover:after {
  opacity: 1;
  width: 90%;
  height: 90%;
}
.box .main-img {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  transition: all 0.5s ease 0s;
}
.box .main-img img {
  height: auto;
  transition: all 0.5s ease 0s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}
.box:hover .main-img {
  transform: scale(1.05);
}
.box .box-content {
  width: 100%;
  position: absolute;
  bottom: 10%;
  left: 10%;
}
.box .cat_title {
  display: block;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
  background: #3b0913;
  color: #fff;
  font-family: "Great Vibes", cursive;
  font-size: 32px;
  padding: 10px 20px;
  border-radius: 3px;
  box-shadow: 0 0 5px #808080;
}
.box:hover .cat_title {
  opacity: 1;
}
.gallery-style1 {
  width: 455px;
  margin: 0 auto;
}
.img1 {
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin-bottom: 8px;
}
.sp1 {
  height: 300px !important;
}
.post2bt-gal {
  background-color: #c79960;
  color: #f8f2fc;
  font-size: 13px;
  text-align: center;
  padding: 10px 25px;
  border-radius: 4px;
  text-decoration: none;
  display: table;
  left: 0;
  right: 0;
  margin: 5px 0 0;
}
.post2bt-gal:hover {
  background-color: #3b0913;
  color: #fff;
}
.flex {
  display: flex;
  justify-content: center;
}
.blog-area-section ul li {
  list-style-type: none;
  margin-left: 20px;
}
.abouth2 h2 {
  font-size: 26px !important;
}
.whatapp_btn {
  background: #01e675;
  width: 50px;
  height: 50px;
  color: #fff;
  position: fixed;
  left: 25px;
  bottom: 50px;
  cursor: pointer;
  z-index: 999;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-in-out;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}
.whatapp_btn i {
  font-size: 30px;
}
#whatsapp .modal-dialog {
  margin-top: 17%;
}
.modal_btn {
  display: inline-block;
  width: auto;
  background: #333;
  color: #fff;
  padding: 8px 30px;
  border: none;
  font-size: 14px;
  cursor: pointer;
  border-radius: 30px;
  text-transform: uppercase;
  border: 1px solid #f4f4f4;
}

#scroll-up {
  position: fixed;
  z-index: 8030;
  bottom: 65px;
  right: 30px;
  color: #fff;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s;
  display: none;
  background: #3b0913;
  background: url(../images/ui.totop.png) no-repeat left top;
  width: 48px;
  height: 48px;
}
#scroll-up:hover {
  background: url(../images/ui.totop.png) no-repeat left -48px;
}
