.bannerContent img{
    max-height: 300px;
}
.bannerContent.handReflexology{
    text-align: right;
}

.pricingBanner{
    text-align: left;
    background-color: white;
    padding: 0;
}

.pricingRowWrapper{
    margin-top: 30px;
    border: 1px solid #d1ad89;
    box-shadow: 0px 0px 20px #d1ad89;
}
.pricingRow{
    display: table;
    width: 98.5%;
    margin: 10px;
}
.pricingRow:hover{
    box-shadow: 0px 0px 20px #d1ad89;
}
.pricingRow.odd{
    background-color: white;
}
.servicePlus{
    display: block;
    text-align: left;
    padding-left: 30px;
    margin: -10px 0 -5px 0;
}
.pricingRow>div{
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}
.pricingThumbnail>img{
    width: 200px;
    height: auto;
    min-width: 200px;
}
.servicetype-pricing .duration{
    display: block;
    width: 100%;
    text-align: left;
}
.servicetype-pricing .duration b{
    font-size: 14px;
    font-style: italic;
    color: var(--heading-color);
}
.servicetype-pricing h1{
    font-size: 21px;
    font-weight: 400;
    text-align: left;
    display: inline-flex;
}
.servicetype-pricing p{
    margin: 0;
    margin-top: 20px;
    font-weight: 500;
    width: max-content;
}
.pricingDescription p{
    font-size: 16px;
}
.bookAppointment-pricing{
    margin: 25% auto;
    width: 150px;
}
.prcingButton{
    padding: 10px;
    background-color: #7c2b03;
    color: white;
}

.inner-box{
    background-color: white;
}

.inner-box ul{
    padding-left: 10px;
    text-align: left;
}
.servicesULList, .servicesULList b {
    color: #733212;
}
.servicesULList li{
    list-style: circle;
    line-height: 36px;
    font-size: 18px;
}

table h1::after{
    display: none;
}

.pricingRowWrapper .table{
    margin: 0;
}
.priceThumbnail{
    width: 15%;
    display: table-cell;
    vertical-align: middle;
}
.pricePlan{
    width: 30%;
    display: table-cell;
    vertical-align: middle;
}
.pricingDescriptionCol{
    width: 45%;
    display: table-cell;
    vertical-align: middle;
}
.priceBookNow{
    width: 10%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.shoulderMassage-1{
    background-image: url(../img/back-shoulder.jpeg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 200px;
    height: 135px;
    background-position: center;
}
.shoulderMassage-1:hover{
    background-image: url(../img/shoulder-massage.jpeg);
}

.footMassagePriceThumbnail{
    background-image: url(../img/foot-massage.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 200px;
    height: 135px;
    background-position: center;
}
.footMassagePriceThumbnail:hover{
    background-image: url(../img/foot-reflexology-massage.jpg);
}

.footMassagePriceThumbnail2{
    background-image: url(../img/foot-reflexology-massage.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 200px;
    height: 135px;
    background-position: center;
}
.footMassagePriceThumbnail2:hover{
    background-image: url(../img/foot-massage.jpg);    
}

.footMassagePriceThumbnail3{
    background-image: url(../img/three-types-of-massage-for-your-feet.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 200px;
    height: 135px;
    background-position: center;
}
.footMassagePriceThumbnail3:hover{
    background-image: url(../img/foot-massage.jpg);    
}