

.bahher__midle {
    background-image: url("../images/13.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;

}
.bahher__midle .elementor-background-overlay {
    background-color: #000000;
    opacity: 0.7;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.elementor-55 .elementor-element.elementor-element-3ac1d7c>.elementor-container {
    min-height: 300px;
}
.bahher__container {
    min-height: 300px;
}
.bahher__title{
    text-align: center;
    font-family: "Kumbh Sans", Sans-serif;
        font-size: 50px;
        font-weight: 600;
        color: #FFFFFF !important;
}
.pages__text-editor {
    color: #000000;
    font-family: "Kumbh Sans", Sans-serif;
    font-size: 18px;
    font-weight: 600;
}
.contact-us__section {
    margin-top: 2em;
    margin-bottom: 2em;
}
.contact-us__list{
    display: flex;
        flex-wrap: wrap;
        margin-left: -8px;
        margin-right: -8px;
        justify-content: center;
        list-style: none;
        padding-left: 0px;
}
.contact-us__list li{
    margin-left: 8px;
    margin-right: 8px;
    align-items:  center;
    display: flex;
    font-size: inherit;
    gap: 5px;
}
.contact-us__list .elementor-icon-list-icon{
    display: flex;
}
.contact-us__icon{
    width: 15px;
}
.contact-us__icon svg{
    fill: #000000;
}
.elementor-icon-list-text{
    font-family: "Kumbh Sans", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.thanksWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding-top: 80px;
}

@media(max-width: 575px){
    .bahher__title,
    .thanks__title{
        font-size: 30px;
    }
}