.contact-us-bg {
    background-image: url('../img/contact_us_bg.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

#follow-us {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #7761FF;
}

.social-container img {
    margin: 10px;
}

@media only screen and (max-width: 760px) {
    .contact-us-bg {
        background-image: none !important;
    }

    .social-container {
        padding-bottom: 20px;
    }
}

.inquiry-info {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    color: #5077FF;
}

.contact-email a{
    text-decoration: none !important;
    color: #5077FF !important;
    vertical-align: baseline;
}

.contact-us-form {
    padding-bottom: 10%;
}
.contact-us-form .sandbox-main-container {
    display: inline !important;
}

.contact-us-form .sandbox-container {
    float: right !important;
}
.contact-us-div {
    padding-top:40px
}
.contact-us-div .sandbox-title{
    margin-top: 20px;
}
#label-phone {
    display: flex;
}

@media only screen and (max-width: 760px) {
    .inquiry-info {
        text-align: center;
        font-size: 13px;
    }
    .contact-us .col-md-10{
        padding-left: 50px;
        padding-right: 50px;
    }
    .contact-us-form {
        padding-bottom: 0;
    }
    .contact-us-form .sandbox-main-container {
        display: flex !important;
    }
    .contact-us-div {
        padding-top:0px
    }
    #label-phone {
        display: none;
    }
    .contact-us-form .mini-width {
        padding: 0 !important;
        width: 100% !important;
    }
}

.contact-info-txt {
    margin-left: 15px;
    vertical-align: sub;
}

.padding-left5 {
    padding-left: 5px !important;
}