.contact-banner {
    background: #f0f0f0;
    min-height:70vh;
}
.contact-banner::after{
    content:none;
}
.contact-banner .c-align.v-align-50{
    align-items: flex-end;
}
img.w-80 {
    width: 80%;
}

.v-align-50{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 70vh;
    padding-top: 100px;
}

.left-border{
    border-left: 3px solid rgb(23 78 117);
    padding-left: 20px;
}
.con-dot{
    position: relative;
    font-weight: bold;
    font-size: 20px;
}
.con-dot:before{
   content: '';
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #ed6823;
    position: absolute;
    top: 8px;
    left: -29px;
    right: auto;
    bottom: auto;
}
.request-demo-form {
    
    margin: auto;
}
.request-form-fields {
    padding: 5px 0;
    padding-top: 20px;
    padding-bottom: 5px;
}

form#contactus-form {
    position: relative;
    top: -300px;
    margin-bottom: -300px;
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.27);
    border: 1px solid lightgrey;
    margin: 20px auto 20px 0px;
    padding: 30px;
    max-width: 60%;
    margin: auto;
    border-radius: 10px;
    text-align: center;
}
.poc{
    background: rgb(37 102 129);
    color: white;
}
.poc .card {
    color: black;
    text-align: left;
    padding: 25px;
}
.poc .card .sub-head{
    font-weight:bold;
}
._bb2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;

}
._bb2 a{
    color:black;
}
._bb2 .email-icon {
    width: 20px;
    margin-right: 10px;
}
p.sub-head {
    font-weight: 700;
}
.address {
    text-align: left;
    display: block;
    line-height: normal;
    padding: 0px;
}
.address span {
    line-height: 30px;
    font-weight: 400;
}
.location {
    background: url('../../images/socxo/contact/world-map.png') 0px 0px no-repeat;
    background-position: center center;
    background-size: 40%;
    min-height: 300px;
}
.location .sub-head {
    margin-bottom: 5px !important;
    margin-top: 20px;
}

@media only screen and (max-width: 992px) {
    .v-align-50{
        min-height: 0vh;
        padding-top: 20px;
    }
    form#contactus-form{
        top: 0px;
        max-width: 95%;
        margin: 30px auto;
    }
    .poc .card {
        text-align: center;
        margin: 20px auto;
    }
    ._bb2 .email-icon{       
       max-width: none;
    }
    ._bb2 {
        display: block;
    }
}