#uptocall-mini {
  position: fixed;
  bottom: 20px;
  left: 20px;
  cursor: pointer;
  z-index: 999;
  border: 10px solid rgba(0, 248, 0, 0.15);
  border-radius: 100%;
}
#uptocall-mini .uptocall-mini-phone {
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: rgba(55, 200, 55, 0.8);
  width: 70px;
  height: 70px;
}
#uptocall-mini .uptocall-mini-phone:hover {
  background-color: rgba(55, 200, 55, 1);
}
#uptocall-mini .uptocall-mini-phone:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(callback.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation: uptocallphone 1.5s linear infinite;
  -moz-animation: uptocallphone 1.5s linear infinite;
  animation: uptocallphone 1.5s linear infinite;
}
@-webkit-keyframes uptocallphone {
  0%,
  100%,
  50% {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  75% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
}
@-moz-keyframes uptocallphone {
  0%,
  100%,
  50% {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  75% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
}
@keyframes uptocallphone {
  0%,
  100%,
  50% {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  75% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
}
.popup_call_phone_product_btn {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 9997;
  width: 90px;
  height: 90px;
  background: url(call.png) no-repeat;
  border: 0 !important;
}
#popup-call-phone-product-wrapper {
  background: transparent;
  max-width: 343px;
  width: 90%;
  margin: 20px auto;
  min-height: 100px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1),
    0px 23px 23px 0px rgba(0, 0, 0, 0.09), 0px 51px 31px 0px rgba(0, 0, 0, 0.05),
    0px 90px 36px 0px rgba(0, 0, 0, 0.01), 0px 141px 40px 0px rgba(0, 0, 0, 0);
}
#popup-call-phone-product-wrapper .text-danger {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.2;
  color: #ff0000;
}
textarea#commentValue + div {
  margin-top: -8px !important;
}
#popup-call-phone-product-wrapper .popup-heading {
  text-align: center;
  border-bottom: 1px solid #fff;
  padding: 20px 50px 12px 22px;
  position: relative;
  min-height: 62px;
  line-height: 52px;
  color: #000;
  background-color: #fff;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.26;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
#popup-call-phone-product-wrapper .mfp-close {
  width: 60px;
  height: 52px;
  font-family: none;
  font-size: 40px;
}
.mfp-close-btn-in .mfp-close {
  color: #ccc;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.mfp-close-btn-in .mfp-close:hover {
  color: #049cee;
}
#popup-call-phone-product-wrapper .popup-footer {
  padding: 26px 22px;
  border-top: 1px solid #fff;
  background-color: #fff;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#popup-call-phone-product-wrapper .popup-footer button {
  height: 32px;
  line-height: 30px;
  color: #fff;
  padding: 0 25px;
  cursor: pointer;
  font-size: 12px;
  display: inline-block;
  border: 1px solid #ff8001;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background: #ff8001;
  border-radius: 2px;
  outline: 0;
  text-align: center;
}
#popup-call-phone-product-wrapper .popup-footer button:hover {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: #379c0d;
  border: 1px solid #379c0d;
}
#popup-call-phone-product-wrapper .popup-footer a {
  float: left;
  /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); */
  background: #049cee;
  color: #fff;
  border: 1px solid #049cee;
  font-size: 16px;
  width: 100%;
  height: 55px;
  margin: 0 auto;
  padding: 16px 30px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 27px;
  text-align: center;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  user-select: none;
}
.masked,
.masked_loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#popup-call-phone-product-wrapper .popup-footer a:hover {
  color: #049cee;
  background-color: #fff;
  border: 1px solid #049cee;
}
#popup-call-phone-product-wrapper .popup-center {
  color: #000;
  background: #fff;
  padding: 0 22px;
  overflow: auto;
}
#popup-call-phone-product-wrapper .popup-center.send {
  padding: 20px 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#popup-call-phone-product-wrapper .popup-center.send p {
  margin-bottom: 0;
}
#popup-call-phone-product-wrapper .payment-info {
  clear: both;
}
#popup-call-phone-product-wrapper .payment-info > div {
  width: 100%;
  display: inline-block;
}
#popup-call-phone-product-wrapper .payment-info > div + div {
  margin-top: 10px;
}
#popup-call-phone-product-wrapper .payment-info > div label {
  margin-bottom: 2px;
  color: #fff;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
}
#popup-call-phone-product-wrapper .payment-info > div label span {
  color: red;
}
#popup-call-phone-product-wrapper .payment-info > div input,
#popup-call-phone-product-wrapper .payment-info > div textarea {
  padding: 12px 0;
  background: transparent;
  outline: 0;
  width: 100%;
  color: #838383;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  border-radius: 0;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 6px;
}
#popup-call-phone-product-wrapper .payment-info > div input:focus,
#popup-call-phone-product-wrapper .payment-info > div textarea:focus {
  border-color: #049cee;
  box-shadow: none;
}
#popup-call-phone-product-wrapper .payment-info > div textarea {
  min-height: 70px;
  resize: vertical;
}
#popup-call-phone-product-wrapper .payment-info span.required {
  display: none;
}
.masked {
  z-index: 10000;
  background: #eee;
  opacity: 0.4;
}
.masked_loading {
  background: url(ring-alt.svg) center center no-repeat;
  z-index: 10001;
}
.popup-call-phone-button {
  text-align: center;
}
.popup-call-phone-button button {
  width: 100% !important;
}
@media (max-width: 650px) {
  #popup-call-phone-product-wrapper .popup-heading {
    font-size: 14px;
  }
  #popup-call-phone-product-wrapper .popup-footer button {
    width: 100%;
  }
  #popup-call-phone-product-wrapper .popup-footer a {
    margin-top: 5px;
    width: 100%;
    font-size: 14px;
  }
  #popup-call-phone-product-wrapper .mfp-close {
    width: 40px;
    height: 42px;
  }

  .image_popup {
    margin-top: 5px;
    margin-bottom: 20px;
  }

  #popup-call-phone-product-wrapper .payment-info > div input,
  #popup-call-phone-product-wrapper .payment-info > div textarea {
    padding: 8px 0;
    font-size: 14px;
  }

  #popup-call-phone-product-wrapper .payment-info > div textarea {
    min-height: 70px;
    resize: none;
  }

  #popup-call-phone-product-wrapper .popup-footer {
    padding: 25px 22px;
  }
}
