.wrapper, body, html {height: auto}

body, p {
	/* font-family: 'Domine', Arial, Helvetica, sans-serif; */
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: #2B2B2B;
	font-size: 18px;
	line-height: 1.7;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'IBM Plex Sans', Arial, Helvetica, sans-serif;
	color: #00AEEC;
	font-weight: bold;
	line-height: 1.2;
}
h1 {
	text-transform: uppercase;
	font-size: 62px;
}
h2 {
	font-size: 32px;
	text-transform: uppercase;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}

p {
	margin-bottom: 25px;
}


.button {
	position: relative;
	display: inline-block;
	background: #F1592A;
	border:0;
	color: #FFF;
	text-align: center;
	font:bold 22px/1 'IBM Plex Sans', Arial, Helvetica, sans-serif;
	border-radius: 5px;
	padding: 20px 30px;
	line-height: 1 !important;
	min-width: 270px;
	margin: 0;
	letter-spacing: normal;
	z-index:1;
	overflow:hidden;
}
.button:hover,
.button:focus {
	background: #00AEEC;
}

@media(max-width:1280px) {
	.button {font-size: 18px;}
}


ul.check-list {
	display: block;
	margin: 0;
	padding: 0;
}
ul.check-list li {
	position: relative;
	width: auto;
	margin: 0;
	padding: 0 0 25px 32px;
	color: #000;
	line-height: 1.5;
}
ul.check-list li:before {
	background: url(../img/icn-check-circle.svg) no-repeat center;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 5px;
	margin: 0;
}

/* GFORM overrides */
.gform_wrapper input[type="email"], 
.gform_wrapper input[type="number"], 
.gform_wrapper input[type="password"], 
.gform_wrapper input[type="tel"], 
.gform_wrapper input[type="text"], 
.gform_wrapper select, 
.gform_wrapper textarea {
	border-radius: 5px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	width: 100% !important;
}
.gform_wrapper select {
	padding-right: 30px !important;
}

.gform_wrapper .gfield_validation_message, 
.gform_wrapper .validation_message {
	padding: 3px 5px !important;
	font-size: 12px !important;
	margin: 3px 0 0;
}
.gform_required_legend {
	display: none !important;
}
.gform_wrapper .gfield {
	background: none;
	padding: 0 !important;
}
.gform_wrapper .ginput_container {
	margin-top: 0 !important;
}
h2.gform_submission_error {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
.gform_wrapper div.validation_error {
	display: none !important;
}
.gform_wrapper .validation_message {
	color: red !important;
	margin-top: -10px;
}

/* forminator */
.forminator-field {}
.forminator-field input[type="email"], 
.forminator-field input[type="number"], 
.forminator-field input[type="password"], 
.forminator-field input[type="tel"], 
.forminator-field input[type="text"], 
.forminator-field select, 
.forminator-field textarea {
	height: 50px !important;
	border-radius: 6px !important;
	padding: 10px 15px !important;
}
.forminator-field textarea {
	height:auto
}
.forminator-label {
  font-size: 16px !important;
  font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
  font-weight: normal !important;
  line-height: 1 !important;
	margin-bottom: 5px !important
}

/* Slick overrides  */
.slick-slider .slick-arrow {
	width: 45px;
	height: 45px;
	cursor: pointer;
}
.slick-slider .slick-arrow:before {
	display: none;
}
.slick-slider .slick-prev {
	background: url(../img/icn-arrow-prev-circle.svg) no-repeat center;
}
.slick-slider .slick-next {
	background: url(../img/icn-arrow-next-circle.svg) no-repeat center;
}


/* foundation overrides */
.text-primary {
	color: #00AEEC;
}
.text-secondary {
	color: #F1592A;
}
.font-light {
	font-weight: 300;
}

.grid-container {
	padding-left: 20px;
	padding-right: 20px;
}


.transform-none {
	text-transform: none;
}

figure.iconleft {
	display: inline-flex;
	gap: 10px 20px;
	margin:0 0 20px;
	justify-content: center;
	flex-flow: wrap;
}
figure.iconleft img {
	max-width: 90px;
}
figure.iconleft figcaption {
	align-self: center;
	margin: 0;
	color: #2B2B2B;
	font:bold 32px 'IBM Plex Sans', Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
@media (max-width:1023px) {
	figure.iconleft img {
		max-width: 60px;
	}
	figure.iconleft figcaption {
		font-size: 24px;
	}
}

.btnphone {
	display: inline-flex;
	align-items: center;
	font-size: 24px;
	font-weight: bold;
	color: #00AEEC;
}
.btnphone img {
	margin-right:10px;
}


#header {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	padding: 15px  30px;
	z-index: 9998;
	transition: all 0.5s ease;
	background: #0A1327 !important;
	box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.25);
}
#header + * {
	margin-top: 120px;
}

#header .navbar {
	padding: 0;
	min-height: 60px;
	height: auto;
}

#header .header-logo {
	padding-left: 20px;
}
#header .header-logo a,
#header .header-logo span {
	display: inline-block;
	position: relative;
}
#header .header-logo img {
	width: 164px;
	transition: all 0.5s ease;
}
#header .header-phone {
	font:bold 22px 'Roboto', Arial, Helvetica, sans-serif;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #00AEEC;
	margin-top: 10px ;
}

#header-nav {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	margin: 0 0 0 100px;
}
#header-nav ul {
	justify-content: right;
}
#header-nav a {
	color: #ffff;
	font-size: 20px;
}
#header-nav a:hover {
	color: #F2EC3A;
}
#header-nav .phn a {
	color: #00AEEC;
	font-size: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
}
#header-nav .cta {
	padding: 0 25px;
}
#header-nav .cta a {
	display: inline-block;
	vertical-align: top;
	background: #F1592A;
	border:0;
	color: #FFF;
	text-align: center;
	font:bold 22px 'Roboto', Arial, Helvetica, sans-serif;
	padding: 20px 45px;
	line-height: 1;
	border-radius: 5px;
	position:relative;
	z-index:1;
	overflow:hidden;
}
#header-nav .cta a:hover {
	background: #00AEEC;
}


#header .hasfin #header-nav {
	margin-top: 40px;
}
#header .navbar .fin {
	position: absolute;
  right: 45px;
  top: 10px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
}


@media(max-width:1280px) {
	#header .header-logo {padding-left: 0;}
	#header-nav {margin: 0 0 0 40px;}
	#header-nav a {font-size: 16px}
	#header-nav  .cta a {font-size: 18px;}
}
@media(max-width:1023px) {
	#header {padding: 15px !important;}

	#header .header-nav-toggler span,
	#header .header-nav-toggler:hover span {border-color: #F1592A}

	#header #header-nav-mobile {top: 90px !important;height: calc(100% - 90px);}

	#header .navbar .fin {
	  position: static;
	  font-size: 20px;
	  letter-spacing: 1px;
	  text-align: center;
	  display: block;
	  margin: 15px -30px -15px;
	  background: #F1592A;
	}
}

@media(max-width:767px) {
	#header .header-logo img {
		width: 130px;
	}
}


#banner {
	background-image: url(../img/bg-hero.jpg);
	padding: 70px 0 50px;
}
#banner:before {
	opacity: 0.8;
	background: linear-gradient(78deg, rgba(10, 19, 39, 0.83) 0%, rgba(10, 19, 39, 0.83) 100.29%);
}

#banner .text-wrap {
	max-width: 1050px;
	margin-bottom: 0;
	color: #fff;
	text-align: center;
}
#banner .text_title {
	line-height: 1.2;
	max-width: 750px;
  	margin: 0 auto 30px;
	color:#00AEEC;
	border-bottom: 6px solid;
	display: inline-block;
	max-width: 590px;
}
#banner .text_sub {
	font-size: 34px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 50px;
	line-height: 1.4;
}
#banner .text_sub.text-primary {
	color:#00AEEC;
}
#banner h6.text_sub {
	text-transform: none;
	margin-bottom: 10px;
}
#banner .text_xsub {
	color: #fff;
	font-size: 32px;
	line-height: 1.5;
	text-transform: uppercase;
	margin-bottom: 40px;
}
#banner .logo_wrap {
	display: flex;
	justify-content: center;
	gap: 40px;
}

#banner .buttons {
	display: flex;
	align-items: center;
	gap: 30px;
}
#banner .buttons .phn {
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	display: inline-flex;
	gap: 10px;
}

#banner .book-now-form {
	width: 536px;
	max-width: 100%;
	margin: 0 auto;
	border-radius: 10px;
	background: #0A1327;
	box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.25);
}
.book-now-form .form_head {
	background: #F1592A;
	color: #fff;
	font-size: 26px;
	padding:30px 15px;
	margin: 0;
	text-align: center;
	border-radius: 10px 10px 0 0;
}
.book-now-form .gform_wrapper {
	padding:40px 60px 60px;
	margin: 0;
}
.book-now-form .gfield label,
.book-now-form .forminator-label {
	color: #fff !important;
	font-size: 16px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: normal !important;
	line-height: 1.2;
	display: inline-block;
	padding-bottom: 0;
}
.book-now-form .gform_footer {
	text-align: center;
	justify-content: center;
	padding-top: 20px !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
}
.book-now-form  .forminator-row-last {
	text-align:center
}
#banner ul.badge_list  {
	display: block;
	padding: 0;
	max-width: 520px;
	margin: 0 auto 20px;
	text-align: left;
}
#banner ul.badge_list li {
	font:600 26px 'IBM Plex Sans', Arial, Helvetica, sans-serif;
	position: relative;
	list-style: none;
	padding: 3px 0 15px 38px;
}
#banner ul.badge_list li:before {
	content: "";
	background: url(../img/icn-badge-check.svg) no-repeat center;
	width: 28px;
	height: 28px;
	position: absolute;
	left: 0;
	top: 6px;
	margin: 0;
}
#banner ul.badge_list .text-large {
	font-size: 32px;
	font-weight: bold;
}
#banner ul.badge_list .text-large:before {
	top: 11px;
}


@media(max-width:1280px) {
	#banner .text_title {font-size: 48px; max-width: 480px;}
	#banner .text_sub {font-size: 30px;}
	#banner h6.text_sub {font-size: 24px;}
	#banner .text_xsub {font-size: 24px;}
	#banner .text_xsub br {display: none;}
	.book-now-form .gform_wrapper {padding: 20px 30px; }
	#banner .buttons .phn {font-size: 24px;}
}

@media(max-width:1023px) {
	#banner .text-wrap {padding: 0px 0 40px; text-align: center;}
	#banner .buttons {justify-content: center;	flex-flow: wrap;}

}
@media(max-width:640px) {
	#banner {padding: 60px 0;}
	#banner .text_title {font-size: 38px;max-width: 400px; }
	#banner .text_sub {font-size: 26px;}
	#banner .text_xsub {font-size: 18px;}
	#banner .licensed {font-size: 16px;}

	.book-now-form .gform_wrapper {padding:30px 20px;}
	#banner .text-wrap h4 br {display: none;}

	#banner ul.badge_list .text-large {font-size: 28px;}
	#banner ul.badge_list li {font-size: 22px}
}

.sec-providers {
	background: #fff;
	position: relative;
	padding: 50px 0;
	text-align: center;
}
.sec-providers hr.small {
  width: 65px;
  border-width: 4px;
  border-color: #F1592A;
  margin-top: 50px;
  margin-bottom: 50px;
}
.providers_logos {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 30px;
}
.providers_logos li {
	list-style: none;
}
.providers_logos img {
	background: #fff;
	padding: 0 10px;
	margin: 0 auto;
	mix-blend-mode: multiply;
  	filter: contrast(1);
}
.providers_logos.slick-slider {
	padding-left: 50px;
	padding-right: 50px;
}

@media (max-width:639px) {
	.sec-providers h2 {
		font-size: 26px;
	}
}


.sec-trusted {
	background: #F1F3F3;
	position: relative;
	padding: 50px 0;
	text-align: center;
}
.sec-trusted hr.small {
  width: 65px;
  border-width: 4px;
  border-color: #F1592A;
  margin-top: 50px;
  margin-bottom: 50px;
}
.trusted_logos {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 30px;
}
.trusted_logos li {
	list-style: none;
}
.trusted_logos img {
	mix-blend-mode: multiply;
  	filter: contrast(1);
}
@media(max-width:767px) {
	.trusted_logos {flex-flow: wrap;justify-content: center;}
	.trusted_logos img {max-height: 80px;}
}



.sec-intro {
	position: relative;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0.28%, #E4E4E4 99.44%);
	padding: 75px 0;
	text-align: center;
}
.sec-intro h2 {
	font-weight: bold;
	font-size: 32px;
	line-height: 1.2;
	color: #00AEEC;
	margin:0 0 20px;
}
.sec-intro hr {
	border-color: #BEBEBE;
	opacity: .4;
	max-width: 100%;
	margin-bottom: 30px;
}
.sec-intro .intro_text {
	max-width: 800px;
	margin:0 auto;
	padding-top: 15px;
}
.sec-intro .intro_text h3 {
	font-size: 34px;
}
.intro_item {
	position: relative;
	margin-bottom: 35px;
}
.intro_item figure {
	margin: 0 0 15px;
	filter: drop-shadow(0px 6px 18px rgba(0, 0, 0, 0.20));
	min-height: 222px;
}
.intro_item figure img {
	width: 100%;
	min-height: 215px;
}
.intro_item h3 {
	color: #0A1327;
}

@media (max-width:1023px) {
	.sec-intro h2 {font-size: 26px;}
	.sec-intro .intro_text h3 {font-size: 26px;}
} 


.sec-whyasap {
	position: relative;
	padding: 90px 0;
}
.sec-whyasap h2 {
	margin-bottom: 30px;
}
.sec-whyasap .copy {
	padding-right: 30px;
}
ul.whyasap_list {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
ul.whyasap_list li {
	list-style: none;
}
ul.whyasap_list h3 {
	font-size: 26px;
	color: #00AEEC;
	line-height: 1.2;
	margin-bottom: 0;
}
ul.whyasap_list p {
	line-height: 1.6;
}

@media (max-width:1440px) {
	.sec-whyasap .copy {
		padding-right: 0;
	}
} 
@media (max-width:1023px) {

	ul.whyasap_list {
		max-width: 600px;
		margin:20px auto 0;
		text-align: center;
	}

}



.sec-whyuse {
	position: relative;
	padding: 90px 0;
}
.sec-whyuse p {
	font-size: 20px;
}
.sec-whyuse .copy {
	padding-right: 30px;
}

@media (max-width:1440px) {
	.sec-whyuse .copy {
		padding-right: 0;
	}
} 
@media (max-width:640px) {
	
	.sec-whyuse p {
		font-size: 18px;
	}

} 


.sec-steps {
	background: #00AEEC;
	color: #fff;
	position: relative;
	padding: 70px 0 90px;
}
.sec-steps h2 {
	text-align: center;
	color: #fff;
}
.steps_list > .cell {
	background: #FFF;
	box-shadow: 44px 0px 64px 0px rgba(0, 0, 0, 0.17);
	position: relative;
	padding: 20px;
	min-height: 360px;
}
.steps_list > .cell:nth-child(1) {
	z-index: 3;
}
.steps_list > .cell:nth-child(2) {
	z-index: 2;
}
.steps_list > .cell:nth-child(3) {
	z-index: 1;
}
.step_item .step_label {
	display: inline-flex;
	border-radius: 20px;
	background: #FF6100;
	color: #fff;
	padding: 12px 15px;
	font-size: 14px;
	font-weight: 800;
	align-items: center;
}
.step_item .step_label:after {
	content: "";
	border-top: 3px solid;
	border-right: 3px solid;
	display: inline-block;
	width: 9px;
	height: 9px;
	transform: rotate(45deg);
	margin-left: 2px;
}
.step_item h4 {
	font-size: 20px;
	font-weight: normal;
	color: #2B2B2B;
	text-align: center;
}
.step_item figure {
	width: 165px;
	height: 165px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 20px;
}
.step_item figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.sec-services {
	background: #F1F3F3;
	position: relative;
	text-align: center;
	padding: 60px 0 80px;
}
.sec-services h2 {
	font-size: 32px;
	color: #00AEEC;
	margin-bottom: 30px;
}
.sec-services .grid-container {
	max-width: 1150px;
}
.service_list .service_item {
	padding-top: 25px;
	padding-bottom: 25px;
}
.service_list .service_item h3 {
	font-size: 26px;
	color: #00AEEC;
	line-height: 1.2;
}
.service_list .service_item figure {
	margin-bottom: 25px;
}
.service_list .service_item article {
	padding: 0;
	margin: 0 auto;
	max-width: 430px;
}
.service_list .service_item h3 {
	margin-bottom: 15px;
}




.sec-ctabox {
	position: relative;
	padding: 95px 0;
	background: url(../img/bg-cta.jpg) no-repeat center / cover;
	text-align: center;
	z-index: 1;
	color: #fff;
}
.sec-ctabox:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.79;
	background: #0A1327;
}
.sec-ctabox h2 {
	margin-top: 20px;
	font-size: 62px;
} 
.sec-ctabox .text-large {
	font-size: 34px;
	color: #fff;
}
@media (max-width:1280px) {
	.sec-ctabox h2 {font-size: 48px;}
	.sec-ctabox .text-large {font-size: 32px;}
}

@media (max-width:639px) {
	.sec-ctabox h2 {font-size: 42px;}
	.sec-ctabox .text-large {font-size: 24px;}
}


.sec-reviews {
	position: relative;
}
.sec-reviews .review-wrap {
	padding: 60px 0;
	background: #fff;
}
.sec-reviews .review-wrap h2 {
	font-size: 32px;
	line-height: 1.2;
	color: #00AEEC;
}
.sec-reviews .review-inner-wrap {
	margin-bottom: 0 !important;
}
.sec-reviews .romw-list {
	max-height: none !important;
}
.sec-reviews .slick-slider {
  padding-left: 45px;
  padding-right: 45px;
}
.sec-reviews .romw {
	padding: 0 17px;
	margin-bottom: 0;
}
.sec-reviews .romw > * {
	text-align: center;
}
.sec-reviews .romw-author {
	color: #00AEEC !important;
	text-align: center;
	/* font:bold 20px 'Domine', Arial, Helvetica, sans-serif; */
	font-size: 20px;
	font-weight: bold;
}
.sec-reviews .romw-text {
	font:18px/1.4 'Domine', Arial, Helvetica, sans-serif;
	color: #2B2B2B;
}
.romw .romw-author-stars span {
	display: block;
	padding: 5px;
	text-transform: uppercase;
}
.sec-reviews  .romw-stars img {
	margin: 0 auto;
}
.sec-reviews .romw-author small {
	color: #333;
}

.sec-reviews .romw-logo {
	display: inline-block !important;
}

@media (min-width:1024px) {
	.romw-list .romw-text.line-clamp {position:relative; display: -webkit-box;-webkit-line-clamp: 6;-webkit-box-orient: vertical;overflow: hidden;margin-bottom: 20px;cursor: pointer;}
	.romw-list .romw-text.line-clamp:after {content:"show more";position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);padding: 10px 15px;background: #00AEEC;line-height: 1;font-size: 13px;text-transform: uppercase;color: #fff;opacity: 0;}
	.romw-list .romw-text.line-clamp:hover {color:#888;}
	.romw-list .romw-text.line-clamp:hover:after {opacity: 1;}
	.romw-list .romw-text.line-clamp.showmore {display: block;}
	.romw-list .romw-text.line-clamp.showmore:after {content:"show less";}
}
@media (max-width:767px) {
	.sec-reviews .review-wrap h2 {font-size: 28px;}
}
@media (max-width:767px) {
	.sec-reviews .slick-slider {
		margin-left: -15px;
		margin-right: -15px;
	}
	.romw-pics a {width: 90px;}
	.sec-reviews .romw {padding: 0;}
	.sec-reviews .romw-text {font-size: 16px; }

	.sec-reviews .romw-list .slick-arrow {background-size: 100%;width:35px;height: 35px;}
}



.bg-grey {
	background: #F1F3F3;
}
.imgleft-overflow {
	margin-left: calc((-100vw - -1400px) / 2);
	max-height: 1000px;
	overflow: hidden;
}
.imgright-overflow {
	margin-right: calc((-100vw - -1400px) / 2);
	max-height: 1000px;
	overflow: hidden;
}
.imgleft-overflow img,
.imgright-overflow img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
@media (max-width:1440px) {
	.imgleft-overflow {
		margin-left: 0;
	}
	.imgright-overflow {
		margin-right: 0;
	}
}



.sec-whytcs {
	position: relative;
	padding: 0 0 10px;
}
.sec-whytcs .whytcs_item {
	margin-top: 60px;
	margin-bottom: 60px;
}
.whytcs_item figure {
	margin-bottom: 15px;
}
.whytcs_item figure img {
	width: 100%;
}
@media (max-width:1023px) {
	.sec-whytcs .whytcs_item {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}



.sec-expect {
	position: relative;
	padding: 50px 0;
}
@media (max-width:639px) {
	.sec-expect {padding-top: 10px;}
}


.sec-offer {
	background: #fff !important;
	padding: 50px 0;
}
.sec-offer * {
	color: #000;
}
.sec-offer h2 {
	font-size: 32px;
	line-height: 1.2;
	color: #F1592A;
}
.sec-offer .img-left, 
.sec-offer .img-right {
	max-height: none;
}

@media (max-width:767px) {
	.sec-offer {padding-top: 30px;padding-bottom: 30px;}
	.sec-offer h2 {font-size: 28px;}
}


#footer {
	background-image: url(../img/bg-footer.jpg);
	padding:0;
}
#footer:before {
	background: rgba(10, 19, 39, .8);
}

#footer .foot-top {
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 80px 0;
}

#footer .footlogo {
	display: inline-block;
	margin-bottom: 25px;
}
#footer .get_intouch {
	padding: 30px 0;
	color: #fff;
}
#footer .get_intouch h2 {
	color: #00AEEC;
	font-size: 52px;
	margin-bottom: 30px;
}
#footer .get_intouch h4 {
	font-size: 32px;
	font-weight: 800;
	color: #00AEEC;
}
#footer .licensed {
	color: #fff;
	text-transform: uppercase;
}
#footer .btngroup {
	display: inline-flex;
	gap: 30px;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

#footer .logo_wrap {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin-top: 50px;
}
#footer .foot-form {
	background: #0A1327;
	width: 515px;
	max-width: 100%;
	margin: 0 auto;
	border-radius: 10px;
	box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.25);
}
#footer .foot-form h3 {
	background: #F1592A;
	font-size: 26px;
	color: #fff;
	text-align: center;
	border-radius: 10px 10px 0 0;
	padding: 25px;
	margin: 0;
}
#footer .foot-form .gform_wrapper {
	padding: 40px 60px;
	text-align: left;
	margin-top: 0;
}

#footer .foot-form .gfield {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-bottom: 10px;
}
#footer .gfield textarea.medium {
	height: 152px;
}
#footer .foot-form .gfield label,
#footer .forminator-label {
	color: #fff !important;
	font-size: 16px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif  !important;
	font-weight: normal !important;
	line-height: 1.2;
	text-align: left;
	margin: 0 0 5px;
}
#footer .foot-form  .gform_footer {
	display: block;
	text-align: center;
	padding: 10px 0;
	margin-top: 0 !important;
}
#footer .foot-form .forminator-row-last {
	text-align:center
}

#footer .foot-bot {
	background: #00AEEC;
	padding: 25px 0;
	color: #fff;
	text-align: center;
	font-size: 18px;
}
#footer .foot-bot p {
	margin: 0;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}
#footer .foot-bot p span {
	color: #00AEEC;
}

@media (max-width:1023px) {
	#footer .get_intouch h2 {font-size: 36px;}
	#footer .get_intouch h4 {font-size: 26px;}

	#footer .logo_wrap {margin: 20px 0 50px;}

	#footer .gform_fields {columns: 1;column-gap: 0;}
	#footer .gform_footer .button {margin-top: 0;width: 100%;}
	#footer .ginput_container_textarea {min-height: auto;}

	.foot-address address {font-size: 18px;}

}

@media (max-width:639px) {
	#footer .foot-top {padding: 30px 0 60px;}
	#footer .get_intouch h2 {font-size: 32px;}
	#footer .gform_wrapper {padding:30px 20px;}
	
	#footer .foot-form .gform_wrapper {padding: 30px 25px;}
}