
.contact-page .heading-box {
    margin-bottom: 50px;
}

.contact-page .new-box {
    background: #fff 0% 0% no-repeat padding-box;
    border: 1px solid #c3c6cd;
    border-radius: 10px;
    padding: 0 22px;
    margin-top: 40px;
}

    .contact-page .new-box p {
        float: right;
        font-size: 1.3em;
        color: #6d7278;
        position: relative;
        top: 24px;
        font-family: YekanbakhMedium;
        letter-spacing: normal
    }

    .contact-page .new-box a {
        float: left;
        margin-top: 22px;
    }

.contact-page .first-section {
    margin-bottom: 75px;
}

.contact-page .title-address p {
    color: #303030;
    font-size: 20px;
    font-family: YekanbakhBold;
    margin-bottom: 83px;
}

.contact-page .btn-gold {
    margin-top: 10px;
}

.contact-page .fax {
    display: inline-block;
    /* margin-right: 122px;*/
}

.contact-page .post-code {
    display: inline-block;
}

.contact-page .address span:nth-child(2) {
    margin: unset;
}

.contact-page .phone {
    margin-top: 10px;
}

    .contact-page .phone span {
        margin-left: 60px;
    }

.contact-page .info-address {
    margin-bottom: 20px;
}

    .contact-page .info-address span:nth-child(1) {
        margin: unset;
        color: #424242;
    }

    .contact-page .info-address span:nth-child(1) {
        font-size: 18px;
        color: #424242;
        font-family: YekanbakhMedium;
    }

    .contact-page .info-address span:nth-child(2), .contact-page .info-address span:nth-child(3), .contact-page .info-address span:nth-child(4) {
        font-size: 18px;
        color: #6d7278;
        font-family: YekanbakhMedium;
        margin-right: 9px;
    }

.contact-page .header-title {
    margin-bottom: 40px;
}

    .contact-page .header-title:before {
        content: '';
        background-size: 100% 100%;
        width: 65px;
        height: 65px;
        position: absolute;
        border-radius: 50%;
        margin-right: -14px;
        margin-top: 3px;
    }

    .contact-page .header-title p {
        color: #000;
        font-size: 24px;
        font-family: YekanbakhBold;
        margin-right: 61px;
    }

        .contact-page .header-title p:nth-child(2) {
            font-family: YekanbakhBold;
            opacity: 0.06;
            position: relative;
            top: -25px;
        }

.contact-page .submit-contact {
    height: 40px;
    background: transparent linear-gradient(290deg, #ffe75a 0%, #f7cb3d 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 10px #ffd647 40;
    border-radius: 5px;
    border: none;
    color: #847027;
    font-size: 18px;
    margin-left: 12px;
    margin-top: 25px;
    width: max-content;
    padding: 0 30px;
    cursor: pointer;
    outline: none;
    font-family: YekanbakhMedium;
}

.contact-page .contact-photo {
    width: 436px;
    height: 305px;
    background-image: url("../../images/banner/contact-page-banner.png");
    background-size: contain;
    position: relative;
}

    .contact-page .contact-photo:before {
        content: '';
        background: url("../../images/symbols/contactus.png") no-repeat;
        background-size: 100% 100%;
        width: 55px;
        height: 55px;
        position: absolute;
        border-radius: 50%;
        margin-right: -67px;
        margin-top: -80px;
    }

.contact-page form .second-row {
    margin-top: 24px;
    margin-bottom: 24px;
}

.contact-page form .heading input {
    width: 97% !important;
}

.contact-page form .form-text-area {
    background: #fff 0% 0% no-repeat padding-box;
    border: 1px solid #c3c6cd;
    border-radius: 6px;
    height: 142px;
    width: 98%;
}

    .contact-page form .form-text-area:focus {
        box-shadow: unset !important;
        border: 1px solid #2b4a83;
        outline: none;
    }

.contact-page h2 {
    font-size: 24px;
    background: #fff;
    position: absolute;
    margin-top: -20px;
    margin-right: -1px;
    height: 63px;
    padding-left: 25px;
    padding-right: 47px;
}

    .contact-page h2 span.icon {
        color: #fff;
        background-image: linear-gradient(135deg, #2c3379 0%, #2b4a83 100%);
        border-radius: 50%;
        width: 39px;
        height: 39px;
        display: inline-block;
        text-align: center;
        line-height: 1.5;
        margin-left: 15px;
    }

.contact-page .map-container {
    width: 96%;
    margin-bottom: 70px;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 5px #ccc;
    box-shadow: 0 3px 5px #ccc;
    height: 348px;
    margin: auto;
}

.contact-page .contact-container {
    padding: 80px 57px;
    background: #fff 0% 0% no-repeat padding-box;
    border: 1px solid #c3c6cd;
    border-radius: 10px;
}

    .contact-page .contact-container .contact-info {
        color: #828282;
    }

        .contact-page .contact-container .contact-info .address {
            color: #424242;
        }

    .contact-page .contact-container .form-container {
        margin-bottom: 25px;
    }

        .contact-page .contact-container .form-container .g-recaptcha {
            margin: 10px;
        }

        .contact-page .contact-container .form-container .btn-default {
            float: left;
        }

@media (max-width: 575px) {
    .contact-page .contact-container {
        padding: 80px 20px;
    }

    .contact-page .title-address p {
        margin-bottom: 22px;
    }

    .contact-page .phone span {
        margin-left: 0;
    }

    .contact-page .fax {
        margin-right: 0;
    }

    .contact-page .new-box {
        height: 200px;
    }

    .contact-page .contact-photo {
        width: 250px;
        height: 205px;
        top: 0;
        margin: auto auto 30px auto;
    }

    .contact-page .heading-box {
        margin-bottom: 20px;
    }

    .title-address {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .contact-page .title-address p {
        margin-bottom: 22px;
    }

    .contact-page .new-box {
        height: 192px;
    }

    .contact-page .contact-photo {
        width: 250px;
        height: 205px;
        top: 0;
        margin: auto;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .contact-page .fax {
        display: block;
        margin-right: 0;
    }

    .contact-page .phone span {
        margin-left: 32px;
    }

    .contact-page .new-box {
        height: 142px;
    }

    .contact-page .contact-photo {
        top: 0;
        margin: auto;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .contact-page .new-box {
        height: 82px;
    }

    .contact-page form .form-text-area {
        width: 98%;
    }

    .contact-page .contact-photo {
        width: 300px;
        height: 255px;
    }

    .contact-page .map-container {
        margin-right: 36px;
    }
}

@media (min-width: 1200px) {
    .contact-page .new-box {
        height: 82px;
    }

    .contact-page form .form-text-area {
        width: 98%;
    }

    .contact-page .map-container {
        margin-right: 36px;
    }
}
