.position-search{
    display: flex;
    justify-content: center;
    margin-top: -4rem;
    margin-bottom: 4rem;
}

.input-group-search{
    /* width: 40vw; */
    width: 40%;
    /* padding-right: 3rem; */
    padding-right: 40px;    
}

.input-search{
    font-size: 1.75rem !important;
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
    border-right: 0px !important;
}

.input-icon-search{
    color: #ccc;
    background: #fff;
    border-left-width: 0px;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.btn-search{
    width: 15vw;
    /* width: 25%; */
    position: relative;
    font-size: 1.75rem !important;
    padding: .25rem;
    border-radius: 100px;
    margin-top: -6px;
    line-height: 0 !important;
    background-color: #2169b3;
}

.branch-detail:hover,
.branch-detail:focus{
    box-shadow: 5px 5px 15px 5px #ddd !important;
}

.branch-detail {
    height: 100%;
}

.card.branch-detail {
    box-shadow: 0 1px 5px 0 #ddd;
    border-radius: 25px;
    cursor: pointer;
}

.branch-text{
    font-size: 1rem;
}

.branch-icon{
    padding-right: 0.5rem;
}

.branch-round-2{
    padding-left: 2rem;
}

.branch-detail-footer-icon{
    margin-top: -0.5rem;
}

.branch-detail-footer-btn{
    font-size: 1.25rem !important;
    padding: .5rem !important;
    border-radius: 100px;
    background-color: #2169b3 !important;
    /* width: 250px; */
    /* width: 20vw; */
    width: -webkit-fill-available;
    color: #fff !important;
}

.link-tel {
    color: #1e87f0 !important;
    text-decoration: none;
    cursor: pointer;
}

.link-tel:hover {
    color: #0f6ecd !important;
    text-decoration: underline;
}

.btn-location {
    width: -webkit-fill-available;
    color: #fff !important;
    border-radius: 0px;
    padding: 0.15rem;
    background: #2169b3;
}

.btn-location > svg {
    margin-top: -6px;
    padding-right: 0.1rem;
}

.branch-detail >.card-footer {
    /* padding: 1rem; */
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 3rem;
    padding-left: 3rem;
}


@media only screen and (max-width: 450px) {
    .position-search{
        display: grid;
    }
    
    .input-group-search{
        width: 80vw;
        padding-right: 0rem;
        padding-bottom: 1.5rem;
    }

    .btn-search{
        width: 80vw;
        /* padding:1rem !important; */
        padding-top: 1.25rem !important;
        padding-right: 1rem !important;
        padding-bottom: 1.25rem !important;
        padding-left: 1rem !important;
    }

    .position-search{
        margin-top: -7rem;
        margin-bottom: 3rem;
    }

    .branch-detail-footer-btn {
        /* width:80vw !important; */
    }

    .setting-padding-branch {
        padding-left: 20px;
        padding-right: 20px;
    }
     
}

@media only screen and (max-width: 768px) {
    .btn-search{
        width: 28vw;
    }
}

@media only screen and (max-width: 430px) {
    .btn-search {
        width: 80vw;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    .btn-search {
        width: 25vw;
    }
}