.elementor-33602 .elementor-element.elementor-element-26d3964{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-33602 .elementor-element.elementor-element-c9c2a42 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:0px;}.elementor-33602 .elementor-element.elementor-element-c9c2a42 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-33602 .elementor-element.elementor-element-b81eef0 > .elementor-widget-container{padding:0rem 1rem 0rem 1rem;}}@media(min-width:768px){.elementor-33602 .elementor-element.elementor-element-c9c2a42{width:100%;}}/* Start custom CSS for html, class: .elementor-element-b81eef0 */input[type="checkbox"].switch_1{
	font-size: 30px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	width: 3.5rem;
	height: 2rem;
	background: #ddd;
	border-radius: 3em;
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  }
  
  input[type="checkbox"].switch_1:checked{
	background: #094286;
  }
  
  input[type="checkbox"].switch_1:after{
	position: absolute;
	content: "";
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: #fff;
	-webkit-transform: scale(.7);
	        transform: scale(.7);
	left: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  }
  
  input[type="checkbox"].switch_1:checked:after{
	left: calc(100% - 1.1em);
  }
  
  @media (max-width: 767px) {.margin-fix{margin-top:1.5rem;}}

  select:invalid,
  select option[disabled=""],
  select option[disabled]{
      color:#879fbe !important;
  }

select#countrySelect:focus {
    outline: 0;
}

.default-selected {
  color: #879fbe;
}

.form-control-tel{
    display: block;
    width: 100%;
    height: calc(1.6em + 1.625rem + 2px);
    padding: 0.8125rem 1.25rem;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.6;
    color: #161C2D;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border-radius: 0.375rem;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input#Phone::placeholder{
    color: #869AB8 !important;
}

.form-control-tel:focus {
    color: #161C2D;
    background-color: #FFFFFF;
    border-color: #a7b9f !important;
    outline: 0;
}

.iti__selected-country-primary:focus-visible {
    outline: 0 !important;
}/* End custom CSS */