span.title-span{
    color: #77DD77;
    font-size: 16px;
    font-weight: 700;
    display: block;
}
span.title-span::after {
    content: "";
    display: inline-block;
    background: url("../images/title-span.png") no-repeat center center;
    background-size: contain; /* میشه cover هم بذاری */
    width: 33px;
    height: 17px;
    margin-left: 5px;
    position: relative;
    top: 5px;
}
section.contact-us{
    margin-top: 48px;
}
section.contact-us h1{
    font-size: 28px;
    font-weight: 700;
    color: #104E92;
    margin-top: 20px;
    margin-bottom: 24px;
}
section.contact-us p{
    font-size: 14px;
    color: #5D5656;
    line-height: 28px;
    text-align: justify;
    direction: rtl;
}
.icon-box {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    flex-shrink: 0;
    background: linear-gradient(225deg,
    #057FD7 0%,
    #40BFFF 30%,
    #2BC3D2 65%,
    #55D555 100%
    );
}

.icon-box i {
    line-height: 1;
}

.sidebar-title {
    color: #104E92;
    font-size: 16px;
    font-weight: 700;
    margin-right: 8px;
}
.row.social-media-contact-us {
    background: linear-gradient(225deg, #057FD7 0%, #40BFFF 30%, #2BC3D2 65%, #55D555 100% );
    border-radius: 10px;
    padding: 32px;
    margin-top: 64px;
}
.row.social-media-contact-us ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 48px;
}
.row.social-media-contact-us ul li {
    margin-left: 78px;
}
.row.social-media-contact-us ul li:last-child{
    margin-left: 0;
}
.row.social-media-contact-us h2{
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    color: #104E92;
}
.map{
    margin-top: 64px;

}
.map iframe{
    padding: 0;
    border-radius: 10px;
}
.item{
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 16px;
}
.item:last-child{
    border-bottom: none;
}
.contact-us-form form{
    background: #EAF2FA;
    padding: 24px;
    border-radius: 20px;
}
.contact-us-form form label{
direction: rtl;
}
.contact-us-form form input,.contact-us-form form select{
    border: none !important;
    border-radius: 10px !important;
    text-align: right;
}
.contact-us-form form textarea{
    border: none;
    border-radius: 10px;
    max-height: 200px !important;
    min-height: 200px !important;
}
input[type="submit"] {
    background: #77DD77;
    color: #0A315B;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

@media (max-width: 576px) {
    section.contact-us h1 {
        font-size: 20px;
        font-weight: 600;
        color: #104E92;
        margin-top: 20px;
        margin-bottom: 24px;
        line-height: 24px;
    }
    .row.social-media-contact-us h2 {
        font-size: 20px;
        font-weight: 600;
        line-height: 40px;
        color: #104E92;
    }
    .row.social-media-contact-us ul li {
        margin-left: 30px;
    }
    .map {
        padding: 16px;
    }
}