:root {
    --newBlueGrey: #dae7ec;
    --BtnGrey: #a0adb2;
    --lightYellow: #f4f4f2;
    --mainBlue: #02aae9;
}

.main-head-itle-con {
    height: 90px;
    width: 100%;
    background: url(https://cdn.ghanaweb.com/business_directory/premium/menubarBG.jpg);
    display: grid;
    place-content: center;
    color: white;
}

.tel_directory_wrap {
    margin-top: 15px;
}

.tel_directory_wrap form.search {
    width: 450px;
    padding: 10px 60px;
    filter: drop-shadow(5px 6px 5px rgb(0, 0, 0, 0.1));
    border-radius: 40px;
    margin: -35px auto 0;
    background-color: white;
}

.top_search {
    display: flex;
}

.tel_directory_wrap input {
    height: 30px;
    border: 1px solid #9b9b9b;
    outline: none;
    font-size: 12px;
}

.tel_directory_wrap .item.inner.topInfo {
    background-color: var(--newBlueGrey);
    border: 0;
    padding: 40px 15px 45px;
    position: relative;
}

.tel_directory_wrap .item.inner .business_info {
    width: 414px;
    float: left;
    margin: 0 15px;
    border: 0;
}

.tel_directory_wrap .item.inner .business_info .loc.found {
    margin: 15px 0;
    color: #000;
    font-size: 13px;
}

.tel_directory_wrap .business_lists .item.inner .image_wrap {
    width: 200px;
    height: 200px;
    float: left;
    overflow: hidden;
    border: 12px solid white;
    border-radius: 50%;
    z-index: 20;
    position: relative;
    filter: drop-shadow(5px 6px 5px rgb(0, 0, 0, 0.1));
}

.tel_directory_wrap .business_lists .item.inner .image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lowfx-box {
    width: 100%;
    background-color: rgb(255, 255, 255);
    position: absolute;
    bottom: 0;
    left: 0;
}

.lowfx-box .shadowfx {
    position: absolute;
    right: 10px;
    width: 292px !important;
    bottom: -9px;
}

.lowfx-box img {
    margin-top: -110px;
}

.more-info-con {
    background-color: var(--lightYellow);
    margin: 0;
    padding: 35px 15px 15px;
}

.tel_directory_wrap .business_info .loc:before {
    background-image: none;
    margin: 0;
    width: 0;
}

.social-address {
    display: flex;
    gap: 10px;
}

.icon-box {
    width: 35px;
    height: 35px;
    background-color: var(--mainBlue);
    border-radius: 50%;
    display: grid;
    place-content: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: -22px;
}

.icon-box img {
    width: 25px !important;
}

.social-address {
    display: flex;
    gap: 10px;
}

.infoGroup-items {
    position: relative;
    width: 200px;
    height: 90px;
    background-color: white;
    filter: drop-shadow(5px 6px 5px rgb(0, 0, 0, 0.1));
    border-radius: 10px;
    padding: 10px 20px;
    display: grid;
    align-items: center;
}

.txt-info-con {
    height: 57px;
    overflow: hidden;
}

.txt-info-con p {
    margin: 0 0 5px;
    font-size: 13px;
}

.socials a img {
    width: 25px !important;
    margin-right: 15px;
}

.more-info-con.aboutUs {
    display: flex;
    gap: 20px;
    padding: 15px;
    background-color: var(--lightYellow);
    margin: 0;
}

.ServMoreAboutUs {
    height: max-content;
    width: 100%;
    background-color: white;
}

.ServMoreAboutUs-inn {
    display: flex;
    height: 50%;
}

.textlinksArea {
    width: 50%;
    padding: 15px;
    font-size: 11.4px;
}

.textlinksArea p {
    margin: 8px 0;
}

.sec-title-text {
    font-size: 14px;
    font-weight: 700;
}

.pageBtns {
    padding: 5px 10px;
    background-color: var(--BtnGrey);
    border-radius: 7px;
    color: white !important;
    font-size: 10px;
    margin: 18px 0 0;
    display: block;
    width: max-content;
}

.ServMoreAboutUs.testi {
    position: relative;
    padding: 25px 0 0;
}

.testis-con {
    border-radius: 20px;
    padding: 20px 15px;
    display: flex;
    overflow-x: scroll;
    gap: 20px;
}

.testis-con .feature-item {
    width: max-content;
    list-style: none;
    margin: 0 0 5px 0px;
    background-color: rgb(244, 244, 244);
    padding: 20px;
    border-radius: 12px;
    filter: drop-shadow(4px 5px 4px #e7e7e7);
}

.testi-text {
    width: 500px;
    max-height: 242px;
    overflow-y: auto;
    padding: 10px 0 20px;
    min-height: 50px;
}

.post-by {
    width: 100%;
    height: 30px;
    border-top: 1px solid var(--BtnGrey);
    border-bottom: 1px solid var(--BtnGrey);
    align-items: center;
    padding: 10px 0;
}

.agent-name {
    font-size: 12px;
}

.agent-name span {
    display: block;
    font-weight: 600;
    margin: 0 0 3px;
}

#backBtn {
    left: -8px;
    transform: translateY(-50%);
}

#nextBtn {
    right: 0;
    transform: translateY(-50%);
}

#nextBtn, #backBtn {
    position: absolute;
    font-size: 14px;
    height: 35px;
    width: 35px;
    background-color: white;
    border-radius: 50%;
    color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(0, 0, 0);
    cursor: pointer;
    top: 48%;
    z-index: 20;
}

.the-team-con .sec-title-text {
    margin: 20px 30px;
}

.sec-title-text span {
    float: right;
}

.team-members {
    display: flex;
    overflow: hidden;
}

.member-select {
    width: calc(20%);
    height: 400px;
    overflow: hidden;
    position: relative;
    flex-grow: 1;
}

.member-info {
    position: absolute;
    width: 87%;
    height: 100px;
    background-color: white;
    left: 20px;
    bottom: -200px;
    z-index: 20;
    transition: 0.6s ease;
    padding: 10px 20px;
    color: #000;
    font-size: 12px;
}

.member-info p {
    margin: 0;
}

.mem-name {
    font-size: 17px;
    font-weight: 700;
}

.mem-pos {
    font-weight: 700;
    color: grey;
    margin: 4px 0 !important;
}   

.mem-contact {
    font-size: 11px;
    margin: 4px 0 !important;
}

.member-select img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: grayscale(100);
}

.other-initiatives {
    display: flex;
    gap: 20px;
    padding: 0px 20px;
    border-top: 1px solid rgb(192, 192, 192);
}

.initiative-type {
    width: 250px;
}

.initiative-type .sec-title-text {
    margin: 20px 0 5px;
}

.the-team-con.partners {
    height: max-content;
    border-bottom: 1px solid rgb(192, 192, 192);
    padding-bottom: 30px;
}

.pageBtns {
    padding: 5px 10px;
    background-color: var(--BtnGrey);
    border-radius: 7px;
    color: white !important;
    font-size: 10px;
    margin: 18px 0 0;
    display: block;
    width: max-content;
}

.page-gallery-con .sec-title-text, .contact-us-con .sec-title-text {
    margin: 20px 30px;
}

.page-gallery-con .gallery {
    display: flex;
    gap: 2px;
    flex-wrap: wrap;
}

.photo-box {
    flex-grow: 1;
    overflow: hidden;
    width: 200px;
    height: 200px;
}

.photo-box img {
    height: inherit;
    object-fit: cover;
}

.slideTrack {
    display: flex;
    width: max-content;
    margin: auto;
    gap: 5px;
}

.slideInf {
    height: 50%;
    width: 86px;
    display: flex;
    align-items: center;
    padding: 0;
    perspective: 100px;
}

.slideInf img {
    border-radius: 12px;
    object-fit: cover;
    object-position: top;
    filter: grayscale(100);
    height: 52px;
    width: auto !important;
}

.contact-form-con {
    background-color: var(--newBlueGrey);
    padding: 30px 20px;
    position: relative;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.contact-sec1.address {
    width: 161px;
}

.enquiry-form {
    width: 250px;
    background: white;
    border: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    z-index: 30;
    right: 130px;
    top: 10%;
    border-radius: 5px;
    padding: 20px 20px 5px;
}

.textlinksArea {
    width: 50%;
    padding: 15px;
    font-size: 11.4px;
}

.contact-sec1 .textlinksArea .image_wrap {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4px solid white;
    border-radius: 50%;
    filter: drop-shadow(5px 6px 5px rgb(0, 0, 0, 0.1));
    margin: 0 0 20px;
}

.contact-sec1 p {
    font-size: 11px;
}

.contact-sec1 .initiative-type {
    width: 186px;
}

.enquiry-form .text-area {
    position: relative;
    z-index: 30;
    top: 0;
    left: 0px;
    color: black;
}

.enquiry-form .text-area .main-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 600;
}

.enquiry-form .text-area .sub-text {
    font-size: 11px;
    margin-bottom: 10px;
}

.enquiry-form input {
    width: 100%;
    padding: 5px 10px;
    border: 0px solid var(--siteGrey2);
    border-radius: 0px;
    display: inline-block;
    height: max-content;
    outline: none;
    margin-bottom: 10px;
    border: 1px solid grey;
    border-radius: 4px;
    font-size: 11px;
}

.enquiry-form .input-box {
    min-height: 40px;
    width: 91%;
    border-radius: 5px;
    outline: none;
    padding: 5px 10px;
    border: 1px solid grey;
    margin-bottom: 10px;
}

.enquiry-form .searchBtn {
    background-color: var(--mainBlue);
    color: white;
    padding: 10px 25px !important;
    width: 100%;
    border: 0;
}

.contact-us-con .contact-sec1 .sec-title-text
{
    margin: 5px 0;
}

.textlinksArea .image_wrap img {
    height: 100%;
    object-fit: cover;
}

.member-select:hover {
    width: calc(100% - 30px);
    cursor: pointer;
    transition: 0.6s ease;
}

.member-select:hover .member-info {
    bottom: 35px;
    transition: 0.6s ease;
    width: 75%;
}

.member-select:hover img {
    filter: grayscale(0);
}

.partners-logos-con {
    width: 100%;
    height: max-content;
    background-color: #f5f5f5;
    padding: 10px 0;
    overflow: hidden;
}

.image_wrap.mob {
    display: none;
}

.initiative-type p:nth-child(2) {
    height: 96px;
    overflow: hidden;
}

@media screen and (max-width: 600px) {
    .lowfx-box {
        display: none;
    }

    .tel_directory_wrap .business_info .company_name,
    .tel_directory_wrap .business_info .loc {
        padding-left: 0;
    }

    .image_wrap ,
    #nextBtn, #backBtn {
        display: none;
    }

    .image_wrap.mob, .contact-us-con .image_wrap {
        display: block;
    }

    .tel_directory_wrap .item.inner.topInfo {
        background-color: var(--newBlueGrey);
        border: 0;
        padding: 20px 15px;
        position: relative;
    }

    .tel_directory_wrap .business_lists .item.inner .image_wrap {
        width: 200px;
        height: 200px;
        overflow: hidden;
        border: 12px solid white;
        border-radius: 50%;
        position: relative;
        filter: drop-shadow(5px 6px 5px rgb(0, 0, 0, 0.1));
        margin: 0 0 20px;
        z-index: 1;
    }

    .infoGroup-items {
        width: 100%;
        justify-content: center;
    }

    .tel_directory_wrap form.search {
        width: 100%;
        padding: 10px 20px;
    }

    .tel_directory_wrap .item.inner .business_info {
        width: 100%;
        margin: 0;
    }

    .tel_directory_wrap .alpha_wrap li {
        margin: 3px 2px;
        font-size: 13px;
    }

    .social-address {
        flex-wrap: wrap;
    }

    .icon-box {
        left: 33px;
        top: 25px;
    }

    .textlinksArea {
        width: 50%;
        padding: 0 15px 15px;
        font-size: 11.4px;
    }

    .ServMoreAboutUs.testi {
        background: #f4f4f2;
        padding: 15px;
    }
    
    .ServMoreAboutUs.testi > div {
        background-color: #FFF;
        padding: 10px;
    }

    .testi-text {
        width: 287px;
    }

    .post-by {
        height: 60px;
        display: flex;
        gap: 15px;
    }

    .team-members {
        overflow: initial;
        display: block;
        height: inherit;
        overflow-x: scroll;
    }

    .member-select {
        width: 100%;
        height: 346px;
    }

    .member-info {
        position: absolute;
        width: 87%;
        height: 100px;
        background-color: white;
        left: 10px;
        bottom: 35px;
        z-index: 1;
        transition: 0.6s ease;
        padding: 10px 20px;
        color: #000;
        font-size: 12px;
        border-radius: 5px;
    }

    .member-select img {
        filter: grayscale(0);
    }

    .the-team-con {
       height: 400px;
    }

    .slideTrack {
        width: 100%;
    }

    .slideInf {
        height: 50px;
        width: auto;
    }

    .slideInf img {
        width: 100%;
        height: inherit;
        border-radius: 12px;
        object-fit: cover;
        object-position: top;
        filter: grayscale(100);
    }

    .other-initiatives {
        display: block;
    }

    .initiative-type {
        width: 100%;
        font-size: 14px;
    }

    .photo-box {
        width: 48%;
    }

    .photo-box img {
        width: 100%;
    }

    .contact-form-con {
        display: block;
    }

    .contact-sec1.address, .contact-sec1 .initiative-type, .enquiry-form .input-box, .enquiry-form {
        width: 100%;
    }

    .contact-form-con .textlinksArea {
        width: 100%;
        padding: 0;
        display: flex;
        gap: 10px;
    }

    .contact-sec1 .textlinksArea .image_wrap {
        position: relative;
    }

    .contact-sec1 .pageBtns {
        margin: 0px 0 21px;
    }

    .tel_directory_wrap .item.inner .business_info {
        padding: 0 15px;
    }

    .the-team-con.partners{
        margin-top: 58px;
    }

    .agent-name {
        font-size: 12px;
        padding: 0 10px;
    }

    .agent-name span {
        display: block;
        font-weight: 600;
        margin: 0 0 3px;
    }

}
