﻿/*
    Theme Name: Medilab
    Theme URL: https://bootstrapmade.com/medilab-free-medical-bootstrap-theme/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/



.headerTopContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 10px 20px;
}

.templateTitle,
.loginControl {
    z-index: 1;
}

.dynamicLabelContainer {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    text-align: center;
    white-space: nowrap;
    width: max-content;
}

.dynamicLabel {
    font-weight: bold;
    font-size: 1.2rem;
    color: #44ac8f;
}



.section_service-padding {
    padding: 60px 0px;
}

hr.botm_service-line {
    height: 3px;
    width: 60px;
    background: #ffb737;
    position: relative;
    border: 0;
    margin: 20px 0 20px 0;
}

/***************************************
services
***************************************/
.service_icon i {
    color: #0cb8b6;
    font-size: 45px;
    margin-bottom: 25px;
}

.service-info {
    margin-bottom: 20px;
}

.service_icon-info h4 {
    padding-bottom: 15px;
}

.servce_icon-info p {
    font-size: 15px !important;
}
