@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');

.contact__title {
    padding: 10px 0px;
}

.contact__title h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #73d321;
}

.contact__title p {
    font-size: 16px;
    font-weight: 400;
}

.xm__screen {
    display: none;
}

.xs__screen {
    display: block;
}

.contact__form {
    padding: 10px 0px;
    display: block;
}

.contact__form__item {
    margin: 10px 0px;
}

.contact__form__item input,
.contact__form__item textarea {
    width: 100%;
    font-family: inherit;
    font-size: 16px;
    min-height: 42px;
    border: 1px solid #73d32180;
    border-radius: 4px;
    padding: 6px 10px;
}

.contact__form__item input:focus,
.contact__form__item textarea:focus {
    outline: none;
    border: 2px solid #7ed32190;
}

.contact__form__item label {
    display: inline;
    padding: 2px 0px;
    font-size: 15px;
    font-weight: 500;
}

.contact__form__submit {
    width: 100%;
    padding: 8px 12px;
    background: #bc1823;
    border: 1px solid #ffffff;
    border-radius: 4px;
    color: #fff;
    font-family: inherit;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
}

.contact__form__submit:hover {
    background: #000000;
    color: #ffffff;
    border: 1px solid #ffffff;
}

lottie-player {
    width: 100%;
    height: 300px;
}

.contact__info___list {
    display: flex;
    flex-direction: column;
}

.contact__info__list__items {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin: 8px 0px;
}

.contact__info__list__items i {
    align-items: flex-start;
    font-size: 24px;
    padding: 14px;
    background: #b8e98680;
    border-radius: 100%;
    color: #000000;
}

.contact__info__list__items p {
    font-size: 15px;
}

.contact__info__list__items p a {
    text-decoration: none;
    color: #000;
}

@media only screen and (max-width:540px) {
    body {
        height: auto;
    }

    .wrapper {
        width: 100%;
        padding: 20px 12px;
        margin: 10px;
    }

    .wrapper___container {
        display: flex;
        flex-direction: column-reverse;
    }

    .wrapper___container .container__col {
        width: 100%;
        padding: 0px 10px;
    }

    .xm__screen {
        display: block;
    }

    .xs__screen {
        display: none;
    }
}

.select {
    border: 1px solid #ebebeb;
    box-shadow: none;
    border-radius: 4px;
    background-color: #ffffff;
    margin-bottom: 0;
    padding: 16px 25px;
    max-width: 100%;
    color: #898c94;
    width: 100%;
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;
    transition: all 0.3s linear;
}

.news_list_img {
    width: 100%;
    height: 225px;
    object-fit: cover;
    object-position: center;
    background-color: #bc1823;
}

.news_details_img {
    width: 100%;
    height: 530px;
    object-fit: contain;
    object-position: center;
    background-color: #bc1823;
    padding: 0.2rem;
    border-radius: 15px;
}

.popular_news_image {
    width: 70px;
    height: 70px;
    object-fit: cover;
    object-position: center;
    background-color: #bc1823;
}

.color,
.color-3 {
    color: #bc1823;
}