.contact-us-main-container{
    padding:0 !important;
}

.contact-us-container{
    padding:0;
}

.contact-section{
    margin-left:0 !important;
    margin-right:0 !important;
}

.get-in-touch{
    background-color:#fff;
    padding-top:30px;
    padding-left:40px;
    padding-right:40px;
    padding-bottom:50px;
    height:100%;
}

.get-in-touch h3{
    color:#029ddf;
    font-weight:600;
    text-align: center;
    margin-bottom:0;
    margin-top:30px;
}

.get-in-touch span{
    color:rgba(0,0,0,0.70);
    text-align: center;
    font-size:14px;
    display: block;
}

.get-in-touch form{
    margin-top:20px;
}

.get-in-touch form input[type="text"],
.get-in-touch form textarea{
    background:transparent;
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom:2px solid #029ddf;
    box-shadow: none;
    color:rgba(0,0,0,0.70);
}

.get-in-touch form input[type="text"]:focus,
.get-in-touch form textarea:focus{
    background:#f3fbff;
}

.get-in-touch form input[type="submit"]{
    margin-top:10px;
    background:#029ddf;
}

.git-loc{
    padding:10px 10px;
    position: relative;
    background:rgba(255,255,255,0.70);
    border:1px solid rgba(0,0,0,0.12);
    border-radius:4px 4px 4px 4px;
    margin-bottom:10px;
}
.git-loc:before{
    position: absolute;
    top:0;
    left:0;
    content: '';
    background:#029ddf;
    height:100%;
    width:2px;
}
.git-loc h6{
    margin:0;
    color:#029ddf;
    font-weight:600;
}
.git-loc h6 i{
    color:#029ddf;
    font-size:14px;
    margin-right:5px;
}
.git-loc span{
    padding:10px 8px;
    position: relative;
    text-align: left;
    color:rgba(0,0,0,0.70);
}