/**
* Company Name: Pristinit Solutions
* Company URL: https://pristinit.com
* Author: Pristinit Team 
*/

/*--------------------------------------------------------------
# General CSS
--------------------------------------------------------------*/
@font-face {
  font-family: "Muli-Regular";
  src: url("../fonts/muli/Muli-Regular.ttf");
}
@font-face {
  font-family: "Muli-SemiBold";
  src: url("../fonts/muli/Muli-SemiBold.ttf");
}
@font-face {
  font-family: "Muli-Bold";
  src: url("../fonts/muli/Muli-Bold.ttf");
}
@font-face {
  font-family: "Muli-ExtraBold";
  src: url("../fonts/muli/Muli-ExtraBold.ttf");
}

body {
  font-family: "Muli-Regular";
  background: linear-gradient(180deg, #91eeef 0%, #01c3c6 100%);
}
a {
  color: #148694;
}
.section-heading {
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 5px;
}
.sub-heading {
  font-size: 16px;
}
.registration-card {
  width: 1230px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  border-radius: 0;
  background-color: #fff;
}
.registration-card .card-title {
  font-size: 30px;
  font-weight: bold;
  color: #030303;
}
.registration-card .card-img-top {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.registration-card .card-body {
  padding: 60px 60px 60px;
  min-height: 660px;
}
button.btn.btn-verify {
  background: #148694;
  margin-top: 12px;
  color: #fff;
  padding: 3px 10px;
  font-size: 12px;
  float: right;
  font-weight: 600;
  box-shadow: none;
  outline: none;
  height: auto;
  border-radius: 3px;
  width: auto;
}
.inside-btn {
  position: relative;
}
.inside-btn button.btn {
  position: absolute;
  right: 0;
  top: 5px;
  margin-top: 0;
}
.wizard .content .inside-btn .form-control {
  padding-right: 70px;
}
@media (max-width: 991px) {
  .registration-card .card-body {
    padding: 55px 55px 40px;
  }
}
@media (max-width: 767px) {
  .registration-card .card-body {
    min-height: 535px;
  }
}
@media (max-width: 575px) {
  .registration-card .card-body {
    padding: 24px;
  }
}
.content-part {
  background-color: #ffffff;
  padding: 50px;
}
.brands {
  width: 180px;
  margin: 0 auto 40px;
}
.brands .logo {
  max-width: 100%;
}
.form-content {
  margin: 40px 0 30px;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.tab {
  display: none;
  width: 100%;
  height: 50%;
  margin: 0px auto;
}
.current {
  display: block;
}
.step {
  height: 15px;
  width: 15px;
  cursor: pointer;
  margin: 0 28px;
  color: #fff;
  background-color: #e9e0cf;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.8;
  padding: 5px;
}

ul.step-level li .step.active {
  background-color: #148694;
}

.step.finish {
  background-color: #4caf50;
}

label.error {
  color: #f00;
  font-size: 12px;
  margin: 0;
}
input.form-control.error,
.form-check-input.error {
  border-color: #f00;
}
input.form-control,
select.form-control {
  height: 37px;
  border: none;
  border-bottom: 2px solid #e6e6e6;
  width: 100%;
  color: #666;
  outline: 0 none;
  box-shadow: none;
  padding-left: 0;
  border-radius: 0;
}
input.form-control:focus,
select.form-control:focus {
  outline: 0 none;
  box-shadow: none;
}
input.form-control::placeholder {
  color: #999;
}
.form-control.textarea {
  height: 100px;
  resize: none;
  outline: 0 none;
  box-shadow: none;
  border: 2px solid #e6e6e6;
}
.light-cl {
  margin-top: 6px;
}
ul.step-level {
  text-align: center;
  margin: 0 0 40px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
ul.step-level li .step {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e9e0cf;
  margin-right: 50px;
  position: relative;
}
ul.step-level li .step::before {
  content: "";
  width: 58px;
  height: 2px;
  background: #e9e0cf;
  position: absolute;
  right: 22px;
  top: 5px;
}
ul.step-level li .step::after {
  content: "";
  width: 0;
  height: 2px;
  background: #6d7f52;
  position: absolute;
  left: -68px;
  top: 5px;
  transition: all 0.6s ease;
}
ul.step-level li:first-child .step::after {
  display: none;
}
ul.step-level li:first-child .step::before {
  display: none;
}

button.btn.btn-next,
button.previous.btn {
  padding: 0 20px;
  border: none;
  height: 41px;
  width: 135px;
  border-radius: 4px;
  align-items: center;
  background: linear-gradient(180deg, #7dfbfd 0%, #6eeff0 0.01%, #01b4b7 100%);
  font-family: "Muli-SemiBold";
  color: #fff;
  cursor: pointer;
  position: relative;
  padding-left: 28px;
  outline: none;
  box-shadow: none;
  transition: all 0.5s;
}
button.btn.btn-next:hover,
button.btn:hover {
  background: linear-gradient(
    180deg,
    #01b4b7 100%,
    #6eeff0 0.01%,
    #01b4b7 100%
  );
}
.btn-next i.ml {
  margin-left: 5px;
}
.btn-next i.mr {
  margin-right: 5px;
}
.pricing .plan {
  background-color: #fff;
  padding: 2.5rem;
  margin: 12px;
  border-radius: 5px;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}

.pricing .plan h2 {
  font-size: 19px;
  margin-bottom: 5px;
}
.pricing .plan .price {
  margin-bottom: 1rem;
  font-size: 30px;
  font-family: "Muli-ExtraBold";
  color: #363636;
}
.pricing .plan ul.features {
  list-style-type: none;
  text-align: left;
  padding: 0;
  margin: 0;
}
.pricing .plan ul.features li {
  margin: 8px;
}
.pricing .plan ul.features li .fas {
  margin-right: 4px;
}
.pricing .plan ul.features li .fa-check-circle {
  color: #6ab04c;
}
.pricing .plan ul.features li .fa-times-circle {
  color: #eb4d4b;
}
.pricing .plan button {
  border: none;
  padding: 9px 30px;
  margin-top: 1rem;
  background-color: #148694;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 15px;
  transition: all 0.5s;
}
.pricing .plan button:hover,
.pricing .plan button.active {
  background: #363636;
}
.pricing .plan.popular {
  border: 2px solid #148694;
  position: relative;
}
.pricing .plan.popular span {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #148694;
  color: #fff;
  padding: 4px 20px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
}
.everything {
  font-size: 13px;
  line-height: 18px;
}
.features p {
  font-size: 12px;
  padding-left: 20px;
  color: #999;
  margin-bottom: 8px;
}
.plan-feature {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.plan-feature li {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 5px 0;
}
.plan-feature span {
  display: block;
  font-size: 13px;
}
.accordion {
  margin: 40px auto;
}
.accordion input {
  display: none;
}
.box {
  position: relative;
  background: white;
  height: 64px;
  transition: all 0.15s ease-in-out;
  background: linear-gradient(180deg, #91eeef 0%, #01c3c6 100%);
  color: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
}
.box::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.06);
}

.box-title {
  width: calc(100% - 70px);
  height: 64px;
  line-height: 64px;
  padding: 0 20px;
  display: inline-block;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.box-content {
  width: calc(100% - 40px);
  padding: 30px 20px;
  font-size: 11pt;
  color: #000;
  display: none;
  margin: 0 auto;
}
.box-close {
  position: absolute;
  height: 64px;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}
input:checked + .box {
  height: auto;
  margin: 16px 0;
  background: #dff9fb;
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.06);
}
input:checked + .box .box-title {
  border-bottom: 1px solid #fff;
}
input:checked + .box .box-content,
input:checked + .box .box-close {
  display: block;
}
.arrows section .box-title {
  padding-left: 44px;
  width: calc(100% - 64px);
  font-size: 19px;
  font-weight: 600;
  width: 100%;
  background: linear-gradient(180deg, #91eeef 0%, #01c3c6 100%);
}
.arrows section .box-title span {
  font-size: 21px;
  font-family: "Muli-ExtraBold";
}
.arrows section .box-title:before {
  position: absolute;
  display: block;
  content: "\203a";
  font-size: 23pt;
  left: 20px;
  top: -2px;
  transition: transform 0.15s ease-in-out;
  color: #fff;
}
input:checked + section.box .box-title:before {
  transform: rotate(90deg);
}
.group-btn {
  display: flex;
  justify-content: right;
  margin-top: 15px;
}
.group-btn .previous {
  margin-right: 15px;
}

/*****Responsive Media Query ***/
@media (max-width: 991px) {
  .content-part {
    padding: 25px;
  }
  .pricing .plan {
    padding: 15px;
  }
  .pricing .plan.popular span {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .xs-none {
    display: none;
  }
  .content-part {
    padding: 15px;
  }
  .pricing .plan {
    padding: 10px;
  }
  .pricing .plan ul.features li {
    margin: 0;
  }
  .box-content {
    padding: 30px 10px;
    width: 100%;
  }
  .pricing .plan .price {
    font-size: 23px;
  }
  ul.step-level li .step {
    margin-right: 30px;
  }
  ul.step-level li .step::before {
    width: 42px;
  }
}
