
.heroImg.cont{
    background-image: url("../image/culture.png");
    background-position: right top;
    background-size: cover;
}
.lg-none{
    display: none;
}
.contactContainer{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: -5px;
    padding: 20px;
}
.contactContainer .contain{
    margin: -60px 60px 20px;
    padding: 20px 15px 0;
    width: 600px;
    box-shadow: 0 0 4px slategray;
    background-color: rgb(255, 255, 255);
    z-index: 100;
    transition: all 0.25s ease-out;
}
.contactContainer .contain .topics{
    padding: 10px;
    background-color: rgb(82, 169, 204);
    margin-bottom: 30px;
}
.contactContainer .contain .forms{
    padding: 10px 0;
    margin-bottom: 10px;
}
.contactContainer .contain .forms .attachForm{
    position: relative;
}
.contactContainer .contain .topics button{
    font-size: 13px;
    margin: 5px;
    padding: 2px 7px;
    box-shadow: 0 0 2px black;
}
.contactContainer .contain form{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.formInput{
    display: flex;
    width: 45%;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}
.contactContainer .contain .forms .bars{
    position: relative;
    font-size: 13px;
    padding: 5px 5px;
    box-shadow: 0 0 3px grey;
    background-color: white;
    margin-bottom: 10px;
    width: 100%;
}
.contactContainer .contain .forms .bars input{
    padding: 1px 25px;
    outline: none;
    border: 0;
    width: 100%;
}
.contactContainer .contain .forms .bars input:focus{
    border-bottom: 1px solid purple;
}
.contactContainer .contain .forms .bars i.fa{
    position: absolute;
    top: 43px;
    left: 7px;
}
.formInput .bars label,
.formArea label{
    display: block;
    font-size: 14px;
    margin: 0 5px -7px;
}
#complaintSubject{
    display: none;
}
.contactContainer .contain .forms .bars{
    position: relative;
    font-size: 13px;
    padding: 5px 5px;
    box-shadow: 0 0 3px grey;
    background-color: white;
    margin-bottom: 10px;
    width: 100%;
}
.form2{
    width: 50%;
    margin-left: 30px;
}
.formArea{
    box-shadow: 0 0 3px grey;
    background-color: white;
    margin: 5px 20px 10px 0;
    width: 100%;
}
.formArea textarea{
    padding: 0 10px;
    width: 100%;
    height: 100px;
    outline: none;
    border: 0;
}
.form2 button{
    padding: 3px 13px;
    font-size: 14px;
    background-color: rgb(19, 65, 87);
    color: white;
    transition: all .5s ease;
}
.form2 button:hover{
    background-color: rgba(19, 65, 87, 0.74);
}
.sm-display{
    display: none;
}
.contactDetails{
   padding: 10px 20px;
   margin-left: auto;
}
.contactIcons{
    width: 100%;
    margin: 10px auto;
}
.contactDetails img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.contactIcons .details{
    display: flex;
    margin-bottom: 20px;
    justify-content: flex-start;
    align-items: center;
}
.contactIcons .details p{
    font-size: 14px;
    margin-bottom: -1px;
}
.contactIcons .details p:nth-child(2){
    font-size: 13px;
    margin-bottom: -1px;
}
.contactIcons .details .icons{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    border-radius: 50%;
    background-color: rgb(65, 21, 65);
    box-shadow: 0 0 7px gray;
}
.contactIcons .details .icons i.fa{
    font-size: 25px;
    color: white;
    padding-left: 5px;
}

@media only screen and (max-width: 840px) {
    .contactContainer{
        /* display: flex; */
        flex-direction: column;
        align-items: center;
        /*justify-content: flex-start;
        width: 100%;
        margin-top: 5px;*/
        padding: 5px; 
    }
    .contactContainer .contain{
        margin: -60px auto 20px;
        padding: 20px 15px 0;
        width: 600px;
        box-shadow: 0 0 4px slategray;
        background-color: rgb(255, 255, 255);
        z-index: 100;
    }
    .contactDetails{
        width:100%;
        padding: 50px 0 0;
        margin: 0 auto;
    }
    .contactIcons{
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px auto 0; 
    }
    .contactIcons .half{
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px auto 0; 
    }
    .contactDetails img{
        display: none;
    }
    .contactIcons .details{
        flex-direction: column;
        margin: 0 5px;
        justify-content: center;
        align-items: center;
    }
    .contactIcons .details p{
       text-align: center;
    }
}

@media only screen and (max-width: 500px) {

    .sm-none{
        display: none;
    }
    .lg-none{
        display: block;
    }
    .contactDetails img{
        display: block;
    }
    .contactContainer{
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        margin-top: 5px;
        padding: 0 5px; 
    }
    .contactContainer .contain{
        margin: 20px 0;
        padding: 20px 5px 0;
        width: 100%;
    }
    .contactContainer .contain p{
        text-align: center;
        margin-bottom: 5px;
    }
    .heroImg .overlay .tag h5{
        display: none;
        font-size: 12px;
    }
    .contactContainer .contain .topics{
        padding: 10px 5px;
        margin-bottom: 10px;
    }
    .contactContainer .contain .topics button{
        font-size: 11px;
        margin: 3px;
        padding: 2px 5px;
        box-shadow: 0 0 2px black;
    }
    .contactContainer .contain .forms{
        padding: 10px 0;
        margin-bottom: 10px;
    }
    .contactContainer .contain form{
        flex-direction: column;
        /* justify-content: flex-start;
        align-items: center; */
    }
    .formInput{
        /* display: flex; */
        width: 100%;
        /* flex-direction: column;
        justify-content: space-around;
        align-items: flex-start; */
    }
    .contactContainer .contain .forms .bars{
        /* position: relative;
        font-size: 13px;
        padding: 5px 5px;
        box-shadow: 0 0 3px grey;
        background-color: white; */
        margin-bottom: 20px;
        /* width: 100%; */
    }
    .form2{
        width: 100%;
        margin-left: 0;
    }
    .sm-display{
        display: block;
        font-size: 13px;
    }
    
    .contactIcons{
        flex-direction: column;
        align-items: flex-start;
        margin: 10px 0;
    }
    .contactIcons .half{
        display: flex;
        flex-direction: column;
        align-items: flex-start; 
        width: 100%;
    }

    .contactIcons .half .details{
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin: 5px;
    }


    .contactIcons .details p{
        text-align: left;
        font-size: 12px;
        /* margin-bottom: -1px; */
    }
    .contactIcons .details p:nth-child(2){
        font-size: 11px;
        /* margin-bottom: -1px; */
    }
    .contactIcons .details .icons{
        /* justify-content: center;
        align-items: center; */
        width: 35px;
        height: 35px;
         margin-right: 15px;
       /* border-radius: 50%; */
        border: 2px solid silver;
    }
    .contactIcons .details .icons i.fa{
        font-size: 17px;
    }
}
