/* page-banner */

@media (min-width: 992px) {
    h1,
    h5 {
        font-family: "Yekan1"!important;
        font-size: 40px;
        color: #000662 !important;
    }
    .contact-banner {
        margin-top: 90px;
    }
    .contact-item {
        background-color: #008ffe;
        border-radius: 15px;
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
        position: relative;
    }
    .contact-item::before {
        position: absolute;
        width: 0;
        height: 0;
        border-top-width: 20px;
        border-top-style: solid;
        border-top-color: transparent;
        border-right-width: 25px;
        border-right-style: solid;
        border-right-color: #008ffe;
        bottom: 2px;
        right: -15px;
        content: "";
        rotate: 180deg;
    }
    .contact-item h6 {
        color: white;
        font-size: 18px;
    }
    .contact-item h6 a {
        color: white;
        font-size: 18px;
        text-decoration: none;
    }
    .contact-item h6:last-child {
        color: white;
        font-size: 18px;
        font-weight: 900 !important;
        margin-top: 7px;
    }
    .contact-item h6 i {
        margin-left: 5px;
        font-size: 25px;
    }
}

@media (max-width: 992px) {
    h1,
    h5 {
        font-family: "Yekan1"!important;
        font-size: 30px;
        color: #000662 !important;
    }
    .contact-banner {
        margin-top: 90px;
    }
    .contact-item {
        background-color: #008ffe;
        border-radius: 15px;
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
        position: relative;
    }
    .contact-item::before {
        position: absolute;
        width: 0;
        height: 0;
        border-top-width: 20px;
        border-top-style: solid;
        border-top-color: transparent;
        border-right-width: 25px;
        border-right-style: solid;
        border-right-color: #008ffe;
        bottom: 2px;
        right: -15px;
        content: "";
        rotate: 180deg;
    }
    .contact-item h6 {
        color: white;
        font-size: 18px;
    }
    .contact-item h6 a {
        color: white;
        font-size: 18px;
        text-decoration: none;
    }
    .contact-item h6:last-child {
        color: white;
        font-size: 18px;
        font-weight: 900 !important;
        margin-top: 7px;
    }
    .contact-item h6 i {
        margin-left: 5px;
        font-size: 25px;
    }
}


/* send-message */

@media (min-width: 992px) {
    .send-message {
        margin-top: 100px;
    }
    .send-message .item-input {
        margin-top: 20px;
    }
    .send-message .item-input input {
        width: 100%;
        border: 1px solid #E7E7E7;
        border-radius: 35px;
        height: 55px;
        background-color: transparent;
        padding-right: 10px;
    }
    .send-message .item-input input::placeholder {
        color: gray;
    }
    .send-message .item-input textarea {
        width: 100%;
        border: 1px solid #E7E7E7;
        border-radius: 35px;
        background-color: transparent;
        padding-right: 20px;
        padding-top: 20px;
    }
    .send-message .item-input textarea::placeholder {
        color: gray;
    }
    .send-message .item-input button {
        background-color: #008ffe;
        border-radius: 35px;
        width: 120px;
        height: 45px;
        border: none;
        color: white;
    }
}

@media (max-width: 992px) {
    .send-message {
        margin-top: 100px;
    }
    .send-message .item-input {
        margin-top: 20px;
    }
    .send-message .item-input input {
        width: 100%;
        border: 1px solid #E7E7E7;
        border-radius: 35px;
        height: 55px;
        background-color: transparent;
        padding-right: 10px;
    }
    .send-message .item-input input::placeholder {
        color: gray;
    }
    .send-message .item-input textarea {
        width: 100%;
        border: 1px solid #E7E7E7;
        border-radius: 35px;
        background-color: transparent;
        padding-right: 20px;
        padding-top: 20px;
    }
    .send-message .item-input textarea::placeholder {
        color: gray;
    }
    .send-message .item-input button {
        background-color: #008ffe;
        border-radius: 35px;
        width: 120px;
        height: 45px;
        border: none;
        color: white;
    }
}

.invalid-feedback {
    display: block;
    font-size: 13px;
}

.invalid-feedback span strong {
    color: red;
    font-size: 13px;
}