.wraper_inner_banner {
    background-position: center bottom;
    background-image: url(https://avatec.com.br/wp-content/uploads/2020/03/Depositphotos_105428584_l-2015-min.jpg);
    background-size: cover;
}
.wraper_inner_banner {
    width: 100%;
    height: auto;
    /*background-color: #252525;*/
    /*background-color: #026461;*/
    /*background-color: rgb(3, 3, 3);*/
}



#mycontactform {
    .form-row {
        position: relative !important;
        margin: 0;
        padding: 0;

        button[type=button] {
            position: absolute;
            /*top: 5px;*/
            right: 0;
            z-index: 1;
            width: 40px;
            height: 100%;
            background-color: initial;
            border: none;
            cursor: pointer;
        }
    }
}

.blog-item {
    /*background-color: black;*/
    /*padding: 0 !important;*/
    /*margin: 0 !important;*/

    /*margin-bottom: 1px !important;*/
    /*box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;*/
}


.blog-item .data {
    /*background-color: black;*/
    /*padding: 0 !important;*/
    /*margin: 0 !important;*/

    margin-bottom: 1px !important;

    p {
        font-size: 13px;
        font-weight: 400;
        line-height: 1.575;
        font-family: sans-serif;
        color: #212529 !important;

        /*width: 300px !important;*/
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3 !important;
        overflow: hidden !important;
    }

    h4 {
        font-size: 16px !important;
        /*width: 300px !important;*/
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp:1 !important;
        overflow: hidden !important;
    }
}

.author {
    display: flex;
    .author-thumbnail {
        img {
            width: 20px !important;
            max-width: 100%;
            height: auto;
        }
    }
}

.doctor-finder-search {
    margin: 0;
    padding: 0;
    border: 1px #dfeaf2 solid;
}

.card {
    /*padding: 10px !important;*/
    /*max-width: 260px;*/
    /*box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.09) !important;*/
    /*background-color: rgb(255, 255, 255) !important;*/
    /*border-radius: 3px;*/

}

a.holder {
    /*background-position: center center !important;*/
    /*background-attachment: scroll;*/
}

#alphabet-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 20px 0 !important;
    width: 100%;

    justify-content: center !important;
}

#alphabet-filter button {
    width: 38px;
    height: 38px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    background: #fff;
    color: #444;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s ease;
    user-select: none;
}

#alphabet-filter button:first-child {
    width: auto;
    padding: 0 16px;
}

#alphabet-filter button:hover:not(:disabled) {
    background: #2563eb;
    color: #fff;
    border-color: #2563eb;
    transform: translateY(-2px);
}

#alphabet-filter button.active {
    background: #2563eb;
    color: #fff;
    border-color: #2563eb;
    box-shadow: 0 4px 12px rgba(37, 99, 235, .25);
}

#alphabet-filter button:disabled {
    opacity: .35;
    cursor: not-allowed;
    background: #f5f5f5;
}

@media (max-width: 768px) {
    #alphabet-filter {
        justify-content: center;
        gap: 6px;
    }

    #alphabet-filter button {
        width: 34px;
        height: 34px;
        font-size: 13px;
    }

    #alphabet-filter button:first-child {
        padding: 0 12px;
    }
}