/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.floatgroup {
    position: fixed;
    bottom: 96px;
    right: 25px;
    z-index: 100;
}

.float {
    animation: bot-to-top 2s ease-out,pulsegreen 2s infinite;
    width: 60px;
    height: 60px;
    font-size: 30px;
    color: #fff!important;
    border-radius: 100%;
    text-align: center;
    box-shadow: 2px 2px 3px rgb(0 0 0 / 10%);
    z-index: 1000;
    outline: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.float:first-child {
    margin-bottom: 13px;
}
.float:nth-child(2) {
    margin-bottom: 13px;
}

.portfolio-overlay .portfolio-desc h3 {
	font-weight: 600;
	color: #F5F5F5 !important;
	line-height: 1;
}

.portfolio-overlay .portfolio-desc h3 a { color: #F5F5F5 !important; }


/* ----------------------------------------------------------------
	CSS Specific to the Spa Demo
-----------------------------------------------------------------*/
.service-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 55px;
    margin: 0 0 30px;
}

.service-header {
    position: relative;
    margin: 0 0 3px;
}

.service-name {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    padding-right: 10px;
}

.service-name a {
    font-size: 26px;
    font-weight: 700;
    color: #333;
    letter-spacing: 2px;
    font-family: 'cookie', cursive;
}

.service-dots {
    display: table-cell;
    width: 98%;
}

.separator-dots {
    display: block;
    width: 100%;
    border-bottom: 1px dashed #78c9d1;
}

.service-price {
    display: table-cell;
    width: 1%;
    padding-left: 10px;
    font-size: 26px;
    font-weight: 700;
    font-family: 'cookie', cursive;
}

p.service-desc {
    font-size: 15px;
    color: #777;
}

ul.tab-nav:not(.tab-nav-lg) li {
    float: none;
    display: inline-block;
    margin-left: 25px;
}

@media (max-width: 991px) {
    .service-wrap {
        padding: 0;
        margin: 0 0 10px;
    }
}