*:focus {
  outline: none;
}

.call-me-button-area {
  padding: 5px 0px 25px 10px !important;
}

.call-me-button-area a {
  background-color: #e23f0c;
  color: #ffffff !important;
  font-size: 18px !important;
  padding: 12px !important;
  border-radius: 8px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.call-me-button-area a:hover {
  background-color: #e24846;
}

.product-view .call-me-button-area {
  display: none;
}

@media screen and (max-width: 800px) {
  .product-view .call-me-button-area {
    display: block;
  }
}

.effect {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

section.user-area-heading {
  font-family: mrg !important;
  background-color: #50bcad;
}

section.user-area-heading .container {
  max-width: 1170px;
}

section.user-area-heading .container ul.profile-info {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  padding-left: 0px;
}

section.user-area-heading .container ul.profile-info li:first-child {
  margin-bottom: 0px !important;
}

section.user-area-heading .container ul.profile-info li:first-child span {
  font-size: 16px;
}

section.user-area-heading .container ul.profile-info li {
  padding: 5px 0px 5px 0px;
}

section.user-area-heading .container ul.profile-info li span {
  float: left;
  color: #ffffff !important;
  font-size: 11px;
}

section.user-area-heading .container ul.profile-info li a.ic {
  cursor: pointer;
  float: left;
  display: block;
  text-indent: -9999px;
}

section.user-area-heading .container ul.profile-info li a.ic svg {
  fill: white;
  display: block;
}

section.user-area-heading .container ul.profile-info li a.ic:hover svg {
  fill: #acff00;
}

section.user-area-heading .container ul.profile-info li a.edit {
  margin-top: 3px;
  margin-left: 5px;
}

section.user-area-heading .container ul.profile-info li a.up {
  margin-top: 0px;
  margin-left: 5px;
}

section.user-area-heading .container div.payment-buttons {
  position: relative;
  margin-top: 30px;
  float: right;
}

section.user-area-heading .container div.payment-buttons .paymentB:last-child {
  margin-right: 0px !important;
}

section.user-area-heading .container div.payment-buttons .paymentB {
  position: relative;
  z-index: 4;
  margin-right: 83px;
  border-radius: 10px;
  width: 98px;
  height: 77px;
  background-color: #61ccbe;
  float: left;
}

section.user-area-heading .container div.payment-buttons .paymentB svg {
  margin-top: -13px;
  fill: #fff;
}

section.user-area-heading .container div.payment-buttons .paymentB span {
  position: absolute;
  bottom: 11px;
  color: #ffffff;
  font-size: 11px;
  text-align: center;
}

section.user-area-heading .container div.payment-buttons .paymentB:hover {
  background-color: #ffffff;
}

section.user-area-heading .container div.payment-buttons .paymentB:hover svg {
  fill: #61ccbe;
}

section.user-area-heading .container div.payment-buttons .paymentB:hover span {
  color: #444444;
}

section.user-area-heading .container div.payment-buttons .balanceB {
  position: absolute;
  z-index: 5;
  top: -4px;
  left: 50%;
  margin-left: -9px;
  width: 98px;
  height: 85px;
  border-radius: 4px;
  background-color: #ffffff;
}

section.user-area-heading .container div.payment-buttons .balanceB p, section.user-area-heading .container div.payment-buttons .balanceB span, section.user-area-heading .container div.payment-buttons .balanceB b {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4e4e4e;
}

section.user-area-heading .container div.payment-buttons .balanceB p {
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 12px;
}

section.user-area-heading .container div.payment-buttons .balanceB span {
  font-size: 18px;
}

section.user-area-heading .container div.payment-buttons .balanceB b {
  font-size: 11px;
  margin-top: 4px;
}

.booking-agree {
  margin-top: 20px;
  border-radius: 3px;
  border: solid 1px #f0f0f0;
  padding-top: 25px !important;
  padding: 38px;
}

.booking-agree .booking-agree-title {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}

.booking-agree .booking-agree-details {
  display: block;
  height: 375px;
  overflow: scroll;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.9;
  letter-spacing: normal;
  color: #000000;
}

.button-left-blue, .button-right-nocolor, .button-gray {
  border-radius: 3px;
  padding: 15px;
  float: left;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 10px;
  text-align: center;
}

.button-gray {
  background-color: #e8efe2;
  color: #030404;
}

.button-left-blue {
  background-color: #4a90e2;
  color: #ffffff;
  width: 70%;
}

.button-left-blue:hover {
  background-color: #1aa592;
  color: #ffffff;
}

.button-right-nocolor {
  color: #444444;
  width: 25%;
}

section.main {
  margin-top: 20px;
}

section.main div.list-navigation {
  padding-left: 0px;
  padding-right: 0px;
}

section.main div.list-navigation ul {
  background-color: #ffffff;
  border-radius: 4px;
  margin: 0px;
  padding: 0px;
}

section.main div.list-navigation ul li a.active {
  border-left: 3px solid #72b98b;
}

section.main div.list-navigation ul li a.inactive {
  border-left: 3px solid #b91d05;
}

section.main div.list-navigation ul li a {
  padding-left: 18px !important;
  border-left: 3px solid #ffffff;
  display: block;
  font-family: mrg;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #464646;
  padding: 17px 0px 17px 0px;
}

section.main div.list-navigation ul li a:hover {
  color: #50bcad;
  border-left: 3px solid #43afb9;
}

section.main div.list-navigation ul li a.current {
  color: #50bcad;
  border-left: 3px solid #43afb9;
}

section.main div.list-navigation .mobile-links img {
  margin: auto;
  margin-top: 20px;
  display: block;
  width: 80%;
}

section.main div.booking-installation {
  padding-left: 0px;
}

section.main div.booking-installation .booking-installation-space {
  order-radius: 4px;
  margin-left: 13px;
  background-color: #ffffff;
  padding: 30px;
  min-height: 400px;
}

section.main div.booking-installation .booking-installation-space .booking-title {
  text-align: center;
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}

section.main div.booking-installation .step-1 {
  padding-left: 15%;
  padding-right: 15%;
  font-family: mrg;
}

section.main div.booking-installation .step-1 .booking-description {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #868686;
}

section.main div.booking-installation .step-1 .booking-account-number-label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}

section.main div.booking-installation .step-1 input.booking-account-input {
  border-radius: 3px;
  border: solid 1px #0c9de2;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 10px;
  padding-left: 14px;
}

section.main div.booking-installation .step-2 {
  padding-left: 15%;
  padding-right: 15%;
  font-family: mrg;
}

section.main div.booking-installation .step-2 .steps-row:nth-child(2) {
  margin-top: 38px;
}

section.main div.booking-installation .step-2 .steps-row {
  margin-bottom: 64px;
}

section.main div.booking-installation .step-2 .col-md-2 {
  font-family: mrg;
  font-size: 55px;
  text-align: left;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #f1f1f1;
}

section.main div.booking-installation .step-2 .col-md-10 .row-title {
  margin-top: 15px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #585858;
  margin-bottom: 9px;
}

section.main div.booking-installation .step-2 .col-md-10 .row-desc {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #868686;
  display: block;
  margin-bottom: 35px;
}

section.main div.booking-installation .step-2 .col-md-10 .small-desc {
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.7;
  letter-spacing: normal;
  color: #5e5e5e;
}

section.main div.booking-installation .step-2 .col-md-10 .blue-price {
  font-size: 29px;
  color: #3ea2e6;
  margin-bottom: -4px;
}

section.main div.booking-installation .step-2 .col-md-10 .blue-price b {
  font-size: 14px;
}

section.main div.booking-installation .step-2 .col-md-10 .blue-price-desc {
  font-size: 12px;
  color: #3ea2e6;
}

section.main div.booking-installation .step-2 .col-md-10 .green-price {
  font-size: 29px;
  color: #50bcad;
  margin-bottom: -4px;
}

section.main div.booking-installation .step-2 .col-md-10 .green-price b {
  font-size: 14px;
}

section.main div.booking-installation .step-2 .col-md-10 .green-price-desc {
  font-size: 12px;
  color: #50bcad;
}

section.main div.list-apps {
  padding-left: 0px;
}

section.main div.list-apps .list-apps-space {
  border-radius: 4px;
  margin-left: 13px;
  background-color: #ffffff;
  padding: 30px;
  min-height: 400px;
}

section.main div.list-apps .list-apps-space h1 {
  font-family: mrg;
  margin: 0px;
  margin-bottom: 20px;
  font-size: 27px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}

section.app-booking .app-info {
  margin-top: 20px;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 20px;
}

section.app-booking .app-info .app-image {
  padding-left: 0px;
}

section.app-booking .app-info .app-image img {
  width: 189px;
  height: 111px;
}

section.app-booking .app-info .app-details {
  padding-left: 31px;
}

section.app-booking .app-info .app-details .app-title {
  display: block;
  font-family: mrg;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #464646;
}

section.app-booking .app-info .app-details .app-use-dates {
  display: inline-block;
  margin-top: 5px;
  margin-right: 20px;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #464646;
}

section.app-booking .app-info .app-details .app-prices {
  margin-top: 10px;
}

section.app-booking .app-info .app-details .blue-price {
  font-size: 25px;
  color: #3ea2e6;
  margin-bottom: -12px;
}

section.app-booking .app-info .app-details .blue-price b {
  font-size: 14px;
}

section.app-booking .app-info .app-details .blue-price-desc {
  font-size: 12px;
  color: #3ea2e6;
}

section.app-booking .app-info .app-details .green-price {
  font-size: 25px;
  color: #50bcad;
  margin-bottom: -12px;
}

section.app-booking .app-info .app-details .green-price b {
  font-size: 14px;
}

section.app-booking .app-info .app-details .green-price-desc {
  font-size: 12px;
  color: #50bcad;
}

section.app-booking .app-reg-form-for-booking {
  margin-top: 20px;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 20px;
}

section.app-booking .app-reg-form-for-booking p.booking-title {
  font-family: mrg;
  font-size: 21px;
  margin-bottom: 20px;
}

section.app-booking .app-reg-form-for-booking span.input-label {
  display: block;
  margin-top: 15px;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}

section.app-booking .app-reg-form-for-booking input.input-new {
  border-radius: 3px;
  border: solid 1px #d0d0d0;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 10px;
  padding-left: 14px;
}

section.app-booking .app-reg-form-for-booking .textarea-new {
  border-radius: 3px;
  border: solid 1px #d0d0d0;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 10px;
  padding-left: 14px;
  height: 100px;
}

section.app-booking .app-reg-form-for-booking input.input-new:hover {
  border: solid 1px #4762d0;
}

section.app-booking .app-booking-processes {
  margin-top: 20px;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 20px;
}

section.app-booking .app-booking-processes p.booking-title {
  font-family: mrg;
  font-size: 21px;
  margin-bottom: 20px;
  text-align: center;
}

section.app-booking .app-booking-processes div.booking-timer {
  margin-top: 50px !important;
  margin-bottom: 33px !important;
  margin: auto;
  display: flex;
  width: 140px;
  height: 140px;
  background-color: #1ea6ea;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  color: #ffffff;
}

section.app-booking .app-booking-processes img.booking-success-svg {
  margin: auto;
  display: block;
  margin-top: 45px !important;
}

section.app-booking .app-booking-processes a.cancel-button {
  margin: auto !important;
  display: block;
  width: 189px;
  height: 50px;
  border-radius: 3px;
  background-color: #f5f5f5;
  padding: 15px;
  margin-top: 40px !important;
  margin-bottom: 10px !important;
  text-align: center;
  color: #444444;
}

section.app-booking .app-booking-processes a.cancel-button:hover {
  background-color: #b4b4b4;
  color: #ffffff;
}

section.app-booking .app-booking-processes a.blue-button {
  margin: auto !important;
  display: block;
  width: 189px;
  height: 50px;
  border-radius: 3px;
  background-color: #4a90e2;
  padding: 15px;
  margin-top: 40px !important;
  margin-bottom: 10px !important;
  text-align: center;
  color: #ffffff;
}

section.app-booking .app-booking-processes a.blue-button:hover {
  background-color: #b4b4b4;
  color: #ffffff;
}
