/* -- Custom -- */
.logo-image {
  width: 250px;
  transform: rotate(-2deg);
}

.contact-block-botton {
  margin-top: 30px;
  justify-content: center;
}

.logo-marque-pricing {
  width: 40%;
  margin: 10px 0 30px;
}

.logo-marque-pricing.baija {
  margin-bottom: 55px;
}

.service-name.service-name-rituel {
  width: 50%;
}
.service-logo.service-logo-rituel {
  width: 20%;
}
.service-price.service-price-rituel {
  width: 10%;
}

.service-price.service-price-full {
  width: 100%;
  text-align: right;
}

.m-30 {
  margin-top: 30px;
}

.m-50 {
  margin-top: 50px;
}

.service-name.baija {
  width: 100%;
}

.line-through {
  text-decoration: line-through;
}

/* -- /Custom -- */

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkcount {
  height: 18px;
  min-width: 18px;
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

.w-commerce-commercecartcontainer {
  width: 100%;
  max-width: 480px;
  min-width: 320px;
  background-color: #fff;
  flex-direction: column;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  height: 38px;
  width: 60px;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  min-height: 30px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon,
.w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus,
.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus,
.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus,
.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem,
.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartquantityinput {
  height: 38px;
  width: 60px;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: ' ';
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: ' ';
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem,
.w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: 0.33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper,
.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown,
  .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .w-commerce-commercecartquantity,
  .w-commerce-commercecheckoutemailinput,
  .w-commerce-commercecheckoutshippingfullname,
  .w-commerce-commercecheckoutshippingstreetaddress,
  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity,
  .w-commerce-commercecheckoutshippingstateprovince,
  .w-commerce-commercecheckoutshippingzippostalcode,
  .w-commerce-commercecheckoutshippingcountryselector,
  .w-commerce-commercecheckoutcardnumber,
  .w-commerce-commercecheckoutcardexpirationdate,
  .w-commerce-commercecheckoutcardsecuritycode,
  .w-commerce-commercecheckoutbillingfullname,
  .w-commerce-commercecheckoutbillingstreetaddress,
  .w-commerce-commercecheckoutbillingstreetaddressoptional,
  .w-commerce-commercecheckoutbillingcity,
  .w-commerce-commercecheckoutbillingstateprovince,
  .w-commerce-commercecheckoutbillingzippostalcode,
  .w-commerce-commercecheckoutbillingcountryselector,
  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: #393939;
  font-family: Karla, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

p {
  margin-bottom: 0;
  font-family: Karla, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

a:hover {
  color: #e6a98e;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 18px;
  list-style-type: disc;
}

li {
  margin-bottom: 25px;
  line-height: 30px;
}

blockquote {
  color: #292929;
  background-color: #f0f0f0;
  background-image: url('../images/bxs_quote-right.png'),
    url('../images/Quate-bg_1Quate-bg.png');
  background-position: 50%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-left: 5px #e2e2e2;
  margin-top: 10px;
  margin-bottom: 35px;
  padding: 37px 59px 37px 48px;
  font-size: 16px;
  line-height: 32px;
}

.nav-menu-wrapper {
  align-items: center;
}

.nav-dropdown-link {
  color: #393939;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.nav-dropdown-link:hover {
  color: #41844d;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link.w--current {
  color: #41844d;
}

.first-line {
  width: 100%;
  height: 2px;
  background-color: #1b1b1b;
}

.third-line {
  width: 100%;
  height: 2px;
  background-color: #1b1b1b;
  position: static;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  border-radius: 5px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  width: 220px;
  background-color: #f3f3f3;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.nav-dropdown {
  font-family: Libre Baskerville, sans-serif;
}

.nav-button-wrapper {
  margin-left: 60px;
}

.nav-button-wrapper.mobile-none {
  margin-left: 40px;
  display: block;
}

.nav-button-wrapper.mobile-dropdown {
  display: none;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-menu {
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.mobile-margin-top-10 {
  margin-bottom: 0;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.line-shape-block {
  z-index: 200;
  width: 60px;
  height: 60px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-left: 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-dropdown-toggle {
  letter-spacing: 0.25px;
  margin-left: 40px;
  padding: 5px 30px 5px 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #41844d;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link {
  color: #393939;
  letter-spacing: 0.25px;
  margin-left: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #41844d;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.fast-item {
  margin-left: 0;
}

.navbar-section {
  z-index: 2;
  width: 100%;
  position: absolute;
  top: 60px;
}

.navbar-section.error-page {
  margin-top: 30px;
  position: static;
}

.container {
  max-width: 960px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container.spa-service-container {
  z-index: 1;
}

.profile-picture-wrapper {
  padding: 0;
}

.dropdown-list {
  width: 220px;
  background-color: #f3f3f3;
  border-radius: 10px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.dropdown-list.w--open {
  background-color: #f3f3f3;
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  font-size: 16px;
  right: 0;
}

.dropdown-link {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  transition: color 0.3s;
}

.dropdown-link:hover,
.dropdown-link.w--current {
  color: #41844d;
}

.hero-content {
  z-index: 1;
  max-width: 70%;
  position: relative;
}

.hero-wrapper {
  min-height: 670px;
  background-color: #f1f1f1;
  background-image: url('../images/slider-bg-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  padding-top: 280px;
  padding-bottom: 150px;
}

.button-primary {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: none;
  background-color: #e6a98e;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 18px 27px;
  font-family: Karla, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  transition: transform 0.3s;
}

.button-primary:hover {
  color: #fff;
  transform: translate(0, -5px);
}

.button-primary.package-button {
  max-width: 160px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-primary.mt-40px {
  margin-top: 10px;
}

.button-primary.mt-40px.max-width-160px {
  max-width: 160px;
}

.button-primary.mt-30px {
  margin-top: 30px;
}

.button-primary.password-button {
  max-width: 230px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.button-primary.login-button {
  min-width: 160px;
}

.hero-heading {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 70px;
}

.hero-section {
  z-index: 1;
  position: relative;
}

.hero-intro {
  color: #e6a98e;
  letter-spacing: 5px;
  font-family: Love Light, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.contact-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.home-buttons {
  align-items: flex-start;
  justify-content: start;
  flex-direction: column;
}

.social-icon-button {
  display: flex;
  gap: 5px;
}

.pricing-title-note {
  font-style: italic;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.hero-qusetion-block {
  color: #41844d;
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  line-height: 20px;
  display: flex;
}

.question {
  font-weight: 400;
}

.number {
  color: #41844d;
  margin-left: 5px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s;
}

.number:hover {
  text-decoration: underline;
}

.slider-design-shape {
  z-index: -1;
  position: absolute;
  bottom: -70px;
  right: -40px;
}

.about-section {
  padding-top: 110px;
  position: relative;
}

.side-panel {
  width: 20%;
  height: 100vh;
  background-color: #f3f3f3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 75px 35px 35px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.text-link {
  color: #1e1e1e;
  margin-bottom: 10px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 18px;
  line-height: 35px;
  text-decoration: none;
}

.text-link.w--current {
  color: #41844d;
}

.style-guide-heading.jost.medium {
  font-weight: 500;
}

.style-guide-heading.libre-baskerville {
  font-family: Libre Baskerville, sans-serif;
  font-weight: 700;
}

.paragraph-container {
  width: 100%;
  background-color: #f3f3f3;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px;
}

.paragraph-container.bottom {
  background-color: #f3f3f3;
  border-radius: 0 0 10px 10px;
}

.color-row {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.wrapper-link {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s;
}

.wrapper-link:hover {
  color: #41844d;
}

.breadcrumbs-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 65px;
  display: flex;
}

.breadcrumbs-wrapper.style {
  background-color: #f3f3f3;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.praimary-color {
  width: 100%;
  height: 85px;
  background-color: #41844d;
  border-radius: 4px;
  padding: 10px;
  display: flex;
}

.praimary-color.secondary {
  color: #1e1e1e;
  background-color: #393939;
}

.another-container {
  padding-left: 15px;
  padding-right: 15px;
}

.another-container.ptb-80px {
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative;
}

.content-row {
  width: 100%;
  clear: left;
  margin-top: 45px;
  position: relative;
}

.color-block-parent {
  width: 20%;
  margin-right: 20px;
}

.type-col {
  width: 31%;
  background-color: #f3f3f3;
  border-radius: 4px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 10px;
  display: flex;
}

.type-col.right {
  flex-wrap: nowrap;
  margin-right: 0;
}

.container-design {
  height: 100px;
  background-color: #f3f3f3;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dark-block {
  width: 100%;
  background-color: #f3f3f3;
  padding: 20px;
}

.regular-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-weight: 400;
  line-height: 1em;
}

.regular-heading.jost {
  font-weight: 400;
}

.text-description {
  color: #1e1e1e;
  font-size: 12px;
  font-weight: 500;
}

.light-section {
  width: 80%;
  float: right;
  margin-top: 125px;
  position: relative;
  overflow: auto;
}

.contant-row {
  text-transform: none;
  flex-flow: wrap;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.light-block-flat {
  width: 100%;
  background-color: #f3f3f3;
  padding: 20px;
}

.light-block-flat.rounded-bottom {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 45px;
}

.heading-row {
  width: 100%;
  clear: left;
  margin-top: 25px;
  position: relative;
}

.breadcumb-links {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  font-size: 17px;
  font-weight: 700;
  display: flex;
}

.line-shape-2 {
  margin-left: 8px;
  margin-right: 8px;
}

.heading-description {
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 16px;
}

.heading-description.paragraph.section {
  color: #1e1e1e;
  font-size: 16px;
}

.text-highlight {
  width: 30%;
  background-color: #f3f3f3;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.button-row {
  margin-top: 60px;
}

.small,
.style-guide-label {
  text-transform: none;
  font-size: 16px;
}

.second-caption {
  font-size: 16px;
}

.second-caption.margined {
  margin-top: 20px;
}

.current-page {
  text-transform: capitalize;
  font-weight: 400;
}

.regular {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-weight: 400;
  line-height: 1em;
}

.regular.libre-baskerville {
  font-family: Libre Baskerville, sans-serif;
  font-weight: 400;
}

.guide-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.type-row {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.about-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.about-wrapper.about-page {
  flex-direction: row-reverse;
}

.about-image {
  max-width: 450px;
  position: relative;
}

.about-content {
  max-width: 470px;
  position: relative;
}

.about-content.about-page {
  margin-top: 15px;
}

.section-title {
  flex-direction: column;
  display: flex;
}

.section-title.center-title {
  align-items: center;
}

.section-title.section-title-center {
  max-width: 373px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-title.section-title-center.benifites-title {
  max-width: 593px;
}

.section-title.blog-title-block {
  max-width: 354px;
}

.title-block.vertical {
  flex-direction: column;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.section-heading {
  margin-top: 12px;
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 60px;
}

.section-heading.spa-section {
  margin-bottom: 0;
}

.section-heading.pricing-title {
  margin: 40px 0;
}

.section-heading.our-spa {
  margin-bottom: 0;
}

.section-heading.mt-20px {
  margin-top: 20px;
}

.section-heading.mt-20px.mb-0px {
  margin-bottom: 0;
}

.section-heading.benifites-title {
  margin-top: 0;
}

.section-heading.m-0px {
  margin-top: 0;
  margin-bottom: 0;
}

.theme-color {
  color: #e6a98e;
}

.sub-heading {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
}

.sub-heading.font-w-500.max-width-375px {
  max-width: 375px;
  text-align: center;
}

.sub-heading.font-w-500.discount-area {
  margin-bottom: 45px;
}

.sub-heading.font-w-500.mb-25px {
  margin-bottom: 25px;
}

.title-top-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
  display: flex;
}

.title-top-block.title-top-block-vertical {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
}

.section-category-title {
  color: #e6a98e;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Love Light, sans-serif;
  font-size: 36px;
  line-height: 36px;
}

.font-w-500 {
  font-weight: 500;
}

.section-text-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.section-text-block.spa-section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-bottom: 0;
}

.section-text-block.about-page {
  margin-bottom: 0;
}

.design-line-shape {
  width: 1px;
  height: 120px;
  background-color: #41844d;
}

.about-design-one {
  padding-left: 60px;
  position: absolute;
  bottom: -20px;
}

.about-design-image-two {
  position: absolute;
  top: 100px;
  left: 40px;
}

.about-design-image-three {
  z-index: -1;
  position: absolute;
  bottom: 5px;
  left: 10px;
}

.about-design-image-four {
  z-index: -1;
  position: absolute;
  bottom: -20px;
  left: 20px;
}

.therapy-section {
  padding-top: 124px;
}

.therapy-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.therapy-list.therapy-service-page {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.therapy-icon.therapy-service-page {
  max-width: 149px;
}

.single-therapy {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.single-therapy.therapy-service-page {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-direction: row;
}

.therapy-icon-image {
  min-height: 130px;
}

.therapy-content.therapy-service-page {
  max-width: 294px;
  text-align: left;
}

.therapy-title-link-block {
  color: #393939;
  margin-top: 47px;
  margin-bottom: 25px;
}

.therapy-title-link-block.therapy-service-page {
  margin-top: 0;
}

.therapy-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 24px;
}

.therapy-page-link {
  color: #393939;
  margin-top: 20px;
  font-family: Libre Baskerville, sans-serif;
  display: inline-block;
}

.feature-section {
  padding-top: 120px;
  position: relative;
}

.feature-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: center;
  display: flex;
}

.feature-wrapper.about-page {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: row-reverse;
}

.feature-content-block {
  max-width: 510px;
}

.feature-image-block {
  max-width: 400px;
}

.feature-list-block {
  grid-column-gap: 102px;
  grid-row-gap: 45px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.single-feature {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.feature-title {
  color: #41844d;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 24px;
}

.feature-image-group {
  position: relative;
}

.feature-design-shape-one {
  position: absolute;
  bottom: 17px;
  left: -10px;
}

.feature-design-shape-one.about-page {
  left: auto;
  right: -10px;
}

.feature-design-shape-two {
  position: absolute;
  bottom: 10px;
  right: -50px;
}

.feature-design-shape-two.about-page {
  left: -50px;
  right: auto;
}

.feature-design-shape-three {
  position: absolute;
  top: 50%;
  left: -90px;
  transform: translate(0, -50%);
}

.feature-design-shape-three.about-page {
  left: auto;
}

.feature-section-design-shape {
  position: absolute;
  top: 60px;
  right: 95px;
}

.feature-section-design-shape.up-down-loop-animaion {
  right: 30px;
}

.spa-wrapper {
  justify-content: flex-end;
  display: flex;
}

.spa-inner {
  max-width: 900px;
}

.spa-section-title-block {
  align-items: center;
  display: flex;
}

.spa-heading-block {
  max-width: 347px;
}

.spa-content-block {
  max-width: 480px;
  margin-left: 60px;
}

.spa-service-wrapper {
  margin-top: 50px;
}

.spa-list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spa-list.our-spa {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spa-item.our-spa {
  width: 29.5%;
}

.single-spa {
  text-align: center;
}

.spa-thumbnail-image {
  max-height: 277px;
  min-height: 277px;
  object-fit: cover;
}

.spa-content {
  text-align: center;
}

.spa-title-link-block {
  color: #393939;
  display: inline;
}

.spa-title {
  margin-top: 25px;
  margin-bottom: 15px;
  line-height: 24px;
}

.spa-price-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  line-height: 16px;
  display: flex;
}

.spa-price {
  color: #41844d;
}

.spa-service-section {
  background-image: url('../images/spa-section-bg-image.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 110px;
  margin-bottom: 120px;
  padding-top: 90px;
  padding-bottom: 90px;
}

.pricing-section {
  position: relative;
}

.pricing-section.pricing-page {
  padding-top: 90px;
}

.pricing-wrapper {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  margin-top: 30px;
  display: flex;
}

.pricing-wrapper.block-alone {
  justify-content: center;
}

.spa-service-price {
  max-width: 550px;
  min-width: 47%;
  background-image: url('../images/price-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  padding: 70px 70px 57px 50px;
}

.spa-service-price.pricing-page {
  background-image: url('../images/pricing-page-bg.png'),
    url('../images/price-bg.png');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.therapy-service-price {
  max-width: 550px;
  min-width: 47%;
  background-image: url('../images/price-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  padding: 70px 70px 57px 50px;
}

.therapy-service-price.pricing-page {
  background-image: url('../images/pricing-page-bg.png'),
    url('../images/price-bg.png');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.spa-service-price-list {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.spa-service-price-item {
  flex-direction: column;
  display: flex;
}

.therapy-service-price-list {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.single-price {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.service-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  width: 50%;
}

.service-space {
  width: 20%;
  height: 1px;
  min-width: 32%;
  border: 1px dashed #e6a98e;
}

.service-price {
  font-size: 18px;
  width: 30%;
  text-align: center;
}

.pricing-title-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.pricing-design-shape {
  z-index: -1;
  position: absolute;
  bottom: 15px;
  left: 0;
}

.pricing-title {
  color: #e6a98e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 24px;
}

.testimonial-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial-left {
  max-width: 578px;
}

.testimonial-image {
  object-fit: cover;
}

.testimonial-right {
  max-width: 435px;
  flex-direction: column;
  align-items: flex-start;
}

.design-shape-image {
  position: absolute;
  bottom: 2px;
  right: 10px;
}

.testimonial-thumb {
  position: relative;
}

.client-testimonial-slider {
  height: auto;
  max-width: 419px;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.recommend-text {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
}

.testimonial-text {
  max-width: 419px;
}

.client-name {
  color: #41844d;
  margin-top: 20px;
  margin-bottom: 0;
}

.client-slider-dots {
  display: none;
  position: absolute;
  right: -80%;
}

.testimonial-section {
  padding-top: 110px;
  padding-bottom: 120px;
  position: relative;
}

.testimonial-section.pt-0px {
  padding-top: 0;
}

.testimonial-section.pb-0px {
  padding-bottom: 0;
}

.max-width-1103px {
  max-width: 1104px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-design-shape {
  z-index: -1;
  position: absolute;
  bottom: -45px;
  right: 20px;
}

.testimonial-design-shape.up-down-loop-animaion {
  bottom: 100px;
}

.testimonial-design-shape.spa-page {
  bottom: 10%;
}

.testimonial-design-shape.spa-details-page {
  bottom: 30px;
  right: -160px;
}

.testimonial-design-shape.contact-page {
  bottom: -4px;
  right: -32px;
}

.blog-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.feature-blog {
  max-width: 330px;
}

.popular-blog {
  max-width: 570px;
}

.feature-post {
  z-index: 1;
  margin-top: 15px;
  position: relative;
}

.feature-post-thumb {
  z-index: 1;
  position: relative;
}

.feature-blog-image {
  border-radius: 20px;
}

.feature-blog-content {
  max-width: 305px;
  color: #fff;
  position: absolute;
  bottom: 25px;
  left: 35px;
}

.feature-blog-meta-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  display: flex;
}

.feature-blog-meta-line-shape {
  width: 5px;
  height: 2px;
  background-color: #fff;
}

.feature-blog-meta-author-name,
.feature-blog-title-link-block {
  color: #fff;
}

.feature-blog-title {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.popular-post-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.popular-post-list.blog-page {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
}

.popular-post-item.blog-page {
  width: 31%;
}

.popular-post-inner {
  background-image: url('../images/popular-blog-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 25px 30px;
}

.popular-post-inner.blog-page {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  padding: 0;
}

.popular-post-thumb {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  align-items: center;
  display: flex;
}

.popular-post-thumb.blog-page {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
}

.popular-post-thumb.blog-page.sidebar-post {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-direction: row;
}

.popular-post-image {
  border-radius: 20px;
}

.popular-post-image.blog-page {
  width: 100%;
  max-height: 215px;
  min-height: 215px;
}

.popular-post-image.blog-page.sidebar-post {
  max-width: 121px;
  min-height: auto;
  border-radius: 8px;
}

.popular-post-content.blog-page {
  margin-top: 25px;
}

.popular-post-content.blog-page.sidebar-post {
  margin-top: 0;
}

.popular-post-meta {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #41844d;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  display: flex;
}

.popular-post-meta.blog-details-page {
  font-size: 24px;
}

.popular-post-title-link-block {
  color: #393939;
}

.popular-post-title {
  margin-top: 15px;
  font-size: 20px;
  line-height: 30px;
}

.popular-post-title.blog-page {
  margin-bottom: 0;
}

.popular-post-title.blog-page.sidebar-post {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
}

.popular-blog-meta-line-shape {
  width: 5px;
  height: 1px;
  background-color: #41844d;
}

.popular-blog-meta-line-shape.blog-details-page {
  height: 2px;
}

.popular-blog-meta-author-name {
  color: #41844d;
}

.brand-logo-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.brand-logo-section.pt-30x {
  padding-top: 105px;
}

.client-logo-wrapper {
  max-width: 960px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.client-logo-inner {
  width: 960px;
  justify-content: space-between;
  display: flex;
}

.single-logo {
  width: 20%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template:
    '.'
    '.'
    / 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-section {
  margin-top: 40px;
  z-index: 1;
  background-image: url('../images/footer-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.footer-bottom-text {
  margin-top: 20px;
}

.mail-address {
  color: #e6a98e;
  margin-top: 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  display: inline-block;
}

.address-block {
  max-width: 235px;
  margin-top: 30px;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-content-block {
  width: 70%;
  grid-column-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.footer-text {
  max-width: 288px;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.bottom-link {
  color: #1e1e1e;
  text-decoration: none;
  transition: color 0.3s;
}

.bottom-link:hover {
  color: #41844d;
}

.footer-title {
  color: #393939;
  margin-bottom: 35px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.footer-title.footer-title-low-margin {
  margin-bottom: 10px;
}

.footer-logo-block {
  flex-direction: column;
  justify-content: center;
}

.footer-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: #393939;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}

.website-link {
  color: #393939;
  letter-spacing: 3px;
  text-transform: none;
  margin-top: 25px;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
  display: inline-block;
}

.open-time.mb-15px {
  margin-bottom: 15px;
}

.open-day-name {
  color: #e6a98e;
  font-family: Karla, sans-serif;
  font-weight: 500;
  line-height: 24px;
}

.open-and-close-time {
  line-height: 24px;
}

.footer-form {
  width: 200px;
  max-width: 100%;
  margin-top: 25px;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
  position: relative;
}

.footer-form-field {
  height: 35px;
  border: 1px solid #898989;
  margin-bottom: 0;
  padding: 0 60px 0 10px;
  font-size: 14px;
  line-height: 22px;
  transition: all 0.2s;
}

.footer-form-field:hover {
  border-color: #76879d;
}

.footer-form-field:focus {
  border-color: #41844d;
}

.footer-form-field::-ms-input-placeholder {
  color: #393939;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: #393939;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 54px;
  height: 35px;
  background-color: #41844d;
  background-image: url('../images/arrow-right.svg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 0;
  transition: all 0.2s;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
}

.footer-copyright {
  color: #696969;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

.footer-social-block-two {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.subscribe-title {
  font-family: Libre Baskerville, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.footer-design-image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-design-image-right {
  z-index: -1;
  position: absolute;
  bottom: 0;
  right: 0;
}

.footer-copyright-2 {
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.company-link {
  color: #e6a98e;
  font-family: Karla, sans-serif;
  font-weight: 700;
}

.footer-bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.follow-text {
  font-family: Libre Baskerville, sans-serif;
  line-height: 24px;
}

.line-shape {
  width: 36px;
  height: 1px;
  color: #1e1c1c;
  background-color: #393939;
}

.breadcrumb-section {
  z-index: 1;
  min-height: 470px;
  background-image: url('../images/breadcrumb-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 220px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.breadcrumb-title {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 68px;
  line-height: 68px;
}

.breadcrumb-title.color-white {
  color: #fff;
}

.single-link {
  color: #393939;
}

.breadcrumb-left-design-shape {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.breadcrumb-wrapper {
  z-index: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.breadcrumb-link {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: center;
  align-items: center;
  line-height: 16px;
  display: flex;
}

.breadcrumb-sub-title {
  color: #41844d;
  font-family: Love Light, sans-serif;
  font-size: 36px;
  line-height: 36px;
}

.discount-section {
  z-index: 1;
  background-image: url('../images/discount-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 120px;
  position: relative;
  overflow: hidden;
}

.discount-wrapper {
  max-width: 523px;
  margin-top: 99px;
  margin-bottom: 98px;
  position: relative;
}

.discount-section-design-shape {
  position: absolute;
  top: 0;
  left: -257px;
}

.discount-section-design-shape.spa-details-page {
  z-index: -1;
  top: 225px;
  left: 114px;
}

.discount-section-design-shape-two {
  position: absolute;
  bottom: -40px;
  right: -205px;
}

.team-collection-list {
  grid-column-gap: 26px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-heading-2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 55px;
}

.team-section {
  padding-top: 120px;
  position: relative;
}

.team-wrapper {
  margin-top: 32px;
}

.team-wrapper.team-page {
  margin-top: 0;
}

.team-member-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 20px;
}

.team-thumbs {
  z-index: 1;
  justify-content: center;
}

.team-link-block {
  color: #393939;
}

.team-thumbs-image {
  width: 100%;
}

.team-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.job-title {
  margin-top: 15px;
  line-height: 16px;
}

.spa-service-about-section {
  padding-top: 120px;
}

.spa-service-about-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.spa-service-about-left-image {
  max-width: 689px;
}

.spa-service-about-right-content {
  max-width: 501px;
}

.spa-service-about-image-thumb {
  z-index: 1;
  position: relative;
}

.spa-service-about-design-image {
  z-index: -1;
  position: absolute;
  top: 0;
  right: -35px;
}

.spa-service-about-design-image-two {
  position: absolute;
  bottom: 0;
  right: -11px;
}

.our-spa-service-section,
.spa-service-content {
  padding-top: 120px;
}

.spa-service-content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.spa-service-content-left,
.spa-service-content-right {
  max-width: 500px;
}

.spa-service-text-one {
  margin-bottom: 25px;
}

.spa-service-video-section {
  z-index: 1;
  padding-top: 100px;
  position: relative;
}

.spa-service-video-wrapper {
  z-index: 1;
  max-width: 1160px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
  position: relative;
}

.spa-service-video-left {
  max-width: 650px;
}

.spa-service-video-content-right {
  max-width: 434px;
}

.video-caption {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-top: 30px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 20px;
  line-height: 24px;
  display: flex;
}

.video-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.divider {
  width: 1px;
  height: 25px;
  background-color: #41844d;
  margin-left: 5px;
  margin-right: 5px;
}

.topic-name {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.watch-video {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #393939;
  align-items: center;
  display: flex;
}

.how-its-work-section {
  padding-top: 120px;
}

.how-its-work-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.how-its-work-left {
  max-width: 500px;
}

.how-its-work-right {
  max-width: 596px;
}

.work-process-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 35px;
  display: grid;
}

.serial-number {
  color: #41844d;
  margin-bottom: 15px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.benifites-section {
  z-index: 1;
  padding-top: 120px;
  position: relative;
}

.benifites-wrapper {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.benifites-left {
  max-width: 369px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: right;
  flex-direction: column;
  display: flex;
}

.benifites-right {
  max-width: 369px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: left;
  flex-direction: column;
  display: flex;
}

.benifites-middle {
  max-width: 324px;
}

.benifites-one,
.benifites-two,
.benifites-three,
.benifites-four,
.benifites-five,
.benifites-six {
  max-width: 303px;
}

.container-inner {
  max-width: 1222px;
}

.navigation-container {
  max-width: 1170px;
  border: 1px #41844d;
  border-top-style: solid;
  justify-content: space-between;
  margin-top: 90px;
  margin-bottom: 100px;
  padding-top: 15px;
  display: flex;
}

.navigate-item-link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #393939;
  align-items: center;
  display: flex;
}

.navigation-item {
  font-family: Libre Baskerville, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.therapy-service-section {
  padding-top: 130px;
}

.therapy-details-section {
  padding-top: 120px;
  overflow: hidden;
}

.screenshot-slider {
  max-width: 651px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.screenshot-slider-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.screenshot-image {
  object-fit: cover;
  object-position: 50% 50%;
}

.slider-arrow {
  width: 30px;
  height: 30px;
  background-color: #41844d;
  border-radius: 50%;
}

.slider-arrow.arrow-left {
  bottom: -170px;
  right: -75%;
}

.slider-arrow.arrow-left.d-none {
  display: none;
}

.slider-arrow.arrow-right {
  bottom: -170px;
}

.slider-arrow.arrow-right.d-none {
  display: none;
}

.slider-icon {
  font-size: 12px;
}

.design-image-left {
  position: absolute;
  bottom: -115px;
  left: -204px;
}

.design-image-right {
  position: absolute;
  bottom: -115px;
  right: -204px;
}

.screenshot-slider-dots {
  display: none;
}

.therapy-details-block {
  margin-top: 120px;
}

.therapy-details-rich-text-block h2 {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 42px;
  line-height: 42px;
}

.therapy-details-rich-text-block p {
  margin-bottom: 25px;
  line-height: 30px;
}

.therapy-details-rich-text-block h4 {
  color: #41844d;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 24px;
}

.blog-post-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.blog-post-section.pb-0px {
  padding-bottom: 0;
}

.blog-post-section.pb-0px.pt-0px {
  padding-top: 0;
}

.popular-post {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.tag-share-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid #41844d;
  border-bottom: 1px #898989;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0;
  padding-top: 15px;
  display: flex;
}

.blog-details-meta {
  margin-top: 30px;
}

.blog-details-meta.blog-details-page {
  margin-top: 53px;
}

.blog-details-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.blog-details-content {
  max-width: 630px;
}

.blog-search-form {
  margin-bottom: 0;
  position: relative;
}

.share-link {
  color: #1e1c1c;
  margin-left: 10px;
  font-size: 14px;
  line-height: 14px;
}

.tag-text-block {
  color: #41844d;
  font-family: Libre Baskerville, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.blog-details-thumb-image {
  width: 100%;
  border-radius: 20px;
}

.single-tag-item {
  margin-left: 10px;
  font-size: 14px;
  line-height: 14px;
}

.single-tag-item-list {
  display: flex;
}

.tag-side {
  align-items: center;
  display: flex;
}

.search-button {
  width: 57px;
  height: 100%;
  background-color: #41844d;
  background-image: url('../images/search-normal.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.tag-list {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.blog-details-rich-text h2 {
  margin-top: 25px;
  margin-bottom: 30px;
  font-size: 42px;
  line-height: 62px;
}

.blog-details-rich-text p {
  margin-bottom: 30px;
  line-height: 32px;
}

.footer-social-network-block {
  display: flex;
}

.sidebar-box {
  margin-bottom: 60px;
  line-height: 1;
}

.meta-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.property-search-single-field {
  height: 48px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(1, 97, 78, 0.6);
  border-radius: 8px;
  margin-bottom: 0;
  padding-left: 40px;
  transition: box-shadow 0.2s, border-color 0.2s;
}

.property-search-single-field:focus {
  border-color: #ff6500;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.property-search-single-field::-ms-input-placeholder {
  color: #494949;
}

.property-search-single-field::placeholder {
  color: #494949;
}

.property-search-single-field.blog-search-field {
  height: 50px;
  color: #393939;
  border-color: #696969;
  border-radius: 8px;
  padding-left: 15px;
  padding-right: 60px;
  font-weight: 300;
}

.property-search-single-field.blog-search-field::-ms-input-placeholder {
  color: #696969;
}

.property-search-single-field.blog-search-field::placeholder {
  color: #696969;
}

.blog-details-sidebar {
  max-width: 270px;
}

.sidebar-heading {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.blog-details-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.tag-link {
  color: #393939;
}

.category-link-block {
  color: #393939;
  justify-content: space-between;
  line-height: 18.7px;
  display: flex;
}

.therapy-tag {
  color: #393939;
  line-height: 16px;
}

.category-collection-list {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-direction: column;
  display: flex;
}

.package-section {
  padding-top: 120px;
}

.package-list {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-package {
  background-image: url('../images/package-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding-top: 45px;
  padding-bottom: 45px;
}

.package-title {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 24px;
  display: flex;
}

.package-price-box {
  justify-content: center;
  align-items: flex-end;
  margin-top: 15px;
  margin-bottom: 10px;
  display: flex;
}

.package-price {
  color: #41844d;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.package-deadline {
  font-size: 14px;
  line-height: 16px;
}

.package-membership {
  letter-spacing: 1.5px;
  justify-content: center;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.package-servise-list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-top: 1px solid #41844d;
  border-bottom: 1px solid #41844d;
  flex-direction: column;
  margin-top: 15px;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.single-service-package {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-left: 40px;
  line-height: 16px;
  display: flex;
}

.round-circle {
  width: 10px;
  height: 10px;
  background-color: #41844d;
  border-radius: 50%;
}

.service-person {
  margin-left: 40px;
  font-size: 14px;
  line-height: 16px;
}

.nav-item {
  margin-bottom: 0;
}

.checkout-button {
  height: 50px;
  letter-spacing: 0.06em;
  background-color: #41844d;
  border-radius: 10px;
  justify-content: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 700;
  display: flex;
}

.checkout-button:hover {
  color: #fff;
}

.cart-button {
  color: #393939;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  position: relative;
}

.item-inner-text {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.error-state {
  height: 50px;
  color: #fff;
  background-color: #740c0c;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.close-button {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cart-header {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}

.remove-text {
  font-weight: 500;
  line-height: 28px;
}

.cart-quantity-number {
  width: 20px;
  height: 20px;
  min-width: 20px;
  color: #fff;
  background-color: #41844d;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  position: absolute;
  top: -7px;
  right: -3px;
}

.cart-item-image {
  width: 65px;
  border: 1px solid rgba(123, 164, 53, 0.6);
  border-radius: 5px;
  padding: 5px;
}

.remove-button {
  color: #bb3f20;
}

.cart-quantity-style {
  background-color: rgba(0, 0, 0, 0);
  border-width: 2px 2px 2px 1px;
  border-color: #ededed;
  border-radius: 5px;
}

.cart-quantity-style:focus {
  border-color: rgba(123, 164, 53, 0.9);
}

.navbar-inner {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.cart-wrapper {
  line-height: 1px;
}

.item-name {
  margin-bottom: 10px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.cart-quantity {
  display: none;
}

.pricing-plan-details {
  width: 50%;
}

.single-pricing-wrapper {
  justify-content: space-between;
  display: flex;
}

.single-package-plan-wrapper {
  padding-top: 120px;
  padding-bottom: 0;
}

.single-pricing-plan {
  width: 45%;
}

.price-block {
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.package-describe {
  padding: 10px 30px 5px;
}

.title {
  font-size: 48px;
}

.title.related-title {
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 48px;
}

.message-title {
  color: #393939;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 400;
  line-height: 46px;
}

.agency-form {
  grid-column-gap: 10px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.send-message-section {
  padding-top: 120px;
  padding-bottom: 30px;
}

.contact-form-wrapper {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.form-block {
  margin-bottom: 0;
}

.form-field {
  height: 50px;
  color: #494949;
  border: 1px solid #696969;
  border-radius: 8px;
  margin-bottom: 0;
  transition: box-shadow 0.3s, border-color 0.3s;
}

.form-field:focus {
  border-color: #41844d;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.form-field::-ms-input-placeholder {
  color: #393939;
  font-size: 14px;
}

.form-field::placeholder {
  color: #393939;
  font-size: 14px;
}

.form-field.form-textarea {
  height: 200px;
}

.contact-form {
  width: 90%;
  max-width: 570px;
  margin-top: 130px;
}

.section-image-wrapper {
  max-width: 452px;
  position: relative;
}

.contact-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 55px;
  display: flex;
}

.single-contact {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: box-shadow 0.3s, background-color 0.3s;
  display: flex;
}

.contact-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.contact-content {
  line-height: 24px;
}

.contact-address {
  max-width: 222px;
  color: #1f223e;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contact-mail {
  color: #393939;
  font-weight: 400;
  line-height: 24px;
  transition: color 0.3s;
  display: block;
}

.contact-mail:hover {
  color: #41844d;
}

.contact-mail.letter-spacing {
  letter-spacing: 2px;
}

.contact-title {
  margin-top: 0;
  margin-bottom: 0;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-wrap._404-page {
  height: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}

.utility-page-content {
  width: 100%;
  max-width: 35%;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.password-title {
  font-size: 42px;
  line-height: 55px;
}

.password-label {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}

.agent-details-section {
  padding-top: 120px;
}

.counter-number {
  color: #41844d;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.agent-birography {
  margin-bottom: 20px;
}

.agent-social-link {
  width: 26px;
  height: 26px;
  background-color: #fff6f0;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  transition: box-shadow 0.3s;
  display: flex;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

.agent-social-link:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.agent-social-link.agent-details-page {
  width: 43px;
  height: 43px;
  box-shadow: none;
  background-color: #fff;
}

.agent-social-link.agent-details-page:hover {
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
}

.agent-social-link.agent-details-page.first-item {
  margin-left: 0;
}

.overview-description {
  font-size: 16px;
}

.agent-profession {
  font-size: 14px;
  font-weight: 400;
}

.agent-profession.agent-details-page {
  margin-bottom: 10px;
  font-size: 18px;
}

.agent-details {
  background-color: #fffdfc;
  border-bottom: 5px solid #01614e;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  flex-direction: column;
  align-items: center;
  margin-top: -2px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1;
  display: flex;
  position: relative;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.agent-details.agent-details-page {
  color: #fff;
  background-color: #41844d;
  border-bottom-color: #012a38;
  padding-top: 15px;
  padding-bottom: 15px;
}

.agent-details-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.birography-details {
  font-size: 16px;
}

.counter-wrap {
  margin-top: 47px;
  display: flex;
}

.counter-wrap.agent-details-page {
  height: auto;
  max-width: 230px;
  background-color: #f4f4f4;
  border-radius: 8px;
  flex-flow: column wrap;
  margin-top: 0;
  padding-top: 75px;
  padding-bottom: 75px;
}

.counter-text {
  margin-top: 0;
  line-height: 16px;
}

.agent-profile {
  width: 32%;
}

.agent-thumbnail {
  background-color: #f4f4f4;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.agent-details-content {
  width: 42%;
  margin-left: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.agent-social-network {
  z-index: 1;
  display: flex;
  position: absolute;
  top: -22px;
}

.agent-thumbnail-image {
  width: 100%;
}

.contact-number {
  color: #41844d;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 400;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 18px;
}

.section-color-shape {
  color: #012a38;
  font-weight: 400;
}

.birography-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 400;
}

.overview-heading {
  margin-bottom: 10px;
  font-weight: 500;
}

.agent-achievement {
  width: 25%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.agent-meta-info {
  z-index: 2;
  text-align: center;
  position: relative;
  overflow: visible;
}

.agency-star-image {
  margin-right: 2px;
}

.agent-name {
  color: #01614e;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.agent-name.w--current {
  color: #fff;
  margin-top: 20px;
  font-size: 24px;
}

.agent-name.agent-details-page {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.agent-overview {
  margin-bottom: 20px;
}

.single-counter {
  margin-right: 60px;
}

.single-counter.agent-details-page {
  flex-direction: column;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.single-counter.agent-details-page.gap-between {
  margin-top: 65px;
  margin-bottom: 65px;
}

.property-single-amenities {
  margin-bottom: 40px;
  display: flex;
}

.agent-contact-side {
  width: 56%;
  margin-left: 50px;
}

.agent-contact-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.property-amenities-title {
  color: #012a38;
  margin-bottom: 20px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
}

.property-amenities-list {
  margin-top: 40px;
  margin-bottom: -40px;
}

.agent-property-amenitie {
  width: 38%;
}

.agent-message {
  align-items: center;
  display: flex;
}

.agent-message-heading {
  margin-right: 5px;
  font-size: 24px;
  font-weight: 400;
}

.form-field-2 {
  height: 50px;
  color: #494949;
  border: 1px solid #696969;
  margin-bottom: 0;
  transition: box-shadow 0.3s, border-color 0.3s;
}

.form-field-2:focus {
  border-color: #31b86c;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.form-field-2::-ms-input-placeholder {
  color: #494949;
  font-size: 14px;
}

.form-field-2::placeholder {
  color: #494949;
  font-size: 14px;
}

.property-amenities-icon {
  width: 16px;
  height: 16px;
  margin-top: 5px;
  margin-right: 15px;
}

.agent-message-details {
  max-width: 460px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.property-amenities-text {
  max-width: 315px;
}

.agent-contact-section {
  padding-top: 95px;
}

.agent-contact-section.pb-120px {
  padding-bottom: 120px;
}

.checkout-page,
.order-confirmation {
  padding-top: 100px;
  padding-bottom: 100px;
}

.license-single-item {
  background-color: #fff;
  border: 1px solid rgba(65, 132, 77, 0.5);
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.license-details {
  font-size: 16px;
  line-height: 28px;
}

.license-inner {
  width: 50%;
  flex: 0 auto;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.license-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 60px -15px -40px;
  display: flex;
}

.license-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.licenses-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
}

.license-link {
  color: #012a38;
  text-transform: capitalize;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s;
  display: inline-block;
}

.relesed {
  width: auto;
  height: 44px;
  color: #fff;
  text-align: center;
  background-color: #41844d;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  line-height: 44px;
  display: inline-block;
}

.released-date {
  color: #494949;
  margin-left: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.changelog-wrapper {
  max-width: 550px;
  text-align: center;
  background-color: #fff;
  border: 1px solid rgba(65, 132, 77, 0.5);
  border-radius: 10px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.version-title {
  color: #012a38;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
}

.changelog-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.bold-text-2 {
  font-weight: 400;
}

.bold-text {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}

.login-right-side {
  width: 49%;
  justify-content: flex-end;
  display: flex;
}

.button-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-block.login-block {
  justify-content: flex-start;
}

.login-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.login-form-block {
  max-width: 400px;
  margin-top: 40px;
}

.checkbox {
  margin-top: 0;
  margin-right: 10px;
}

.register-link {
  color: #41844d;
  margin-left: 40px;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.2s;
}

.register-link.register-block {
  margin-left: 0;
}

.form-checkbox {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  line-height: 1;
  display: flex;
}

.forget-password {
  color: #494949;
  font-size: 16px;
  font-weight: 400;
  transition: color 0.2s;
}

.forget-password.register-block {
  color: #41844d;
  margin-left: 10px;
  line-height: 1;
}

.login-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.login-left-side {
  width: 49%;
}

.login-form {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.login-image {
  height: 100%;
  border-radius: 10px;
}

.forget-password-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.forget-password-block.register-block {
  justify-content: flex-start;
}

.login-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.checkbox-label {
  font-size: 16px;
  font-weight: 400;
}

.login-details {
  max-width: 460px;
}

.already-account {
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.register-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.accordion-item-content {
  margin-top: 10px;
  overflow: hidden;
}

.faq-section {
  padding-top: 120px;
}

.accordion-wrapper {
  max-width: 800px;
  margin-bottom: -40px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-text {
  font-family: Karla, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.heading-question-text {
  color: #41844d;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.accordion-item {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(65, 132, 77, 0.6);
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 24px 30px 14px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.cross-icon-image {
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 0;
}

.blog-design-image {
  z-index: -1;
  position: absolute;
  bottom: 7px;
  left: -107px;
}

@media screen and (min-width: 1280px) {
  blockquote {
    border-left-style: none;
  }

  .nav-dropdown-link {
    font-size: 18px;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    border-radius: 5px;
  }

  .nav-dropdown {
    font-family: Libre Baskerville, sans-serif;
  }

  .nav-button-wrapper,
  .nav-button-wrapper.mobile-none {
    margin-left: 60px;
  }

  .nav-dropdown-toggle {
    margin-left: 70px;
    font-size: 18px;
    transition: color 0.3s;
  }

  .nav-link {
    margin-left: 70px;
    font-size: 18px;
  }

  .container {
    max-width: 1200px;
  }

  .container.about-page {
    max-width: 1302px;
  }

  .container.about-pase-container {
    max-width: 1377px;
    justify-content: flex-start;
    display: flex;
  }

  .container.spa-service-container {
    max-width: 1296px;
    position: relative;
  }

  .container.therapy-service-container {
    max-width: 1179px;
  }

  .container.therapy-container {
    max-width: 1211px;
  }

  .hero-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-wrapper {
    min-height: 790px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 330px;
    padding-bottom: 190px;
  }

  .button-primary {
    height: 54px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

  .hero-heading {
    margin-top: 25px;
    margin-bottom: 55px;
    font-size: 68px;
    line-height: 94px;
  }

  .hero-intro {
    font-size: 36px;
    line-height: 36px;
  }

  .about-wrapper {
    grid-column-gap: 76px;
    grid-row-gap: 76px;
  }

  .about-wrapper.about-page {
    grid-column-gap: 49px;
    grid-row-gap: 49px;
    align-items: flex-start;
  }

  .about-image {
    max-width: 598px;
  }

  .about-image.about-page {
    max-width: 739px;
  }

  .about-content {
    max-width: 512px;
  }

  .section-heading {
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 64px;
  }

  .section-heading.spa-section {
    margin-bottom: 0;
  }

  .sub-heading {
    margin-bottom: 30px;
  }

  .sub-heading.max-width-374px {
    max-width: 374px;
  }

  .section-text-block.spa-section {
    grid-column-gap: 60px;
    margin-bottom: 0;
  }

  .design-line-shape {
    height: 96px;
  }

  .about-design-image-four {
    left: 10px;
  }

  .therapy-list {
    grid-column-gap: 161px;
    grid-row-gap: 161px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .therapy-list.therapy-service-page {
    grid-column-gap: 260px;
  }

  .therapy-title-link-block {
    margin-top: 47px;
    margin-bottom: 25px;
  }

  .therapy-page-link {
    margin-top: 20px;
  }

  .feature-wrapper {
    grid-column-gap: 117px;
  }

  .feature-wrapper.about-page {
    grid-column-gap: 172px;
    grid-row-gap: 172px;
  }

  .feature-content-block {
    max-width: 561px;
  }

  .feature-image-block {
    max-width: 512px;
  }

  .feature-list-block {
    grid-column-gap: 102px;
    grid-row-gap: 45px;
    margin-top: 30px;
  }

  .single-feature {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .feature-title {
    font-size: 24px;
    line-height: 24px;
  }

  .feature-design-shape-one.about-page {
    left: auto;
    right: -10px;
  }

  .feature-design-shape-two.about-page {
    left: -50px;
    right: auto;
  }

  .feature-design-shape-three.about-page {
    left: auto;
  }

  .feature-section-design-shape.up-down-loop-animaion {
    right: 40px;
  }

  .spa-wrapper {
    justify-content: flex-end;
    display: flex;
  }

  .spa-inner {
    max-width: 953px;
  }

  .spa-section-title-block {
    align-items: center;
    display: flex;
  }

  .spa-heading-block {
    max-width: 347px;
  }

  .spa-content-block {
    max-width: 546px;
    margin-left: 60px;
  }

  .spa-service-wrapper {
    margin-top: 70px;
  }

  .spa-list {
    grid-column-gap: 55px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .spa-list.our-spa {
    grid-column-gap: 177px;
    grid-row-gap: 93px;
  }

  .spa-item.our-spa {
    width: 23%;
  }

  .single-spa {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .spa-title-link-block {
    display: inline;
  }

  .spa-title {
    color: #393939;
    margin-top: 29px;
    margin-bottom: 15px;
    line-height: 24px;
  }

  .spa-price-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: center;
    line-height: 16px;
    display: flex;
  }

  .spa-price {
    color: #41844d;
  }

  .spa-service-section {
    background-image: url('../images/spa-section-bg-image.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 110px;
    margin-bottom: 130px;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .pricing-wrapper {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
  }

  .spa-service-price,
  .therapy-service-price {
    max-width: 550px;
    min-width: 47%;
    padding: 70px 70px 57px 50px;
  }

  .service-space {
    min-width: 15%;
  }

  .testimonial-wrapper {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
  }

  .testimonial-left {
    max-width: 578px;
  }

  .testimonial-right {
    max-width: 435px;
  }

  .design-shape-image {
    bottom: 2px;
    right: 10px;
  }

  .testimonial-design-shape {
    right: 20px;
  }

  .testimonial-design-shape.up-down-loop-animaion {
    bottom: 100px;
  }

  .testimonial-design-shape.spa-details-page {
    right: -150px;
  }

  .blog-wrapper {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .feature-blog {
    max-width: 469px;
  }

  .popular-blog {
    max-width: 636px;
  }

  .feature-post-thumb {
    position: relative;
  }

  .feature-blog-image {
    border-radius: 20px;
  }

  .feature-blog-content {
    max-width: 305px;
    bottom: 25px;
    left: 35px;
  }

  .feature-blog-title {
    font-size: 24px;
    line-height: 34px;
  }

  .popular-post-list {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .popular-post-item.blog-page {
    width: 23%;
  }

  .popular-post-inner {
    padding: 25px 30px;
  }

  .popular-post-thumb {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    align-items: center;
  }

  .popular-post-meta {
    font-size: 14px;
    line-height: 16px;
  }

  .popular-post-title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 34px;
  }

  .popular-post-title.blog-page {
    font-size: 24px;
    line-height: 34px;
  }

  .popular-post-title.blog-page.sidebar-post {
    font-size: 15px;
  }

  .client-logo-wrapper {
    max-width: 1200px;
  }

  .client-logo-inner {
    width: 1200px;
  }

  .mail-address {
    display: block;
  }

  .address-block {
    max-width: 280px;
    font-size: 18px;
    line-height: 30px;
  }

  .footer-content-block {
    width: 70%;
    justify-content: space-between;
    margin-top: 20px;
  }

  .footer-text {
    max-width: 325px;
    font-size: 18px;
    line-height: 30px;
  }

  .footer-title {
    margin-bottom: 40px;
  }

  .footer-logo-block {
    width: 30%;
  }

  .footer-link {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 18px;
  }

  .website-link {
    font-size: 18px;
    display: inline-block;
  }

  .breadcrumb-section {
    min-height: 510px;
    padding-top: 230px;
    padding-bottom: 150px;
  }

  .breadcrumb-title {
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 65px;
  }

  .team-collection-list {
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-heading-2 {
    margin-bottom: 30px;
    font-size: 42px;
    line-height: 64px;
  }

  .team-member-name {
    font-size: 24px;
    line-height: 24px;
  }

  .spa-service-about-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .spa-service-about-left-image {
    max-width: 600px;
  }

  .spa-service-about-right-content {
    max-width: 501px;
  }

  .spa-service-about-design-image {
    top: 100px;
    right: -53px;
  }

  .spa-service-about-design-image-two {
    bottom: 5px;
    right: -11px;
  }

  .our-spa-service-wrapper {
    max-width: 1185px;
  }

  .spa-service-content-wrapper {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .spa-service-content-left {
    max-width: 594px;
  }

  .spa-service-content-right {
    max-width: 602px;
  }

  .spa-service-video-section {
    overflow: hidden;
  }

  .spa-service-video-wrapper {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
    align-items: center;
  }

  .spa-service-video-left {
    max-width: 650px;
  }

  .spa-service-video-content-right {
    max-width: 434px;
  }

  .video-text {
    font-size: 24px;
    line-height: 24px;
  }

  .watch-video {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    color: #393939;
    align-items: center;
    display: flex;
  }

  .how-its-work-wrapper {
    grid-column-gap: 73px;
    grid-row-gap: 73px;
  }

  .how-its-work-left {
    max-width: 595px;
  }

  .how-its-work-right {
    max-width: 596px;
  }

  .work-process-wrap {
    grid-column-gap: 81px;
    grid-row-gap: 81px;
  }

  .benifites-wrapper {
    align-items: center;
  }

  .benifites-left {
    max-width: 435px;
    min-width: 400px;
    grid-column-gap: 98px;
    grid-row-gap: 98px;
    text-align: right;
    align-items: flex-end;
  }

  .benifites-right {
    max-width: 435px;
    min-width: 400px;
    grid-column-gap: 98px;
    grid-row-gap: 98px;
    text-align: left;
  }

  .benifites-middle {
    max-width: 484px;
  }

  .benifites-two.mr-65px {
    margin-right: 65px;
  }

  .benifites-five.ml-65px {
    margin-left: 65px;
  }

  .screenshot-slider {
    max-width: 851px;
  }

  .tag-share-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
  }

  .blog-details-meta {
    margin-top: 50px;
  }

  .blog-details-content {
    max-width: 847px;
  }

  .blog-details-sidebar {
    max-width: 270px;
  }

  .blog-details-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .single-service-package,
  .service-person {
    margin-left: 55px;
  }

  .navbar-inner {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .title {
    font-size: 64px;
  }

  .agency-form {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
  }

  .contact-form-wrapper {
    grid-column-gap: 148px;
  }

  .contact-form {
    width: 100%;
    margin-top: 130px;
  }

  .section-image-wrapper {
    max-width: 452px;
  }

  .agent-thumbnail {
    justify-content: center;
    display: flex;
  }

  .agency-star-image {
    margin-right: 2px;
  }

  .property-single-amenities {
    margin-bottom: 35px;
  }

  .agent-contact-side {
    width: 57%;
    margin-left: 50px;
  }

  .agent-contact-wrapper {
    flex-wrap: wrap;
    display: flex;
  }

  .property-amenities-list {
    margin-top: 35px;
    margin-bottom: -30px;
  }

  .agent-property-amenitie {
    width: 38%;
  }

  .agent-message {
    align-items: center;
    display: flex;
  }

  .agent-message-heading {
    margin-right: 5px;
  }

  .agent-message-details {
    max-width: 460px;
    margin-top: 15px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .container.about-pase-container {
    justify-content: flex-start;
    display: flex;
  }

  .container.spa-service-container {
    max-width: 1296px;
  }

  .hero-content {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-wrapper {
    min-height: 850px;
    padding-top: 350px;
    padding-bottom: 180px;
  }

  .slider-design-shape {
    bottom: -135px;
  }

  .about-design-image-four {
    left: 40px;
  }

  .feature-section-design-shape.up-down-loop-animaion {
    right: 50px;
  }

  .testimonial-design-shape {
    right: 20px;
  }

  .testimonial-design-shape.up-down-loop-animaion {
    bottom: 100px;
  }

  .testimonial-design-shape.spa-details-page {
    right: -200px;
  }

  .popular-post-title.blog-page {
    font-size: 24px;
    line-height: 34px;
  }

  .footer-content-block {
    width: 70%;
    justify-content: space-between;
  }

  .footer-logo-block {
    width: 30%;
  }

  .breadcrumb-section {
    min-height: 600px;
    padding-top: 250px;
    padding-bottom: 200px;
  }

  .spa-service-about-wrapper {
    max-width: 1346px;
    grid-column-gap: 156px;
    grid-row-gap: 156px;
    align-items: center;
    display: flex;
  }

  .spa-service-about-left-image {
    max-width: 689px;
  }

  .spa-service-about-right-content {
    max-width: 501px;
  }

  .spa-service-about-design-image {
    top: 100px;
    right: -53px;
  }

  .spa-service-about-design-image-two {
    bottom: 5px;
    right: -11px;
  }
}

@media screen and (min-width: 1920px) {
  .container.about-page {
    max-width: 1424px;
  }

  .container.about-pase-container {
    max-width: 1416px;
    justify-content: flex-start;
    display: flex;
  }

  .container.spa-service-container.home-page {
    max-width: 1360px;
  }

  .hero-content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .hero-wrapper {
    min-height: 950px;
    padding-top: 316px;
    padding-bottom: 274px;
  }

  .button-primary {
    font-size: 16px;
  }

  .slider-design-shape {
    bottom: -160px;
    right: -80px;
  }

  .sub-heading.font-w-500 {
    max-width: 523px;
  }

  .sub-heading.font-w-500.mb-25px.max-width-594px,
  .sub-heading.font-w-500.benifite-subtitle {
    max-width: 594px;
  }

  .about-design-one.mouse-move-animation {
    bottom: -30px;
  }

  .about-design-image-two.mouse-move-animation {
    top: 180px;
    left: 75px;
  }

  .therapy-list {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
  }

  .feature-section-design-shape.up-down-loop-animaion {
    right: 95px;
  }

  .testimonial-design-shape {
    right: 83px;
  }

  .testimonial-design-shape.up-down-loop-animaion {
    bottom: 100px;
  }

  .testimonial-design-shape.spa-page {
    bottom: 8%;
  }

  .testimonial-design-shape.spa-details-page {
    right: -252px;
  }

  .blog-wrapper {
    align-items: flex-end;
  }

  .popular-post-title.blog-page.sidebar-post {
    font-size: 15px;
  }

  .footer-content-block {
    width: 70%;
    justify-content: space-between;
    margin-top: 20px;
  }

  .footer-logo-block {
    width: 30%;
    max-width: 336px;
  }

  .footer-wrapper {
    justify-content: space-between;
  }

  .breadcrumb-section {
    min-height: 700px;
    padding-top: 274px;
    padding-bottom: 255px;
  }

  .breadcrumb-title {
    margin-bottom: 40px;
    font-size: 60px;
    line-height: 82px;
  }

  .benifites-section {
    z-index: 1;
  }

  .tag-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contact-form-wrapper {
    grid-column-gap: 148px;
    justify-content: flex-start;
  }

  .contact-form {
    width: 100%;
  }

  .agent-details-wrapper {
    align-items: flex-start;
  }
}

@media screen and (max-width: 991px) {
  li {
    margin-bottom: 15px;
  }

  .nav-menu-wrapper {
    background-color: #f9f9f9;
  }

  .first-line,
  .third-line {
    width: 100%;
    height: 2px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    position: relative;
  }

  .navbar-brand {
    max-width: 200px;
  }

  .nav-dropdown {
    display: inline-block;
  }

  .nav-button-wrapper {
    margin-left: 0;
  }

  .nav-button-wrapper.mobile-none {
    display: none;
  }

  .nav-button-wrapper.mobile-dropdown {
    display: block;
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translate(0, -50%);
  }

  .navbar-wrapper {
    position: relative;
  }

  .menu-button {
    font-size: 30px;
    display: flex;
    position: relative;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    background-color: #f9f9f9;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 10px;
    display: flex;
  }

  .second-line {
    width: 100%;
    height: 2px;
    background-color: #1b1b1b;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-dropdown-icon {
    right: 0;
  }

  .line-shape-block {
    width: 36px;
    height: 30px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 2px;
    margin-left: 0;
  }

  .navbar-no-shadow-container {
    padding: 10px 0;
  }

  .nav-dropdown-toggle {
    margin-left: 20px;
  }

  .nav-dropdown-toggle.w--open {
    position: relative;
  }

  .nav-link {
    margin-left: 20px;
    padding-left: 0;
    padding-right: 5px;
  }

  .nav-link.fast-item {
    margin-left: 20px;
  }

  .navbar-section {
    top: 0;
  }

  .profile-dropdown {
    flex-direction: column;
    display: flex;
  }

  .profile-picture-wrapper {
    margin-top: 10px;
  }

  .profile-picture-wrapper.mobile-dropdown {
    margin-top: 0;
  }

  .profile-picture-wrapper.mobile-dropdown.w--open {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-list {
    background-color: rgba(0, 0, 0, 0);
    position: relative;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    background-color: #f3f3f3;
    display: block;
    position: absolute;
    top: 50px;
  }

  .dropdown-link {
    padding-left: 30px;
    font-size: 14px;
    font-weight: 400;
  }

  .hero-content {
    max-width: 70%;
  }

  .hero-wrapper {
    min-height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 170px;
    padding-bottom: 160px;
  }

  .button-primary {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-primary.package-button {
    max-width: 170px;
  }

  .about-section {
    padding-top: 80px;
  }

  .side-panel {
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 140px 10px 25px;
    display: flex;
    position: relative;
  }

  .text-link {
    margin-right: 50px;
  }

  .color-row {
    flex-wrap: wrap;
  }

  .breadcrumbs-wrapper {
    margin-top: 60px;
  }

  .color-block-parent {
    width: 30%;
  }

  .type-col {
    width: 46%;
  }

  .light-section {
    width: 100%;
    float: none;
    clear: left;
    margin-top: 60px;
    padding-top: 25px;
    padding-bottom: 25px;
    overflow: visible;
  }

  .text-highlight {
    padding: 20px;
  }

  .about-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .about-wrapper.about-page {
    flex-direction: column;
  }

  .about-image {
    max-width: 598px;
  }

  .about-content {
    max-width: 512px;
  }

  .about-content.about-page {
    margin-top: 0;
  }

  .section-heading {
    font-size: 36px;
    line-height: 55px;
  }

  .section-text-block.spa-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .design-line-shape.spa-section {
    height: 80px;
  }

  .about-design-image-two {
    top: 181px;
    left: 78px;
  }

  .therapy-section {
    padding-top: 80px;
  }

  .therapy-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .therapy-list.therapy-service-page {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .single-therapy.therapy-service-page {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .therapy-content.therapy-service-page {
    max-width: 230px;
  }

  .feature-section {
    padding-top: 80px;
  }

  .feature-wrapper {
    flex-direction: column-reverse;
  }

  .feature-wrapper.about-page {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column-reverse;
  }

  .feature-content-block {
    max-width: 561px;
  }

  .feature-image-block {
    max-width: 512px;
  }

  .feature-section-design-shape {
    top: 40px;
    right: 30px;
  }

  .spa-section-title-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .spa-heading-block {
    max-width: 100%;
  }

  .spa-content-block {
    margin-top: 30px;
    margin-left: 0;
    padding-left: 0;
  }

  .spa-item.our-spa {
    width: 28.5%;
  }

  .spa-thumbnail-image {
    min-height: auto;
  }

  .spa-service-section {
    margin-top: 80px;
    margin-bottom: 80px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pricing-section.pricing-page {
    padding-top: 60px;
  }

  .pricing-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 20px;
  }

  .spa-service-price,
  .therapy-service-price {
    min-width: 48%;
    padding: 50px 30px 37px 20px;
  }

  .service-space {
    min-width: 15%;
  }

  .testimonial-wrapper {
    flex-direction: column;
  }

  .testimonial-right {
    max-width: 70%;
  }

  .client-testimonial-slider {
    max-width: 419px;
  }

  .recommend-text {
    margin-top: 0;
  }

  .client-slider-dots {
    right: -70%;
  }

  .testimonial-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .testimonial-design-shape.spa-details-page {
    right: 0;
  }

  .blog-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .feature-blog {
    max-width: 469px;
  }

  .popular-blog {
    max-width: 636px;
  }

  .feature-blog-title {
    font-size: 24px;
    line-height: 34px;
  }

  .popular-post-item.blog-page {
    width: 47.8%;
  }

  .popular-post-title {
    font-size: 24px;
    line-height: 34px;
  }

  .brand-logo-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brand-logo-section.pt-30x {
    padding-top: 65px;
  }

  .single-logo {
    width: 25%;
  }

  .footer-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .mail-address {
    display: block;
  }

  .footer-content-block {
    width: 100%;
  }

  .footer-logo-block {
    width: 50%;
  }

  .footer-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .breadcrumb-section {
    min-height: 400px;
    background-position: 100%;
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .breadcrumb-title {
    font-size: 36px;
    line-height: 50px;
  }

  .breadcrumb-left-design-shape {
    top: 70px;
  }

  .discount-section {
    background-position: 0%;
    margin-top: 80px;
  }

  .discount-wrapper {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .discount-section-design-shape.spa-details-page.up-down-loop-animaion {
    left: 0;
  }

  .team-collection-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .team-section {
    padding-top: 80px;
  }

  .team-wrapper {
    margin-top: 30px;
  }

  .team-member-name {
    font-size: 24px;
    line-height: 24px;
  }

  .spa-service-about-section {
    padding-top: 80px;
  }

  .spa-service-about-wrapper {
    flex-direction: column;
  }

  .spa-service-about-design-image {
    right: -10px;
  }

  .spa-service-about-design-image-two {
    right: 0;
  }

  .spa-service-content {
    padding-top: 80px;
  }

  .spa-service-content-wrapper {
    flex-direction: column-reverse;
  }

  .spa-service-video-section {
    padding-top: 80px;
  }

  .spa-service-video-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

  .spa-service-video-left {
    max-width: 500px;
  }

  .how-its-work-section {
    padding-top: 80px;
  }

  .how-its-work-wrapper {
    flex-direction: column;
  }

  .benifites-section {
    padding-top: 80px;
  }

  .benifites-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
  }

  .benifites-left {
    max-width: 100%;
    text-align: left;
    align-items: center;
  }

  .benifites-right {
    max-width: 100%;
    align-items: center;
  }

  .benifites-middle {
    max-width: 100%;
  }

  .benifites-one,
  .benifites-two.mr-65px,
  .benifites-three,
  .benifites-four,
  .benifites-five.ml-65px,
  .benifites-six {
    max-width: 50%;
  }

  .navigation-container {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .therapy-service-section,
  .therapy-details-section {
    padding-top: 80px;
  }

  .screenshot-slider {
    max-width: 450px;
  }

  .slider-arrow.arrow-left {
    right: -73%;
  }

  .design-image-left {
    max-width: 75%;
    bottom: -70px;
    left: -150px;
  }

  .design-image-right {
    max-width: 75%;
    bottom: -70px;
    right: -150px;
  }

  .therapy-details-block {
    margin-top: 80px;
  }

  .therapy-details-rich-text-block h2 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 36px;
  }

  .therapy-details-rich-text-block p {
    margin-bottom: 15px;
  }

  .therapy-details-rich-text-block h4 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 32px;
  }

  .blog-post-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tag-share-wrapper {
    margin-top: 0;
  }

  .blog-details-meta.blog-details-page {
    margin-top: 30px;
  }

  .blog-details-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-details-content {
    max-width: 100%;
  }

  .blog-details-rich-text h2 {
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 48px;
  }

  .blog-details-rich-text p {
    margin-bottom: 20px;
  }

  .blog-details-sidebar {
    max-width: 100%;
  }

  .blog-details-wrapper {
    flex-direction: column;
  }

  .package-section {
    padding-top: 80px;
  }

  .package-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .package-title.single-page {
    font-size: 24px;
  }

  .package-price.single-page {
    font-size: 20px;
  }

  .cart-item-image {
    padding-left: 5px;
  }

  .navbar-inner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .cart-wrapper {
    position: absolute;
    right: 100px;
  }

  .single-package-plan-wrapper {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .title,
  .title.related-title {
    font-size: 36px;
  }

  .message-title {
    margin-bottom: 20px;
  }

  .send-message-section {
    padding-top: 80px;
  }

  .contact-form-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    margin-top: 0;
  }

  .contact-form {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }

  .section-image-wrapper {
    width: 100%;
  }

  .contact-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    margin-top: 40px;
  }

  .utility-page-wrap._404-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .utility-page-content {
    max-width: 50%;
  }

  .agent-details-section {
    padding-top: 80px;
  }

  .counter-number {
    font-size: 22px;
    line-height: 32px;
  }

  .agent-details-wrapper {
    flex-wrap: wrap;
  }

  .counter-wrap {
    margin-top: 30px;
  }

  .counter-wrap.agent-details-page {
    max-width: 100%;
    flex-direction: row;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .counter-text {
    font-size: 14px;
  }

  .agent-profile {
    width: 41.667%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .agent-details-content {
    width: 58%;
    margin-left: 0;
  }

  .agent-achievement {
    width: 100%;
    margin-top: 60px;
  }

  .single-counter.agent-details-page {
    width: 33.33%;
  }

  .single-counter.agent-details-page.gap-between {
    margin-top: 0;
    margin-bottom: 0;
  }

  .property-amenities-details {
    max-width: 460px;
  }

  .agent-contact-side {
    width: 100%;
    margin-top: 60px;
    margin-left: 0;
  }

  .agent-property-amenitie {
    width: 100%;
  }

  .agent-contact-section {
    padding-top: 50px;
  }

  .agent-contact-section.pb-120px {
    padding-bottom: 80px;
  }

  .checkout-page,
  .order-confirmation,
  .license-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .released-date {
    font-size: 18px;
    font-weight: 500;
  }

  .changelog-wrapper {
    margin-top: 30px;
  }

  .changelog-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .login-right-side {
    width: 75%;
    order: -1;
    justify-content: center;
    margin-bottom: 40px;
  }

  .login-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .login-form-block {
    margin-top: 20px;
  }

  .login-title {
    font-size: 36px;
    line-height: 48px;
  }

  .login-left-side {
    width: 100%;
  }

  .login-wrapper {
    flex-direction: column;
  }

  .register-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .faq-section {
    padding-top: 80px;
  }

  .blog-design-image {
    display: none;
  }

  /* -- custom -- */
  .logo-image {
    width: 200px;
  }

  .pricing-title {
    line-height: 40px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  li {
    margin-bottom: 10px;
  }

  blockquote {
    margin-bottom: 20px;
    padding: 20px 40px 20px 30px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, 0.05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 10px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .nav-dropdown-toggle {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
  }

  .logo-image {
    width: 180px;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-wrapper {
    background-position: 30%;
  }

  .number {
    font-size: 24px;
  }

  .slider-design-shape {
    display: none;
  }

  .side-panel {
    padding-bottom: 0;
    padding-right: 35px;
    overflow: auto;
  }

  .breadcrumbs-wrapper {
    margin-top: 0;
  }

  .another-container {
    padding: 20px 5px;
  }

  .color-block-parent {
    width: 45%;
  }

  .type-col {
    width: 100%;
  }

  .breadcumb-links {
    margin-top: 10px;
    font-size: 15px;
  }

  .text-highlight {
    padding: 9px;
  }

  .current-page {
    font-size: 16px;
    line-height: 20px;
  }

  .about-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .section-heading {
    font-size: 32px;
    line-height: 48px;
  }

  .section-category-title {
    font-size: 32px;
    line-height: 32px;
  }

  .section-text-block {
    margin-bottom: 40px;
  }

  .about-design-image-two {
    top: 150px;
  }

  .therapy-list.therapy-service-page {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .single-therapy.therapy-service-page {
    grid-column-gap: 30px;
  }

  .therapy-content.therapy-service-page {
    max-width: 300px;
  }

  .therapy-title-link-block {
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .therapy-title {
    font-size: 20px;
  }

  .feature-content-block,
  .feature-image-block {
    max-width: 100%;
  }

  .feature-list-block {
    grid-column-gap: 50px;
    grid-row-gap: 40px;
    margin-top: 10px;
  }

  .single-feature {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .feature-title {
    font-size: 20px;
  }

  .feature-design-shape-one {
    left: 0;
  }

  .feature-design-shape-one.about-page,
  .feature-design-shape-two {
    right: 0;
  }

  .feature-design-shape-two.about-page {
    left: 0;
  }

  .feature-design-shape-three {
    top: 25%;
    left: 0;
  }

  .feature-design-shape-three.about-page {
    right: 0;
  }

  .feature-section-design-shape {
    right: 10px;
  }

  .feature-section-design-shape.up-down-loop-animaion {
    right: 20px;
  }

  .spa-service-wrapper {
    margin-top: 40px;
  }

  .spa-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .spa-list.our-spa {
    grid-column-gap: 30px;
    flex-wrap: wrap;
  }

  .spa-item.our-spa {
    width: 47%;
  }

  .spa-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
  }

  .spa-service-section {
    background-position: 40%;
  }

  .pricing-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .spa-service-price,
  .therapy-service-price {
    padding-left: 40px;
    padding-right: 40px;
  }

  .service-space {
    min-width: 15%;
  }

  .testimonial-left {
    width: 100%;
  }

  .testimonial-image {
    height: auto;
  }

  .testimonial-right {
    max-width: 100%;
  }

  .client-testimonial-slider {
    max-width: 419px;
  }

  .client-slider-dots {
    right: -60%;
  }

  .testimonial-design-shape {
    max-width: 15%;
  }

  .testimonial-design-shape.contact-page {
    bottom: 0;
    right: 0;
  }

  .feature-blog-title {
    font-size: 22px;
  }

  .popular-post-item.blog-page {
    width: 47.2%;
  }

  .popular-post-image {
    max-width: 40%;
  }

  .popular-post-image.blog-page {
    max-width: 100%;
  }

  .popular-post-title {
    font-size: 22px;
  }

  .popular-post-title.blog-page {
    font-size: 20px;
    line-height: 30px;
  }

  .single-logo {
    width: 33.33%;
  }

  .footer-content-block {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-title {
    font-size: 20px;
  }

  .footer-block {
    margin-top: 30px;
  }

  .footer-logo-block {
    width: 100%;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-copyright,
  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .breadcrumb-title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 48px;
  }

  .discount-section {
    background-position: 0%;
  }

  .discount-section-design-shape.spa-details-page.up-down-loop-animaion {
    max-width: 20%;
  }

  .team-member-name {
    font-size: 20px;
  }

  .benifites-wrapper,
  .benifites-left,
  .benifites-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .benifites-one,
  .benifites-two.mr-65px,
  .benifites-three,
  .benifites-four,
  .benifites-five.ml-65px,
  .benifites-six {
    max-width: 100%;
  }

  .navigation-item {
    font-size: 16px;
  }

  .screenshot-slider {
    max-width: 350px;
  }

  .design-image-left {
    max-width: 50%;
    bottom: -25px;
    left: -80px;
  }

  .design-image-right {
    max-width: 50%;
    bottom: -25px;
    right: -80px;
  }

  .therapy-details-rich-text-block h2 {
    font-size: 28px;
  }

  .single-tag-item {
    margin-left: 10px;
  }

  .blog-details-rich-text h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .pricing-plan-details {
    width: 100%;
  }

  .single-pricing-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column-reverse;
  }

  .single-package-plan-wrapper {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .single-pricing-plan {
    width: 100%;
  }

  .title {
    font-size: 28px;
  }

  .title.related-title {
    margin-bottom: 40px;
    font-size: 28px;
  }

  .send-message-section {
    padding-top: 80px;
  }

  .contact-form-wrapper {
    flex-direction: column;
    margin-top: 0;
  }

  .section-image-wrapper {
    margin-top: 0;
  }

  .utility-page-content {
    max-width: 60%;
  }

  .password-title {
    font-size: 32px;
    line-height: 48px;
  }

  .counter-number {
    font-size: 24px;
  }

  .agent-details-wrapper {
    flex-direction: column;
  }

  .counter-text {
    font-size: 16px;
  }

  .agent-profile {
    width: 75%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .agent-details-content,
  .license-inner {
    width: 100%;
  }

  .license-wrapper {
    margin-top: 40px;
  }

  .licenses-title {
    font-size: 24px;
  }

  .changelog-wrapper {
    margin-top: 20px;
  }

  .login-form-block {
    margin-top: 30px;
  }

  .login-title {
    font-size: 32px;
    line-height: 36px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .heading-question-text {
    font-size: 20px;
    line-height: 1.2px;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    padding-left: 15px;
    padding-right: 20px;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .nav-menu {
    flex-direction: column;
  }

  .logo-image {
    width: 160px;
  }

  .hero-content {
    padding-right: 0;
  }

  .hero-wrapper {
    padding-top: 154px;
    padding-bottom: 100px;
  }

  .button-primary {
    padding: 15px 25px;
    font-size: 18px;
    line-height: 18px;
  }

  .button-primary.mt-30px {
    margin-top: 20px;
  }

  .hero-heading {
    font-size: 34px;
    line-height: 48px;
  }

  .contact-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .hero-qusetion-block {
    align-items: flex-start;
    font-size: 20px;
  }

  .about-section {
    padding-top: 60px;
  }

  .side-panel {
    flex-flow: column wrap;
    padding-left: 0;
    padding-right: 0;
  }

  .color-row {
    flex-direction: row;
  }

  .wrapper-link {
    font-size: 14px;
  }

  .praimary-color {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .another-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .color-block-parent {
    width: 90%;
    margin-right: 3%;
  }

  .type-col {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .light-section {
    margin-top: 0;
  }

  .breadcumb-links {
    flex-flow: wrap;
    margin-top: 20px;
  }

  .line-shape-2 {
    margin: 5px;
  }

  .text-highlight {
    width: 50%;
    padding: 20px 10px;
  }

  .current-page {
    font-size: 14px;
  }

  .guide-block {
    width: 50%;
  }

  .type-row {
    flex-direction: column;
  }

  .section-heading {
    font-size: 24px;
    line-height: 36px;
  }

  .sub-heading.font-w-500 {
    font-size: 16px;
    line-height: 28px;
  }

  .section-category-title {
    font-size: 25px;
    line-height: 26px;
  }

  .title-design-image {
    max-width: 25%;
  }

  .section-text-block {
    margin-bottom: 30px;
  }

  .design-line-shape {
    display: none;
  }

  .about-design-one {
    max-width: 35%;
    padding-left: 30px;
    bottom: 0;
  }

  .about-design-image-two {
    top: 50px;
    left: 10px;
  }

  .about-design-image-three {
    bottom: -10px;
    left: -10px;
  }

  .about-design-image-four {
    display: none;
  }

  .section-paragraph {
    font-size: 14px;
    line-height: 26px;
  }

  .therapy-section {
    padding-top: 60px;
  }

  .therapy-list {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .single-therapy.therapy-service-page {
    flex-direction: column;
  }

  .therapy-content.therapy-service-page {
    text-align: center;
  }

  .therapy-title-link-block.therapy-service-page {
    margin-top: 20px;
  }

  .feature-section {
    padding-top: 60px;
  }

  .feature-wrapper {
    grid-row-gap: 40px;
  }

  .feature-list-block {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .feature-design-shape-one {
    max-width: 30%;
  }

  .feature-design-shape-two {
    max-width: 25%;
  }

  .feature-design-shape-three {
    max-width: 20%;
    top: 30%;
  }

  .feature-section-design-shape {
    max-width: 30%;
    top: 30px;
  }

  .spa-list {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .spa-item.our-spa {
    width: 100%;
  }

  .spa-service-section {
    background-position: 35%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .pricing-section.pricing-page {
    padding-top: 40px;
  }

  .spa-service-price,
  .therapy-service-price {
    padding: 30px 20px;
  }

  .single-price {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .service-name {
    font-size: 16px;
  }

  .service-space {
    min-width: 15%;
  }

  .service-price {
    font-size: 16px;
  }

  .service-name.service-name-rituel {
    width: 33%;
  }
  .service-price.service-price-rituel {
    width: 17%;
  }

  .pricing-title {
    font-size: 24px;
  }

  .pricing-title.rituel {
    text-align: center;
    line-height: 30px;
  }

  .design-shape-image {
    max-width: 25%;
    right: 0;
  }

  .testimonial-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-design-shape {
    bottom: 0;
  }

  .testimonial-design-shape.spa-page.up-down-loop-animaion {
    bottom: 32%;
  }

  .testimonial-design-shape.spa-details-page {
    bottom: 100px;
  }

  .blog-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .feature-blog-content {
    left: 20px;
  }

  .feature-blog-title {
    font-size: 18px;
    line-height: 28px;
  }

  .popular-post-item.blog-page {
    width: 100%;
  }

  .popular-post-inner {
    background-position: 0%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .popular-post-thumb {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .popular-post-image {
    max-width: 100%;
  }

  .popular-post-meta.blog-details-page {
    font-size: 18px;
  }

  .popular-post-title {
    font-size: 18px;
    line-height: 28px;
  }

  .brand-logo-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brand-logo-section.pt-30x {
    padding-top: 45px;
  }

  .single-logo {
    width: 50%;
  }

  .footer-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mail-address {
    margin-bottom: 10px;
  }

  .footer-block {
    width: 100%;
    margin-top: 20px;
  }

  .footer-block.reserver-wrapper {
    align-items: normal;
  }

  .footer-title {
    margin-bottom: 20px;
  }

  .footer-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer-social-link {
    margin-left: 0;
  }

  .breadcrumb-section {
    min-height: 390px;
  }

  .breadcrumb-title {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 42px;
  }

  .breadcrumb-title.color-white {
    font-size: 24px;
  }

  .symble-icon {
    font-size: 14px;
  }

  .breadcrumb-link {
    flex-wrap: wrap;
  }

  .discount-section {
    margin-top: 60px;
  }

  .discount-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .discount-section-design-shape.spa-details-page.up-down-loop-animaion {
    top: 260px;
  }

  .team-collection-list {
    grid-template-columns: 1fr;
  }

  .section-heading-2 {
    font-size: 28px;
    line-height: 42px;
  }

  .team-section {
    padding-top: 60px;
  }

  .team-wrapper {
    margin-top: 20px;
  }

  .spa-service-about-section {
    padding-top: 60px;
  }

  .spa-service-about-design-image,
  .spa-service-about-design-image-two {
    max-width: 25%;
  }

  .spa-service-content,
  .spa-service-video-section {
    padding-top: 60px;
  }

  .spa-service-video-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .video-caption {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
  }

  .video-text {
    font-size: 12px;
    line-height: 20px;
  }

  .divider {
    height: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .how-its-work-section {
    padding-top: 60px;
  }

  .work-process-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .benifites-section {
    padding-top: 60px;
  }

  .navigation-container {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .navigate-item-link-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .arrow-icon {
    width: 20px;
  }

  .navigation-item {
    font-size: 12px;
  }

  .therapy-service-section,
  .therapy-details-section {
    padding-top: 60px;
  }

  .screenshot-slider {
    max-width: 250px;
  }

  .screenshot-slider-inner {
    height: auto;
  }

  .slider-arrow.arrow-left {
    width: 30px;
    height: 30px;
    bottom: -225px;
    right: -60%;
  }

  .slider-arrow.arrow-right {
    width: 30px;
    height: 30px;
    bottom: -225px;
  }

  .slider-icon {
    font-size: 14px;
  }

  .design-image-left {
    max-width: 25%;
    bottom: 25px;
    left: -30px;
  }

  .design-image-right {
    max-width: 25%;
    bottom: 25px;
    right: -30px;
  }

  .therapy-details-block {
    margin-top: 60px;
  }

  .therapy-details-rich-text-block h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .therapy-details-rich-text-block p {
    line-height: 28px;
  }

  .therapy-details-rich-text-block h4 {
    font-size: 18px;
    line-height: 28px;
  }

  .blog-post-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tag-share-wrapper {
    flex-direction: column;
  }

  .blog-details-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .share-link {
    margin-left: 5px;
  }

  .single-tag-item {
    margin-left: 5px;
    font-size: 14px;
  }

  .single-tag-item-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .tag-side {
    align-items: flex-start;
    margin-bottom: 0;
  }

  .tag-side.center-content {
    align-items: center;
    margin-bottom: 0;
  }

  .blog-details-rich-text h2 {
    font-size: 24px;
    line-height: 36px;
  }

  .blog-details-rich-text p {
    line-height: 30px;
  }

  .category-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .package-section {
    padding-top: 60px;
  }

  .package-list {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .cart-inner {
    margin-right: 15px;
  }

  .div-block {
    margin-top: 10px;
    margin-left: 0;
    padding-bottom: 10px;
  }

  .cart-item {
    flex-direction: column;
  }

  .cart-wrapper {
    right: 80px;
  }

  .single-pricing-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .default-state {
    margin-bottom: 0;
  }

  .single-package-plan-wrapper {
    padding-top: 60px;
  }

  .price-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .package-describe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title {
    font-size: 26px;
  }

  .message-title {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .send-message-section {
    padding-top: 60px;
  }

  .contact-form-wrapper,
  .section-image-wrapper {
    margin-top: 0;
  }

  .contact-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .contact-address {
    font-size: 16px;
  }

  .utility-page-wrap._404-page {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .utility-page-content {
    max-width: 90%;
  }

  .password-title {
    font-size: 28px;
    line-height: 36px;
  }

  .agent-details-section {
    padding-top: 60px;
  }

  .counter-number {
    font-size: 20px;
  }

  .counter-wrap {
    flex-wrap: wrap;
  }

  .counter-text {
    font-size: 15px;
  }

  .agent-profile {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .birography-title,
  .overview-heading {
    font-size: 20px;
  }

  .single-counter {
    margin-right: 20px;
  }

  .property-single-amenities {
    margin-bottom: 20px;
  }

  .property-amenities-title {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .property-amenities-list {
    margin-bottom: -20px;
  }

  .agent-message {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .agent-message-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .agent-contact-section {
    padding-top: 30px;
  }

  .agent-contact-section.pb-120px {
    padding-bottom: 60px;
  }

  .checkout-page,
  .order-confirmation {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .license-single-item {
    padding: 20px;
  }

  .license-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .licenses-title {
    font-size: 20px;
  }

  .released-date {
    margin-left: 10px;
    font-size: 16px;
  }

  .changelog-section {
    padding-top: 60px;
  }

  .bold-text-2 {
    font-size: 16px;
  }

  .login-right-side {
    width: 100%;
  }

  .button-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .login-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .forget-password.register-block {
    margin-left: 0;
  }

  .login-title {
    font-size: 28px;
  }

  .login-form {
    margin-left: auto;
    margin-right: auto;
  }

  .forget-password-block {
    margin-left: 0;
  }

  .forget-password-block.register-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .already-account {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .register-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .faq-section {
    padding-top: 60px;
  }

  .accordion-text {
    font-size: 16px;
  }

  .accordion-heading {
    font-size: 20px;
  }

  .heading-question-text {
    font-size: 18px;
    line-height: 32px;
  }

  .accordion-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#Message.w-node-_0c3ffb62-df03-a89c-167f-2b6812b67036-f8655054 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0c3ffb62-df03-a89c-167f-2b6812b67037-f8655054 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#field-2.w-node-_2ba2560b-1cf1-f2d2-e486-8eec20f8e483-f865505b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8a26ff7c-aef3-7a84-4def-dad5cb4532de-f865505f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #Name.w-node-_0c3ffb62-df03-a89c-167f-2b6812b67032-f8655054,
  #email.w-node-_0c3ffb62-df03-a89c-167f-2b6812b67033-f8655054,
  #Phone.w-node-_0c3ffb62-df03-a89c-167f-2b6812b67034-f8655054,
  #Subject.w-node-_0c3ffb62-df03-a89c-167f-2b6812b67035-f8655054,
  #First-Name-2.w-node-_2ba2560b-1cf1-f2d2-e486-8eec20f8e47f-f865505b,
  #email-4.w-node-_2ba2560b-1cf1-f2d2-e486-8eec20f8e480-f865505b,
  #Phone-2.w-node-_2ba2560b-1cf1-f2d2-e486-8eec20f8e481-f865505b,
  #Email-4.w-node-_2ba2560b-1cf1-f2d2-e486-8eec20f8e482-f865505b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}
