.google-map-form {
    padding: 0px 0 60px 0;
}
.google-map-form iframe {
	width: 100%;
	height: 290px;
}

.contact-form input {
    width: 100%;
}
.contact-form {
    max-width: 932px;
    margin: 0px auto;
}
.contact-form .heading{
    font-size: 17px;
    font-weight: 300;
    font-family: 'Gill Sans';
    margin-bottom: 20px;
}
.form-input input {
    margin-bottom: 15px;
    padding: 14px 10px;
    font-size: 17px;
    border-radius: 4px;
    border: none;
    background-color: #f1f1f1;
    font-family: 'Gill Sans';
    font-weight: 300;
}
.form-input input::placeholder{
    font-size: 17px;
    font-family: 'Gill Sans';
    font-weight: 300;
}
.form-input textarea{
    background-color: #f1f1f1;
    border: none;
    resize: none;
    padding: 14px 10px;
    font-size: 17px;
    border-radius: 4px;
    margin-bottom: 15px;
    font-family: 'Gill Sans';
    font-weight: 300;
    width: 100%;
}
.form-input textarea::placeholder{
    font-family: 'Gill Sans';
    font-weight: 300;
    width: 100%;
}

.btn--large,
.submit-button .wpcf7-submit{
    width: 327px;
    background-color: transparent;
    border: none;
    border: 1px solid #0099cc;
    border-radius: 4px;
    padding: 16px 11px;
    color: #0099cc;
    font-size: 20px;
    font-family: 'Gill Sans';
    font-weight: 400;
    width: 100%;
    cursor: pointer;
	transition: 0.3s ease;
}

.btn--large {
    text-align: center;
}

.submit-button .wpcf7-spinner{
	display: block;
	margin: 10px auto;
}
.btn--large:hover,
.submit-button .wpcf7-submit:hover,.download-button a:hover{
	color: #fff;
    background: #0099cc;
}
.anchor-info {
    float: right;
}

/* contact-form-end */

/* career page */

.career-form .heading{
    margin-bottom: 27px;
    /*font-size: 23px;*/
    font-size: 17px;
    font-weight: 300;
    font-family: 'Gill Sans';
}
.career-main-box .form-input input {
    margin-bottom: 15px;
    padding: 14px 10px;
    /*font-size: 20px;*/
    font-size: 17px;
    border-radius: 4px;
    border: none;
    background-color: #f1f1f1;
    font-family: 'Gill Sans';
    font-weight: 300;
    width: 100%;
}

.career-main-box .form-input input::placeholder {
    font-size: 17px;
}

.checkbox{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 20px;
}
.wpcf7-list-item{
    margin: 0 0 10px  0;
}
.interest-heading{
    margin-bottom: 10px;
    /*font-weight: 600;*/
    font-weight: 400;
}
/* The container */
.career-box .wpcf7-list-item label{
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-right: 15px;
	padding-top: 4px;
	color: #1d272f;
    font-weight: 300;
}
.career-box .wpcf7-list-item label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.career-box .wpcf7-list-item-label::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #e8e8e8;
	border: 1px solid #d2d2d2;
	border-radius: 6px;
}
.career-box .wpcf7-list-item label:hover input ~ .wpcf7-list-item-label::before{
	background-color: #ccc;
}
.career-box .wpcf7-list-item-label::after {
	content: "";
	position: absolute;
	display: none;
}
.career-box .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label::after {
	display: block;
}
.career-box .wpcf7-list-item label .wpcf7-list-item-label::after {
	left: 10px;
	top: 3px;
	width: 7px;
	height: 15px;
	border: solid var(--blue-dark-color);
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.career-box.career-field span.wpcf7-not-valid-tip {
	position: absolute;
	bottom: -55px;
}
.page-id-21 .inner-page-banner+.about-content-wrap .about-content .right-content {
    margin-bottom: 0;
}

.download-button a{
    background-color: transparent;
    border: none;
    border: 1px solid #0099cc;
    border-radius: 4px;
    padding: 16px 11px;
    color: #0099cc;
    font-size: 20px;
    font-family: 'Gill Sans';
    font-weight: 400;
    width: 100%;
    text-align: center;
    cursor: pointer;
	text-transform: uppercase;
	transition: 0.3s ease;
}
.error-404.not-found {
    padding-top: 180px;
	padding-bottom: 90px;
	text-align: center;
}
.error-404.not-found .heading-wrap {
    border-bottom: 0;
    padding-bottom: 0;
    width: 100%;
    justify-content: center;
    margin-bottom: 30px;
}
.searchform form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    flex-wrap: wrap;
}

.searchform {
    max-width: 100%;
    margin: 0px auto;
}

.searchform form label {
    width: 60%;
}
.searchform input.search-field {
    padding: 10px;
    min-width: 100%;
    font-size: 35px;
    border-radius: 4px;
    border: none;
    background-color: #f1f1f1;
    font-family: 'Gill Sans';
    font-weight: 300;
    width: 100%;
}
input.search-submit {
    width: 40%;
    background-color: transparent;
    border: none;
    border: 1px solid #0099cc;
    border-radius: 4px;
    padding: 16px 11px;
    color: #0099cc;
    font-size: 20px;
    font-family: 'Gill Sans';
    font-weight: 400;
    cursor: pointer;
    transition: 0.3s ease;
}


input.search-submit:hover {
    background: #0099cc;
    color: #fff;
}

.error-404.not-found .heading-wrap h2 {
    margin: 0px auto;
    max-width: 100%;
}

/* responsive-design */

@media all and (min-width: 768px){
	.google-map-form {
		padding: 30px 0 100px 0;
	}

	.contact-form .heading{
		margin-bottom: 27px;
	}
	.form-input input {
		/*margin-bottom: 33px;*/
		/*padding: 20px 10px 25px 30px;*/
	}
    .wpcf7-list-item {
        display: block;
    }
	.career-box .wpcf7-list-item label{
		margin-right:5px;
		padding-top: 2px;
	}
	.form-input input::placeholder{
			/*font-size: 25px;*/
		}
	.form-input textarea{
		margin-bottom: 33px;
		 height: 377px;
		 /*padding: 36px 16px 10px 30px;*/
	}
	.form-input textarea::placeholder{
		 /*font-size: 25px;*/
	}
    .btn--large,
	.submit-button .wpcf7-submit{
		padding: 21px 11px;
	}
	.career-main-box{
		display: flex;
		justify-content: space-between;
	}
		
	.career-main-box .form-input{
		/*margin-right: 21px;*/
	}

    .career-box.career-field {
        width: 52%;
        padding-right: 30px;
    }

    .checkbox{
        width: 48%;
        font-size: 17px;
	}
	.checkbox .career-box.interest-one{
		width: 200px;
	}
	.checkbox .career-box.interest-two{
		width: 155px;
	}
	.interest-heading{
	margin-bottom: 15px;
	}

	.download-button a{
		padding: 22px 11px;
	}
	.searchform {
		max-width: 45%;
		margin: 0px auto;
	}
}
@media (min-width: 1024px){
    
	.google-map-form iframe {
		height: 427px;
	}
	.contact-map-form{
		padding: 30px 0 100px 0;
	}

    .career-box.career-field {
        padding-right: 80px;
        width: 56%;
    }

	.checkbox {
        width: 44%;
        padding-left: 0;
        /*font-size: 23.82px;*/
        font-size: 18px;
    }
    .checkbox .career-box.interest-one {
        width: 318px;
    }
    .checkbox .career-box.interest-two {
        width: 222px;
    }
    .career-main-box .form-input{
        margin-right: 0;
    }
	.page-id-21 .site-main{
		padding-bottom: 80px;
	}
}

@media all and (min-width: 1200px){
    .career-box.career-field {
        width: calc(56% + 14px);
    }
    .checkbox {
        width: calc(44% - 14px);
    }

    .career-form .heading{
        font-size: 18px;
    }
    .career-main-box .form-input input {
        font-size: 18px;
    }

    .career-main-box .form-input input::placeholder {
        font-size: 18px;
    }
}

@media all and (min-width: 1400px){
    .career-main-box .form-input input {
        /*padding: 32px 32px 33px 20px;*/
        /*width: 632px;*/
        /*margin-bottom: 32px;*/
    }
    .checkbox{
        /*width: 570px;*/
    }
    .career-main-box .form-input input::placeholder{
        /*font-size: 32px;*/
    }
    .interest-heading {
        margin-bottom: 32px;
    }
}

@media all and (min-width: 1440px){
    .career-box.career-field {
        width: calc(57.2% + 14px);
    }

    .checkbox {
        width: calc(42.8% - 14px);
    }
}



@media all and (max-width: 600px){
	.form-checkbox .wpcf7-list-item {
		width: 100%;
	}
}