/*-----------------------------------------------------------------------------------

 [Table of contents]

 1. Base (Global style for some elements)
 2. Banner section (Logo, Navigation and Video Banner Section)
 3. About us (Section)
 4. Service (Section)
 5. Statistics (Section)
 6. Testimonial (Section)
 7. Our Team (Section)
 8. Our Pricing (Section)
 9. Discount / Offer Banner (Section)
 10. Appointment Form (Section)
 11. Photo Gallery (Section)
 12. Join / Member (Section)
 13. Latest News (Section)
 14. Contact Us (Section)
 15. Footer (Section)

-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------

 [Global CSS for some elements]

 # html
 # body
 # a tag
 # responsive images
 # input placeholders
 # i tag for font awesome icons
 # paragraph
 # hr tag for horizontal line
 # white section
 # dark section
 # align center (class)
 # bootstrap fluid container
 # theme button
 # swiper (carousel slider)

-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------

Basic CSS

-----------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Italianno&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Babylonica&display=swap');

#notification {
    width: 100%;
    background: linear-gradient(to right, #d2961e, #ffea9d);
    position: fixed;
    top: 0;
    z-index: 99999;
    text-align: center;
    color: #333;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 15pt;
    display: none;
    padding: 5px;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
}
.notificationtop a
{
    color:#333;
    text-decoration:none;    
    background:#fff;
    padding:4px 5px 4px 5px;
    font-size:11pt;
    border-radius:5px;
    -moz-border-radius:5px;
    margin-left:10px;
    cursor:pointer;
}
@import url('icofont.css');

/*@font-face {
    font-family: 'icofont';
    src: url('../fonts/icofont.eot?v=1.0.0-beta');
    src: url('../fonts/icofont.eot?v=1.0.0-beta#iefix') format('embedded-opentype'),
    url('../fonts/icofont.ttf?v=1.0.0-beta') format('truetype'),
    url('../fonts/icofont.woff?v=1.0.0-beta') format('woff'),
    url('../fonts/icofont.svg?v=1.0.0-beta#icofont') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
@font-face 
{
   src:url(fonts/AlloeLine.otf);   
   font-family: AlloeLine;     
}
@font-face 
{
   src:url(fonts/bonjour.otf);   
   font-family: bonjour;     
}
@font-face 
{
   src:url(fonts/Aisyah-Demo.otf);   
   font-family: Aisyah-Demo;     
}
@font-face 
{
   src:url(fonts/Bella Queta.otf);   
   font-family: Bella Queta;     
}
@font-face 
{
  font-family: Airthan-Age;  
  src: url('fonts/Airthan-Age.ttf'); /* IE9 Compat Modes */
  src: url('fonts/Airthan-Age.ttf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/Airthan-Age.ttf2') format('ttf2'), /* Super Modern Browsers */
  url('fonts/Airthan-Age.ttf') format('ttf'), /* Pretty Modern Browsers */
  url('fonts/Airthan-Age.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('fonts/Airthan-Age.svg#svgFontName') format('svg'); /* Legacy iOS */      
}
@font-face 
{
  font-family: AnythingScript;  
  src: url('fonts/AnythingScript.ttf'); /* IE9 Compat Modes */
  src: url('fonts/AnythingScript.ttf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/AnythingScript.ttf2') format('ttf2'), /* Super Modern Browsers */
  url('fonts/AnythingScript.ttf') format('ttf'), /* Pretty Modern Browsers */
  url('fonts/AnythingScript.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('fonts/AnythingScript.svg#svgFontName') format('svg'); /* Legacy iOS */      
}
@font-face 
{
  font-family: Bagias;  
  src: url('fonts/Bagias.ttf'); /* IE9 Compat Modes */
  src: url('fonts/Bagias.ttf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/Bagias.ttf2') format('ttf2'), /* Super Modern Browsers */
  url('fonts/Bagias.ttf') format('ttf'), /* Pretty Modern Browsers */
  url('fonts/Bagias.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('fonts/Bagias.svg#svgFontName') format('svg'); /* Legacy iOS */      
}
@font-face 
{
  font-family: Bavro;  
  src: url('fonts/Bavro.ttf'); /* IE9 Compat Modes */
  src: url('fonts/Bavro.ttf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/Bavro.ttf2') format('ttf2'), /* Super Modern Browsers */
  url('fonts/Bavro.ttf') format('ttf'), /* Pretty Modern Browsers */
  url('fonts/Bavro.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('fonts/Bavro.svg#svgFontName') format('svg'); /* Legacy iOS */      
}
@font-face 
{
  font-family: Bela;  
  src: url('fonts/Bela.ttf'); /* IE9 Compat Modes */
  src: url('fonts/Bela.ttf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/Bela.ttf2') format('ttf2'), /* Super Modern Browsers */
  url('fonts/Bela.ttf') format('ttf'), /* Pretty Modern Browsers */
  url('fonts/Bela.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('fonts/Bela.svg#svgFontName') format('svg'); /* Legacy iOS */      
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}

article, aside, figure, figure img, figcaption, hgroup, footer, header, nav, section, video, object {
    display: block
}

a img {
    border: 0
}

figure {
    position: relative
}

figure img {
    width: 100%
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

body {
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    /*background-color: #191919;*/
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased; /* This needs to be set or some font faced fonts look bold on Mac in Chrome/Webkit based browsers. */
    -moz-osx-font-smoothing: grayscale; /* Fixes font bold issue in Firefox version 25+ on Mac */
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}
.servicesgroup h2
{
    color:#edca7b;  
    letter-spacing: 0.2px;  
    font-size:21pt;
}
.row {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
.row-page {
    width: 100%;
    max-width: 96%;
    margin: 0 auto;
}
.row-home {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
}
.clearfix:after {
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.clr:before,
.clr:after,
.container:before,
.container:after,
.row:before,
.row:after {
    display: table;
    content: " "
}

.clr:after,
.clr:after,
.row:after, .clear {
    clear: both
}

img, object, embed {
    max-width: 100%;
}

img {
    height: auto;
    vertical-align: top;
}

input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="button"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea, select {
    -webkit-appearance: none !important;
    border-radius: 0;
}

::-webkit-input-placeholder {
    opacity: 1 !important;
}

:-moz-placeholder {
    opacity: 1 !important;
}

::-moz-placeholder {
    opacity: 1 !important;
}

:-ms-input-placeholder {
    opacity: 1 !important;
}

*, img, a {
    outline: none;
}
a {
    transition: all ease 0.5s;
}
h1, h2, h3, h4, h5, h6, ul, li {
    font-weight: normal;
}


.table {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.table-cell2 
{
    display: table-cell;
    vertical-align: middle;
    background: url(../images/egift-home.webp) 50% center no-repeat;
    background-size: cover;
}
.table-cell3 
{
    display: table-cell;
    vertical-align: middle;
    background: url(../images/party-home.webp) 53% center no-repeat;
    background-size: cover;
}
.inline-block-outer:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
}

h1 {
    font-weight: normal;
    font-size: 32px;
    line-height: 40px;
    color: #5c5d5e;
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

h2 {
    font-weight: 400;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 80px;
    letter-spacing: 1.6px;
    line-height: 55px;
}

h3 {
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
}

h4 {
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
}
a {
    text-decoration: none;
}

p {
    font-size: 15px;
    line-height: 20px;
    color: #1d1d1b;
}

/*-----------------------------------------------------------------------------------

banner section

-----------------------------------------------------------------------------------*/

.banner-section {
    background: url("../images/banner-01.webp") no-repeat top center;
    height: 100vh;
    background-size: cover;
}

.header {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    padding-top: 5px;
    position: relative;
}
.header2 {
    display: table;
    width: 100%;
    height: 100%;
    margin-top: -10px;
    position: relative;
    background: url("../images/bg-header.webp") repeat center 65%;
    border-bottom: 2px solid;
    border-image-slice: 2;
    border-width: 2px;
    border-image-source: linear-gradient(to right, #845335, #ebdda6, #ca9553, #ebdda6, #845335);

}
.header3 {
    width: 1170px;
    margin: 0px auto;
    overflow: hidden;
    border: 1px solid #fff;
}
.header ul {
    list-style: none;
}

.header ul li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
}

.header ul li:first-child {
    padding-left: 0;
}

.header ul li a {
    display: block;
    font-weight: 800;
    font-size: 15px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    transition: all ease 0.5s;
    padding-bottom: 3px;
    letter-spacing: 0;
}

.header ul li a:hover, .header ul li.active a {
    color: #eac867;
}

/*.header ul li.active a {
    border-bottom: 1px solid #ae8444;
}*/

.logo {
    text-align: center;
    max-width: 120px;
    margin: 0 auto;
    padding-bottom:5px;
}
.logo-page {
    margin-right: 20px;   
    padding-top: 5px;
}

.border-bottom-header
{
    background: url("../images/header-top1.webp") repeat center top;
}
.logo-footer{
    max-width: 200px;
}
.header .table-cell {
    width: 470px;
}
.header .table-cell-home {
    /*width: 346px;*/
}
.table-cell-home1
{
    text-align: right;    
}
.table-cell-services {
    width: 49%!important;
}
.logo.table-cell {
  max-width: 100%;
  text-align: left;
  width: 134px;
}
.banner-text {
    max-width: 900px;
    width: 100%;
    margin: -70px auto 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}
.banner-slide-show-wrapper {
    position: relative;
}
.banner-text span {
    display: block;
    font-weight: 600;
    color: #fff!important;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    margin-top:30px!important;
    
}

.banner-text h1 {
    color: #ffffff;
    font-size:100px;
    font-weight: 600;
    line-height: 186px;
    letter-spacing: 0.6px;
    margin: 25px 0;
    
    filter: drop-shadow(2px 2px 1px #583a17);
     /*background-image: url(../images/bg-text.webp);
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Bagias;*/
    font-family: Bella Queta;
    max-width:900px;
    width:100%;
}

.animate-charcter
{
  
  background-image: url(../images/bg-text.webp);
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 5s linear infinite;
  
  display: inline-block;
  
}

@keyframes textclip {
  to {
    background-position: 200% center;
}
}


.banner-text p {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 19px;
  margin-bottom: 23px;
}

.play-btn {
  display: block;
  margin-top: 72px;
}

body.page-template-page-contact #location {
    display: none!important;
}

/*-----------------------------------------------------------------------------------

banner slider css

-----------------------------------------------------------------------------------*/
.servicesimg
{    
    width: 46%;
    margin: 0px auto;
    overflow: hidden;
    margin-top:30px;
}
.banner-slider-item {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}
.banner-slider-item .much-img img, .banner-slider-item .logo img {
    margin: 0 auto;
}
.much-img img {
    width: auto !important;
}
.banner-slider .slick-prev {
    left: 15px;
}

.banner-slider-item-img img {
    width: 100%;
}

.banner-slider .slick-next {
    right: 15px;
}

.slider-header {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  /*background: url("../images/header-top1.webp") repeat center center;*/
  background: rgba(0,0,0,0.7);
}
.slider-header2 
{
    position:absolute;
    left:0px;
    bottom:0px;
    width: 100%;
    height: 5px;
    background: url("../images/header-top1.webp") repeat center top;
}
.slider-header-bottom
{
  width: 100%;
  height: 5px;
  background: url("../images/header-top1.webp") repeat center top;
}
.banner-slider-item {
  position: relative;
}
.banner-slider-item-img {
  background-position: center 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.banner-slider-item-img2 {
  background-position: center 60%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.banner-slider-item-img3 {
  background-position: center 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.banner-slider .banner-text {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

/*-----------------------------------------------------------------------------------

About us

-----------------------------------------------------------------------------------*/

.experience-section {
    background: url(../images/bg-ab.webp) center center no-repeat;
    background-size: cover;
    padding-bottom: 75px;
}

.brush-image-big {
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  /*filter: drop-shadow(30px 10px 4px #ccc);*/
}

.brush-inner-big-img > img {
  width: 100%;
}

.brush-over-text-main {
  left: 0;
  padding: 25px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  /*background: url(../images/about2.webp) 35% 0px no-repeat;
  background-size: cover;
  border-radius:180px;*/
  
}

.brush-over-text {
    /*background: rgba(0, 0, 0, 0.4);*/
    padding: 55px 0 30px;
    height: 100%;
    width: 100%;
    
}
.experience-left {
  float: left;
  padding-right: 5px;
  position: relative;
  text-align: center;
  top: -50px;
  width: 33%;
}

.timing-text h5 {
  border-bottom: 1px solid #333;
  background: -webkit-linear-gradient(#cf9214, #d2961e, #ffea9d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 35px;
  display: inline-block;
  line-height: 36px;
  margin-top: 4px;
  padding-bottom: 2px;
  vertical-align: middle;
  font-family: Bella Queta;
}

.timing-text img {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 5px;
}

.days-text span, .location-text span, .phone-text span {
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 1.5;
}

.days-text .day {
    color: #fff;
    margin-bottom: 8px;
}

.timing-text {
    margin-bottom: 38px;
}

.days-text {
    margin-bottom: 29px;
}

.saturday-text, .sunday-text {
 position: relative;
 padding-top: 28px;
}

.saturday-text:before, .sunday-text:before {
  background: #88837d;
  border-radius: 100%;
  content: "";
  height: 8px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 8px;
} 

.location-text span, .phone-text span {
    display: block;
    margin-top: 13px;
}

.phone-text {
 margin-top: 38px;
}

.location-text {
  padding-top: 69px;
  position: relative;
}

.location-text:before {
    content: "";
    background: #ffd176;
    width: 1px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.experience-right{
    padding: 98px 15px 40px 60px;
    width: 67%;
    background: url(../images/about-right.webp) 50% -7% no-repeat #000;
}
.experience-right h6 {
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    text-transform: uppercase;
}

.experience-right h2 {
  background: -webkit-linear-gradient(#af7114, #af7114, #d3a04e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 83px;
  letter-spacing: 0.1px;
  line-height: 98px;
  margin-top: 4px;
  font-family: 'Italianno', cursive;
}
.about-txt2
{
    background: -webkit-linear-gradient(#cf9214, #d2961e, #ffea9d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    letter-spacing: 0.1px;
    line-height: 55px;
    font-family: Bella Queta;
    margin-top: 125px;
}
.line {
    position: relative;
    display: block;
}

.line:after {
    content: "";
    /*background: -webkit-linear-gradient(#e8a146, #fedc74, #e3be73);
    width: 70px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 28px;*/
}

.experience-right {
  float: left;
  padding: 58px 15px 40px 60px;
  width: 67%;
  border-top-left-radius: 46%;
  border-top-right-radius: 46%;
  border: 2px solid #fff;
}



.story-text-left .big-text {
    font-size: 18px;
    line-height: 27px;
    color: #d2ccc5;
    margin-bottom: 36px;
}

.story-text {
  float: left;
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
}

.story-text-left {
  width: 100%;
}

.story-text-right {
  float: left;
  width: 40%;
}

.story-text-left p {
    font-size: 16px;
    line-height: 27px;
    color: #fff;
}

.read-more-btn {
    display: block;
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    text-align: center;
    font-size: 12px;
    line-height: 45px;
    max-width: 153px;
    width: 100%;
    height: 45px;   
    background: url(../images/btn.webp) center center no-repeat;
    background-size: cover;
}
.read-more-btn:hover {
    background: url(../images/btn-hover.webp) center 80% no-repeat;
    background-size: cover;
}
#btn-slogan {
    border: 1px solid #edca7b;
    color: #edca7b;
}
.btn-callhome {
    /*background: url(../images/bg-text1.webp) left bottom no-repeat;
    background-size: cover;*/
    border-radius: 5px;
    color: #333
}
.story-text-left .read-more-btn {
    margin-top: 30px;
}


/*-----------------------------------------------------------------------------------

Our-service

-----------------------------------------------------------------------------------*/

.our-service {
    background: url(../images/sv-home2.webp) center 50% no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}

.heading-title {
    text-align: center;
    background: -webkit-linear-gradient(#cf9214, #d2961e, #ffea9d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    margin-bottom: 115px;
    letter-spacing: 0;
    font-family: Bagias;
    line-height:80px;
}
.heading-title3 {
    color: #333;
}
.heading-title2 {
    background: -webkit-linear-gradient(#af7114, #af7114, #99691c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 80px;
}
.heading-title:before {
  background: url("../images/line-home.webp") no-repeat scroll center center;
  bottom: -48px;
  content: "";
  height: 29px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 200px;
}
.heading-title-home:before {
   /* background: url("../images/icon-home2.webp") no-repeat scroll center center;*/
}
#sv-home:before {
    background: url("../images/icon-home.webp") no-repeat scroll center center;
}
/*.heading-title2:before {
  background: url("../images/icon-page2.webp") no-repeat scroll center center;
  bottom: -48px;
  content: "";
  height: 41px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 120px;
}*/
.service-block h6 {
    font-size: 36px;
    line-height: 36px;
    color: #d19b30;
    position: relative;
    padding-bottom: 16px;
    font-family: Bella Queta;
    padding-top: 0px;
}
.service-block h6:after {
    content: "";
    background: url("../images/icon-home.webp") no-repeat center center;
    width: 150px;
    height: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30px;
}

.service-block p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin: 30px auto 50px;
  padding: 0px 2%;
}

.service-block {
    text-align: center;
    float: left;
    width: 33.33%;
    padding: 0 30px;
}

.service-block-inner {
    border: 2px solid #fff;
    border-top-left-radius: 180px;
    border-top-right-radius: 180px;
    padding: 70px 0 60px;
    position: relative;
    cursor: pointer;
    height: auto;
}

.service-block-inner:hover .service-block-image {
    border: 1px solid #ffffff;
}

.service-block-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    position: relative;
    background: #eacda3;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #fffffe, #fff);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #fffffe, #fff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border: 1px solid #fff;
    border-top-left-radius: 180px;
    border-top-right-radius: 180px;
}

.service-wrap-img > img {
  width: 100%;
  height: 540px;
}
.services-ic2 img{
  border-top-left-radius: 180px;
  border-top-right-radius: 180px;
}
.service-wrap-img {
    /*background: url(../images/services-home.webp) 0px 0px no-repeat;
    background-size: cover;*/
    height: 560px;
}
.services-page
{
    background: url(../images/bg-services.webp) center center no-repeat fixed;
    background-size: cover;
}
.service-middle.active .service-wrap-img {
  opacity: 1;
}

.service-block-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 25px;
}

.service-block .read-more-btn {
    color: #333;    
    margin: 0 auto;
    font-weight: 600;
    margin-top: -35px;
}

.service-wrapper {
    margin: 0 -30px;
}

.service-block .read-more-btn:hover {
    opacity:0.8;
}

.service-ic {
  margin-bottom: 25px;
}

.service-ic img {
  margin: 0 auto;
  width: 88%;
}

.service-middle .service-block-inner {
    padding: 10px;
}

.service-middle.active h6, .service-block-inner:hover h6 {
    color: #333;
}

.service-middle.active p, .service-block-inner:hover p {
    color: #333;
}

.service-middle.active .read-more-btn, .service-block-inner:hover .read-more-btn {
    opacity:0.8;
    margin-top: -5px;
}

/*-----------------------------------------------------------------------------------

service slider

-----------------------------------------------------------------------------------*/

.slick-dots {
    list-style: none;
    text-align: center;
    margin-top: 44px;
}

.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}

.slick-dots li:first-child {
    padding-left: 0;
}

.slick-dots li button {
    background: none;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    cursor: pointer;
    font-size: 0;
    border-radius: 100%;
    outline: none;
}

.slick-dots .slick-active button {
    background: #fff; 
}

.service-wrapper .slick-arrow,  .slick-arrow {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    background: #ffffff;
    text-align: center;
    font-size: 0;
    cursor: pointer;
    border: none;
    z-index: 99;
    margin-top: -5px;
}

.service-wrapper .slick-arrow:hover, .slick-arrow:hover {
    background: #917658;
}

.service-wrapper .slick-prev, .slick-prev {
    background: #cb9e41 url("../images/banner-arrow-left-hover.webp") no-repeat center center;
    left: -60px;
}

.service-wrapper .slick-next, .slick-next {
    background: #cb9e41 url("../images/banner-arrow-right-hover.webp") no-repeat center center;
    right: -60px;
}

.service-wrapper .slick-prev:hover, .slick-prev:hover {
    background: #ecdab4 url("../images/banner-arrow-left-hover.webp") no-repeat center center;
}

.service-wrapper .slick-next:hover, .slick-next:hover {
    background: #ecdab4 url("../images/banner-arrow-right-hover.webp") no-repeat center center;
}



/*-----------------------------------------------------------------------------------

Company Statistics

-----------------------------------------------------------------------------------*/

.counter-banner {
    background: url("../images/banner2.webp") no-repeat top center;
    background-size: cover;
    height: 376px;
}

.counter-banner .row {
    height: 100%;
}

.counter-text h5 {
    color: #ffffff;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
}

.counter-text p {
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 6px;
    letter-spacing:1px;
}

.counter-img {
    float: left;
    width: 100%;
    text-align:center;
    padding:0 0 20px 0;
}

.counter-icon {
    float: left;
    width: 100%;
    text-align:center;
}

.counter-icon i{
    width:100%;
    height:50px;
    text-align:center;
    color:#b7b7b7;
    font-size:40px;
    display:block;
    line-height:50px;
}


.counter-text {
    overflow: hidden;
    float:left;
    width:100%;
    text-align:center;
}

.counter-box {
    float: left;
    width: 25%;
}

.counter-wrapper {
    max-width: 1074px;
    width: 100%;
    margin: 0 auto;
}


/*-----------------------------------------------------------------------------------

Testimonial 

-----------------------------------------------------------------------------------*/

.client-testimonial {
    background: #f5eee6;
    padding-top: 103px;
    padding-bottom: 115px;
    text-align: center;
}

.testimonial-wrapper {
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
}

.testimonial-box {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 70px 10px 105px;
    box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.testimonial-box:before {
    content: "";
    background: url("../images/quote-img.webp") no-repeat center center;
    top: 40px;
    left: 0;
    right: 0;
    position: absolute;
    width: 78px;
    height: 63px;
    margin: 0 auto;
}

.testimonial-wrapper .slick-arrow {
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin-top: -49px;
}

.testimonial-wrapper .slick-prev {
    left: -23px;
}

.testimonial-wrapper .slick-next {
    right: -23px;
}

.test-img {
    margin-top: -58px;
    position: relative;
}

.test-img img {
    margin: 0 auto;
}

.testimonial-box p {
    font-size: 14px;
    line-height: 26px;
    color: #727272;
    margin-bottom: 15px;
}

.testimonial-box span {
    display: block;
    font-size: 13px;
    line-height: 18px;
    color: #edca7b;
    font-weight: 400;
}

.testimonial-box b {
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
}

.testi-logo-img {
    float: left;
    width: 25%;
}

.testimonial-logo {
    width: 100%;
    margin: 144px auto 0;
}

.testimonial-logo .slick-prev {
  background: #F5EEE6 url("../images/logo-angle-left.webp") no-repeat scroll center center;
  left: 0;
}

.testimonial-logo .slick-next {
  background: #F5EEE6 url("../images/logo-angle-right.webp") no-repeat scroll center center;
  right: 0;
}

.testimonial-logo .slick-arrow {
    width: 17px;
    height: 9px;
}

.testimonial-logo a {
    display: block;
    text-align: center;
}

.testimonial-logo .slick-slide img {
    margin: 0 auto;
}


/*-----------------------------------------------------------------------------------

our-team 

-----------------------------------------------------------------------------------*/
.our-team {
    background-color: #edca7b;
    padding-top: 93px;
    padding-bottom: 73px;
}

.our-team .heading-title, .make-appointment .heading-title {
    background: -webkit-linear-gradient(#d3a04e, #e5af37, #d3a04e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.our-team .heading-title:before, .make-appointment .heading-title:before {
    /*background: url(../images/icon-home.webp) center center no-repeat;*/
}

.our-team-text {
    text-align: center;
    position: relative;
    z-index: 9;
    padding-top: 22px;
    min-height: 115px;
}

.our-team-text:before {
    content: "";
    background: url("../images/hair-img.webp") no-repeat center center;
    width: 100%;
    height: 156px;
    position: absolute;
    top: -44px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.our-team-text h5 {
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.our-team-text span {
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #edca7b;
    font-weight: 500;
    margin-top: 9px;
}

.our-team-box {
    float: left;
    width: 33.33%;
    padding-left: 28px;
    padding-right: 28px;
}

.our-team-inner {
    position: relative;

}

.our-team-inner:before {
    content: "";
    border: 4px solid #ffffff;
    position: absolute;
    top: 16px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    width: 91%;
    height: 75%;
}

.our-team .slick-arrow {
    display: none !important;
}

.our-team .slick-dots li button {
    background: transparent;
    border-color: #f5eee6;
}

.our-team .slick-dots .slick-active button {
    background: #f5eee6;
}

/*-----------------------------------------------------------------------------------

pricing

-----------------------------------------------------------------------------------*/

.our-pricing {
    background: url("../images/bg-party.webp") no-repeat bottom center fixed;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
}

/*.our-pricing .heading-title {
    color: #ffffff;
}*/

.our-pricing-wrapper {
    margin: 0 -15px;
}

.our-price-box {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.main-title{
    color:#99691c;
    text-align: right;
    font-size:14pt;
    padding:10px 0px 10px 0px;
    font-weight: bold;
}
.sub-main
{
    padding-top:40px;
    font-style:italic;
    
}
.our-price-box-inner {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
    cursor: pointer;
    transition: all ease 0.5s;
    min-height:480px;
    
}

.our-price-box-inner:hover {
    opacity:0.97;
}

.our-price-box-left {
    display: table-cell;
    vertical-align: middle;
    width: 72%;
    padding: 37px;
    border-right: 2px solid #fff;
    background: rgb(255 255 255 / 100%);
    border-top-left-radius: 26%;
}
.tab-col-index {
    float: left;
    width: 33.33%;
}
.our-price-box-right {
    display: table-cell;
    vertical-align: top;
    width: 28%;
}

.our-price-text h4 {
    font-size: 25px;
    line-height: 28px;
    background: -webkit-linear-gradient(#d19b30, #d19b30, #d19b30);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 2px;
    font-family: Bella Queta;
}

.our-price-text p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    font-weight: 400;
    margin: 15px 0;
}

.our-price-text .more {
    font-size: 11px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    position: relative;
    padding-right: 18px;
    border: 1px solid #d19b30;
    border-top-left-radius: 180px;
    border-bottom-right-radius: 180px;
    padding: 5px 30px;
    background: url(../images/btn.webp) center center no-repeat;
    background-size: cover;
}

.our-price-text .more:hover {
    color: #333;
}

.our-price-text .more:hover:after {
    background: url("../images/more-arrow-hover.webp") no-repeat center center;
    color: #333;
}

.our-price-text .more:after {
    content: "";
    background: url("../images/more-arrow.webp") no-repeat center center;
    position: absolute;
    right: 0;
    top: 3px;
    width: 11px;
    height: 6px;
    padding: 10px 20px;
}

.our-price-ic {
    float: left;
    width: 60px;
}

.our-price-text {
    overflow: hidden;
    padding-left: 5px;
}

.price-discount {
    padding: 11px;
    border-bottom: 3px solid #edca7b;
}

.price-discount span {
    background-color: #edca7b;
    padding: 38px 25px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
}

.start-price span {
    display: block;
    font-size: 13px;
    line-height: 15px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}

.start-price {
    text-align: center;
    padding-top: 21px;
}

.start-price b {
    display: block;
    font-size: 26px;
    line-height: 30px;
    color: #edca7b;
    font-weight: 400;
}


/*-----------------------------------------------------------------------------------

Discount

-----------------------------------------------------------------------------------*/

.get-discount {
    /*background: url(../images/sv-home2.webp) center bottom no-repeat fixed;
    background-size: cover;*/
    background: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}
.get-discount-services {
    background: url(../images/bg-page.webp) center 50% no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
    color: #333;
}
.get-discount-promotion
{
    background: url(../images/img-page/promotion.webp) center 25% no-repeat;
    
}   
.get-discount-party
{
    background: url(../images/img-page/party.webp) center center no-repeat;
    background-size: cover;
}
.get-discount-hour{
    background: url(../images/img-page/hour.webp) center center no-repeat;
    background-size: cover;
}
.get-discount-egift{
    background: url(../images/img-page/egift.webp) center 22% no-repeat;
    background-size: cover;
}
.get-discount-home {
    background: url(../images/bg-home.webp) center bottom no-repeat;
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 120px;  
    text-align: center;
    color: #333;
    border-top:3px solid #fff;
}
.get-discount-services a 
{
    color: #fff;
}
.get-discount-services a:hover
{
    color: #edca7b;
}
.get-discount h3  {
    
    line-height: 54px;
    color: #fff;
    font-weight: 400;
    /*font-family: Bella Queta; */
    font-family: Bagias;
    letter-spacing: 2px;
    padding-bottom: 15px;
    font-size:56px;
}
.get-discount-home h3 {
    font-size: 65px;
    line-height: 70px;
    color: #000;
}
.get-discount-img {
  margin-bottom: 55px;
}

.get-discount h3 b {
    font-weight: 600;
}

.get-discount p 
{
    font-size: 12pt;
    line-height: 26px;
    color: #333;
    font-weight: 400;
    margin: 0px 0 56px;
}
.get-discount-home p
{
    font-size: 15pt;
    
}
.get-discount a {
    margin: 0 auto;
    max-width: 223px;
    /*line-height: 2.5;*/
}


/*-----------------------------------------------------------------------------------

Appointment

-----------------------------------------------------------------------------------*/

.make-appointment {
    
    padding-top: 103px;
    padding-bottom: 103px;
    position: relative;
    background: url(../images/bg-page-sign.webp) center bottom no-repeat fixed;
    background-size: cover;
}

.make-appointment:after {
    bottom: -15px;
    content: "";
    height: 530px;
    position: absolute;
    right:0;
    width: 100%;
}

.appointment-header {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.appointment-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0 3px;
}

.appointment-inner {
    background-color: #736049;
    padding: 2px;
    cursor: pointer;
}

.appointment-inner span, .appointment-inner p {
    font-size: 16px;
    line-height: 20px;
    color: #bfb2a3;
    display: inline-block;
    vertical-align: middle;
}

.appointment-inner span {
    background-color: #67553f;
    text-align: center;
    padding: 6px 8px;
}

.appointment-inner p {
    padding-left: 10px;
}

.appointment-cell.active .appointment-inner, .appointment-inner.current {
    background-color: #2e2a26;
}

.appointment-cell.active p, .appointment-inner.current p {
    font-weight: 600;
}

.appointment-cell.active span, .appointment-inner.current span {
    color: #ffffff;
    background-color: #edca7b;
}

.appointment-form {
    margin-top: 55px;
    position: relative;
    z-index: 99;
}

.appointment-form p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 29px;
    color: #ffffff;
}
.appointment-form form p {
    margin: 0;
}
.appointment-form-wrapper {
    margin: 0 -10px;
}

.form-field label {
    font-size: 16px;
    line-height: 16px;
    color: #333;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}

.form-field {
    float: left;
    width: 33.3%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.form-field2 {
    float: left;
    width: 33.3%;
    padding: 0 10px;
    margin-bottom: 20px;
    text-align: left;
}
.form-field3{
    text-align: left;
}
.form-field.full {
    width: 100%;
}

.form-field input[type="text"], .form-field input[type="email"], .form-field input[type="tel"], .form-field input[type="date"], .form-field textarea {
    font-size: 13px;
    line-height: 16px;
    position: relative;
    background-color: #fff;
    height: 40px;
    width: 100%;
    padding: 0 15px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    border: 1px solid #888;
}
.wpcf7-spinner {
    display: none;
}
.form-field textarea {
    height: 109px;
    padding: 15px;
    resize: none;
}

.form-field input[type="submit"] {
    cursor: pointer;
    background: #fff;
    font-size: 12px;
    line-height: 45px;
    height: 45px;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    max-width: 120px;
    width: 100%;
    color: #d8b056;
}

.form-field input[type="submit"]:hover {
    background: #333;
}

.submit-field {
    width: 100%;
    text-align: right;
}

.calender input[type="text"] {
    background-image: url("../images/calender-ic.webp");
    background-repeat: no-repeat;
    background-position: 95% 50%;
}


/*-----------------------------------------------------------------------------------

Photo Gallery

-----------------------------------------------------------------------------------*/

.our-gallery {
    padding-top: 105px;
    padding-bottom: 105px;
    position: relative;
    /*background: url(../images/bg-page-body.webp) center bottom no-repeat fixed;
    background-size: cover;*/
    
}
.our-gallery2 {
    
}
.our-gallery .row {
    position: relative;
}

.tab-col {
    float: left;
    width: 33.33%;
}

.gallery-img {
    margin-bottom: 10px;
    padding: 0 5px;
}

.tabs:after {
    content: "";
    width: 100%;
    display: inline-block;
}

.tabs {
    list-style: none;
    text-align: center;
    margin: 0 auto 80px;
    max-width: 200px;
    width: 100%;
    text-align: justify;    
}

.tab-content, .tab-content2 {
    display: none;
}

.tab-content.current, .tab-content2.current{
    display: inherit;
}

.tabs li {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 16px;
    line-height: 19px;
    border-bottom: 1px solid transparent;
    color: #333;
    font-weight: 600;
    padding-bottom: 2px;
}

.tabs li.current {
    color: #d3a04e;
    border-bottom: 1px solid #edca7b;
}

.tabs li:first-child {
    padding-left: 0;
}

.gallery-img a {
    display: block;
    position: relative;
    transition: all ease 0.5s;
    overflow: hidden
}

.gallery-img a img {
    transition: all ease 0.5s;
}

.gallery-img a:hover img {
    transform: scale(1.2);
}

.gallery-img a:after, .gallery-img a:before {
    content: "";
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all ease 0.5s;
}

.gallery-img a:before {
  background: url("../images/plus-ic.webp") no-repeat scroll center center;
  height: 85px;
  margin: 0 auto;
  width: 85px;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.gallery-img a:hover:after, .gallery-img a:hover:before {
    display: block;
    transition: all ease 0.5s;
    opacity: 1;
}

.g1-ic, .g2-ic, .g3-ic {
    position: absolute;
}

.g1-ic {
  left: -204px;
}

.g3-ic {
  right: 0;
  top: 478px;
}

.g2-ic {
  left: -100px;
  bottom: 0;
}


/*-----------------------------------------------------------------------------------

join-member

-----------------------------------------------------------------------------------*/

.join-member {
    background: url(../images/bg-sv.webp) center center no-repeat;
    background-size: cover;
    padding-top: 105px;
    padding-bottom: 105px;
}

.join-member h3 {
  color: #ffffff;
  font-size: 47px;
  font-weight: 600;
  line-height: 54px;
  padding-left: 224px;
  position: relative;
}

.join-member h3:before {
    content: "";
    background: url("../images/join-much-ic.webp") no-repeat center center;
    width: 137px;
    height: 44px;
    position: absolute;
    left: 0;
    top: 32px;
}

.join-member-left {
  float: left;
  width: 80%;
  padding-left: 69px;
}

.join-member-right {
  float: left;
  width: 20%;
  padding-top: 22px;
}

.join-member-right .read-more-btn {
  display: inline-block;
  max-width: 100%;
  padding: 0 30px;
  vertical-align: middle;
  width: auto;
}


/*-----------------------------------------------------------------------------------

latest-news 

-----------------------------------------------------------------------------------*/

.latest-news {
    background: #f5eee6;
    padding-top: 97px;
    padding-bottom: 122px;
}

.latest-news-row {
    margin: 0 -15px;
}

.latest-news-block {
    float: left;
    width: 50%;
    padding: 0 15px;
}

.latest-news-block-inner {
  cursor: pointer;
  position: relative;
  transition: all ease 0.5s;
}

.news-date {
    position: absolute;
    top: 32px;
    left: 30px;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    background: #edca7b;
    padding: 6px;
    text-transform: uppercase;
}

.news-date b {
    font-size: 29px;
    line-height: 32px;
    font-weight: 600;
    display: block;
}

.news-date-inner {
  border: 1px solid #ffffff;
  padding: 4px 12px 6px;
}

.news-text {
  bottom: 0;
  left: 0;
  padding: 30px;
  position: absolute;
  transition: all 0.5s ease 0s;
}

.news-text span {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  padding-left: 10px;
  padding-right: 7px;
  position: relative;
  vertical-align: middle;
}

.news-text span:after {
    content: "|";
    position: absolute;
    left: 0;
    top: 0;
}

.news-text span:first-child {
    padding-left: 0;
}

.news-text span:first-child:after {
    display: none;
} 

.news-text p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  margin-top: 10px;
}

.news-text a {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #edca7b;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 25px;
    display: none;
}

.latest-news-block-inner:hover .news-text a {
    display: block;
}

.latest-news-block-inner:hover .news-text {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
}

.news-text a:hover {
    color: #ffffff;
}

.home header {
    display: none;
}
/*-----------------------------------------------------------------------------------

Contact us

-----------------------------------------------------------------------------------*/
.map-banner {
    background: url("../images/map-banner.webp") no-repeat top center;
    background-size: cover;
    padding-bottom: 100px;
    padding-top: 100px;
}
#location2 {
    background: url(../images/bg-load.webp) center center no-repeat fixed;
    background-size: cover;
}
.map-top-ic {
    padding: 20px 31px;
}
.map-top-ic2 {
    background:#fff;
    border: 1px solid #fff;
}
.map-top-block {
  float: left;
  width: 33.3%;
}

.map-top-text {
  overflow: hidden;
  padding-left: 15px;
}

.map-top-text span {
    display: block;
    font-size: 18px;
    line-height: 1.5;
    color: #d19b30!important;
    font-weight: 600;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.map-top-text p, .map-top-text a {
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    font-weight: 400;
}

.map-inner-ic {
  border: 1px solid #333;
  border-radius: 100%;
  float: left;
  height: 40px;
  padding-top: 10px;
  text-align: center;
  width: 40px;
}

.map-top-text a:hover {
    color: #737373;
}

.map-img {
    position: relative;
}

.map-img iframe {
     /*webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
    width:100%;
    height:400px;
}

.map-img:after {
    content: "";
    /*background: url("../images/loc-big.webp") no-repeat center center;*/
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    width: 36px;
    height: 54px;
    margin: 0 auto;
}


/*-----------------------------------------------------------------------------------

Footer

-----------------------------------------------------------------------------------*/

.footer {
    background: url("../images/bg-footer.webp") no-repeat 90% 45%;
    background-size:cover;
    padding-top: 60px;
    padding-bottom: 70px;
    text-align: center;
}

.footer-nav ul {
    list-style: none;
}

.footer-nav ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 34px;
}

.footer-nav ul li:first-child {
    padding-left: 0;
}

.footer-nav ul li a {
    display: block;
    font-size: 15px;
    line-height: 16px;
    color: #fff;
    font-weight: 600;   
}

.footer-nav ul li a:hover {
    color: #eac867;
}

.footer-nav ul li:before {
    content: "";
    background: url("../images/footer-dot.webp") no-repeat center center;
    position: absolute;
    left: 11px;
    top: 6px;
    width: 4px;
    height: 3px;
}

.footer-nav ul li:first-child:before {
    display: none;
}

.subscribe-us {
    padding-top: 40px;
}

.subscribe-us h5 {
    position: relative;
    font-size: 20px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 13px;
}

.subscribe-us h5:after {
    content: "";
    background: url("../images/sub-ic.webp") no-repeat center center;
    width: 51px;
    height: 16px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -13px;
}

.subscribe-us p {
    font-size: 14px;
    line-height: 16px;
    color: #ddd;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 27px;
}

.subscribe-email {
    max-width: 477px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.subscribe-email input[type="text"] {
    border: 1px solid #626262;
    background: #191919;
    font-size: 12px;
    line-height: 14px;
    color: #a2a3a5;
    font-weight: 400;
    width: 100%;
    height: 43px;
    padding: 0 48px 0 9px;  
}

.subscribe-email input[type="submit"] {
    cursor: pointer;
    background: #edca7b url("../images/submit-ic.webp") no-repeat center center;
    width: 33px;
    height: 33px;
    position: absolute;
    right: 5px;
    top: 5px;
    text-align: center;
    border: none;
    font-size: 0;
}

.subscribe-email input[type="submit"]:hover {
    background-color: #626262;
}

.social-ic {
    margin-top: 30px;
}

.social-ic ul {
    list-style: none;
}

.social-ic ul li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 8px;
}

.social-ic ul li:first-child {
    padding-left: 0;
}

.social-ic ul li a {
    display: block;
    text-align: center;
    border-radius: 100%;    
    width: 40px;
    height: 40px;
    padding-top: 8px;
    color:#333;
    background: url(../images/btn.webp) center center no-repeat;
    background-size: cover;
    border: 1px solid #ddd;
}

.social-ic ul li img {
    vertical-align: middle;
}

.social-ic ul li a:hover {
    background: #edca7b;
}

.subscribe-us .copyright {
    margin-top: 30px;
    margin-bottom: 0;
}

.copyright span {
    color: #fff;
}

.copyright span a {
    color: #fff;
    font-weight: 600;
}


/*-----------------------------------------------------------------------------------

Screen Loader

-----------------------------------------------------------------------------------*/

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: url(../images/loading.gif) center no-repeat #fff;
}


/*-----------------------------------------------------------------------------------

mobile-menu css

-----------------------------------------------------------------------------------*/

.mobile-ic {
    /*background: url(../images/bg-btn.webp) center center no-repeat;
    background-size: cover;*/
    cursor: pointer;
    padding: 14px 10px;
    position: absolute;
    right: 0;
    top: 70px;
    border-radius: 4px;
    z-index: 9;
    display: none;
}

.mobile-ic span {
  background: #fff;
  display: block;
  height: 2px;
  margin-top: 7px;
  width: 30px;
}

.mobile-ic span:first-child {
    margin-top: 0;
}

.responsive-menu {
  position: absolute;
  top: 173px;
  display: none;
  background: url(../images/bg-menumb.webp) 40% center no-repeat;
  background-size: cover;
  padding: 15px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999999;
}

.header .responsive-menu ul li {
  border-top: 1px solid rgba(46, 42, 38, 0.35);
  display: block;
  margin-top: 7px;
  padding-left: 0;
  padding-top: 7px;
}

.header .responsive-menu  ul li a:hover, .header .responsive-menu  ul li.active a {
    color: #333;
}

.header .responsive-menu  ul li:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}


/*-----------------------------------------------------------------------------------

scroll to top

-----------------------------------------------------------------------------------*/

.scroll-top {
  background: #d19b30 url(../images/top.webp) no-repeat center center;
  bottom: 20px;
  font-size: 0;
  height: 40px;
  position: fixed;
  right: 15px;
  width: 40px;
  
  border: 1px solid #fff;
}
.scroll-top:hover {
    opacity: 0.8;
}


/*-----------------------------------------------------------------------------------

Video Popup

-----------------------------------------------------------------------------------*/

.video-popup {
  background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  display: none
}

.video-popup .container, .video-popup .row {
    height: 100%;
}

.video-popup-inner .close-btn {
    position: relative;
    z-index: 99;
}

.video-popup-inner .close-btn:before {
  background: #ffffff;
  border-radius: 100%;
  content: "+";
  height: 40px;
  position: absolute;
  right: 18px;
  top: 0;
  width: 40px;
  line-height: 42px;
  font-size: 33px;
  top: 18px;
  cursor: pointer;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}


/*-----------------------------------------------------------------------------------

Responsive CSS

-----------------------------------------------------------------------------------*/
#location {
    background: #f4f4f4;
    border-top:1px solid #fdfdfd;
    
}
.groupfbye {
    background: url(../images/btn.webp) center center no-repeat;
    background-size: cover;
    height: 148px;
    width: 55px;
    top: 35%;
    left: 0;
    position: fixed;
    z-index: 999;
    padding: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    z-index:99;
    
}
.groupfbye:hover {
    background: url(../images/btn-hover.webp) center center no-repeat;
    background-size: cover;
}
.groupfbye a i 
{
    padding: 8px;
    font-size: 14pt;
    color: #333;
}
.line3
{
    border-bottom: 1px solid #333;
    /*height: 4px;
    width: 33px;*/
    text-align: center;
    margin-bottom: 4px;
    margin-top: 4px;
}
#line2
{
 margin-bottom: 10px; 
}
.home_book {
    background: #e5af37;
    background-size: cover;
    border-radius: 5px;
    height: 35px;
    padding: 10px 5px 21px 5px;
    color: #333 !important;
    box-shadow: 3px 3px 10px #999;
}
#subbar 
{
    width: 130px;
    height: 40px;
    position: fixed;
    z-index: 999999999999;
    right: 0px;
    top: 35%;
    border-top-left-radius: 4px;
    -mox-border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px; 
    background: url(../images/btn.webp) center center no-repeat;
    background-size: cover;
    cursor: pointer;
    opacity: 1.0;
    
}

#subbar:hover 
{
 background: url(../images/btn-hover.webp) center 80% no-repeat;
 background-size: cover;
}
#book_online 
{
    width: 130px;
    height: 40px;
    position: fixed;
    z-index: 99999;
    right: 0px;
    top: 45%;
    border-top-left-radius: 4px;
    -mox-border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    background: #e5af37;
    border: 1px solid #ae8444;
    cursor: pointer;
    opacity: 1.0;
    display:none;
}
.call-home
{
    display: table-cell;
    vertical-align: middle;
}
.call-home a
{
    color:#333!important;
    text-transform: inherit;
}
.call-home a:hover
{
    
}
.title-sub 
{
    font-weight:bold;
    text-align:center;
    font-size:15pt; 
    color:#d3a04e; 
    margin-top:15px;    
}
.title-sub2 
{
    font-weight:bold;
    text-align:center;
    font-size:17pt;
    color:#d3a04e;  
    text-transform:capitalize;
    margin-top:15px;  
}
.note-sub
{
    margin-top:20px;    
}
.header_m
{
    display: none;    
}
/*Contact form*/
.color
{
    color: #fff !important; 
    font-weight:bold;   
}
.color2
{
    color: #333 !important;    
}
.contact-txt
{
    text-align: center; 
    padding-bottom: 15px;
    color: #333;
}
.contact-us {
    background: #ccc;
    overflow: hidden;
    padding: 50px;
}
.border-gradient {
  border-image-slice: 1;
  border-width: 2px;
  border: 1px solid #888;
}
.border-gradient-gray {
  border-radius:5px;
}
.group_contact_form
{
    overflow:hidden; 
    border-bottom: 1px dashed #ccc;   
}
.float_left
{
    float:left;
}
.float_right
{   
    float:right;
}
.contact_form
{
    width:45%;
    margin:0px auto;

}
#form
{
    margin-top: 30px;
    width:95%;
    margin:0px auto;
}
.txtbox
{
    border: 1px solid #ccc;
    height: 30px;
    width: 100%;
}
.textarea
{
    min-height: 100px;
}
.formrowtop
{
    font-weight: bold;
    color:#181818;
    font-family:Arial;
    margin:auto;
    margin-bottom:5px;
    text-align:left;
}
.formrow
{
    margin-bottom: 10px;
}
.buttonrow
{
    text-align: center;
}
#bSend, #bSend1 {
    cursor: pointer;
    font-size: 12px;
    line-height: 45px;
    height: 45px;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    max-width: 120px;
    width: 100%;
    color: #333;
    border: 1px solid #fff;
    background: url(../images/btn.webp) center center no-repeat;
    background-size: cover;
}
#bSend:hover, #bSend1:hover {
 opacity:0.8;
}
#formnotify,#formnotify1, #formnotify2
{
    width: 98%;
    max-width: 400px;
    min-height: 160px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -200px;
    padding: 10px;
    text-align: center;
    box-shadow: 2px 2px 5px #666;
    z-index: 99999;
    display: none;
}
#formnotifycontent,#formnotifycontent1, #formnotifycontent2
{
    font-size: 12pt;
    color: #666;
    margin-top: 30px;
}
#formnotifyok,#formnotifyok1, #formnotifyok2
{
    margin: 0px auto;
    margin-top: 20px;
    width: 100px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    color: #333;
    border: 1px solid #333;
}
#formnotifyok:hover,#formnotifyok1, #formnotifyok2:hover
{
    color: #fff;
    background: #d8af57;
    border: 1px solid #d8af57;
}
#formpwait,#formpwait1, #formpwait2
{
    float: left;
    margin-left: 20px;
    display: none;
}
#formwait,#formwait1, #formwait2
{
    display: none;
}
/*Contact form*/
/*Host-a-party*/
.party {
    width: 100%;
    max-width: 1100px;
    margin: 0px auto;
}
#form2 {
    margin-bottom: 50px;
}
.contentparty {
    width: 70%;
    height: auto;
    margin: auto;
    margin-top: 20px;
}

.txt_hostparty {
    color: #333;
    font-size: 12pt;
    margin-bottom: 20px;
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
}

.formrowtext {
    text-align: left;
}

.img_hostparty {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.img_hostparty img {
    padding-bottom: 15px;
    padding-right: 15px;
}

.contact_r {
    max-width: 650px;
    width: 100%;
    margin: 0px auto;
    margin-top: 40px;
}

.contact_title {
    font-size: 15pt;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
}

#Btn_Party 
{
 background: url(../images/btn.webp) center center no-repeat;
 background-size: cover;
 cursor: pointer;
 border: 1px solid #fff;
 color: #333;
 font-size: 12px;
 line-height: 45px;
 height: 45px;
 text-transform: uppercase;
 font-weight: 600;
 max-width: 120px;
 width: 100%;
}
#Btn_Party:hover{
 
    background: url(../images/btn-hover.webp) center center no-repeat;
    background-size: cover;
}
/*End-Host-a-party*/
/* Promotions*/
.box-ser a
{
    color:#edca7b!important;
    cursor:pointer;
}
.group_promotion
{
    padding-bottom:30px;
}
.proimg img    
{
    border-radius:5px;
}
/* Promotions*/
#groupnoti
{
   width:100%;
   height:100%;
   position:absolute;
   top:0px;
   z-index:999999999999;
   display:block;
}
#noti
{
    width:100%;
    overflow: hidden;
    max-width:500px;
    margin:0px auto;
    padding:10px;   
    margin-top:130px;
    background: #fff;
    overflow: hidden;
    text-align: center;
}
#noti img
{
    width: 100%;
    border: 1px solid #ccc;
}
#closenoti
{
    width: 100%;
    cursor:pointer;
    margin-bottom:5px;
    color: #333;
    font-weight: bold;
    text-align:right;
}
.services-left
{
    width: 70%;
    float: left;    
}
.services-right
{
    width: 25%; 
    float: right;
    position: relative;
}
.services-right img
{
    width: 48%;
    float: left;
    margin-left: 1%;    
    border-radius: 360px;
    margin-bottom: 10px;
    border: 2px solid #fff;
    box-shadow: 3px 3px 5px #ccc;
}
.row-services{
    width: 80%;
    margin: 0px auto;
    overflow: hidden;
}
.bg-flower-left1
{
    position:absolute;
    width: 100px; 
    height: 260px;
    z-index: 99;
    left: 49px;
    bottom:10px;   
    background: url(../images/left1.webp) 0px 0px no-repeat;   
    -webkit-animation-name: shapeAnimaiton;
    -moz-animation-name: shapeAnimaiton;
    -o-animation-name: shapeAnimaiton;
    animation-name: shapeAnimaiton;
    -webkit-animation-duration: 8s;
    -moz-animation-duration: 8s;
    -o-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    
}
.bg-flower-right1
{
    position:absolute;
    width: 200px;     
    height: 260px;
    z-index: 999999;
    right: 79px;
    top:140px;   
    background: url(../images/right1.webp) 0px 0px no-repeat;   
    -webkit-animation-name: shapeAnimaiton2;
    -moz-animation-name: shapeAnimaiton2;
    -o-animation-name: shapeAnimaiton2;
    animation-name: shapeAnimaiton2;
    -webkit-animation-duration: 8s;
    -moz-animation-duration: 8s;
    -o-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes shapeAnimaiton {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
25% {
    -webkit-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
}
50% {
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
}
75% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
}
100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
}

@-moz-keyframes shapeAnimaiton {
  0% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
}
25% {
    -moz-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
}
50% {
    -moz-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
}
75% {
    -moz-transform: translate(0, -20px);
    transform: translate(0, -20px);
}
100% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
}
}

@-o-keyframes shapeAnimaiton {
  0% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
25% {
    -o-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
}
50% {
    -o-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
}
75% {
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px);
}
100% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
}

@keyframes shapeAnimaiton {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
25% {
    -webkit-transform: translate(-20px, 0);
    -moz-transform: translate(-20px, 0);
    -o-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
}
50% {
    -webkit-transform: translate(-20px, -20px);
    -moz-transform: translate(-20px, -20px);
    -o-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
}
75% {
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px);
}
100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
}

@-webkit-keyframes shapeAnimaiton2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
25% {
    -webkit-transform: translate(20px, 0);
    transform: translate(20px, 0);
}
50% {
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
}
75% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
}
100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
}

@-webkit-keyframes shapeAnimaiton2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
25% {
    -webkit-transform: translate(20px, 0);
    transform: translate(20px, 0);
}
50% {
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
}
75% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
}
100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
}

@-moz-keyframes shapeAnimaiton2 {
  0% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
}
25% {
    -moz-transform: translate(20px, 0);
    transform: translate(20px, 0);
}
50% {
    -moz-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
}
75% {
    -moz-transform: translate(0, 20px);
    transform: translate(0, 20px);
}
100% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
}
}

@-o-keyframes shapeAnimaiton2 {
  0% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
25% {
    -o-transform: translate(20px, 0);
    transform: translate(20px, 0);
}
50% {
    -o-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
}
75% {
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
}
100% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
}

@keyframes shapeAnimaiton2 {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
25% {
    -webkit-transform: translate(20px, 0);
    -moz-transform: translate(20px, 0);
    -o-transform: translate(20px, 0);
    transform: translate(20px, 0);
}
50% {
    -webkit-transform: translate(20px, 20px);
    -moz-transform: translate(20px, 20px);
    -o-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
}
75% {
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
}
100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
}
/*Egift*/
.textbox2
{
    max-width:500px;
    width:100%;
    height:100px;
}
.card_m
{
    max-width: 650px;
    width: 98%;
    border: 1px dashed #ccc;
    background: #f1f1f1;
}

#egifttopnote
{
    font-weight: bold;  
    color: #000;    
    text-align:left;
    padding-top: 70px;
}

.egiftrow
{
    text-align: left;
    margin-top: 20px;
}

#egiftlibrary
{
    text-align: left;
    margin-top: 20px;
}

#egiftlibrary img
{
    margin: 5px;
    border: 2px solid #ffffcc;
    padding: 2px;
    cursor: pointer;
}

#egiftlibrary img:hover
{
    border: 2px solid #8ad542;
}

.egiftbox
{
    float: left;
    width: 208px;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 20px;
}

#cardimg img
{
    width: 100%;
}

#egiftmessagegroup
{
    font-family: Arial;
    font-size: 10pt;
    line-height: 140%;
    overflow: hidden;
    background: #f1f1f1;
    color: #333;
}

.calendar
{
    position: relative;
    border: 1px solid #e5e5e5;
    background: #ffffff;
}
.center_egift
{
    font-family:Arial;
    color:#333;    
    text-align:left;
}
.searchbutton {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
    background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
    background-color:#f9f9f9;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#666666;
    font-family:arial;
    font-size:12px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:1px 1px 0px #ffffff;
    cursor: pointer;
}.searchbutton:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
    background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
    background-color:#e9e9e9;
}.searchbutton:active {
    position:relative;
    top:1px;
}

.textbox
{
    width: 150px;
    height: 25px;
    border: 1px solid #cccccc;
}

#productcart
{
    text-align: center;
    width: 350px;
    border: 1px dashed #e5e5e5;
    margin-bottom: 30px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    float: right;
    margin-right: 10px;
}

#productcart img
{
    border: none;
}

#egifttabbar
{
    margin-bottom: 20px;
    overflow: hidden;
}

.egifttab
{
    float: left;
    height: 35px;
    margin-right: 10px;
    width: 200px;
    font-size: 12pt;
    color: #fff;
    background: #f2c781;
    text-align: center;
    font-weight: bold;
    line-height: 32px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
}

.egifttab a
{
    height: 35px;
    width: 200px;
    display: block;
    color: #fff;
    text-decoration: none;
}

.egifttab a:hover
{
    background: #666;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
}

.giftselect
{
    background: #666;
}
#dragguide
{
    width: 195;
    height: 19px;
    background: url(../images/dragguide.webp) 0px 0px no-repeat;
    display: none;
}

.gifttextarea
{
    max-width: 500px; 
    width: 98%;
    height: 80px;
}
/*Egift*/
.services-img-page
{
  
 max-width: 400px;  
 z-index: 9;
}
.services-img-page-top
{
    top: 70px;     
}
.sanitation
{
    width: 70%;
    margin: 0px auto;
    color: #333; 
    padding-bottom: 50px; 
    text-align: center;
}
.sanitation-img
{
    margin-bottom: 50px;
}
.btn-booking {
    width: 100%;
    max-width: 220px;
    height: 50px;
    line-height: 50px;
    margin: 0px auto;
    text-align: center;
    color: #333 !important;
    margin-top: 20px;
    display: block;
    cursor: pointer;
    font-size: 14pt;
    border-radius: 5px;
    -moz-border-radius: 5px;
    text-decoration: none;
    background: url(../images/btn.webp) center center no-repeat;
    background-size: cover;
}
.btn-booking:hover 
{
 background: url(../images/btn-hover.webp) center 80% no-repeat;
 background-size: cover;
}

@media handheld, only screen and (max-width: 1800px) 
{
    .row-page {
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
    }
}
@media handheld, only screen and (max-width: 1500px) 
{
    .row-page {
        width: 100%;
        max-width: 94%;
        margin: 0 auto;
    }
}
@media handheld, only screen and (max-width: 1450px) 
{
    .row-page {
        width: 100%;
        max-width: 98%;
        margin: 0 auto;
    }
}
@media handheld, only screen and (max-width: 1250px) 
{
    .banner-text h1 {
        font-size: 55px;
    }  
    .bg-flower-left1
    {
        display:none;  
        
    }
    .bg-flower-right1
    {
        display:none;  
    }
}
@media handheld, only screen and (max-width: 1200px) 
{

    .big-text br {
        display: none;
    }

    .join-member-left {
        padding-left: 0;
    }
    .header-align-left .menu.table-cell {
      width: auto;
      padding-left: 50px;
  }
  .call-home
  {
    display: none;    
}
.table-cell-services {
    width: 75%!important;
}
}


@media handheld, only screen and (max-width: 1100px) {
    .logo {
        padding: 0 10px;
        text-align: center;
    } 
    .our-price-box-left {
        width: 74%;
    }
    .table-cell-services {
        width: 83%!important;
    }
    .header .table-cell:first-child {
        width: 405px;
    }

    .service-block p {
        padding: 0 10px;
    }

    .service-block-inner br {
        display: none;
    }

    .story-text-left .read-more-btn {
      margin-top: 53px;
  }

  .join-member h3 {
    padding-left: 179px;
}

.join-member-left {
    width: 75%;
}

.join-member-right {
  float: right;
  width: 25%;
  text-align: right;
}

.join-member h3 br {
    display: none;
}

.service-block-image-wrap {
  padding-top: 21px;
}
.header-align-left ul li {
    padding-left: 16px;
}
.header .table-cell
{
    width: 400px;    
}
.get-discount-home {
    background: url(../images/bg-home.webp) center bottom no-repeat;
    background-size: cover;
}
}

@media handheld, only screen and (max-width: 1400px) 
{
    .row-page {
        width: 100%;
        max-width: 96%;
        margin: 0 auto;
    }
    .header ul li a
    {
        font-size: 11px;    
    }
}
@media handheld, only screen and (max-width: 1300px) 
{
    .header ul li {
        padding-left: 10px;
    }
}
@media handheld, only screen and (max-width: 1024px) 
{
    .banner-slider-item-img1 {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
  }
  .banner-slider-item-img2 {
      background-position: 30% 60%;
      background-repeat: no-repeat;
      background-size: cover;
  }
  .services-home
  {
    overflow: hidden;
}
.group_services
{
    font-size: 14pt !important ;   
}
.our-service {
    background: url(../images/sv-home2.webp) left 50% no-repeat;
    background-size: cover;
}
.join-member {
    background: url(../images/sv-home2.webp) left 50% no-repeat;
    background-size: cover;
}
}
@media (max-width: 1333px) 
{
    .services-left
    {
        width: 100%;
        float: none; 
    }
    .services-right {
        width: 100%;
        float: none;
        margin-top: 30px;
    }
    .logo
    {
        width: 100%;
        max-width: 100%;    
    }
    .logo img
    {
        width: 160px;   
    }
    .logo-page
    {
        margin-right: 0px!important;
    }
    .services-img-page
    {
     position:relative;   
 }
 .services-img-page-top
 {
    top: 0px; 
}
.mobile-ic
{
    top: 37px;    
}
}
@media handheld, only screen and (max-width: 991px) 
{
    .banner-text {
        top: 60%;
    }
    .call-home{
        display: none;
    }
    .header .table-cell {
        display: none;
    }
    .header-align-left .table-cell {
      display: none;
  }
  .header-align-left .table-cell.logo {
      display: block;
      margin: 0;
  }
  .logo.table-cell > a {
      text-align: center;
      margin: 0 auto;
      display: block;
  }
  .experience-left {
      padding-right: 0;
      position: relative;
      text-align: center;
      top: 0;
      width: 100%;
      max-width: 380px;
      margin: 0 auto;
      float: none;
  }

  .experience-right {
      width: 100%;
      padding: 50px 10px;
  }

  .experience-section {
      padding-bottom: 40px;
      padding-top: 70px;
  }

  .service-block {
      padding: 0 10px;
  }

  .service-wrapper {
      margin: 0 -10px;
  }

/*.service-block p {
  padding: 0 12px;
  font-size: 11px;
  line-height: 23px;
  margin: 25px auto 31px;
}*/

.testimonial-wrapper .slick-prev {
  left: 0;
}

.testimonial-wrapper .slick-next {
  right: 0;
}

.testimonial-box p br {
    display: none;
}

.testimonial-box p {
    max-width: 400px;
    margin: 0 auto 15px;
}

.our-team-box {
    padding-left: 10px;
    padding-right: 10px;
}

.our-price-box-left {
    padding: 21px;
}

.appointment-inner span, .appointment-inner p {
    display: block;
    text-align: center;
}

.appointment-inner p {
    padding: 8px;
}

.price-discount span {
    padding: 34px 16px;
}

.g1-ic, .g2-ic, .g3-ic {
    display: none;
}

.join-member-left {
  width: 65%;
}

.join-member-right {
  width: 35%;
}

.map-top-block {
  width: 50%;
  margin-bottom: 21px;
}

.map-top-ic {
    padding-bottom: 23px;
}

.mobile-ic {
    display: block;
}

.service-ic {
  margin-bottom: 13px;
}

/*.service-block p {
  margin: 7px auto 17px;
  padding: 0 12px;
}*/
.banner-text {
    margin: 0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}


/*--responsive menu css--*/    

.menu  {
  position: absolute;
  top: 125px;
  display: none;
  background: #edca7b;
  padding: 15px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

.menu ul li {
  border-top: 1px solid rgba(46, 42, 38, 0.35);
  display: block;
  margin-top: 7px;
  padding-left: 0;
  padding-top: 7px;
}

.menu ul li a:hover, .menu ul li.active a {
    color: #2e2a26;
}

.menu ul li:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}
.header-align-left .menu.table-cell {
    padding-left: 15px;
}     
.play-btn {
  display: block;
  margin-top: 27px;
} 
.banner-text h1 {
    margin: 3px 0;
}

}
@media handheld, only screen and (max-width: 998px) 
{
    /*.header ul li a{
        color: #fff;
    }*/
    .header ul li a {
        font-size: 13px;
        padding: 10px 0px;
        color: #fff;
    }
    .header .responsive-menu  ul li a:hover, .header .responsive-menu  ul li.active a {
        color: #b37a08;
    }
}
@media handheld, only screen and (max-width: 800px) 
{
    .story-text-left p {
        padding: 3%;
    }
    .header ul li a {
        color: #000;
    }
    .footer-nav ul li a {
        font-size: 13px;    
    }
    .banner-slider-item-img3 {
        background-position: 60% top;
    }
    .get-discount-home {
        padding-top: 60px;
    }
    .experience-right {
        margin-top: 20px;
    }
    .about-txt2{
        font-size: 46px;
        text-align: center;    
    }
    .logo-page img
    {
        padding: 20px 0px 0px 0px!important;    
    }
    .bg-flower-right1
    {
        top: 30%;
    }
    .slider-header
    {
        padding-bottom: 0px;    
    }
    .slider-header .header, .header
    {
        padding-top: 0px;    
    }
    .slider-header2
    {
        bottom: -10px;  
    }
    .row-services{
        width: 92%;
        margin: 0px auto;
        overflow: hidden;
    }
    .services-right
    {
        margin-top: 20px;    
    }
    .get-discount-home h3
    {
        font-size: 53px!important; 
        margin-top:37px;   
    }
    .groupfbye
    {
      top:50%; 
      display: none;
  }
  #subbar
  {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    right: -45px;
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    -moz-border-bottom-left: 0px;
    top: 55%;
}

#book_online
{
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    right: -45px;
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    -moz-border-bottom-left: 0px;
    top: 80%;
}
.our-price-box {
    float: none;
    width: 100%;
}
.table-cell2 
{
    height: 150px;
    background: url(../images/egift-home.webp) center center no-repeat;
    background-size: cover;
}
.table-cell3 
{
    height: 150px;
    background: url(../images/party-home.webp) center 26% no-repeat;
    background-size: cover;
}
.logo img {
    padding: 0px 0px 10px 0px;
}
.sanitation {
    width: 90%;
    margin: 0px auto;
}
}

@media handheld, only screen and (max-width: 767px) 
{
    .banner-slider .banner-text, .smoothslides-on a.ss-prev, .smoothslides-on a.ss-next {
        top: 70%;
    }  
    
    .header2
    {
        padding-bottom: 0px;    
    }
    .get-discount {
        
    }
    .get-discount-services {
        background: url(../images/bg-page.webp) right top no-repeat;
        background-size: cover;
    }
    .get-discount-home {
        background: url(../images/bg-home.webp) 14% bottom no-repeat;
        background-size: cover;
    }
    .header ul li a {
        color: #000;
    }
    .header ul li a:hover {
        color: #b88741 !important;
    } 
    .home_book {
     
        height: auto;
    }
    .header_m
    {
        width:100%;
        overflow:hidden;    
        display:block;      
        padding-bottom: 5px;
        margin-top:12px;
    }
    .groupmenu_m ul
    {
        margin:0px;
        padding:0px;
    }   
    .groupmenu_m ul li
    {
        width:32.8%;
        margin: 2px 0.2%;
        float:left;
        /*background:#292929;*/
        padding-top:3px;       
        text-align:center;    
        list-style-type:none;
        background-size: cover;     
        padding-top: 3px;       
        border-radius:5px; 
        text-transform: capitalize;
        /*background: #e2b967;*/
        background: rgba(255,255,255,0.05);
        border: 1px solid #ccc;
    }
    .second ul li
    {
        
    }

    .groupmenu_m ul li a
    {
        color: #eac867;
        text-decoration:none;       
        font-size:11pt;
    }
    .groupmenu_m ul li:hover
    {
     opacity:0.8;
 }
 .groupmenu_m ul li a:hover
 {
    opacity:0.8;
}
.groupmenu_m ul li a span
{
    display:block;
}   
#party_m span
{
    display:block;    
}
#subbar_m
{
    cursor:pointer; 
    
}
#direction_m
{
    cursor:pointer; 
    color:#fff;
}
#direction_m span
{
    display:block;
}
.smoothslides-on a.ss-prev, .smoothslides-on a.ss-next {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.logo.table-cell > a {
    text-align: left;
}
.slider-header .logo img, .logo img {
  padding: 10px 0px;
}

/*.slider-header .header, .header {
    padding-top: 11px;
}*/

.slider-header .mobile-ic, .mobile-ic {
    top: 22px;
}

.banner-text {
    margin: 0;
    padding: 5px 0;
}
.banner-text h1 {
    font-size: 42px;
    line-height: 55px;
}

.story-text-right {
    display: none;
}

.story-text-left {
    float: left;
    width: 100%;
}
.experience-section {
  padding-bottom: 70px;
}

.experience-right h2 {
  font-size: 60px;
  letter-spacing: 0.1px;
  line-height: 70px; 
}

.story-text {
  /*margin-top: 60px;*/
  width: 100%;
}

.story-text-left .big-text {
    margin-bottom: 20px;
}

.our-service, .client-testimonial {
    padding-top: 70px;
    padding-bottom: 70px;
}

.heading-title {
    margin-bottom: 104px;
}

.service-block p {
    font-size: 13px;
}

h2 {
    font-size: 40px;
}

.counter-box {
  float: left;
  margin-bottom: 20px;
  width: 50%;
}

.counter-banner {
    height: auto;
    padding-top: 50px;
    padding-bottom: 30px;
}

.testimonial-logo {
    margin-top: 70px;
}

.our-team, .our-pricing, .get-discount, .make-appointment, .our-gallery,
.join-member, .map-banner {
    padding-top: 35px;
    padding-bottom: 45px;
}

.our-pricing-wrapper {
  margin: 0;
}

.our-price-box {
    padding: 0;
    width: 95%;
    margin: 0px auto;
}

.start-price {
    padding-bottom: 21px;
}

.make-appointment:after {
    display: none;
}

.appointment-form-wrapper {
  margin: 0;
}

.form-field {
    padding: 0;
    width: 100%;
}

.calender input[type="text"] {
  background-position: 97% 50%;
}

.appointment-cell {
    float: left;
    padding: 0;
    margin-top: 15px;
    width: 100%;
}

.appointment-cell:first-child {
    margin-top: 0;
}

.tabs {
    margin-bottom: 56px;
}

.join-member-left {
  width: 100%;
}

.join-member-right {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

.latest-news, .footer {
    padding-top: 70px;
    padding-bottom: 70px;
}

.latest-news-row {
  margin: 0;
}

.latest-news-block {
  float: left;
  padding: 0;
  width: 100%;
  margin-top: 20px;
}

.latest-news-block:first-child {
    margin-top: 0;
}

.news-block-img img {
    width: 100%;
}

.subscribe-us {
  padding-top: 30px;
}
/*.service-block-image-wrap {
  margin-top: -159px;
  top: 50%;
}*/

.menu {
    top: 74px;
}
.responsive-menu {
    top: 77px;
}
} 


@media handheld, only screen and (max-width: 639px) {
    .our-team-img > img {
        width: 100%;
    }
    .banner-slider-item-img1 {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
  }
  .banner-slider-item-img3 {
    background-position: 65% 60%;
}
.banner-slider-item-img2 {
  background-position: 50% 60%;
}
.our-price-text {
    padding-top: 15px;
}
.servicesimg {
    width: 90%;
    margin: 0px auto;
    margin-top: 20px;
}
.get-discount-services {
    background: url(../images/bg-page.webp) right center no-repeat;
    background-size: cover;
}
.table-cell2 
{
    background: url(../images/egift-home-mb.webp) 50% center no-repeat;
    background-size: cover;
}
.header2, .slider-header {
    background: url("../images/bg-header-mb.webp") no-repeat center 50%;
    background-size: cover;
}
.footer {
    background: url(../images/bg-footer.webp) no-repeat 70% 55%;
    background-size: cover;
}
.get-discount-home {
    background: url(../images/bg-home.webp) right bottom no-repeat;
    background-size: cover;
}
.animate-charcter
{
  
  background-image: url(../images/bg-text.webp);
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 15s linear infinite;
  
}
.join-member {
    background: url(../images/sv-home2-mb.webp) left -3% repeat;
    background-size: contain;
}
.our-service {
    background: url(../images/sv-home2.webp) left 50% no-repeat;
    background-size: cover;
}
.experience-right {
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
    background: url(../images/about-right.webp) 50% -3% no-repeat #000;
}
.bg-flower-left1
{
    display:none;    
}
.bg-flower-right1
{
    display:none;    
}
.tab-col-index
{
    float:none; 
    width:100%;   
}

.our-team-inner:before {
    width: calc(100% - 30px);
    height: 69%;
}

.our-team-text::before {
    background-size: 100% auto;
}

.get-discount h3 {
}

.join-member h3 {
  font-size: 30px;
  line-height: 35px;
  padding-left: 0;
  padding-top: 102px;
}

.join-member h3:before, .map-top-block {
    width: 100%
}

.map-img:after {
    top: 50%;
    margin-top: -31px;
}

/*.footer-nav ul li {
  display: block;
  padding-left: 0;
  margin-top: 10px;
}

.footer-nav ul li:first-child {
    margin-top: 0;
}

.footer-nav ul li:before {
    display: none;
}*/
.banner-slider .banner-text h1 {
  font-size: 70px;
  line-height: 55px;
  margin: 9px 0;
}
.banner-slider .banner-text {
  margin: 0 auto;
  top: 70%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.banner-slider1 .banner-text {
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.banner-text span {
  letter-spacing: 1px;
}
.banner-text p {
  margin: 0 auto 20px;
  max-width: 200px;
}   
.service-wrap-img > img {
  height: 600px;
} 
.service-wrap-img {
    height: 603px;
}
.row_svpage, .servicestitle, .mani-pedi, .group_services
{
    font-size: 12pt!important;    
}
.title-sub {
 
    font-size: 16pt;
    
}
.title-sub2 {
 
    font-size: 15pt;
    
}
.get-discount h3 {
    font-size: 60px;
}
}
.about
{
    width: 60%;
    float: right;
    overflow: hidden; 
}
.about img
{
    width: 32%;
    margin: 0.6%;
    float: left;
    border: 1px solid #fff;
    border-radius: 360px;
}

@media handheld, only screen and (max-width: 479px) 
{
    
    .about {
        width: 100%;
        float: none;
        overflow: hidden;
        margin-top: 10px;
    }
    .slider-header {
      background: url("../images/bg-header-mb.webp") repeat center center;
      background-size: cover;
  }
  .about-txt2
  {
    margin-top: 150px!important;  
    font-size: 45px; 
}
.services-text-mb
{
    width: 90%;
    border: 1px solid #333;   
}
.group_services
{
    font-size: 15pt!important;    
}

#notification
{
    font-size: 13pt;
} 
.our-price-box {
    margin-bottom: 30px;
}
.table-cell2 {
    height: 150px;
    background: url(../images/egift-home-mb.webp) center 58% no-repeat;
    background-size: cover;
}   
.table-cell3 {
    display: table-cell;
    vertical-align: middle;
    background: url(../images/party-home.webp) 53% 21% no-repeat;
} 
.banner-text
{
    top: 50%;    
}
.banner-slider-item-mb
{
    margin-top: 60px;    
}
.banner-slider-item-mb1 
{
    margin-top: 150px;
}
.banner-text h1 {
    font-size: 55px!important;
} 
/*.footer-nav   
{
    display: none;    
}*/
.bg-flower-right1 {
    right: 50px;
}
.bg-flower-left1 {
    left: 0px;
    bottom: -10px;
}
.our-price-box-left, .our-price-box-right
{
    float: none;
    width: 100%;    
}
.service-wrap-img > img {
  height: 540px;
}
.header ul li a {
    font-size: 14px;
    line-height: 25px;
}
.smoothslides-on a.ss-prev, .smoothslides-on a.ss-next
{
    display: none;    
}
.counter-box {
    width: 100%;
}

.our-price-box-left, .our-price-box-right {
    float: left;
    width: 100%;
}

.our-price-box-left {
    border-bottom: 3px solid #edca7b;
    border-right: none;
}

.tabs li {
    display: block;
    margin-top: 10px;
}

.tabs li:first-child {
    margin-top: 0;
}

.tabs li.current {
  border-bottom: none;
}

.tabs {
  margin-bottom: 38px;
}

.gallery-img a:before {
    background-size: 100% auto;
    width: 50px;
    height: 50px;
}

.news-text p {
  font-size: 11px;
  line-height: 19px;
  margin-top: 10px;
}

.news-text {
  padding: 11px;
}

.news-text a {
    margin-top: 11px;
}

.news-date {
    top: 11px;
    left: 11px;
}
.smoothslides-on a.ss-prev, .smoothslides-on a.ss-next {
    transform: none
}
.img-mb
{
    display: none;    
}
}


@media handheld, only screen and (max-width: 400px) {
    .get-discount h3 {
        font-size: 45px;
    }
    .get-discount-home h3
    {
        font-size: 25px;    
    }
    .brush-over-text {
     padding-top: 25px;
 } 

 .timing-text {
  margin-bottom: 22px;
}

.days-text {
  margin-bottom:18px;
}

.location-text {
  padding-top: 46px;
}

.phone-text {
  margin-top: 16px;
}

.brush-over-text-main {
  padding: 10px;
}
}
@media handheld, only screen and (max-width: 400px) 
{
    .map-top-text p, .map-top-text a{
      font-size: 12px;
  }
  .map-top-ic {
    padding: 20px 20px;
}
}

/*About Us*/

.about-wrap
{
    color: #fff;
    text-align: left;
}
.about-sec-text
{
    margin-top: 30px;
}
.about-first-text ul, .about-sec-text ul
{
    padding-left: 18px;
}
.about-first-text ul li
{
    list-style-type: square;
    margin-top: 10px;
}
.about-sec-text ul li
{
    list-style-type: number;
    margin-top: 10px;
}
.about-sec-text h4
{
    font-size: 26pt;
    line-height: 1.5;
    margin: 5px 0 20px 0;
    color: #edca7b;
}

/*About Us*/
.policy-text h4
{
    font-size: 26pt;
    line-height: 1.5;
    margin: 5px 0 20px 0;
    border-bottom: 1px solid #edca7b;
    color: #edca7b;
}
.policy-text div
{
    margin-top: 20px;
}
.policy-text div ul
{
    padding-left: 18px;
}
.policy-text div ul li
{
    list-style-type: none;
    margin-top: 10px;
    list-style-type: square;
}

/* Services */
.groupservices
{
    overflow:hidden;
    padding-top:10px;
    margin-bottom:60px;
    padding-bottom:30px;
    margin-top:30px;
}

.group_services
{
    width: 100%;
    height: 70px;
    margin-top:20px;
    line-height: 70px;
    color: #fff;
    text-indent: 20px;    
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-size: 22pt;   
    text-align:left;
}
.group_services:hover
{
    opacity: 0.7;
    transition: all 300ms ease-in-out;
    cursor:pointer;
}
.servicesbox
{
    width:100%;
    height:auto;    
    overflow:hidden;
    display:none;
    background: #000;
    border:1px solid #fff;
    

}


.servicesimg img
{
    border-top-left-radius: 180px;
    border-top-right-radius: 180px;
    border: 2px solid #fff;
    padding: 8px;
    margin: 1%;
    margin-bottom: 30px;
    width: 48%;
    float: left;
}
.servicestitle
{
    font-size: 18pt;
    text-align: left;
    margin-bottom: 20px;
    padding-top: 50px;
    color:#eac867;
    text-transform: uppercase;
}
.servicestitle_note
{
    text-align: center;
    margin-bottom: 20px;
    margin-top: -20px;
}
.grouprow
{
    overflow:hidden;    
    margin-bottom:30px;
    color: #333;
    padding: 2%;
}
.grouprow h2
{
    margin-top: 20px;    
}
.row_name
{
    margin-top: 5px;   
    width: 80%;
    float: left; 
}
.row_svpage
{
    border-bottom:1px dashed #999;
    overflow:hidden;
    text-align:left;
    font-size:14pt;
    padding:10px 0px 10px 0px;
    margin-top: 10px;
    color: #fff;
    font-weight:bold;
    text-transform: uppercase;
}
.row_title
{
    font-size:25pt;
    margin:20px 0px;
    text-decoration:underline;
}
.row span
{
    /*font-size:12pt;*/
    color:#fff;  
}
.rowtitle_note
{
    color:#333;  
    font-size: 12pt;   
    margin:20px 0px;
    text-align:center;
}
.row_note p
{
    color: #fff;
    font-size:12pt;     
    margin-top:5px;
    text-transform: none;
    line-height: 25px;
    font-weight:200;
    width: 100%;
    overflow: hidden;
}
.price
{
    float:right;
    color:#eac867;
    text-transform: none;
    font-weight: 600;
    width: 20%;
    float: right;
    text-align: right;
}
.mani-pedi{
    color:#d3a04e;
    text-align: right;
    font-size:14pt;
    padding:10px 0px 10px 0px;
    font-weight: bold;
}
.bg_services
{
    background: url(../images/services/up-mb.webp), url(../images/bg-header.webp);
    background-repeat: no-repeat, repeat;
    background-position: 98% 50%, 50% 50%;
    color: #eac867;
}
.services_active
{
 font-weight: 600;
 background: #d19b30 url(../images/services/down-mb.webp);
 background-repeat: no-repeat, repeat;
 background-position: 98% 50%, 0px 0px;
 color: #fff;
 border: 1px solid #ddd;
}
/*.bg_services2
{
    background:url(../images/services/down.webp) 98% 50% no-repeat;
    position: absolute;
}*/
}
/* Services */
@media handheld, only screen and (max-width: 450px) 
{
    .row_svpage
    {
        font-size:12pt;
    }
    .row_note, .row_note2 {
        font-size:11pt;
    }
}
@media handheld, only screen and (max-width: 375px) 
{
   .get-discount-home h3 {
    font-size: 45px!important;
    margin-top: 37px;
}   
.row_note, .row_note2 {
    font-size:9pt;
}
.banner-slider-item-mb
{
    margin-top: 120px;    
}
.banner-slider-item-mb1 
{
    margin-top: 180px;
}
}
@media handheld, only screen and (max-width: 320px) 
{
    .banner-slider-item-mb
    {
        margin-top: 180px;    
    }
    .row_svpage
    {
        font-size:10pt!important;
    }
}