.heading-container {
    padding-top: 10px;
    padding-bottom: 24px;
}

.section-heading {
    width: 100%;
    height: 100%;
    margin: 0px;
    background-color: #C9E8FF;
    text-align: center;
    clear: both;
}

.address-sub-h {
	margin: 0 auto;
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 5px;
    width: 90%;
    font-weight: 400;
	color: rgba(255, 255, 255);
    margin-bottom: 0;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}

.section-input {
	display: block;
	width: 100%;
	height: 300px;
	background-color: #C9E8FF;
}

@media screen and (max-width: 800px) {
	.section-input {
		height: 100%;
	}
}

.input-form {
	display: block;
	margin: 0 auto;
	height: 100%;
	max-width: 1450px;
}

.input-half {
    text-align: center;
    width: 50%;
    height: 300px;
    display: inline-block;
    float: left;
    background-color: #C9E8FF;
    padding-bottom: 0px;
    margin-bottom: -1px;
}

.input-width {
    margin: 0px 10%;
    height: 100%;
}

@media screen and (max-width: 700px) {
    .input-width {
        margin: 0px 0%;
    }
}

.input-blocks {
    width: 100%;
    height: 100%;
    margin-top: -20px; 
}

@media screen and (max-width: 800px) {
    .input-half {
        width: 100%;
        float: none;
        padding-bottom: 0px;
    }
}

.input-heading {
    margin-left: 5%;
    font-size: 15px;
    color: #ffffff;
    text-shadow: 0px 1px 1px #000000;
    margin-bottom: 4px;
    margin-top: 30px;
    text-align: justify;
    font-weight: 300;
}

input {
    height: 34px;
    width: 90%;
    overflow: hidden;
    border-radius: 1px;
    border: 2px solid rgba(0, 0, 0, 0.8);
    padding-left: 10px;
} 

input:focus {
    outline-width: 0;
}

@media screen and (max-width: 700px) {
    input {
        width: 88%;
    }
}

.input-blocks-button {
    padding-top: 14px;
    width: 100%;
    height: 100%;
}

.send-button {
    float: right;
    margin-right: 4.5%;
    margin-bottom: 48px;
}

@media screen and (max-width: 700px) {
    .send-button {
        float: none;
        text-align: center;
    }
}

.send-button {
    width: 120px;
    height: 36px;
    background-color: transparent;
    border: 2px solid #000000;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
    border-radius: 2px;
}

.send-button:hover {
    background-color: #ffffff;
    width: 190px;
    transition: background-color 1.5s ease;
    transition: width 1.5s ease;
}


.send-button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.send-button span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.send-button:hover span {
  padding-right: 25px;
}

.send-button:hover span:after {
  opacity: 1;
  right: 0;
}

.info-half {
    text-align: justify;
    width: 50%;
    height: 300px;
    display: inline-block;
    float: right;
    background-color: #C9E8FF;
}

@media screen and (max-width: 800px) {
    .info-half {
        width: 100%;
        float: none;
    }
}

.info {
	position: absolute;
    font-size: 22px;
    padding: 26px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 20px;
    font-weight: 400;
	color: #000000;
    display: inline-block;
}

.info-border {
    margin-top: 28px;
    border: 2px solid #000000;
    margin-left: 11%;
    margin-right: 11%;
    background-color: #000000;
    display: block;
	text-align: center;
}

@media screen and (max-width: 700px) {
.info-border {
    margin-left: 5%;
    margin-right: 5%;
    }
}

@media screen and (max-width: 380px) {
    .info {
        font-size: 15px;
    }
	.icon-contact {
		max-height: 50%;
		margin-left: -160px;
		padding-top: 18px;
	}
	
}@media screen and (max-width: 255px) {
    .info {
        font-size: 12px;
    }
	.icon-contact {
		max-height: 40%;
		margin-left: -130px;
		padding-top: 18px;
	}
}

/* card one black image before&after */
#card-one .icon-contact {
	background-image: url("images/icons/phone-before.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
}#card-one:hover .icon-contact {
	background-image: url("");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
}
/* card two black image before&after */
#card-two .icon-contact {
	background-image: url("images/icons/fax-before.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
}#card-two:hover .icon-contact {
	background-image: url("");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
}
/* card three black image before&after */
#card-three .icon-contact {
	background-image: url("images/icons/email-before.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
}#card-three:hover .icon-contact {
	background-image: url("");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
}
/* Card on :hover white text */
#card-one:hover #contact-text-hvr { 
	color: #ffffff; 
}#card-two:hover #contact-text-hvr { 
	color: #ffffff; 
}#card-three:hover #contact-text-hvr { 
	color: #ffffff; 
}

/* card one white before&after*/
#card-one .icon-before {
	display: inline-block;
	max-height: 64%;
	max-width: 100%;
	margin-left: -235px;
	margin-right: 10px;
	padding-top: 14px;	
}#card-one:hover .icon-before {
	display: none;
}#card-one .icon-contact {
	display: inline-block;
	max-height: 64%;
	max-width: 100%;
	margin-left: -235px;
	margin-right: 10px;
	padding-top: 14px;	
	display: none;
}#card-one:hover .icon-contact {
	display: inline-block;
}
/* card two white before&after*/
#card-two .icon-before {
	display: inline-block;
	max-height: 64%;
	max-width: 100%;
	margin-left: -235px;
	margin-right: 10px;
	padding-top: 14px;	
	display: inline-block;
}#card-two:hover .icon-before {
	display: none;
}#card-two .icon-contact {
	display: inline-block;
	max-height: 64%;
	max-width: 100%;
	margin-left: -235px;
	margin-right: 10px;
	padding-top: 14px;	
	display: none;
}#card-two:hover .icon-contact {
	display: inline-block;
}
/* card three white before&after*/
.icon-before {
	display: inline-block;
	max-height: 64%;
	max-width: 100%;
	margin-left: -235px;
	margin-right: 10px;
	padding-top: 14px;	
	display: inline-block;
}#card-three:hover .icon-before {
	display: none;
}.icon-contact {
	display: inline-block;
	max-height: 64%;
	max-width: 100%;
	margin-left: -235px;
	margin-right: 10px;
	padding-top: 14px;	
	display: none;
}#card-three:hover .icon-contact {
	display: inline-block;
}

/* card background color */
#card-one {
	background-color: #F5F5F5;
}
#card-two {
	margin-top: 2px;
    margin-bottom: 2px;
	background-color: #F5F5F5;
}
#card-three {
	background-color: #F5F5F5;
}
/* background color :hover */
#card-one:hover {
	background-color: #3AADFF;
	transition: 0.6s;
}#card-two:hover {
	background-color: #3AADFF;
	transition: 0.6s;
}#card-three:hover {
	background-color: #3AADFF;
	transition: 0.6s;
}

.info-blocks {
    margin-left: 0px;
    margin-right: 0px;
    background-color: rgba(208, 208, 208, 0.9); 
    border-radius: 1px;
    height: 75px;
}

.info-blocks:hover {
    cursor: pointer;
	color: #ffffff;
	transition: 0.6s;
}

.info-blocks a {
    text-decoration: none;
    color: #000000;
}

.info-blocks a:hover {
    color: #ffffff;
	transition: 0.6s;
}