/* PHONE WIDGET */
.ic-phone-button {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.31);
  font-family: 'Akrobat Regular';
  background: #fff;
  position: fixed;
  right: 10px;
  bottom: 40px;
  border-radius: 30px;
  text-transform: none;
  display: inline-block;
  width: 180px;
  height: 60px;
  text-align: left;
  cursor: pointer;
  z-index: 99999999999;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  padding: 10px 0px 10px 20px;
  color: #1e4b2c;
}
.ic-phone-button .ic-phone-icon {
  position: absolute;
  border-radius: 50px;  
  right: 5px;
  float: right;
  top: 5px;
  padding: 10px 5px;
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 40px;
  background: #00962f;
}
.ic-phone-popup-overlay,
.ic-popup-overlay{
  background: rgba(0, 0, 0, 0.39);
  display: none;
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999 !important;
}
.ic-phone-popup-overlay.active,
.ic-popup-overlay.active{
  display: block;
}
.ic-phone-popup-overlay .ic-phone-popup,
.ic-popup-overlay{
  font-family: 'Akrobat Regular';
  background: url('/wp-content/plugins/medidesk-for-wp/assets/img/phone-bg2.jpg') top left no-repeat;
  background-repeat: no-repeat;
  height: 405px;
  width: 792px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: fixed;
  left: 0;
  right: 0;
  padding: 50px 20px 0px;
  z-index: 99999999 !important;
}
.ic-phone-popup-overlay .ic-phone-popup,
.ic-phone-popup-overlay .ic-popup-before-close-content {
  padding-top: 130px;
  padding-right: 10px;
  border-radius: 25px !important;
}
.ic-phone-popup-overlay .ic-phone-popup .powered {
  position: absolute;
  left: 10px;
  top: 10px;
}
.ic-phone-popup-overlay .ic-phone-popup .title {
  font-size: 30px;
  line-height: 34px;
  font-family: 'Akrobat Regular';
  color: #1e4a2b;
  text-align: center;
  margin-top: 0px;
}
.ic-phone-popup-overlay .ic-phone-popup .subtitle {
  font-size: 30px;
  line-height: 32px;
  color: #1e4a2b;
  text-align: center;
  margin-left: 0px;
  margin-top: 10px;
}
.ic-phone-popup-overlay .ic-phone-popup .form {
  text-align: center;
  margin: 0px;
}
.ic-phone-popup-overlay span.wpcf7-list-item {
  margin: 0px;
}
.ic-phone-popup-overlay .ic-phone-popup .form label {
  display:none;
}
.ic-phone-popup-overlay .ic-phone-popup .form p {
  margin: 0px;  
  line-height: 14px !important;
}
.ic-phone-popup-overlay .ic-phone-popup .form input[type=tel] {
  background: #fff;
  border: 1px solid #1e4a2b;
  border-radius: 30px;
  height: 60px !important;
  font-size: 22px !important;
  color: #1e4a2b;
  max-width: 590px !important;
  padding: 0px 20px;
  font-family: 'Akrobat Regular';
  margin-top: 20px;
  margin-bottom: 10px;
}
.ic-phone-popup-overlay .ic-phone-popup .form ::-webkit-input-placeholder { 
  color: #1e4a2b !important;
}
.ic-phone-popup-overlay .ic-phone-popup .form ::-moz-placeholder { /* Firefox 19+ */
  color: #1e4a2b !important;;
}
.wpcf7-spinner {
  display: none;
}
.ic-phone-popup-overlay .ic-phone-popup .form :-ms-input-placeholder { /* IE 10+ */
  color: #fff !important;
}
.ic-phone-popup-overlay .ic-phone-popup .form :-moz-placeholder { /* Firefox 18- */
  color: #fff !important;
}
.ic-phone-popup-overlay .ic-phone-popup .form input[type=submit] {
  font-family: 'Akrobat Black';
  background: #1e4a2b;
  border: 1px solid #1e4a2b !important;
  font-size: 16px !important;
  font-weight: 400;
  height: 35px !important;
  text-transform: uppercase;
  color: #fff;
  margin-top: 10px;
  margin-left: 0px;
  text-align: center;
  padding: 8px 50px !important;
  cursor: pointer;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.40);

}
.ic-phone-popup-overlay .ic-phone-popup .form input[type=submit]:hover {
  background: #fff;
  color: #405071;
}
.ic-phone-popup-overlay .acceptance {
  position: absolute;
  color: #405071 !important;
  left: 20px;
  bottom: 10px;
  width: 93%;
  font-size: 14px;
  margin: 5px 20px;
  text-align: center;  
  line-height: 13px;
}
.ic-phone-popup-overlay .acceptance input {
  height: auto !important;
}
.ic-phone-popup-overlay .acceptance .c-tooltip {
  text-align: right;
  color: #666461;
  font-size: 12px;
  font-weight: 300;
}
.tooltip {
  z-index: 9999999999999999999 !important;
}
.tooltip-inner {
  max-width: 600px !important;
  padding: 10px !important;
  text-align: left !important;
  opacity: 0.8;
}
.ic-phone-popup-overlay .ic-phone-popup .ic-phone-popup-close-button {
  position: absolute;
  background: transparent;
  right: 15px !important;
  left: auto !important;
  top: 15px;
  cursor: pointer;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 6px;
  z-index: 9999 !important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;

}
.ic-phone-popup-overlay .ic-phone-popup .ic-phone-popup-close-button:hover {
  opacity: 0.6;
}
.ic-phone-popup .wpcf7-form .wpcf7-response-output,
.ic-contact-box-fixed .wpcf7-form .wpcf7-response-output  {
  background: #fff !important;
  position: absolute;
  bottom: -70px;
  right: 0;
  margin: 0px;
  padding: 5px 25px;
  font-size: 12px;
  line-height: 20px; 
  background: #fff;
 color: #2a53a1; 
}
.wpcf7-form .wpcf7-not-valid-tip {
  display: block !important;
  font-size: 11px;
}
@-webkit-keyframes echo{0%{padding:0;margin:0;opacity:1;}
100%{padding:50px;margin:-50px;opacity:0;}
}
@keyframes echo{0%{padding:0;margin:0;opacity:1;}
100%{padding:50px;margin:-50px;opacity:0;}
}
.waves{position:absolute;right:17%;top: 45%;}
.wave{position:absolute;border:2px solid #fff;border-radius:50%;display:inline-block;padding:0;animation-name:echo;animation-duration:40s;animation-iteration-count:infinite;animation-timing-function:ease-in;-webkit-animation-name:echo;-webkit-animation-duration:2s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:ease-out;}
.wave:nth-of-type(2){animation-delay:0.4s;-webkit-animation-delay:0.4s;}
.wave:nth-of-type(3){animation-delay:0.8s;-webkit-animation-delay:0.8s;}

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  2% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  4% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  6% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  8% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  10% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  12% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  14% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  18% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  20%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  2% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  4% {
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  6% {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  8% {
    -webkit-transform: rotate(-22deg);
    -ms-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  10% {
    -webkit-transform: rotate(22deg);
    -ms-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  12% {
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  14% {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  18% {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  20%, 100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.faa-ring.animated,
.faa-ring.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-ring {
  -webkit-animation: ring 2s ease infinite;
  animation: ring 2s ease infinite;
  transform-origin-x: 50%;
  transform-origin-y: 0px;
  transform-origin-z: initial;
}

.faa-ring.animated.faa-fast,
.faa-ring.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-ring.faa-fast {
  -webkit-animation: ring 1s ease infinite;
  animation: ring 1s ease infinite;
}

.faa-ring.animated.faa-slow,
.faa-ring.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-ring.faa-slow {
  -webkit-animation: ring 3s ease infinite;
  animation: ring 3s ease infinite;
}

/* PHONE FORM - mobile */
@media only screen and (max-width: 800px) {
  .ic-phone-popup-overlay .ic-phone-popup {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.58);
    padding: 0px;
    border-radius: 0px;
  }
  .ic-phone-popup-overlay .ic-phone-popup .title {
    margin-top: 80px !important;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }
  .ic-phone-popup-overlay .ic-phone-popup .subtitle {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
  .ic-phone-popup-overlay .ic-phone-popup .form {
    margin: 0px 30px;
    text-align: center;
  }
  .ic-phone-button {
    font-size: 0px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    bottom: 15px;
    right: 15px;
    padding: 0px;
    background: transparent;
    box-shadow: 0 0 0;
  }
  .ic-phone-button .ic-phone-icon {
    display: block !important;
    font-size: 22px;
    right: 5px;
    top: -10px;
    border: 0px solid;
  }
  .ic-phone-popup-overlay .ic-phone-popup .info {
    text-align: center;
    color: #fff;
  }
  .ic-phone-popup-overlay .ic-phone-popup .form input[type=tel] {
    width: 80%;
  }
  .ic-phone-popup-overlay .ic-phone-popup .form input[type=submit] {
    float: none;
  }
  .waves {
    right: 35px;
  }
  .ic-phone-popup .wpcf7-form .wpcf7-response-output,
  .ic-contact-box-fixed .wpcf7-form .wpcf7-response-output  {
    bottom: 20px;
  }
  .ic-phone-popup-overlay .c-tooltip {
    color: #fff;
  }
  .ic-phone-popup-overlay .acceptance {
    position: relative;
    margin: 10px 0;
    left: 10px;
    width: 100% !important;
    right: 0;
    color: #fff !important;
    bottom: 0;
    text-align: center;  
    line-height: 16px;
  }
  .ic-phone-popup-overlay .acceptance .c-tooltip {
    color: #fff;
  }
}


/* GOOGLE RECAPTCHA */
.grecaptcha-badge{
  display: none !important;
}
