/*   Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
/* ======font family=========
  font-family: "Inter", sans-serif;
*/

:root{

  --bgColor: #F5F5F5;
  --textPink: #FD3EF2;
  --textBlack: #111111;
  --textColorBlack: #111111;

  --f14 : 14px;
  --f16 : 16px;
  --f18 : 18px;
  --f20 : 20px;
  --f22 : 22px;
  --f24 : 24px;
  --f28 : 28px;
  --f30 : 30px;
  --f32 : 32px;
  --f36 : 36px;
  --f40 : 40px;
  --f48 : 48px;

}

* {
  font-family: "Inter", sans-serif;
}
body {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}

img{
  max-width: 100%;
}

button {
  cursor: pointer;
  border: none;
  padding: 0;
  background: none;
}

a:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  text-decoration: none; }

a,
button {
  color: inherit;
  outline: medium none;
  text-decoration: none;
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0; }


h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  font-weight: 700;
 }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 34px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 14px;
  font-weight: 700;
}

ul {
  margin: 0px;
  padding: 0px; }

li {
  list-style: none; }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
max-width: 375px;
margin: 0 auto;
}


/* default-css END
================================== */

/* form area start
================================== */
label {
  font-size: var(--f14);
  font-weight: 500;
  color: var(--textBlack);
  margin-bottom: 4px;
}
.form__area{
  padding: 30px 0;
}
.progress__title {
  padding: 15px 34px 34px;
  text-align: center;
  position: relative;
}

.progress__title h6 {
  margin-bottom: 16px;
}
.progress__title h6 span{
  display: none;
}
.progress {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
}

.step {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 14px;
  align-items: center;
}

.step * {
  display: block;
}

.step span:first-child {
  border: 1px solid #B3B3B3;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 27px;
  font-weight: 700;
  color: #B3B3B5;
  background-color: #fff;
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: flex;
  /* align-items: center; */
  justify-content: center;
}

.progress::after {
  content: '';
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-bottom: 1px dashed #B3B3B3;
  width: 65%;
}

.step span:last-child {
  color: #B3B3B3;
}

/* .step.step1, .step.step33 * {
  color: var(--textPink) !important;
  border-color: var(--textPink) !important;
} */
section[data-item="activeItem_0"] .step:first-child span:first-child,
section[data-item="activeItem_1"] .step:nth-child(2) span:first-child,
section[data-item="activeItem_2"] .step:last-child span:first-child{
  color: var(--textPink);
  border-color: var(--textPink);
}
section[data-item="activeItem_0"] .step:first-child span:last-child,
section[data-item="activeItem_1"] .step:nth-child(2) span:last-child,
section[data-item="activeItem_2"] .step:last-child span:last-child{
  color: var(--textBlack) !important;
}


section[data-item="activeItem_1"] .step:first-child span:first-child,
section[data-item="activeItem_2"] .step:first-child span:first-child,
section[data-item="activeItem_2"] .step:nth-child(2) span:first-child {
  background-image: linear-gradient(228.29deg, #FD3EF2 12.95%, #972590 85.69%);
  color: #0000;
}



section[data-item="activeItem_0"] .progress__title h6 span:first-child,
section[data-item="activeItem_1"] .progress__title h6 span:nth-child(2),
section[data-item="activeItem_2"] .progress__title h6 span:last-child,

section[data-item="activeItem_1"] .step:first-child img,
section[data-item="activeItem_2"] .step:first-child img,
section[data-item="activeItem_2"] .step:nth-child(2) img{
    display: block;
    opacity: 1;
}
section[data-item="activeItem_0"] a,
section[data-item="activeItem_3"] .progress__title{
  display: none;
}
.text__field input.invalid {background: #f04d4d24;}


.loading{
  opacity: .5;
  pointer-events: none;

}


.step img{
  width: 12px;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}


.text__card {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 15px;
}

.text__field input {
  border: 1px solid #11111333;
  padding: 13px 16px;
  color: #11111399;
  border-radius: 4px;
  background: var(--bgColor);
  width: 100%;
}
.text__field select {
    border: 1px solid #11111333;
    padding: 13px 16px;
    color: #11111399;
    border-radius: 4px;
    background: var(--bgColor);
    width: 100%;
}

.text__field {
  display: flex;
  flex-direction: column;
}

.form__field {
  display: none;
  flex-direction: column;
  gap: 14px;
}

section[data-item="activeItem_0"] .form__field:first-child,
section[data-item="activeItem_1"] .form__field:nth-child(2),
section[data-item="activeItem_2"] .form__field:nth-child(3),
section[data-item="activeItem_3"] .form__field:last-child{
  display: flex;
}

.form__field button {
  margin-top: 30px;
  padding: 13px;
  color: #fff;
  font-weight: 500;
  background: var(--textColorBlack);
  border-radius: 4px;
}

.text__field input:focus {
  outline: 3px solid #11111333;
  border-color: #111113;
  background: #fff;
}

.text__field input {
  color: #111113;
}

.text__field input[disabled] {opacity: .5;}
span.border-50, span.border-100 {

  position: absolute;
  top: 45%;
  left: 57px;
  border-bottom: 1px dashed #B3B3B3;
  border: 1px solid #972590;
  z-index: 1;
}
span.border-50 {
  width: 34%;
}
span.border-100 {
  width: 68%;
}

.contact__details {
  padding: 18px 16px;
  border-radius: 4px;
  background: var(--bgColor);
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.form__contact__title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 14px;
}

.form__contact__title * {
  font-weight: 500;
  margin: 0px;
}

.form__contact__title a {
  text-decoration: underline;
  font-size: 14px;
  color: var(--textPink);
}

.contact__single__details p {
  font-size: 14px;
  line-height: 19px;
  color: #7B7B7B;
}

.progress__title > img {
  width: 134px;
}

.progress__title > p {
  color: #7B7B7B;
  font-size: 14px;
  margin: 0px;
}
.contact__details2 {
  text-align: center;
  gap: 0px;
}

.contact__details2 h3 {
  font-size: 24px;
  margin-bottom: 7px;
}

.contact__details2 p {
  font-size: 14px;
  margin-bottom: 23px;
}

.contact__details2 button {
  margin: 0 !important;
}
.contact__details2 > img {
  margin-bottom: 15px;
  padding: 0px 10px;
}
.progress__title > a {
  position: absolute;
  top: 10px;
  left: 0px;
}
/* form area end
================================== */












/* Big screen :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {


}

/* Big screen :1200px. */
@media (min-width: 1200px) and (max-width: 1400px) {
    .group__btns .mini-table {
        display: none;
    }

}


/* Normal screen :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
    .group__btns button {
        font-size: 12px;
    }

    .group__btns ul {
        gap: 8px;
        overflow: auto;
    }

}


/* Tablet screen :768px. */
@media (min-width: 768px) and (max-width: 991px) {

    .group__btns button {
        font-size: 12px;
        width: max-content;
    }

    .group__btns ul {
        gap: 8px;
        overflow: auto;
    }
}


/* small screen :320px. */
@media (max-width: 767px) {
    .diensten__table__area {
        overflow-x: scroll;
    }

    table#price-table {
        width: 600px !important;
    }

    .single__field {
        width: 100%;
    }

    .form__fields__second .single__field {
        width: 100%;
    }

    .file__upload {
        flex-direction: column;
        gap: 20px;
        padding: 16px;
    }

    .file__title {
        margin: 0px;
        text-align: center;
    }


    .group__btns button {
        font-size: 12px;
        width: max-content;
    }

    .group__btns ul {
        gap: 8px;
        overflow: auto;
    }

ul.total__list {
    flex-wrap: wrap;
    width: 60%;
    gap: 4px 16px;
}

ul.total__list li:first-child {
    width: 100%;
}

.total__blk .group__btns ul {
    border: 1px solid #E7EBEE;
    background: #ffff;
    padding: 15px;
    border-radius: 6px;
}

.total__blk .group__btns ul.border__btns {
    height: 103px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37%;
}

.total__blk .group__btns {border: none;background: none;padding: 0;flex-direction: row-reverse;}

.total__blk .group__btns {}
    .dt-length {
        display: none;
    }

    .tb-row-1 .col-md-auto {
        width: 100%;
    }
    .header__content button {
        background: no-repeat;
        width: auto;
    }

    .header__content {
        padding: 8px 0;
    }

    .header__content button img {
        filter: invert(58%) sepia(100%) saturate(336%) hue-rotate(42deg) brightness(92%) contrast(90%);
    }

.navBtn.active .bar {
    display: block;
}

.navBtn.active .close {
    display: none;
}

    .header__content button span {
        font-size: 10px;
        width: 16px;
        height: 16px;
        top: 5px;
        right: -4px;
    }
    .box__body.show-side {
        margin: auto;
        width: 100%;
    }
    .sub__nav ul{
    font-size: 12px;
}
}

/* Large Mobile screen :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {width:450px}
/* ul.total__list {
    width: 50%;
}

.total__blk .group__btns ul.border__btns {
    width: 47%;
} */
ul.total__list li {
    width: 40%;
}
}
