.hero1 #heroSlider1 {
    min-height: 340px;
}

.brandLogo1-slider__thumb img.first-swiper {
    width: 190px
}

.brandLogo1-slider__thumb img.second-swiper {
    width: 100px
}

#modalPolitic {
    z-index: 99999;
}

#modalPoliticLabel {
    color: var(--title);
}

.ckeditor-container li::before {
    content: "\f00c";
    font-weight: 400;
    margin-right: 10px;
    font-family: "Font Awesome 6 Pro";
}

.text-under-logo {
    font-size: 14px;
    font-weight: 600;
    color: #2564b0;
}

@media screen and (max-width: 650px) {
    .text-under-logo {
        font-size: 12px;
    }

}

@media (max-width: 575px) {
    .header-1 .header-wrap .logo {
        width: 70%;
    }
}

.hero1-background-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#myModalPopup.d-block {
    z-index: 99999;

}


p {
    line-height: 30px !important;
}

@media (max-width: 1199px) {
    .header-1 .header-wrap {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}