.appointment_bg{
    background-color: var(--theme-color-3);
    margin-top: 140px!important;
}
.menu-space-bottom{    
    margin-bottom: 140px;
}
.appointment{
    width: 500px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-radius: 0px !important;
}
.appointment img{
    height: 430px;
    width: auto;
    cursor: pointer;    
}
@media (min-width: 0px) and (max-width: 575px) {
    .appointment{
        width: 100%;
    }
    .appointment img{
        height: auto;
        width: 100%;
    }
}
.appointment_bg .card{
    border: none;
}
.overlay1{
	position: absolute;
	width: 100%;
	height: 430px;
	top: 0;
	left: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.appointment p{
    font-size: 11px;
    font-weight: 200;
    text-transform: uppercase;
    line-height: 1.7em;
    letter-spacing: .15em;
    margin-bottom: 5px;
    transition: color .2s ease-out;
    font-family: var(--bs-font-Catamaran);
}
.appointment h5{
    font-family: var(--bs-font-Cormorant);
    letter-spacing: .01em;
    font-size: 33px;
    font-weight: bold;
    line-height: 1.07em;
    font-weight: 600;
}
.content1{
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.content1 p{
    text-transform: none;
    font-family: var(--bs-font-Catamaran);
    margin-top: -8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: .02em;
    color: var(--text-color-2);
}
.heading1{
    display: flex;
    align-items: baseline;
    font-family: var(--bs-font-Cormorant);
    font-size: 20px;
    font-weight: 700;
}
.title1{
    flex-shrink: 0;
    letter-spacing: .01em;
    color: #363636;
    word-wrap: break-word;
    font-weight: bold;    
}
.line1{
    margin: 0 4px 5px;
    width: calc(100% - 8px);
    height: 1px;
    background-color: var(--text-color-2);
    opacity: 20%;
}
.price1{
    flex-shrink: 0;
    margin-left: 8px;
}
.price-value1{    
    color: #363636;
    display: ruby;
}
.price-label1{
    margin-right: 9px;
    color: #a9a4a2;
    position: relative;
    z-index: 10;
}
.price-label1::after {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #a9a4a2;
    position: absolute;
    left: 0;
    top: calc(50% + 1px);
}

/* button */
.menu-btn-link{    
    display: inline-block;
}
.menu-btn-link a{
    padding: 11px 41px;
    color: var(--text-color-1)!important;
    border: 1px solid rgba(54,54,54,.55);
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .15em;
    font-weight: 600;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    cursor: pointer;
    font-family: var(--bs-font-Catamaran);
    text-decoration: none;
}
.menu-btn-link small{
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .15em;
    line-height: 1.7em;
    color: var(--text-color-1);
}

.menu-btn-link .border_top_left::after, 
.menu-btn-link .border_top_left::before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	display: block;
	width: calc(100% + 1px);
	height: 1px;
	background-color: currentColor;
	transition: transform .38s cubic-bezier(.57,.01,.29,.99);
	will-change: transform;
}
.menu-btn-link .border_top_left::after {
	width: 1px;
	height: calc(100% + 2px);
	transform: scaleY(0);
	transform-origin: top;
}
.menu-btn-link .border_top_left::before {
    transform: scaleX(0);
    transform-origin: left;
}
.menu-btn-link:hover .border_top_left::before {
  transform: scaleX(1);
}
.menu-btn-link:hover .border_top_left::after {
  transform: scaleY(1);
}

.menu-btn-link .border_bottom_right::after, 
.menu-btn-link .border_bottom_right::before {
  content: '';
  position: absolute;
  bottom: -1px;
  right: -1px;
  display: block;
  width: calc(100% + 1px);
  height: 1px;
  background-color: currentColor;
  transition: transform .38s cubic-bezier(.57,.01,.29,.99);
  will-change: transform;
}
.menu-btn-link .border_bottom_right::before {
  transform: scaleX(0);
  transform-origin: right;
}
.menu-btn-link .border_bottom_right::after {
  width: 1px;
  height: calc(100% + 2px);
  transform: scaleY(0);
  transform-origin: bottom;
}
.menu-btn-link:hover .border_bottom_right::before {
  transform: scaleX(1);
}
.menu-btn-link:hover .border_bottom_right::after {
  transform: scaleY(1);
}


.appointment_bg .content1.mb-1 .heading1 .title1 {
  flex-shrink: unset;
  letter-spacing: .01em;
  color: #363636;
  word-wrap: break-word;
  font-weight: bold;
  width: calc(100% - 68px);
  display: flex;
  align-items: baseline;
}


.appointment_bg .content1.mb-1 .heading1 .title1::after {
  content: "";
  display: inline-block;
  flex-grow: 1;
  height: 0;
  border-bottom: 1px solid #d4d4d4;
  margin-left: 1rem;
}


.appointment_bg .content1.mb-1 .heading1 .price1 {
  flex-shrink: 1;
  margin-left: 8px;
  flex-grow: 1;
  width: auto;
}


.appointment_bg .content1.mb-1 .heading1 .line1 {
	display: none;
}

.appointment_bg .heading1 .price1 {
  text-align: right;
}

.appointment_bg .heading1 .title1 a, .appointment_bg .heading1 .title1 a:hover {
  text-decoration: none;
  color: inherit;
}