#contact {
  background-color: #eaf4f5;
}

#contact .contact {
  width: 324px;
  height: 49px;
  font-family: Prata;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  margin-left: 0.5rem;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 49px;
}

#contact .caption {
  padding-top: 22px;
}

#contact .contentHeading {
  font-family: Prata;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.20;
  letter-spacing: normal;
  color: #0f3f61;
}

#contact .min-height {
  min-height: 269px !important;
  width: 85%;
}

#contact .eachContent {
  display: flex;
  justify-content: center;
}

.hover-effect:hover {
  cursor: pointer;
  border: 1px solid #00bcd4;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

#contact .hover-effect:hover .contentHeading {
  color: #00bcd4;
}

button.effect-hover {
  border-radius: 50%;
  outline: none !important;
  background-color: #fdb828;
  border-color: transparent;
}

button.effect-hover:hover {
  background-color: orange;
}

.hover-effect:hover button.effect-hover {
  display: inline-block !important;
}

#contact .customAlign {
  width: 48%;
  margin: 0.5rem;
}

@media (max-width: 600px) {
  #contact .min-height {
    width: 100%;
  }
	
	 #contact .contact {
    height: auto;
    margin-top: 25px;
  }
}

@media only screen and (max-width: 480px) {
  #contact .customAlign {
    width: 100%;
    margin-bottom: 0.5rem;
  }
	
	 #contact .contact {
    height: auto;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 600px) {
  #contact .customAlign {
    width: 30%;
    margin-bottom: 0.5rem;
  }
}

@media only screen and (min-width: 576px) {
  #contact .customAlign {
    width: 47%;
    margin-bottom: 0.5rem;
  }
}

@media only screen and (min-width: 768px) {
  #contact .customAlign {
    width: 30%;
    margin-bottom: 0.5rem;
  }
}

@media only screen and (min-width: 992px) {
  #contact .customAlign {
    width: 24%;
    margin-bottom: 0.5rem;
  }
}


.CTabPadding{
/*  padding-left: 37px;
  padding-top: 9px;
  padding-right: 13px;*/
}

#contact .justify-content-center{
  text-align: center!important;
}
#contact .contentHeading{
  margin-bottom: 23px;
}


#gridContactUsForm .form-group{
  margin-bottom: 21px;
}

#desc{
  padding: 20px;
}

#desc::placeholder{
  color: rgba(0, 0, 0, 0.14);
}