﻿.row-contact {
    padding: 48px 0 0px 0;
}

.li-bx {
    background-color: #f5f5f5;
    height: 2px;
}

.dimo-map {
    width: 100%;
    margin: 10px auto;
    height: 518px;
    background: white;
    overflow: hidden;
}

    .dimo-map iframe {
        height: 518px !important;
        width: 100% !important;
        border-radius: 15px;
        border: 0;
    }

.contact-des {
    padding: 20px 30px !important;
    text-align: justify;
    line-height: 33px;
    direction: rtl;
}

.contact-txt {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 12px;
    border: 1px solid #dcdcdf;
    margin-bottom: 20px;
    padding: 0 6px;
    outline: 0;
    direction: rtl;
    background: #fff;
    float:right;
}
.contact-text-area {
    min-height: 80px;
    line-height: 25px;
}
.balsa-inp{
    width:76%;
}
.balsa_capcha {
    float: right;
    margin-right: 5px;
    border-radius: 12px;
    height: 41px;
}


.row-contact {
    padding: 48px 0 80px 0;
}
.bt-mp {
    box-shadow: 0px 4px 16px 0px rgba(20, 20, 20, 0.0784313725490196);
    padding: 28px 30px;
    color: #000;
    direction: rtl;
    border-radius: 18px;
    background-color: #fff;
    margin: 0 16px 16px 16px;
}

.contact-form {
    box-shadow: 0px 4px 16px 0px rgba(20, 20, 20, 0.0784313725490196);
    padding: 25px 25px;
    color: #000;
    direction: rtl;
    border-radius: 18px;
    background-color: #fff;
}

.p-tx-ph svg path {
    stroke: #000 !important;
}


.p-tx-ph {
    font-size: 17px;
    padding-bottom: 24px;
    display: flex;
    column-gap: 8px;
    font-weight: bold;
}

 

.p-tx-ph svg {
    position: relative;
    top: 0px;
    width: 22px;
}

.p-nm-gh {
    font-size: 15px;
    direction: ltr;
    text-align: right;
}
    .p-nm-gh a{
        color:#000;
    }

    .bt-mp .col-md-5:nth-child(1) {
        border-left: 1px dashed #fff;
    }

.p-99-xh {
    text-align: justify;
    direction: rtl;
    font-size: 15px;
    padding: 5px 0 30px 0;
}

.label-text {
    text-align: right;
    padding-bottom: 15px;
}

.contact-form .input-info {
    height: auto;
}

.input-note {
    margin-bottom: 10px;
}

.btn-primary {
    margin: 10px 0;
    width: 160px;
    height: 48px;
    border-radius: 8px;
    display: block;
    border: none;
    color: #fff;
    position: relative;
    background-color: #28463c;
}

    .btn-primary:hover {
        background-color: #000;
        color: #fff;
    }
.input-info {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 12px;
    border: 1px solid #dcdcdf;
    margin-bottom: 20px;
    padding: 0 6px;
    outline: 0;
    direction: rtl;
    background: #fff;
}
.contact-form .input-info {
    height: auto;
}

.br-mp {
    box-shadow: 0px 4px 16px 0px rgba(20, 20, 20, 0.0784313725490196);
    /*padding: 25px 25px;*/
    color: #000;
    direction: rtl;
    border-radius: 18px;
    background-color: #fff;
    overflow: hidden;
}

@media only screen and (max-width: 760px) {
    .contact-des {
        margin-top: 30px !important;
    }

    .bt-mp > .col-xs-12 {
        box-shadow: 0px 4px 16px 0px rgba(20, 20, 20, 0.0784313725490196);
        margin: 8px 0;
        padding: 16px 16px;
        border-radius: 4px;
    }
    .bt-mp {
        margin: 0;
        /*box-shadow: 0px 4px 16px 0px rgba(20, 20, 20, 0.00);*/
    }
        .bt-mp > .col-xs-12 {
            box-shadow: 0px 4px 16px 0px rgba(20, 20, 20, 0.0784313725490196);
            margin: 8px 0;
            padding: 16px 16px;
            border-radius: 4px;
        }
    .contact-form {
        box-shadow: 0px 4px 16px 0px rgb(20 20 20 / 0%);
    }
    .pn-mb {
        padding: 0;
    }
    .p-tx-ph {
        padding-bottom: 16px;
    }
        .p-tx-ph svg {
            width: 18px;
            height: 18px;
            top: 3px;
        }
    .br-mp {
        margin-bottom: 32px;
    }
    .p-nm-gh {
        padding-bottom: 0px;
        font-size: 16px;
    }

    .bt-mp > div:nth-child(4) .p-nm-gh {
        padding-bottom: 0;
    }
    .contact-form .input-info {
        height: auto;
    }
    .balsa-inp {
        width: 58%;
    }
}