/* 
Theme Name:		 Dentalist Child
Theme URI:		 https://dentalist.cmsmasters.net/
Description:	 Dentalist Child is a child theme of Dentalist,
Author:			 cmsmasters
Author URI:		 https://cmsmasters.net/
Template:		 dentalist
Version:		 1.0.0
Text Domain:	 dentalist-child
*/

.service-images {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

span.price-wrap{
    font-weight: 400;
    line-height: normal;
    position: relative;
    align-items: center;
    font-size: 100px;
    display: flex;
    justify-content: center;
    line-height: 1;
}
/* 
span.price-wrap sup:nth-child(1) {
    position: static;
    font-size: 100px;
    top:0;

} */
span.price-wrap sup {
    top: 0;
    font-size: 100%;
}
/* span.price-wrap sup:nth-child(3) {
    position: static;
    font-size: 100px;
    display: inline-flex;
    top:0;
} */


@media(max-width:1180px) {
    span.price-wrap{
        font-size: 70px;
    }
}