.contactRightBox {
    height: auto;
    background: #FFF;
    border-radius: 20px;
    box-shadow: 0 0 5px #dad4d4;
}

.contact-us-title{
    font-family: roboto_condensed_bold, serif;
    font-size: 22px;
}

.contact-fa {
    color: #afadad;
    font-size: 25px;
}

.contact-rightBox-text {
    font-size: 18px;
    font-family: roboto_condensed_regular, serif;
    word-break: break-word;
    color: black;
}

.contact-input {
    font-size: 16px;
    font-family: roboto_condensed_bold, serif;
}

.fa.fa-facebook.contact-fa {
    color: #596DA2;
}

i.fa.fa-instagram.contact-fa {
       color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
}


i.fa.fa-twitter.contact-fa {
    color: #1da1f2;
}

label.error {
    font-size: 12px;
    font-family: roboto_condensed_bold, serif;
    color: red;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.home-footer{
    position: fixed;
}

@media(max-width: 350px){
    .contact-rightBox-text {
        font-size: 16px;
    }
}

@media(max-width: 767px){
    .home-footer{
        position: relative !important;
    }
}