.page-id-6 .ic-contact-box-fixed,
.page-id-6 .ic-phone-button,
.page-id-50 .ic-contact-box-fixed,
.page-id-50 .ic-phone-button,
.page-id-384 .ic-contact-box-fixed,
.page-id-384 .ic-phone-button {
  display: none;
}

/* FORM WIDGET */
.ic-contact-box-fixed {
  width: 320px;
  height: auto;
  position: fixed;
  top: 180px;
  padding: 15px 30px 15px; 
  right: 0;
  margin-right: -320px;
  transition: 0.5s ease-in-out;
  background: #fff;
  z-index: 999999;
  border-bottom-left-radius: 20px;
  border: 1px solid #fa5f0f;
}
.ic-contact-box-fixed .title{
  font-family: inherit;
  color: #666461;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 22px;
  margin-bottom: 10px;
}
.ic-contact-box-fixed .title small {
  font-size: 14px;
}
.ic-contact-box-fixed .form .cf label,
.ic-contact-box-fixed .form .cf br {
  display: none;
  font-size: 10px !important;
  text-transform: uppercase;
  font-weight: 700;
  color: #3a3c41;
}
.ic-contact-box-fixed .form {  
  border-bottom-left-radius: 10px;
}
.ic-contact-box-fixed .form p {
  margin: 5px 0px;
}
.ic-contact-box-fixed .form .acceptance {
  font-size: 11px;
  line-height: 13px;
  color: #3a3c41;
  text-align: justify;
}
.ic-contact-box-fixed .form .acceptance input {
  height: auto !important;
}
.ic-contact-box-fixed .form input[type="checkbox"],
.ic-contact-box-fixed span.wpcf7-list-item {
  border: 0px;
  margin: 0px;
  box-shadow: 0px 0px;
}
.ic-contact-box-fixed .form input[type=tel],
.ic-contact-box-fixed .form input[type=text],
.ic-contact-box-fixed .form input[type=date],
.ic-contact-box-fixed .form input[type=email],
.ic-contact-box-fixed .form select {
  background: #fff;
  border: 1px solid #fa5f0f;
  margin-bottom: 0px;
  border-radius: 20px;
  height: 40px !important;
  font-family: inherit;
  font-size: 12px !important;
  padding: 0px 12px;
  text-transform: none;
  width: 100%;
}
.ic-contact-box-fixed .form textarea {
  background: #fff;
  border: 1px solid #fa5f0f;
  border-radius: 23px;
  margin-bottom: 3px;
  height: 80px;
  width: 100%;
  font-family: inherit;
  font-size: 13px !important;
  color: #3a3c41;
  padding: 12px;
  text-transform: none;
}
.ic-contact-box-fixed .form .select-arrow {
  display: none;
}
.ic-contact-box-fixed .form input[type=submit] {
  background: #069ddd !important;
  color: #fff;
  border: 1px solid !important;
  width: 60% !important;
  height: 40px !important;
  margin-top: 10px;
  font-family: inherit;
  font-size: 16px !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 10px !important;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 20px;
  margin-bottom: 30px;
}
.ic-contact-box-fixed .form input[type=submit]:hover {
    background: #fff !important;
    color: #fa5f0f;
}
.ic-contact-box-fixed span.wpcf7-not-valid-tip {
  font-size: 10px;
}
.ic-contact-box-fixed.active {
  margin-right: -2px;
  z-index:9999999;
}
.ic-contact-box-fixed .ic-contact-box-label {
  top: -1px;
  position: absolute;
  width: 50px;
  height: 210px;
  left: -50px;
  cursor: pointer;
  background: #094863;
  transition: 0.5s ease-in-out;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 1px solid #fa6416;
  border-right: 0px;
}
.ic-contact-box-fixed .ic-contact-box-label .title {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-top: 114px !important;
}
.ic-contact-box-fixed .ic-contact-box-label .icon {
  position: absolute;
  bottom: 0;
  line-height: 0px;
  width: 49px;
  height: 40px;
  padding: 7px;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  color: #fff;
  float: right;
  background: #fff;
  border-bottom-left-radius: 20px;
}
.ic-contact-box-fixed .ic-contact-box-label .icon i {
  -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-contact-box-fixed .ic-contact-box-label:hover .icon i {
   -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-360deg);
}
.ic-contact-box-fixed .ic-contact-box-label .icon .close-icon,
.active-contact-box .ic-contact-box-fixed .ic-contact-box-label .icon .open-icon{
    display: none;
}
.active-contact-box .ic-contact-box-fixed .ic-contact-box-label .icon .close-icon {
  display: block;
}
.ic-contact-box-fixed .powered {
  background: #fff;
  padding: 0px 5px 8px 8px;
  margin-top: 5px;
  position: absolute;
  bottom: 2px;
  right: 2px;
}
.ic-contact-box-fixed .tooltip-shortcode {
  color: #3a3c41;
}
/* FORM WIDGET - mobile */
@media only screen and (max-width: 800px) {
  .ic-contact-box-fixed .ic-contact-box-label {
    top: 320px;
    height: 42px;
  }
  .ic-contact-box-fixed .ic-contact-box-label .title {
    display: none;
  }
  .ic-contact-box-fixed {
    top: 10px;
  }
  .ic-contact-box-fixed .ic-contact-box-label  {
    z-index: 99999999999999999 !important;
    background: transparent;
  }
  .ic-contact-box-fixed .ic-contact-box-label .icon {
    border-top-left-radius: 20px !important;
  }
}


/* PHONE WIDGET */
.ic-phone-button {
  font-family: inherit;
  background: #fff;
  position: fixed;
  right: 20px;
  bottom: 36px;
  text-transform: none;
  display: inline-block;
  width: 160px;
  height: 58px;
  text-align: center;
  cursor: pointer;
  z-index: 99999999999;
  font-size: 16px;
  line-height: 17px;
  color: #29abe2;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid #fa6416;
}
.ic-phone-button .ic-phone-icon {
  position: absolute;
  border-radius: 50px;  
  top: 2px;
  padding: 10px 5px;
  text-align: center;
  height: 56px;
  width: 56px;
  line-height: 40px;
  background: #fff;
}
.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: inherit;
  background: url('/wp-content/uploads/2020/01/phone-bg_03.jpg') top left no-repeat;
  background-repeat: no-repeat;
  height: 399px;
  width: 782px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: fixed;
  left: 0;
  right: 0;
  padding: 50px 20px 0px;
  z-index: 99999999 !important;
  border-radius: 25px;
}
.ic-phone-popup-overlay .ic-phone-popup,
.ic-phone-popup-overlay .ic-popup-before-close-content {
  padding-top: 121px;
  padding-right: 45px;
}
.ic-phone-popup-overlay .ic-phone-popup .powered {
  position: absolute;
  right: 14px;
  bottom: 20px;
}
.ic-phone-popup-overlay .ic-phone-popup .title {
  font-size: 26px;
  line-height: 34px;
  font-family: inherit;
  color: #094863;
  text-align: center;
  margin-top: 0px;
}
.ic-phone-popup-overlay strong {
  color: #094863;
}
.ic-phone-popup-overlay .ic-phone-popup .subtitle {
  font-size: 26px;
  line-height: 32px;
  color: #094863;
  text-align: center;
  margin-top: 0px;
}
.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 #fa5f0f;
  border-radius: 30px;
  height: 50px !important;
  font-size: 22px !important;
  color: #404040;
  max-width: 530px !important;
  padding: 0px 20px;
  font-family: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ic-phone-popup-overlay .ic-phone-popup .form ::-webkit-input-placeholder { 
  color: #404040 !important;
}
.ic-phone-popup-overlay .ic-phone-popup .form ::-moz-placeholder { /* Firefox 19+ */
  color: #404040 !important;;
}
.ic-phone-popup-overlay .ic-phone-popup .form :-ms-input-placeholder { /* IE 10+ */
  color: #404040 !important;
}
.ic-phone-popup-overlay .ic-phone-popup .form :-moz-placeholder { /* Firefox 18- */
  color: #404040 !important;
}
.ic-phone-popup-overlay .ic-phone-popup .form input[type=submit] {
  font-family: inherit;
  background: #069ddd;
  border: 1px solid #069ddd !important;
  border-radius: 25px;
  font-size: 15px !important;
  font-weight: 600;
  height: 35px !important;
  text-transform: uppercase;
  color: #fff;
  margin-top: 5px;
  text-align: center;
  padding: 8px 50px !important;
  cursor: pointer;
}
.ic-phone-popup-overlay .ic-phone-popup .form input[type=submit]:hover {
  background: #fff;
  color: #069ddd;
}
.ic-phone-popup-overlay .acceptance {
  position: relative;
  color: #405071 !important;
  padding: 10px 54px;
  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: #404040;
  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;
  top: 15px;
  cursor: pointer;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align: center;
  -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  {
  position: absolute;
  bottom: -35px;
  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;
}
.c-info{
  margin: 5px 0 0px !important;
  font-size: 24px;
}
.c-info a {
  font-weight: 700;
}
@-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: 53%;top: 47%; z-index: 9}
.wave{position:absolute;border:2px solid #29abe2;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 .ic-phone-popup-close-button {
    top: 30px;
  }
  .ic-phone-popup-overlay strong {
    color: #fff;
  }
  .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: 100px 30px 0px!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;
    border:  0px solid;
  }
  .ic-phone-button .ic-phone-icon {
    display: block !important;
    width: 40px;
    height: 40px;
    font-size: 22px;
    border: 0px solid;
    background: #fff;
    border: 3px solid #069ddd;
  }
  .ic-phone-button .ic-phone-icon img {
    width: 20px;
  }
  .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: 18px;
    top: 59%;
  }
  .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-top: 20px;
    padding: 0px;
    width: 100% !important;
    right: 0;
    bottom: 0;
    text-align: center;  
    line-height: 16px;
  }
  .ic-phone-popup-overlay .acceptance .c-tooltip {
    color: #fff;
  }
  .c-info{
    color: #fff;
    margin-top: 20px !important;
    font-size: 20px;
  }
}


/* GOOGLE RECAPTCHA */
.g-recaptcha {
  -webkit-transform: scale(0.77);
     -moz-transform: scale(0.77);
      -ms-transform: scale(0.77);
       -o-transform: scale(0.77);
          transform: scale(0.77);
   -webkit-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
       -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
           transform-origin: 0 0;
}
