 

.contact-us {
	background-image: url("/assets/img/contact-usgini.png") !important;
  background-size: cover;
    height: auto;
    min-height: auto;
    /* background: transparent; */
}
.service-card {
	box-shadow: 0px 0px 16px 5px whitesmoke;
    background: white;
    padding: 10px 12px 15px;
    border-radius: 10px;
	height: 100%;
}
.service-card h4 {
	color: black;
}
 .pannel-card {
	box-shadow: 0px 0px 16px 5px whitesmoke;
    background: white;
    padding: 15px 20px 15px;
    border-radius: 10px;
 }
 .pannel-card p {
	font-size: 18px;
	color: black;
	border-bottom: 1px solid #00000033;
	padding-bottom: 8px;
 }
 .form-control::placeholder{
	align-items: center;
 }
 .main-logo {
	max-width: 100px;
 }
 .cs_footer_logo img{
    max-width: 200px;
 }
 