.elementor-12468 .elementor-element.elementor-element-9cd2041{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12468 .elementor-element.elementor-element-b679d3d > .elementor-widget-container{margin:50px 50px 50px 50px;}:root{--page-title-display:none;}@media(max-width:1024px) and (min-width:768px){.elementor-12468 .elementor-element.elementor-element-9cd2041{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-b679d3d */.frm_radio input[type="radio"]:checked + label {
    background-color: #aabcd0!important;
    color: white;
    border-color: #aabcd0!important;
}

#myNav {
    background-color: #435970 !important;
}

a.button.menu {
    margin: 0 auto;
    display: block;
    position: relative;
    text-align: center;
    width: 10%;
    background: #aabcd0;
    border-radius: 15px;
}

/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 100%;
    width: 0;
    position: fixed!important; /* Stay in place */
    z-index: 15; /* Sit on top */
    left: 0;
    top: 0;
    background-color: #aabcd0!important;
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
    pointer-events: auto !important;
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 10%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    text-decoration: none;
    color: #f1f1f1;
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #818181;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: fixed!important;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.frm_radio, .frm_checkbox {
    background: #fff;
    color: #000;
    font-family: 'Poppins';
    border-radius: 11px;
    margin-bottom: 20px !important;
    min-width: 40%;
    max-width: fit-content;
    margin: 0 auto;
    text-align: left;
}

form input[type=checkbox] {
		border-radius: 1px!important;
}
form input[type=checkbox], form input[type=radio]{
    display: inline-block;
    font-size: 3em;
    width: 15px;
    height: 15px;
    margin-right: 7px;
    background-clip: border-box;
    border-radius: 50%;
    appearance: none;
    transition: background-color 0.3s, box-shadow 0.3s;
    box-shadow: 0px 0px 0px 2px #aabcd0!important;;
    background-color: #fff!important;;
}
form input[type=radio] {
	box-shadow: 0px 0px 0px 4px #aabcd0!important;
	display:none!important;
}

form input[type=radio]:focus {
    box-shadow: 0px 0px 0px 4px #aabcd0;
    background-color: #aabcd0;
}
.with_frm_style .frm_radio input[type=radio]:before {
    margin: 3px!important;
}
.frm_primary_label, .frm_description {
    font-size: 30px!important;
    font-family: 'Poppins'!important;
    font-weight: 600!important;
    color: #fff!important;
		font-size: 40px!important;
		text-align: left!important;
		margin: 25px 0 25px 0!important;
    line-height: 50px!important;
		display: block!important;
}
button.frm_button_submit, button.frm_prev_page {
    border-radius: 10px !important;
    color: #fffdfd !important;
    margin: 20px auto !important;
    background: #0000001f !important;
    font-weight: 700;
    font-family: 'Poppins';
    font-size: 15px !important;
		content:'';
	  width: 20%;
}
h3.frm_pos_top {
    display: none;
}
.frm_submit.frm_flex {
    display: flex;
    flex-direction: row-reverse;
}
.frm_radio>label,.frm_checkbox>label {
		width: 100%;
    display: block;
    font-weight: 600;
	  padding: 20px 40px;
		font-size: 20px;
		color:#aabcd0;
}
h1 {
    font-size: 40px!important;
    color: #fff!important;
    font-family: 'Poppins'!important;
    padding: 0 25%!important;
    text-align: left!important;
}
div#frm_field_130_container {
    width: 100% !important;
    margin: 0 auto !important;
    border: 2px solid #fff !important;
    border-radius: 31px;
}
table, tbody, td {
	border:unset!important;
}

img.alignnone.size-full.wp-image-4161 {
    float: left;
    border-radius: 20px;
}
form input[type=text]{
        color: #aabcd0!important;
}
form input[type=password], form input[type=email], form select, form input[type=tel]{
    width: 100% !important;
    border: 2px solid #fff !important;
    border-radius: 10px !important;
    margin-bottom: 10px;
    background: #fff !important;
    color: #fff!important;
    font-weight: 600;
}
form input[type=text]:focus, form input[type=email]:focus, form input[type=password]:focus, form input[type=password]:focus, form input[type=tel]:focus{
    font-weight: 600 !important;
    font-family: 'Poppins' !important;
    border: unset !important;
    background: #fff;
    color: #fff;
    border: 2px solid #fff !important;
}
input[type=checkbox]:checked:before {
    color: #ffffff!important;;
    font-size: 20px!important;;
    margin-top: -2px!important;;
    box-shadow: 0px 0px 0px 4px #fff!important;;
    background-color: #aabcd0!important;;
}

#field_il73-other_7-otext {
    width: 94% !important;
    margin: -1% 0 0 5%;
    margin-bottom: 1%;
}
.frm_radio, .frm_checkbox {
  	max-width: 100%!important;
}
ul.frm_page_bar {
    border: 3px solid #fff;
    border-radius: 10px;
}
.frm_forms .frm_progress_line input.frm_page_back {
    background: #fff !important;
}
.frm_percent_complete {
    color: #FFF;
    font-family: Poppins;
    font-weight: 600;
}
.frm_pages_complete {
    color: #FFF;
    font-family: Poppins;
    font-weight: 600;
}
.frm_error {
    color: #fff;
    background: #ff0000;
    font-family: 'Poppins';
    font-weight: 600;
    text-align: left;
    text-shadow: -1px 1px 3px #00000000;
    width: fit-content;
    padding: 5px 20px 0 20px;
    margin: -15px 0 0 0;
    border-radius: 0 0 10px 10px;
}
form input[type=radio] {
    box-shadow: 0px 0px 0px 4px #aabcd0!important;
}

form input[type=radio]:checked {
    box-shadow: 0px 0px 0px 4px #7e7e7e!important;
    background-color: #7e7e7e;
}
body.no-scroll {
    overflow: hidden; /* Prevents scrolling of the body */
}
.frm_primary_label {
    font-size: 35px;
    font-weight: 600;
    padding-bottom: 30px;
}
label {
    color: #91a2b3 !important;
    font-size: 25px !important;
    font-weight: 600 !important;
}
.frm_forms.with_frm_style .frm_fields_container .frm_radio input[type=radio]:not([disabled]):checked {
		border-color: #ffffff !important;
}
.frm_style_formi1dable-style.with_frm_style .frm_submit button {
	box-shadow: unset !important;
    padding: 20px;
    background: #91a2b3 !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 600;
}
.frm_style_formidable-style.with_frm_style .frm_submit button:hover {
	background: #fff !important;
    color: #91a2b3 !important;
	border-color:unset!important;
}

.frm_checkbox:hover,.frm_radio:hover {
    background: #e0e0e0;
    color: #fff !important;
}

.frm_style_formidable-style.with_frm_style .frm_progress_line.frm_show_lines input {
    background: #aabcd0;
}
.frm_style_formidable-style.with_frm_style input.frm_other_input:not(.frm_other_full) {
    width: 96%!important;
    margin: 0px 0px 10px 40px !important;
}
form input[type=password], form input[type=email], form select, form input[type=tel] {
    color: #aabcd0 !important;
}
.with_frm_style input[type=tel]{
    color: #aabcd0 !important;
}
.with_frm_style input[type=tel]::placeholder {
    color: #aabcd0 !important;
    font-family: Poppins;
}
h1 {
    padding: 0 0% !important;
    text-align: justify !important;
}
div#formContainer {
    margin: 1% 30%;
}
@media (max-width: 1700px) {
div#formContainer {
    padding: 0 20px !important;
    margin:unset!important;
}
.frm_primary_label, .frm_description {
    font-size: 30px !important;
    line-height: 35px !important;
}
.frm_radio>label, .frm_checkbox>label {
    padding: 10px 20px;
        font-size: 20px !important;
}
}
.frm_error {
    margin: -20px 0 0 10px !important;
}
@media (max-width: 600px) {

}
.with_frm_style input[type=text]::placeholder,
.with_frm_style input[type=password]::placeholder,
.with_frm_style input[type=email]::placeholder,
.with_frm_style input[type=number]::placeholder,
.with_frm_style input[type=url]::placeholder,
.with_frm_style input[type=tel]::placeholder,
.with_frm_style input[type=phone]::placeholder,
.with_frm_style input[type=search]::placeholder,
.with_frm_style select::placeholder,
.with_frm_style textarea::placeholder,
.frm_form_fields_style::placeholder,
.with_frm_style .frm_scroll_box .frm_opt_container::placeholder,
.frm_form_fields_active_style::placeholder,
.frm_form_fields_error_style::placeholder,
.with_frm_style .frm-card-element.StripeElement::placeholder,
.with_frm_style .frm_slimselect.ss-main::placeholder {
    color: #aabcd0 !important;
}

.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=file], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style .frm-card-element.StripeElement {
    padding: 13px 20px!important;
}
.elementor-element.elementor-element-9a42217.elementor-widget.elementor-widget-html {
    background: #fff;
    border-radius: 15px;
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__row:last-child a {
    display: none;
}

.pt__row .main-price {
    font-size: 16px!important;
}
.pricing__table .pt__title .pt__title__wrap {
    margin-top: -5px;
}
.swiper-slide.pt__option__item:nth-child(1)::before {
    top: -6px!important;
    right: 0!important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-9cd2041 */body,
html {
  font-family: Verdana, sans-serif;
  background-color: #DDDDDD;
  font-size: 15px;
}

#notificationWrap {
  margin: 40px auto;
  padding: 20px;
  width: 600px;
  text-align: center;
  background-color: #34363D;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.10);
  border-radius: 4px;
}

#notificationWrap a {
  color: #EEEEEE;
}

#notificationWrap a:hover {
  opacity: 0.8;
}

.modalContent {
  color: #EEEEEE;
  text-align: center;
}/* End custom CSS */