@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html {
    font-size: 16px;
    overflow-x: hidden;
}

body {
    position: relative;
    font-family: 'Poppins', sans-serif;
    background: #fff;
    overflow-x: hidden;
}

.error {
    color: red;
}

/*.container {
    max-width: 1170px;
}*/

:root {
    --white: #ffffff;
    --black: #000;
    --gary-color: #727272;
    --lightgary-color: #b2b9bd;
    --theme-color: #C6AD7D;
    --primary-color: #93292d;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #828282;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}


/* step css start */

.oferLop {
    border-bottom: 1px solid #E6E6E6;
    padding: 1rem 2rem;
}

.oferLop a.sign {
    display: table;
    margin-left: auto;
    font-size: 1.1875rem;
    color: var(--black);
    font-weight: 500;
}

#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 0;
    box-shadow: 0 3px 30px rgb(0 0 0 / 16%);
    border-radius: 20px;
    padding: 3rem 4rem 5rem;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 0;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 0 2rem;
    border: 1px solid #5A5B5D;
    border-radius: 10px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: transparent;
    font-size: 1.125rem;
    letter-spacing: 0;
    height: 68px;
    font-weight: 400;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}

#msform .action-button {
    width: auto;
    background: var(--theme-color);
    font-weight: 500;
    color: white;
    border: 0 none;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px 40px;
    margin: 0;
    font-size: 1.25rem;
    height: auto;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #000;
}

#msform .action-button-previous {
    width: auto;
    background: var(--theme-color);
    font-weight: 500;
    color: white;
    border: 0 none;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px 30px;
    margin: 0 20px 0 0;
    font-size: 1.25rem;
    height: auto;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative;
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #c6ad7d;
    font-weight: normal;
    margin-bottom: 3rem;
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 5rem;
    overflow: hidden;
    color: lightgrey;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

#progressbar .active {
    color: #673AB7
}

#progressbar li {
    /* list-style-type: none; */
    font-size: 15px;
    position: relative;
    font-weight: 400;
    flex: 0 0 19.15%;
    display: block;
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: ""
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: ""
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: ""
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: ""
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #5A5B5D;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    bottom: 0;
    margin: auto;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: var(--theme-color);
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}

.fit-image {
    width: 100%;
    object-fit: cover;
    filter: brightness(100) invert(1);
}

#progressbar li figure {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 63px;
    height: 63px;
    border: 2px solid #5A5B5D;
    border-radius: 50%;
    background: var(--white);
    font-size: 1.175rem;
    color: #5A5B5D;
}

#progressbar .active figure {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white);
}

.stepMain {
    padding: 6rem 0;
}

.titleHeading {
    text-align: center;
    margin-bottom: 2rem;
}

.titleHeading h2 {
    font-size: 2.625rem;
    margin: 0;
}

.titleHeading p {
    font-size: 1.125rem;
    color: #5A5B5D;
    margin: 0;
}

#msform input::placeholder {
    color: #5A5B5D;
}

.formSet label {
    font-size: 1.25rem;
    color: var(--black);
    font-weight: 500;
}

.formSet select {
    padding: 0 2rem;
    border: 1px solid #5A5B5D;
    border-radius: 10px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: transparent;
    font-size: 1.125rem;
    letter-spacing: 0;
    height: 68px;
    font-weight: 400;
}

.count {
    display: block;
    position: relative;
    padding-left: 50px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    display: flex;
    align-items: center;
    padding-bottom: 0;
    color: #5A5B5D;
}


/* Hide the browser's default checkbox */

.count input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    background-color: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    margin: auto;
    border: 1px solid #C6AD7D;
}


/* On mouse-over, add a grey background color */

.count:hover input~.checkmark {}


/* When the checkbox is checked, add a blue background */

.count input:checked~.checkmark {
    /* background-color: #2196F3; */
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.count input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.count .checkmark:after {
    left: 0;
    top: 0;
    width: 8px;
    height: 13px;
    border: solid #C6AD7D;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 2px;
    right: 0;
    margin: auto;
}

#msform .count input {
    width: auto;
    height: auto;
    margin: 0;
    position: static;
}

.choseList ul li+li {
    margin-top: 2rem;
}

.choseList ul {
    margin-bottom: 3rem;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 56%;
    margin: 0 auto 4rem;
}

.pricingPlan {
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    padding: 2rem 2rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pricingPlan:hover {
    border-color: var(--theme-color);
    box-shadow: 0 3px 20px rgb(0 0 0 / 9%);
}

.pricingPlan h2 {
    font-size: 1.375rem;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #C3CEB5;
    padding-bottom: 0.6rem;
    margin-bottom: 1.5rem;
}

.pricingPlan h3 {
    font-size: 3.75rem;
    color: var(--theme-color);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.pricingPlan ul {
    margin-bottom: 2rem;
    height: 200px;
    overflow: auto;
}

.pricingPlan ul li {
    font-size: 1.125rem;
    color: #A2A2A2;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #ECECEC;
    padding: 0.7rem 0;
}

.pricingPlan ul li i {
    color: #C6AD7D;
}

.pricingPlan ul li:last-child {
    border: 0;
}


/* width */

.pricingPlan ul::-webkit-scrollbar {
    width: 7px;
}


/* Track */

.pricingPlan ul::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

.pricingPlan ul::-webkit-scrollbar-thumb {
    background: rgb(198 173 125 / 30%);
}


/* Handle on hover */

.pricingPlan ul::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.getBtn {
    border: 1.2px solid var(--theme-color);
    font-size: 14px;
    color: var(--theme-color);
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 10px;
    display: inline-block;
    padding: 0.86em 1.721em;
}

.pricingPlan:hover .getBtn {
    background: var(--theme-color);
    color: var(--white);
}
