.contact-info-section {
    position: relative;
    padding: 50px 0 20px;
}
.contact-detail .inner-box {
    position: relative;
    padding: 25px 50px;
    background-color: #292e72;
    height: 100%;
    border-radius: 6px;
}
.contact-detail .inner-box h3 {
    position: relative;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    font-family: roboto,sans-serif;
}
.contact-detail .inner-box .text {
    font-size: 17px;
    color: #ccd7e7;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 16px;
}
.inner-box p {
    margin: 13px 0;
}
.social-icon-four {
    padding: 0;
    margin: 0;
}
.social-icon-four li {
    list-style: none;
    float: left;
    margin-left: 19px;
    font-size: 20px;
    color: #fff!important;
}
.inner-box a {
    color: #fff;
}

.contact-form-section {
    position: relative;
    padding: 10px 0 55px;
}
.contact-form-section .content-column {
    position: relative;
    margin-bottom: 40px;
}
.contact-form-wrap {
    margin-top: 36px;
    padding: 0 10px!important;
}
.contact-form-wrap h3 {
    font-weight: 700;
    font-family: poppins;
    color: #292e72;
}
.contact-form-wrap label {
    font-family: poppins;
    margin-top: 23px;
    color: #000;
    font-weight: 400;
}
.contact-form-wrap .form-control {
    font-size: 13px;
    padding: 26px 14px;
    background: #f6f6f6;
}
textarea.form-control {
    height: auto;
}
.contact-form-btn-wrap {
    width: 100%;
    padding-left: 15px;
    margin-top: 23px;
}
.border-btn {
    background: 0 0;
    padding: 9px 35px;
    border-radius: 23px;
    cursor: pointer;
    background: #d7b56e !important;
    color: black;
    border: 2px solid black !important;
}
@media only screen and (min-width: 320px) and (max-width: 479px){

    .contact-detail .inner-box {
        position: relative;
        padding: 25px 18px;
        background-color: #292e72;
        height: inherit;
        border-radius: 6px;
        margin-bottom: 12px;
    }
    .contact-detail .inner-box .text {
        font-size: 14px;
        color: #ccd7e7;
        font-weight: 300;
        margin-top: 5px;
        margin-bottom: 16px;
    }
    .social-icon-four {
        padding: 12px;
    }
    .contact-form-wrap .form-control {
        font-size: 13px;
        padding: 22px 14px;
        background: #f6f6f6;
        border-radius: 6px;
    }
    .contact-form-wrap label {
        margin-top: 21px;
        color: #000;
        font-weight: 600;
        font-size: 13px;
    }
    .border-btn {
        background: none;
        border: 2px solid #0603af;
        padding: 9px 35px;
        border-radius: 23px;
        cursor: pointer;
        border: none !important;
        font-weight: 700;
        color: white;
    }
}