/****************BEGIN NAVBAR TOGGLER***************/
.popup001 header {
  font-weight: 300;
  font-size: 14px;
}
.popup001 .modal-dialog {
  max-width: 600px;
}
.popup001 .modal-title {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 18px;
  margin-bottom: 8px;
}
.popup001 .modal-body {
  padding: 25px 80px 60px 80px !important;
}
.popup001 .modal-body .form-group {
  padding-top: 0 !important;
}
.popup001 .wpcf7-submit {
  margin-top: 20px !important;
}
.popup001 .wpcf7-form-control-wrap {
  display: block;
  position: relative;
  margin-top: 15px;
}
.popup001 .wpcf7-form-control-wrap:before, .popup001 .wpcf7-form-control-wrap:after {
  content: "";
  height: 4px;
  background: #4B58DC;
  position: absolute;
  top: -2px;
}
.popup001 .wpcf7-form-control-wrap input {
  border-radius: 0;
  border: 0;
  padding-left: 0;
  border-bottom: 1px solid #707070;
  outline: none;
  color: #7B7B7B;
  font-size: 16px;
  background-size: 12px;
}
.popup001 .wpcf7-form-control-wrap input.lbl-user {
  background: url("../assets/user.svg") no-repeat left center;
}
.popup001 .wpcf7-form-control-wrap input.lbl-phone {
  background: url("../assets/smartphone.svg") no-repeat left center;
}
.popup001 .wpcf7-form-control-wrap input.lbl-email {
  background: url("../assets/message.svg") no-repeat left center;
}
.popup001 .wpcf7-form-control-wrap input:focus, .popup001 .wpcf7-form-control-wrap input:active {
  outline: none;
  box-shadow: none;
  background-color: #f3f3f3;
}
.popup001 br {
  display: none;
}
.popup001 label {
  font-weight: 300;
  font-size: 16px;
  display: block;
  margin-bottom: -10px;
  margin-top: 15px;
  color: #7B7B7B;
}
.popup001 label span.red {
  color: #ca0000;
}
.popup001 textarea {
  border-radius: 0;
  background: #F5F4F4;
  border: 0;
  height: 152px;
}
.popup001 p:empty {
  display: none;
}
.popup001 .form-action {
  margin-top: 15px;
  text-align: center;
}

/****************BEGIN CALL BUTTON***************/
@-moz-keyframes alo-circle-anim {
  0% {
    -moz-transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
    -moz-opacity: 0.1;
    -webkit-opacity: 0.1;
    -o-opacity: 0.1;
  }
  30% {
    -moz-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -o-opacity: 0.5;
  }
  100% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    -o-opacity: 0.1;
  }
}
@-webkit-keyframes alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-o-keyframes alo-circle-anim {
  0% {
    -o-transform: rotate(0) kscale(0.5) skew(1deg);
    -o-opacity: 0.1;
  }
  30% {
    -o-transform: rotate(0) scale(0.7) skew(1deg);
    -o-opacity: 0.5;
  }
  100% {
    -o-transform: rotate(0) scale(1) skew(1deg);
    -o-opacity: 0.1;
  }
}
@-webkit-keyframes alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-o-keyframes alo-circle-fill-anim {
  0% {
    -o-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -o-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -o-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-moz-keyframes alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@-o-keyframes alo-circle-img-anim {
  0% {
    -o-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -o-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -o-transform: rotate(0) scale(1) skew(1deg);
  }
}
.isd-alo-phone {
  visibility: hidden;
  background-color: transparent;
  width: 150px;
  cursor: pointer;
  z-index: 10;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility 0.5s;
  -moz-transition: visibility 0.5s;
  -o-transition: visibility 0.5s;
  transition: visibility 0.5s;
  /* right: 150px; */
  bottom: 55px;
  right: 0px;
}

.isd-alo-ph-circle {
  width: 110px;
  height: 110px;
  bottom: 20px;
  left: -10px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  border: 2px solid #bfebfc 9;
  opacity: 0.1;
  -webkit-animation: alo-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: alo-circle-anim 1.2s infinite ease-in-out;
  -ms-animation: alo-circle-anim 1.2s infinite ease-in-out;
  -o-animation: alo-circle-anim 1.2s infinite ease-in-out;
  animation: alo-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  border-color: #f79223;
  opacity: 0.5;
}

.isd-alo-ph-circle-fill {
  width: 90px;
  height: 90px;
  bottom: 30px;
  left: 0px;
  position: absolute;
  background-color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.1;
  -webkit-animation: alo-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: alo-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: alo-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: alo-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: #fc8d1f;
  opacity: 0.75 !important;
}

.isd-alo-ph-img-circle {
  width: 60px;
  padding: 6px;
  padding-top: 13px;
  height: 60px;
  bottom: 44px;
  left: 15px;
  position: absolute;
  background-size: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1.7;
  -webkit-animation: alo-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: alo-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: alo-circle-img-anim 1s infinite ease-in-out;
  -o-animation: alo-circle-img-anim 1s infinite ease-in-out;
  animation: alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: #f79223;
}

@media (max-width: 991px) {
  .isd-alo-phone {
    bottom: 46px;
    right: -5px;
  }
}
/****************END CALL BUTTON***************/
.btn-call-fixed {
  color: #E5072D !important;
  position: fixed !important;
  left: 0 !important;
  bottom: 0px !important;
  padding: 0px !important;
  height: 0px;
  border: 0px !important;
  z-index: 10;
}
.btn-call-fixed .isd-alo-phone {
  visibility: visible !important;
}
.btn-call-fixed span.number-phone {
  padding: 10px 20px 10px 20px;
  font-weight: bold;
  background: linear-gradient(0deg, #D10265 0%, #E3744E 68.1%, #F2D23C 100%);
  color: white;
  position: fixed;
  bottom: 58px;
  left: 50px;
  border-radius: 30px;
  box-shadow: 4px 3px 8px #4e4e4e;
  animation: shadow-pulse 2s infinite;
}
.btn-call-fixed span.number-phone:hover {
  opacity: 0.8;
}
.btn-call-fixed span.number-phone img {
  margin-right: 10px;
  position: relative;
  top: -2px;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(247, 146, 35, 0.5);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(247, 146, 35, 0.05);
  }
}
@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0px rgba(247, 146, 35, 0.1);
  }
  100% {
    box-shadow: 0 0 0 70px rgba(247, 146, 35, 0);
  }
}

/*# sourceMappingURL=popup002.css.map */
