﻿@charset "UTF-8";
.banner-img {
    background-image: url(../images/banner.jpg);
    background-position: center center;
    margin-bottom: 35px;
    background-size: cover
}

.banner-catption {
    padding: 90px 0 260px;
    text-align: center
}

.banner-catption h1 {
    color: #fff;
    font-weight: 400;
    margin: 0 0 30px;
}

.heading {
    text-align: center;
    font-size: 28px;
    margin: 35px 0 20px
}

.service-overlay {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    background-color: rgba(26, 177, 232, .8);
    -webkit-transition: .3s all;
    transition: .3s all;
    font-weight: 500;
    text-align: center;
    top: auto;
    bottom: 0;
    min-height: 85px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.service-overlay:focus,
.service-overlay:hover {
    color: #fff
}

.service-single {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
	display: block;
    -webkit-transition: .3s all;
    transition: .3s all
}

.service-overlay:hover {
    color: #fff
}

.service-single:hover {
    transform: scale(1.04);
    box-shadow: 0 5px 35px rgba(0, 0, 0, .1)
}

.service-block {
    padding: 25px 0 45px
}

.wlcm-main {
    padding: 15px 0 45px;
    background-color: #1e7aa9
}

.white-heading {
    color: #fff
}

.wlcm-txt p {
    color: #fff;
    margin: 0;
    font-size: 18px;
    line-height: 32px
}

.wlcm-doc-img {
    box-shadow: 0 10px 25px rgba(0, 0, 0, .2);
    border-radius: 20px;
    overflow: hidden;
    border: 5px solid #fff
}

.wlcm-block {
    padding: 20px 0 10px
}

.single-logo img {
    width: 150px
}

.logos-area {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px 0 0px;
}

.map-area iframe {
    width: 100%;
    height: 400px
}

.hearing-aids-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0 25px 0
}

.hearing-single img {
    width: 120px;
}
.hearing-single {
    padding: 8px 0
}

.map-address-area {
    padding: 18px 0;
    background-color: #1e7aa9
}

.map-address-area .heading {
    color: #fff;
    margin: 0
}

.map-address-area p {
    color: #fff;
    margin: 10px 0 0
}

.btn-main {
    display: inline-block;
    padding: 12px 25px;
    background-color: #1dadec;
    border: none;
    min-width: 210px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    transition: .3s all
}
.yellow-btn {
    background-color: 
#ea851a;
cursor: pointer;
}


.btn-main:hover {
    background-color: #1e7aa9;
    color: #fff
}

.service-single img {
    width: 100%
}
.home-faq .faq-panel {
    margin: 39px 0 50px;
}
.home-faq strong {
    font-weight: 600;
	color: #666;
}
@media(max-width:1024px){
	.hearing-single img {
    width: 90px;
}
}
@media(max-width:990px) {
    .hearing-single img {
        width: 70px
    }
    .service-single {
        margin-bottom: 25px
    }
	.banner-catption {
    padding: 90px 0 150px;
}
}

@media(max-width:767px) {
.banner-catption {
    padding: 50px 0 80px;
    text-align: center;
}
.hearing-aids-logos {
    justify-content: center;
}
    .banner-catption h1 {
        font-size: 24px
    }
    /*.headroom--not-top .menu-tp-area {
        display: none
    }*/
    .heading {
        font-size: 22px;
        margin: 25px 0 15px
    }
    .wlcm-block {
        padding-top: 0
    }
    .single-logo img {
        width: 80px
    }
.wlcm-doc-img {
        width: 100%;
        margin: 25px auto 0
    }
    .wlcm-doc-img img {
    width: 100%;
}

    
.hearing-single {
    padding: 12px 0;
    width: 50%;
    text-align: center;
}
    .hearing-single img {
        width: 120px
    }
    .wlcm-txt p {
        font-size: 15px;
        line-height: 25px
    }
.banner-img {
    margin-bottom: 10px;
    background-image: url(../images/banner-xs.jpg);
    background-position: center 22%;
}
    .contact-detail-check {
        margin: 25px 0 0
    }
}
/*date 11-04-2023*/
a:not([href]):not([tabindex]) {
    color: #fff;
    text-decoration: none;
}

    a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
        color: #fff;
        text-decoration: none;
    }