@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/* CSS Document */
* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    box-sizing: border-box;
    border: none;
}

body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: auto !important;
    overflow-x: hidden !important;
    font-family: 'Poppins', sans-serif;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none !important;
    outline: none;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
}

p {
    font-family: 'Poppins', sans-serif;
}

ul {
    margin: 0;
}

input,
select,
button {
    outline: none !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ced9df;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ced9df;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-05 {
    margin-bottom: 6px !important;
}

/*-----------------ocean-md-step-form SEC--------------*/
.ocean-md-step-form {
    margin: 0;
    padding: 0 0 70px 0;
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px 0;
}

.step-forms {
    margin: 0 auto;
    padding: 11px;
    position: relative;
    max-width: 1300px;
}

.step-forms .form-box.active {
    display: block;
}

.step-forms .form-box {
    display: none;
}

.footer-sec {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
}

.hippa-logo {
    margin: 0;
    padding: 0;
    text-align: center;
}

.hippa-logo img {
    margin: 0 auto;
    padding: 0;
    max-width: 115px;
}

.legitscript {
    text-align: center;
    margin: 0;
}

/*-------FIRST FORM-------*/
.first-form-sec {
    margin: 0;
    padding: 85px 0 0 0;
    position: relative;
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    gap: 0 5%;
}

.first-form-left {
    margin: 0;
    padding: 0;
    position: relative;
    flex: 1;
}

.first-form-left .first-page-logo {
    margin: 0 0 55px 0;
    padding: 0;
    position: relative;
    max-width: 200px;
    width: 100%;
}

.banner-img {
    display: none;
}

.first-form-left h2 {
    margin: 0 0 35px 0;
    padding: 0 0 25px 0;
    font-size: 36px;
    font-weight: 600;
    color: #096a8c;
    position: relative;
}

.first-form-left h2:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 250px;
    height: 5px;
    background: #61cbcb;
    border-radius: 50px;
}

.first-form-left ul {
    margin: 0 0 15px 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.first-form-left ul li {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 10px;
    font-size: 14px;
    font-weight: 400;
    color: #31343a;
    line-height: 19px;
}

.first-form-left ul li img {
    margin: 0;
    padding: 0;
    max-width: 33px;
}

.first-form-left p {
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 14px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
    color: #000000;
}

.first-form-left p a {
    color: #61cbcb;
    text-decoration: underline !important;
    display: inline-flex;
    margin: 0 5px;
}

.first-form-left ul.forms-links {
    margin: 60px 0 0 0;
}

.first-form-left ul.forms-links a {
    margin: 0 0 0 25%;
    padding: 0;
    background: linear-gradient(45deg, #30b9bd, #096a8c);
    color: #ffffff !important;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    transition-duration: 0.3s;
    border-radius: 8px;
    box-shadow: 0 3px 15px #bdfcffa3;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0 10px;
    justify-content: center;
    width: 200px;
    height: 54px;
}

.first-form-right {
    margin: 0;
    padding: 0;
    position: relative;
    flex: 1;
}

/*-------FIRST FORM-------*/
/*-------FORM LIST-------*/
.all-form-list {
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.all-form-list .form-list-logo {
    margin: 0 0 40px 0;
    padding: 0 0 20px 0;
    position: relative;
    max-width: 100%;
    border-bottom: 1px solid #d3d3d3;
    text-align: center;
}

.all-form-list .form-list-logo img {
    margin: 0 auto;
    max-width: 170px;
}

.all-form-list .form-list-body {
    margin: 0 auto;
    max-width: 500px;
    position: relative;
}

.all-form-list .form-list-body.forms-30-body {
    max-width: 515px;
}

.all-form-list .form-list-title {
    margin: 0 0 30px 0;
    padding: 0;
    position: relative;
}

.form-list-title.text-center.forms-32-title {
    margin: 0 -30px 30px -30px;
}

.all-form-list .form-list-title h3 {
    margin: 0 0 10px 0;
    color: #000;
    font-weight: 600;
    font-size: 23px;
    line-height: 29px;
    position: relative;
    text-transform: capitalize;
}

.all-form-list .form-list-title p {
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 15px;
    color: #0f426d;
    font-weight: 500;
}

.all-form-list .form-list {
    margin: 0 0 50px 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.all-form-list .form-list .form-group {
    margin: 0;
    padding: 0;
    position: relative;
}

.all-form-list .form-list .form-group input.radio-btn {
    display: none;
}

.all-form-list .form-list .form-group label.radio-label {
    margin: 0;
    width: 100%;
    background: #fff;
    color: #54595F;
    border: 1px solid #8e8e8e;
    box-sizing: border-box;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 18px 20px 18px 50px;
    height: 60px;
    font-size: 11px !important;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
	line-height:17px;
}

.all-form-list .form-list .form-group label.radio-label:before {
    position: absolute;
    content: '';
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    border-radius: 30px;
    border: 1px solid #5a5a5a;
    transition: all 0.3s ease-in-out;
}

.all-form-list .form-list .form-group label.radio-label:hover {
    background: #18c9c2;
    color: #FFF;
    border: 1px solid #18c9c2;
    box-shadow: 0 4px 8px #18c9c254;
}

.all-form-list .form-list .form-group label.radio-label:hover:before {
    border: 2px solid #ffffff;
}

.all-form-list .form-list .form-group label.radio-label:after {
    position: absolute;
    content: '';
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    background: url("../images/check-icon.svg") center center no-repeat;
    background-size: 10px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.all-form-list .form-list .form-group input[type=radio].radio-btn:checked+label.radio-label {
    background: #18c9c2;
    color: #FFF;
    border: 1px solid #18c9c2;
}

.all-form-list .form-list .form-group input[type=radio].radio-btn:checked+label.radio-label:before {
    background: #FFF;
    border: 2px solid #ffffff;
}

.all-form-list .form-list .form-group input[type=radio].radio-btn:checked+label.radio-label:after {
    opacity: 1;
}

.all-form-list .form-list .form-group input[type=checkbox].radio-btn:checked+label.radio-label {
    background: #18c9c2;
    color: #FFF;
    border: 1px solid #18c9c2;
}

.all-form-list .form-list .form-group input[type=checkbox].radio-btn:checked+label.radio-label:before {
    background: #FFF;
    border: 2px solid #ffffff;
}

.all-form-list .form-list .form-group input[type=checkbox].radio-btn:checked+label.radio-label:after {
    opacity: 1;
}

.all-form-list a.btn-next {
    margin: 0 0 0 auto;
    padding: 0;
    background: #3956c7;
    color: #ffffff !important;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    transition-duration: 0.3s;
    border-radius: 8px;
    box-shadow: 0 3px 15px #bdc3ffa3;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0 10px;
    justify-content: center;
    width: 200px;
    height: 60px;
    letter-spacing: 4px;
}

.all-form-list a.btn-continue {
    margin: 0 0 0 auto;
    padding: 0;
    background: linear-gradient(45deg, #1434cf, #009cd3);
    color: #ffffff !important;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    transition-duration: 0.3s;
    border-radius: 8px;
    box-shadow: 0 3px 15px #1434cf4d;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0 10px;
    justify-content: center;
    width: 200px;
    height: 60px;
    letter-spacing: 4px;
}

ul.forms-links.back-btn {
    position: absolute;
    top: 35px;
    left: auto;
    display: none;
}

ul.forms-links.back-btn a.btn-prev {
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 24px;
    color: #7a7a7a;
    cursor: pointer;
}

ul.forms-links.forms-two-links {
    margin: 0 0 50px 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.all-form-list .form-list ul.forms-links.forms-two-links {
    margin: 0;
}

ul.forms-links.forms-two-links li a.forms-two-link {
    margin: 0;
    width: 100%;
    background: #fff;
    color: #54595F;
    border: 1px solid #8e8e8e;
    box-sizing: border-box;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 18px 20px 18px 50px;
    height: 60px;
    font-size: 15px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

ul.forms-links.forms-two-links li a.forms-two-link:before {
    position: absolute;
    content: '';
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    border-radius: 30px;
    border: 1px solid #5a5a5a;
    transition: all 0.3s ease-in-out;
}

ul.forms-links.forms-two-links li a.forms-two-link:hover {
    background: #18c9c2;
    color: #FFF;
    border: 1px solid #18c9c2;
    box-shadow: 0 4px 8px #18c9c254;
}

ul.forms-links.forms-two-links li a.forms-two-link:hover:before {
    border: 2px solid #ffffff;
}

ul.forms-links {
    gap: 0 20px;
}

/*-------FORM LIST-------*/
/*-------STEP 3-------*/
.all-form-list .form-list-title.title-style-2 h3 {
    font-weight: 400;
}

.male-female-links {
    gap: 0 5%;
    margin: 0 0 50px 0;
}

.male-female-links li {
    margin: 0;
    padding: 0;
    position: relative;
    flex: 1;
}

.male-female-links a.male-female-btn {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #fff;
    color: #54595F;
    border: 1px solid #8e8e8e;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.male-female-links a.male-female-btn span {
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #0b436d;
    transition: all 0.3s ease-in-out;
}

.male-female-links a.male-female-btn img {
    max-width: 120px;
    transition: all 0.3s ease-in-out;
}

.male-female-links a.male-female-btn:hover {
    background: #18c9c2;
    border: 1px solid #18c9c2;
}

.male-female-links a.male-female-btn:hover span {
    color: #FFF;
}

.male-female-links li:first-child a.male-female-btn {
    background: #18c9c2;
    border: 1px solid #18c9c2;
}

.male-female-links li:first-child a.male-female-btn span {
    color: #FFF;
}

.male-female-links li:first-child a.male-female-btn img {
    filter: invert(100%);
}

.male-female-links li:last-child a.male-female-btn img {
    filter: invert(0.5) sepia(1) saturate(3) hue-rotate(134deg);
}

.male-female-links li a.male-female-btn:hover img {
    filter: invert(100%);
}

/*-------STEP 3-------*/
/*-------STEP 4-------*/
.all-form-list .form-list.date-of-birth {
    margin: 50px 0;
}

.all-form-list .form-list-title h4 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 16px;
    color: #484848;
    line-height: 22px;
}

.all-form-list .form-list.date-of-birth .form-control {
    margin: 0;
    padding: 0 20px 0 54px;
    position: relative;
    text-align: left;
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    background: #ffffff;
    border-radius: 10px;
    height: 70px;
    box-shadow: 0 4px 8px #b3b3b354;
    border: 1px solid #61cbcb;
    border-bottom: 5px solid #61cbcb;
}

.all-form-list .form-list.date-of-birth .form-control::placeholder {
    color: #d0d9e3;
}

.all-form-list .form-list.date-of-birth .form-group .calendar-icon {
    position: absolute;
    top: -6px;
    bottom: 0;
    left: 18px;
    margin: auto;
    padding: 0;
    width: fit-content;
    height: fit-content;
    line-height: 26px;
    z-index: 99;
    font-size: 26px;
    color: #61cbcb;
}

/*-------STEP 4-------*/
/*-------STEP 5-------*/
.all-form-list .form-list.date-of-birth select.form-control {
    appearance: none;
    background: url(../images/arrow-down.svg) 95% center no-repeat;
    background-size: 16px;
}

/*-------STEP 5-------*/
/*-------STEP 6-------*/
.all-form-list .form-list-title.title-style-3 {
    margin: 0 0 10px 0;
    text-align: center;
}

.all-form-list .form-list-title.title-style-3 h3 {
    font-size: 28px;
    line-height: 33px;
    font-weight: 500;
    color: #2e8aa1;
}

.all-form-list .form-list-title h5 {
    margin: 20px 0 0 0;
    padding: 0;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #3236d1;
}

/*-------STEP 6-------*/
/*-------STEP 7-------*/
.form-group-list {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    gap: 0 22px;
}

.all-form-list .height-weight-form input.form-control {
    padding: 0 15px 0 15px !important;
    height: 64px !important;
}

.all-form-list .height-weight-form label.small-label {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

/*-------STEP 7-------*/
/*-------STEP 8-------*/
.all-form-list .form-list.goal-form .form-control {
    padding: 0 15px 0 15px !important;
    height: 70px !important;
    border: 1px solid #dbdbdb;
    border-bottom: 5px solid #dbdbdb;
}

.all-form-list .form-list.goal-form label.right-label {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 16px;
    bottom: 10px;
    z-index: 99;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.all-form-list .form-list.goal-form label.small-label {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

/*-------STEP 8-------*/
/*-------STEP 9-------*/
.form-graph-img {
    margin: 20px 0;
    position: relative;
    text-align: center;
}

.form-graph-img span[class^='graph-count-'] {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    font-size: 11px;
    font-weight: 600;
    color: #5c5c5c;
    height: fit-content;
    width: fit-content;
    line-height: 12px;
    text-align: center;
}

.form-graph-img span.graph-count-1 {
    top: 41px;
    left: 80px;
    border: 1px solid;
    padding: 6px 10px;
    border-radius: 5px;
}

.form-graph-img span.graph-count-2 {
    top: 76px;
    left: 181px;
      border: 1px solid;
    padding: 6px 10px;
    border-radius: 5px;
}

.form-graph-img span.graph-count-3 {
    top: 145px;
    left: 281px;
      border: 1px solid;
    padding: 6px 10px;
    border-radius: 5px;
}

.form-graph-img span.graph-count-4 {
    top: 202px;
    left: 383px;
      border: 1px solid;
    padding: 6px 10px;
    border-radius: 5px;
}

.form-graph-img span.graph-count-4.graph-bottom-count {
    top: 188px;
    left: 371px;
    font-size: 9px;
      border: 1px solid;
    padding: 6px 10px;
    border-radius: 5px;
}

.form-graph-img span.graph-count-4.graph-bottom-count span {
    display: block;
    font-size: 16px;
    color: #000;
    margin: 0 0 2px 0;
}

/*-------STEP 9-------*/
/*-------STEP 13-------*/
.form-ul-sec {
    margin: 0 0 40px 0;
    padding: 35px;
    position: relative;
    background: linear-gradient(30deg, #f2f8ff, #ffffff);
    border-radius: 13px;
    border: 1px solid #3956c740;
    box-shadow: 0 5px 19px #3956c71a;
}

.form-ul-sec h4 {
    margin: 0 0 30px 0;
    padding: 0;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #1834a1;
}

ul.form-ul {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

ul.form-ul li {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 10px;
    font-size: 14px;
    font-weight: 400;
    color: #31343a;
    line-height: 19px;
}

ul.form-ul li img {
    margin: 0;
    padding: 0;
    max-width: 33px;
}

/*-------STEP 13-------*/
/*-------STEP 14-------*/
ul.result-form-box {
    margin: 0 0 50px 0;
    padding: 0;
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
    gap: 15px;
}

ul.result-form-box li {
    margin: 0;
    padding: 25px;
    position: relative;
    min-height: 180px;
    background: linear-gradient(30deg, #e5f0ff, #ffffff);
    border-radius: 10px;
    border: 1px solid #3956c740;
    box-shadow: 0 5px 19px #3956c70d;
}

ul.result-form-box li h3 {
    margin: 0 0 20px 0;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 10px;
    font-size: 32px;
    font-weight: 800;
    color: #13abaf;
    line-height: 21px;
}

ul.result-form-box img {
    width: 34px;
}

ul.result-form-box li p {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 10px;
    font-size: 14px;
    font-weight: 500;
    color: #2e3974;
    line-height: 18px;
}

/*-------STEP 14-------*/
/*-------STEP 15-------*/
.form-details {
    margin: 0 0 60px 0;
}

.form-details .form-details-box {
    margin: 20px 0 0 0;
    padding: 25px;
    position: relative;
    text-align: left;
    background: #FFF;
    border-radius: 13px;
    border: 1px solid #3956c740;
    box-shadow: 0 5px 19px #3956c71a;
}

.form-details .form-details-box h3 {
    margin: 0 0 20px 0;
    line-height: 20px;
    text-align: left;
    padding: 0;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #1834a1;
}

.form-details .form-details-box h4 {
    margin: 0 0 20px 0;
    padding: 0;
    position: relative;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #e19747;
}

.form-details .form-details-box ul {
    margin: 0 0 20px 0;
    padding: 0;
    position: relative;
    text-align: left;
}

.form-details .form-details-box ul li {
    margin: 0 0 5px 0;
    padding: 0 0 0 20px;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    color: #4e5772;
    line-height: 20px;
}

.form-details .form-details-box ul li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 5px;
    height: 10px;
    width: 10px;
    background: #b2afe1;
    border-radius: 50px;
}

.form-details .form-details-box .form-group {
    margin: 0;
}

.form-details .form-details-box .form-group input.form-control {
    margin: 0;
    position: relative;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 500;
    color: #2c4f6c;
    line-height: 30px;
    padding: 11px 13px !important;
    height: 66px !important;
    border: 3px solid #dbdbdb;
}

.form-details .form-details-box textarea.form-control {
    margin: 0 0 15px 0;
    height: 70px;
    padding: 10px;
    width: 100%;
    background: #ffffff;
    border-radius: 7px;
    border: 1px solid #9fb4ff;
    font-size: 14px;
    font-weight: 500;
    color: #2c4f6c;
}

/*-------STEP 15-------*/
/*-------STEP 24-------*/
.all-form-list .form-list.form-list-2 .form-group label.radio-label {
    font-size: 14px;
    line-height: 20px;
}

.form-details .form-details-box .form-group.check-box {
    display: flex;
    justify-content: flex-start !important;
    text-align: left;
    gap: 0 10px;
    margin: 20px 0 0 0;
}

.form-details .form-details-box .form-group.check-box input.form-control {
    min-width: 20px;
    display: block;
    width: auto;
    height: 20px;
}

.form-details .form-details-box .form-group.check-box .check-box-info {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.form-details-box .form-group {
    margin: 10px 0 !important;
    padding: 0;
    position: relative;
}

.form-details-box .form-group input[type="radio"] {
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    height: fit-content;
    accent-color: #3F51B5;
}

.form-details-box .form-group label {
    margin: 0;
    padding: 0 0 0 35px;
    position: relative;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    background: #fff1db;
    border: 1px solid #fff;
    border-radius: 8px;
    cursor: pointer;
}

/*-------STEP 24-------*/
/*-------STEP 26-------*/
ul.forms-links.price-link {
    margin: 0;
    padding: 0;
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 20px;
}

ul.forms-links.price-link li a.price-btn {
    margin: 0;
    padding: 25px;
    position: relative;
    min-height: 170px;
    background: #FFF;
    border-radius: 10px;
    border: 3px solid #3956c740;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

ul.forms-links.price-link li a.price-btn h3 {
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #0b436d;
    transition: all 0.3s ease-in-out;
}

ul.forms-links.price-link li a.price-btn h3 span {
    margin: 7px 0 0 0;
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #7381b5;
    transition: all 0.3s ease-in-out;
}

ul.forms-links.price-link li a.price-btn:hover {
    background: #fff1db;
    border: 3px solid #ebc5b6ad;
}

ul.forms-links.price-link li a.price-btn:hover h3,
ul.forms-links.price-link li a.price-btn:hover h3 span {
    color: #000;
}

/*-------STEP 26-------*/
/*-------STEP 33-------*/
.progress-bar {
    margin: 0 0 10px;
    overflow: hidden;
    padding-right: 0;
    background: none;
}

.progress-content-outter {
    height: 40px;
    background-color: rgba(0, 123, 255, .25);
    border-radius: 50px;
    overflow: hidden;
}

.progress-content {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #6330bd36, #18c9c2);
    border-radius: 50px;
}

/*-------STEP 33-------*/
/*-------STEP 35-------*/
.all-form-list .disclimber-form label.radio-label {
    height: auto !important;
}

.all-form-list a.btn-choose-my-plan {
    margin: 0 0 0 auto;
    padding: 0;
    background: #3956c7;
    color: #ffffff !important;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    transition-duration: 0.3s;
    border-radius: 8px;
    box-shadow: 0 3px 15px #bdc3ffa3;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0 10px;
    justify-content: center;
    width: 240px;
    height: 60px;
    letter-spacing: 2px;
}

/*-------STEP 35-------*/
.choose-your-plan-body {
    text-align: left;
    display: flex;
    gap: 0 45px;
    margin: 0 0 40px 0;
    padding: 35px;
    position: relative;
    background: #FFF;
    border-radius: 13px;
    box-shadow: 0 5px 19px #3956c71a;
}

.choose-your-plan-body img {
    max-width: 100%;
    width: 100%;
}

.choose-your-plan-body .choose-your-plan-left,
.choose-your-plan-body .choose-your-plan-right {
    margin: 0;
    padding: 0;
    position: relative;
    width: 50%;
}

.choose-your-plan-body h3 {
    margin: 0 0 10px 0;
    color: #000;
    font-weight: 600;
    font-size: 23px;
    line-height: 29px;
    position: relative;
    text-transform: capitalize;
    min-height: 120px !important;
}

.choose-your-plan-left {
    text-align: center;
}

.choose-your-plan-body .choose-your-plan-left img {
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
}

.choose-your-plan-right h4 {
    min-height: 80px !important;
    margin: 0 0 10px 0;
    color: #000;
    font-weight: 600;
    font-size: 23px;
    line-height: 29px;
    position: relative;
    text-transform: capitalize;
    text-align: left;
}

.choose-your-plan-right h4 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #2E8AA1;
}

.choose-your-plan-right .form-group {
    margin: 0 0 20px 0;
    position: relative;
}

.choose-your-plan-right .form-group input[type='radio'] {
    position: absolute;
    left: 18px;
    top: 18px;
    z-index: 99;
    accent-color: #ffffff;
    width: 16px;
    height: 16px;
}

.choose-your-plan-right .form-group label {
    margin: 0;
    width: 100%;
    background: #fff;
    color: #54595F;
    border: 1px solid #8e8e8e;
    box-sizing: border-box;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 18px 20px 18px 50px;
    height: 88px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.choose-your-plan-right .form-group label:hover {
    background: #18c9c2;
    color: #FFF;
    border: 1px solid #18c9c2;
    box-shadow: 0 4px 8px #18c9c254;
}

.choose-your-plan-right .form-group input[type='radio']:checked+label {
    background: #18c9c2;
    color: #FFF;
    border: 1px solid #18c9c2;
}

.choose-your-plan-right .form-group label .choose-plan-price {
    display: flex;
    align-items: start;
    gap: 0;
    margin: 0;
    justify-content: space-between;
    flex-direction: column;
}

.choose-your-plan-right .form-group label .choose-plan-price .price-title {
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    color: #54595F;
}

.choose-your-plan-right .form-group label:hover .choose-plan-price .price-title {
    color: #FFF;
}

.choose-your-plan-right .form-group input[type='radio']:checked+label .choose-plan-price .price-title {
    color: #FFF;
}

.choose-your-plan-right .form-group label .choose-plan-price .off-price {
    margin: 5px 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    color: #e19747;
}

.choose-your-plan-right .form-group label:hover .choose-plan-price .off-price {
    color: #FFF;
}

.choose-your-plan-right .form-group input[type='radio']:checked+label .choose-plan-price .off-price {
    color: #FFF;
}

.checkout-btn-sec {
    text-align: center;
}

.checkout-btn-sec button.check-out-btn {
    margin: 40px auto 20px auto;
    padding: 0;
    background: linear-gradient(45deg, #1434cf, #009cd3);
    color: #ffffff !important;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    transition-duration: 0.3s;
    border-radius: 8px;
    box-shadow: 0 3px 15px #1434cf4d;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0 10px;
    justify-content: center;
    width: 325px;
    height: 60px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ocean-md-step-form .footer-logo {
    margin: 0 auto;
    max-width: 200px;
    padding: 0 30px;
    display: none;
}


.product-sec {
    width: 80%;
    margin: 0 auto;
    border: 1px solid #096a8c;
    padding: 40px 50px;
    border-radius: 10px;
}

.product-sec img {
    width: 95%;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

.product-sec h5 {
    font-size: 19px;
    font-weight: 600;
}

.product-sec p {
    font-size: 14px;
}

.medical-price h4 {
    font-size: 17px;
    font-weight: 600;
}

.medical-price span {
    font-size: 20px;
    font-weight: 600;
    color: #0f426d;
}

.medical-price .price-sec {
    color: red;
    text-decoration: line-through;
    font-size: 20px;
    font-weight: 400;
    margin-right: 10px;
}

.product-sec ul {
    margin: 10px 0;
    padding: 0 0 0 20px;
}

.medical-price ul li {
    font-size: 14px;
    list-style: disc !important;
    line-height: 28px;
}

.product-sec .check-out-btn-sec {
    background-color: #0f426d;
    margin: 11px 0 0;
    padding: 0;
    color: #fff;
    transition: .5s;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    box-shadow: 0 3px 13px #1434cf4d;
    cursor: pointer;
    width: 32%;
    height: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.product-sec .check-out-btn-sec:hover {
    background-color: #Fff;
    border: 1px solid #0f426d;
    color: #0f426d;
}

.product-sec-list {
    width: 80%;
    margin: 0 auto;
    padding: 20px 35px;
    position: relative;
    background: #FFF;
    border-radius: 13px;
    box-shadow: 0 5px 19px #3956c71a;
}

.product-sec-list h3 {
    color: #2C3345;
    font-size: 1.25em;
    font-weight: 600;
    border-bottom: 1px solid gainsboro;
    padding: 14px;
    margin-bottom: 30px;
}

.product-sec-list img {
    display: flex;
    width: 40%;
    margin: 0 auto;
}

.product-sec-list h5 {
    color: #2C3345;
    font-size: 1.25em;
    font-weight: 600;

}

.check-sec {
    border-color: #10426D;
    border-width: 1px;
    border-style: solid;
    padding: 14px 10px;
    cursor: pointer;
    width: 80%;
    border-radius: 6px;
    margin: 20px 0;
}


.check-sec:hover {
    background: #10426D;
    color: #FFF;
}

.product-sec-list .check-out-btn {
    display: flex;
    justify-content: space-around;
    margin: 30px 0;
}

.product-sec-list .check-out-btn a{
    background-color: white;
    box-shadow: #10426D 2px 2px 6px 1px;
    border-color: white;
    color: #10426D;
    width: 19%;
    height: 43px;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    line-height: 42px;
}

.product-sec-list .check-out-btn .check-out-btn-sec{
    background: none !important;
    cursor: pointer;
}

.product-sec-list .check-out-btn a:hover {
    background-color: #10426D;
    color: #FFF;
}

.hipaa-logo {
    text-align: center;
    margin: 20px 0;
}

.hipaa-logo img {
    width: 10%;
}

.product-detels h4 {
    color: #10426D;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    width: 85%;
    margin: 30px auto;
}


.product-detels ul {
    margin: 15px 0 15px 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.product-detels ul li {
    display: flex;
    align-items: center;
    gap: 0 10px;
    font-size: 14px;
    font-weight: 500;
    color: #10426D;
    line-height: 30px;
}

.product-detels ul li span {
    font-weight: 400;
}

.product-detels ul li img {
    max-width: 22px;
}

.patients del {
    margin: 0 16px;
}



.product-detels {
    width: 80%;
    margin: 0 auto;
    padding: 20px 35px;
    position: relative;
    background: #FFF;
    border-radius: 13px;
    box-shadow: 0 5px 19px #3956c71a;
}

.product-detels .border-sec {
    border: 1px solid #10426D;
    padding: 30px 10px 20px;
    border-radius: 8px;
    margin: 20px 0;
}

.product-detels .border-sec .products {
    object-fit: contain;
    margin-top: 20px;
}

.patients h4 {
    color: #10426D;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin: 34px 0 0;
}

.patients h4 span {
    font-weight: 400;
}

.patients p {
    color: #10426D;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}

.patients .form-check-label {
    color: #10426D;
    font-size: 14px;
    font-weight: 600;
}

.patients .form-check {
    border: 1px solid #d7d7d7;
    padding: 15px 40px;
    border-radius: 10px;
    margin: 13px 0;
    cursor: pointer;
    background: #f7f7f7d4;
}

.patients .form-check-label span {
    background: #ebebeb;
    padding: 4px;
    border-radius: 2px;
    margin: 0 10px;
    color: #0ad500;
}

.patients h6 {
    color: #10426D;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}

.patients .check-out-btn-sec {
    background-color: #10426D;
    border-color: white;
    color: #FFF;
    width: 50%;
    height: 43px;
    border-radius: 6px;
    cursor: pointer;
    margin: 30px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.patients .check-out-btn-sec:hover {
    background-color: #FFF;
    border: 1px solid #10426D;
    color: #10426D;
}

.patients .price {
    margin: 0 10px;
    background-color: #f7f7f7d4 !important;
    color: #10426D !important;
    float: right;
    text-align: center;
    position: absolute;
    right: 0;
    text-decoration: line-through;
}

/* Avi Add On Css */
.form-list-add .all-form-list .form-list.goal-form .form-control {
    padding: 0 15px 0 15px !important;
    height: 60px !important;
    border: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

.form-list-add .all-form-list .form-list.date-of-birth .form-control {
    font-size: 16px;
    color: #282828;
}


.form-list-add .all-form-list a.btn-next {
    margin-top: 30px;
}

.form-list-add .check-out-btn-sec {
    background-color: #10426D;
    border-color: white;
    color: #FFF;
    width: 50%;
    height: 43px;
    border-radius: 6px;
    cursor: pointer;
    margin: 30px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-list-add .check-out-btn-sec:hover {
    background-color: #FFF;
    border: 1px solid #10426D;
    color: #10426D;
}

.form-list-add .all-form-list .form-list.date-of-birth {
    margin-top: 20px;
}

.form-list-add .change {

    border-bottom: 2px solid #10426D;
}

.change a {
    color: #10426D;
}

.form-list-add .payment-sec {
    padding: 15px;
    border: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    border-radius: 10px;
    align-items: center;
}

.form-list-add .payment {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
}

.form-list-add .payment i {
    font-size: 12px;
    color: #10426D;
}

.payment-sec p {
    color: #10426D;
    margin-bottom: 0;
}

.form-list-add .control-form {
    font-size: 16px;
    color: #000 !important;
}

.or {
    display: flex;
    justify-content: center;
    align-items: center;
    color: grey;
    margin: 20px 0;
}

.fa-id-card-o {
    font-size: 22px !important;
    position: absolute;
    z-index: 1;
    top: 19px;
    left: 20px;
    font-size: 42px;
    color: gray;
}

.check {
    padding: 20px;
    margin: 20px 0;
    border-radius: 10px;
    border: 1px solid gainsboro;
    border: 1px solid #10426D;
}

.check a {
    color: #0b436d;
    text-decoration: underline !important;
}

.form-list-add .all-form-list .form-list.goal-form .controls-forms {
    padding-left: 53px !important;
    color: #000 !important;
}

.controls {
    color: #000 !important;
}

.or:after,
.or:before {
    content: "";
    display: block;
    background: grey;
    width: 50%;
    height: 1px;
    margin: 0 10px;
}

.secured {
    text-align: center;
}

.secured h5 {
    font-size: 19px;
    font-weight: 500;
    margin-top: 30px;
}

.secured h5 span {
    color: #0b436d;
}

.clicking {
    text-align: justify;
    font-size: 15px;
}

.complete-order h3 {
    margin-bottom: 20px;
}

.complete-order .step {
    position: relative;
    min-height: 1em;
    color: gray;
}

.complete-order .step+.step {
    margin-top: 1.5em
}

.complete-order .step>div:first-child {
    position: static;
    height: 0;
}

.complete-order .step>div:not(:first-child) {
    margin-left: 1.5em;
    padding-left: 1em;
}

.complete-order .step.step-active {
    color: #0b436d;
}

.complete-order .step.step-active .circle {
    background-color: #0b436d;
}

.complete-order {
    width: 55%;
    margin: 0 auto;
    padding: 30px 35px;
    position: relative;
    border-radius: 13px;
    box-shadow: 0 5px 19px #3956c71a;
}

/* Circle */
.circle {
    background: gray;
    position: relative;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 0 3px #fff;
}

/* Vertical Line */
.circle:after {
    content: ' ';
    position: absolute;
    display: block;
    top: 1px;
    right: 50%;
    bottom: 1px;
    left: 50%;
    height: 100%;
    width: 1px;
    transform: scale(1, 2);
    transform-origin: 50% -100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: -1;
}

.step:last-child .circle:after {
    display: none
}

/* Stepper Titles */
.title {
    line-height: 1.5em;
    font-weight: bold;
}

.caption {
    font-size: 0.8em;
}

.wrapper-1 {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.wrapper-2 {
    padding: 30px;
    text-align: center;
}

.wrapper-1 h1 {
    font-family: 'Kaushan Script', cursive;
    font-size: 4em;
    letter-spacing: 3px;
    color: #10426D;
    margin: 0;
    margin-bottom: 20px;
}

.wrapper-2 p {
    margin: 0;
    font-size: 1.3em;
    color: #aaa;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 1px;
}


.go-home {
    cursor: pointer;
    color: #fff;
    background: #10426D;
    border: none;
    padding: 10px 50px;
    margin: 30px 0;
    border-radius: 30px;
    text-transform: capitalize;
    border-radius: 9px;
    box-shadow: 4px 6px 26px -3px rgba(88, 146, 255, 0.2);
}

.lifemd {
    background: #10426D;
    padding: 50px 0;
    margin-bottom: 20px;

}

.lifemd-nav {
    text-align: center;
    border-bottom: 2px solid #FFF;
    color: #FFF;
    padding-bottom: 20px;
}

.lifemd-contend {
    width: 90%;
    margin: 20px auto;
}

.lifemd-contend h4 {
    font-size: 23px;
    font-weight: 600;
    color: #FFF;
    font-family: fangsong;
    margin-top: 20px;
}

.lifemd-contend p {
    font-size: 15px;
    font-weight: 400;
    color: #FFF;
    width: 60%;
}

.lifemd-contend ul {
    padding-left: 10px;
}

.lifemd-contend ul li {
    line-height: 30px;
    font-size: 15px;
    font-weight: 400;
    color: #FFF;
    list-style: decimal;
}

.lifemd-contend .check-out-btn-sec {
    background-color: white;
    box-shadow: white 0px 0px 7px 0px;
    border-color: white;
    color: #10426D;
    width: 43%;
    height: 43px;
    border-radius: 6px;
    cursor: pointer;
    margin: 10px 0;
}

.lifemd-contend .check-out-btn-sec:hover {
    background-color: #10426D;
    border: 1px solid #FFF;
    color: #FFF;
}

.complete-out-btn .check-out-btn-sec {
    background-color: #10426d00;
    box-shadow: white 0px 0px 7px 0px;
    border-color: white;
    color: #ffffff;
    width: 43%;
    height: 43px;
    border-radius: 6px;
    cursor: pointer;
    margin: 10px 0;
}

.Complete-your-onboarding {
    display: flex;
    justify-content: center;
    width: 75%;
    margin: 0 auto;
    gap: 20px;
}

.Complete-your-onboarding h4 {
    font-size: 28px;
    font-weight: 600;
    color: #10426D;
    font-family: fangsong;
    margin-top: 20px;
}

.Complete-your-onboarding h5 {
    font-size: 23px;
    font-weight: 600;
    color: #10426D;
    font-family: fangsong;
    margin-top: 20px;
}

.Complete-your-onboarding h6 {
    font-size: 16px;
    font-weight: 600;
    color: #10426D;
    font-family: fangsong;
}

.Complete-your-onboarding p {
    font-size: 16px;
    font-weight: 300;
    color: #10426D;
    font-family: fangsong;
    margin-top: 20px;
}

.Complete-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
    flex-direction: column;
}

.Complete-btn {
    cursor: pointer;
    color: #fff;
    background: #10426D;
    border: none;
    border-radius: 30px;
    text-transform: capitalize;
    border-radius: 9px;
    box-shadow: 4px 6px 26px -3px rgba(88, 146, 255, 0.2);
    height: 45px;
    width: 300px;
}

.lifemd-contend h6{
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    font-family: fangsong;
    margin-bottom: 20px;
}

.video-holder {
    width: 290px;
    height: 0;
    overflow: hidden;
    padding-top: 30%;
    position: relative;
    border-radius: 3px;
    max-width: 100%;
    margin: 0 10px 20px;

    iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .bg-stretch {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;

        img {
            object-fit: cover;
            max-width: none;
            height: 100%;
            width: 100%;
        }
    }

    .play-button {
        background-color: transparent;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
        width: 80px;
        height: 80px;
        padding: 0;
        border: 0;
        z-index: 2;
    }
}

@media (min-width:360px) {
    h1 {
        font-size: 4.5em;
    }

    .go-home {
        margin-bottom: 20px;
    }
}

@media (min-width:600px) {
    .content {
        max-width: 1000px;
        margin: 0 auto;
    }

    .wrapper-1 {
        height: initial;
        max-width: 620px;
        margin: 0 auto;
        margin-top: 50px;
        box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
        border-radius: 9px;
        box-shadow: 4px 6px 26px -3px rgba(88, 146, 255, 0.2);
    }

}



/* Avi Add On Css End*/



@media only screen and (max-width: 600px) {
    .product-sec {
        width: 90%;
        padding: 40px 14px;
    }

    .complete-out-btn .check-out-btn-sec {
        width: 86%;
    }

    .lifemd-contend .check-out-btn-sec{
        width: 86%;
    margin-bottom: 20px;
    }


    .product-sec h5 {
        font-size: 17px;
        font-weight: 600;
        text-align: center;
        margin: 20px 0 10px;
    }

    .product-sec p {
        font-size: 11px;
        text-align: center;
    }

    .product-sec .check-out-btn-sec {
        width: 100%;
        height: 48px;
    }

    .product-sec-list {
        width: 90%;
        padding: 20px;
    }

    .product-sec-list h5 {
        font-size: 20px;
        margin: 20px 0;
        text-align: center;
    }

    .check-sec {
        width: 100%;
    }

    .product-sec-list .check-out-btn {
        display: block;
        margin: 0;

    }

    .product-sec-list .check-out-btn .check-out-btn-sec {
        width: 100%;
        margin: 10px 0;
    }

    .product-detels {
        width: 100% !important;
    }

    .product-detels h4 {
        font-size: 14px;
        width: 100%;
    }

    .product-detels {
        padding: 8px 15px;
    }

    .patients .check-out-btn-sec {
        width: 100%;
    }

    .product-detels ul li {
        font-size: 10px;
    }

    .all-form-list, .complete-order{
        width: 90%;
        margin: 0 auto;
    }
    .complete-order{
        width: 90%;
        margin: 0 auto;
    }
    .Complete-your-onboarding {
        width: 90%;
        margin: 0 auto;
    }

    .wrapper-1{
        width: 90%;
        margin: 0 auto;
    }

    .wrapper-1 h1 {
        font-size: 3rem;
    }


}



/*-----RESPONSIVE 768px-----*/
@media only screen and (max-width: 768px) {
    .ocean-md-step-form {
        padding: 0;
    }

    .first-form-sec {
        padding: 0 0 0 0;
    }

    .first-form-right {
        display: none;
    }

    .first-form-left {
        text-align: center;
    }

    .first-form-left .first-page-logo {
        margin: 0 auto 30px auto;
        max-width: 170px;
    }

    .banner-img {
        /*--display: block;--*/
        max-width: 240px;
        margin: 0 auto 30px auto;
    }

    .first-form-left h2 {
        text-align: center;
        font-size: 24px;
        margin: 0 0 24px 0;
        padding: 0 0 18px 0;
    }

    .first-form-left h2:before {
        right: 0;
        margin: auto;
        height: 3px;
        width: 160px;
    }

    .first-form-left ul {
        text-align: left;
        max-width: 500px;
        margin: 0 auto 30px auto;
    }

    .first-form-left ul.forms-links {
        margin: 40px 0 0 0;
        max-width: 100%;
    }

    .first-form-left ul.forms-links a {
        margin: 0 auto;
        width: 180px;
        height: 46px;
        font-size: 14px;
    }

    .first-form-left p {
        margin: 0 auto;
        max-width: 440px;
    }

    ul.forms-links.forms-two-links li a.forms-two-link {
        height: 50px;
        font-size: 14px;
    }

    .all-form-list .form-list.date-of-birth .form-control {
        font-size: 18px;
        height: 56px;
    }

    .all-form-list a.btn-continue {
        font-size: 14px;
        width: 170px;
        height: 48px;
        letter-spacing: 3px;
    }

    .all-form-list .form-list-title.title-style-3 h3 {
        font-size: 22px;
        line-height: 22px;
    }

    .all-form-list .height-weight-form input.form-control {
        height: 52px !important;
    }

    .all-form-list a.btn-next {
        font-size: 14px;
        width: 170px;
        height: 48px;
        letter-spacing: 3px;
    }

    .all-form-list .form-list.goal-form .form-control {
        height: 56px !important;
    }

    .all-form-list .form-list .form-group label.radio-label {
        height: 50px;
        font-size: 14px;
    }

    .all-form-list .form-list-title h3 {
        font-size: 21px;
        line-height: 28px;
    }

    .choose-your-plan-right .form-group label .choose-plan-price .price-title {
        font-size: 14px;
        line-height: 18px;
    }

    .checkout-btn-sec button.check-out-btn {
        font-size: 14px;
        width: 100%;
        height: 50px;
    }

    .all-form-list a.btn-choose-my-plan {
        font-size: 14px;
        width: 200px;
        height: 48px;
        letter-spacing: 1px;
    }

    .footer-sec {
        padding: 10px 0;
    }

    .footer-sec .legitscript a {
        display: flex;
        max-width: 100px;
    }

    .footer-sec .legitscript a img {
        max-width: 100%;
        height: auto;
    }

    .hippa-logo img {
        max-width: 100px;
    }

    .ocean-md-step-form .footer-logo {
        display: block;
    }
}

/*-----RESPONSIVE 480px-----*/
@media only screen and (max-width: 480px) {
    .step-forms {
        padding: 20px 20px 5px 20px;
    }

    .all-form-list .form-list-logo {
        margin: 0 0 15px 0;
        padding: 0 0 10px 0;
    }

    .all-form-list .form-list-logo img {
        margin: 0 auto;
        max-width: 120px;
    }

    .ocean-md-step-form {
        min-height: auto;
        gap: 10px 0;
    }

    .footer-sec {
        padding: 5px 0;
    }

    .first-form-left .first-page-logo {
        max-width: 150px;
    }

    .first-form-left h2 {
        font-size: 18px;
        margin: 0 0 16px 0;
        padding: 0 0 16px 0;
    }

    .first-form-left ul {
        gap: 10px;
    }

    .first-form-left ul li {
        gap: 0 10px;
        font-size: 12px;
        line-height: 16px;
    }

    .male-female-links a.male-female-btn {
        gap: 10px;
        height: 180px;
    }

    .form-graph-img span.graph-count-1 {
        top: 38px;
        left: 68px;
    }

    .form-graph-img span.graph-count-2 {
        top: 62px;
        left: 153px;
    }

    .form-graph-img span.graph-count-3 {
        top: 121px;
        left: 237px;
    }

    .form-graph-img span.graph-count-4 {
        top: 169px;
        left: 321px;
    }

    .choose-your-plan-body {
        flex-direction: column;
        gap: 30px;
        padding: 20px;
        margin: 0 0 0 0;
    }

    .choose-your-plan-body .choose-your-plan-left,
    .choose-your-plan-body .choose-your-plan-right {
        width: 100%;
    }

    .choose-your-plan-body h3 {
        text-transform: capitalize;
        min-height: 50px !important;
    }

    .choose-your-plan-body .choose-your-plan-left img {
        max-width: 90px;
    }

    .choose-your-plan-right h4 {
        min-height: 50px !important;
        text-align: center;
    }

    .choose-your-plan-right .form-group label {
        padding: 0 10px 0 40px;
        height: 84px;
    }

    .choose-your-plan-right .form-group input[type='radio'] {
        left: 12px;
        top: 10px;
    }

    ul.result-form-box li {
        padding: 20px;
        min-height: 130px;
    }

    ul.result-form-box img {
        width: 22px;
    }

    ul.result-form-box li h3 {
        margin: 0 0 10px 0;
        font-size: 20px;
        line-height: 18px;
    }

    ul.result-form-box li p {
        font-size: 12px;
        line-height: 15px;
    }

    ul.forms-links li {
        flex: 1;
    }

    .all-form-list a.btn-next,
    .all-form-list a.btn-continue {
        width: 100%;
        height: 48px;
    }

    .all-form-list .form-list-title h4 {
        font-size: 14px;
        line-height: 20px;
    }

    ul.forms-links.forms-two-links {
        margin: 0 0 30px 0;
        gap: 12px;
    }

    .all-form-list .form-list.date-of-birth {
        margin: 30px 0;
    }

    .form-ul-sec {
        margin: 0 0 30px 0;
        padding: 20px;
    }

    ul.form-ul {
        gap: 10px;
    }

    ul.form-ul li {
        gap: 0 8px;
        font-size: 13px;
        line-height: 15px;
    }

    .all-form-list .form-list-title.title-style-3 h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .form-ul-sec h4 {
        margin: 0 0 22px 0;
        font-size: 18px;
    }

    .all-form-list .form-list.form-list-2 .form-group label.radio-label {
        font-size: 11px;
        line-height: 15px;
    }

    ul.forms-links.forms-two-links li a.forms-two-link {
        font-size: 11px;
        line-height: 12px;
        padding: 13px 20px 13px 40px;
    }

    .all-form-list .form-list .form-group label.radio-label {
        font-size: 12px;
        line-height: 12px;
        padding: 13px 20px 13px 40px;
    }

    ul.forms-links.price-link {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 13px;
    }

    ul.forms-links.price-link li a.price-btn h3 {
        font-size: 14px;
        font-weight: 700;
    }

    ul.forms-links.price-link li a.price-btn {
        margin: 0;
        padding: 7px;
        min-height: 160px;
    }

    ul.forms-links.price-link li a.price-btn h3 span {
        font-size: 12px;
    }

    .all-form-list .form-list {
        gap: 6px;
        margin: 0 0 15px 0;
    }

    .form-details {
        margin: 0 0 25px 0;
    }

    .choose-your-plan-right .form-group {
        margin: 0 0 7px 0;
    }

    .choose-your-plan-right .form-group label .choose-plan-price {
        flex-direction: row;
        gap: 0 9px;
    }

    .choose-your-plan-right .form-group label .choose-plan-price .price-title {
        font-size: 12px;
        line-height: 16px;
    }

    .choose-your-plan-right .form-group label .choose-plan-price .off-price {
        font-size: 15px;
        font-weight: 700;
    }

    .choose-your-plan-right .form-group label {
        padding: 9px 10px 9px 36px;
        height: fit-content;
    }

    .checkout-btn-sec button.check-out-btn {
        letter-spacing: 0;
        margin: 25px 0 0 0;
    }

    .all-form-list .form-list-title.as-fast-title h3 br {
        display: none;
    }

    .step-form-body {
        height: auto;
        overflow: auto;
    }

    .footer-sec {
        gap: 20px;
    }

    .footer-sec .legitscript a {
        display: flex;
        max-width: 70px;
    }

    .hippa-logo img {
        max-width: 70px;
    }

    .form-details-box .form-group label {
        padding: 0 0 0 35px;
        font-size: 11px;
        line-height: 12px;
    }

    .form-details .form-details-box ul li {
        font-size: 12px;
        line-height: 16px;
    }

    .all-form-list .form-list-title p {
        font-size: 12px;
        line-height: 15px;
    }

    .all-form-list .form-list-title {
        margin: 0 0 15px 0;
    }

    .all-form-list .form-list-title h3 {
        margin: 0 0 5px 0;
    }

    .form-graph-img {
        margin: 20px auto;
        max-width: 316px;
    }

    .form-graph-img img {
        max-width: 310px !important;
        width: 100%;
        margin: 0 auto;
    }

    .form-graph-img span[class^='graph-count-'] {
        font-size: 8px;
    }

    .form-graph-img span.graph-count-1 {
        top: 28px;
        left: 54px;
    }

    .form-graph-img span.graph-count-2 {
        top: 46px;
        left: 114px;
    }

    .form-graph-img span.graph-count-3 {
        top: 89px;
        left: 177px;
    }

    .form-graph-img span.graph-count-4 {
        top: 125px;
        left: 239px;
    }

    .form-graph-img span.graph-count-4.graph-bottom-count {
        top: 112px;
        left: 231px;
        font-size: 8px;
    }

    ul.form-ul li img {
        max-width: 28px;
    }

    ul.form-ul li {
        font-size: 12px;
        line-height: 14px;
    }

    .form-list-title.text-center.forms-32-title {
        margin: 0;
    }

    .male-female-links a.male-female-btn {
        height: 150px;
    }

    .male-female-links a.male-female-btn img {
        max-width: 80px;
    }

    .all-form-list .form-list-title h3 {
        font-size: 20px;
        line-height: 24px;
    }

    ul.forms-links.price-link li a.price-btn {
        min-height: 145px;
    }

    ul.forms-links.price-link li a.price-btn img {
        width: 50px;
    }

    .form-details .form-details-box {
        margin: 15px 0 0 0;
        padding: 15px;
        border-radius: 12px;
    }

    .form-details .form-details-box h4 {
        margin: 0 0 10px 0;
        font-size: 13px;
    }

    .form-details .form-details-box .form-group input.form-control {
        border-radius: 9px;
        font-size: 13px;
        line-height: 22px;
        padding: 9px 10px !important;
        height: 52px !important;
    }

    .mb-20 {
        margin-bottom: 6px !important;
    }

    .user-data-img img {
        max-width: 115px;
    }

    .form-list-body.user-data-step label.small-label {
        margin: 0 !important;
    }

    .form-list-body.user-data-step .form-list.goal-form input.form-control {
        height: 46px !important;
        font-size: 15px;
        border-bottom: 1px solid #dbdbdb;
    }

    .form-list-body.user-data-step .form-list.disclimber-form label.radio-label {
        padding: 0 0 0 36px;
        border: none !important;
        box-shadow: none;
        font-size: 8px;
        line-height: 9px;
        background: none !important;
        color: #000 !important;
    }

    .form-list-body.user-data-step .form-list.disclimber-form label.radio-label:before {
        left: 7px;
        top: 0;
        bottom: auto;
        background: #ddd !important;
        border-radius: 4px !important;
        border: none !important;
    }

    .form-list-body.user-data-step .form-list.disclimber-form label.radio-label:after {
        left: 7px;
        top: 0;
        bottom: auto;
    }

}

/*-----RESPONSIVE 480px-----*/
/*-----RESPONSIVE 414px-----*/
@media only screen and (max-width: 414px) {
    .all-form-list .form-list-title p {
        font-size: 13px;
        color: #606b74;
        font-weight: 500;
    }

    .all-form-list .form-list-title h3 {
        font-size: 16px;
        line-height: 21px;
    }

    .all-form-list .form-list.goal-form .form-control {
        height: 44px !important;
        font-size: 14px;
    }

    .all-form-list .form-list.goal-form .form-control {
        height: 44px !important;
        font-size: 14px;
        border-bottom: 3px solid #dbdbdb;
        border-radius: 6px;
    }

    .all-form-list .height-weight-form input.form-control {
        height: 44px !important;
    }

    .all-form-list .form-list.date-of-birth .form-control {
        font-size: 14px;
        height: 50px;
    }

    .all-form-list .form-list.date-of-birth .form-group .calendar-icon {
        left: 16px;
        line-height: 22px;
        font-size: 21px;
        color: #61cbcb;
    }

    .form-graph-img span.graph-count-4.graph-bottom-count span {
        font-size: 12px;
    }

    .all-form-list .form-list.form-list-2 .form-group label.radio-label {
        height: 60px;
    }
}

/*-----RESPONSIVE 414px-----*/
/*-----RESPONSIVE 414px-----*/
@media only screen and (max-width: 375px) {
    ul.forms-links.forms-two-links li a.forms-two-link {
        height: 50px;
        font-size: 12px;
    }
}

/*-----RESPONSIVE 414px-----*/