/*
=================================================
popup call now
=================================================
*/

.callback-popup p,
.callback-popup a,
.callback-popup strong,
.callback-popup button,
.callback-popup span,
.callback-popup {
  font-family: "Open Sans", sans-serif;
}

.callback-popup .modal-header .close {
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: absolute;
  top: -15px;
  right: -15px;
  opacity: 1;
  line-height: 15px;
  outline: none;
  box-shadow: none;
}

.callback-popup .modal-header .close img {
  width: 20px;
}

.callback-popup .modal-content {
  /*background-color: #212121;*/
  color: #fff;
  border-radius: 0;
  background: #64bfba;
  background: -moz-linear-gradient(left, #64bfba 1%, #00a2e0 100%);
  background: -webkit-linear-gradient(left, #64bfba 1%, #00a2e0 100%);
  background: linear-gradient(to right, #64bfba 1%, #00a2e0 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#64bfba', endColorstr='#00a2e0', GradientType=1);
}

.callback-popup .modal-body p {
  color: #fff;
}

.callback-popup .modal-body {
  position: relative;
  padding: 30px;
  padding-left: 75px;
  padding-right: 75px;
  padding-bottom: 50px;
}

.callback-popup .modal-header {
  border-bottom: none;
}

.callback-popup h3 {
  font-size: 30px;
  margin: 0 0 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1.8;
}

.lazi-alo-input-wrapper {
  margin-top: 40px;
}


.lazi-alo-number {
  background-color: transparent;
  border: 2px solid #05a656;
  padding: 10px;
  font-size: 32px;
  max-width: 275px;
  text-align: center;
}

.lazi-alo-message {
  padding: 18px 0 13px 0;
}

.lazi-alo-timer {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: #252525;
  padding: 10px;
  font-size: 20px;
  font-weight: 100;
}

.lazi-alo-timer * {
  font-weight: 100;
}

.lazi-alo-submit {
  background-color: #05a656;
  border: none;
  padding: 20px;
  font-size: 20px;
}

.lazi-alo-popup-timer {
  padding-top: 20px;
  font-size: 28px;
  font-weight: 300;
}

.lazi-alo-timer:focus,
.lazi-alo-number:focus {
  outline: none;
}

@media all and (max-width: 480px) {
  .callback-popup .modal-body {
    padding-left: 10px;
    padding-right: 10px;
  }
}


@media all and (max-width: 768px) {
  .callback-popup .modal-header .close {
    top: 2px;
    right: 1px;
    border-radius: 0;
  }
}



.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
  /* Adjusts for spacing */
}

.modal-dialog {
  display: inline-block;
  vertical-align: middle;
}


.pfl-wrap {
  padding: 50px 0 100px;
  padding-bottom: 30px;
}


.cta-search-team .btn-order-design {
  border-color: #fff;
}


.callback-popup input.error,
.callback-popup textarea.error {
  border: 2px solid #ff006d !important;
}


.callback-popup .alert-success {
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
}

.callback-popup .alert-success p {
  font-weight: 100;
}

.pdt-dt-rcl .rbox-hd {
  font-weight: 400;
  margin: 0;
  font-size: 22px;
}




/* Phone Ring */

.laziweb-alo-phone {
  position: fixed;
  right: 0px;
  bottom: 0px;
  visibility: visible;
  background-color: transparent;
  width: 165px;
  height: 165px;
  cursor: pointer;
  z-index: 200000 !important;
}

.laziweb-alo-ph-circle {
  width: 145px;
  height: 145px;
  top: 0px;
  left: 0px;
  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);
  opacity: .1;
  border-color: #39c0c0;
  opacity: .5;
}

.laziweb-alo-ph-circle-fill {
  width: 100px;
  height: 100px;
  top: 23px;
  left: 23px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background-color: rgba(57, 192, 192, 0.5);
  opacity: .75 !important;
}

.laziweb-alo-ph-img-circle {
  width: 60px;
  height: 60px;
  top: 43px;
  left: 43px;
  position: absolute;
  background: rgba(30, 30, 30, 0.1) url("../images/phone-icon.png") no-repeat center center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s 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: #39c0c0;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}


.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}


/*new*/

.callback-popup .modal-body .title {
  margin-bottom: 20px;
}

.callback-popup .modal-body .title p {
  font-size: 25px;
}

.callback-popup .modal-body strong {
  font-weight: bold;
}

.callback-popup .modal-body .first-section {
  margin-bottom: 20px;
}

.callback-popup .modal-body p {
  font-weight: 300;
  margin-bottom: 2px;
}

.callback-popup .modal-body .title .c-blue {
  color: #fff;
}

.callback-popup .modal-body .seconds-section {
  margin-bottom: 25px;
}

.callback-popup .modal-body a {
  color: #fff;
}

.callback-popup .modal-body .button-section input {
  height: 50px;
  text-align: center;
  padding: 3px 5px;
  color: #333;
  border: 1px solid #39c0c0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 270px;
  max-width: 100%;
  margin-top: 5px;
}

.callback-popup .modal-body .button-section button {
  background-color: #4b5050;
  color: #fff;
  border: 1px solid #4b5050;
  padding: 10px 15px;
  height: 50px;
  margin-top: 5px;
}

.callback-popup .modal-body {
  font-size: 20px;
  line-height: 25px;
}


/*
=================================================
end popup call now
=================================================
*/

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.hot-line-wrap p,
.hot-line-wrap strong,
.hot-line-wrap a {
  color: #50c7c7;
}

.hot-line-wrap {
  position: fixed;
  top: auto;
  right: 30px;
  bottom: 20px;
  background-color: #fff;
  border: 1px solid #50c7c7;
  color: #50c7c7;
  padding: 5px 10px;
  padding-left: 45px;
  -webkit-border-radius: 0 20px 0 20px;
  -moz-border-radius: 0 20px 0 20px;
  border-radius: 0 20px 0 20px;
  z-index: 9999999;
}

.hot-line-wrap p {
  margin-bottom: 0;
}

.hot-line-wrap p span {
  width: 50px;
  height: 50px;
  line-height: 46px;
  border: 2px solid #50c7c7;
  text-align: center;
  font-size: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: -15px;
  background-color: #50c7c7;
  color: #fff;
}

.hot-line-wrap p strong {
  font-size: 25px;
  font-weight: bold;
  line-height: 32px;
}

.hot-line-wrap a {
  outline: none !important;
  color: #50c7c7;
}