.text_summernote_block ul li {
    padding-left: 15px;
}
.text_summernote_block img {
    width: 100% !important;
    height: auto !important;
}
.text_summernote_block ul li::before {
    display: inline-block;
    content: '';
    margin-right: 8px;
    height: 11px;
    width: 11px;
    background-image: url('../../img/dotsummernote.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.text_summernote_block blockquote {
    padding: 10px 20px 10px 30px;
    margin: 15px 0;
    position: relative;
    border-radius: 8px;
    background: linear-gradient(
            0deg,
            rgba(40, 56, 145, 0.06),
            rgba(40, 56, 145, 0.304)
        ),
        #ffffff;

    border-left: 0px solid transparent !important;
}

.text_summernote_block blockquote:before {
    content: '';
    background-image: url('../../img/summernoteqoute.svg');
    background-size: contain; /* Adjust as needed */
    display: inline-block;
    position: absolute;
    left: -8px;
    top: -10px;
    width: 40px;
    height: 40px;
}
.you_tube {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
    margin-top: 40px;
}
.conf_btn_block a {
    box-shadow: 0 0 0 2em transparent;
    animation: pulse 2s infinite linear;
    transition: all 0.4s ease-in-out;
}
.welcome_block a,
.welcome_block a * {
    color: #283891;
}
.image_media {
    width: 60px;
    height: 40px;
    object-fit: contain;
}
.media_partner_item img {
    height: 95px;
    object-fit: contain;
    width: 100%;
}
.media_partner_item {
    transition: all 0.3s linear;
}
.media_partner_item:hover {
    transform: translateY(-2px);
}
.media_partner_item:active {
    transform: translateY(2px);
}
.media_partner_section {
    padding-top: 0;
    margin-bottom: 35px;
}
.swiper-media-partners {
    padding-bottom: 55px;
}

.media-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #283891;
}
.media_partner_block2 {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 55px;
}
.no_swiper_item {
    width: 300px;
}
.title {
    font-size: 40px;
    text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
    .you_tube iframe {
        width: 95%;
        height: 380px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .media_partner_section {
        margin-bottom: 10px;
    }
    .media_partner_block2 {
        justify-content: center;
        margin-bottom: 30px;
    }
    .swiper-media-partners {
        padding-bottom: 45px;
    }
    .media_partner_item img {
        height: 80px;
        object-fit: contain;
    }
}

@media only screen and (max-width: 600px) {
    .title {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .you_tube iframe {
        height: 250px;
        width: 100%;
        border-radius: 5px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .media-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }
    .media_partner_item img {
        height: 50px;
        object-fit: contain;
    }
}

@media only screen and (max-width: 600px) {
    .you_tube iframe {
        height: 220px;
    }
    .conf_btn_block {
        width: 100%;
        text-align: center;
    }
}

.drapdown-toggle-language img {
  width: 22px;
}

.google_btn {
    width: 100%;
    line-height: 62px;
    font-size: 16px;
    padding: 0 32px;
    background-color: white !important;
    color: #BDBDBD;
    border: 1px solid #BDBDBD !important;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

