@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #000;
}

a {
    text-decoration: none;
}

.fa-spinner:before {
    font-size: 20px;
}

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

.login-page {
    background: rgb(73, 183, 205);
    background: linear-gradient(0deg, rgba(73, 183, 205, 1) 0%, rgba(0, 128, 154, 1) 100%);
    min-height: 100vh;
    padding-bottom: 100px;
}

.middle-board.dashboard-page .table-history.table-responsive .share-icon i.icon-bubbles.icons {
    margin: 0;
}

.dashboard-page {
    background: rgb(73, 183, 205);
    background: linear-gradient(0deg, rgba(73, 183, 205, 1) 0%, rgba(0, 128, 154, 1) 100%);
    min-height: 100vh;
}

.login-container {
    width: 100%;
    max-width: 570px;
    border-radius: 12px;
    margin: 0 auto;
    padding: 60px 0;
    background: #fff;
    position: relative;
}

.drop-shadow {
    background: #fff;
    position: relative;
    border-radius: 12px;
}

.login-container:before, .drop-shadow:before {
    content: "";
    position: absolute;
    box-shadow: 0px 4px 10px #ede9fe;
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    left: 0;
    top: 0;
}

.login-container form, .login-head {
    padding: 0 60px;
    position: relative;
}

.forget-password {
    position: relative;
}

.pass-checklist ul li {
    margin-bottom: 3px;
}

.pass-checklist ul li.ctick {
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.3px;
    text-align: left;
    color: #2ED47A;
}

.pass-checklist ul li.ccross:before {
    content: url('../images/Close.svg');
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.pass-checklist ul li.ctick:before {
    content: url('../images/green-tick.svg');
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.login-head {
    text-align: center;
    margin-bottom: 25px;
}

.desktop-hide {
    display: none;
}

.login-head h2 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -1px;
    margin: 0;
    line-height: 30px;
    margin-bottom: 15px;
}

.login-head h2 span {
    color: #17a2bf;
}

.login-head p {
    font-size: 17px;
    line-height: 27px;
    max-width: 330px;
    margin: 0 auto;
}

.signup-head p {
    max-width: 415px;
}

.login-container .form-control, .login-container select.form-select {
    height: 60px;
    border-radius: 12px;
    border: 2px solid #d1d1d1;
    font-size: 16px;
    padding: 15px 20px;
    box-shadow: none;
    outline: none;
    font-weight: 500;
    color: #000000;
    --bs-form-select-bg-img: transparent;
}

.select-dorpdown {
    position: relative;
}

.select-dorpdown:after {
    position: absolute;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    content: "\f107";
    font-size: 20px;
    color: #17a2bf;
    right: 14px;
    top: 20px;
    line-height: 1;
}

.login-container .form-control:focus {
    border-color: #17a2bf;
}

.form-group {
    margin-bottom: 20px;
}

.forget-password {
    text-align: center;
    font-size: 16px;
}

.forget-password p {
    margin: 0;
}

.forget-password p a, button.nav-link.href_btn {
    text-decoration: none;
    font-weight: 500;
    color: #000;
    border-bottom: 2px solid;
}

button.btn {
    background: #17a2bf;
    border-radius: 23px;
    width: 100%;
    height: 45px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.btn:disabled {
    background: #2fa3bb;
    color: #fff;
}

button.btn:hover, button.btn:focus, .btn:first-child:active {
    background-color: #128ea7;
    color: #fff;
}

.form-group.sign-btn {
    margin-top: 30px;
    margin-bottom: 27px;
}

/*
.login-container.Verify-address .form-group.sign-btn {
   margin-bottom: 5px;
}*/
.login-container.Verify-address {
    margin: 54.5px auto;
}

.form-group.div-or {
    position: relative;
    text-align: center;
}

.line-or {
    width: 35px;
    margin: 0 auto;
    position: relative;
    color: #929292;
    text-transform: uppercase;
    background: #fff;
    z-index: 9;
}

.form-group.div-or:before,
.form-group.div-or:after {
    position: absolute;
    width: 50%;
    background: #dfdfdf;
    height: 1px;
    content: "";
    left: 0;
    top: 12px;
}

.form-group.div-or:after {
    left: inherit;
    right: 0;
}

.forget-password.signup-acc p a, button.nav-link.href_btn {
    color: #17a2bf;
}

button.nav-link.href_btn {
    width: auto;
    display: inline-block;
}

.login-logo {
    padding: 25px 15px 80px;
}

.max-570 {
    max-width: 570px;
    text-align: center;
    margin: 0 auto;
}

.login-logo .container {
    display: flex;
    position: relative;
    width: 100%;
    align-items: center;
}

.bck-site {
    position: absolute;
}

.bck-site a {
    font-size: 17px;
    letter-spacing: -.2px;
    color: #fff;
    text-decoration: none;
}

.form-check {
    text-align: center;
}

.signup-page .form-check label.form-check-label,
.payment-order .form-check label.form-check-label {
    font-size: 13px;
}

.signup-page .form-check .form-check-input,
.payment-order .form-check .form-check-input {
    float: none;
    margin-right: 10px;
    vertical-align: sub;
}

.form-group.gender-row {
    display: flex;
    justify-content: space-between;
}

.signup-page .form-group.gender-row .form-check .form-check-input,
.payment-order .form-check .form-check-input {
    margin-right: 5px;
}

.form-group.gender-row .form-check.form-check-inline:last-child {
    margin-right: 0;
}

.signup-page .form-check label.form-check-label a,
.payment-order .form-check label.form-check-label a {
    text-decoration: none;
    font-weight: 500;
    color: #000;
    border-bottom: 2px solid;
}

.payment-order .form-check {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0;
    text-align: left;
}

.payment-order .form-check .form-check-input {
    margin-left: 0;
}

.payment-order .form-check.method-check {
    text-align: left;
    position: relative;
}

.payment-order .form-check.method-check .form-check-input {
    margin: 0;
    position: absolute;
    left: 0;
    top: 3px;
}

.bck-site i.fa-solid.fa-arrow-left {
    margin-right: 9px;
    font-size: 17px;
}

.payment-order .form-check.method-check label.form-check-label {
    padding-left: 25px;
}

/*-- Dashboard --*/
.header-board {
    width: 100%;
    background: #fff;
    position: relative;
}

.header-board:before {
    content: "";
    position: absolute;
    box-shadow: 0px 4px 10px #ede9fe;
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    border-radius: 0;
    left: 0;
    top: 0;
}

.nav-link {
    font-size: 17px;
    color: #17a2bf;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #17a2bf;
    font-weight: 600;
}

li.nav-item.logout-nav .nav-link {
    font-size: 16px;
    font-weight: 700;
    background: #000;
    color: #fff;
    width: 180px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
}

.navbar-expand-lg .navbar-nav {
    align-items: center;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0;
    vertical-align: middle;
    border: 0;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    content: "\f107";
    font-size: 20px;
    color: #17a2bf;
    right: 14px;
    top: 20px;
    line-height: 1;
}

.navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
}

.lines-button {
    transition: .3s;
    border: 0;
    background: transparent;
    margin: 0;
    padding: 0;
}

.lines-button .lines {
    position: relative;
    vertical-align: middle;
}

.lines-button .lines,
.lines-button .lines:before,
.lines-button .lines:after,
.lines-button .lines > span {
    border-radius: 0;
    background-clip: padding-box;
    display: inline-block;
    height: 2px;
    width: 20px;
    background: #fff;
}

.mobile-menu-button-light .lines,
.mobile-menu-button-light .lines:before,
.mobile-menu-button-light .lines:after,
.mobile-menu-button-light .lines > span {
    background: #949393;
}

.lines-button .lines,
.lines-button .lines:before,
.lines-button .lines:after,
.lines-button .lines > span {
    border-radius: 0;
    background-clip: padding-box;
    display: inline-block;
    height: 3px;
    width: 30px;
    background: #0099b9;
}

.lines-button .lines:before,
.lines-button .lines:after,
.lines-button .lines > span {
    content: '';
    right: 0;
    position: absolute;
    transition: top 0.3s 0.6s ease-in-out, transform 0.3s ease-in-out;
    transform-origin: 10px center;
}

.lines-button .lines:before {
    top: 8px;
    width: 16px;
}

.lines-button .lines:after {
    top: -8px;
    width: 23px;
}

.lines-button .lines > span {
    transform: translateY(-50%);
    top: 50%;
    display: none;
}

.lines-button.menu-active .lines {
    transition: background 0.3s 0s ease-in-out;
    background: transparent !important;
}

.lines-button.menu-active .lines:before,
.lines-button.menu-active .lines:after {
    transition: top 0.3s ease-in-out, transform 0.3s 0.5s ease-in-out;
    top: 0;
}

.lines-button.menu-active .lines:before {
    transform: rotate3d(0, 0, 1, 45deg);
}

.lines-button.menu-active .lines:after {
    transform: rotate3d(0, 0, 1, -45deg);
}

.lines-button.menu-active .lines {
    transition: background 0.3s 0s ease-in-out;
    background: transparent !important;
}

.lines-button.menu-active .lines:before,
.lines-button.menu-active .lines:after {
    transition: top 0.3s ease-in-out, transform 0.3s 0.5s ease-in-out;
    top: 0;
}

.lines-button.menu-active .lines:before {
    transform: rotate3d(0, 0, 1, 45deg);
}

.lines-button.menu-active .lines:after {
    transform: rotate3d(0, 0, 1, -45deg);
}

.lines-button.menu-active .lines:before {
    width: 20px;
}

.lines-button.menu-active .lines:after {
    width: 20px;
}

.middle-board {
    padding: 70px 0;
}

.middle-board .drop-shadow {
    padding: 45px 50px;
    margin-bottom: 85px;
}

.bottom-fixed-board {
    background: #0990ab;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 5;
}

.footer-menu {
    text-align: center;
    padding: 20px 0 12px;
}

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

.footer-menu ul li {
    display: inline-block;
    padding: 0 35px;
    position: relative;
}

.footer-menu ul li:first-child {
    padding-left: 0;
}

.footer-menu ul li:last-child {
    padding-right: 0;
}

.footer-menu ul li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 22px;
    background: rgb(255 255 255 / 40%);
    right: 0;
    top: 5px;
}

.footer-menu ul li:last-child:after {
    display: none;
}

.footer-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 10px;
}

.footer-menu ul li a i {
    display: block;
    font-size: 28px;
}

.footer-menu ul li.active a i {
    color: #f6bc6a;
}

.personalized-bio, .personalized-bio.irresistible-bg {
    background: url(../images/yellow-blue.png) no-repeat;
    border-radius: 12px;
    padding: 48px 58px;
    background-size: cover;
    position: relative;
    color: #fff;
}

.personalized-bio.irresistible-bg {
    background: url(../images/Irresistible.png) no-repeat;
    background-size: cover;
}

.personalized-left {
    width: 60%;
    max-width: 550px;
}

.personalized-right {
    width: 30%;
}

.personalized-left h2 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.2px;
    margin-bottom: 25px;
    line-height: 42px;
}

.personalized-left p {
    font-size: 15px;
    line-height: 22px;
}

h4.heading {
    margin-bottom: 38px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.2px;
}

.personalized-bio .row {
    display: flex;
    justify-content: space-between;
}

h4.heading {
    margin-bottom: 38px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.2px;
}

.bio-max h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.bio-max p {
    font-size: 18px;
    margin: 0;
}

.bio-max span {
    font-size: 10px;
}

.bio-max {
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
}

h1.price {
    font-size: 72px;
    font-weight: 700;
    letter-spacing: -0.2px;
    margin: 0;
    line-height: 58px;
    margin-top: 12px;
}

.col-history .heading-seeall {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #dfdfdf;
    justify-content: space-between;
    padding: 0 15px;
    align-items: center;
    padding-right: 0;
}


.col-history {
    border: 2px solid #d1d1d1;
    border-radius: 12px;
    padding: 25px 45px;
    min-height: 330px;
}

.col-history.setting-col {
    min-height: 330px;
}

.alert.alert-success {
    text-align: center;
    margin-top: 10px;
}

.sell-all {
    font-size: 15px;
    color: #17a2bf;
    text-decoration: none;
}

.history-setting-row {
    position: relative;
    margin: 50px 0 5px;
}

.heading-seeall h3 {
    font-size: 18px;
}

.table-history {
    margin-top: 20px;
}

.table-history table.table.table-borderless {
    margin: 0;
}

.table-history table tr td {
    padding-bottom: 18px;
}

.table-history, .table-history table.table.table-borderless tr td {
    font-size: 15px;
    font-weight: 600;
}

.table-history table.table td:last-child {
    text-align: right;
    width: 80px;
}

.history-lists .table-history table.table td:last-child {
    width: auto;
}

.table-history table.table td i.icons {
    color: #17a2bf;
    margin-left: 12px;
    cursor: pointer;
    font-size: 15px;
}

.history-middle .table-history table.table td i.icons {
    margin-right: 8px;
    margin-left: 0;
}

.setting-info ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    font-size: 15px;
}

.label-div span {
    font-weight: 600;
    margin-left: 18px;
}

.label-div span img {
    margin-right: 14px;
    height: 18px;
}

.payment-card-details .label-div span img {
    height: 18px;
}

.edit-div i.icon-pencil.icons,
.edit-div i.icon-plus.icons,
.save-div i.fa-save,
.save-div i.fa-times {
    color: #17a2bf;
    font-size: 15px;
    cursor: pointer;
}

.setting-info {
    margin-top: 30px;
    margin-left: 15px;
}

.table-history.table-responsive {
    margin-left: 7px;
}

.setting-info ul li:last-child {
    margin: 0;
}

.col-history.setting-col .setting-info.customer-info {
    margin-left: 0;
}

table.font-normal td a {
    color: #000;
}

.table-history table.table td.text-left {
    text-align: left;
}

.border-line {
    margin: 0 0 40px;
    border-bottom: 1px solid #dfdfdf;
    padding: 0 15px;
    padding-bottom: 32px;
    font-size: 15px;
    line-height: 26px;
    color: #000;
    position: relative;
}

.bio-shared-view .middle-board {
    padding-bottom: 35px;
}

.bio-shared-view .middle-board .drop-shadow {
    margin-bottom: 0;
}

/*- 5-2-24 -*/
.heading-mbtm {
    margin-bottom: 18px;
}

.heading-mbtm h2 {
    font-weight: bold;
    margin-bottom: 0;
}

.bg-bio .personalized-bio.text-center p {
    line-height: 23px;
    font-weight: 500;
    margin-bottom: 18px;
    min-height: 92px;
}

.heading-mbtm small {
    font-size: 12px;
}

button.btn.btn-pd {
    max-width: 235px;
    margin: 0 auto;
    position: relative;
}

.bg-bio .personalized-bio {
    padding: 18px 55px 17px;
}

button.btn-black {
    background: #000;
}

.bg-bio .personalized-bio {
    position: relative;
}

.bg-bio .personalized-bio:before {
    content: "";
    position: absolute;
    box-shadow: 0px 4px 30px #ede9fe;
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    left: 0;
    top: 0;
}

.middle-board.free-questions .free-setting-row {
    position: relative;
    padding: 20px 25px 0;
}

.middle-board.free-questions .drop-shadow {
    padding-bottom: 20px;
}

.middle-board.free-questions .free-setting-row .form-group {
    margin-bottom: 48px;
}

.heading-free {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.heading-free h4.heading {
    margin-bottom: 0;
}

.free-pre {
    margin-bottom: 50px;
}

.free-pre p {
    margin: 0;
    font-size: 15px;
    line-height: 26px;
}

.row.max-250 {
    max-width: 300px;
    margin: 0 auto;
    margin-top: -10px;
}

.row.max-250 label {
    font-size: 14px;
}

.row.max-250 label a {
    text-decoration: none;
    font-weight: 500;
    color: #2250aa;
    border-bottom: 2px solid #2250aa;
}

.row.max-250 input.form-check-input {
    margin-left: 0;
    margin-right: 5px;
    vertical-align: sub;
    float: none;
}

.max-250 button.btn.btn-submit {
    margin-top: 30px;
    margin-bottom: 20px;
}

.max-250 button.btn.btn-cancel {
    border: 0;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 400;
    padding: 0;
    height: auto;
    text-transform: inherit;
}

.free-select .form-select {
    height: 60px;
    border-radius: 2px;
    border: 2px solid #d1d1d1;
    font-size: 16px;
    padding: 15px 20px;
    box-shadow: none;
    outline: none;
    font-weight: 500;
    color: #000000;
    --bs-form-select-bg-img: transparent;
}

.select-dorpdown.free-select:after {
    right: 16px;
    top: 22px;
}

.free-setting-row label.form-label {
    margin-bottom: 2px;
    font-size: 15px;
    font-weight: 500;
}

/*-- Modal popup --*/
.modal.payment-info .modal-dialog.max-825 {
    max-width: 825px;
    margin-top: 70px;
    margin-bottom: 70px;
}

.modal.payment-info .modal-content {
    border-radius: 12px;
}

.modal.payment-info h5 {
    font-size: 20px;
    font-weight: 600;
}

.modal.payment-info .modal-header {
    border-bottom: 1px solid #edebea;
    padding: 20px 35px;
    line-height: 1;
}

.payment-info .form-group .form-control,
.exp-date .form-select,
.payment-info .form-group .form-select,
.payment-form .form-group .form-control,
.payment-form .form-group .form-select {
    height: 45px;
    border-radius: 4px;
    border: 1px solid #dfe4e8;
    box-shadow: none;
    font-size: 14px;
}

.payment-info .form-group {
    margin-bottom: 18px;
}

.payment-info .form-group label.form-label {
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
}

.payment-info h3 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500;
}

.payment-info .modal-body {
    padding: 30px 35px;
}

.modal-footer button.btn {
    background: #17a2bf;
    border-radius: 6px;
    width: auto;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #10a1bf;
    width: 115px;
    height: 42px;
    line-height: 1;
}

.modal-footer button.btn:hover {
    background: #0697b5;
    color: #fff;
    border: 1px solid #10a1bf;
}

button.btn.btn-cancel {
    border: 1px solid #d2cece;
    background: #fff;
    color: #000;
    width: 85px;
    margin-right: 20px;
}

.exp-date {
    width: 60%;
    display: flex;
}

.cvv-number {
    width: 40%;
}

.exp-date-month {
    padding-right: 15px;
}

.payment-info .modal-footer {
    padding: 10px 30px;
}

.payment-info .modal-body .form-group:last-child {
    margin-bottom: 0;
}

.exp-date-year label.form-label {
    min-height: 17px;
}

/*-- Modal popup END --*/
/*-- Purchase page --*/
.purchase-middle h4.heading {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 22px;
    margin-bottom: 15px;
}

.purchase-bio h3 {
    font-size: 18px;
    color: #222;
    font-weight: 400;
    margin-bottom: 30px;
}

.purchase-bio {
    position: relative;
}

.payment-form {
    padding: 20px;
}

.middle-board.purchase-middle .drop-shadow {
    padding-bottom: 70px;
}

.payment-order {
    margin-top: 20px;
}

.Personlized-Bio {
    display: flex;
    align-items: center;
}

.Personlized-Bio select.form-select {
    width: 50px;
    height: 35px;
    padding: 5px 10px;
    background-position: right 5px center;
    margin-right: 15px;
    outline: none;
    box-shadow: none;
}

.Personlized-Bio label.personlized-label {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

span.dash-line {
    margin: 10px;
}

.Personlized-Bio label.personlized-label span {
    color: #17a2bf;
}

.subtotal-tax {
    padding: 20px 0;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    margin: 25px 0;
}

.order-btn button.btn.btn-submit {
    font-size: 14px;
    cursor: pointer;
}

.order-btn button.btn.btn-cancel {
    border: 0;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    width: 100%;
    margin: 0;
    margin-top: 10px;
}

.order-btn {
    margin-top: 23px;
}

span.blue-color {
    color: #17a2bf;
}

.toat-price {
    font-weight: 500;
}

.relative {
    position: relative;
}

ul.answers li span {
    border: 1px solid rgb(0 0 0 / 12%);
    border-radius: 5px;
    height: 55px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 25px;
    font-size: 15px;
    color: #1c2437;
}

ul.answers li:last-child span {
    border: 0;
    padding-top: 0;
    height: auto;
    line-height: 1.3;
    margin-bottom: 50px;
}

.answers .correct span, .answers .incorrect span {
    color: #17a2bf;
    background: transparent;
}

.answers .incorrect span {
    border: 2px solid rgb(23 162 191 / 30%);
    position: relative;
}

.history-middle .history-setting-row {
    margin-top: 0;
    margin-bottom: 50px;
}

.history-lists {
    border-bottom: 1px solid #dfdfdf;
    padding: 0 17px;
}

.history-middle .table-history {
    margin-top: 0;
}

.history-middle .table-history table.table td .copy-icon,
.history-middle .table-history table.table td .share-icon,
.payment-card-details .edit-div,
.middle-board.bio-tester .drop-bio .copy-icon.view-btn {
    border: 2px solid #d1d1d1;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 400;
    color: #000000;
}

.share-icon a, .payment-card-details .edit-div a {
    color: #000;
}

.history-middle .table-history table.table td .copy-icon.view-btn a,
.history-middle .table-history table.table td .share-icon a,
.middle-board.bio-tester .drop-bio .copy-icon.view-btn a {
    color: #000;
    display: flex;
    align-items: center;
}
.middle-board.bio-tester .drop-bio .copy-icon.view-btn i.fa.fa-search {
	    margin-right: 8px;
		    color: #17a2bf;
    cursor: pointer;
    font-size: 15px;
}

.payment-card-details .edit-div a {
    display: flex;
    align-items: center;
}

.history-middle .table-history table.table td i.icons {
    margin-left: 0;
}

.share-icon {
    margin-left: 15px;
}

.history-content {
    position: relative;
    font-size: 15px;
    color: #000;
    line-height: 26px;
    padding: 40px 20px;
}

.history-setting-row.mb-zero {
    margin-bottom: 0;
}

.history-content p {
    margin: 0;
}

table.table.table-borderless.font-normal tr td {
    font-weight: 400;
}

span.font-400 {
    font-weight: 400;
}

table.table.table-borderless.font-normal i.fa-solid.fa-chevron-left {
    margin-right: 4px;
}

/* circle Progress bar */
.question-total-list .quiz-count-display svg, .question-total-list-main .quiz-count-display svg {
    height: 48px;
    transform: rotate(-90deg);
    width: 48px;
    position: absolute;
    right: 0;
}

.progress-bar__background {
    fill: none;
    stroke: #ffffff;
    stroke-width: 3;
}

.progress-bar__progress {
    fill: none;
    stroke: #e2eff0;
    stroke: #17a2bf;
    stroke-dasharray: 100 100;
    stroke-dashoffset: 100;
    stroke-linecap: round;
    stroke-width: 3;
    transition: stroke-dashoffset 1s ease-in-out;
}

/* //circle Progress bar */

.ques_list {
    display: none;
}

.quiz-buttons a.disabled {
    pointer-events: none;
    cursor: default;
}


.quiz-buttons button {
    background: #17a2bf;
    color: #fff;
    border-radius: 5px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 17px;
    height: 60px;
    margin: 0 10px;
}

.quiz-buttons .quiz-prev-btn {
    background: #ccc;
}

.counter-out .quiz-controls {
    max-width: 460px;
    margin: 0 auto;
}

.quiz-buttons {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

ul.answers li {
    position: relative;
}

.incorrect:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 26px;
    width: 19px;
    height: 19px;
    background: #17a2bf;
    border-radius: 50px;
    color: #fff;
    line-height: 19px;
    font-size: 10px;
    top: 17px;
    text-align: center;
}

.quiz-controls {
    background: none;
    color: #fff;
    padding: 0;
    text-align: center;
    border-radius: 0;
}

.ques_list h3, p.question {
    font-size: 24px;
    margin: 0;
}

.ques_list h3 {
    text-transform: uppercase;
    font-weight: 600;
}

p.question {
    margin-bottom: 55px;
}

.quiz-counter {
    /*width: 60px;
    height: 60px;
    border: 3px solid #ccc;
    line-height: 60px;
    border-radius: 50px;*/
    font-size: 24px;
    color: #d9d9d9;
    position: absolute;
    right: 0;
    top: 0;
}

.quiz-counter .progress-bar__background {
    fill: none;
    stroke: #ccc;
    stroke-width: 2;
}

.quiz-counter .progress-bar__progress {
    stroke-width: 2px;
}

.quiz-counter .progress-text {
    font-size: 24px;
    color: #d9d9d9;
    line-height: 60px;
}

.quiz-counter svg {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    transform: rotate(-90deg);
}

.quiz-counter .quiz-count-display {
    height: 60px;
    width: 60px;
}

.counter-out > .quiz-counter {
    right: 45px;
    top: 45px;
}

.counter-out {
    position: relative;
}

.ques_list.relative .quiz-counter {
    display: none !important;
}

.check-bold {
    width: 162px;
    height: 162px;
    background: #17bf42;
    text-align: center;
    line-height: 162px;
    border-radius: 50%;
    font-size: 100px;
    color: #fff;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -81px;
}

button.btn.btn-submit.load-btn {
    background: #000;
    height: 60px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    margin-top: 40px;
}

.successful-pop h2 {
    font-size: 24px;
    color: #1c2437;
    font-weight: 600;
    margin: 0;
    margin-bottom: 25px;
}

.successful-pop .modal-body {
    padding: 35px 85px;
    padding-top: 115px;
}

.successful-pop.submission-pop .modal-body {
    padding: 115px 48px 30px;
}

span.semi-bold {
    font-weight: 500;
}

.submission-pop button.btn.btn-submit.load-btn {
    max-width: 400px;
    margin-top: 30px;
}

.modal.fade.successful-pop {
    overflow: inherit;
}

.successful-pop .modal-body p {
    font-size: 18px;
    line-height: 31px;
    color: #222;
    margin: 0;
}

.successful-pop .modal-content {
    border-radius: 10px;
}

.purchase-questions .drop-shadow {
    /* background: #fff url(../images/que-bg.png) no-repeat; */
    padding: 0;
}

.ques_list.relative {
    width: 100%;
    max-width: 460px;
    margin: 60px auto 40px;
}

.back-tabs {
    font-size: 16px;
    margin-bottom: 15px;
}

.back-tabs a {
    color: #000;
    font-size: 16px;
}

.back-tabs i.fa-solid.fa-angle-left {
    margin-right: 8px;
}

.ques_categories h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 33px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* .ques_categories.relative h3 {
    margin-bottom: 50px;
} */
.question-categories {
    border: 2px solid #fff;
    border-radius: 3px;
    padding: 35px 40px;
}

.question-total-list, .question-total-list-main {
    position: relative;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
}

.question-total-list .quiz-counter, .quiz-count-display, .question-total-list-main .quiz-counter {
    position: relative;
    width: 48px;
    height: auto;
    line-height: 48px;
    border: 0;
    color: #fff;
    font-size: 19px;
    text-align: center;
}

.question-categories .question-total-list:last-child {
    margin-bottom: 0;
}

.quiz-container.quiz-questions-state {
    padding: 0;
    margin: 0;
    margin-top: 50px;
    min-height: 469px;
}

.ques_categories.relative {
    max-width: 510px;
    padding: 65px 75px;
    background: #f6bc6a url(../images/que-bg.png) no-repeat;
    border-radius: 12px 0 0 12px;
    min-height: 790px;
    background-size: cover;
}

.question-total-list.active-list p, .question-total-list-main.active-list p {
    color: #17a2bf;
    font-weight: 600;
}

.ques_categories.relative {
    min-height: 872px;
}

h3.congratultion {
    margin-bottom: 60px;
    line-height: 1;
}

.ques_list.last-ques p {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 30px;
}

.ques_list.last-ques {
    min-height: 480px;
    margin-top: 140px;
    margin-bottom: 0;
}

.save-close {
    text-align: center;
    font-size: 15px;
}

.save-close i.fas.fa-save {
    margin-right: 10px;
    color: #f6bc6a;
}

.save-close {
    /* margin-top: auto; */
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
    margin-top: 60px;
}
.counter-out .save-close {
    margin-top: 0;
}
.quiz-container.quiz-questions-state {
    min-height: inherit;
}
p.satisfaction-icons{
   line-height: 20px;
    font-size: 16px;
}
p.satisfaction-icons span a{
    color: #18A2BE;
	font-size:16px;
}
 p.satisfaction-icons span svg {
    fill: #18a2be;
    height: 20px;
    width: 20px;
    vertical-align: bottom;
}
td.btn-td {
    display: flex;
    justify-content: flex-end;
}

td.last-light, .table-history table.table.table-borderless tr td.last-light {
    font-weight: 400;
}

.heading-history {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px;
    margin-bottom: 20px;
    justify-content: space-between;
}

.heading-history .search-file {
    width: 10%;
}

.heading-history h4.heading {
    width: 50%;
    margin: 0;
}

.heading-history .search-file i.icon-magnifier {
    position: absolute;
    right: 0;
    top: 10px;
    color: #17a2bf;
}

.heading-history .search-file input.form-control {
    border: 0;
    outline: none;
    color: #000;
}

.heading-history .search-file input.form-control {
    border: 0;
    outline: none;
    color: #000;
}

.heading-history .search-file input.form-control::-ms-input-placeholder { /* Edge 12-18 */
    color: #000;
}

.heading-history .search-file input.form-control::placeholder {
    color: #000;
}

.history-lists .table-history table tr td {
    padding-bottom: 18px;
    padding-top: 0;
}

.navigation-list ul.pagination {
    display: flex;
    justify-content: flex-end;
}

.navigation-list {
    margin-top: 20px;
}

.navigation-list li.active a.page-link,
.navigation-list li.active .page-link {
    width: 35px;
    height: 35px;
    background: #17a2bf;
    border-radius: 50px;
    color: #fff;
    text-align: center;
}

.page-item .page-link {
    border: 0;
    color: #000;
    background: transparent;
    outline: none;
    box-shadow: none;
}

li.page-item.pre-link a, li.page-item.next-link a,
li.page-item.pre-link, li.page-item.next-link {
    color: #3e3f66;
    background: none;
    border: 0;
    font-weight: 400;
    border-radius: 0;
}

.navigation-list li.active button.page-link.prevlink {
    width: auto;
    background: transparent;
    color: #3e3f66;
}

li.page-item {
    margin: 0 6px;
}
p.small.text-muted {
    margin: 0;
    color: #3e3f66;
	font-size: 14px;
}
.history-pagination {
    border-top: 1px solid #dfdfdf;
    padding-top: 20px;
}
ul.pagination li.page-item:last-child {
    margin-right: 0;
}
ul.pagination li.page-item:last-child a.page-link {
    margin-right: -6px;
}
.history-pagination .page-link{
    font-weight: 400;
    color: #3e3f66;
	font-size: 16px;
}

.page-item .page-link i.fas.fa-arrow-left {
    margin-right: 10px;
}

.page-item .page-link i.fas.fa-arrow-right {
    margin-left: 10px;
}

.navigation-list .page-link.disabled,
.navigation-list .disabled > .page-link {
    background-color: transparent;
    border-color: transparent;
}

.sittings-middle .col-history {
    border: 0;
    padding: 0;
}

.sittings-middle .history-setting-row {
    margin: 10px 0 40px;
    border-bottom: 1px solid #dfdfdf;
    padding: 0 25px;
}

.sittings-middle .history-setting-row .setting-info {
    margin-top: 10px;
    max-width: 415px;
    margin-left: auto;
}

.middle-board.history-middle .history-lists {
    padding: 0 10px;
}

.middle-board.history-middle .table-history.table-responsive {
    margin-left: 0;
}

button.load-btn a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.btn-casual-committed button {
    font-size: 16px;
    color: #fff;
    border: 2px solid #18a2be;
    background: transparent;
    border-radius: 3px;
    padding: 12px 15px;
    line-height: 1;
    height: 44px;
    width: 147px;
}

button.btn-casual, .btn-Committed.active {
    background: #18a2be;
}

.btn-casual-committed {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 40px;
}

.select-dorpdown.free-select.mb-3.select-bg {
    margin-bottom: 40px !important;
}

.or {
    font-size: 12px;
    color: #fff;
}

.ques_categories p.color-white {
    color: #fff;
    /*font-size: 12px;
	margin-bottom: 25px;
	*/
    font-size: 16px;
    margin-bottom: 5px;
}

p.category-ans {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

p.category-ans i {
    color: #4ca0bb;
}

.payment-form label.form-label {
    color: #555;
}

.col-4.col-sm-5.mrbtm-18.form-control.StripeElement {
    width: calc(33.33% - 30px);
    margin: 0 15px;
}

.row.card-info-row {
    margin-left: -15px;
    margin-right: -15px;
}

.form-check-rht .form-check.form-check-inline {
    margin-right: 40px;
}

.form-check-rht .form-check-input:checked {
    background-color: #17a2bf;
    border-color: #17a2bf;
}

button.btn.save-close {
    width: auto;
    padding: 0;
    background: transparent;
    color: #000;
    font-size: 16px;
    text-transform: inherit;
    font-weight: 500;
    display: inline-block;
    margin: 0;
}

button.btn.save-close:hover,
button.btn.save-close:focus,
button.btn.save-close:first-child:active {
    background: transparent;
    color: #000;
    border: 0;
}

/*-- Dashboard END --*/
ul.social-lists li a {
    border: 2px solid #d1d1d1;
    width: 66px;
    height: 66px;
    display: inline-block;
    border-radius: 50%;
    line-height: 66px;
    font-size: 26px;
    text-align: center;
    color: #18a2be;
}

ul.social-lists li {
    display: inline-block;
}

ul.social-lists li.margin-35 {
    margin: 0 35px;
}

ul.customer_info_list .label-div {
    width: 80%;
}

ul.customer_info_list .save-div i.fas.fa-save {
    margin-right: 10px;
}

.link-social {
    text-align: left;
    margin-top: 25px;
}

.link-social .form-group {
    margin-bottom: 50px;
}

.link-social .form-group label {
    font-size: 14px;
    font-weight: 400;
    color: #222;
    margin-bottom: 20px;
    line-height: 1;
}

.link-social .form-group input.form-control {
    height: 60px;
    border-radius: 12px;
    border: 2px solid #d1d1d1;
    font-size: 16px;
    padding: 15px 20px;
    box-shadow: none;
    outline: none;
    font-weight: 400;
    color: #000000;
    background: #ececec;
}

.bio-popup p {
    font-weight: 400;
    font-size: 18px;
    line-height: 31px;
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
}

.date-completed {
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 30px;
}

.bio-popup h2 {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    color: #1c2437;
}

.modal.bio-popup .modal-body {
    padding: 20px 85px 23px;
}

.link-social .form-group:last-child {
    margin-bottom: 30px;
}

i.icon-docs.icons.fix-postion {
    color: #18a2be;
    font-size: 16px;
    position: absolute;
    right: -30px;
    bottom: 22px;
}

.form-group.doc-link {
    position: relative;
}

.question-total-list-main {
    display: none;
}

.payment-card-details {
    display: flex;
}

.payment-card-details .edit-div i {
    margin-right: 8px;
}

.payment-card-details .edit-div {
    margin-left: 60px;
}

.payment-order.card-payment select.order-select.form-select {
    width: 50px;
    height: 32px;
    border: 1px solid #dde3e7;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 8px;
    margin-right: 12px;
}

.card-payment .subtotal-tax label.personlized-label {
    margin-bottom: 15px;
}

.card-payment .subtotal-tax label.personlized-label:last-child {
    margin-bottom: 0;
}

.card-payment .subtotal-tax {
    margin-bottom: 20px;
}

.card-payment .order-btn {
    margin-top: 28px;
}

.purchase-bio .card-payment h3 {
    margin-bottom: 22px;
}

.btn.btn-primary.btn-unlock {
    background: #17a2bf;
    border-radius: 23px;
    width: 100%;
    height: 45px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    max-width: 248px;
    margin: 0 auto;
    line-height: 34px;
    border: 0;
    display: inline-block;
}

.btn.btn-primary.btn-unlock:hover,
.btn.btn-primary.btn-unlock:focus {
    background-color: #128ea7;
    color: #fff;
}

.unlock-div {
    margin-top: 45px;
}

.text-blur span {
    color: transparent;
    text-shadow: 0 0 8px #000;
}

p.below-margin {
    margin-bottom: 35px;
}

.history-content.pbtm-zero {
    padding: 25px;
    padding-bottom: 0;
}

.ques_categories .select-dorpdown.free-select select.form-select {
    font-size: 16px;
    color: #fff;
    border: 2px solid #18a2be;
    background: transparent;
    border-radius: 3px;
    padding: 12px 15px;
    line-height: 1;
    height: 45px;
}

.ques_categories .select-dorpdown.free-select:after {
    color: #fff;
    top: 16px;
    font-size: 16px;
}

.ques_categories .select-dorpdown.free-select select.form-select option {
    color: #17a2bf;
}

/*-- Popup END --*/

/*-- bio-enhancer --*/
.bio-enhancer .drop-shadow .container {
    position: relative;
}

.bio-enhancer textarea {
    width: 100%;
    border: 2px solid #d1d1d1;
    border-radius: 12px;
    padding: 20px;
    font-size: 15px;
    color: #000;
    height: 452px;
    outline: none;
}

.bio-enhancer textarea:hover, .bio-enhancer textarea:focus, .bio-enhancer textarea:focus-visible {
    border: 2px solid #17a2be;
}

.back-text a {
    color: #000;
    font-size: 16px;
}

.copy-icon.copy-btn {
    border: 2px solid #d1d1d1;
    border-radius: 3px;
    width: 73px;
    padding: 5px 0;
    font-size: 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    float: right;
    background: transparent;
}

.copy-icon.copy-btn i.icon-docs.icons {
    font-size: 15px;
    color: #17a2bf;
}

.row.mt-30 {
    margin-top: 30px;
}

.bio-enhancer .row {
    align-items: center;
}

.rht-arrow svg {
    height: 25px;
    fill: #d1d1d1;
}

/*-- new dashboard --*/
.personalized-bio.new-dashboard-bio {
    padding: 0;
    overflow: hidden;
}

.new-dashboard-bio .row {
    align-items: center;
}

.personalized-img {
    width: 30%;
}

.personalized-img img {
    max-width: 100%;
}

.personalized-bio.new-dashboard-bio .personalized-left {
    width: 35%;
    max-width: 370px;
}

.new-dashboard-bio .personalized-right {
    width: 35%;
}

.new-dashboard-bio .personalized-right .bio-max {
    max-width: 250px;
}

.personalized-bio.new-dashboard-bio .bio-max p {
    font-size: 14px;
}

.new-dashboard-bio .btn.start-btn {
    font-size: 12px;
    font-weight: 700;
    background: #000;
    color: #fff;
    width: 200px;
    height: 35px;
    text-align: center;
    line-height: 23px;
    border-radius: 50px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 16px;
}

.purchase-list-md {
    position: relative;
    margin-top: 50px;
}

.price-purchase {
    background: url(../images/starter-bg.png) no-repeat;
    border-radius: 12px;
    color: #fff;
    overflow: hidden;
    background-size: cover;
}

.price-purchase:hover {
    background-position: center -379px;
    background-size: cover;
}

#block_1 {
    background: url(../images/captivating-bg.png) no-repeat;
    background-size: cover;
}

div#block_1:hover {
    background-position: center -380px;
    background-size: cover;
}

#block_2 {
    background: url(../images/irresistible-bg.png) no-repeat;
    background-size: cover;
}

#block_2:hover {
    background-position: center -379px;
    background-size: cover;
}

#block_0 h2 {
    width: 50%;
}

/*
.price-purchase .pd-purchase {
    padding: 25px;
    padding-bottom: 10px;
    height: 270px;
}*/
.price-purchase .pd-purchase {
    padding: 25px;
    padding-bottom: 10px;
    height: 312px;
    position: relative;
}

.price-purchase h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 30px;
}

.price-purchase a {
    color: #fff;
}

.price-purchase li {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding-left: 20px;
    margin-bottom: 6px;
}

.price-purchase li i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 14px;
}

.price-purchase a.btn-Purchase {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background: #17a2bf;
    width: 100%;
    display: block;
    text-align: center;
    height: 42px;
    line-height: 44px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    bottom: 0;
}

.ques_categories .select-dorpdown.free-select.select-bg select.form-select {
    color: #000;
    border: 2px solid #18a2be;
    background: #fff;
    font-weight: 400;
}

.ques_categories .select-dorpdown.free-select.select-bg:after {
    color: #18a2be;
}

.questions.new-Questions textarea {
    border: 2px solid rgb(0 0 0 / 12%);
    border-radius: 5px;
    text-align: left;
    margin-bottom: 25px;
    font-size: 15px;
    color: #1c2437;
    width: 100%;
    height: 170px;
    padding: 15px;
    margin-bottom: 0;
}

.questions.new-Questions .form-group.fomr-ai-genius textarea {
    height: 145px;
    border-color: rgb(23 162 191 / 30%);
}

.questions.new-Questions select.form-select {
    color: #000;
    border: 2px solid #18a2be;
    background: #fff;
    border-radius: 3px;
    padding: 12px 15px;
    line-height: 1;
    height: 45px;
    font-weight: 400;
    padding-right: 36px;
}

.questions.new-Questions .select-dorpdown.free-select:after {
    right: 16px;
    top: 17px;
    font-size: 16px;
}

p.number-count-textarea {
    text-align: right;
    font-size: 12px;
    margin: 0;
    color: #1c2437;
}

.questions.new-Questions .form-group.fomr-ai-genius label {
    color: #17a2bf;
    font-size: 15px;
    margin-bottom: 5px;
}

.Ai-spinner_img {
    position: absolute;
    text-align: center;
    top: 60px;
    left: 0;
    right: 0;
}

.Ai-spinner_img img {
    height: 75px;
    margin: 0 auto;
}

.form-group.fomr-ai-genius {
    position: relative;
}

.questions.new-Questions label {
    color: #1c2437;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.form-group.form-like-svg svg, .form-group.form-like-svg img {
    height: 20px;
    margin: 0 10px;
}

.questions.new-Questions .select-dorpdown.free-select {
    margin-bottom: 30px;
}

.form-group.form-like-svg {
    margin-bottom: 30px;
}

.question-categories.questions-design .progress-text {
    position: relative;
    width: 48px;
    height: 48px;
    font-size: 20px;
    text-align: center;
    border: 3px solid #fff;
    border-radius: 50%;
    line-height: 1;
    font-weight: 700;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.question-categories.questions-design .active-list .progress-text {
    background: #18a2be;
    border-color: #18a2be;
}

.questions-design .progress-text span.answerCount {
    display: block;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
}

.questions-design p {
    margin: 0;
}

.question-categories.questions-design {
    padding: 10px 0;
}

.form-group.form-like-svg button {
    padding: 0;
    border: 0;
    background: transparent;
}

.questions-design .question-total-list {
    padding: 0 35px;
    margin-bottom: 12px;
}

.questions-unlock {
    padding-top: 1px;
    position: relative;
    margin-bottom: 5px;
}

.questions-unlock.disabled:after {
    content: "";
    position: absolute;
    background: rgb(255 255 255 / 30%);
    width: 100%;
    height: 100%;
    top: 0;
}

.questions-design .questions-unlock:last-child {
    margin-bottom: 0;
}

.questions-unlock .question-total-list {
    color: #292929;
    margin: 6px 0;
}

.question-categories.questions-design .questions-unlock .progress-text {
    border: 3px solid #292929;
    color: #292929;
}

.level-up {
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    position: relative;
    z-index: 2;
}

.questions-unlock .question-total-list:last-child {
    margin-bottom: 0;
}

p.rht-questions {
    text-align: right;
    margin: 0;
    position: absolute;
    right: 50px;
    top: 25px;
    font-size: 12px;
    color: #000;
}

.bio-overall-score {
    width: 100%;
    background: #f3f3f3;
    border-radius: 12px;
    padding: 30px 28px 15px;
    display: flex;
    border: 2px solid #17a2be;
}
.overall-score-box {
    width: 100%;
    background: #1e90ff;
    border-radius: 12px;
    height: 144px;
    color: #fff;
    text-align: center;
    padding-top: 20px;
}

.overall-score-box span.score {
    display: block;
    font-size: 80px;
    font-weight: bold;
    line-height: 80px;
    margin-bottom: 2px;
}

.overall-score-box span.out-of {
    font-size: 16px;
}
.overall-score-card h3, .overall-score-card button.btn-link {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}
.overall-score-card button.btn-link {
    padding: 0;
    border: 0;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
	    margin-top: 10px;
		    background-color: transparent;
}
.overall-score-card button.btn-link:hover {
    color: #18A2BE;
}

.overall-score-card {
    width: 159px;
	    margin-top: 6px;
    margin-right: 58px;
	    text-align: center;
}

.overall-score-card p {
    font-size: 11px;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 0;
}
.score-highlights h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.score-highlights ul {
    margin: 11px 0 20px;
}

.score-highlights ul li {
    margin-bottom: 5px;
    font-size: 14px;
    border-bottom: 1px solid #d2d2d2;
    line-height: 24px;
    position: relative;
    padding-left: 25px;
    padding-top: 8px;
    padding-bottom: 7px;
}

.score-highlights ul li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    background: #f6bc6a;
    border-radius: 50%;
    top: 15px;
}
.score-highlights ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.score-highlights {
    width: calc(100% - 220px);
}
h3.font-16 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 24px;
}
.bg-success {
    --bs-bg-opacity: 1;
    background-color: #35ed17;
    border-radius: 6px;
	background: rgb(56,184,27);
	background: linear-gradient(180deg, rgba(56,184,27,1) 0%, rgba(65,209,32,1) 100%);
	text-align: left;
    text-indent: 10px;
    overflow: visible;
}
.breakdown-card {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}

.breakdown-card .progress {
    width: calc(100% - 158px);
    border-radius: 6px;
    background: #f5f5f5;
    position: relative;
}
.breakdown-card span {
    display: block;
    width: 140px;
    text-align: right;
    padding-right: 18px;
    font-size: 14px;
    font-weight: 600;
}
.mt-45 {
    margin-top: 45px;
}
.drop-bio {
    position: relative;
}
.back-text.pd-lft-20 {
    padding-left: 15px;
}
.table-td-space table tr td {
    padding-bottom: 6px;
}
.successful-pop.score-matters .modal-body {
    padding: 35px 30px;
    padding-top: 35px;
}
.successful-pop.score-matters h2 {
    margin-bottom: 0;
    text-transform: none;
}


.breakdown-card .progress .progress-bar span {
    width: auto;
    font-size: 13px;
    padding: 0;
	font-weight:600;
}

.breakdown-card .progress span.left-score {
    text-align: left;
    text-indent: 12px;
    color: #a1a1a1;
}

.breakdown-card .progress span.right-score {
    text-align: right;
    position: absolute;
    right: 12px;
	color:#a1a1a1;
}
.white-color {
    color: #ffffff !important;
}
.black-color {
    color: #000000 !important;
}
.successful-pop.score-matters {
    overflow: inherit;
    background: rgb(0 0 0 / 60%);
}
.score-matters .modal-header {
    justify-content: center;
}
.modal.score-matters .modal-dialog {
    margin-top: 35px;
}
/*-- Dashboard --*/
.dashboard-bio-boost .personalized-bio{
    background: url(../images/blue-yellowbg.png) no-repeat;
    border-radius: 12px;
    background-size: cover;
    position: relative;
    color: #fff;
}
.dashboard-bio-boost .boost-left {
    width: 30%;
}

.dashboard-bio-boost .boost-right {
	width: 48%;
    max-width: 450px;
}

.dashboard-bio-boost .personalized-img {
    width: 26.5%;
}

.dashboard-bio-boost .boost-left h3 {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
	    margin-bottom: 12px;
}
.dashboard-bio-boost .boost-left p {
    font-size: 14px;
    line-height: 26px;
    margin: 0;
}
.dashboard-bio-boost .boost-right h2 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.2px;
    margin-bottom: 10px;
    line-height: 42px;
}
.dashboard-bio-boost .boost-right p {
    font-size: 15px;
    line-height: 22px;
	  margin-bottom: 0;
}
.dashboard-bio-boost .boost-right p.mb-24 {
    margin-bottom: 15px;
}
.dashboard-bio-boost .bio-left {
    padding: 0 45px;
    max-width: 300px;
}

.dashboard-bio-boost .new-dashboard-bio .btn.start-btn {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.dashboard-bio-boost .personalized-img {
    position: relative;
}

@media (min-width: 768px) and (max-width: 992px) {
    .btn-casual-committed button {
        font-size: 15px;
        padding: 12px 0px;
        height: 44px;
        width: 105px;
    }
}
@media (min-width: 1400px) {
.dashboard-bio-boost .boost-left {
    width: 25%;
}

.dashboard-bio-boost .boost-right {
	width: 48%;
    max-width: 450px;
}

.dashboard-bio-boost .personalized-img {
    width: 26.5%;
}}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0 5px;
        margin: 0 12px;
    }

    .bio-enhancer .row.mt-30 .col-md-4.flex-center {
        display: flex;
        align-items: center;
        width: 25%;
        padding: 0;
        position: relative;
    }

    .bio-enhancer .flex-center select.form-select {
        margin: 0 10px;
    }

    .bio-enhancer .row.mt-30 .col-md-4 {
        width: 37.5%;
    }

    .bio-enhancer .spinner-arrow {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        bottom: -100px;
    }

    .bio-enhancer .spinner-arrow img {
        height: 90px;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1200px;
    }
}

@media (max-width: 1400px) {
    .setting-info ul li, .table-history {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0 5px;
        margin: 0 5px;
    }

    li.nav-item.logout-nav a.nav-link {
        width: 150px;
    }

    .middle-board .drop-shadow {
        padding: 35px 40px;
    }

    .col-history {
        padding: 25px 35px;
    }

    .setting-info {
        margin-left: 0;
    }

    .edit-div {
        margin-left: 10px;
    }

    .middle-board.purchase-questions .container {
        max-width: inherit;
    }

    .ques_categories.relative {
        padding: 25px 0;
    }

    .middle-board.purchase-questions .drop-shadow {
        padding: 0;
    }

    .ques_categories.relative {
        padding: 45px 30px;
        /*min-height: 765px;*/
        min-height: 815px;

    }

    .ques_list.relative {
        margin: 40px auto;
    }

    .question-categories {
        padding: 30px 25px;
    }
	.dashboard-bio-boost .boost-right {
		width: 40%;
		max-width: 450px;
	}
	.dashboard-bio-boost .boost-right h2 {
		font-size: 25px;
		margin-bottom: 5px;
		line-height: 36px;
	}
	.dashboard-bio-boost .boost-left h3 {
		font-size: 25px;
		margin-bottom: 10px;
	}
	.dashboard-bio-boost .boost-right p.mb-24 {
    margin-bottom: 14px;
}
	.dashboard-bio-boost .boost-right p {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 0;
	}
	.dashboard-bio-boost .boost-left p {
    font-size: 13px;
    line-height: 24px;
 }
 .dashboard-bio-boost .bio-left {
    padding: 0 30px;
 }
  .dashboard-bio-boost .new-dashboard-bio .btn.start-btn {
    bottom: 10px;
    width: 150px;
}
}

@media (max-width: 1024px) {
    .personalized-left h2 {
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 32px;
    }

    h1.price {
        font-size: 50px;
        margin: 0;
        line-height: 40px;
        margin-top: 10px;
    }

    .bio-max h3 {
        font-size: 22px;
    }

    .personalized-left p {
        margin-bottom: 0;
    }

    .new-dashboard-bio .personalized-right .bio-max {
        padding: 5px 0;
    }

    .price-purchase h2 {
        font-size: 28px;
    }

    .price-purchase .pd-purchase {
        padding: 15px;
    }

    .price-purchase li {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .price-purchase li i {
        top: 4px;
    }
	.dashboard-bio-boost .bio-left {
		padding: 0 25px;
	}
	.dashboard-bio-boost .boost-right p.mb-24 {
    margin-bottom: 8px;
    font-size: 13px;
}
	.dashboard-bio-boost .boost-right p {
    margin-bottom: 0;
    font-size: 13px;
}
.dashboard-bio-boost .boost-right {
        width: 45%;
     }
	 .dashboard-bio-boost .personalized-img {
    width: 24%;
}
.dashboard-bio-boost .boost-left p {
    font-size: 13px;
    line-height: 24px;
 }

}

@media (max-width: 991px) {
    .navbar-brand img {
        display: none;
    }

    .navbar-brand .desktop-hide {
        display: block;
    }

    .middle-board .drop-shadow {
        padding: 25px 30px;
    }

    h4.heading {
        margin-bottom: 25px;
    }

    .personalized-bio {
        padding: 35px 45px;
    }

    .personalized-left h2 {
        font-size: 26px;
        margin-bottom: 20px;
        line-height: 38px;
    }

    .personalized-right {
        width: 40%;
    }

    h1.price {
        font-size: 66px;
        margin-top: 12px;
    }

    .bio-max h3 {
        font-size: 22px;
        margin: 0;
    }

    .col-history {
        padding: 20px 20px;
        min-height: 330px;
    }

    .label-div span {
        font-weight: 600;
        margin-left: 5px;
    }

    .setting-info {
        margin-left: 0;
    }

    .col-history .heading-seeall {
        padding: 0 5px;
        align-items: center;
        padding-right: 0;
    }

    .navbar-expand-lg .navbar-nav {
        align-items: baseline;
        margin: 0;
        margin-top: 20px;
    }

    li.nav-item {
        margin-bottom: 10px;
    }

    li.nav-item {
        margin-bottom: 15px;
        width: 100%;
        text-align: right;
    }

    li.nav-item.logout-nav a.nav-link {
        margin-left: auto;
    }

    .ques_list.relative, .counter-out .quiz-controls {
        width: 100%;
        max-width: 350px;
    }

    .bio-enhancer .rht-arrow {
        text-align: center;
    }

    .bio-enhancer .rht-arrow svg {
        transform: rotate(90deg);
    }

    .bio-enhancer .spinner-arrow {
        text-align: center;
    }

    .spinner-arrow.spinner_img img {
        height: 75px;
        margin-bottom: 10px;
    }
	.dashboard-bio-boost .boost-left,
	.dashboard-bio-boost .boost-right,
	.dashboard-bio-boost .personalized-img	{
		width: 100%;
		   margin-bottom: 30px;
	}
	.dashboard-bio-boost .personalized-img {
        margin-bottom: 0;
        max-width: 300px;
    }
	.dashboard-bio-boost .bio-left {
        padding: 0;
        max-width: 300px;
        margin-bottom: 0;
    }
	.dashboard-bio-boost .personalized-bio {
		padding: 20px 15px 0;
	}
	.dashboard-bio-boost .boost-left h3 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.dashboard-bio-boost .boost-right h2 {
		font-size: 24px;
		margin-bottom: 10px;
		line-height: 32px;
	}
}


@media (max-width: 900px) {
    .price-purchase h2 {
        font-size: 24px;
        line-height: 28px;
    }

    #block_1, #block_2, .price-purchase {
        background-size: inherit;
    }

    .price-purchase {
        margin-bottom: 30px;
    }

    #block_2 {
        margin-bottom: 0;
    }

    .price-purchase h2 {
        font-size: 26px;
        margin-bottom: 10px;
        line-height: 28px;
    }

    .price-purchase .pd-purchase {
        padding: 20px;
    }

    .personalized-bio .row {
        display: block;
    }

    .personalized-bio.new-dashboard-bio .personalized-left {
        width: 100%;
        max-width: inherit;
        padding: 20px 30px 5px;
    }

    .new-dashboard-bio .personalized-right {
        width: 100%;
        padding-bottom: 15px;
    }

    .purchase-list-md .col-xs-12.col-md-4 {
        width: 100%;
    }

    #block_1, #block_2, .price-purchase {
        background-size: cover;
    }

}


@media (max-width: 767px) {
    #logout-form {
        float: right;
    }

    .personalized-left {
        width: 100%;
        max-width: inherit;
    }

    .personalized-right {
        width: 100%;
    }

    .container, .container-sm {
        max-width: inherit;
    }

    .payment-form {
        padding: 15px 0;
    }

    .middle-board.purchase-middle .drop-shadow {
        padding-bottom: 30px;
    }

    p.question {
        margin-bottom: 30px;
    }

    .ques_categories h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .back-tabs {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .purchase-questions .drop-shadow {
        padding: 45px 0;
    }

    .ques_categories.relative {
        padding: 50px 20px 20px;
        min-height: inherit;
    }

    .ques_list.relative {
        margin: 40px auto 0;
    }

    .ques_list.relative {
        padding: 50px 20px;
        background: #fff;
        border-radius: 0 0 12px 12px;
        max-width: inherit;
    }

    .counter-out .quiz-controls {
        max-width: 325px;
    }

    .question-categories {
        padding: 30px 20px;
    }

    .quiz-container.quiz-questions-state {
        margin-top: 15px;
        min-height: inherit;
    }

    .ques_list h3, p.question {
        font-size: 18px;
    }

    .counter-out > .quiz-counter {
        z-index: 1;
    }

    .counter-out > .quiz-counter {
        z-index: 1;
        width: 48px;
        height: 48px;
        font-size: 18px;
        line-height: 48px;
    }

    .counter-out > .quiz-counter {
        right: 30px;
        top: 30px;
    }

    .table-history table.table.table-borderless tr td {
        display: inline-block;
        width: 50% !important;
        margin: 0 -1px;
    }
	.table-history table.table.table-borderless tfoot.navigation-pagination tr td {
		width: 100% !important;
		display: block;
	}
    .table-history table.table.table-borderless tr {
        display: -webkit-box;
        margin-bottom: 16px;
    }

    .table-history table.table.table-borderless.font-normal tr {
        margin-bottom: 11px;
    }

    .table-history table.table td i.icons {
        margin-left: 0;
    }

    .history-lists .table-history table tr td {
        padding-bottom: 10px;
    }

    .history-middle .history-setting-row .table-history table.table td.btn-td.btn-edit {
        width: 110px !important;
    }

    .middle-board.dashboard-page .table-history table.table.table-borderless,
    .table-history table.table.table-borderless {
        width: 100%;
    }

    .middle-board.history-middle .history-lists {
        padding: 0;
    }

    .history-middle .table-history table.table td .share-icon {
        margin-left: 7px;
    }

    /*
    .history-middle .table-history table.table td .copy-icon, .history-middle .table-history table.table td .share-icon, .payment-card-details .edit-div {
        padding: 5px;
        width: 50%;
    }*/
    .history-middle .table-history table.table td i.icons {
        margin-right: 4px;
        font-size: 12px;
    }

    .table-history table.table.table-borderless tr td.btn-td {
        text-align: left;
        display: inline-flex;
        justify-content: flex-start;
    }

    table.table.table-borderless.font-normal tr td:first-child {
        width: 100% !important;
    }

    .history-middle .table-history table.table td .copy-icon, .history-middle .table-history table.table td .share-icon, .payment-card-details .edit-div {
        padding: 5px 6px;
    }

    .page-item .page-link {
        font-size: 13px;
    }

    li.page-item {
        margin: 0 5px;
    }

    .navigation-list li.active a.page-link, .navigation-list li.active .page-link {
        line-height: 35px;
        padding: 0;
    }

    .successful-pop .modal-body {
        padding: 30px 20px;
        padding-top: 100px;
    }

    .submission-pop button.btn.btn-submit.load-btn {
        margin-top: 25px;
    }

    .successful-pop .modal-body p {
        font-size: 16px;
        line-height: 28px;
    }

    .successful-pop h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .successful-pop.submission-pop .modal-body {
        padding: 100px 20px 30px;
        border: 0;
    }

    .check-bold {
        width: 125px;
        height: 125px;
        line-height: 125px;
        font-size: 75px;
        top: -62px;
    }

    .modal.successful-pop {
        overflow: inherit;
        padding: 0 15px;
    }

    .table-history.table-responsive {
        margin-left: 0;
    }

    .history-lists {
        padding: 0;
    }

    .save-close {
        margin-bottom: 30px;
        margin-top: 0;
        position: relative;
    }

    .heading-history .search-file {
        width: 40%;
    }

    .modal.bio-popup .modal-body {
        padding: 20px 35px;
    }

    ul.social-lists li.margin-35 {
        margin: 0 20px;
    }

    .link-social .form-group {
        margin-bottom: 30px;
    }

    .link-social {
        margin-top: 20px;
    }

    .date-completed {
        margin-bottom: 15px;
    }

    .link-social .form-group:last-child {
        margin-bottom: 10px;
    }

    ul.social-lists li a {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 22px;
    }

    button.btn.btn-submit.load-btn {
        margin-top: 25px;
    }

    .bio-popup h2 {
        margin-bottom: 6px;
        font-size: 22px;
    }

    /* questions left section */
    .question-total-list-main {
        display: block;
    }

    .question-categories {
        width: 100%;
        height: 45px;
        padding: 5px 20px;
        position: relative;
        padding-right: 45px;
    }

    .question-categories:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #fff;
        left: 0;
        top: 41.8px;
        border-radius: 3px;
    }

    .question-categories:after {
        position: absolute;
        width: 30px;
        height: 43px;
        top: 0;
        right: 0;
        content: "\f107";
        font-weight: 900;
        font-family: "Font Awesome 6 Free";
        color: #fff;
        border-left: 2px solid #fff;
        line-height: 45px;
        text-align: center;
    }

    .question-total-list {
        display: none;
        margin: 20px 0;
    }

    .question-categories .question-total-list:last-child {
        margin-bottom: 10px;
    }

    .question-total-list-main p {
        margin-bottom: 0;
        color: #17a2bf;
        font-weight: 600;
    }

    .question-total-list p {
        margin: 0;
    }

    .question-total-list .quiz-counter, .quiz-count-display, .question-total-list-main .quiz-counter {
        width: 32px;
        line-height: 32px;
        font-size: 11px;
    }

    .question-total-list .quiz-count-display svg, .question-total-list-main .quiz-count-display svg {
        height: 32px;
        width: 32px;
    }

    .progress-bar__background {
        stroke-width: 2px;
    }

    .incorrect:before {
        left: 12px;
        top: 18px;
    }

    ul.answers li.incorrect span {
        padding-left: 35px;
    }

    ul.answers li span {
        height: auto;
        line-height: 22px;
        padding: 1em;
        border: 2px solid rgb(0 0 0 / 12%);
    }

    .quiz-buttons button {
        height: 55px;
        line-height: 1;
        font-size: 16px;
    }

    .quiz-buttons button.btn.quiz-finish-btn {
        width: calc(100% - 20px);
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .question-total-list-main {
        display: flex;
        margin: 0;
    }

    .bottom-fixed-board {
        z-index: 2;
    }

    .history-middle .history-setting-row .table-history table.table td.btn-td.btn-edit {
        width: 110px;
    }

    .question-categories {
        overflow: hidden;
    }

    /* //questions left section */
    .bg-bio .personalized-bio {
        padding: 15px 15px;
    }

    .heading-mbtm h2 {
        font-size: 20px;
    }

    .personalized-bio.irresistible-bg {
        margin-bottom: 30px;
    }

    .heading-mbtm {
        margin-bottom: 12px;
    }

    .bg-bio .personalized-bio.text-center p {
        line-height: 23px;
        font-weight: 400;
        margin-bottom: 15px;
        font-size: 14px;
        min-height: inherit;
    }

    .middle-board.free-questions .free-setting-row {
        padding: 20px 0;
    }

    .middle-board.free-questions .free-setting-row .form-group {
        margin-bottom: 25px;
    }

    .free-pre {
        margin-bottom: 30px;
    }

    .free-setting-row label.form-label {
        font-size: 14px;
    }

    .question-categories.questions-design {
        min-height: unset;
        width: 100%;
        height: 45px;
        padding: 5px 20px;
        position: relative;
        padding-right: 45px;
    }

    .question-categories.questions-design .progress-text {
        width: 32px;
        height: 32px;
        font-size: 14px;
        border: 2px solid #fff;
    }

    .questions-design .question-total-list {
        padding-left: 0;
        padding-right: 0;
        margin-top: 12px;
    }

    p.rht-questions {
        position: relative;
        right: 0;
        top: 15px;
        padding-right: 20px;
    }

    .quiz-counter .quiz-count-display,
    .quiz-counter svg {
        height: 48px;
        width: 48px;
    }

    .quiz-counter .progress-text {
        font-size: 14px;
        line-height: 48px;
    }

    .counter-out > .quiz-counter {
        top: 35px;
    }

    .btn-casual-committed {
        max-width: 350px;
    }
	.modal.score-matters .modal-dialog {
		margin-top: 0;
	}
}

@media (max-width: 750px) {
    .row.row-full .col-sm-5,
    .row.row-full .col-12.col-sm-7.counter-out {
        width: 100%;
    }

    .col-12.col-sm-5 .ques_categories.relative {
        max-width: inherit;
    }

}

@media (max-width: 585px) {
    .bck-site {
        position: relative;
        margin-bottom: 20px;
    }

    .login-page {
        padding-bottom: 50px;
    }

    .login-logo {
        padding: 25px 15px 50px;
    }

    .login-logo img {
        max-width: 100%;
    }

    .login-container {
        padding: 50px 0;
        width: calc(100% - 30px);
    }

    .login-container form, .login-head {
        padding: 0 25px;
    }

    .login-head h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .login-head p {
        font-size: 16px;
        line-height: 26px;
    }

    .login-logo .container {
        display: block;
        position: relative;
    }

    .signup-page .mrb-20 {
        margin-bottom: 20px;
    }

    .forget-password {
        font-size: 15px;
    }

    .navbar-brand img {
        max-width: 100%;
        height: 50px;
    }

    .footer-menu ul li {
        padding: 0 22px;
    }

    .middle-board.purchase-questions .drop-shadow {
        padding: 0;
    }

    .personalized-bio {
        padding: 30px 25px;
    }

    .col-history {
        padding: 25px 20px;
        margin-bottom: 30px;
    }

    .setting-info {
        margin-top: 20px;
        margin-left: 0;
    }

    .col-history .heading-seeall {
        padding: 0 5px;
        padding-right: 0;
    }

    .label-div span {
        margin-left: 5px;
    }

    .edit-div {
        margin-left: 5px;
    }

    h4.heading {
        margin-bottom: 20px;
    }

    .personalized-left h2 {
        font-size: 26px;
        margin-bottom: 20px;
        line-height: 34px;
    }

    .personalized-right {
        margin-top: 20px;
    }

    h1.price {
        font-size: 60px;
    }

    .col-history.setting-col {
        margin-bottom: 30px;
        min-height: inherit;
    }

    .footer-menu ul li a i {
        display: block;
        font-size: 24px;
    }

    .exp-date, .cvv-number {
        width: 100%;
    }

    .mrbtm-18, .exp-date {
        margin-bottom: 18px;
    }

    .ques_categories.relative {
        border-radius: 12px 12px 0 0;
    }

    .setting-info.customer-info {
        margin-bottom: 50px;
    }

    .sittings-middle .history-setting-row {
        padding: 0;
    }

    .navigation-list ul.pagination {
        justify-content: center;
    }

    .btn-casual-committed button {
        width: 135px;
    }

    .form-group.gender-row {
        display: block;
    }

    .form-check-rht .form-check.form-check-inline {
        margin-right: 15px;
    }

    .form-group.gender-row .form-check-rht {
        display: flex;
        justify-content: space-between;
    }

    .counter-out .quiz-controls {
        padding: 0;
        max-width: 100%;
    }

    .max-570 {
        width: 95%;
    }

    .link-social .form-group input.form-control {
        padding: 15px;
    }

    i.icon-docs.icons.fix-postion {
        right: -24px;
    }

    .border-line {
        padding: 0;
    }

    .bio-popup p {
        font-size: 15px;
        line-height: 24px;
    }

    .history-content {
        padding: 25px 10px;
    }

    .history-content.pbtm-zero {
        padding: 25px 10px;
        padding-bottom: 0;
    }

    .payment-card-details {
        display: block;
    }

    .payment-card-details .edit-div {
        margin-left: 0;
        display: inline-block;
        margin-top: 15px;
    }

    .payment-order.card-payment {
        margin-top: 35px;
    }

    .table-history table.table.table-borderless tr td {
        font-size: 14px;
    }

    .history-middle .table-history table.table td .share-icon {
        margin-left: 5px;
        margin-top: 0;
        padding: 5px;
    }

    .history-middle .history-setting-row .table-history table.table td.btn-td.btn-edit div:first-child {
        margin-left: 0;
    }

    .table-history table tr td {
        padding-bottom: 10px;
    }

    li.page-item {
        margin: 0 4px;
    }

    .table-history table.table.table-borderless tr td.btn-td {
        text-align: left;
        display: inline-flex;
        justify-content: flex-start;
    }

    .quiz-buttons button.btn.quiz-finish-btn {
        width: calc(100% - 60px);
    }

    .price-purchase li {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .personalized-img {
        width: 100%;
    }

    .personalized-img img {
        max-width: 100%;
    }
	.bio-overall-score {
		padding: 25px 22px 15px;
		border: 2px solid #17a2be;
		    display: block;
	}
	.score-highlights {
		width: 100%;
	}
	.overall-score-card {
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 25px;
	}
	.overall-score-box span.score {
		font-size: 60px;
	}
	.breakdown-card {
		display: block;
	 }
	 .breakdown-card span {
		display: block;
		width: 100%;
		text-align: left;
		padding-right: 0;
		margin-bottom: 3px;
	}
	.breakdown-card .progress {
		width: 100%;
	}
	.price-purchase h2 {
        font-size: 24px;
        margin-bottom: 8px;
        line-height: 26px;
    }
	.successful-pop.score-matters .modal-body {
		padding: 15px 20px;
		padding-top: 15px;
	}
	.successful-pop.score-matters h2 {
		font-size: 20px;
	}
	.score-matters button.btn.btn-submit.load-btn {
        margin-top: 15px;
    }
	.satisfaction-icons span {
		display: block;
		line-height: 24px;
	}
}


@media (max-width: 360px) {
    .footer-menu ul li {
        padding: 0 15px;
    }

    .form-check-rht .form-check.form-check-inline {
        margin-right: 10px;
    }

    .history-lists .table-history table.table.table-borderless tr td.btn-td {
        justify-content: center;
        align-items: center;
    }

    .history-middle .table-history table.table td .copy-icon, .history-middle .table-history table.table td .share-icon, .payment-card-details .edit-div {
        padding: 5px 3px;
    }

    .history-middle .table-history table.table td i.icons {
        margin-right: 2px;
    }

    .table-history table.table.table-borderless tr td {
        font-size: 13px;
    }

    li.page-item {
        margin: 0 3px;
    }
}

::-ms-input-placeholder { /* Edge 12-18 */
    color: #000000;
    font-weight: 400;
}

::placeholder {
    color: #000000;
    font-weight: 400;
}

.display-contents {
    display: contents;
}

.coupon-container {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
.payment-order .coupon-container {
    padding-bottom: 2px;
}
.coupon-container input.form-control {
    height: 60px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.coupon-container input.valid + label::after {
    position: absolute;
    content: "\f14a";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    color: #0cde0c;
    right: 10px;
    top: 28px;
    font-size: 1.9rem;
}

.coupon-container input.invalid + label::after {
    position: absolute;
    content: "\f2d3";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    color: #ea0c0c;
    right: 10px;
    top: 28px;
    font-size: 1.9rem;
}

.coupon-container button, .coupon-container button:hover, .coupon-container button:focus {
    float: right;
    background: transparent;
    color: #000;
    text-transform: lowercase;
    border: none;
    padding-right: 0;
}

.ig-input {
    height: 60px;
    border-radius: 2px;
    border: 2px solid #d1d1d1;
    font-size: 16px;
    padding: 15px 20px;
    box-shadow: none;
    outline: none;
    font-weight: 500;
    color: #000000;
}


.bio-tester .drop-shadow .container {
    position: relative;
}

.bio-tester textarea {
    width: 100%;
    border: 2px solid #d1d1d1;
    border-radius: 12px;
    padding: 20px;
    font-size: 15px;
    color: #000;
    height: 200px;
    outline: none;
}

.bio-tester textarea:hover, .bio-tester textarea:focus, .bio-tester textarea:focus-visible {
    border: 2px solid #17a2be;
}

.bio-tester .header {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #dfdfdf;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 15px 0;
    margin-bottom: 25px;
	position: relative;
}
.bio-tester .history-btn i svg {
    width: 13px;
    height: 13px;
    fill: #17a2bf;
	    margin-right: 8px;
}
.bio-tester h4 {
    border-bottom: 1px solid #dfdfdf;
    padding: 0 0 15px 0;
    margin-bottom: 25px;
}

.bio-tester .history-btn {
    border: 2px solid #d1d1d1;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 400;
    color: #000000;
}


.bio-tester .history-btn i {
    color: #17a2be;
}

.bio-tester .analyze-bio {
    width: fit-content;
    padding: 10px 45px 10px 45px;
}
