body {
    background: #fafafa;
}
#content-title-wrapper {
    background: url(../img/42.jpg);
}
.booking-examples {
    width: 1100px;
    margin: 100px auto;
}

#content .cell {
    width: 100%;
    border: 0px solid #eee;
    padding: 9px;
    margin-bottom: 30px;
}

.cell h2 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 25px;
    font-family: Lato;
    font-weight: 600;
}

#content .cell .img {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 350px;
    margin-bottom: 30px;
    box-shadow: 8px 9px 38px rgba(39, 44, 49, 0.06), 1px 1px 8px rgba(39, 44, 49, 0.03) !important;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

#content .cell .img:after {
    content: "";
    background: #000;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
    text-align: center;
}

.img .inner-wrapper {
    position: absolute;
    z-index: 99;
    bottom: 25px;
    left: 25px;
}

.demo[data-industry*="beauty" i] .img {
    background: url('../img/industries/beauty1.jpg');
}

.demo[data-industry*="barber" i] .img {
    background: url('../img/industries/barber4.jpg');
}

.demo[data-industry*="yoga" i] .img {
    background: url('../img/industries/yoga2.jpg');
}

.demo[data-industry*="escape" i] .img {
    background: url('../img/industries/escape-room1.jpg');
}

.demo[data-industry*="car" i] .img {
    background: url('../img/industries/car1.jpg');
}

.demo[data-industry*="medical" i] .img {
    background: url('../img/industries/medical.jpg');
}

.demo[data-industry*="heli" i] .img {
    background: url('../img/industries/heli1.jpg');
}

.demo[data-industry*="atv" i] .img {
    background: url('../img/industries/atv1.jpg');
}

.demo[data-industry="tours" i] .img {
    background: url('../img/industries/tour1.jpg');
}

.demo[data-industry*="meeting" i] .img {
    background: url('../img/industries/meeting1.jpg');
}

.demo[data-industry*="kayak" i] .img {
    background: url('../img/industries/kayak1.jpg');
}

.demo[data-industry*="vacation" i] .img {
    background: url('../img/industries/vacation1.jpg');
}

.demo[data-industry*="photo" i] .img {
    background: url('../img/industries/photo1.jpg');
}

.demo[data-industry*="pet" i] .img {
    background: url('../img/industries/pet2.jpg');
}

.demo[data-industry*="dentist" i] .img {
    background: url('../img/industries/dentist8.jpg');
}

.demo[data-industry*="Chiropractor" i] .img {
    background: url('../img/industries/chiropractors.jpg');
}

.demo[data-industry*="auto repair" i] .img {
    background: url('../img/industries/auto-repair.jpg');
}

.description {
    margin: 20px 0;
    display: none;
}

.tag {
    background: #f4f4f4;
    border-radius: 100px;
    padding: 0px 13px;
    font-size: 12px;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 11px;
}

.cell .buttons .advanced-options-title,
.cell .buttons a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 6px 18px;
    margin-right: 13px;
    border-radius: 100px;
    color: #fff;
    border: 2px solid;
    font-size: 17px;
    cursor: pointer;
    height: 44px;
}

.cell .buttons i {
    margin-right: 9px;
    font-size: 24px;
    display: none;
}

.advanced-options {
    margin: 30px 0;
    display: none;
}

.advanced-options h3 {
    font-size: 18px;
    font-weight: 600;
    color: #444;
    margin: 30px 0 15px;
}

.advanced-options div {
    margin-bottom: 15px;
}

.themes a,
.booking-order a {
    display: block;
    margin: 8px 0;
    color: #fff;
    background: var(--active-color);
    font-size: 15px;
    text-transform: capitalize;
    border: 0px solid;
    padding: 8px 18px;
    border-radius: 500px;
    font-weight: 600;
    width: fit-content;
}

.themes a:hover,
.booking-order a:hover {
    background: var(--active-color);
    color: #fff !important;
}

.buttons {
    display: flex;
    align-items: center;
}

.buttons a {
    display: inline-flex;
    align-items: center;
    color: #fff !important;
    border-radius: 100px;
}

.read-tutorial.hidden{
    display: none !important;
}