body {
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
  height: 200vh;
  position: relative;
}

body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.text-pr {
  color: #00d4f4;
}
.text-white-50 {
  color: #aaaaaa;
}
body.offcanvas-menu:before {
  opacity: 1;
  z-index: 1002;
  visibility: visible;
}

.medicine-heading{
    font-size: 30px;
    line-height: 60px;
    font-weight: 300;
    font-style: normal;
    color: #ffffff;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.5;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 17px;
  font-weight: 700;
}

p {
  color: #141313;
  font-weight: 300;
}

.bg-dark{
  background-color: #000 !important;
}

.hero {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.site-navbar-wrap {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
}

.site-navbar-wrap a {
  color: #fff;
}

.site-navbar-wrap .site-navbar-top {
  font-size: 0.8rem;
}

.site-navbar-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.site-navbar {
  margin-bottom: 0px;
  width: 100%;
}

.site-navbar .site-logo {
  font-weight: 200;
  line-height: 0;
  top: -7px;
  position: relative;
}

.site-navbar .site-logo a {
  font-weight: 200;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
  font-weight: 500;
}

.site-navbar .site-navigation .site-menu>li {
  display: inline-block;
  padding: 10px 5px;
}

.site-navbar .site-navigation .site-menu>li>a {
  padding: 20px 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu>li>a.active {
  color: #fff;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
  color: #fff;
}

.site-navbar .site-navigation .site-menu>li:last-child {
  padding-right: 0;
}

.site-navbar .site-navigation .site-menu>li:last-child>a {
  padding-right: 0;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
  border-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #343a40;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active>a {
  color: #fff !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li:first-child>a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li:last-child>a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
  background: #ebeef0;
  color: #212529;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
  background: #ebeef0;
  color: #212529;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
  color: #fff;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #dee2e6;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}

.site-mobile-menu .site-nav-wrap a.active,
.site-mobile-menu .site-nav-wrap a:hover {
  color: #007bff;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li.active>a {
  color: #007bff;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
  padding-left: 20px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
  font-size: 16px;
  padding-left: 60px;
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.sticky-wrapper+.site-blocks-cover {
  margin-top: 96px;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.sticky-wrapper .site-navbar ul li.active a {
  color: #fff;
}

.sticky-wrapper.is-sticky .site-navbar {
  background-color: #007bff;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li {
  display: inline-block;
  padding: 10px 5px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li:last-child {
  padding-right: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li:last-child>a {
  padding-right: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li.has-children>a {
  padding-right: 20px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a {
  padding: 10px 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a:hover {
  color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a.active {
  color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li.active a {
  color: #fff;
}

 
.border-radius img {
  border-radius: 30px 30px;
}

.container-fluid {
  margin-right: 15px;
  margin-left: 15px
}

.bg-white {
  background: #ffffff;
  box-shadow: 0 0 84px -18px rgb(92, 105, 122);
  border-radius: 30px 30px;
}

.padd-left {
  padding-left: 0px;
}

.padd-right {
  padding-right: 0px;
}

::selection {
  background: #DCA44B;
  color: #ffffff;
  -webkit-text-stroke-color: #ffffff;
}

::-moz-selection {
  background: #DCA44B;
  color: #ffffff;
}


/*/////////End Navigation//////////////////////////////////////*/
.home-banner{
  background-image: url('../img/male-to-male-massage-at-home.png');
  padding: 200px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.first-slider-heading {
  /* position: absolute; */
  /* top: 40%;
  bottom: 20px;
  left: 10%; */
  z-index: 10;
  margin-top: -12%;
}

.first-slider-heading .first-slider-make-heading {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  letter-spacing: 3px;
}

.first-slider-subheading {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  color: #ffffff;
  letter-spacing: 3px;
}

.second-slider-heading {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
  /*letter-spacing: 3px;*/
}

.second-slider-subheading {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  color: #ffffff;
  letter-spacing: 3px;
}

.third-slider-text {
  position: absolute;
  top: 40%;
  bottom: 20px;
  right: 11%;
  text-align: right;
}

.third-slider-text .third-slider-heading {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 3px;
}

.third-slider-subheading {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  color: #ffffff;
  letter-spacing: 3px;
}


.Power-to-design {
  background-color: #f9f9f9;
  margin-top: 1%;
}


/*////////Coloud start here/////////////*/

#massage-confirmation-we-offer {
  padding: 2% 0 0 0;
}

#what-we-offer {
  /* background-image: url(../img/bg/bgone.jpg);
  background-repeat: no-repeat !important;
  background-size: cover !important;*/
  padding: 2% 0;
}

.what-we-image img {
  margin-top: 1%;
}

.what-we-image img:hover {
  cursor: pointer;
}

.Therapeutic {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  margin: 2% 0 0 0;
}

.what-we-headeing {
  /* color: #3b3b39; */
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  padding: 30px 0 0 0;
}
.price-headeing{
  font-size: 22px;
  font-weight: 700;
  text-align: center;

}
.what-we-sub-headeing {
  text-align: center;
  padding: 0.5em 0 4% 0;
}

.Therapeutic-subheading {
  font-size: 1.23em;
  font-weight: 400;
  line-height: 1.6875em;
  margin: 0% 0 2% 0;
  text-align: center;
}


/*////////////////////what-we-are/////////////////////*/

#what-we-are {
  background-image: url('../img/bg/who_bg.jpg');
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.who-am-i {
  margin-top: 4rem !important;
  font-size: 25px;
  line-height: 1.3em;
  font-weight: 700;
  margin: 1.6em 0 1em 0;
  margin-bottom: 0.4em;
  text-align: center;
}

.who-am-subheading {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  padding: 0 0 7% 0;
}


/*/////////////////////////////////*/

#massage-options {
  /*background-image: url('../img/bg/bg-flower.jpg');
  background-repeat: no-repeat;
  background-size: cover;*/
  padding: 4% 0 0 0;
  /*background-size: 80px 60px;*/
}

.massage-options-heading {
  color: #3b3b39;
  margin: 4% 0 2% 0;
  line-height: 1em;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
}

.message-option-one {
  background-image: url('../img/second-slider/slider-1.jpg');
  height: 362px;
  width: 100%;
  background-repeat: no-repeat;
  border-radius: 30px 30px;
}

.message-option-two {
  background-image: url('../img/second-slider/slider-2.jpg');
  height: 362px;
  width: 100%;
  background-repeat: no-repeat;
  border-radius: 30px 30px;
}

.message-option-three {
  background-image: url('../img/second-slider/slider-3.jpg');
  height: 362px;
  width: 100%;
  background-repeat: no-repeat;
  border-radius: 30px 30px;
}

.message-therapy {
  min-height: 362px;
  padding: 40px;
  text-align: center;
}

.message-therapy-heading {
  overflow: hidden;
  position: relative;
  font-size: 26px;
  padding-bottom: 2px;
  font-weight: 700;
}

.vc_custom_1472635897416 {
  margin-bottom: 1.2rem !important;
  font-weight: 300;
  font-size: 16px;
}

.message-therapy-btn a {
  color: #ffffff;
}

.massag-option-subheading {
  padding: 0 0 20px 0;
}

.massag-option-subheading p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
}


/*////////////////////////////////////////*/

#body-ads {
  background-image: url('../img/bg/bg-massage.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.body-ads-heading {
  color: #ffffff;
  font-weight: 700;
  font-size: 45px;
  text-align: center;
  line-height: 2;
  margin-top: 10%;
}

.body-ads-subheading {
  color: #ffffff;
  font-weight: 300;
  font-size: 25px;
  text-align: center;
  line-height: 1.5;
  margin: 1% 0 11% 0;
}

#float-form {
  /* background-image: url('../img/bg/bg-other.jpg');
  background-repeat: no-repeat;
  background-size: cover;*/
  /*background:#f0f0f3;*/
  padding: 50px 0;
}

#contact-us-form {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
  position: relative;
  padding: 38px 30px;
  background: #f9f9fa;
  margin: 7% 0 5% 0;
}

.float-form-image {
  margin: 6% 0 0 0;
}

.form-request-heading {
  color: #624d65;
  font-weight: 300;
  text-align: center;
  font-size: 25px;
  line-height: 2;
}

.form-request-subheading {
  color: #624d65;
  font-weight: 300;
  text-align: center;
}

#form-button {
  margin-bottom: 30px;
}

.float-form-heading {
  font-size: 25px;
  font-style: italic;
  font-weight: 700;
  margin: 10px 0;
  text-transform: none;
  line-height: 1.5;
}

.float-form-subheading {
  font-weight: 300;
  line-height: 1.5;
  text-align: justify;
  line-height: 1.5;
}

#medicine-container {
  background-image: url('../img/bg/footer.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 180px 0;
}

.medicine-container-heading p {
  font-size: 48px;
  line-height: 60px;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.5;
}








/*////////////////////////////Start About us//////////////////////////////*/

#aboutus-banner {
  padding: 30px 0 0 0;
}

#aboutus {
  background-image: url('../img/aoutus/massage.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px 0;
}

.aboutus-heading {
  position: absolute;
  top: 10%;
  color: #ffffff;
  font-size: 45px;
  text-align: center;
}

.main-aboutus {
  margin-top: 7%;
}

.aboutus-images {
  margin: 0 0 6% 0;
}

.about-content {
  font-size: 22px;
  padding: 10px 0;
  font-weight: 700;
}

.aboutus-images img {
  width: 100%;
  height: auto;
}

img.about-us-image {
  margin-top: 10%;
}

#corporate-massage{
  background-image: url('../img/service/corporate-massage-at-office.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
  padding: 150px 0;
}
 #nail-polish{
  background-image: url('../img/service/nail-polish-service-near-me.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
  padding: 150px 0;
 }

#services {
  background-image: url('../img/service/service-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
  padding: 150px 0;
}

.events-wrapper{
  background-image: url('../img/member/member-banner.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
  padding: 150px 0;
}
.weddin-spa-events{
  background-image: url('../img/member/weddin-spa-events.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
  padding: 150px 0;
}
#events-wrapper {
  background-image: url('../img/bg/event.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
  padding: 150px 0;
}
.contactus{
  background-image: url('../img/bg/contactus.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
  padding: 150px 0;
}
#portfolio {
  background-image: url('../img/bg/portfolio.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  padding: 150px 0;
}

#portfoli-main {
  background-image: url(../img/bg/bgone.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2% 0;
  margin-bottom: 1%;
  background-position: center;
}

.bg-image img {
  width: 100%;
}

.mobile-app img {
  /*width: 260px;
  height: 370px;*/
  margin: 20px 0;
}

.port-image {
  width: 100%;
}


.each-item {
  position: relative;
  overflow: hidden;
}

.each-item:hover .cap2,
.each-item:hover .cap1 {
  left: 0px;
}

.cap1 h3 {
  font-size: 18px;
}

.cap1 {
  position: absolute;
  width: 100%;
  height: 90%;
  background: rgba(0, 178, 255, 0.81);
  /*    background:rgba(255, 255, 255, 0.5);
*/
  top: 0px;
  left: -100%;
  padding: 10px;
  text-align: center;
  transition: all .5s;
  color: white;
}

.cap2 {
  color: white;
  position: absolute;
  width: 100%;
  /*  height:30%;
  background:rgba(0, 178, 255, 0.5);*/
  bottom: 0px;
  left: 100%;
  padding: 20% 20% 20% 20%;

  transition: all .5s;
}

.Portfolio-heading {
  font-size: 25px;
  text-align: center;
  font-weight: 400;
  line-height: 2;
  padding: 20px 0 20px 0;
  color: rgba(0, 0, 0, 0.65);
}

.portfolio-button {
  text-align: center;
}

.each-item img {
  margin-bottom: 25px;
  /*    width: 320px;
  height: 220px;*/
}

.feature-callout {
  position: relative;
}

.callout-feature-content {
  padding: 3em 0;
}

.callout-feature-content h2 {
  font-size: 30px;
  margin: 0;
}

.feature-callout h2 {
  font-size: 25px;
  text-align: center;
  font-weight: 400;
  line-height: 2;
  padding: 20px 0 0px 0;
  color: rgba(255, 255, 255, 0.8);
}

.callout-feature-content p {
  line-height: 1.75;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
}

.list-featured {
  margin-top: 4%;
}

.list-featured li {
  padding: 1% 0;
}






/*//////////////////////*/

.Portfolio-heading {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.portfolio-btn {
  padding: 5px 0;
  font-size: 15px;
  cursor: pointer;
}

.border-heading {
  border-top: 3px solid #585450;
  width: 100px;
  vertical-align: middle;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}

#careers {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3% 0;
}

.careers-heading {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  padding: 0 0 30px 0;
}

#contactus {
  background-image: url(../img/bg/contactus.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
  padding: 200px 0;
}

.contact-heading {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  padding: 2% 0 1% 0;
}

.contact-us-pad {
  margin-top: 30%;
}

.address-heading {
  font-size: 22px;
  font-weight: 700;
  line-height: 2;
}

.address-subheading {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.country-name {
  font-weight: 300;
}




/*/////////////////////end servicer/////////////////////*/

#therapy-center {
  /*background: grey;*/
  padding: 50px 0;
}




/*.therapy-icon{
  padding: 30px;
}*/

.therapy-icon img {
  background: #658bc9;
  background: linear-gradient(90deg, #658bc9 0%, #1b1b1d 100%);
  border-radius: 50%;
  padding: 20px;
}

.therapy-icon img:hover {
  background: #61dafb
}

.therapy-icon-heading {
  font-size: 15px;
  padding: 10px 0 0 0;
  font-weight: 500;
  line-height: 1.5;
}




/*//////////////////////footer///////////////////////*/

#footer {
  /*background-image: url('../img/bg/map.jpg');*/
  padding: 50px 0;
}

.footer-wrapper-content p {
  font-weight: 300;
  font-size: 18px;
}

.footer-wrapper img {
  padding: 0 0 20px 0;
  /* width: 35%; */
}

.widget-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin: 9% 0 4% 0;
}

.footer-wrapper {
  margin: 9% 0 0 0;
}
.footer-content-heading{
  text-align: center;
}
.footer-wrapper-content p:last-child {
  margin-bottom: 5%;
}

#footer-service,
#opening-day {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#footer-service li {
  padding: 5px 0;
}

#footer-service li i {
  padding-right: 10px;
  font-weight: 300;
  vertical-align: middle;
  font-size: 12px;
}

#footer-service .socilamedia a:hover {
  color: #DCA44B;
  text-decoration: none;
}

.socilamedia span {
  font-size: 15px;
  font-weight: 300;
  padding-right: 10px;
  vertical-align: middle;
}

#footer-service li a {
  font-weight: 300;
  color: black;
}

span.footer-right {
  float: right;
}



#footer-content {
  font-weight: 300;
  font-size: 15px;
  /*background-color: #fbf3e8;*/
  padding: 10px 0 5px 0;
  /* background: #fbf3e3 url(../img/bg/bg-menu.jpg); */
  background-repeat: repeat;
  background-position: center top;
}

.price-heading {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  padding: 30px 0;
}

#price-list {
  background: #f9f9fa;
  padding: 30px 0;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
}


#member-main {
  /*   background-image: url(../img/member/member-main.png);*/
  background: #B41F84;
}

#member-ship-main {
  margin: 3% 0 0 0;
}

.plan-a {
  margin: 2% 0 0 0;
}

button.plan-button {
  font-size: 25px;
  text-align: center;
  font-weight: 300;
  color: #fff;
  background: #658bc9;
  background: linear-gradient(90deg, #658bc9 0%, #1b1b1d 100%);
  box-shadow: 2px 5px #5c6a7b;

}

.member-Pay {
  font-size: 20px;
  line-height: 2;
  font-weight: 300;
  margin-top: 3%;
}

.member-get-deiscount-wrapper {
  background-image: url(../img/member/hand.png);
  background-repeat: no-repeat;
  height: 50px;
  background-size: 6%;
}

.member-get-deiscount {
  font-size: 20px;
  margin-left: 8%;
}

.member-person {
  list-style-image: url(../img/member/true.png);
}

.member-person li {
  font-size: 16px;
  line-height: 1.5;
}

span.twenty-off {
  font-weight: 900;
}

.member-ship-plan {}

.member-ship-plan-button {
  color: white;
}

/*button.member-ship-plan-book {
  margin: 5% 0 0 0;
}
*/
.event-date {
  text-align: center;
  font-size: 20px;
}

.event-date:after {
  content: '~';
  font: 100px/40px "Rouge Script";
  position: relative;
  display: block;
  height: 20px;
  text-align: center;
  text-indent: -9px;
}

.events-heading {
  font-size: 30PX;
  line-height: 1.5;
  margin: 3% 0 1% 0;
  text-align: center;
  font-weight: 700;
}

#events {
  margin: 2% 0;
}

.events-subheading {
  font-size: 20px;
  text-align: center;
  margin-bottom: 2%;
}

.event-main-wrapper {
  border-top: 1px solid #71715a;
  padding: 2% 0 2% 0;
  margin-top: 2%;
}

.event-main {
  border-top: 1px solid #71715a;
  /* border-bottom: 1px solid #71715a;*/
  padding: 1% 0 2% 0;
}

.thai-yoga-massage-heading {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
}

.thai-yoga-massage-heading a {
  text-decoration: none;
}

.events-start {
  font-size: 16px;
  text-align: justify;
  font-weight: 300;
  padding: 3% 0 0 0;
}

.events-description {
  text-align: justify;
  font-size: 15px;
  line-height: 1.5;
  color: black;
  padding: 4% 0;
}

.find-more-event {
  font-size: 20px;
  text-align: justify;
  font-weight: 300;
  margin: 8% 0;
  clear: both;
}

span.price-more-event {
  float: right;
  font-size: 30px;
  text-align: right;
  font-weight: 500;
}

.events-start-description {
  font-size: 16px;
  text-align: justify;
  font-weight: 300;
  margin-bottom: 0.5%;
}

.find-more-event-description {
  font-size: 20px;
  text-align: justify;
  font-weight: 300;
  margin: 1% 0;
  clear: both;
}

.google-map-spa {
  width: 100%;
  min-height: 360px;
}

.address-events-description {
  font-size: 20px;
  margin-bottom: 2%;
}

.events-thai-youga p {
  font-size: 16px;
  text-align: justify;
  font-weight: 400;
  line-height: 1.5;
}

.events-thai-youga {
  margin: 0% 0;
}

.event-name-details {
  color: #3b3b39;
  font-size: 1.867em;
  font-weight: 700;
  text-align: center;
  padding: 7% 0 0 0;
}

.related-event-main {
  font-size: 30px;
  text-align: center;
  padding: 2% 0;
  font-weight: 300;
}

.related-event {
  font-size: 30px;
  text-align: center;
  padding: 2% 0;
  font-weight: 300;
}

#event-wrapper img {
  max-height: 340px;
}

.price_list img {
  width: 100%;
  /*max-height:300px;*/
}

#price-wrapper {
  /*  background-image: url(../img/bg/bgone.jpg);
  background-repeat: no-repeat !important;
  background-size: cover !important;*/
  padding: 0% 0 2% 0;
}

.price-list-heading {
  font-size: 25px;
  text-align: center;
  font-weight: 700;
  margin: 2% 0 3% 0;
}

#book-now {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  padding: 0 0 2% 0;
  text-align: justify;
}

#massage-next2-we-offer {
  margin: 3% 0 3% 0;
}

#login-form {
  margin: 11.6% 0;
}

#dashboard {
  margin: 16% 0;
}

.button-sign {
  margin-bottom: 5%;
}

.wedding-heading {
  font-size: 30PX;
  line-height: 1.5;
  margin: 3% 0 1% 0;
  text-align: center;
  font-weight: 700;
}


.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}
.shadow{
  box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
  box-shadow: 0 0 15px 0 #aaa;
  border-radius: 30px;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 16px;
  font-weight: 700;
}

.service-border {
  border: 1px solid #1b1c1c !important;
}
.bg-service {
  height: 100%;
  border-radius: 30px;
  background: linear-gradient(rgb(10, 10, 10) 0%, rgba(5, 5, 5, 0.58) 100%), linear-gradient(0deg, rgb(27, 28, 28), rgb(27, 28, 28));
}


.nav-link a{
  font-size: 1rem;
  font-weight: 700;
  color: black;
  display: inline-block;
  font-family: 'Josefin Sans', sans-serif;
}



@media(min-width: 768px) and (max-width: 2024px) {
  .nav-link {
      margin: 0 .625rem;
      background-color: aliceblue;
      border-radius: 6px;
      box-shadow: 0 6px 15px rgba(53, 53, 53, 0.363);
    }
}
