.c-hp .contact-modal p {
    line-height: inherit !important;
}

.contact-modal {
    max-width: 919px !important;
    padding: 0 !important;
}

.contact-modal, .contact-modal-mobile {
    text-align: center;
}

  .contact-modal img {
      max-width: 100%;
  }

  .contact-modal-mobile img {
      margin-bottom:20px;
  }
  .contact-modal-body .c-col {
    min-height: 288px;
  }
  .contact-modal .c-33 {
      width: 33.333% !important;
      float: left !important;
  }
  .contact-modal h2 {
      font-weight: normal;
      font-size: 40px;
  }

  .contact-modal .contact-modal-header p {
      color: #ffffff;
      font-size: 22px;
      line-height: normal;
  }

  .contact-modal .contact-modal-body .c-col .c-btnx {
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      min-width: 200px;
      padding: 10px !important;
      position: absolute;
      bottom: 5px;
      display: block;
      left: 50%;
  }
@media screen and (max-width:767px) {
	.contact-modal .contact-modal-body .c-col .c-btnx {
      min-width: 150px;
      font-size: 12px !important;
  }
}
.contact-modal .contact-modal-body .c-col > div {
    background-color: #f2f4f7;
    margin: 0 8px;
    padding: 15px 5px;
    min-height: 288px;
    color: #65686C;
    padding-bottom: 15px;
    position: relative;
}
@media screen and (max-width: 767px) {
	.contact-modal .contact-modal-body .c-col > div {
	    min-height: 330px;
	}
}
  .contact-modal .contact-modal-body .c-col > div h3 {
    font-weight: normal;
  	margin: 0;
	padding: 0 0 10px 0;
	font-size: 1.3em;
  }

@media screen and (max-width: 479px) {
    .contact-modal-mobile h1 {
        font-size: 26px;
        margin: 0;
    }

    .remodal {
        padding: 20px !important;
    }
    
}
@media (max-width: 640px){
	.contact-modal .c-33 {
    	width: 100% !important;
	}
	.contact-modal .contact-modal-body .c-col > div,
	.contact-modal .contact-modal-body .c-col {
		min-height: 200px;
		margin: 0;
		margin-bottom: 10px;
	}
}