.default-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #f9f9ff;
    padding-left: 20px;
    padding-right: 40px;
    width: 100%;
}

.main-header .main-menu ul ul.submenu2 {
    position: absolute;
    width: 230px;
    background: white;
    left: 0;
    top: 90%;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%);
    padding: 17px 0;
    border-top: 5px solid #00af9d;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.our-info-area .single-info {
    display: flex;
    align-items: center;
}

.contact-info__icon {
    margin-right: 20px;
    padding-top: 3px;
}

.locationCenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #fafffe;
    color: #00af9d;
}

.nice-select {
    width: 100%;
}

    .nice-select.open .list {
        width: 100%;
    }

.searchBtn {
    width: 44px;
    height: 37px;
    background: #00AF9D;
    border-radius: 0px 6px 6px 0px;
    outline: none;
    border: none;
}

.our-info-area {
    background: none;
}

.boxTitle {
    height: 39px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 10%);
    border-radius: 10px 10px 0px 0px;
}

.boxDesc {
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 4%);
    border-radius: 0px 0px 10px 10px;
}

.locationBranch {
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 8px;
    color: black;
}

p {
color: #444444;
}

.branchMapBtn {
    width: 138px;
    height: 53px;
    background: #00AF9D;
    border: 0.5px solid #BFBFBF;
    border-radius: 6px;
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 188%;
    text-align: center;
    color: #FFFFFF;
    outline: none;
    transition: all 0.3s
}

    .branchMapBtn:hover {
        width: 138px;
        height: 53px;
        background: #0E9284;
        border: 0.5px solid #BFBFBF;
        border-radius: 6px;
        font-family: Poppins-Regular;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 188%;
        text-align: center;
        color: #FFFFFF;
        outline: none;
        transition: all 0.3s
    }

    .branchMapBtn:active {
        width: 138px;
        height: 53px;
        background: #00AF9D;
        border: 0.5px solid #BFBFBF;
        border-radius: 6px;
        font-family: Poppins-Regular;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 188%;
        text-align: center;
        color: #FFFFFF;
        outline: none;
    }

.descOurNetwork {
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    text-align: center;
    color: #484848;
}

.subTitleBranches {
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 188%;
}