body{
    background-color: #fff !important;
}
.contact-banner {
    background-image: url(../img/contact.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 347px;
    text-align: right;
    max-width: 1920px;
    margin-inline: auto;
}
.contact-banner-title {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-top: 50px;
}
.contact-banner .container{
    height: 100%;
}
.contact-banner .row{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    /* padding-right: 10%; */
    direction: rtl;
    /* padding-top: 80px; */
}
.address-bar {
    display: flex;
    align-items: center;
    /* margin-bottom: 60px; */
    flex-wrap: nowrap !important;
    scrollbar-width: 0;
    direction: rtl;
}

.address-bar::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.address-bar>* {
    display: flex;
    align-items: center;
    gap: 3px;
    position: relative;
    color: #fff;
    font-size: 13px;
    margin-left: 20px;
    min-width: max-content;
}
.addressbar > *{
    color: #fff;
}
.address-bar>*:last-child {
    font-weight: bold;
    color: #D23E62;
}
.address-bar>*:not(:last-child)::after {
    font-weight: 900;
    content: '\f104';
    font-family: 'Font Awesome 5 Free';
    font-size: 13px;
    padding-top: 5px;
    position: absolute;
    left: -12px;
    top: -5px;
}
.address-bar img {
    width: 16px;
    height: 13px;
    margin-left: 5px;
}

.contact-mapBox{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    direction: rtl;
}
.contactMapText{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-right: 150px !important;
    margin-bottom: 5px;
}
.contactMapText > div{
    display: flex;
    align-items: center;
    gap: 5px;
}
.contactMapText img{
    width: 50px !important;
    height: 50px;
    margin-left: 10px;
}
.contactMapText p{
    font-size: 0.8rem;
    font-weight: normal;
    color: #5b5b5b;
}
.contact-mapBox iframe{
    width: 100%;
    margin-bottom: 40px;
}
.contact-shadow > div{
    margin-bottom: 20px;
}
.contact-type{
    border: 1px solid #EDEDED;
    border-top: none;
    position: relative;
    height: 245px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-type::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 12px;
    background-color: #1E0339;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: -1;
}
.contact-phones{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px 30px;
    justify-items: center;
}
.icon-design-category{
    padding: 0 !important;
}
.contact-text{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.contact-text h4{
    margin-top: 0 !important;
}
.index-title::before{
    right: 10% !important;
}
.index-title::after{
    left: 10% !important;
}
.index-title span{
    background-color: #FFF !important;
}
@media screen and (min-width: 1200px) {
    .contact-type:hover *{
        color: #fff;
    }
    .contact-type:hover::before{
        height: 100%;
    }
}
@media screen and (max-width: 992px) {
    .contactMapText{
        padding-right: 40px !important;
    }
}
@media screen and (max-width: 576px) {
    /* .contact-banner{
        background-image: url('../img/contact/2.png');
    } */
    .contact-mapBox iframe{
        margin-bottom: 10px;
    }
    .index-title::before{
        right: 5% !important;
    }
    .index-title::after{
        left: 5% !important;
    }
    .contact-text{
        padding-inline: 10px;
    }
}
