body {font-family: 'Montserrat'; overflow-x: hidden;}

/** Margin **/
.mt-0 {margin-top: 0 !important;}
.mb-0 {margin-bottom: 0 !important;}
.mr-0 {margin-right: 0 !important;}
.ml-0 {margin-left: 0 !important;}

.mt-5 {margin-top: 5px !important;}
.mb-5 {margin-bottom: 5px !important;}
.mr-5 {margin-right: 5px !important;}
.ml-5 {margin-left: 5px !important;}

.mt-10 {margin-top: 10px !important;}
.mb-10 {margin-bottom: 10px !important;}
.mr-10 {margin-right: 10px !important;}
.ml-10 {margin-left: 10px !important;}

.mt-15 {margin-top: 15px !important;}
.mb-15 {margin-bottom: 15px !important;}
.mr-15 {margin-right: 15px !important;}
.ml-15 {margin-left: 15px !important;}

.mt-20 {margin-top: 20px !important;}
.mb-20 {margin-bottom: 20px !important;}
.mr-20 {margin-right: 20px !important;}
.ml-20 {margin-left: 20px !important;}

.mt-25 {margin-top: 25px !important;}
.mb-25 {margin-bottom: 25px !important;}
.mr-25 {margin-right: 25px !important;}
.ml-25 {margin-left: 25px !important;}

.mt-30 {margin-top: 30px !important;}
.mb-30 {margin-bottom: 30px !important;}
.mr-30 {margin-right: 30px !important;}
.ml-30 {margin-left: 30px !important;}

.mt-50 {margin-top: 50px !important;}
.mb-50 {margin-bottom: 50px !important;}
.mr-50 {margin-right: 50px !important;}
.ml-50 {margin-left: 50px !important;}

.mt-100 {margin-top: 100px !important;}
.mb-100 {margin-bottom: 100px !important;}
.mr-100 {margin-right: 100px !important;}
.ml-100 {margin-left: 100px !important;}/** ./ Margin **/

/** Padding **/
.pt-0 {padding-top: 0 !important;}
.pb-0 {padding-bottom: 0 !important;}
.pr-0 {padding-right: 0 !important;}
.pl-0 {padding-left: 0 !important;}

.pt-5 {padding-top: 5px !important;}
.pb-5 {padding-bottom: 5px !important;}
.pr-5 {padding-right: 5px !important;}
.pl-5 {padding-left: 5px !important;}

.pt-10 {padding-top: 10px !important;}
.pb-10 {padding-bottom: 10px !important;}
.pr-10 {padding-right: 10px !important;}
.pl-10 {padding-left: 10px !important;}

.pt-15 {padding-top: 15px !important;}
.pb-15 {padding-bottom: 15px !important;}
.pr-15 {padding-right: 15px !important;}
.pl-15 {padding-left: 15px !important;}

.pt-20 {padding-top: 20px !important;}
.pb-20 {padding-bottom: 20px !important;}
.pr-20 {padding-right: 20px !important;}
.pl-20 {padding-left: 20px !important;}

.pt-25 {padding-top: 25px !important;}
.pb-25 {padding-bottom: 25px !important;}
.pr-25 {padding-right: 25px !important;}
.pl-25 {padding-left: 25px !important;}

.pt-30 {padding-top: 30px !important;}
.pb-30 {padding-bottom: 30px !important;}
.pr-30 {padding-right: 30px !important;}
.pl-30 {padding-left: 30px !important;}

.pt-50 {padding-top: 50px !important;}
.pb-50 {padding-bottom: 50px !important;}
.pr-50 {padding-right: 50px !important;}
.pl-50 {padding-left: 50px !important;}

.pt-100 {padding-top: 100px !important;}
.pb-100 {padding-bottom: 100px !important;}
.pr-100 {padding-right: 100px !important;}
.pl-100 {padding-left: 100px !important;}/** ./ Padding **/

/** color **/
.text-white{color:#fff !important;}
.text-black{color:#000 !important;}
.text-gray {color:#999999 !important;}

 a {text-decoration:none; outline: none !important;}
 a:focus, a:hover {text-decoration:none !important;}
 a:focus {outline: 0 auto -webkit-focus-ring-color !important; outline-offset: 0 !important;}
 button:focus {outline: 0 auto -webkit-focus-ring-color !important; outline-offset: 0 !important;}
 input:focus {outline: 0 auto -webkit-focus-ring-color !important; outline-offset: 0 !important;}
 li {list-style:none;}
 hr {border-top: 1px solid #ccc;}

 .section-title h2 {
 	margin:0;
 	text-align: center;
 	font-size: 40px;
 	color: #2c3a5a;
 	font-weight: bold;
 	margin-top: 50px;
 }
img{
  width: 100%;
}
  /** NAV START **/
 .navbar-default .navbar-brand {color: #000; font-size: 25px; height: auto; padding: 0; margin-top: 9px;}
 .navbar-default .navbar-brand img {width: 350px;}
 .navbar-default {background-image:radial-gradient(circle, rgba(156, 9, 48, 1) 6%, rgba(143, 6, 40, 1) 100%);
	background-color:rgba(0, 0, 0, 0);
	padding:0; 
  border: none; 
	margin:0;
 }
 .navbar-default ul {margin: 0;}
 .navbar-default ul .navigation {margin: 0 11px;padding: 38px 0;position: relative;}
  .navbar-default ul .navigation::after{
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: #fff;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.5s ease;
    margin: 0 auto;
  }
.navbar-default ul .navigation:hover::after,  .navbar-default ul .navigation.active::after{
  opacity: 1;
  width: 100%;
}
 .header_menu {
    background-color: rgba(0, 0, 0, 0);
	background-image: radial-gradient(circle, rgba(178, 8, 56, 1) 14%, rgba(143, 3, 38, 1) 100%);
	background-attachment: scroll;
    padding: 0;
    float: left;
    width: 100%;
    border-top: 1px dashed rgba(255, 255, 255, 0.5);
}
.navbar-default .contact-detail .contact-left {
    padding: 13px 0;
}
.navbar-default .contact-detail .contact-right {
    padding: 0;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
 color: #fff;
}
.navbar-default .contact-detail {
    width: 100%;
    float: left;
    padding: 0;
}
.navbar-default .contact-detail .followus {
    padding: 12px 0 13px 15px;
    border-left: 1px dotted #fff;
}
.navbar-default .navbar-header {
    width: auto;
}
.navbar-default .contact-detail .contact, 
.navbar-default .contact-detail .contact-left { float:left;}
.navbar-default .contact-detail .contact-right,.navbar-default .contact-detail .followus { float:right;}
.navbar-default .contact-detail .time { 
  
}

.navbar-default .contact-detail .image {
  width: 12%;
  float: left;
  margin: 12px 0 0; 
}
.navbar-default .contact-detail .description {
    float: left;
}
.navbar-default .contact-detail .image img {
    width: 100%;
}
.contact-detail .description .title {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;
    color: #b20838;
    line-height: normal;
}
.contact-detail .description .content {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}
.navbar-default .contact-detail .followus .content {
    font-size: 12px;
    letter-spacing: 2px;
}
.navbar-default .contact-detail .followus .description .fa{
  font-size: 23px;
  margin: 0 9px 0 0;
}
.navbar-default .contact-detail .description .fa {
    color: #fff;
    margin: 5px 0 0;
}
.contact-detail .description .content a {
    color: #fff;
	padding: 0 0px 0px 5px;
}
.contact-detail .description .content:hover{
  color: rgba(232, 226, 223, 1);
}
.navbar-default .contact-detail .time {
    margin: 0 0 0 20px;
    float: left;
}
.dealer-link {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    float: left;
    margin: 4px 0 4px 30px;
    line-height: normal;
    transition: all 0.5s ease;
}
.dealer-link:focus {
    color: #fff;
}
.dealer-link .fa {
    margin: 0 7px 0 0;
}
.dealer-link:hover{
  color: rgba(232, 226, 223, 1);
}
.search input {
    width: 250px;
    height: 40px;
    border: none;
    border-radius: 0;
    padding: 0 40px 0 15px;
    font-size: 13px;
}
.search form {
    margin: 0;
    display: inline-block;
  vertical-align: top;
  position: relative;
}
.search {
    float: right;
    margin: 0 40px 0 0;
    padding: 5px 0;
    position: relative;
}
.search-btn {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent url("../images/search.svg") no-repeat center center/15px;
    transition: all 0.5s ease;
}
.search-btn:hover{
  background-image: url("../images/search-hover.svg");
}
  .header_menu .book-appoinment{
    padding: 0 22px;
    float: right;
    margin: 12px 0;
  }
 .header_menu .book-appoinment,.btn {
  height: 46px;
  background: #b20838;
  border-radius: 0;
  border: none;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
  padding: 0 20px;
  line-height: 46px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  text-transform: uppercase;
}
 .header_menu .book-appoinment:hover,.btn:hover{
  background: #000;
 }
 .header_menu .book-appoinment:hover{
  background: #fff;
  color: #000;
 }
 .navbar-default ul .navigation a {
  text-shadow: 0 0 0 rgba(255,255,255,0);
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  transition: all .2s ease-in-out;
  font-size: 12px;
  font-weight: 400;
  color: rgb(194, 194, 194);
  text-transform: uppercase;
 }
 .navigation.submenu ul .submenu > a {
    font-weight: 600;
}
 .navbar-default ul .navigation:hover a {text-shadow: 0 0 0 rgba(255,255,255,0); color: #fff; letter-spacing: 1px; transition: all .2s ease-in-out;}
 .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
 	color: #fff;
 }
 .navigation.submenu ul li ul a:hover{
  color: #99042b !important;
 }
 .navbar-default ul .social_media:before {
 	display: none;
 }
 .navbar-default ul .book_room_button .btn {
 	text-shadow: 0 0 0 transparent;
 	background-image: none;
 	background-image: none;
 	background-image: none;
 	background-image: none;
 	filter: none;
 	filter: none;
 	background-repeat: no-repeat;
 	border-color: transparent;
 	border-color: transparent;
 	color: #d5701e;
 	background-color: #fff;
 	border-radius: 0;
 	text-transform: uppercase;
 	border: 1px solid #d5701e;
 	margin-top: -4px;
 }
 .navbar-default ul .social_media {
 	height: 30px;
 	width: 30px; 
 	border-radius: 0;
 	text-align: center;
 	margin: 11px 5px 0 5px;
 	border: 1px solid #fff;
 }
 .navbar-default ul .social_media a {
 	padding: 0;
 	text-align: center;
 	color: #fff;
 	padding-top: 8px;
 }
 .navbar-fixed-top {
 	border-color: transparent;
 	border-width: 0 0 0;
 }
 .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {background-image: none; background-image: none; background-image: none; background-image: none; filter: none; -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0); box-shadow: inset 0 0 0 rgba(0,0,0,0); background-color: transparent; border: 0 solid #fff;}
 .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {background-color: transparent;}
 .top-nav-collapse .navbar-brand {
 	display: none;	
 }
 .navbar-default a.page-scroll {
 	display: none;	
 }
 .top-nav-collapse a.page-scroll {
 	display: block;
 }
 .top-nav-collapse a.page-scroll img {
 	width: 70%;
 	margin-top: 5px;
 }
 .top-nav-collapse {
 	padding: 0;
 	background-color: #000;
 }
 .top-nav-collapse ul {
 	margin-top: 4px;
 	margin-bottom: 2px;
 }
  .top-nav-collapse ul li a {
  	color: #fff;
  }
.top-nav-collapse ul li a i {
	color: #fff;
}
 .top-nav-collapse .navbar-nav>.active>a, .top-nav-collapse .navbar-nav>.active>a:focus, .top-nav-collapse .navbar-nav>.active>a:hover {
 	color: #b20838 !important;
 }
 .phonelink:active,.phonelink:visited,.phonelink:link
 {
 	color:#fff;
 }
 .contactno:active,.contactno:visited,.contactno:link
 {
 	color:#000000;
 }
 .navigation.submenu ul {
  position: absolute;
  margin: 0;
  left: 0;
  top: 130%;
  right: auto;
  padding: 0;
  background: #fff;
  z-index: 3;
  opacity: 0;
  width: 300px;
  /*padding: 15px 0;*/
  transition: all 0.5s ease;
  visibility: hidden;
}
.navigation.submenu ul li {
    margin: 0;
   padding: 20px 15px;
}
.navigation.submenu ul li:nth-of-type(2n) {
    background: #F4F4F4;
}
 .navigation.submenu:hover ul{
  opacity: 1;
  visibility: visible;
  top: 100%;
 }
.navigation.submenu:hover ul li ul {
  opacity: 0;
}
.navigation.submenu ul li:hover ul{
  opacity: 1;
}
.navigation.submenu ul .submenu ul {
    right: -104%;
    left: auto;
    top: 30px;
}
.navigation.submenu ul .submenu:hover ul{
 top: 0;
} 
.navigation.submenu ul .submenu ul::after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 8px 0;
  border-color: transparent #fff transparent transparent;
  left: -10px;
  top: 7px;
}
.navigation.submenu ul li::after{
  display: none;
}
.navigation.submenu:hover ul a,.navigation.submenu:hover ul a, .navigation.submenu:hover ul li ul a,.navigation.submenu:hover ul li:hover ul a {
    color: #000;
}
.navigation.submenu ul li::before {
    display: none;
}
.navbar-default .navbar-collapse{
  padding: 0;
}
.navigation.submenu ul li:hover a,.navigation.submenu:hover ul li ul a{
  color: #b20838;
} 
.navigation.submenu ul li a {
    font-size: 14px;
    color: #000;
}
.features-block-inner {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
    padding: 20px;
    min-height: 470px;
}
.features-block:nth-child(3) .features-block-inner,.features-block:nth-child(4) .features-block-inner{
  min-height: 390px;
}
.features-block {
    margin: 0 0 30px;
}
.features-block h1 {
    font-size: 25px;
    color: #000;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
    margin: 30px 0 19px;
}
.features-block p {
    margin: 0;
    color: #000;
    font-size: 18px;
    text-align: left;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 28px;
}
.main-background-img .feature-title {
    margin: 0 0 40px;
}
.customization-subtitle {
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 28px;
    font-size: 18px;
    color: #000;
    margin: 0 0 50px;
}
.customization-block .number span {
    display: block;
    margin: 0 auto;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -2px;
    line-height: 58px;
}
.customization-block .number {
    display: -webkit-flex;
    width: 7%;
    float: left;
    background-color: rgba(178, 8, 56, 1);
    color: #fff;
    text-align: center;
    align-items: center;
}
.customization-block {
    display: flex;
    margin: 0 0 50px;
}
.descrition h1 {
    margin: 0 0 18px;
    letter-spacing: -0.5px;
    line-height: 36px;
    font-size: 25px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}
.customization-block .descrition p {
    margin: 0;
    font-weight: 300;
    font-size: 18px;
    color: #000;
    position: relative;
    padding: 0 0 0 25px;
}
.customization-block .descrition p::before {
    content: "•";
    color: #b20838;
    display: inline-block;
    width: 1em;
    margin-left: -1.15em;
    font-size: 22px;
}
.customization-block .descrition {
    width: 93%;
    float: left;
    padding: 0 0 0 20px;
}
.customization-block.third .image {
    width: 20%;
    float: left;
}
.customization-block.third .descrition-inner {
    width: 80%;
    float: left;
}
.customization-block.sixth .descrition {
    width: 60%;
} 
.customization-block.sixth .image {
    width: 40%;
}
.customization-block.sixth {
    margin: 0;
}
.warranty-block-inner span {
    color: #fff;
    background: #b20838;
    display: block;
    width: 7%;
    float: left;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 35px;
    font-weight: 700;
}
.warranty-block-inner .title {
    display: flex;
    margin: 0 0 15px;
}
.warranty-block-inner h1 {
    margin: 0;
    letter-spacing: -0.5px;
    line-height: 36px;
    font-size: 25px;
    color: #000;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
    width: 93%;
    float: left;
    padding: 0 0 0 15px;
}
.warranty-block-inner p {
    margin: 0;
    font-size: 14px;
    color: #000;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 28px;
}
.warranty-block {
    margin: 0 0 50px;
}
.descrition.leather-desc .desc {
    margin: 0 0 30px;
}
.main-background-img .leather-title {
    margin: 0 0 25px;
}
.leather-block p {
    line-height: 38px;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: -2px;
}
.content-bottom .leather-block h2.title {
    margin: 0 0 20px;
}
.leather-block {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 20px 0 40px;
}
.lookbook .title {
    color: rgba(0, 0, 0, 0.93);
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin: 0;
    background: #fff;
    padding: 15px 0;
}
.lookbook-product {
    margin: 0 0 50px;
    cursor: zoom-in;
}
 @media (max-width: 1394px) { 
 	.navbar-default ul .navigation:before {
 		left: -18px;
 	}
 }
 @media (max-width: 1345px) { 
 	.navbar-default ul .navigation:before {
 		left: -16px;
 	}
 }
 @media (max-width: 1297px) { 
 	.navbar-default ul .navigation:before {
 		left: -14px;
 	}
 }
 @media (max-width: 1249px) { 
 	.navbar-default ul .navigation:before {
 		left: -12px;
 	}
 }
 @media (max-width: 1199px) {
  .dealer-link {
      margin: 10px 0 0;
  }
  .navbar-default .contact-detail .contact-left {
    padding: 13px 15px;
}
.navbar-default .contact-detail .contact-right {
    padding: 0 15px;
}
  .navigation.submenu ul li:nth-of-type(2n) {
      background: transparent;
  }
    .navbar-default ul .navigation{margin: 10px 0;}
 	.fixed-nav {width:100%; padding:0 0 20px 0;  height:auto; left:0; top:0; z-index:100; border-top:0;}
     .navbar-header {float:none;}
     .navbar-toggle {display:block; margin-top:5px;}
     .navbar-collapse {border-top:1px solid transparent; box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);}
     .navbar-collapse.collapse {display:none!important;}
     .navbar-nav {float:none!important; margin:7.5px;}
     .navbar-nav>.navigation {float:none;}
     .navbar-nav>.navigation>a {padding-top:10px; padding-bottom:10px;}  
     .navbar-default .navbar-brand {color: #000;margin: 0;}
     .navbar-default .collapse.in{display:block !important;}
     .navbar-default .navbar-collapse {
      padding: 0;
      border: none;
      position: absolute;
      z-index: 3;
      right: 15px;
      width: 40%;
      background-color: #000;
      display:none !important; 
      padding: 10px;
    }
     #bs-example-navbar-collapse-1 > ul > li a {
     	color: #fff !important;
     }
     .header_menu .col-lg-12 {
        min-height: auto;
    }
     #bs-example-navbar-collapse-1 > ul > li:hover a {
     	color: #b20838 !important;
     }
     .dropdown-submenu .dropdown-menu {display: block;}
     .navbar-default {background-color: transparent;}
     .dropdown-submenu>a:after {margin-top: 8px; border-top: 0px dashed;  border-left: 0px solid transparent; border-right: 0px solid transparent;} 
     .navbar-default .navbar-toggle {
     	margin-top: 18px;
     	background-color: #b20838;
     	border-color: #b20838;
     	border-radius: 0;
     	margin-bottom: 0;
      margin-right: 0;
     }
     .navbar-default .navbar-toggle .icon-bar {
 	    background-color: #fff;
     }
     .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #b20838;
        border-color: #b20838;
     }
     .top-nav-collapse a.page-scroll img {
     	width: 125px;
     	margin-left: 10px;
     }
     .navbar-default a.navbar-brand img {
     	width: 350px;
     }
     .top-nav-collapse {
     	background-color: #000 !important;
     }
     .navbar-default ul .navigation:before {
     	position: absolute;
     	content: "";
     	display: none;
     	top: -36px;
     	height: 102px;
     	background-color: #a5a8ad;
     	left: -22px;
     	width: 1px;
     }
 }

@media (max-width: 400px) {
	.top-nav-collapse a.page-scroll img {
		width: 116px;
		margin-top: 6px;
	}
}

/** NAV END **/

/**CHOOSE US**/
.choose-us {
  text-align: center;
  padding: 25px 0;
  background-color: rgba(0, 0, 0, 0);
}
.treatment-title {
  font-size: 48px;
  font-weight: 700;
  color: #161616;
  line-height: normal;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin: 0 0 0;
}
.sub-title {
    color: rgb(0, 0, 0);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 17px;
}
.choose-us .treatment-title {
    margin: 30px 0 40px;
}
.chooseus-block-inner {
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 25px 10px 0;
  min-height: 202px;
}
.chooseus-block-inner img{
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.chooseus-block-inner:hover img{
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}
.choose-us p {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 28px;
  color: rgb(5, 5, 5);
  padding: 0 0 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  letter-spacing: -1px;
  margin: 0;
}
.choose-us .chooseus-block:hover p{
  color: #b20838;
}
.choose-us span {
  font-size: 14px;
  font-weight: 300;
  color: rgb(0, 0, 0);
  letter-spacing: -0.5px;
  line-height: 20px;
  display: block;
  padding: 20px 0 0;
}
/*** FEATURE PRODUCT***/
.feature-product {
    padding: 40px 0;
}
.product-main.owl-carousel.owl-theme {
    float: left;
    width: 100%;
    padding: 20px 0 0;
}
.feature-product .description {
    text-align: center;
}
.feature-product .description .product-title {
    color: #000000;
    font-size: 23px;
    text-shadow: none;
    line-height: 37px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: 1px;
    word-spacing: normal;
    text-transform: uppercase;
    display: block;
    transition: all 0.5s ease;
}
.feature-product .description .product-title:hover{
  color: #99042b;
}
.product {
    text-align: center;
}
.feature-product .product img {
    width: 258px;
    height: 210px;
}
/*END FEATURE PRODUCT*/
/*  PARALLAX */
.parallax{
  background: transparent url("../images/parallax/panorama1.jpg") no-repeat fixed center center/cover;
  text-align: center;
  padding: 50px 0 65px;
}
.parallax .description {
    background: #fff;
    padding: 5px 0 15px;
}
.parallax-title {
    color: rgba(0, 0, 0, 1);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
}
.parallax-title:hover{
  color: #99042b;
}
.parallax-desc {
    display: block;
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    margin: 0 0 20px;
}
/*END PARALLAX*/
/** TREATMENT WE OFFER **/
.treatment-we-offer-index .treatment-we-offer {
    background: #dbe6fa;
    text-align: center;
    padding: 56px 0 149px;
}
.treatment-slick-slider {
    float: left;
   width: 100%;
   position: relative;
}
.treatment-we-offer-index .service-we-provide {
    margin: 0;
}
  .treatment-block {
    padding: 0 15px;
}
.treatment-block .image a{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
}
.treatment-block .image a::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  opacity: 1;
}
.treatment-block:hover .image a::after{
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  opacity: 0;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
}
.treatment-we-offer .treatment-title {
    float: left;
    width: 100%;
}
.treatment-we-offer {
    padding: 0 0 70px;
}
.treatment-we-offer-index .treatmenti-offer-title .treatment-title {
    display: block;
    width: 40%;
}
.treatment-we-offer-index .treatment-title {
    display: none;
}
.treatment-block .description {
    text-align: left;
}
.treatment-we-offer .treatmenti-offer-title {
    margin: 0 0 66px;
    text-align: left;
    display: none;
}
.treatment-we-offer-index .treatment-we-offer .treatmenti-offer-title{
  display: block;
}
.service-we-provide .owl-theme .owl-controls {
  left: auto;
  right: 15px;
}
.treatment-we-offer-index  .treatment-we-offer {
  display: block;
}
.treatment-we-offer .sub-title {
    float: left;
  width: 60%;
  font-size: 21px;
  font-weight: 300;
  line-height: normal;
  color: #070000;
  margin: 10px 0 0;
}
.treatment-block h4 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  line-height: normal;
  text-transform: capitalize;
  padding: 16px 0 7px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.treatment-block:hover h4{
  color: #b20838;
}
.treatment-block span {
    display: block;
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
}
.treatment-block img {
    width: 100%;
}

/** OWL THEME **/
.owl-theme .owl-controls .owl-buttons .owl-prev, .owl-theme .owl-controls .owl-buttons .owl-next {
  width: 20px;
  height: 20px;
  border-radius: 0;
  background: transparent url("../images/owl_arrows/owl-next.svg") no-repeat center center/20px;
  border: none;
  font-size: 0;
  margin: 0;
  opacity: 1;
  padding: 0;
  right: 0;
  position: absolute;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
  background-image: url("../images/owl_arrows/owl-prev.svg");
  right: auto;
  left: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-next:hover{
  background-image: url("../images/owl_arrows/owl-next-hover.svg");
}
.owl-theme .owl-controls .owl-buttons .owl-prev:hover{
  background-image: url("../images/owl_arrows/owl-prev-hover.svg");
}
.treatment-we-offer-index .service-we-provide .owl-buttons {
    right: 0;
}
.treatment-slick-slider .owl-buttons{
  right: 15px;
}
.service-we-provide .owl-buttons {
    bottom: 80px;
    right: 15px;
}
/*** CONTACT US ***/
.main-background-img .conatct-address .title {
    font-size: 25px;
    color: #000;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 36px;
}
.main-background-img .conatct-address .title::after{
  display: none;
}
.conatct-address .address {
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 28px;
    color: #000;
    font-size: 18px;
    margin: 0;
}
.conatct-address .hours {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 36px;
}
.conatct-address .address.holidays {
    font-style: italic;
    margin: 15px 0 0;
}
.contact-form form {
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: rgba(250, 250, 250, 1);
    padding: 30px 10px;
}
.contact-form .form-control {
    margin: 0 0 20px;
    height: 35px;
    font-size: 13px;
    color: rgba(0, 0, 0, 1);
    background-color: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(230, 230, 230, 0.86);
    border-radius: 0px;
    padding: 0 15px 0 50px;
}
.contact-form select.form-control{
  padding: 0 15px;
}
.contact-form textarea.form-control {
    height: auto !important;
    padding: 15px;
}
.contact-form .fa {
    position: absolute;
    left: 30px;
    top: 10px;
    font-size: 18px;
    color: rgba(217, 217, 217, 1);
}
/*** END CONTACT US ***/
/** BANNER START **/
 .flexslider {
	width: 100%;
	margin: auto;
	box-shadow: none;
	margin-top: 0;
	border: 0 solid transparent;
 }

 .flexslider li {
	position: relative;
 }
 .flexslider li .meta {
   position: absolute;
  top: 7%;
  text-align: left;
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 1;
 }
 .flexslider li h2 {
  color: #233a48;
  font-size: 70px;
  text-transform: uppercase;
  font-weight: 300;
 }
.feature-product .feature-title {
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .feature-product .product{
        width: 100%;
    }
}
.flexslider li.seven::after{
    background-color: rgba(0, 0, 0, 0.6);
}
.flexslider li.seven .meta{
    left: 0;
    right: 0;
}
.flexslider li.seven .meta{
    text-align: center;
}
.seven .banner-text{
    width: 55%;
    text-align: center;
    margin: 0 auto;
    float: none;
}
.flexslider li.seven h2{
    color: #fff;
}
.flexslider li.seven .banner-trired-slider-text{
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 30px;
    width: 100%;
    line-height: 40px;
}
 .flexslider li h1 {
	font-weight: bold;
	color: #fff;
	font-size: 7vw;
	margin-top: 0%;
 }
 .flexslider li .banner-trired-slider-text {
  font-weight: 300;
  color: #7f8f9b;
  font-size: 14px;
  margin: 0 0;
  text-transform: capitalize;
  letter-spacing: 1.5px;
  width: 60%;
 }
.flexslider li h3 {
    font-style: unset;
    color: #7f8f9b;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    padding: 45px 0 10px;
    margin: 0;
    display: block;
}
@media (max-width: 991px) {
    .seven .banner-text{
        width: 70%;
    }
    .flexslider li.seven .banner-trired-slider-text{
        font-size: 20px;
        line-height: 30px;
    }
}
    
.flexslider .slides img {
	margin: auto;
	width: 100%;
}
 .flexslider li h4 {
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	padding: 0 10px;
	display: inline;
	line-height: 1.5;
    font-size: 2vw;
    margin-top: 0%;
 }
 .flexslider li .btn{
  margin: 30px 15px 0 0;
 }
.flexslider > .slides > li > .meta > ul {
	margin-top: 1%;
}
.flexslider > .slides > li > .meta > ul li {
	display: inline-block;
	font-size: 35px;
	margin: auto 7px;
	transition: all .2s ease-in-out;
}
.flexslider > div > ul > li.flex-active-slide > div > div > ul > li > a > img {
	width: auto;
	transition: all .2s ease-in-out;
}
.flexslider > div > ul > li.flex-active-slide > div > div > ul > li {
	display: inline-block;
	margin: auto 10px;
}
.flexslider > div > ul > li.flex-active-slide > div > div > ul > li a img {
	width: 33px !important;
}

.flexslider > div > ul > li.flex-active-slide > div > div > ul > li a img:hover {
	transform: scale(1.20);
	transition: all .2s ease-in-out;
}

 .flexslider li h2,
 .flexslider li h1,
 .flexslider li h3,
 .flexslider li h4,
 .flexslider > div > ul > li.flex-active-slide > div > div > ul > li,
 .flexslider li .meta .btn,.flexslider li .meta img {
 		-webkit-animation-duration: .6s;
 		animation-duration: .6s;
 		-webkit-animation-fill-mode: both;
 		animation-fill-mode: both;
 		-webkit-animation-name: fadeOutLeft;
 		animation-name: fadeOutLeft;
 }

/*.flexslider li .meta img.first-image {
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
 }*/
 .flexslider li.flex-active-slide .meta h2,
 .flexslider li.flex-active-slide .meta h1,
 .flexslider li.flex-active-slide .meta h3,
 .flexslider li.flex-active-slide .meta h4,
 .flexslider > div > ul > li.flex-active-slide > div > div > ul > li,
 .flexslider li.flex-active-slide .meta .btn,.flexslider li.flex-active-slide .meta img,
 .flexslider .slides > li.sixth.flex-active-slide img.img-responsive {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
 }
.flexslider .slides > li.third.flex-active-slide img.first-image{

  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.flexslider .slides > li.fourth.flex-active-slide img.first-image{
   -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.flexslider .slides > li.fifth.flex-active-slide img.first-image,.flexslider .slides > li.fifth.flex-active-slide img{
   -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/*
.flexslider li.flex-active-slide .meta img.first-image{
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
}*/

 /*.flexslider li.flex-active-slide .meta h2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
 }

 .flexslider li.flex-active-slide .meta h1 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
 }
.flexslider li.flex-active-slide .meta .btn {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
 }
 .flexslider li.flex-active-slide .meta h3 {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
 }
 .flexslider li.flex-active-slide .meta h4 {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
 }
 .flexslider > div > ul > li.flex-active-slide > div > div > ul > li {
 	-webkit-animation-delay: 5s;
 	animation-delay: 5s;
 }*/
 .flexslider li .back-text {
    text-transform: uppercase;
    font-size: 50px;
    color: RGBA(214,209,206,0.41);
    font-size: 600%;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -150px;
}
.flexslider li.third .back-text{
  bottom: 0;
}
 .flexslider .slides > li.third img.first-image {
    left: -27%;
}

.flexslider .slides > li.third img {
    width: auto;
}
.flexslider .slides > li.second .banner-image {
    margin: 60px 0 0 0;
}
.flexslider .slides > li.fourth .banner-image {
   margin: 110px 0 0 -70px;
}
 .flexslider .slides > li.fourth img.second-image{
  left: auto;
  right: -13%;
  top: 30%;
 }
.flexslider .slides > li.fourth img.first-image {
  left: 0;
  top: -40%;
}
.flexslider .slides > li.fifth img.first-image {
  left: -36%;
  top: 67%;
}
.flexslider .slides > li.fifth.flex-active-slide .main-image {
    width: 50% !important;
    float: right;
}
.banner-text, .banner-image {
    width: 55%;
    float: left;
    position: relative;
}
.banner-text {
  width: 45%;
}
.sixth .banner-text {
    width: 54%;
    text-align: center;
    margin: 0 auto;
    float: none;
}
.flexslider li.sixth .meta {
    text-align: center;
    top: 15%;

}
.flexslider li.sixth .meta h2{
  color: #fff;
}
.flexslider li.sixth .banner-trired-slider-text{
  color: #fff;
  width: 100%;
}
.flexslider li.sixth::after{
  display: none;
}
.flexslider li.second::after{
  display: none;
}
.flexslider li.second .banner-text{
    width: 70%;
  text-align: center;
  margin: 0 auto;
  float: none;
  margin-top: 200px;
}
.flexslider li.second .banner-text h2{
    color: #fff;
}
  .flex-direction-nav {
  		position: absolute;
  		top: 45%;
  		width: 100%;
  }
.banner-image .first-image ,.banner-image .second-image{
    position: absolute;
    left: -10%;
    right: auto;
    top: 20%;
    width: auto !important;
}
.banner-image .second-image{
  left: auto;
  right: 0;
  top: 20%;
}

  .flex-direction-nav li a {
  		text-decoration: none;
  		display: block;
  		width: 40px;
  		height: 40px;
  		background-color: #333;
  		margin: auto;
  		position: relative;
  		top: 0;
  		z-index: 10;
  		overflow: hidden;
  		opacity: 1;
  		cursor: pointer;
  		color: #fff;
  		-webkit-transition: all .3s ease;
  		-moz-transition: all .3s ease;
  		transition: all .3s ease;
  }

  .flex-direction-nav li .flex-prev {
 	color: #000 !important; margin: 0 !important; padding: 0 15px 11px 15px !important; font-size: 0; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; background: transparent !important; opacity: 1 !important; float: left; left: 30px;
  }

  .flex-direction-nav li .flex-next {
  	color: #000 !important; margin: 0 !important; padding: 0 15px 11px 15px !important; font-size: 0; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; background: transparent !important; opacity: 1 !important; float: right; right: 30px;
  }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover{
  background: transparent !important;
}
	.flex-direction-nav a:before {
      font-family: FontAwesome;
      content: '\f104';
      font-size: 25px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      top: 0;
      padding: 0;
      font-size: 50px;
      line-height: 39px;
  	}

  	.flex-direction-nav a.flex-next:before {
  		content: '\f105';
  	}
    .flex-direction-nav a:hover:before{
      color: #99042b;
    }
  .flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 1;
    left: 0;
    right: 0;
    width: 1200px;
    margin: 0 auto;
    height: 95px;
    overflow: hidden;
    background: rgba(255,255,255,0.8);
    cursor: pointer;
}
.flex-control-nav li {
    width: 16.66%;
    float: left;
}
.flex-direction-nav{
  opacity: 0;
  transition: all 0.5s ease;
}
.flexslider:hover .flex-direction-nav{
  opacity: 1;
}
.flexslider .slides{
  background: transparent url("../images/lc_slider-bg.jpg") no-repeat scroll center center/cover;
}
.flexslider li::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(230, 224, 221, 0.97);
}

.flexslider .flex-control-nav li::after {
    display: none;
}
.extra-img{
    width: 70%;
    overflow: hidden;
}
.extra-img .small-images{
    margin-top: 20px;
}
@media (min-width:1200px){
  .container{
    width: 1230px;
    max-width: 100%;
  }
  .header-container {
      width: 100%;
      padding: 0;
  }
  .navbar-nav .item-collapse{
    display: none;
  }
  .navigation.submenu ul{
    display: block !important;
  }
  .navbar-collapse.collapse{
    display: block;
  }
}
@media screen and (max-width: 1200px) {
	.main-single-slider .meta {
		top: 12%;
	}
}
@media screen and (max-width: 1199px) {
    .flexslider li.second .banner-text{
        margin-top: 130px;
    }
}
@media screen and (max-width: 910px) {
	.main-single-slider .meta {
		top: 8%;
	}
}

@media screen and (max-width: 815px) {
	.flexslider li h3 {
		line-height: 27px;
		font-size: 15px;
		margin-top: 0;
	}
}
@media screen and (max-width: 680px) {
 	.flexslider li h4 {
		display: none;
	}
	.flexslider > .slides > li > .meta > ul {
		display: none;
	}
	.flexslider .meta {
		top: 13%;
	}
}
@media screen and (max-width: 600px) {
    .flexslider li.second .banner-text{
        margin-top: 80px;
    }
}
@media screen and (max-width: 480px) {
	.flexslider li h3 {
		display: none;
	}
	.flexslider .meta {
		top: 30%;
	}
}
/** BANNER END **/


/** TODAY SPECIAL START **/
.today_special_image {
	background-color: #f1f1f1;
	width: 100%;
	height: auto;
	padding: 20px 0 50px 0;
	text-align: center;
}
.today_special_image h3 {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 1.5px;
}
.today_special_image .btn {
	padding: 0px 40px 3px 40px;
	border-radius: 0;
    background-color: #b20838;
    border: 1px solid #000;
    margin-top: 10px;
    transition: all .2s ease-in-out;
}
.today_special_image .btn a {
	font-size: 25px;
	font-weight: bold;
	color: #000;
	transition: all .2s ease-in-out;
}
.today_special_image .btn:hover {
	background-color: #fff;
	border: 1px solid #b20838;
	transition: all .2s ease-in-out;
}
.today_special_image .btn:hover a {
	color: #b20838;
	transition: all .2s ease-in-out;
}
@media screen and (max-width: 400px) {
	.today_special_image .btn a {
		font-size: 17px;
	}
}
/** ./ TODAY SPECIAL END **/


/** ABOUT START **/
.about-us-wrapper {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.about-us-wrapper .about-us-content {
	margin-top: 35px;
}
.about-us-wrapper .about-us-content h2 {
	font-weight: bold;
	font-size: 30px;
}
.about-us-wrapper .about-us-content p {
	font-size: 22px;
	line-height: 1.4;
	letter-spacing: 0.5px;
	margin-top: 20px;
}
.about-us-wrapper .about-us-content .btn {
	border-radius: 0;
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
    font-size: 17px;
    padding: 2px 22px;
    margin-top: 10px;
    transition: all .2s ease-in-out;
}
.about-us-wrapper .about-us-content .btn:hover {
	background-color: #000;
	color: #fff;
	transition: all .2s ease-in-out;
}
.about-us-wrapper .appoinmtnt-form .container {
    padding: 0;
}
.about-us-wrapper .appoinmtnt-form {
    margin: 0;
}
/** ./ ABOUT END **/


/** SPECIAL DISES START **/
.special_dises_wrapper {
	text-align: center;
}
.special_dises_wrapper h2 {
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	font-size: 40px;
}
.special_dises_wrapper .special_dises_slider {
	margin-top: 10px;
}
.special_dises_wrapper .special_dises_slider .item {
	margin:auto 15px;
}
.special_dises_wrapper .special_dises_slider .special_dises_box h3 {
	text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px;
}
.special_dises_slider .owl-controls {
	position: absolute;
	top: 30%;
	right: 0;
	left: 0;
}
.special_dises_slider .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	margin: 0;
	width: 40px;
	padding: 1px 0 0 0;
	height: 40px;
	font-size: 12px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	background: #504f4d;
	opacity: 1;
}
.special_dises_slider .owl-controls .owl-buttons div:hover {
	color: #ac893d;
	background: #fff;
}
.special_dises_slider .owl-controls .owl-buttons .owl-next {
	float: right;
	margin-right: -45px;
}
.special_dises_slider .owl-controls .owl-buttons .owl-prev {
	float: left;
	margin-left: -45px;
}
.special_dises_wrapper .btn {
    padding: 3px 20px 3px 20px;
    border-radius: 0;
    background-color: #b20838;
    border: 1px solid #000;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: all .2s ease-in-out;
}
.special_dises_wrapper .btn:hover{
	background-color: #fff;
	border: 1px solid #b20838;
	color: #b20838;
	transition: all .2s ease-in-out;
}
/**** MAP LOCATOR ****/
.map-info-inner .info-title {
   font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  background: #b20838;
  padding: 20px 20px;
  margin: 0;
  line-height: 28px;
}
.map-info-inner .info-title .count-location {
    background-color: #e6e6e6;
    border-radius: 3px;
    color: #363637;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 14px;
    padding: 10px 15px;
    vertical-align: middle;
    white-space: nowrap;
}
.map-info-inner {
    height: 800px;
    overflow: scroll;
}
.location-info-block{
  cursor: pointer;
}
.map-info-inner .location-info-block .location-info-block-inner {
    padding: 15px;
    background-color: #eee;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.map-info-inner .location-info-block:nth-of-type(2n) .location-info-block-inner{
  background-color: #e4e4e4;
}
.map-info-inner .location-info-block .location-info-block-inner.active {
    box-shadow: 0 0 8px rgba(48,143,223,0.4);
}
.location-info-block-inner .number {
    float: left;
    width: 10%;
}
.location-info-block-inner .address-descripion {
    width: 90%;
    float: left;
}
.location-info-block-inner .address-descripion .name {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    color: #b20838;
    padding: 0;
    margin: 0 0 10px;
}
.location-info-block-inner .address-descripion .name::after{
  display: none;
}
.location-info-block-inner .address-descripion .address {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
}
.location-info-block-inner .address-descripion .call {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 20px;
    display: block;
}
.location-info-block-inner .address-descripion .call .fa.fa-phone-square {
    font-size: 20px;
    margin: 0 5px 0 0;
}
.map-info {
    padding: 0;
    border-right: 26px solid #b20838;
}
.location-info-block-inner .number img {
    width: auto;
}
.dealer-locator-block .map iframe {
    width: 100%;
}
.dealer-locator-block .map {
    padding: 0;
    height: 840px;
}
.dealer-locator-block {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 835px) {
	.special_dises_slider .owl-controls {
		position: static;
	}
	.special_dises_slider .owl-controls .owl-buttons .owl-next {
		float: none;
		margin: auto 10px;
	}
	.special_dises_slider .owl-controls .owl-buttons .owl-prev {
		float: none;
		margin: auto 10px;
	}
}
/** ./ SPECIAL DISES END **/


/** OUR VISITORS START **/

.visitors_background_img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 40px 0 60px 0;
	text-align: center;
	color: #fff;
}
.visitors_background_img h2 {
	margin: 0;
	font-size: 45px;
    letter-spacing: 0.5px;
    line-height: 1.2;
}
.visitors-slider .our-visitors-box .visitors-img-box {
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: relative;
	margin: auto;
	border-radius: 100px;
}
.visitors-slider .our-visitors-box {
  background: #fff;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 35px 45px;
}
.visitors-slider .our-visitors-box .pull-right {
    font-size: 21px;
    font-weight: 300;
    color: #000;
    line-height: normal;
    margin: 34px 0 0;
}
.visitors-slider .our-visitors-box .our-visitors-description {
  text-align: left;
  font-size: 19px;
  letter-spacing: 0;
  margin: 0;
  font-weight: 300;
  line-height: 24px;
  color: #000;
}
.visitors-block {
    margin: 50px 0 0;
}
.visitors-block .treatment-title {
    color: #fff;
    text-align: center;
    margin: 65px 0 45px;
}

/** APPOINMENT FORM START **/
.services-info .appoinmtnt-form {
    margin: 30px 0;
    width: 50%;
    float: left;
    padding: 0 15px;
}
.services-info .appoinment-info-inner {
    width: 50%;
    float: left;
    padding: 0 15px;
}
.appoinmtnt-form .appoinmtnt-form-inner {
    background: #eeeeee;
}
.appoinmtnt-form .treatment-title {
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 34px 0 33px;
  background: #b20838;
}
.appoinmtnt-form form {
    padding: 26px;
    margin: 0 -25px;
}
.appoinmtnt-form .form-group {
    width: 50%;
    float: left;
    padding: 0 25px;
}
.appoinmtnt-form .form-group .form-control {
    height: 42px;
    border: none;
    border-radius: 0;
}
.appoinmtnt-form .appoinmtnt-service .form-control{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  position: relative;
  background: #fff url("../images/dropdown-arrow.svg") no-repeat right 15px center/10px;
  padding: 0 30px 0 15px;
}

.appoinmtnt-form  .form-control {
    height: 55px;
    border: none;
    border-radius: 0;
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
    color: #747474;
    letter-spacing: 0;
    padding: 0 15px;
    margin: 0 0 34px;
}
.appoinmtnt-form  .form-control::placeholder{
  color: #747474;
}
.appoinmtnt-form .appoinmtnt-message {
    width: 100%;
    margin: 0;
}
.appoinmtnt-form .btn {
    margin: 0 26px;
}
.appoinmtnt-form .appoinmtnt-message .form-control {
    height: auto;
    padding: 15px;
}
/** ./ OUR VISITORS END **/


/******************** ABOUT US START **********************/
.about-top-content {
	background-color: #fff;
	padding: 90px 50px;
	margin-top: 70px;
	width: 100%;
	margin-left: 60px;
	position: relative;
	z-index: 1;
}
.about-top-content p {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 1.7;
	color: #000;
	padding-top: 16px;
}
.about-us-middle-content-box, .about-us-bottom-content-box {
	margin-top: 50px;
}
.about-us-middle-content-box .about-us-middle-content, .about-us-bottom-content-box .about-us-bottom-content {
	background-color: #fff;
	padding: 90px 50px;
	margin-top: 60px;
	width: 100%;
	margin-right: 60px;
	float: right;
	position: relative;
	z-index: 1;
}
.about-us-bottom-content-box .about-us-bottom-content {
	float: left;
	margin-left: 60px;
}
.about-us-middle-content-box .about-us-middle-content h3, .about-us-bottom-content-box .about-us-bottom-content h3 {
	font-family: 'Dancing Script', cursive;
 	font-weight: bold;
 	color: #b20838;
 	font-size: 47px;
}
.about-us-middle-content-box .about-us-middle-content p, .about-us-bottom-content-box .about-us-bottom-content p {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 1.7;
	color: #000;
	padding-top: 16px;
}
@media screen and (max-width: 991px) {
	.about-top-content {
		margin-left: 0px;
	}
	.about-us-middle-content-box .about-us-middle-content {
		margin-right: 0;
	}
	.about-us-bottom-content-box .about-us-bottom-content {
		margin-left: 0;
	}
}
/******************** ABOUT US END **********************/


/******************** MENU START **********************/
.page-title-banner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
  text-align: left;
  color: #000;
  background-color: rgba(228, 223, 220, 0.8) !important;
  border-bottom: 1px dashed rgba(205, 205, 235, 1);
}
.page-title-banner .page-title h2 {
  color: #000;
  font-size: 45px;
  margin: 0;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  padding: 0 0 19px;
  margin: 0 0 25px;
  letter-spacing: 2px;
}
.page-title-banner .page-title h2::after,.main-background-img h2::after,.content-bottom h2.title::after{
  content: "";
  position: absolute;
  width: 13%;
  left: 0;
  bottom: 0;
  height: 4px;
  background: #b20838;
}
.page-title-banner .page-title-background {
	padding: 45px 0 28px;
}
.page-title-banner .page-title .subtitle {
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
}
.main-background-img {
	background-repeat: repeat;
	background-position: center;
	padding: 36px 0;
}
.main-background-img h2,.content-bottom h2.title {
    margin: 0 0 15px;
    padding: 0 0 10px;
    font-size: 30px;
    font-weight: 200;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}
.main-background-img .desc {
    font-size: 18px;
    font-weight: 300;
    color: #000;
    line-height: 28px;
}
.main-background-img .desc strong {
    font-size: 23px;
    font-weight: 400;
}
.content-bottom {
    background-color: rgba(230, 224, 221, 0.43);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);
    padding: 21px 0 0;
}
.about-block {
  margin: 0 0 25px;
}
.about-block-inner {
    background: #fff;
    padding: 25px 20px 25px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}
.about-block h2 {
    margin: 0 0 20px;
    letter-spacing: -0.5px;
    line-height: 36px;
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
}
.about-block p {
    margin: 0;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 28px;
    font-size: 18px;
    color: #000;
}
.content-bottom h2.title {
    margin: 0 0 25px;
}
.menu-slider-nav .slick-slide, .menu-slider .slick-slide {
	height: auto;
}
.menu-slider-nav .slick-slide {
	margin: 0 15px;
}
.menu-slider-nav .slick-list {
	padding: 50px 50px !important;
}
.menu-slider-nav .slick-slide {
	transition: all 0.3s ease;
}
.menu-slider-nav .slick-slide.slick-center .tab-product-img {
	background-color: #fff;
    transform: scale(1.4);
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}
.menu-slider-nav .slick-slide .tab-product-img {
	transition: all 0.3s ease;
	border: 2px solid #000;
}
.menu-slider .single-line-menu-box {
	text-align: center;
}
.menu-slider .single-line-menu-box h2 {
	font-family: 'Dancing Script', cursive;
 	font-weight: bold;
 	color: #b20838;
 	text-align: center;
 	font-size: 70px;
 	margin-top: 30px;
 	margin-bottom: 40px;
 	display: inline-block;
 	border-bottom: 2px solid;
}
.menu-slider .single-line-menu-box .single-line-menu h5, .menu-slider .single-line-menu-box .double-line-menu h5 {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	text-align: left;
	float: left;
	font-weight: bold;
	line-height: 1.5;
	padding: 10px 0;
}
.menu-slider .single-line-menu-box .single-line-menu h4, .menu-slider .single-line-menu-box .double-line-menu h4 {
	float: right;
	text-align: right;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 10px 0;
}
.menu-slider .single-line-menu-box .single-line-menu h4 {
	float: right;
	text-align: right;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 10px 0;
}
.menu-slider .slick-slide > div > div > div > div.double-line-menu > div > div > div, .menu-slider .slick-slide > div > div > div > div.single-line-menu > div > div > div {
	border-bottom: 1px solid #000;
}
.menu-slider-nav .slick-prev, .menu-slider-nav .slick-next {
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: 48%;
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-color: transparent;
}
.menu-slider-nav .slick-next:before {
	font-family: 'FontAwesome';
	content: "\f105";
	color: #000;
	font-size: 50px;
}
.menu-slider-nav .slick-prev:before {
	font-family: 'FontAwesome';
	content: "\f104";
	color: #000;
	font-size: 50px;
}
.navbar-nav .item-collapse{
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 1;
  float: right;
  width: 20px;
  height: 20px;
  background: transparent url("../images/dropdown-arrow-menu.svg") no-repeat center center/15px !important;
}
.navbar-nav .navigation:hover .item-collapse{
  background-image: url("../images/dropdown-arrow-menu-hover.svg") !important;
}
@media screen and (max-width: 1010px) {
	.menu-slider-nav .slick-prev, .menu-slider-nav .slick-next {
		display: none !important;
	}
}

/******************** MENU END **********************/


/******************** CATERING START **********************/
.catering-content h2 {
	text-align: center;
	color: #b20838;
	font-size: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
}
.catering-content ul {
	margin-top: 20px;
}
.catering-content ul li {
	font-family: 'Lato', sans-serif;
	text-align: center;
	color: #000;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bold;
}
.catering-content p {
	font-size: 18px;
	letter-spacing: 0.5px;
	text-align: center;
	font-family: 'Lato', sans-serif;
}
.catering-parallax-img {
	height: 372px;
	width: 100%;
}
.catering-content .catering-large-content {
	line-height: 1.5;
}
.catering-content .oreder-place li {
	padding: 6px 0;
}
@media screen and (max-width: 654px) {
	.catering-content .oreder-place li img {
		display: none;
	}
}
.catering-content h4 {
	font-size: 19px;
	letter-spacing: 0.5px;
	margin-top: 27px;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	font-family: 'Lato', sans-serif;
}
.catering-content h4:after {
	content: "";
	position: absolute;
	height: auto;
	width: 100%;
	bottom: 3px;
	border-bottom: 2px dotted #000;
}
.catering-content h5 {
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	line-height: 27px;
	letter-spacing: 0.7px;
}
.catering-content h6 {
	font-size: 19px;
	letter-spacing: 0.5px;
	margin-top: 27px;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	font-family: 'Lato', sans-serif;
}
/******************** CATERING END **********************/


/******************** DAILY SPECIALS ********************/
.daily-specials-tab {
	width: 100%;
	background-color: transparent;
	padding: 0;
	margin: 0;
}
.daily-specials-tab ul {
	background: transparent;
}
.daily-specials-tab ul li {
	background-color: #b20838;
	border: 2px solid #000;
	margin: 10px 20px;
	transition: all .2s ease-in-out;
}
.daily-specials-tab ul li.active, .daily-specials-tab ul li:hover {
	color: #b20838;
	border: 2px solid #b20838;
	background-color: #000;
	transition: all .2s ease-in-out;
}
.daily-specials-tab ul li a {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 19px;
}
.daily-specials-tab ul li.active a, .daily-specials-tab ul li:hover a {
	color: #b20838;
	transition: all .2s ease-in-out;
}

.daily-specials-tab:before {

}
.daily-specials-tab.active:before {
	font-family: 'Lato', sans-serif;
 	text-transform: uppercase;
 	color: #b20838;
 	text-align: center;
 	letter-spacing: 2px;
 	font-size: 50px;
}

.daily-specials-content h2 {
	font-family: 'Dancing Script', cursive;
 	font-weight: bold;
 	text-transform: capitalize;
 	color: #b20838;
 	text-align: center;
 	margin: 10px 0 0 0;
 	font-size: 70px;
}
.daily-specials-content.active {
	overflow: visible;
}
.daily-specials-background-images {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	padding: 50px 0;
}
.daily-special-inner-content {
	border: 2px solid #b20838;
	padding: 20px 0;
}
.daily-special-inner-content h3 {
	font-family: 'Dancing Script', cursive;
 	font-weight: bold;
 	text-transform: capitalize;
 	text-align: center;
 	margin: 10px 0 0 0;
 	font-size: 65px;
	background-color: rgba(0,0,0,.6);
	text-shadow: 0px 2px 5px #b20838;
	color: transparent;
	padding-bottom: 5px;
	-webkit-background-clip: text;
}
.daily-special-inner-content p {
	font-family: 'Lato', sans-serif;
	font-size: 25px;
	color: #000;
	padding-top: 16px;
}
.daily-special-inner-content h4 {
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	color: #000;
	padding-top: 16px;
	font-weight: bold;
}
.daily-specials-content h6 {
	font-family: 'Lato', sans-serif;
	font-size: 45px;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 26px;
}
/******************** ./ DAILY SPECIALS *******************/



/******************** REVIEW ********************/
.review-box-wrapper {
	background-image: url(../images/paper_bg.png);
    background-repeat: repeat;
    background-position: center;
    padding: 20px;
    margin-top: 100px;
    margin-bottom: 100px;
 	box-shadow: 0 8px 6px -6px black;
}
.review-box-wrapper .review-box-border {
	border: 2px solid #b20838;
	padding: 20px 0;
}
.review-box-wrapper .review-box-border h2 {
	text-align: center;
	margin: 0;
	font-family: 'Dancing Script', cursive;
 	font-weight: bold;
 	text-transform: capitalize;
 	color: #b20838;
 	font-size: 65px;
}
.review-profile {
	width: 70px;
	height: 70px;
	border-radius: 70px;
	border: 2px solid #000;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	margin-left: 20px;
}
.reivew-main-box {
	height: 400px;
	width: 100%;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}
.review-profile img {
	width: 70px;
	margin: auto;
	margin-top: 0px;
}
.review-content-box {
	border-top: 2px solid #b20838;
	margin-top: 20px;
}
.review-content-box .review-content h3 {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 17px;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 20px;
}
.review-content-box .review-content p {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	text-align: left;
	color: #000;
	letter-spacing: 0.9px;
	line-height: 1.6;
	margin-top: 10px;
}
.review-content-box .review-content ul {
	margin-top: 20px;
	float: right;
	margin-right: 15px;
}
.review-content-box .review-content ul li {
	color: #b20838;
	padding: 0;
}
.review-content-box .review-content h6 {
	color: #797979;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 0;
	font-family: 'Lato', sans-serif;
}
@media screen and (max-width: 768px) {
	.review-content-box .review-content {
		margin-left: 15px;
	}
}
.visitors_background_img .btn {
	padding: 5px 40px 8px 40px;
    border-radius: 0;
    background-color: #b20838;
    border: 1px solid #000;
    margin-top: 10px;
    transition: all .2s ease-in-out;
    font-size: 20px;
}
.visitors_background_img .btn a {
	color: #fff;
	transition: all .2s ease-in-out;
}
.visitors_background_img .btn:hover {
	background-color: #fff;
    border: 1px solid #b20838;
    transition: all .2s ease-in-out;
}
.visitors_background_img .btn:hover a{ 
	color: #b20838;
	transition: all .2s ease-in-out;
 }
/******************** ./ REVIEW *******************/


/******************** CONTACT ********************/
.main-background-border-images {
	background-color: transparent;
	border: 2px solid #b20838;
	padding: 30px;
}
.main-background-border-images h2 {
	text-align: center;
	margin: 0;
	font-family: 'Dancing Script', cursive;
 	font-weight: bold;
 	text-transform: capitalize;
 	color: #b20838;
 	font-size: 45px;
}
.main-background-border-images p {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 12px;
	line-height: 1.6;
	font-family: 'Lato', sans-serif;
}
.main-background-border-images label {
	margin-top: 15px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
}
.main-background-border-images input {
	height: 35px;
}
.main-background-border-images .form-control {
	border-radius: 0;
	font-family: 'Lato', sans-serif;
	color: #b20838;
	font-size: 15px;
	background-color: transparent;
	border: 2px solid #000;
}
.main-background-border-images textarea {
	height: 250px;
}
.form-control:focus {
  	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(255, 0, 0, 0);
}
.main-background-border-images .btn {
	width: 100%;
	background-color: #000;
	font-family: 'Lato', sans-serif;
	border: 2px solid #000;
	border-radius: 0;
	color: #fff;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 16px;
	margin-top: 30px;
	transition: all .3s ease-in-out;
	height: 52px;
}
.main-background-border-images .btn:hover {
	transition: all .3s ease-in-out;
	background-color: #fff;
	color: #b20838;
	border: 2px solid #b20838;
}
.main-background-img .address-box h3 {
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.5px;
	margin-top: 0;
}
.main-background-img .address-box h3.careers_form_box_description {
	text-transform: capitalize;
	line-height: 1.5;
}
.main-background-img .address-box p {
	font-family: 'Lato', sans-serif;
	color: #000;
	font-size: 18px;
	text-align: left;
	margin-top: 15px;
	letter-spacing: 0.5px;
}
.main-background-img .address-box ul li {
	font-family: 'Lato', sans-serif;
	color: #000;
	font-size: 18px;
	text-align: left;
	padding-top: 5px;
	letter-spacing: 0.5px;
}

/******************** ./ CONTACT *******************/
/******************** SERVICE INNER PAGE ********************/
.services-gallery {
    text-align: center;
}
.services-gallery img ,.service-we-provide img{
    width: 100%;
}
.services-gallery .services-gallery-inner {
    margin: 15px 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.services-gallery .services-gallery-inner .image{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
}
.services-gallery .services-gallery-inner .image::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  background: rgba(0,0,0,0.5);
  transition: all 0.5s ease;
  transform: scaleY(0);
}
.services-gallery .services-gallery-inner:hover .image::after{
  transform: scaleY(1);
}
.services-gallery .services-gallery-inner .service-title {
    position: absolute;
    top: 47%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    line-height: normal;
    transition: all 0.5s ease;
    transform: scale(0.5);
    opacity: 0;
    z-index: 1;
}
.services-gallery .services-gallery-inner:hover .service-title{
    transform: scale(1);
    opacity: 1;
}
.services-gallery .services-gallery-inner .service-title:hover{
  color: #b20838;
}
.service-provide-slider .service-item {
    padding: 0 15px;
}
.service-we-provide {
    text-align: center;
    position: relative;
    margin: 50px 0 0;
}
.service-we-provide .service-provide-slider {
    padding: 0 0 110px;
}
.service-provide-slider .service-item a{
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: 100%;
}
.service-provide-slider .service-item a span {
    position: absolute;
    left: 0;
    right: 0;
    top: 44%;
    font-size: 20px;
    color: #fff;
    z-index: 1;
    transition: all 0.5s ease;
    transform: scale(0);
}
.service-provide-slider .service-item:hover a span{
  transform: scale(1);
}
.service-provide-slider .service-item a span:hover{
  color: #b20838;
}
.service-provide-slider .service-item a::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  background: rgba(0,0,0,0.3);
  transition: all 0.5s ease;
  transform: scale(0);
}
.service-provide-slider .service-item:hover a::after{
  transform: scale(1);
}
.services-info .services-images img {
    width: 100%;
}
.services-info .services-info-title {
    color: #b20838;
    font-size: 40px;
    text-transform: capitalize;
    line-height: normal;
}
.services-info .services-info-subdesc {
    font-size: 24px;
    line-height: normal;
    margin: 30px 0;
    font-style: italic;
}
.services-info .services-text {
    font-size: 17px;
    line-height: normal;
    margin: 20px 0;
    font-weight: 400;
}
.services-info .services-text .btn {
    margin: 0 20px 0 0;
}
.services-info strong {
    font-size: 22px;
}
.services-gallery .services-gallery-desc .gallery-title {
    font-size: 19px;
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
    line-height: normal;
}
.services-gallery .services-gallery-inner:hover .services-gallery-desc .gallery-title{
  color: #b20838;
}
.services-gallery .services-gallery-desc .gallery-description {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin: 10px 0 13px;
    color: #000;
}
.services-gallery .services-gallery-desc .gallery-btn {
    color: #b20838;
    font-size: 16px;
    text-decoration: underline;
}
.services-gallery .services-gallery-desc .gallery-btn:hover{
    color: #000;
    text-decoration: underline !important;
}
.services-gallery .services-gallery-desc {
    padding: 15px 0 0;
}

/******************** *******************/
.team-info {
    text-align: center;
}
.team-info .container {
    width: 1230px;
}
.team-info img {
    width: 100%;
}
.team-info-inner .team-info-description {
  background: #000;
  padding: 25px 0;
  min-height: 120px;
  margin: 5px 0 0;
}
.team-info-inner.first .team-info-description{
  padding: 15px;
}
.team-info-inner .team-info-description .name {
    font-size: 18px;
    display: block;
    font-weight: 700;
    text-transform: capitalize;
    line-height: normal;
    font-weight: 800;
    margin: 0 0 7px;
    color: #fff;
}
.team-info-inner .team-info-description .designation {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
.team-info-inner {
    background: #fff;
    padding: 5px;
    margin: 15px 0;
    border: 2px solid #000;
}
.services-info ul{
  padding: 0;
}
.services-info li {
    list-style-type: disc;
}
.team-info-inner .team-image {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.team-info-inner .team-image .designation {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 0 15px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 15px;
    transition: all 0.5s ease;
    transform: scale(0.5);
    opacity: 0;
    display: flex;
    align-items: center;
}
.team-info-inner:hover .team-image .designation{
    opacity: 1;
    transform: scale(1);
}
.team-info-inner .team-image .designation span {
    margin: 0 auto;
}

/** LOCATION **/
.googleMap{
 
}
.googleMap iframe {
    width: 100%;
    border: 5px solid #ededed;
    margin: 15px 0;
}
.location-info-inner {
    border: 3px solid #ededed;
    padding: 20px;
    margin: 15px 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.location-info-inner .location-title {
    text-transform: capitalize;
    margin: 0 0 20px;
    line-height: normal;
}
.location-info-inner .title {
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin: 0 0 5px;
}
.location-info-inner .data {
    line-height: 24px;
    font-size: 17px;
}
.location-info-inner .data .icon {
    width: 20px;
    height: 20px;
    display: block;
    background: transparent url("../images/mail-icon.svg") no-repeat center center/15px;
}
.location-info-inner .conatct-info {
    padding: 0;
    color: #000;
}
.location-info-inner .conatct-info .description a {
    color: #000;
}
.location-info-inner .conatct-info .description a:hover{
  color: #b20838;
}
.location-info-inner .conatct-info .description:first-child {
    margin: 0 0 30px;
}

/** SPECIALS **/
.specials {
    text-align: center;
}
.specials img {
    margin: 0 0 30px;
}

/** FOOTER START **/
ul{
  padding: 0;
}
.footer-wrapper {
	background-image: radial-gradient(circle, rgba(41, 39, 39, 1) 0%, rgba(15, 11, 11, 1) 100%);
	padding: 73px 0 0px;
}
.footer-wrapper img {
    width: 135px;
    margin-top: 10px;
}
.footer-wrapper .menu-list li {
    margin: 10px 10px;
}
.footer-wrapper .menu-list li a {
	color: #fff;
	font-size: 18px;
	transition: all .2s ease-in-out;
}
.footer-wrapper .menu-list li a:hover{
	color: #b20838;
	transition: all .2s ease-in-out;
}
.footer-wrapper .social-media li {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background-color: #686868;
	padding-top: 8px;
	margin: auto 5px;
	transition: all .2s ease-in-out;
}
.footer-wrapper .social-media li:hover {
	background-color: #b20838;
	transition: all .2s ease-in-out;
}
.footer-wrapper .social-media li a {
	color: #fff;
}
.footer-services,.footer-address {
    padding: 0 15px;
    width: 20%;
    float: left;
}
.footer-address.second {
    width: 37%;
}
.footer-address.first {
    width: 23%;
}
.footer-services ul li {
    color: #b20838;
}
.footer-services ul li a,.footer-address .address,.footer-address  #footeraddress1 a,.footer-address #footeraddress1 span {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(235, 235, 235);
  text-transform: capitalize;
  letter-spacing: 0;
  line-height: 30px;
}
#footer-service a,#footer-service1 a {
    text-transform: uppercase;
}
.footer-address .address a {
    color: #fff;
    text-transform: none;
}
.footer-services ul li a:hover,.footer-address #footeraddress1 a:hover{
  color: #b20838;
}
#footeraddress1 .fa{
  color: #fff;
  margin: 0 10px 0 0;
}
.footer-title {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  line-height: normal;
  margin: 0 0 15px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer-services .footer-title span, .footer-address .footer-title span,.footer-address.first .footer-title span{
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 1;
  width: 20px;
  height: 20px;
  background: transparent url("../images/dropdown-arrow-menu.svg") no-repeat center center/15px;
}
.footer-services .footer-title:hover span, .footer-address .footer-title:hover span,.footer-address.first .footer-title:hover span {
    background-image: url("../images/dropdown-arrow-menu-hover.svg");
}
.left-column .customlink h2 {
    font-size: 22px;
}
.left-column .customlink a {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
    padding: 10px 5px;
    display: block;
}
.left-column .customlink a:hover{
  color: #99042b;
}
.left-column .customlink ul li:nth-of-type(2n) a{
  background: #F4F4F4;
}
.product-all .product-image img {
    width: 282px;
    height: 212px;
}
.product-all .product {
    margin: 0 0 30px;
}
.product-all .product-title {
    color: rgba(0, 0, 0, 0.93);
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    padding: 15px 0 0;
    display: block;
}
#loaders-bg{position:fixed;width:100%;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,0.7);z-index:9999}
.loader,.loader:after{border-radius:50%;width:12em;height:12em}
.loader{margin:60px auto;font-size:5px;position:relative;text-indent:-9999em;border-top:1.1em solid rgba(255,255,255,0.2);border-right:1.1em solid rgba(255,255,255,0.2);border-bottom:1.1em solid rgba(255,255,255,0.2);border-left:1.1em solid #fff;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}
@-webkit-keyframes load8 {
0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
@keyframes load8 {
0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
/** ./ FOOTER END **/


/** COPYRIGHT START **/
.copyright-wrapper {
  padding: 20px 0 19px;
  background-image: radial-gradient(circle, rgba(41, 39, 39, 1) 0%, rgba(15, 11, 11, 1) 100%);
  border-top: 1px dashed rgba(135, 133, 133, 0.5);
}
.copyright-wrapper p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-weight: 300;
}
.copyright-wrapper > div > div > div:nth-child(2) > p {
	text-align: right;
}
@media screen and (max-width: 768px) {
	.copyright-wrapper p {
		text-align: center !important;
	}
}
/** ./ COPYRIGHT END **/
.spinner {
    background-image: url(../images/site-loading.gif);
    background-position: center;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: 300px auto;
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: 9999999;
    top: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999999;
}
/**** RESPONSIVE ****/
@media (min-width: 992px) {
  .footer-title{
    pointer-events: none;
  }
  #footer-service,#footeraddress1,#footeraddress2,#footer-service1{
    display: block !important;
  }
  .footer-services .footer-title span, .footer-address .footer-title span,.footer-address.first .footer-title span{
    display: none;
  }
}
@media (max-width: 1349px) {
  .flex-control-nav{
    height: 55px;
    width: 700px;
    background: #fff;
  }
 .navbar-default ul .navigation{
  margin: 0 10px;
 }
 .flexslider li .meta{
  left: 20px;
  right: auto;
 }
 .choose-us p{
  font-size: 19px;
 }
 .parallax-title{
  font-size: 21px;
 }
 .parallax-desc{
  font-size: 15px;
 }
}
@media (max-width: 1199px) {
  .product-all .product-image img {
      width: 100%;
      height: auto;
  }
  .product-all .product {
      min-height: 210px;
  }
  .flexslider li h3{
    padding: 15px 0 10px;
  }
  .flexslider li .banner-trired-slider-text{
    width: 100%;
  }
  .navbar-default ul .navigation {
      margin: 0 10px;
      padding: 10px 0;
  }
  .navbar-default ul .navigation::after{
    display: none;
  }
  .header_top.container {
      padding: 0;
      position: relative;
  }
  .header_menu{
    padding: 10px 0;
  }
  .header-container{
    padding: 0;
    position: relative;
  }
  .container{
    max-width: 100%;
  }
  .navbar-default .navbar-header{
    width: 100%;
  }
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{
    margin-left: 0;
  }
  .visitors-block .treatment-title{
    margin: 25px 0 15px;
  }
  .flexslider li h2{
    font-size: 40px;
  }
  .flexslider li.sixth .meta{
    top: 6%;
  }
   .navigation.submenu ul, .navigation.submenu ul .submenu ul {
      position: relative;
      opacity: 1;
      top: 0;
      visibility: visible !important;
      background: #000 !important;
      width: auto;
      right: 0;
      left: 0;
  }
  .navigation.submenu:hover ul{
    top: 0;
  }
  .navigation.submenu ul li{
    padding: 7px 15px;
  }
  .navigation.submenu ul li a{
    text-transform: capitalize;
  }
  .navigation.submenu:hover ul li ul{
    opacity: 1;
  }
  .navigation.submenu ul .submenu ul::after{
    display: none;
  }
  .navigation.submenu ul .submenu ul {
      padding: 10px 15px 0;
  }
  #bs-example-navbar-collapse-1 .navigation.submenu:hover ul a {
      color: #fff !important;
  }
  #bs-example-navbar-collapse-1 .navigation.submenu ul li:hover a,#bs-example-navbar-collapse-1 .navigation.submenu ul li li a:hover {
      color: #b20838 !important;
  }
  #bs-example-navbar-collapse-1 .navigation.submenu ul li:hover li a {
      color: #fff !important;
  }
  .navbar-collapse{
    padding: 0;
    border: none;
  }
  .team-info-inner .team-info-description{
    min-height: 140px;
  }
  .choose-us p {
      font-size: 15px;
  }
  .choose-us span{
    font-size: 13px;
    padding: 10px 0 0;
  }
  .treatment-title{
    font-size: 40px;
  }
}
 @media (max-width:991px) {
  .dealer-link {
      margin: 4px 0 4px 10px;
      float: none;
  }
  .dealer-locator-block .map{
    margin: 0 0 30px;
    height: 400px;
  }

  .dealer-locator-block .map iframe,.map-info-inner{
    height: 400px;
  }
  .left-column{
    display: none;
  }
  .flexslider li .back-text{
    display: none;
  }
  .flexslider-controls {
      display: none;
  }
  .visitors-block {
      margin: 0;
  }
  .navbar-default .contact-detail .time {
      float: none;
      display: inline-block;
      vertical-align: top;
  }
  .navbar-default .contact-detail .contact, .navbar-default .contact-detail .contact-left {
      float: none;
      display: inline-block;
      vertical-align: top;
  }
  .navbar-default .contact-detail{
    text-align: center;
    padding: 0 0 10px;
  }
  .navbar-default .contact-detail .contact-left {
      padding: 13px 0 5px;
  }
  .navbar-default .contact-detail .followus{
    border: none;
  }
  .navbar-default .contact-detail .contact-right{
    padding: 0;
    float: none;
  }
  .search{
    float: left;
    margin: 0;
  }
  .footer-services, .footer-address,.footer-address.first,.footer-address.second{
    width: 100%;
  }
  .page-title-banner .page-title-background{
    padding: 20px 0;
  }
  .page-title-banner .page-title h2{
    font-size: 30px;
  }
  .contact-detail .description .content{
    font-size: 13px;
  }
  .contact-detail .description .title{
    font-size: 15px;
  }
  .flexslider li h2 {
      font-size:30px;
  }
  .flexslider .slides > li img.first-image,.flexslider .slides > li img.second-image{
    display: none;
  }
  .flexslider .slides > li.fourth .banner-image {
      margin: 50px 0 0 0px;
  }
  .flexslider .slides > li.third img {
      width: 100%;
  }
  .sixth .banner-text{
    width: 75%;
  }
  .chooseus-block {
      margin: 30px 0 0;
  }
  .footer-title:hover{
    color: #99042b;
  }
  .chooseus-block-inner{
    padding: 30px 15px 0;
    min-height: 150px;
  }
  .treatment-title{
    font-size: 26px;
  }
  .feature-product .description .product-title{
    font-size: 15px;
  }
  .sub-title{
    font-size: 12px;
  }
  .treatment-we-offer .sub-title{
    font-size: 17px;
  }
  .treatment-slick-slider{
    margin: 30px 0 0;
  }
  .visitors-block {
      padding: 0 15px 70px;
      display: inline-block;
      vertical-align: top;
      width: 100%;
  }
  .specials img{
    width: 100%
  }
  .features-block-inner,.features-block:nth-child(3) .features-block-inner, .features-block:nth-child(4) .features-block-inner{
    min-height: auto;
  }
 }
 @media (max-width:767px) {
  .customization-block.sixth .image ,.customization-block.sixth .descrition{
      width: 100%;
      float: left;
  }
  .main-background-img h2, .content-bottom h2.title{
    font-size: 25px;
  }
  .customization-block{
    display: block;
    margin: 0;
  }
  .customization-block .number,.customization-block .descrition{
    width: 100%;
    padding: 0 0 15px;
  }
  .customization-block .number{
    padding: 0;
  }
  .main-background-img .desc strong{
    font-size: 18px;
  }
  .main-background-img .desc,.about-block p,.features-block p{
    font-size: 15px;
  }
  .descrition h1{
    font-size: 20px;
  }
  .about-block h2{
    font-size: 20px;
  }
  .navbar-default .navbar-collapse{
    right: 30px;
    width: 50%;
  }
  .choose-us .treatment-title {
    margin: 30px 0 20px;
  }
  .parallax-block {
      margin: 0 0 30px;
  }
  .parallax{
    padding: 40px 0 10px;
  }
  .team-info .col-md-3.col-sm-4{
    width: 50%;
    float: left;
  }
  .footer-title{
    font-size: 18px;
  }
  .footer-services ul li a, .footer-address .address{
    font-size: 14px;
  }
  .navbar-default .contact-detail .description{
    width: 100%;
  }
  .navbar-default .contact-detail .image{
    display: none;
  }
  .flexslider li .banner-trired-slider-text {
      font-size: 15px;
      padding: 0 0px;
      -webkit-text-stroke: 0;
      color: #fff;
  }
  .services-info .appoinment-info-inner,.services-info .appoinmtnt-form{
    width: 100%
  }
  .services-info .appoinmtnt-form{
    padding: 0;
    margin: 20px 0;
  }
  .flexslider li .banner-trired-slider-text{
    display: none;
  }
  .flexslider li h3{
    display: none;
  }
  .flexslider li .btn {
      margin: 0 15px 0 0;
  }
  .flexslider .slides > li.second .banner-image{
    margin: 0;
  }
  .flexslider .slides img.logo {
      display: none;
  }
  .flexslider li h2{
    font-size: 20px;
  }
 }
 
@media (max-width:479px) {
  .navbar-default .navbar-collapse{width: 80%;}
  .search{
    float: none;
    padding: 10px 0 0;
    display: inline-block;
    vertical-align: top;
  }
  .navbar-default .contact-detail .time{
    width: 100%;
    margin: 0;
  }
  .navbar-default .contact-detail .followus {
      float: none;
      padding: 5px 0;
  }
  .navbar-default .contact-detail .description {
      text-align: center;
      padding: 0;
  }
  .navbar-default a.navbar-brand img {
      width: 200px;
  }
  .navbar-default .navbar-toggle{
    margin-top: 3px;
  }
  .team-info .col-md-3.col-sm-4{
    width: 100%;
    float: left;
  }
  .flexslider li .banner-trired-slider-text{
    display: none;
  }
  .treatment-we-offer .sub-title{
    width: 100%;
  }
  .treatment-we-offer-index .treatment-we-offer .treatment-title{
    width: 100%;
    margin: 0 0 10px;
  }
  .treatment-we-offer-index  .treatment-we-offer{
    padding: 30px 0 103px;
  }
  .footer-wrapper{
    padding: 40px 0;
  }
  .copyright-wrapper p{
    font-size: 16px;
  }
  .treatment-title {
      font-size: 22px;
  }
  .appoinmtnt-form .form-group{
    width: 100%;
  }
  .flexslider li .meta {
      top: 0;
  }
  .flexslider li h2{
    margin: 10px 0;
  }
  .flexslider li .btn {
      height: 30px;
      line-height: 28px;
  }
  .appoinmtnt-form .form-control{
    margin: 0 0 10px;
  }
  .appoinmtnt-form .btn {
      margin: 10px 26px 0;
  }
  .flex-direction-nav{
    top: 32%;
  }
  .flex-direction-nav li .flex-next{
    right: 10px;
  }
  .flex-direction-nav li .flex-prev{
    left: 10px;
  }
}
.grading-list{
    margin-bottom: 30px;
}
.grading-image{
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 15px;
}
.grading-name{
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	color: #000000;
}
.subtitle-inner{
    text-align: right;
    font-size: 19px;
    font-weight: 500;
    color: #999;
    width: 50%;
    margin-left: auto;
}
@media (max-width:991px) {
    .subtitle-inner{
        width: 70%;
    }
}
@media (max-width:543px) {
    .subtitle-inner{
        width: 100%;
        font-size: 16px;
        margin-left: 0;
        text-align:center;
    }
}
.fancybox-content
 {
    width:70% !important;
    background-color:#f1f1f1;
 }
#home-v{
    display: flex;
    align-items: center;
}
@media (max-width: 991px) {
    .dimension-block,.ima-div{
        width: 100% !important;
    }
    #home-v{
        display: block;
    }
}
@media (max-width: 767px) {
    .dimension-block{
    padding: 0 15px;
    }
}
.gm-style-iw {
  width: 350px; 
  min-height: 150px;
}
.ajaxloader{
  visibility:hidden;
}