/*!
Theme Name: mayfair
Author: Empirical Edge, Inc.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mayfair
 */

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 65%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}
body,
button,
input,
select,
optgroup,
textarea {
	color: #000000;
	font-family: 'Barlow', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
p {
	margin-bottom: 12px;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
body {
  background: #fff;
  overflow-x: hidden;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul,
ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 1.5em 1.5em;
}
embed,
iframe,
object {
	max-width: 100%;
}
img {
	height: auto;
	max-width: 100%;
}
figure {
	margin: 1em 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
a {
	color: #768687;
	text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
}
p a{
	color: #000;
}
a:hover,
a:focus,
a:active {
	color: #DCAE00;
	text-decoration: none;
}
a:focus,
button:focus {
	outline: none;
}
a:hover,
a:active {
	outline: 0;
}
textarea {
	width: 100%;
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
.sticky {
	display: block;
}
.updated:not(.published) {
	display: none;
}
.page-content,
.entry-content,
.entry-summary {
	
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
.widget {
	margin: 0 0 1.5em;
}
.widget select {
	max-width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.custom-logo-link {
	display: inline-block;
}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
	display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}
.infinity-end.neverending .site-footer {
	display: block;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
#primary[tabindex="-1"]:focus {
	outline: 0;
}
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.p_module img {
  display: block;
}
.site-header {
  background: #000000;
}
.site-header::before {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    background: #dcae00;
}
.menu-toggle.navbar-toggler {
  display: none;
}
.site-footer img {
  display: block;
}
.site-header nav {
  width: 50%;
  padding-top: 0px;
}
#primary-menu {
  justify-content: end;
}
.menu.nav-menu {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navigation-left .menu.nav-menu li {
  margin-right: 65px;
}
.navigation-left .menu.nav-menu li:last-child {
  margin-right: 0;
}
.navigation-right .menu.nav-menu li {
  margin-left: 78px;
}
.navigation-right .menu.nav-menu li:first-child {
  margin-left: 0;
}
.site-header .menu.nav-menu li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header .menu.nav-menu > li.menu-item-has-children > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  display: inline-block;
  font-size: 12px;
  margin-left: 8px;
}
.site-header .menu.nav-menu > li > .sub-menu > li.menu-item-has-children > a:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  display: inline-block;
  font-size: 12px;
  margin-left: 8px;
  position: absolute;
  right: 8px;
  top: 8px;
}
.site-header .menu.nav-menu li.current-menu-item a,
.site-header .menu.nav-menu li.current-menu-ancestor a{
	color: #dcae00;
}
.site-header .menu.nav-menu > li .sub-menu li.current-menu-item > a{
  color: #dcae00;
}
.site-header .menu.nav-menu li a:hover{
  color: #dcae00;
}
.site-branding img {
  margin-top: -25px;
  margin-bottom: -20px;
  max-width: 174px;
  margin-left: -20px;
  position: relative;
	z-index: 2;
}
.site-header .container {
  max-width: 1500px;
}
.site-header nav.navigation-left {
  padding-left: 108px;
}
.navigation-right .menu.nav-menu li.header-apply-btn {
  margin-left: 36px;
}
.navigation-right .menu.nav-menu li.header-apply-btn a {
  height: 115px;
  background: #889b73;
  display: flex;
  width: 160px;
  align-items: center;
  justify-content: center;
  transition: none;
}
.navigation-right .menu.nav-menu li.header-apply-btn a:hover{
  background: #dcae00;
  color: #fff;
}
.site-header.header-fixed {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0px;
  padding: 0;
}
body.admin-bar .site-header.header-fixed{
  top: 32px;
}
.site-header.header-fixed.fixed-head-scrol{
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
  border: none;
  padding: 0;
}
.site-header.header-fixed.fixed-head-scrol::before{
  height: 15px;
}
#page.eanbled-fixed {
  padding-top: 135px;
}
.site-header.header-fixed.fixed-head-scrol .site-branding img {
  max-width: 115px;
}
.site-header.header-fixed.fixed-head-scrol .menu.nav-menu li.header-apply-btn a {
  height: 80px;
}
.site-header.header-fixed .site-branding img,
.site-header.header-fixed .main-navigation-new ul.nav-menu > li {
  transition: all .2s linear;
}
.loaderdiv {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(146, 171, 160,0.9);
}
.loader-spinner{
  border:4px solid #fff;
  border-radius:50%;
  border-top:4px solid #28313d;
  width:30px;
  height:30px;
  -webkit-animation:spin 1.2s linear infinite;
  animation:spin 1.2s linear infinite;
  position:absolute;
  left:50%;
  margin-left:-15px;
  top:50%;
  margin-top:-15px
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  white-space: nowrap;
  background: #dcae00;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 9999;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
}
.cd-top:hover,
.cd-top:focus{
  color: #fff;
  background-color: #010B13;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.footer-form {
  background: #010B13;
  padding: 50px 0;
}
.footer-form h3 {
	color: #fff;
  font-size: 43px;
  text-align: center;
  margin-bottom: 36px;
  font-weight: 500;
  font-family: 'Barlow', sans-serif;
}
.footer-form .gform_wrapper {
  padding: 30px 60px;
  background: #fff;
  border-radius: 8px;
}
.gform_wrapper.gravity-theme .gform_fields{
  grid-row-gap: 25px;
}
body .gform_wrapper.gravity-theme .gfield input, 
body .gform_wrapper.gravity-theme .gfield select {
  border-color: #666;
  height: 46px;
  padding: 10px 15px;
  color: #010B13;
  background: #fff;
  outline: none;
  border-width: 1px;
  font-family: 'Open Sans', sans-serif;
}
body .gform_wrapper.gravity-theme .gfield select{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(images/drop-down-icon.png) no-repeat calc(100% - 15px) center;
  background-size: 15px;
}
.gform_wrapper.gravity-theme .gfield.gfield_html {
  font-size: 15px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
}
.gform_wrapper.gravity-theme .gform_footer{
  justify-content: center;
  padding-bottom: 0;
}
.gform_wrapper.gravity-theme .gform_footer input {
  background: #889b73;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 27px;
  border: none;
  padding: 12px 30px;
  margin-top: 0px;
	margin-bottom: 0;
  line-height: normal;
}
.gform_wrapper.gravity-theme .gform_footer input:hover{
  background: #dcae00;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-full .ginput_recaptcha {
  display: table;
  margin: 0 auto;
}
.f_copy_right {
  background: #010B13;
  padding: 33px 0;
  color: #fff;
  font-size: 17px;
  border-bottom: 16px solid #dcae00;
}
.f_copy_right p {
  margin: 0;
}
.f_copy_right a {
  color: #fff;
}
.footer-miidle-block {
  padding: 40px 0 25px 0;
  background: #829c6d;
}
.footer-miidle-block h3 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: 'PT Sans', sans-serif;
}
.footer-miidle-block ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.footer-miidle-block ul li a {
  color: #fff;
}
.site-footer {
  font-family: 'Open Sans', sans-serif;
}
.footer-miidle-block ul li {
  font-size: 18px;
  margin-bottom: 5px;
}
.footer-miidle-block .container-fluid, 
.f_copy_right .container-fluid {
  max-width: 1500px;
}
.col-md-3.footer-logo-block img {
  max-width: 175px;
  margin-top: -15px;
}
.footer-address p {
  font-size: 15.5px;
  padding-right: 100px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}
.footer-contact-info a.btn-start {
  display: inline-block;
  background: #dcae00;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 19px;
  border: none;
  padding: 6px 14px 9px 14px;
  margin-bottom: 0;
  line-height: normal;
  font-family: 'Barlow', sans-serif;
}
.footer-contact-info a.btn-start::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  margin-left: 7px;
  margin-top: -3px;
}
.footer-contact-info a.btn-start:hover{
  background: #000;
}
.page-header-main {
  padding: 130px 0;
  background: url(images/page-title-bg-min.jpg) no-repeat center bottom;
  background-size: cover;
}
.page-header-title h1 {
  margin: 0;
  font-size: 51px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  border-bottom: 6px solid #fff;
  color: #fff;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}
body .gform_wrapper.gravity-theme .gfield_validation_message, 
body .gform_wrapper.gravity-theme .validation_message {
  padding: 0;
  border: none;
  background: none;
  font-size: 12px;
  margin-top: 3px;
}
body .gform_wrapper.gravity-theme .gfield--type-captcha .gfield_validation_message, 
body .gform_wrapper.gravity-theme .gfield--type-captcha .validation_message{
  text-align: center;
}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid="true"]{
	border-color: #c02b0a;
}
.footer-miidle-block ul li a:hover,
.f_copy_right a:hover{
  color: #dcae00;
}
.wrap_main {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.slides {
  position: relative;
}
.wrap1 {
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}
.c_slider_title {
  font-size: 44px;
  color: #fff;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 25px;
}
.c_slider_title b {
  font-size: 48px;
}
.c_slider_sub_title {
  font-size: 25px;
  color: #fff;
  line-height: normal;
  margin-bottom: 25px;
}
a.btn-light-green {
  display: inline-block;
  background: #889b73;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 26px;
  border: none;
  padding: 10px 18px;
  margin-bottom: 0;
  line-height: normal;
  font-family: 'Barlow', sans-serif;
}
a.btn-light-green::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  display: inline-block;
  font-size: 28px;
  vertical-align: middle;
  margin-left: 8px;
	margin-top: -6px;
}
a.btn-light-green:hover{
  background: #dcae00;
}
.c_slider_checklist {
  display: flex;
  height: 100%;
  align-items: start;
  padding-left: 70px;
  padding-top: 58px;
}
.c_slider_checklist ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c_slider_checklist ul li {
  color: #fff;
  font-size: 31px;
  padding-left: 68px;
  margin-bottom: 35px;
  line-height: normal;
  max-width: 430px;
  position: relative;
}
.c_slider_checklist ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 50px;
  width: 50px;
  background: url(images/list-style-icon.png) no-repeat center left;
  background-size: 45px;
}
.c_slider_checklist ul li:last-child {
  margin-bottom: 0;
}
.two-column-block {
  padding: 65px 0;
}
.two-column-block .container-fluid{
  max-width: 1280px;
}
.two_column_block_content {
  padding-right: 40px;
}
.two_column_block_content h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}
.call-out-block {
  padding: 30px 0;
}
.call-out-block .row {
  min-height: 270px;
  align-items: center;
}
.call-out-block .container-fluid {
  max-width: 1420px;
}
.call_out_block_content {
  padding-right: 50px;
  color: #fff;
  font-size: 24.7px;
  line-height: 32px;
}
.call_out_block_content p {
  margin-bottom: 15px;
}
.call_out_block_content p strong {
  font-weight: 600;
}
.steps-section {
  padding: 30px 0 75px 0;
}
.steps_section_title {
  font-size: 57px;
  line-height: normal;
  margin-bottom: 35px;
}
.steps_section_title b {
  padding: 0 7px;
  background: #889b73;
  display: inline-block;
  font-weight: 700;
  font-size: 70px;
  line-height: 70px;
  color: #fff;
}
.steps_section_steps_title {
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  border-bottom: 3px solid #889b73;
  display: inline-block;
}
.steps_section_steps_title span {
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 10px;
  background: #889b73;
  margin-right: 15px;
  color: #fff;
  min-width: 130px;
  display: inline-block;
}
.steps_section_steps_content {
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
}
.steps-group-row {
  margin-bottom: 26px;
}
a.btn-light-yellow {
  display: inline-block;
  background: #dcae00;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 31px;
  border: none;
  padding: 10px 18px;
  margin-bottom: 0;
  line-height: normal;
  font-family: 'Barlow', sans-serif;
}
a.btn-light-yellow::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  display: inline-block;
  font-size: 28px;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -6px;
}
a.btn-light-yellow:hover{
  background: #889b73;
}
.ultimate-guide-block {
  padding: 33px 0 157px 0;
}
.ultimate_guide_block_title {
  font-size: 57px;
  text-align: center;
  font-weight: 600;
}
.ultimate_guide_block_title b {
  font-weight: 700;
}
.ultimate_guide_block_content {
  font-size: 18px;
  line-height: 23px;
  margin-top: 18px;
  font-weight: 500;
}
.ultimate_guide_block_content p {
  margin-bottom: 28px;
}
.ultimate_guide_block_links {
  display: flex;
  width: 100%;
  gap: 15px;
  padding-top: 14px;
}
.ultimate_guide_block_links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.ultimate_guide_block_links ul li a {
  width: 100%;
  display: inline-block;
  padding: 28px 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background: url(images/btn-link-bg.png) repeat-x center center;
  background-size: auto 101%;
  font-size: 18px;
  transition: none;
}
.ultimate_guide_block_links ul li a:hover {
  background: #75855f;
}
.site-main.page-content {
  padding: 40px 0;
}
.site-header .menu.nav-menu > li {
  position: relative;
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header.header-fixed.fixed-head-scrol .menu.nav-menu > li{
  height: 80px;
}
.site-header .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  margin: 0;
  list-style: none;
  padding: 10px 0;
  background: #fff;
  white-space: nowrap;
  min-width: 200px;
  box-shadow: 0 0 16px 0 rgba(0,0,0,.35);
  z-index: 101;
}
.site-header .sub-menu .sub-menu {
  left: 100%;
  top: 0;
  box-shadow: none;
  background: #f5f5f5;
  display: none;
}
.site-header .menu.nav-menu > li .sub-menu li{
  margin: 0px;
  position: relative;
  border-bottom: 1px solid #f4f4f4;
}
.site-header .menu.nav-menu > li .sub-menu li a{
  text-transform: none;
  font-size: 16px;
  color: #000;
  padding: 5px 22px;
  display: block;
  font-weight: normal;
  transition: none;
}
.site-header .menu.nav-menu > li > .sub-menu > li:hover{
  background: #dcae00;
  color: #fff;
}
.site-header .menu.nav-menu > li > .sub-menu > li:hover > a{
  background: #dcae00;
  color: #fff;
}
.site-header .menu.nav-menu > li .sub-menu li a:hover{
  background: #dcae00;
  color: #fff;
}
.site-main.page-content ul, .site-main.page-content ol {
  margin: 0;
  padding-left: 16px;
  padding-bottom: 20px;
}
.site-main.page-content p {
  margin-bottom: 15px;
}
.site-main.page-content h1 {
  margin-top: 0;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 15px;
}
.site-main.page-content h2 {
  margin-top: 0;
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 15px;
}
.service-header-block{
  padding: 50px 0 20px 0;
}
.service-header-block .container-fluid {
  max-width: 1420px;
}
.service_header_left_content_title {
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}
.service_header_right_content_title {
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}
.service_header_left_content_title b {
  background: #889b73;
  color: #fff;
  padding: 0 5px;
  font-weight: 600;
}
.service_header_left_content_description blockquote {
  background: #ecf6ec;
  font-size: 14px;
  font-style: normal;
  padding: 10px;
  margin: 20px 0 8px 0;
  border: 1px solid #000;
  font-style: italic;
}
.service_header_left_content_description blockquote p{
  margin: 0px;
}
.accordian-item-header {
  background: #889b73;
  color: #fff;
  padding: 6px 15px 6px 38px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  line-height: normal;
}
.accordian-item-header br{
  display: none;
}
.accordian_item {
  margin-bottom: 5px;
}
.accordion_data {
  padding: 15px;
  background: #e7ebe3;
}
.accordion_data p:last-child{
  margin-bottom: 0px;
}
.accordian-block-grid .accordian-item-header::after {
  width: 36px;
  height: 36px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f068";
  position: absolute;
  left: 0;
  top: 0px;
  text-align: center;
  line-height: 34px;
  font-size: 17px;
}
.accordian-block-grid .accordian-item-header.collapsed::after {
  content: "\2b";
  font-size: 30px;
}
.service_content_block_left_content_main {
  border-top: 8px solid #889b73;
  padding-top: 25px;
}
.service_content_block_left_content_main.no-border{
  border-color: transparent;
}
.service_header_left_content_description ul {
  margin-left: 0;
  padding-left: 45px;
}
.service_header_left_content_description ol {
  margin-left: 0;
  padding-left: 30px;
  list-style: none;
}
.service_header_left_content_description ul li{
  position: relative;
  margin-bottom: 3px;
}
.service_header_left_content_description ol li{
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}
.service_header_left_content_description ol li strong {
  font-weight: 600;
}
.service_header_left_content_description ul li strong {
  font-weight: 600;
}
.service_header_left_content_description ol li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 32px;
  width: 32px;
  background: url(images/list-style-icon.png) no-repeat center left;
  background-size: 22px;
}
.service_header_left_content_description h2 {
  font-weight: 500;
}
.service_content_block_left_content {
  border-bottom: 1px solid #889b73;
  margin-bottom: 15px;
  padding-bottom: 0px;
}
.service_content_block_left_content:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0px;
}
#service_content_block_module_2 .col-md-6:last-child .service_content_block_left_content {
  border-bottom: 1px solid #889b73;
  margin-bottom: 15px;
  padding-bottom: 0px;
}
.service_header_left_content_description p {
  margin-bottom: 18px;
}
.service_header_left_content_description p a{
  color: #000;
}
.service_header_left_content_description p a:hover{
  color: #DCAE00;
}
.service_header_left_content_description h3 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 5px;
}
.service_header_left_content_description h2 {
  font-size: 40px;
  font-weight: 600;
}
.section-header .meta {
  width: 100%;
}
.section_header_title {
  font-size: 41px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  color: #fff;
  text-align: center;
  width: 100%;
}
.services-list-row .col-md-6.left-content .service_header_left_content_description {
  margin-bottom: 30px;
  border-bottom: 1px solid #889b73;
  padding-bottom: 10px;
}
.services-list-row {
  padding: 15px 0;
}
.page-id-137 #service_content_block_module_11 .service_content_block_left_content_main {
  border: none;
}
.page-id-69 #service_content_block_module_4 .service_content_block_left_content_main {
  border: none;
}
.site-header .menu.nav-menu > li.hidden-desktop{
  display: none;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body > :not([aria-modal="true"]) {
  padding-right: 0 !important;
}
.call_out_block_content a{
  color: #fff;
}
.call_out_block_content a:hover{
  color: #dcae00;
}
.accordion_data ul {
  margin-left: 0;
  padding-left: 16px;
  margin-bottom: 15px;
}
.accordion_data h3 {
  font-size: 17px;
  font-weight: 600;
}
.page-id-119 #service_content_block_module_2 .service_header_left_content_description ol ul {
  padding-left: 16px;
}
.page-id-119 #service_content_block_module_2 .service_header_left_content_description ol ul li::before {
  display: none;
}
.page-id-119 #service_content_block_module_2 .service_header_left_content_description ol ul li {
  padding-left: 5px;
  margin-bottom: 5px;
}
.page-id-82 #service_content_block_module_4 .service_content_block_left_content_main,
.page-id-82 #service_content_block_module_5 .service_content_block_left_content_main {
  border: none;
}
#service_content_block_module_4 .container-fluid {
  padding-top: 20px;
}
.rates_grid_inner {
  background: #cfd7c7;
  padding: 20px 0 70px 0;
  height: 100%;
  border-radius: 15px;
  position: relative;
  box-shadow: 2px 2px 4px 0 rgba(0,0,0,.35);
}
.rates_grid_inner .footer-contact-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 30px;
}
.rates_grid_inner .service_header_left_content_description {
  padding: 10px 30px;
}
.rates_grid_inner .service_header_left_content_title {
  background: #889b73;
  color: #fff;
  padding: 10px;
}
.gform_confirmation_wrapper {
  text-align: center;
}
.footer-form .gform_confirmation_wrapper {
  color: #fff;
}

/*.ultimate-guide-block{
	position: relative;
}
.ultimate-guide-block:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background: url(/wp-content/themes/mayfair/images/ultimate-guide-block.jpg) no-repeat center top;
	top: 0;
	opacity: 0.5;
	background-size: 100%;
}*/

@media (min-width: 768px){
.site-header .menu.nav-menu li:hover > .sub-menu {
  display: block;
}
.site-header .menu.nav-menu > li > .sub-menu > li:hover .sub-menu{
  display: block;
}
}

@media (min-width: 991px){
.col-md-3.footer-logo-block {
  -ms-flex: 0 0 19%;
  flex: 0 0 19%;
  max-width: 19%;
}
.col-md-3.footer-links-block {
  -ms-flex: 0 0 17%;
  flex: 0 0 17%;
  max-width: 17%;
}
.col-md-3.footer-address-block {
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  max-width: 32%;
}
.col-md-3.footer-contact-block {
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  max-width: 32%;
}
}

@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1200px;
}
.page-id-69 #service_content_block_module_4 .col-md-6:last-child .service_content_block_left_content_main {
  margin-top: 105px;
}
.page-id-82 #service_content_block_module_5 .col-md-6:last-child .service_content_block_left_content_main {
  margin-top: 105px;
}
#service_content_block_module_5.service-header-block .container-fluid {
  border-top: 1px solid #889b73;
}
}

@media screen and (max-width: 1500px) {
.container, 
.container-lg, 
.container-md, 
.container-sm, 
.container-xl {
  max-width: 1300px;
}
.site-header .container,
.footer-miidle-block .container-fluid, 
.f_copy_right .container-fluid,
.wrap1,
.service-header-block .container-fluid,
.call-out-block .container-fluid,
.two-column-block .container-fluid {
  max-width: 1300px;
  padding: 0 15px;
}
.menu.nav-menu {
  justify-content: center;
}
.site-header nav.navigation-left {
  padding-left: 0;
}
.navigation-right .menu.nav-menu li {
  margin-left: 50px;
}
.navigation-left .menu.nav-menu li {
  margin-right: 50px;
}
#primary-menu {
  justify-content: end;
}
.site-header .menu.nav-menu li a {
  font-size: 17px;
}
.site-header .menu.nav-menu > li .sub-menu li a {
  font-size: 15px;
}
.page-header-title h1 {
  font-size: 45px;
  border-width: 6px;
}
#page.eanbled-fixed {
  padding-top: 105px;
}
.site-header .menu.nav-menu > li, 
.navigation-right .menu.nav-menu > li, 
.navigation-right .menu.nav-menu li.header-apply-btn a {
  height: 90px;
}
.site-branding img{
  max-width: 130px;
  margin-top: -15px;
  margin-bottom: -15px;
}
.ultimate-guide-block .col-md-6.pl-0.pr-0 {
  padding-right: 15px !important;
}
.site-header::before {
  height: 15px;
}
}

@media screen and (max-width: 1200px) {
.navigation-right .menu.nav-menu li {
  margin-left: 30px;
}
.navigation-right .menu.nav-menu li.header-apply-btn {
  margin-left: 30px;
}
.navigation-left .menu.nav-menu li {
  margin-right: 30px;
}
.site-header .menu.nav-menu li a {
  font-size: 16px;
}
.navigation-right .menu.nav-menu li.header-apply-btn a {
  width: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.footer-address p {
  padding-right: 25px;
}
.footer-form .gform_wrapper {
  padding: 40px 40px 15px 40px;
}
.f_copy_right {
  border-width: 10px;
  padding: 25px 0;
  font-size: 15px;
}
.footer-miidle-block ul li {
  font-size: 15px;
}
.gform_wrapper.gravity-theme .gform_footer input {
  font-size: 22px;
}
.footer-form h3 {
  font-size: 36px;
  margin-bottom: 20px;
}
.call_out_block_content {
  font-size: 20px;
  line-height: normal;
}
.service_header_right_content_title,
.service_header_left_content_title {
  font-size: 26px;
}
.service_header_left_content_description h3 {
  font-size: 17px;
}
.service_header_left_content_title br {
  display: none;
}
.service_header_left_content_description h2 {
  font-size: 34px;
  line-height: normal;
}
.slides {
  padding: 30px 0;
}
.c_slider_title,
.c_slider_title b {
  font-size: 35px;
}
.accordian-item-header {
  font-size: 16px;
}
.c_slider_sub_title {
  font-size: 20px;
}
.c_slider_checklist ul li {
  font-size: 25px;
  margin-bottom: 25px;
  padding-left: 50px;
}
.c_slider_checklist ul li::before {
  background-size: 35px;
  background-position: center center;
  height: 40px;
  width: 40px;
}
.steps_section_title {
  font-size: 47px;
}
.steps_section_title b {
  font-size: 60px;
  line-height: normal;
}
.steps_section_steps_title {
  font-size: 30px;
}
.steps_section_steps_title span {
  font-size: 31px;
  text-align: center;
}
a.btn-light-yellow {
  font-size: 26px;
}
.ultimate_guide_block_title {
  font-size: 47px;
}
.section_header_title {
  font-size: 35px;
}
}

@media screen and (max-width: 1024px) {
.footer-address p {
  padding-right: 0;
}
.col-md-3.footer-logo-block img {
  max-width: 150px;
}
.site-header .menu.nav-menu li a {
  font-size: 14px;
}
.site-header .menu.nav-menu > li .sub-menu li a {
  font-size: 14px;
}
a.btn-light-green {
  font-size: 24px;
}
a.btn-light-green::after,
a.btn-light-yellow::after {
  font-size: 18px;
}
.page-id-69 #service_header_block_module_1 .col-md-6 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.page-id-69 #service_content_block_module_4 .col-md-6 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
}

@media screen and (max-width: 991px) {
.navigation-right .menu.nav-menu li {
  margin-left: 15px;
}
.navigation-left .menu.nav-menu li {
  margin-right: 15px;
}
.navigation-right .menu.nav-menu li.header-apply-btn {
  margin-left: 15px;
}
.page-header-main {
  padding: 90px 0;
}
.page-header-title h1 {
  font-size: 36px;
}
#page.eanbled-fixed {
  padding-top: 95px;
}
.site-header .menu.nav-menu > li, 
.navigation-right .menu.nav-menu > li, 
.navigation-right .menu.nav-menu li.header-apply-btn a {
  height: 80px;
}
.site-branding img{
  max-width: 110px;
  margin-top: -15px;
  margin-bottom: -15px;
}
a.btn-light-yellow {
  font-size: 18px;
}
a.btn-light-green {
  font-size: 24px;
}
.ultimate_guide_block_title {
  font-size: 36px;
}
.ultimate_guide_block_content p {
  margin-bottom: 18px;
}
.ultimate_guide_block_links ul li a {
  font-size: 14px;
}
.ultimate_guide_block_content {
  font-size: 16px;
}
.ultimate_guide_block_links ul li a {
  font-size: 14px;
  padding: 24px 15px;
}
.site-header .menu.nav-menu li a {
  font-size: 12px;
}
.navigation-right .menu.nav-menu li.header-apply-btn a {
  padding-left: 16px;
  padding-right: 16px;
}
.footer-miidle-block ul li {
  font-size: 13px;
}
.footer-address p {
  font-size: 13px;
  line-height: 20px;
}
.steps_section_steps_title span {
  font-size: 22px;
  min-width: 0;
  margin-right: 10px;
}
.steps_section_steps_title {
  font-size: 22px;
}
.steps_section_title {
  font-size: 36px;
}
.steps_section_title b {
  font-size: 42px;
}
.steps-group-row {
  margin-bottom: 15px;
}
.steps_section_steps_content {
  font-size: 17px;
}
.steps_section_steps_content br {
  display: none;
}
.steps-section {
  padding: 30px 0 45px 0;
}
.c_slider_checklist ul li {
  font-size: 20px;
  margin-bottom: 18px;
}
.c_slider_title, .c_slider_title b {
  font-size: 26px;
}
a.btn-light-green {
  font-size: 18px;
}
.c_slider_sub_title {
  font-size: 15px;
}
.c_slider_checklist ul li::before {
  background-size: 25px;
  background-position: center center;
  height: 35px;
  width: 35px;
}
.slider-module .slides img {
  min-height: 400px;
}
}

@media screen and (max-width: 767px) {
#primary-menu {
  display: none;
}
 .header-menu-main {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  z-index: 2;
  background: #ecf6ec;
  max-height: calc( 100vh - 75.8px);
  overflow: auto;
  box-shadow: 0 0 16px 0 rgba(0,0,0,.35);
}
.site-header nav.toggled .header-menu-main {
  display: block;
}
.menu.nav-menu {
  display: block;
}
.site-header::before {
  height: 10px;
}
.site-header.header-fixed.fixed-head-scrol::before {
  height: 10px;
}
.site-header .menu.nav-menu > li {
  width: 100%;
  margin: 0;
  height: auto;
  display: block;
  position: relative;
}
.site-header .menu.nav-menu li a {
  color: #000;
  display: block;
  text-align: left;
  padding: 10px 15px;
  border-bottom: 1px solid #caddb5;
  font-size: 15px;
  text-transform: none;
}
.site-header.header-fixed.fixed-head-scrol .menu.nav-menu > li {
  height: auto;
}
.page-header-title h1 {
  font-size: 20px;
  line-height: normal;
  border: none;
}
.service-header-block {
  padding: 30px 0 20px 0;
}
.section_header_title {
  font-size: 20px;
}
.c_slider_checklist {
  padding-top: 20px;
  padding-left: 0;
}
.c_slider_checklist ul li {
  font-size: 15px;
  margin-bottom: 14px;
  padding-left: 34px;
}
.c_slider_checklist ul li::before {
  background-size: 20px;
  background-position: center center;
  height: 25px;
  width: 25px;
}
.c_slider_title, .c_slider_title b {
  font-size: 22px;
}
.c_slider_title {
  margin-bottom: 14px;
}
.c_slider_sub_title {
  margin-bottom: 15px;
}
.slides {
  padding: 50px 0;
}
.slider-module .slides img {
  min-height: 0;
  display: none;
}
.wrap_main {
  position: static;
}
.gform_wrapper.gravity-theme .gform_footer input {
  margin-top: 0;
  padding: 8px 25px;
  height: auto;
  min-height: 0;
  line-height: normal;
  font-size: 17px;
}
body .pum-theme-367 .pum-title, .pum-theme-lightbox .pum-title {
  line-height: normal;
  font-size: 22px;
  font-weight: 500;
}
.steps-section .col-md-6.pl-0 {
  padding-left: 15px !important;
}
.steps-section {
  position: relative;
  background-position: center left !important;
}
.steps-section .container {
  position: relative;
  z-index: 2;
}
.steps-section::before {
  content: "";
  background: rgba(255,255,255,0.85);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}
.ultimate_guide_block_title {
  line-height: normal;
  font-size: 25px;
  text-align: left;
}
.ultimate-guide-block .col-md-6.pl-0.pr-0 {
  padding-left: 15px !important;
}
.footer-form h3 {
  font-size: 20px;
  line-height: normal;
}
.footer-form {
  padding: 30px 0;
}
.footer-form .gform_wrapper {
  padding: 20px 20px 5px 20px;
  border-radius: 0;
}
.footer-miidle-block .col-md-3 {
  margin-bottom: 25px;
}
.footer-miidle-block .col-md-3:last-child {
  margin-bottom: 0;
}
.steps_section_title {
  font-size: 30px;
  margin-bottom: 20px;
}
.steps_section_title b {
  font-size: 35px;
}
.footer-links ul {
  margin-bottom: 0;
}
.page-header-main {
  padding: 60px 0;
}
.section-header img {
  display: none;
}
.service-header-block {
  padding: 20px 0 15px 0;
}
.site-branding img{
 margin-left: 0;
}
.site-branding img {
  max-width: 95px;
  margin-top: -10px;
  margin-bottom: -10px;
}
.site-header.header-fixed.fixed-head-scrol .site-branding img {
  max-width: 75px;
}
.menu-toggle.navbar-toggler {
  display: block;
  color: #fff;
  float: left;
  font-size: 22px;
  padding: 0;
}
.two-column-block {
  padding: 35px 0;
}
.two_column_block_content {
  padding-right: 0;
}
.accordian-item-header br {
  display: none;
}
.site-header .menu.nav-menu > li.hidden-desktop{
  display: block;
}
#page.eanbled-fixed {
  padding-top: 75.8px;
}
.hide-show-sub {
  width: 44px;
  height: 42.5px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(images/down_arrow.png) no-repeat center center #e6efe6;
  cursor: pointer;
  background-size: 8px;
  border-left: 1px solid #caddb5;
}
.hide-show-sub.updown {
  background: url(images/upp_arrow.png) no-repeat center center #e6efe6;
  background-size: 8px;
}
.site-header .sub-menu .hide-show-sub {
  height: 37px;
  background-color: #fff;
}
.site-header .sub-menu {
  position: static;
  box-shadow: none;
  padding: 0;
}
.site-header .showsubmenu .sub-menu{
  display: block;
}
.site-header .showsubmenu .sub-menu .sub-menu {
  display: none;
}
.site-header .showsubmenu .sub-menu .showsubmenu .sub-menu {
  display: block;
}
.site-header .menu.nav-menu > li .sub-menu li a {
  padding: 8px 15px;
}
.call_out_block_content {
  padding-right: 0;
  font-size: 16px;
}
.service_header_left_content_description ul {
  padding-left: 16px;
}
.service_header_left_content_description h2 {
  font-size: 20px;
}
.call-out-block .row {
  min-height: 0px;
}
.call_out_block_content p:last-child {
  margin-bottom: 0;
}
.service_header_left_content_description ol {
  padding-left: 0;
}
.service_header_right_content_title {
  margin-top: 10px;
}
.site-main.page-content h1 {
  font-size: 20px;
  line-height: normal;
}
.col-md-3.footer-logo-block img {
  max-width: 100px;
}
.footer-miidle-block h3 {
  font-size: 18px;
  margin-bottom: 14px;
}
.menu-toggle.apply-btn {
  font-size: 14px;
  float: right;
  padding: 5px 8px;
  background: #889b73;
}
.navigation-left .menu.nav-menu > li:last-child > a {
  border-bottom: none;
}
.site-header .menu.nav-menu > li > .sub-menu > li > a {
  font-weight: 500;
}
.site-header .menu.nav-menu > li > .sub-menu > li:hover {
  background: transparent;
  color: #000;
}
.site-header .menu.nav-menu > li .sub-menu li a:hover {
  background: transparent;
  color: #000;
}
.site-header .menu.nav-menu > li > .sub-menu > li:hover > a {
  background: transparent;
  color: #000;
}
.service_header_right_content_title, .service_header_left_content_title {
  font-size: 20px;
}
.accordian-item-header {
  font-size: 15px;
}
body .gform_wrapper.gravity-theme .gfield input, body .gform_wrapper.gravity-theme .gfield select {
  font-size: 14px;
  padding-left: 12px;
}
.pum-theme-367 .pum-container, .pum-theme-lightbox .pum-container {
  left: 20px !important;
  right: 20px !important;
  width: calc(100% - 40px ) !important;
  top: 35px !important;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-full .ginput_recaptcha {
  transform: scale(0.70);
  -webkit-transform: scale(0.70);
  transform-origin: 5px 5px;
  -webkit-transform-origin: 5px 5px;
}
body .gform_wrapper.gravity-theme .gform_footer {
  padding: 0;
  margin: 0;
}
body, button, input, select, optgroup, textarea {
  font-size: 15px;
}
.call_out_block_content h1 {
  margin-top: 0;
  font-size: 25px;
}
.call_out_block_content p br {
  display: none;
}
.service_header_left_content_description h3 {
  margin-bottom: 12px;
}
.service_header_left_content_description p {
  margin-bottom: 14px;
}
.service_header_left_content_description ul li {
  margin-bottom: 10px;
}
.services-list-row {
  padding: 15px 0 0px 0;
}
.service_content_block_left_content:last-child {
  border-bottom: 1px solid #889b73;
}
.service_content_block_left_content_main {
  padding-top: 15px;
  border-width: 6px;
}
.accordian-block-grid .accordian-item-header::after{
  line-height: 30px;
  font-size: 12px;
}
.accordian-block-grid .accordian-item-header.collapsed::after {
  font-size: 25px;
  line-height: 28px;
}
.service_content_block_left_content:last-child, .service_content_block_left_content {
  padding-bottom: 10px;
}
.service_content_block_left_content {
  padding-bottom: 10px;
  margin-bottom: 24px;
}
.site-header .menu.nav-menu > li.menu-item-has-children > a:after {
  display: none;
}
.site-header .menu.nav-menu > li > .sub-menu > li.menu-item-has-children > a:after{
  display: none;
}
.service-header-block .col-md-4 {
  margin-bottom: 15px;
}
}


@media screen and (max-width: 640px) {
.gform_wrapper.gravity-theme .gform_footer input {
  width: 100%;
}
body .gform_wrapper.gravity-theme .gform_footer {
  padding: 0;
  margin: 0;
}
}


@-webkit-keyframes spin{
  0%{
    -webkit-transform:rotate(0deg)
  }
  100%{
    -webkit-transform:rotate(360deg)
    }
  }
@keyframes spin{
  0%{
    transform:rotate(0deg)
  }
  100%{
    transform:rotate(360deg)
    }
}





.footer-form .gform_confirmation_message {
    background: #fff;
    padding: 40px 0;
}