/* page pic */

.row {
    margin-left: 0;
    margin-right: 0;
}

.page_pic {
    position: relative;
    width: 100%;
    max-height: 600px;
    background-image: url(../../images/CONTACT-PIC.jpg);
    background-size: cover;
    background-position: center;
}

.page_pic .cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.1);
}

.triangle-box .left {
    border-bottom: 100px solid rgb(228 174 111 / 8%);
}

.triangle-box .right {
    border-bottom: 100px solid rgb(228 174 111 / 8%);
}

.inner_page_bnr {
    background: white;
}

.contact-info {
    max-width: 800px !important;
    margin: 3% 20% 3% 20%;
    text-align: left;
    width: 60%;
}

.contact-info h4,
.contact-info h5{
    text-transform: none;
    margin: 0 0 10px 0;
    padding: 3px;
}

.contact-info h4.subtitle {
    color: #994b0b;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 1.6rem;
}

.contact-info h5.subtxt {
    letter-spacing: 0.15rem;
    margin: 0 0 10px 20px;
    color: #994b0b;
}

.contact-info .msg-title {
    margin: 30px 0 15px 0;
}

.contact-info .msg-title h2 {
    color: #77569f
}

#contact-form {
    border: 1px solid rgba(160, 136, 191, 0.75);
    border-radius: 5px;
}


#contact-form .form-control.request_form_input {
    /*border: 1px solid rgba(160, 136, 191, 0.75);*/
    border: 1px solid rgb(227, 226, 226);
    border-radius: 5px;
}

.btn.send_btn {
    border-radius: 40px !important;
}

@media only screen and (min-width: 992px) {
    .btn.send_btn {
        width: 30%;
        border-radius: 40px !important;
    }
}

@media only screen and (max-width: 766px) {
    .page_pic {
        height: 180px;
    }

    .inner_page_bnr h2 {
        font-size: 2.5rem;
    }

    .triangle-box {
        height: 35px;
    }

    .triangle-box .left {
        border-bottom: 35px solid rgb(228 174 111 / 8%);
    }

    .triangle-box .right {
        border-bottom: 35px solid rgb(228 174 111 / 8%);
    }

    .contact-info {
        width: 90%;
        margin: 3% 5% 3% 5%;
    }

    .contact-info h2 {
        font-size: 2rem;
    }

    .contact-info h4 {
        font-size: 1.4rem !important;
        margin: 10px 0 0 0 !important;
    }

    .contact-info h5 {
        font-size: 1.4rem !important;
    }
}

@media only screen and (min-width: 766px) and (max-width: 992px) {
    .page_pic {
        height: 300px;
    }

    .inner_page_bnr h2 {
        font-size: 4rem;
    }

    .triangle-box {
        height: 60px;
    }

    .triangle-box .left {
        border-bottom: 60px solid rgb(228 174 111 / 8%);
    }

    .triangle-box .right {
        border-bottom: 60px solid rgb(228 174 111 / 8%);
    }

    .contact-info {
        width: 86%;
        margin: 3% 7% 3% 7%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .page_pic {
        height: 360px;
    }
}

@media only screen and (min-width: 1200px) {
    .page_pic {
        height: 400px;
    }
}
