.about__us__header {
    display: flex;
    align-items: center;
    background: linear-gradient(87deg, #ffe1f3 -137%, #e0f3fd 130%);
    border-radius: 30px 30px 30px 30px;
    margin-top: 1px;
    padding-block: 24px;
    padding-inline: 41px;
}

/*.heading-sub-container {*/
/*    margin-right: 288px;*/
/*}*/
.error_form{
    background: #f52232;
    color: #fff;
    padding: 0rem 0.5rem;
    border-radius: 8px;
    width: fit-content;
    /* margin-bottom: 1rem; */
    position: absolute;
    bottom: 38px;
    font-size: 12px;
}

.login_modal{
    cursor: pointer;
}
.success_form{
    background: #36c022;
    color: #fff;
    padding: 0rem 0.5rem;
    border-radius: 8px;
    position: absolute;
    bottom: 43px;
    width: fit-content;
    font-size: 12px;
}
.row-title-page{
    padding-block: 50px 20px;
}

.col-card{
    min-height: 267px;
}

.about-us-list-container {
    /*margin-right: auto;*/
}

.heading-sub {
    font-weight: 700;
    color: #2e1d1d;
}

.opposite-title {
    padding-bottom: unset !important;
}

.my__title {
    color: #2e1d1d !important;
    font-weight: 700 !important;
}

.my__title-main.my__title-main::before {
    /*z-index: 0;*/
    /*top: 18px;*/
    /*right: 19px;*/
}

.my__title {
    z-index: 1 !important;
}

/*.my__title-main.my__title-main .my__title::before {*/
/*    right: 19px !important;*/
/*    top: 1px !important;*/
/*    z-index: -1 !important;*/
/*}*/

/*.my__title-main.my__title-main .my__title::after {*/
/*    right: 8px;*/
/*    z-index: -1;*/
/*    top: 8px;*/
/*}*/

.map-contact iframe{
    width: 100%;
}

.map .row{
    justify-content: flex-end;
}

.about-us-list-container {
    list-style-type: none;
    padding-right: unset;
    display: flex;
    gap: 48px;
    margin-bottom: unset;
    /*margin-left: 120px;*/
}

.about-us-list-container li:nth-child(2) {
    position: relative;
}

.about-us-list-container li:nth-child(2)::before {
    content: url(../images/about/bullet-between.svg);
    position: absolute;
    transform: scale(0.8) translateY(-50%);
    top: 55%;
    right: -53%;
}

@media only screen and (max-width: 992px) {
    .heading-sub-container {
        margin-right: 35px;
    }

    .about-us-list-container {
        margin-left: calc(9% - 45px);
    }
}

@media only screen and (max-width: 576px) {
    .about-us-list-container li:nth-child(2)::before {
        right: -44%;
    }

    .about-us-list-container {
        gap: 38px;
    }
}

@media only screen and (max-width: 323px) {
    .about-us-list-container {
        font-size: 13px;
        gap: 32px;
    }

    .my__title {
        font-size: 13.5px !important;
    }
}

/* start */

.my-row {
    align-items: flex-start;
    padding-block: 57px;
}

.contact-us-card {
    border: 1px dashed #a1e6ff;
    background: #fafafa42;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px;
    gap: 12px;
    border-radius: 12px;
    height: 267px;
}

.contact-us-icon-container {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin-bottom: 32px;
}

.contact-us-icon-container::before {
    content: url(../images/contact-us/card-vector.svg);
    position: absolute;
    z-index: -1;
    bottom: -53px;
    left: -20px;
}

.contact-us-card-phone-container {
    display: flex;
    flex-direction: column;
}

.my-row
.col-lg-3:nth-child(1)
.contact-us-card
.contact-us-card-phone-container {
    direction: ltr;
}

.contact-us-card-title {
    color: #3a3a3a;
}

.contact-us-card-phone-link,
.contact-us-card-phone-link:hover {
    color: #3a3a3a;
    font-weight: 700;
    text-align: center;
}

.contact-us-card-social-media-container {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-us-card-social {
    width: 30px;
    height: 30px;
    display: flex;

    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #ff5dbe;
    padding: 4px;
}

.my-row .col-lg-3:nth-child(3) .contact-us-card {
    padding-bottom: 72px;
}

.my-row .col-lg-6 .contact-us-card {
    padding-bottom: 90px;
}

.map {
    margin-block: 48px;
    margin-top: 0;
}

/* form */
.form-section {
    /*background-color: #faf1ef;*/
    padding-block: 48px;
    position: relative;
}

.form-group {
    position: relative;
}

.input-first {
    width: 100%;
    background-color: #fff;
    padding: 18px 24px;
    border: 1px dashed #2fc0f4;
    border-radius: 9px;
}

.input {
    font-size: inherit;
    color: #3a3a3a;
}

.input::placeholder {
    color: #7a7a7a;
}

.input-text {
    position: relative;
}

.input-text::after {
    content: url(../images/contact-us/input-text.svg);
    display: inine-block;
    position: absolute;
}

.input-icon-container {
    position: absolute;
    transform: translate(20%, -50%);
    top: 50%;
    left: 10%;
}

.input-number::-webkit-inner-spin-button,
.input-number::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.input-number {
    appearance: textfield;
}

/*text area */
.text__area__group {
    margin-top: 18px;
    position: relative;
}

.text-area {
    width: 100%;
    border: unset;
    resize: none;
    padding: 18px 24px 80px;
    color: inherit;
    border: 1px dashed #2fc0f4;
    border-radius: 9px;
}

.text-area::placeholder {
    color: #7a7a7a;
}

.icon-text-container {
    position: absolute;
    transform: translate(0%, 20%);
    top: 10%;
    left: 3.5%;
}

.btn-submit {
    width: 70%;
    border: unset;
    background: #ff5dbe;
    border-radius: 12px;
    color: #fff;
    padding-block: 12px;
    margin-top: 5px;
}

.col-btn {
    margin-right: auto;
    display: flex;
    justify-content: flex-end;
}

@media only screen and (max-width: 992px) {
    .col-card {
        margin-bottom: 24px !important;
    }

    .my-row .col-lg-6 .contact-us-card {
        padding-bottom: 32px;
    }

    .my-row {
        margin-bottom: unset;
    }

    .input-first {
        margin-bottom: 24px;
    }

    .text__area__group {
        margin-top: unset;
    }

    .btn-submit {
        margin-top: 7px;
    }

    .icon-text-container {
        left: 2%;
        top: 3%;
    }

    .input-text + span {
        left: 2%;
    }

    .input-icon-container {
        top: 35%;
        left: 2%;
    }

    .input-icon-container svg {
        width: 22px;
    }

    .icon-text-container svg {
        width: 22px;
    }
}

@media only screen and (max-width: 576px) {
    .input-first {
        font-size: 13px;
    }

    .text-area {
        font-size: 13px;
    }

    .card-container {
        padding-inline: unset;
    }
}
