.contact .content p {
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 40px;
    margin: 20px 0;
    color: #333;
}

    .contact .content p strong {
        margin-left: 6px;
        color: var(--default-color-2);
    }

    .contact .content p::before {
        content: "\f055";
        font-family: FontAwesome;
        display: flex;
        align-items: center;
        position: absolute;
        left: 0;
        justify-content: center;
        width: 30px;
        height: 30px;
        font-size: 14px;
        color: #fff;
        background-color: var(--default-color-2);
        border-radius: 50px;
    }

    .contact .content p:nth-child(1)::before {
        content: "\f3c5";
    }

    .contact .content p:nth-child(2)::before {
        content: "\f0e0";
    }

    .contact .content p:nth-child(3)::before {
        content: "\f0ac";
    }

    .contact .content p:nth-child(4)::before {
        content: "\f0ac";
    }

.contact .top {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    padding-bottom: 5px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contact .content {
    margin-bottom: 25px;
}

    .contact .content .map iframe {
        width: 100%;
        height: 325px;
        border-radius: 10px;
    }

    .contact .content .form {
        padding-top: 50px;
    }

        .contact .content .form ul {
            padding-left: 0;
        }

header {
    position: unset;
    height: auto;
    background: #f2f2f2;
}

    header .header-bottom .grid.wide {
        background: #f2f2f2;
    }

    header.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 5;
    }

.contact .content .form .title {
    color: var(--default-color-1);
    font-size: 14px;
    border-bottom: 1px solid #E3E3E3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

    .contact .content .form .title.infor {
        margin-top: 0;
    }

    .contact .content .form .title h3 {
        position: relative;
        margin: 0;
        color: var(--default-color-1);
        text-transform: capitalize;
        font-family: 'Montserrat-SemiBold';
        font-size: 20px;
    }

    .contact .content .form .title i {
        font-size: 18px;
        color: var(--default-color-1);
        font-weight: bold;
        padding-right: 10px;
    }

.contact .content .form .form-group {
    display: block;
    margin-top: 0;
    flex: 1 1 0;
    margin-right: 45px;
}

.content-full-contact {
    display: flex;
}

.contact .content .form .form-group .left {
    width: 100%;
}

    .contact .content .form .form-group .left .erolh {
        font-size: 15px;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        color: transparent !important;
        !i;
        !;
        border: 1px solid #ff000036;
        border-radius: 10px;
        pointer-events: none;
    }

    .contact .content .form .form-group .left .input img {
        position: absolute;
        right: 0;
    }

    .contact .content .form .form-group .left .input {
        border: 1px solid #3333331c;
        height: 44px;
        border-radius: 10px;
        position: relative;
        margin-bottom: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden;
    }

        .contact .content .form .form-group .left .input .erolh {
            position: absolute;
        }

        .contact .content .form .form-group .left .input i {
            width: 8%;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: 16px;
            color: #fff;
            background-color: var(--default-color-1);
        }

        .contact .content .form .form-group .left .input input {
            border: none;
            height: 100%;
            outline: none;
            border-radius: 0 10px 10px 0;
            padding: 0 14px;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            font-family: 'Montserrat-Medium';
            font-size: 14px;
        }

.contact .content .form .form-group .right {
    width: 100%;
}

    .contact .content .form .form-group .right textarea {
        width: 100%;
        height: 100%;
        padding-left: 10px;
        padding-top: 10px;
        border: 1px solid #3333331c;
        resize: none;
        font-size: 15px;
        font-family: 'Montserrat-Medium';
        border-radius: 10px;
        outline: none;
        height: 125px;
    }

    .contact .content .form .form-group .right .btn-sumid-contact {
        color: #fff;
        background-color: var(--default-color-1);
        outline: none;
        border: none;
        font-size: 16px;
        padding: 11px 16px;
        margin-top: 5px;
        cursor: pointer;
        transition: all .3s;
        font-family: 'Montserrat-Medium';
        border-radius: 50px;
    }

        .contact .content .form .form-group .right .btn-sumid-contact:hover {
            background-color: var(--default-color-2);
            color: #fff;
        }

.contact .content .form ul {
    margin-top: 15px;
}

    .contact .content .form ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 12px;
    }

        .contact .content .form ul li .icon {
            width: 35px;
            height: 35px;
            border: 1px solid #979797;
            border-radius: 3px;
            font-size: 16px;
            color: var(--default-color);
        }

        .contact .content .form ul li span {
            font-size: 16px;
            padding-left: 12px;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            line-height: calc(100% + 3px);
        }

/* Mobile & tablet */
@media (max-width: 1023px) {
    .no-display-mobile-tablet {
        display: none !important;
    }

    .contact .content .map iframe {
        height: 225px;
    }
}

/* Tablet */
@media (min-width: 740px) and (max-width: 1023px) {
    .no-display-tablet {
        display: none !important;
    }

    .contact .content .map {
        padding: 0;
    }

    .contact .content .form {
        padding: 0;
        margin-top: 15px;
    }
}

/* Mobile */
@media (max-width: 739px) {
    .no-display-mobile {
        display: none !important;
    }

    .content-full-contact {
        display: flex;
        flex-direction: column;
    }

    .contact .content .form .title.infor {
        margin-top: 30px;
    }

    .contact .content .map {
        padding: 0;
    }

    .contact .content .form {
        padding: 0;
        margin-top: 30px;
    }

        .contact .content .form .form-group .left .input i {
            width: 10%;
            font-size: 13px;
        }

        .contact .content .form .form-group .left .input input {
            width: calc(100% - 16%);
        }

        .contact .content .form .form-group {
            flex-direction: column;
            margin: 0;
        }

            .contact .content .form .form-group .left,
            .contact .content .form .form-group .right {
                width: 100%;
            }

                .contact .content .form .form-group .left .input {
                    height: 40px;
                    margin-bottom: 12px;
                }

                .contact .content .form .form-group .right .btn-sumid-contact {
                    font-size: 13px;
                    border-radius: 50px;
                }

    .contact p::before {
        display: none;
    }

    .contact p {
        padding: 0;
        margin: 0;
        font-size: 14px;
        line-height: 156%;
        margin-bottom: 6px;
    }

    .contact .content p {
        font-size: 14px;
    }

    .contact .content .form .title h3 {
        font-size: 15px;
    }
}