.bg-dark-blue {
  background: #0E193D;
}

.border-light-gray {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.bg-light-white {
  background: rgba(255, 255, 255, 0.2) !important;
}

.bg-light-gray {
  background: #EDF9F7;
}

.btn-orange {
  background: #c75220;
}

.text-orange {
  color: #c75220;
}

.check-list li {
  padding-left: 40px;
  background: url(/images/tick-icon.png?8571963fc2bb8d6a560bdd1dbe14ebb3) no-repeat;
  background-position: 0px 9px;
  margin-bottom: 30px;
  position: relative;
  display: block;
}

.check-list li:not(:last-child)::after {
  content: "";
  height: 100%;
  width: 2px;
  background: #D9D9D9;
  position: absolute;
  left: 8px;
  top: 35px;
}

.progress-step li {
  font-size: 18px;
  line-height: 24px;
  color: #171717;
  position: relative;
  padding: 0px 15px;
  background-color: #fff;
}

.progress-step li::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: #999A99;
  border-radius: 50%;
  margin-right: 10px;
  border: 5px solid #fff;
  outline: 2px solid #999A99;
}

.progress-step li.active::before {
  background: #c75220;
  outline-color: #c75220;
}

.progress-step li:not(:last-child)::after {
  content: "";
  display: inline-block;
  background: #c75220;
  height: 1px;
  width: 80%;
  position: absolute;
  right: -80%;
}

.font-weight-light {
  font-weight: 300 !important;
}

.progress-step-phone li::before {
  content: "";
  background: #fff;
  border: 5px solid #0E193D;
  outline: 2px solid #fff;
}

.progress-step-phone li.active::before {
  content: "";
  background: #fff;
  border: 5px solid #c75220;
  outline: 2px solid #c75220;
}

.progress-step-phone li {
  padding: 0px !important;
  background-color: transparent !important;
}

.progress-step-phone.progress-step li:not(:last-child)::after {
  width: 74%;
  right: -34%;
  background: #D9D9D9;
}

.progress-step-phone.progress-step li.active:not(:last-child)::after {
  background: #c75220;
}

.progress-step-phone.progress-step li {
  width: 100%;
  justify-content: center;
}

.planProductDec {
  text-align: left !important;
}

.order-details table td:not(.text-end) {
  text-align: left !important;
}

.top-left-section {
  top: 80px;
}

.z-3 {
  z-index: 9999;
}

.text-green {
  color: #25A42A;
}

.offer-content {
  margin-top: -5% !important;
}

.h5-disabled h5,
.h5-disabled div {
  color: gray !important;
}

.social-icons li {
  display: inline-block;
  margin: 10px 3px 0px;
}

.social-icons li a {
  background: #fff;
  padding: 8px 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.social-icons li a:hover {
  background: transparent;
  color: #fff;
}

.social-icons .youtube a {
  padding: 8px 12px;
}

.social-icons li a svg {
  width: 24px;
  height: 24px;
}

.orderProduct {
  padding: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.0901960784);
  border-radius: 4px;
}

.orderProduct .productDetailsPlan {
  padding-left: 0;
}

.orderProduct .planProductImg {
  min-width: 60px;
  width: 60px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.thankyouVideo {
  border-radius: 4px;
  overflow: hidden;
}

.proVidPlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
}

.proVidPlay .material-icons {
  font-size: 70px;
  color: #fd541b;
  line-height: normal;
  opacity: 0.7;
}

.order-details table td:not(.text-end) {
  text-align: left !important;
}

table td {
  color: #182531;
  font-size: 13px;
  padding: 15px 15px;
}

@media (max-width: 1440px) {
  .progress-step li {
    font-size: 16px;
  }
}

@media (max-width: 1366px) {
  .progress-step li {
    font-size: 14px;
    line-height: 20px;
  }

  .progress-step li::before {
    width: 20px;
    height: 20px;
  }

  .check-list .h5 {
    font-size: 1.1rem;
  }

  .check-list span {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .progress-step li {
    font-size: 12px;
    line-height: 20px;
    padding: 0px 10px;
  }

  .progress-step li::before {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 991px) {
  .upsell-wrapper .min-vh-100 {
    height: auto !important;
    min-height: auto !important;
  }

  .upsell-logo {
    max-width: 120px;
  }
}

@media (max-width: 640px) {
  .progress-step li span {
    display: none;
  }

  .check-list span {
    font-size: 14px;
  }

  .check-list .h5 {
    font-size: 1rem;
  }

  .step-name {
    font-size: 14px !important;
    margin-bottom: 10px !important;
  }
}

@media (max-width: 575px) {
  .progress-step li::before {
    width: 16px;
    height: 16px;
  }

  .progress-step-phone.progress-step li:not(:last-child)::after {
    right: -33%;
  }
}

