.elementor-4203 .elementor-element.elementor-element-8663e0c{--display:flex;--min-height:315px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4203 .elementor-element.elementor-element-241472d{width:100%;max-width:100%;}#elementor-popup-modal-4203 .dialog-widget-content{animation-duration:1.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-4203{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-4203 .dialog-message{width:500px;height:auto;}#elementor-popup-modal-4203 .dialog-close-button{display:flex;}@media(min-width:768px){.elementor-4203 .elementor-element.elementor-element-8663e0c{--content-width:1224px;}}/* Start custom CSS for shortcode, class: .elementor-element-241472d */#elementor-popup-modal-4203 .dialog-message {
    overflow: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.form_wrapper h2 {
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 0;
}

.form_wrapper .title_container {
  text-align: center;
  padding-bottom: 15px;
}

.form_wrapper label {
  font-size: 12px;
}

.form_wrapper .row {
  margin: 10px -15px;
}

.form_wrapper .row>div {
  padding: 0 15px;
  box-sizing: border-box;
}

.form_wrapper .col_half {
  width: 50%;
  float: left;
}

.form_wrapper .input_field {
  position: relative;
  margin-bottom: 20px;
  animation: bounce 0.6s ease-out;
}



.form_wrapper .input_field>span>i {
  padding-top: 10px;
}


input[type="text"],
input[type="email"],
input[type="tel"] {
  width: 100%;
  padding: 8px 10px 9px 40px;
  height: 35px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  outline: none;
  font-family: 'DM Sans';
    font-size: 14px;
  transition: all 0.30s ease-in-out;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover {
  background: #fafafa;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
  box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
  border: 1px solid #f5ba1a;
  background: #fafafa;
}

input[type="submit"] {
  background: #f5ba1a;
  /*height: 35px;*/
  /*line-height: 35px;*/
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  font-size: 17px;
  /*margin-bottom: 10px;*/
  transition: all 0.30s ease-in-out;
}


input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #d9a118;
}

.form_wrapper {
  background: #fff;
  /* width: 400px; */
  max-width: 100%;
  box-sizing: border-box;
  padding: 25px 25px 0 25px;
  position: relative;
  z-index: 1;
  border-top: 5px solid #f5ba1a;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  transform-origin: 50% 0%;
  transform: scale3d(1, 1, 1);
  transition: none;
  animation: expand 0.8s 0.6s ease-out forwards;
  /* opacity: 0; */
}

span i {
    position: absolute;
    top: 0;
    left: 5px;
    z-index: 1;
    color: #333;
    height: 100%;
    border-right: 1px solid #cccccc;
    text-align: center;
    width: 30px;
}/* End custom CSS */