.contact {
    padding:10px 0;
}

.contact .heading h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: solid 1px lightgray;
    max-width: 35%;

}

.contact .heading h2 span {
    color: #ff9100;
}

.contact .row .title h3{
    margin-top: 15px;
    
}
.contact .row .title p{
    margin-bottom: 35px;
    
}

.contact .heading p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 0 60px;
    padding: 0;
    
}

.contact .form-control {
    padding: 25px;
    font-size: 13px;
    margin-bottom: 10px;
    background: #f9f9f9;
    border: 0;
    border-radius: 10px;
}

.contact button.btn {
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    background: #ff9100;
    color: #ffffff;
}

.contact .title h3 {
    font-size: 18px;
    font-weight: 600;
}

.contact .title p {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 1.6;
    margin: 0 0 40px;
}

.contact .content .info {
    margin-top: 30px;
    
}
.contact .content .info i {
    font-size: 30px;
    padding: 0;
    margin: 0;
    color: #02434b;
    margin-right: 20px;
    text-align: center;
    width: 20px;
}
.contact .content .info h4 {
    font-size: 13px;
    line-height: 1.4;
}

.contact .content .info h4 span {
    font-size: 13px;
    font-weight: 300;
    color: #999999;
}



@media screen and (max-width:767px){
    .contact .title {text-align: center;}

    .contact .info {text-align: center;
    
    }

    .contact .heading h2 {
        display:none;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 30px;
        padding-bottom: 10px;
        border-bottom: none 1px lightgray;
        max-width: 35%;
    
    }

    .contact .content .info {
        display:flex;
        flex-wrap:wrap;
        flex-direction: column;
        justify-content:center;   
    }
    .contact .content .info i {
        width: auto;
        margin-right: 4px;
    }

    .col-md-7 {
        display:none; 
    } 
    

    .contact .heading h2{
        text-align: center;
        max-width: 100%;
    }
    
        
        
        
        /*     .contact .content .info h4 {
        margin-left:10px;
    }
    .contact .content .info h4 span {
        margin-left:0px;
    } */
}

