.contact-info-section {
    position: relative;
    padding: 50px 0px 20px;
}
.contact-detail {
    position: relative;
    padding: 0px 19px;
    margin-bottom: 40px;
}
.contact-detail .phone-box ,.contact-detail .address-box,.contact-detail .social-link-box {
    position: relative;
    padding: 25px 50px;
    background-color: #292e72;
    height: 100%;
    border-radius: 6px;
}
.contact-detail .social-link-box h3 {
    position: relative;
    color: #ffffff;
    font-size: 21px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.contact-detail .inner-box .text {
    font-size: 17px;
    color: #ccd7e7;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 16px;
}
.contact-detail .phone-box h3 {
    position: relative;
    color: #ffffff;
    font-size: 21px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.contact-detail .address-box h3 {
    position: relative;
    color: #ffffff;
    font-size: 21px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.address-box p, .social-link-box p, .phone-box-call, .phone-box-mail {
    font-size: 16px;
    color: #eaeaea;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 16px;
    font-weight: 400;
}
.contact-links{
    margin-top: 10px;
}
.contact-form-section {
    position: relative;
    padding: 10px 0px 55px;
}
.contact-form-wrap {
    margin-top: 36px;
    padding: 0px 10px;
}
.contact-form-wrap h3 {
    font-weight: bold;
    font-family: poppins;
    color: #292e72;
}
.form-group {
    margin-bottom: 0 !important;
}
.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;
    /* box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset,
        rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset; */
    background: #f6f6f6;
}
.social-icon-links li  {
    list-style: none;
    float: left;
    margin-left: 19px;
    font-size: 20px;
    color: #fff !important;
}
.social-icon-links li a{
    color: white;
}
.contact-form-btn-wrap {
    width: 100%;
    padding-left: 15px;
    margin-top: 23px;
}
.border-btn {
    background: none;
    /* border: 2px solid #292e72; */
    padding: 9px 35px;
    border-radius: 23px;
    cursor: pointer;
    background: #09136a;
    color: #fff;
}
ul.social-icon-links {
    display: flex;
    /* justify-content: space-around; */
    list-style: none;
    color: white;
    padding-left: 0px;
}
a.phone-box-mail:hover,.phone-box-call:hover {
    color: white !important;

}


@media only screen and (min-width: 320px) and (max-width: 479px){
    .contact-info-section {
        position: relative;
        padding: 21px 0px 13px;
        overflow-x: hidden;
    }
    .contact-detail .phone-box, .contact-detail .address-box, .contact-detail .social-link-box {
        position: relative;
        padding: 23px 21px;
        background-color: #292e72;
        height: 100%;
        border-radius: 6px;
    }
    .address-box p, .social-link-box p, .phone-box-call, .phone-box-mail {
        font-size: 14px;
        color: #eaeaea;
        font-weight: 300;
        margin-top: 10px;
        margin-bottom: 16px;
        font-weight: 400;
    }
    .contact-form-wrap .form-control {
        font-size: 13px;
        padding: 21px 13px;
        /* box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset,
            rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset; */
        background: #f6f6f6;
        border-radius: 5px;
    }
    .contact-form-wrap label {
        font-family: poppins;
        margin-top: 23px;
        color: #000;
        font-weight: 400;
        margin-left: 5px;
        font-size: 15px;
    }
    .text-box{
        height: 120px !important;
    }
    .border-btn {
        background: none;
        border: none;
        padding: 9px 35px;
        border-radius: 23px;
        cursor: pointer;
        background: #09136a;
        color: #fff;
    }
}