.contactGen-sec {
    padding: 30px 0px 60px;
}
.contact-page-form-left {
    background-color: #3D434C;
    text-align: center;
    border-radius: 30px 0px 0px 30px;
    padding: 30px;
}
h4.contactus_title {
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    color: #fff;
    padding-bottom: 6px;
}
.contact_right_box {
    border-bottom: 1px solid #8a8a8a;
    padding-bottom: 15px;
    margin-bottom: 22px;
}
.icr_right p {
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.icr_right a {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    transition: all 0.4s;
}
.icr_right a:hover{
    color: #c09f50;
}
.icr_left svg {
    margin-bottom: 15px;
    width: 40px;
    height: 40px;
}
.icr_left svg path {
    fill: #c09f50;
    margin-bottom: 20px;
}
.contactGan_map p {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 0;
}
.contact-headding {
    padding: 60px 0px 0px;
}

/*-----contact-form------*/
.contact-form-information-box {
    background-color: #3D434C;
    border-radius: 30px 0px 0px 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 59px !important;
}
.contact-form-information p {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 24px;
}
.contact-form-information h2 {
    color: #fff;
    justify-content: center;
    margin-bottom: 24px;
}
.contact-form-box-outer {
    padding: 33px 20px;
    background-color: #fff;
    border-radius: 0px 30px 30px 0px;
    box-shadow: 3px 0px 20px 0px rgb(0 0 0 / 10%);
}
.contact-form-box input {
    height: 48px;
    border: 1px solid #B2B9BF;
    margin-bottom: 24px;
    border-radius: 8px;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #3D434C;
    padding: 12px 16px;
}
.contact-form-box textarea {
    height: 72px;
    border-radius: 8px;
    border: 1px solid #B2B9BF;
    margin-bottom: 24px;
    resize: none;
    padding: 12px 16px;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #3D434C;
}
.form-btn {
    display: flex;
    align-items: center;
}
.form-btn input {
    padding: 11px 31px;
    width: auto;
    background: #C09F50;
    border-radius: 6px;
    display: flex;
    text-align: center;
    justify-content: center;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #fff !important;
    align-items: center;
    height: 50px;
    border: 1px solid #c09f50;
    transition: all 0.4s;
}
.form-btn input:hover{
    background-color: transparent;
    border: 1px solid #c09f50;
    color:#c09f50 !important;
}
.form-btn button {
    background-color: transparent;
    color: #c09f50 !important;
    padding: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    margin-left: 20px;
    cursor: pointer;
    position: relative;
    transition: all 0.4s;
}
.form-btn button:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: auto;
    height: 1px;
    width: 0;
    background-color: #c09f50;
    transition: all 0.4s;
    right: 0;
}
.form-btn button:hover:after{
    width: 100%;
    right: auto;
    left: 0;
}
.wpcf7 .ajax-loader {
    display: none;
}
.contact-form-box .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #c09f50;
    outline: 0;
    box-shadow: none;
}
.contact-form-box h2 {
    text-align: center;
    margin-bottom: 35px;
}
.contact-form-information {
    text-align: center;
}
.contact-form .row {
    margin: 0px 0px;
}
.form-country-code-number {
    position: absolute;
    top: 12px;
    left: 18px;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #3D434C;
    border-right: 1px solid #B2B9BF;
    padding-right: 18px;
}
.form-country-code {
    position: relative;
}
.form-country-code input {
    padding-left: 86px !important;
}
.contact-form.general-app {
    padding: 50px 0px;
}
.contactGen_inner {
    margin: 0px 15px;
}
select#select_country_code {
    border: 0;
    position: absolute;
    z-index: 1;
    background-color: transparent;
    padding: 0px 14px;
    text-align: center;
    border-right: 1px solid #B2B9BF;
    display: flex;
    align-items: center;
    top: 12px;
    font-size: 14px;
    line-height: 24px;
    color: #3D434C;
}
span.form-country-code-number input, span.form-country-code-number p {
    display: none;
}
.form-country-code br {
    display: none;
}
.intl-tel-input.allow-dropdown input {
    margin-bottom: 24px !important;
}


/*------media-----*/
@media(max-width: 991px){
    .contact-page-form-left {
        border-radius: 30px 30px 0px 0px;
    }
    .contact-form-box-outer {
        border-radius: 0px 0px 30px 30px;
    }
}

@media(max-width: 767px){
    .contact-form-box h2 {
        margin-bottom: 20px;
    }
    h4.contactus_title {
        font-size: 18px;
        line-height: 25px;
        padding-bottom: 0px;
    }
    .icr_right a {
        font-size: 14px;
        line-height: 22px;
    }
    .icr_right p {
        font-size: 14px;
        line-height: 22px;
    }

}

@media(max-width: 576px){
    .contact-form-box-outer {
        padding: 24px 5px;
    }
}