/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 20 2024 | 08:52:26 */
h1 {
    font-size: 3rem;
    color: var(--hs-y);
    margin-top: 1rem;
}

h1:after {
    content: "";
    height: 0.1em;
    width: 17%;
    background: var(--hs-bl);
    display: block;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 0.7em;
}

.sv-map h3 {
    display: flex;
    align-items: center;
    font-size: 1em;
    justify-content: center;
    color: var(--hs-y);
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
}
.sv-map h3 a {
    color: var(--hs-y);
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
}

.sv-map h3:after {
    content: "\f04b";
    font-family: 'Font Awesome 5 Free';
    font-size: 0.6em;
    margin-left: 6px;
    opacity: 0.8;
    color: var(--hs-b);
    /* color: #FFF; */
}

.sv-map .mega_hvr_btn.maw_banner_btn {
    display: none;
}

.sv-map br {
    display: none;
}

.sv-map .mega_content {
    padding: 0 0 10px 0;
    margin-top: -10px;
}

.sv-map .mega_info_bar_2 .mega_content {
    overflow: hidden;
    padding-top: 10px;
    text-align: center;
    background: var(--hs-bl);
}

.sv-map .vc_column-inner {
    padding: 0 !important;
    cursor: pointer;
}

.sv-map .mega_info_bar_2.info_bn_box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: 0.3s;
}
.sv-map .mega_info_bar_2.info_bn_box {
    border-radius: 14px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: -2px 3px 20px 0 #8b8b8b2e !important;
}

.sv-map .mega_info_bar_2.info_bn_box img.light {
    filter: none;
    opacity: 1;
}

hr.ays-popup-hrs-default {
    display: none;
}

div.wpforms-container-full {
    margin: auto;
}

.ays-pb-modals h2 {
    font-size: 1.8em !important;
    padding-top: 1em !important;
    font-weight: 700 !important;
}

div#wpforms-702-field_5-container legend.wpforms-field-label {
    font-size: 1.4em !important;
    margin: 1em 0 1.3em !important;
}


.stepper-wrapper {
  font-family: Arial;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ccc;
    margin-bottom: 6px;
    font-size: 1em;
    font-family: 'M PLUS Rounded 1c';
    font-weight: 700;
}

.stepper-item.active {
  font-weight: bold;
}

.stepper-item .step-counter {
    background-color: #d5d5d5;
}

.stepper-item.completed .step-counter {
    background-color: var(--hs-bl);
}

.stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #d5d5d5;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 3;
}
.stepper-item.completed::after {
    border-bottom: 2px solid var(--hs-bl);
}
.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}

#step .wpb_column .vc_icon_element-icon:before {
    color: #939393;
    transition:0.36s;
}

#step .wpb_column.x .vc_icon_element-icon:before {
    color: var(--hs-y);
    transition:0.36s;
}

#step h3 {
    line-height: 1.1;
    height: 2.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 1.3em;
    color: #939393;
    border-radius: 9px;
    transition: 0.36s;
}

#step .x h3 {
    color: var(--hs-y);
    transition:0.36s;
}

#step p {
    line-height: 1.3;
    font-size: 0.8em;
    margin-top: 0.8em;
}

#step .vc_icon_element {

    margin-bottom: 17px;
}

#step .vc_column_container.x {
    transform: scale(1.1);
    translate: 0 1em;
    transition: 0.5s;
}

h2 {
    font-size: 3rem;
    color: var(--hs-y);
    margin-top: 1rem;
}

h2:after {
    content: "";
    height: 0.1em;
    width: 17%;
    background: var(--hs-bl);
    display: block;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 0.7em;
}

h3 {
    color: var(--hs-y) !important;
}

.hs-btn .vc_btn3 {
    font-size: 1.1em;
    margin-right: 1em;
}

@media screen and (max-width: 549px) {
	.sv-map h3:after {
		display: none;
	}
	.sv-map h3 {
    	font-size: 0.9em;
	}
	
	.hover.wpb_column {
    margin-bottom: 2.7rem;
}
	div#step {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
	
	.vc_btn3-container.vc_btn3-inline, .vc_btn3-container.vc_btn3-inline * {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
}
	
	.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
    padding-left: 36px;
    /* text-align: center; */
}
	
}