.contact-us-max {
    width: 86%;
    padding: 0px 7% 60px 7%;
}

.contact-us-max h1 {
    color: #333333;
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    padding-bottom: 40px;
}

amp-iframe {
    min-height: 350px;
}

.contact-flex {
    display: flex;
    justify-content: space-between;
}

.contact-flex .contact-left {
    width: 65%;
}

.contact-flex input, .contact-flex textarea {
    box-sizing: border-box;
}

.contact-flex .contact-left input {
    width: 100%;
    padding: 0 20px;
    display: block;
    /* margin-bottom: 30px; */
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #ccc;
}

.contact-flex .contact-left textarea {
    border: 1px solid #ccc;
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    border-radius: 4px;
}

.contact-flex .contact-left .Send-Message {
    height: 48px;
    padding: 5px 20px;
    margin-top: 40px;
    margin-bottom: 50px;
    color: #ffffff;
    background: #660099;
    border-radius: 3px 3px 3px 3px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.contact-flex .contact-left span {
    display: block;
    margin-bottom: 5px;
}

.contact-flex .contact-left .Send-Message:hover {
    cursor: pointer;
    background: #5F018E;
}

.contact-form-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-form-flex input {
    width: 87.5% !important;
}

.contact-form-flex label {
    width: 49%;
}

.contact-information {
    width: 30%;
    background: #F8F8F8;
    border-color: #EEEEEE;
}

.contact-information .information-li {
    padding-bottom: 20px;
}

.contact-information .information-list {
    padding: 40px 30px 40px;
}

.contact-information .information-title {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
}

.contact-information .information-title i {
    margin-right: 10px;
    font-size: 30px;
    color: #660099;
}

.contact-information .information-phone {
    margin: 3px 0px;
    color: #464646;
}

.contact-information .information-phone a {
    color: #464646;
    font-size: 15px;
    line-height: 22px;
}

.contact-information .information-phone a:hover {
    color: #660099;
    text-decoration: underline;
}

@media screen and (max-width: 1400px) {
    .contact-us-max {
        width: 94%;
        padding: 0 3%;
    }
}

@media screen and (max-width: 1300px) {
    .contact-information {
        width: 30%;
    }
}

@media screen and (max-width: 1000px) {
    .contact-flex {
        flex-wrap: wrap;
    }

    .contact-flex .contact-left {
        width: 100%;
    }

    .contact-information {
        width: 100%;
    }

    .contact-information .information-list {
        display: flex;
        flex-wrap: wrap;
    }

    .contact-information .information-li {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .contact-us-max h1 {
        color: #333333;
        font-size: 22px;
        font-weight: bold;
        padding-bottom: 30px;
    }

    .mt-top {
        margin-top: 20px;
    }

    .contact-information .information-li {
        width: 100%;
    }
}

.successCon {
    display: none;
}

.success_btn-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.successImg {
    margin: 50px auto;
}

.Continue_btn {
    height: 48px;
    padding: 5px 20px;
    color: #ffffff;
    background: #660099;
    border-radius: 3px 3px 3px 3px;
    font-size: 16px;
    margin-right: 40px;
    cursor: pointer;
}

.Homepage_btn {
    border: 1px solid #660099;
    color: #660099;
    padding: 5px 20px;
    height: 48px;
    font-size: 16px;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer
}

.questionType {
    position: relative;
}

.type-max {
    box-sizing: border-box;
}

.type-max {
    width: 100%;
    padding: 0 20px;
    display: block;
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #ccc;
}

.country-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.question-name {
    display: none;
    position: absolute;
    z-index: 1;
    background: #ffffff;
    width: 100%;
    left: 0;
    top: 49px;
    overflow: auto;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
}

.question-name p:hover {
    cursor: pointer;
    background: #F2F1F6;
}

.Typehint {
    color: #333;
}

.question-name p {
    padding: 5px 0px 5px 20px;
}

@media screen and (max-width: 1300px) {
    .quote_modal {
        width: 60%;
        left: 20%;
    }
}

@media screen and (max-width: 1000px) {
    .quote_modal {
        width: 80%;
        left: 10%;
    }
}

.place_text-max {
    position: relative;
}

.place_text {
    color: #787878;
    position: absolute;
    left: 20px;
    top: 15px;
}

.place_text span, .Typehint span {
    color: red;
}
