﻿.contact-us-section {
    background: #f4f7fb;
    padding: 40px;
}
.left-side-contact-box{
    padding:0;
}
.right-side-contact-box{
    padding:0;
    background:#fff;
}
@media(max-width: 768px) {
    .contact-info,
    .contact-form {
        border-radius: 15px;
        margin-bottom: 15px;
    }
}
/* LEFT PANEL */
.contact-info {
    background: #0f5fa6;
    color: #fff;
    height: 453px;
    padding: 20px 40px;
    /*height: 546px;*/
    border-radius: 15px 0 0 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.white-heading {
    margin-bottom: 25px;
    font-size:30px;
}

.contact-info p {
    line-height: 1.6;
    margin-bottom: 15px;
}

.social-icons {
    margin-top: 25px;
}

.social-icons a {
    color: #0f5fa6;
    background: #fff;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    text-decoration: none;
    font-size: 18px;
}

/* RIGHT PANEL */
.contact-form {
    height: 453px;
    padding: 20px 40px;
    border-radius: 0 15px 15px 0;
    box-shadow: none;
}

.blue-heading {
    color: #0f5fa6;
    margin-bottom: 25px;
     font-size:30px;
}

.contact-label {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}
form {
    display: flex;
    flex-direction: column;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    padding: 10px;
    border: 1px solid #cfd8e3;
    border-radius: 4px;
    margin-bottom: 5px;
    font-size: 14px;
}
.ifram-box {
    padding: 40px 0;
}

.contact-form textarea {
    resize: none;
}

.captcha-box {
    border: 1px solid #ccc;
    padding: 12px;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 13px;
}

.contact-button {
    background: #0f5fa6;
    color: #fff;
    border: none;
    width: 100%;
    padding: 10px 22px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}
.detail-icon{
    margin-right: 12px;
}
.download-img-section{
display:flex;
padding: 0;
}
.download-section {
    margin: 34px 0;
}
.app-download-img {
    width: 100px;
    margin-right: 22px;
}


@media(max-width: 768px) {
    .contact-wrapper {
        flex-direction: column;
    }

    .contact-info,
    .contact-form {
        width: 100%;
    }

}
@media(max-width: 768px) {
    .contact-info {
        height: auto;
    }
}

@media screen and (max-width:991px){
    .contact-info {
        border-radius: 15px 15px 15px 15px;
    }
    .contact-us-section {
         padding: 15px 25px;
    }
}
/* Make both columns equal height */


