.contactForm {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
  
    color: #3c4d6b;
    transition: all 0.3s ease 0s;
  }
  
  .parentInput {
    margin-bottom: 10px;
  }
  .input_group.checkbox_terms.shadow p {
    margin: 0;
    cursor: pointer;
  }
  .form_header {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    color: #444;
    margin-bottom: 18px;
  }
  .form_header span {
    color: rgba(241, 70, 53, 1);
  }
  @media (max-width: 960px) {
    .form_header {
        font-size: 26px;
        line-height: 30px;
    }
  }
  
  
  
  @media (max-width: 960px) {
    .form_header span {
      display: block;
    }
  }
  .contactForm .contact_form {
    padding: 0;
  
    display: inline-block;
    background: transparent;
    text-align: center;
  }
  
  .contactForm .input_group {
    position: relative;
    width: 100%;
    padding: 0;
  
    margin-bottom: 10px;
  }
  
  .contactForm .input_group:last-child {
    margin-bottom: 0;
  }
  
  .input_questions label {
    width: 100%;
    font-weight: 300;
    text-align: left;
  }
  #questionnaire_form + #contact_form .quest_or_form {
    display: none;
  }
  .quest_or_form {
    width: 80%;
    padding: 40px 30px;
    margin-top: 30px;
    margin: 30px auto;
    /* background-color: rgba(239, 243, 254, 1); */
    border-radius: 5px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }
  .quest_or_form label {
    display: block;
    margin-bottom: 8px;
    color: #555;
    font-weight: bold;
  }
  @media (max-width: 960px) {
    .quest_or_form {
      padding: 20px 15px;
      width: 100%;
      
      margin-bottom: 0;
    }
  }
  .contactForm input[type="text"],
  .contactForm input[type="email"],
  .contactForm textarea,
  .contactForm select {
    display: block;
    box-sizing: border-box;
    /* width: 100%; */
    height: 50px;
    /* padding: 11px 17px; */
    /* color: rgb(61, 61, 169); */
    background-image: none;
    margin-bottom: 0;
    background: white;
    /* border: 1px solid rgba(30, 84, 183, 1); */
    /* border-radius: 3px; */
    /* transition: all 0.3s ease 0s; */
    z-index: 1;
    font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    /* font-size: 20px; */
    line-height: 22px;
    /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */

    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    transition: all 0.3s ease;
  }
  .contactForm input::placeholder {
    /* color: rgba(109, 141, 199, 1); */
  }
  .contactForm select {
    padding: 4px 16px;
    height: 48px;
    color: #778191;
  }
  .contactForm select option {
    color: #555;
  }
  .intl-tel-input {
    width: 100%;
  }
  .flag-container {
    z-index: 2;
    color: #2e3346;
  }
  
  .contactForm input[type="text"]:focus,
  .contactForm input[type="email"]:focus,
  .contactForm textarea:focus,
  .contactForm select:focus {
    /* border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
      0 0 8px rgba(102, 175, 233, 0.6); */

      border-color: #0066cc;
    box-shadow: 0 0 8px rgba(0, 102, 204, 0.2);
    outline: none;
  }
  
  .error_input {
    border: 1px solid rgba(255, 0, 0, 0.8) !important;
  }
  
  @media screen and (max-width: 991px) {
    #questionnaire_form .quest_or_form {
      padding-top: 20px;
    }
  }
  .contactForm .btn-submit,
  .btn {
    display: block;
    color: #fff;
    line-height: 12px;
    letter-spacing: 1px;
    background: #EB0000;
    background-repeat: no-repeat;
    font-weight: 600;
    font-family: "Arial";
    font-style: normal;
    font-weight: 700;
    font-size: 17px !important;
    line-height: 20px !important;
    /* identical to box height, or 35px */
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;

    width: 100%;
    padding: 15px;
    max-width: 100% !important;
    margin: 40px 0 0 !important;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .contactForm .btn-submit,
  .btn span {
    font-size: 22px;
    font-weight: 700;
  }
  .contactForm .btn-submit:hover {
    box-shadow: none;
  }
  .contactForm .btn-submit:hover,
  .btn:hover {
    color: #fff;
    background: #c53f3f;
  }
  .contactForm .btn-submit:focus,
  .btn:focus {
    color: #fff;
    opacity: 0.9;
  }
  .contactForm .btn-submit:active,
  .btn:active {
    color: #fff;
    opacity: 0.9;
  }
  
  .form_error {
    display: none;
    position: relative;
    background: #fcf8f8;
    padding: 6px 12px 6px 35px;
    text-align: left;
    margin: 0 0 25px 0;
    border: 1px dashed #a94442;
    font-size: 16px;
    line-height: 1.2;
  }
  .form_error:after {
    content: "!";
    position: absolute;
    left: 5px;
    top: 4px;
    font-size: 1.2em;
    line-height: 25px;
    bottom: 0;
    font-weight: bold;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #f9dcdc;
    text-align: center;
  }
  .form_error p {
    margin: 0;
  }
  
  .sms_confirm_block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    z-index: 5;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
  }
  .sms_confirm_title {
    display: inline-block;
    width: 90%;
    font-size: 1.1em;
    margin: 0 0 15px 0;
  }
  .sms_confirm_block .form-group {
    margin-bottom: 10px;
  }
  .sms_confirm_block input {
    text-align: center;
  }
  
  .all_after_form_text {
    font-size: 0.7em !important;
  }
  
  .ok_input {
    border: 1px solid rgba(15, 240, 15, 0.8) !important;
  }
  
  .text-danger.form_error p {
    color: #a94442;
    margin-top: 0 !important;
  }
  
  .form-block.two-btn {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  
  .two-btn form button {
    background-color: #2c80d9 !important;
  }
  
  button.default.smaller.reg-btn.l_ga_btn_css.button_submit {
    background: #f7931a;
  
    border-radius: 10px;
    border-bottom: 0 !important;
    text-transform: capitalize;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    font-weight: 600;
    font-size: 1.8em;
    color: #fff;
    animation: blink2 2s linear infinite;
    line-height: 45px;
    width: 100%;
    margin-top: 15px;
  }
  
  .intl-tel-input.allow-dropdown {
    width: 100%;
  }
  
  .all_after_form_text {
    color: dimgrey;
    font-size: 0.6em;
  }
  /* Style for form */
  
  .more_questions .input_group.input_questions.shadow {
    display: flex;
    flex-wrap: wrap;
  }
  .input_group.input_questions.shadow {
    color: #000;
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 5px;
  }
  
  /* Style for form */
  
  ul.country-list li {
    color: #000;
    font-size: medium;
  }
  
  .input_group.input_questions.shadow label {
    width: 70%;
    line-height: 18px;
    font-size: 0.8em;
    font-weight: 400;
  }
  
  .input_group.input_questions.shadow select {
    width: 30%;
    color: #000;
  }
  
  @media (max-width: 767px) {
    button.default.smaller.reg-btn.l_ga_btn_css.button_submit {
      width: 100%;
    }
  }
  
  button.default.smaller.reg-btn.l_ga_btn_css.button_submit span {
    text-transform: capitalize;
  }
  
    /* custom for Manager Call */
  .input_questions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px !important;
    box-shadow: none !important;
  }

   .input_questions label {
    font-size: 18px !important;
   }

   .input_questions select {
    font-size: 14px;
    padding: 4px 10px;
   }

  /* custom for Checkbox */

  .checkbox_terms {
    margin-bottom: 20px !important;
    box-shadow: none !important;
  }

  .checkbox_terms label {
    display: flex;
    align-items: center;
    
  }

  .checkbox_terms input {
    margin-right: 10px;
  }

  .checkbox_terms p {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 16px;
  }

  /* form loader */

.waiting_block{
    display:none;
    position:absolute;
    top:0;right:0;bottom:0;left:0;
}
.waiting_block .wrapper {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 30;
}
.wrapper_wait {
    display: block;
    width: 100px;
    height:100px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-50px 0 0 -50px;
    z-index:10;
    background:rgba(245,245,245,0.8);
    border:1px solid #fff;
    border-radius:50%;
}

.cssload-loader {
		width: 70px;
		height: 70px;
		border-radius: 50%;
		margin: 0;
		display: inline-block;
		position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
		vertical-align: middle;
                opacity:0.8;
}
.cssload-loader,
.cssload-loader:before,
.cssload-loader:after {
		animation: 0.95s infinite ease-in-out;
		-o-animation: 0.95s infinite ease-in-out;
		-ms-animation: 0.95s infinite ease-in-out;
		-webkit-animation: 0.95s infinite ease-in-out;
		-moz-animation: 0.95s infinite ease-in-out;
}
.cssload-loader:before,
.cssload-loader:after {
		width: 100%; 
		height: 100%;
		border-radius: 50%;
		position: absolute;
		top: 0;
		left: 0;
}

.cssload-loader:before,
.cssload-loader:after {
		content: "";
}
.cssload-loader:before {
		border: 1px solid #0094ff;
		top: -1px;
		left: -1px;
		opacity: 0;
		animation-name: cssload-pulse;
		-o-animation-name: cssload-pulse;
		-ms-animation-name: cssload-pulse;
		-webkit-animation-name: cssload-pulse;
		-moz-animation-name: cssload-pulse;
}



.cssload-loader:after {
		background-color: #0094ff;
		animation-name: cssload-pulse-2;
		-o-animation-name: cssload-pulse-2;
		-ms-animation-name: cssload-pulse-2;
		-webkit-animation-name: cssload-pulse-2;
		-moz-animation-name: cssload-pulse-2;
}



@keyframes cssload-pulse {
	0% { transform: scale(1); opacity: 1; }
	50% { transform: scale(1.3); opacity: 0; }
	100% { transform: scale(1.3); opacity: 0; }
}

@-o-keyframes cssload-pulse {
	0% { -o-transform: scale(1); opacity: 1; }
	50% { -o-transform: scale(1.3); opacity: 0; }
	100% { -o-transform: scale(1.3); opacity: 0; }
}

@-ms-keyframes cssload-pulse {
	0% { -ms-transform: scale(1); opacity: 1; }
	50% { -ms-transform: scale(1.3); opacity: 0; }
	100% { -ms-transform: scale(1.3); opacity: 0; }
}

@-webkit-keyframes cssload-pulse {
	0% { -webkit-transform: scale(1); opacity: 1; }
	50% { -webkit-transform: scale(1.3); opacity: 0; }
	100% { -webkit-transform: scale(1.3); opacity: 0; }
}

@-moz-keyframes cssload-pulse {
	0% { -moz-transform: scale(1); opacity: 1; }
	50% { -moz-transform: scale(1.3); opacity: 0; }
	100% { -moz-transform: scale(1.3); opacity: 0; }
}

@keyframes cssload-pulse-2 {
	0% { transform: scale(1); }
	50% { transform: scale(0.7); }
	100% { transform: scale(1); }
}

@-o-keyframes cssload-pulse-2 {
	0% { -o-transform: scale(1); }
	50% { -o-transform: scale(0.7); }
	100% { -o-transform: scale(1); }
}

@-ms-keyframes cssload-pulse-2 {
	0% { -ms-transform: scale(1); }
	50% { -ms-transform: scale(0.7); }
	100% { -ms-transform: scale(1); }
}

@-webkit-keyframes cssload-pulse-2 {
	0% { -webkit-transform: scale(1); }
	50% { -webkit-transform: scale(0.7); }
	100% { -webkit-transform: scale(1); }
}

@-moz-keyframes cssload-pulse-2 {
	0% { -moz-transform: scale(1); }
	50% { -moz-transform: scale(0.7); }
	100% { -moz-transform: scale(1); }
}