.page-id-521 body
{
background: #F8F8F8 0% 0% no-repeat padding-box !important;
opacity: 1;
}

/* code restructure and new code STARTS */


.form-grid {
	display: grid;
    grid-template-columns: 1fr 1fr;
	 grid-column-gap: 5%;
	margin:0 auto;
}


.hrblizz-contact-sec1 {
	background: #F8F8F8 0% 0% no-repeat padding-box;
	padding-top: 2rem!important;
}


.contact-section1-grid {
	display: grid;
	padding-inline: 3rem;
	max-width: 1460px;
    grid-template-columns: auto 494px;
    margin: 0 auto;
    background: #F8F8F8;
    align-items: start;
    grid-column-gap: 5%;
}

.section1-contact
{
	padding-top:5rem;
}
.section1-contact h1
{
	text-align: left;
font: normal normal bold 28px/25px Source Sans Pro !important;
letter-spacing: 0px;
color: #FF5F1F;
opacity: 1;
}

.section1-contact h2 {
	text-align: left;
	font: normal normal 900 48px/60px Source Sans Pro !important;
	letter-spacing: 0px;
	color: #001738;
	padding-top:0.5rem;
	max-width: 666px;
}

.section1-contact p {
	text-align: left;
	font: normal normal normal 18px/23px Source Sans Pro !important;
	letter-spacing: 0px;
	color: #001738;
	padding-top: 0.5rem;
}

.section1-contact-form {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 6px 16px #00000029;
	border-radius: 12px;
	padding:2rem;
	width: 100%;
	padding-bottom: 1rem;
	margin-top: 2rem;
}



#wpcf7-f523-o1  label {
	font: normal normal normal 14px/18px Source Sans Pro !important;
	letter-spacing: 0px;
	color: #657387;
	opacity: 1;
	font-size: 14px;
}

.wpcf7-form label {
	z-index: 1 !important;
	position: relative;
	background: white;
	margin-left: 10px;
	padding-inline: 10px;
}

span.wpcf7-form-control-wrap {
	z-index: 0;
	margin-top: -10px;
	display: inline-block;
	width:100%;
}
.hrblizz-form-subscription .wpcf7-form-control-wrap.your-email {
	margin-top: 0px;
}
.contact-section1-grid span.wpcf7-form-control-wrap input {
	max-height: 40px;
	border: 1px solid #657387;
	border-radius: 4px;
	font-size: 14px !important;
	font-weight: normal !important;
}
.wpcf7-form-control-wrap.country, .wpcf7-form-control-wrap.menu-831, .wpcf7-form-control-wrap.textarea-373 {
	width: 100%;
}
.hrblizz-radio-buttons-grid {
	display: grid !important;
	grid-template-columns: 1fr 3fr;
	align-items: center;
	justify-content: center;
	color: black !important;
	padding-bottom: 1rem;
}
.hrblizz-radio-buttons {
	margin-top: 15px;
}
#wpcf7-f523-o1 label#hrblizz-radio-buttons-text {
	color: black !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	padding: 0px;
	margin: 0px;
}
.wpcf7-form-control-wrap.radio-749 {
	text-align: right;
    display: inline;
}
.wpcf7-form-control.wpcf7-radio {
	margin-top: -10px;
}
.hrblizz-radio-buttons .wpcf7-list-item-label {
	color: black;
}
.wpcf7-form-control-wrap.radio-749 input {
		margin-right: 5px !important;
}
form {
font-size: 14px !important;
}
form textarea {
	font-size: 14px !important;
}
#wpcf7-f523-o1 select {
	width: 100%;
}
.section1-contact img {
	margin-top: 40px;
}

.hrblizz-contact-sec3 {
	margin-top: -7rem;
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
	background: #001738 0% 0% no-repeat padding-box;
}
#wpcf7-f523-o1 #messagetous {
	height:140px;
	width:100%;
  	margin: 0 auto; 
    font-family: Source Sans Pro;
	font-size: 21px;
    line-height: 18px;
	padding: 0.7rem;
}
.hrblizz-tollfree-section {
	margin:0 auto;
	display: grid;
	max-width: 510px;
	padding-top: 3rem;
	grid-template-areas: "envelope mail ."
						 "phoneimage phone toll";
	align-items: center;
	justify-items: center;
	grid-row-gap: 20px;
}
.contact-mailimage {
	grid-area: envelope;
}
.contact-mail {
	grid-area: mail;
	justify-self: left;
}
.contact-phoneimage {
	grid-area: phoneimage;
}
.contact-phone {
	grid-area: phone;
	justify-self: left;
}
.toll-free {
	grid-area: toll;
}
.contact-mail, .contact-phone {
	text-decoration: none;
	color: white;
	font: normal normal normal 24px/50px Source Sans Pro !important;
}
.contact-mail:hover, .contact-phone:hover {
	color: #FF5F1F;
}
.wpcf7-form-control-wrap.your-email, .wpcf7-form-control-wrap.your-companywebsite, .wpcf7-form-control-wrap.tel-69 {
	width: 100%;
}
.hrblizz-contact-sec3 h2 {
	text-align: center;
	font: normal normal 900 48px/50px Source Sans Pro !important;
	letter-spacing: 0px;
	color: #FFFFFF;
	margin:0 auto;
}
@media only screen and (max-width: 1100px) {
	.hrblizz-contact-sec3 {
		padding-top: 10rem;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.contact-section1-grid {    
	grid-template-columns: auto 420px;
		padding-inline: 1rem;
	}
	.hrblizz-contact-sec1 {
		padding-top: 5rem;
	}
	.section1-contact-form {
		padding: 1rem;
	}
	.hrblizz-radio-buttons-grid {
		grid-template-columns: 1fr 5fr;
	}
	.hrblizz-contact-sec3 {
		padding-top: 10rem;
	}
	.hrblizz-sec6 {
		padding-top: 5rem !important;
	}
}
@media only screen and (max-width: 767px) {
	.hrblizz-contact-sec1 {
		padding-top: 5rem;
	}
	.contact-section1-grid {
		padding-inline: 1rem;
	}
	.section1-contact-form {
		padding: 1rem;
	}
	.contact-section1-grid {
		grid-template-columns: 1fr;
	}
	.section1-contact img {
		margin-top: 0px;
	}
	.wpcf7-list-item {
		margin: 0px;
	}
	.hrblizz-radio-buttons-grid {
		grid-template-columns: 1fr;
		grid-row-gap: 10px;
		padding-bottom: 20px;
	}
	.form-grid {
		grid-template-columns: 1fr;
		grid-row-gap: 15px;
	}
	.wpcf7-form-control-wrap.your-name, .wpcf7-form-control-wrap.your-lname {
		width: 100%;
	}
	.hrblizz-contact-sec3 {
		padding-top: 12rem !important;
	}
	.hrblizz-contact-sec3 h2 {
		font-size: 32px !important;
		line-height: 42px !important;
	}
	.hrblizz-tollfree-section {
	  grid-column-gap: 3%;
      padding-inline: 5%;	
	}
	.hrblizz-sec6 {
		padding-top: 5rem !important;
	}
}
.contact-mail, .contact-phone {
	font: normal normal normal 20px/36px Source Sans Pro !important;
}
.hrblizz-sec14 {
	padding-top: 3rem;
}
.hrblizz-contact-sec4 {
	padding-top: 4rem;
	padding-bottom: 2rem;
}
.hrblizz-contact-sec4 h2 {
	text-align: center;
	font: normal normal 900 100px/80px Source Sans Pro;
	color: #D9D9D9 !important;
}
.hrblizz-contact-sec4 h3 {
	text-align: center;
	font: normal normal 900 48px/60px Source Sans Pro;
	color: #001738;	
	margin: 0 auto;
	max-width: 510px;
	margin-top: -30px;
	padding-inline: 0.5rem;
}
@media only screen and (max-width: 767px) {
	.hrblizz-contact-sec4 {
		padding-top: 4rem;
		padding-bottom: 0rem;
	}
	.hrblizz-contact-sec4 h2 {
		font-size: 50px !important;
		line-height: 58px !important;
	}	
	.hrblizz-contact-sec4 h3 {
		font-size: 32px !important;
		line-height: 42px !important;
	}	
}
.hrblizz-contact-sec4 img {
	text-align: center;
	margin: 0 auto;
	max-width: 1362px;
	width: 100%;
	display: block;
}
/* code restructure and new code ENDS */

.hrblizz-contact-email
{
	font: normal normal normal 24px/50px Source Sans Pro !important;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
	margin:0 auto;
	text-align: center;
	max-width: 700px;
    width: 100%;
    margin-left: 27.5%;
	
}

.hrblizz-contact-email a
{
	text-decoration:none;
	color: #FFFFFF;
}

.hrblizz-contact-email img
{
	margin:1rem;
}

.hrblizz-contact-phone-number img
{
	margin:1rem;
}

.toll-free {
	background: #F8CA23 0% 0% no-repeat padding-box;
	border-radius: 4px;
	font: normal normal normal 14px/15px Source Sans Pro;
	letter-spacing: 0px;
	width:74px;
	height:24px;
	padding:0.3rem;
	color: #001738;
	text-align: center;
}


.hrblizz-contact-phone-number
{
	text-align: left;
font: normal normal normal 24px/50px Source Sans Pro !important;
letter-spacing: 0px;
color: #FFFFFF;
	text-align: center;
opacity: 1;
	margin:0 auto;
}

#wpcf7-f523-o1 input[type=submit] {
	background: #FF5F1F 0% 0% no-repeat padding-box;
border-radius: 25px;
opacity: 1;
	text-align: center;
font: normal normal normal 16px/20px Source Sans Pro;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
	    width: 188px;
    height: 48px;
	 display: block;
   margin: 0 auto;
	max-width: 120px;
	margin-top: 2rem;
}

#wpcf7-f523-o1 .wpcf7-form-control-wrap.your-email input
{
	border: 1px solid #657387 !important;
border-radius: 4px;
opacity: 1;
	width: 100%;
}


#wpcf7-f523-o1 #companywebsite, #wpcf7-f523-o1 #phonenumber
{
	width:100%;
	border-radius: 4px;
	border: 1px solid #657387 !important;
opacity: 1;
}

.contact-page
{
	background: #F8F8F8 0% 0% no-repeat padding-box;
opacity: 1;
}

.wpcf7 form .wpcf7-response-output
{
	font: normal normal bold 18px/23px Source Sans Pro !important;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
	background: #001738 0% 0% no-repeat padding-box;
box-shadow: 0px 6px 16px #00000029;
border-radius: 8px;
opacity: 1;
}

@media only screen and (max-width: 768px){
	.section1-contact h2
	{
		font-size:32px !important;
		line-height: 42px !important;
	}
}

#wpcf7-f523-o1 input[type=submit]:hover{
	background: #E5541B;
}

.hrblizz-contact-email a:hover{
	color:#FF5F1F;
}

.hrblizz-contact-phone-number
{
	display: grid;
    grid-template-columns: 1fr 1fr;
	max-width:700px;
	width:100%;
	margin-left: 36%;
}

.hrblizz-contact-phone-number a
{
	color:#fff;
	text-decoration:none;
}

.hrblizz-contact-phone-number a:hover{
	color:#FF5F1F !important;
}


@media only screen and (max-width: 560px){
   .hrblizz-contact-email
	{
		font-size: 18px !important;
	}
	.hrblizz-contact-phone-number
	{
		font-size: 18px !important;
	}
}

h3.contact-form-heading
{
	text-align: left;
font: normal normal 900 28px/36px Source Sans Pro;
letter-spacing: 0px;
color: #001738;
opacity: 1;
	padding-bottom:0.7rem;
}

#wpcf7-f523-o1 select {

  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #000 50%),
    linear-gradient(135deg, #000 50%, transparent 50%),
    linear-gradient(to right,#F4F6F8, #F4F6F8);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}


#wpcf7-f523-o1 select:focus {
  background-image:
    linear-gradient(45deg, #E5541B 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #E5541B 50%),
    linear-gradient(to right, #FEE5DB, #FEE5DB);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}

#wpcf7-f523-o1 #country option
{
   font: normal normal normal 14px/18px Source Sans Pro;
letter-spacing: 0px;
color: #001738;
}

#wpcf7-f523-o1 #country option:focus
{
	background: #F4F6F8 0% 0% no-repeat padding-box;

}

#wpcf7-f523-o1
{
	padding-top:0px !important;
}
@media only screen and (min-width: 567px) {
.hrblizz-contact-sec4 img {
	margin-top: -50px !important;
}
}

.wpcf7-form-control-wrap
{
	    margin-bottom: 1rem;
}

span[data-name="radio-749"] {
	margin-bottom: 0;
}

span[data-name="radio-749"] input {
	margin-right:5px;
}

input[type="email"] {
	width: 100%;
}

#wpcf7-f456-o2 input[type="email"] {
	border: none;
	line-height: 80px;
}

#wpcf7-f456-o2 span[data-name="your-email"] {
	margin-top: 0;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	padding-left: 20px;
	padding-right: 20px;
}

#wpcf7-f456-o2 span[data-name="your-email"] input:focus {
	outline: none!important;
}