/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/

@import 'font.css';

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

    .contact p:nth-child(2) {
        margin-top: 10px;
    }

    .contact 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: var(--tt-default-color);
        border: 1px solid var(--tt-default-color);
        border-radius: 5px;
    }

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

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

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

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

    .contact p:nth-child(6)::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 .top h1 {
        text-align: center;
        font-family: roboR;
        font-size: 30px;
        color: #226dc4;
    }

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

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

    .contact .content .form {
        padding-top: 20px;
        display: flex;
    }

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

        .contact .content .form .title {
            color: var(--tt-default-color);
            font-size: 18px;
            font-weight: 700;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding-bottom: 10px;
        }
.contact .content .form .title div{
    font-size: 18px;
}

            .contact .content .form .title h3 {
                position: relative;
                margin: 0;
            }

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

        .contact .content .form .form-group {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            flex-direction: column;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin-top: 10px;
            width: 50%;
        }

            .contact .content .form .form-group .left .erolh {
                font-size: 15px;
            }


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

                .contact .content .form .form-group .left .input .erolh {
                    position: absolute;
                    top: calc(100% + 1px);
                }

                .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: var(--tt-default-color);
                }

                .contact .content .form .form-group .left .input input {
                    border: none;
                    height: 100%;
                    outline: none;
                    width: calc(100% - 12%);
                    border-radius: 5px;
                    padding-right: 15px;
                    -webkit-box-flex: 1;
                    -ms-flex: 1;
                    flex: 1;
                }


            .contact .content .form .form-group .right textarea {
                width: 100%;
                height: 100%;
                padding-left: 10px;
                padding-top: 10px;
                border-radius: 5px;
                border: 1px solid #A8A8A8;
            }

            .contact .content .form .form-group .right .btn-sumid-contact {
                color: #fff;
                background-color: #90ce4e;
                outline: none;
                border: none;
                font-size: 16px;
                padding: 10px 12px;
                border-radius: 5px;
                margin-top: 5px;
                cursor: pointer;
                /* display: block; */
                transition: all linear .3s;
            }
.wp-right-contact {
    padding-left: 20px;
    margin-top: 10px;
}

.wp-right-contact-child div {
    font-size: 18px;
    font-family: roboR;
    margin-bottom: 10px;
}
.wp-right-contact-child div:before{
        content: "\f0ac";
    font-family: "fontawesome";
    color: #90ce4e;
    margin-right: 4px;
}

.wp-right-contact-child div:nth-child(1):before {
    content: "\f3c5";
}
.wp-right-contact-child div:nth-child(2):before {
    content: "\f2a0";
}

.wp-right-contact-child div:nth-child(3):before {
    content: "\f0e0";
}

.wp-right-contact-child div:nth-child(4):before {
    content: "\f0f3";
}
                .contact .content .form .form-group .right .btn-sumid-contact:hover {
                    background-color: var(--tt-default-color);
                    color: #fff;
                }

        .contact .content .form ul {
            margin-top: 15px;
            flex: 1;
            padding-left: 25px;
        }

            .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);
                }
