@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@400;600;700&display=swap');
h4 {
    font-family: Trebuchet MS;
}

.header-top {
    background: #ec155a;
    height: 44px;
}

.header-mail {
    float: right;
    margin-top: 25px;
    color: #000;
}

.header-mail i {
    color: #000 !important;
}

.banner-bg {
    background-image: url("img/banner.webp");
    background-color: #c542b7 !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-title {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -2px;
}

.banner-text {
    font-family: Trebuchet MS;
    font-size: 24px;
    font-weight: normal;
    font-style: italic;
}

p.banner-text {
    font-size: 20px;
    color: #fff;
    line-height: 140%;
    padding: 5px 0;
}

#home_appointment_form {
    background: #fff;
    border-radius: 10px;
}

#home_appointment_form h3 {
    font-family: Trebuchet MS;
    font-size: 17px;
}

.form-control {
    border-radius: 6px;
}

#home_appointment_form button {
    background-color: #7c3dfe;
    border-color: #7c3dfe;
    color: #fff;
    width: 100%;
    border-radius: 6px;
}

.ctb {
    width: 100%;
    margin: 0;
    padding-top: 0 !important;
    padding-bottom: 20px !important;
    text-align: center;
}

.about-co h3 {
    font-family: Trebuchet MS;
    font-size: 48px;
    text-align: center;
    color: #7634fe;
    font-weight: bold;
    font-style: italic;
    padding-bottom: 20px;
}

.about-co span {
    color: #f51279;
}

.about-co p {
    font-family: Trebuchet MS;
    font-size: 19px;
    color: #697073;
}

.footer {
    background: #c542b7 !important;
}

.boxed-layout .header {
    margin-bottom: 0px;
}

.menuzord .menuzord-menu>li.active>a,
.menuzord .menuzord-menu>li:hover>a,
.menuzord .menuzord-menu ul.dropdown li:hover>a {
    background: #ED297B;
}