@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Regular.ttf')
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins/Poppins-Medium.ttf')
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins/Poppins-Bold.ttf')
}


@font-face {
    font-family: 'RobotoSlab';
    src: url('../fonts/Roboto_Slab/RobotoSlab-Regular.ttf')
}

@font-face {
    font-family: 'RobotoSlab-Medium';
    src: url('../fonts/Roboto_Slab/RobotoSlab-Medium.ttf')
}

@font-face {
    font-family: 'RobotoSlab-Bold';
    src: url('../fonts/Roboto_Slab/RobotoSlab-Bold.ttf')
}




@font-face {
    font-family: 'SpaceGrotesk';
    src: url('../fonts/SpaceGrotesk/SpaceGrotesk-Regular.ttf')
}

@font-face {
    font-family: 'SpaceGrotesk-Medium';
    src: url('../fonts/SpaceGrotesk/SpaceGrotesk-Medium.ttf')
}

@font-face {
    font-family: 'SpaceGrotesk-Bold';
    src: url('../fonts/SpaceGrotesk/SpaceGrotesk-Bold.ttf')
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.title {
    font-family: "Roboto Slab", serif !important;
}

.name {
    font-family: "Space Grotesk", sans-serif !important;
}

body,
html {
    background: none;
    font-family: "Poppins", sans-serif !important;

    /*background: #ceebf9;*/
}

input,
a,
button {
    font-family: "Poppins", sans-serif !important;
}

h1 {
    color: #3a3a3c;
}

.eight h1 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 1px;
    color: #ffffff;
    /* color: #a30006; */
    /* font-family: "Anton", sans-serif; */
}

.eight2 h1 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 1px;
    color: #383838;
    /* color: #a30006; */
    /* font-family: "Anton", sans-serif; */
}

h3 {
    font-family: "Poppins", sans-serif !important;
    font-size: 30px;
    /* font-weight: bold !important; */
    /* font-weight: 600; */
    color: #494949;
    /* font-weight: bold !important; */

}

.loader-round {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;

}

.loader-spin {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 16px solid #e9e9e9;
    border-radius: 50%;
    border-top: 16px solid #bf0000;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-left: -60px;
    margin-top: -60px;
}



.thankyou {
    position: absolute;
    top: 35%;
    right: 0;
    left: 0;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    border: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #ec556c, #f77487);
}

.buzz-out-on-hover {

    width: 95% !important
}

.container {
    justify-content: center;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    height: 100%;

    box-shadow: 0 10px 20px -5px rgb(139 139 139);
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;

}


.fs-title label {
    color: #A80006;
    line-height: 25px;
}

ul.share-buttons li {
    display: inline;
}

ul.share-buttons .sr-only {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

#progressbar {
    width: 50%;
    margin: 0 auto 30px auto;
}

#progressbar li {
    width: 50%;
}

.steps input,
.steps textarea,
.steps select {
    /* box-shadow: inset 0 0 5px 2px #f0f0f0; */
}

.select2-container .select2-selection--single {
    height: unset;
}

.contact100-form-btn:hover {

    background: linear-gradient(46deg, #005aa4, #005aa4) !important;
}

/* .steps {
    margin: 0 auto;
} */


/* .carousel-item{
    margin:auto
} */

.field {
    /* max-width: 550px; */
    width: 100%;
    background-color: #f6f6f6;
    box-shadow: 0 17px 41px -21px rgb(0, 0, 0);
    box-sizing: border-box;
    height: 100vh !important;
    max-width: 600px;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;


}

.steps fieldset {
    /* background-image: url('../img/background.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: none; */
    background-color: #fff;
    padding: 0;
    /* text-align: center; */
    /* left: 0;
    right: 0; */
    margin: auto;
    /* height: 100vh !important; */
    max-width: 550px;
    width: 100%;

    overflow-y: scroll;
    overflow-x: hidden;
    /* display: flex;
    flex-direction: column;
    justify-content: space-between; */
    /* background: linear-gradient(var(--color2), var(--color1)); */
}


.sitting-first {
    position: absolute;
    top: 20%;
    bottom: 0;
    right: 0;
    left: 0;
}

/* .first-div{
    height: 100vh !important;
} */
/* .question {
     color: #203c72 !important;
     font-family: "Poppins Neue" !important;
 } */
.que-block {
    display: flex;
}

.ans-block {
    background-image: linear-gradient(120deg, #6eb5e0 0%, #4f9cb9 100%);
    padding: 20px;
    border-radius: 20px;
}

.question {
    /* animation: bounce 2s normal; */
    margin-top: 130px;
    margin-left: 30px;

}

.doctor {
    position: absolute;
    top: 19%;

    right: 0;
}


.watermarked {
    position: relative;
    display: inline-block;
}

.watermarked::before {
    content: "Watermark Text";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-30deg);
    font-size: 3em;
    color: rgba(0, 0, 0, 0.1);
    /* Light color with opacity */
    pointer-events: none;
    white-space: nowrap;
    z-index: 1000;
    /* Ensure it appears above other content */
}

.content {
    position: relative;
    z-index: 1;
    /* Ensure content is above watermark */
}

.radio-button-container {
    display: flex;
    align-items: center;
    margin: 15px 0;
    padding: 8px;
    background-color: #fff;
    /* border: 2px solid #dcdcdc; */
    border-radius: 50px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.radio-button-container input {
    display: none;
}

.radio-button-container label {
    flex: 1;
    margin: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    box-shadow: 0 0 0 2px #5bbadd, 0 0 0 1px #ffffff;
    border-radius: 40px;
    font-size: 17px;
    font-weight: 700;
    padding: 3px 5px 3px 0px;
}

.radio-button-container input:checked+label {
    background-image: linear-gradient(144deg, #b7ebff, 29%, #c8f0ff 49%, #aee1fb 93%);
}

.radio-button-container label::before {
    padding: 5px;
    content: attr(data-label);
    display: inline-block;
    width: 50px;
    /* height: 50px; */
    line-height: 40px;
    text-align: center;
    background-image: linear-gradient(144deg, #2996bf, 29%, #4f9cb9 49%, #053243 93%);
    box-shadow: 0 0 0 4px #328aaa, 0 0 0 1px #ffffff;
    color: #fff;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 18px;
    font-weight: bold;

}

.mt-6 {
    margin-top: 6rem !important;
}

.radio-button-container input:checked+label::before {
    background-image: linear-gradient(324deg, #2996bf, 29%, #4f9cb9 49%, #053243 93%);
}

.radio-button-container:hover {
    box-shadow: 0px 0px 4px #ffffff, 0px 0px 18px #ffffff;

}


.profile {
    background: #34939e;
    text-align: center;

    box-shadow: 0 0 20px -5px rgb(12 12 12 / 30%);

    display: flex;
    justify-content: space-around;
    width: 95%;

    border-radius: 15px;
    align-items: center;
    background-image: linear-gradient(144deg, #2996bf, 29%, #4f9cb9 49%, #1f404d 93%);
    box-shadow: 0 0 0 4px #ccdbdc, 0 0 0 4px #82a289;
}

.profile .title {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    /* letter-spacing: 1px; */
    /* margin: 0 0 5px; */
    color: #ffffff;
}

.profile .desc {
    color: #f5f5f5;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 38px;
    /* margin: 0; */
    /* text-align: center; */
}

.diamond-wrapper {
    width: 120px;
    height: 120px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);

    background-image: linear-gradient(176deg, #efefef, #ffffff);
    box-shadow: 0 0 0 7px #c4d8d9, 0 0 0 7px #5a7d61;
    border-radius: 15px;
    background-image: linear-gradient(144deg, #2996bf, 29%, #4f9cb9 49%, #053243 93%);

}

.green {
    color: green
}

.red {
    color: #dd2c20;
}

.diamond-wrapper .diamond-content {
    transform: rotate(-45deg);
    color: #ffffff;
    font-size: 31px;
    font-weight: bold;
    /* text-align: end; */
    /* margin-top: 15px; */
    /* margin: 44px; */
    display: flex;
    flex-wrap: wrap;
    /* align-items: revert-layer; */
    text-align: center;
}

.total-score {
    font-size: 32px;
}

.scoreing {
    font-size: 18px;
    font-weight: 100;
}


.text-center {

    line-height: 1.4 !important;
}

/* .next-btn {
     margin-top: 15px !important;
 } */

.page-1 {
    position: absolute;
    top: 20px;
}

.login-btn {}

.next-btn {
    min-width: 130px;
    color: #ffffff;
    text-align: left !important;
    font-size: 20px;
    text-align: center !important;
    padding-top: 0px;
    display: inline-block;
    border: none;
    background: none;
}

.next-btn .box:hover {
    background-image: linear-gradient(340deg, #2996bf, 29%, #4f9cb9 49%, #1f404d 93%);
    width: calc(100% + 20px);
    transition: all 0.4s;
}

.btn-block {
    position: absolute;
    top: 45.5%;
    display: flex;
    justify-content: space-between;
}

.ever-block {
    margin-left: 50px;
    margin-top: 6rem;
}

.next,
.previous {
    /* padding: 0px 10px;
    border-radius: 33px;
    z-index: 50; */
    /* 
    color: white;

    opacity: 1;

    background: linear-gradient(var(--color2), var(--color1)); */

}

.message-chest {
    position: relative;
}

.message-chest .Question_helperText__y0OkM {
    position: absolute;
    z-index: 58;
    top: 65px;
    left: 0;
    right: 0;
}

.chest-block {
    position: relative;
    bottom: 50px;
}

.next-btn,
.previous-btn {


    letter-spacing: 1.3px;
    align-items: center;

    padding: 7px 10px 7px 10px;
    font-family: "Poppins";
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    border-radius: 46px !important;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    justify-content: space-around;
    background: #ec1c24 !important;
    font-size: 14px;
    margin: 0px 15px;
}

.check {

    font-size: 25px;
    font-weight: bold;
}

.success {
    color: #089700;
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0px 0px 0px 1px #bfbfbf;
    }

    100% {
        box-shadow: 0 0 0px 4px #f9888880;
    }
}

.dash-header {

    background: linear-gradient(176deg, #0e565f, #53c5d3);
    padding: 15px;
    color: #ffffff;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 25px;
    box-shadow: 0 0 0 2px #a5c3c5, 0 0 0 1px #82a289;

}

.next-btn2 .box {

    background-image: linear-gradient(59deg, #910b01, 29%, #d93821 49%, #edb921 93%);
}

.box {
    width: 100%;
    border-radius: 20px;
    background-color: #fff;

    align-items: center;
    cursor: pointer;
    position: relative;
    padding: 12px;
    font-weight: 700;
    border-radius: 45px;
    box-shadow: 0 0 0 2px #ccdbdc, 0 0 0 1px #82a289;
    /* border-width: 3px; */
    border-style: solid;
    /* Border-color: #dddfdd; */
    background-image: linear-gradient(250deg, #2996bf, 29%, #4f9cb9 49%, #1f404d 93%);
    /* box-shadow: rgb(216 236 250) 0px 4px 16px, rgb(226 241 252) 0px 8px 24px, rgb(215 234 249) 0px 16px 56px; */
}

.imgBtn:hover,
.imgBtn:focus,
.imgBtn:active {
    opacity: 0.5;
    -webkit-animation-name: imgBtn;
    animation-name: imgBtn;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.login-form {
    border: 2px solid #eff6ff;
    border-radius: 15px;
    box-shadow: rgb(223 232 241) 0px 5px 15px 0px;
}

@-webkit-keyframes imgBtn {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@keyframes imgBtn {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}


.steps .main {
    /* background-image: url('../background.png');
     background-size: 100% 100%;
     background-repeat: no-repeat;
     left: 0;
     right: 0;
     margin: auto;
     height: 100vh; */
}

/* .bgg {
     background-image: url('../background.png');
     background-size: 100% 100%;
     background-repeat: no-repeat;
     left: 0;
     right: 0;
     margin: auto;
     height: 100vh;
 } */
.bgg {
    height: 100vh !important;
}



.frame {
    position: absolute;
    top: 10.7%;
    left: 0;
    right: 0;
    margin: auto;
}

.frame img {
    width: 200px;
}

.img-block {
    display: flex;
    justify-content: center;
    padding-top: 23px;
}

.img-burst {
    width: 60%;
}

/* @media only screen and (max-width: 600px) {
     .steps fieldset {
         width: 100% !important;
     }
 } */
.dotted {
    border: 2px dashed #fff;
    border-radius: 10px;
    background: linear-gradient(#fff 0 0) padding-box, linear-gradient(to bottom, #c2c2c2, #c2c2c2 49%, #ffffff) border-box;
    margin: -36px;
}

::-webkit-scrollbar {
    width: 2px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 25px;
}

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

.btn-2 {
    margin-top: -25px;
    cursor: pointer;
}

.next {
    cursor: pointer;
}





.btn-back {
    border-radius: 0 20px 20px 0 !important;
    width: 100px;
    font-size: 19px;
    color: #ffffff !important;
    font-weight: 700;
    /* letter-spacing: 0.7px; */
    background-image: linear-gradient(144deg, #2996bf, 29%, #4f9cb9 49%, #1f404d 93%);
    border-color: #58abb5;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.info_question {
    font-size: 17px !important;
    color: #0b723b;
    font-weight: 600;
}

.info-msg {
    display: flex;
    justify-content: space-between;
}

.info_disc {
    font-size: 24px !important;
    color: #ffffff;
}

.tq-h5 {
    font-size: 18px !important;
    color: #2e1d85;
    font-weight: bold;
}

:root {
    --color-black: #232323;
    --color-pink: #ff6393;
    --color-dark-pink: #df4775;
    --color-purple: #342a47;
    --color-blue: deepskyblue;
    --color-gray: #525252;
    --color-green: #bbe187;
    --transition-fast: 0.1s;
}

.btn-primary {
    color: #fff;
    background-color: #00aaad;
    border-color: #00aaad;
}

.main_radio {
    display: flex;
    padding: 100px;
    align-items: center;
    justify-content: center;
}

.second_main_radio {
    margin-left: 15px;
}

.check-container {
    display: block;
    position: relative;
    padding-left: 35px !important;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 50%;
}

.consent {
    margin-top: -8px;
}


.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 8px;
    border: 2px solid #7ccbff;
}

.check-container:hover input~.checkmark {
    background-color: #ccc;
}

.check-container input:checked~.checkmark {
    background-color: #03619e;
}

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

.check-container input:checked~.checkmark:after {
    display: block;
}

.check-container .checkmark:after {
    left: 13px;
    top: -8px;
    width: 8px;
    height: 25px;
    border: solid #cfecff;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.total-time-box {
    display: flex;
    justify-content: space-evenly;
    align-items: baseline;
    background: linear-gradient(to bottom, #ff9b40, #e02424);
    box-shadow: 0 0 0 5px #751111bf, 0 0 0 5px #ff0000;
    color: white;
    /* width: 280px; */
    padding: 4px;
    text-align: center;
    border-radius: 15px;


}

.total-time-header {
    font-size: 27px;

    font-family: "Poppins", sans-serif
}

.sitting-cal {
    width: 280px
}

.total-time-body {
    background-color: white;
    color: #e02424;
    border-radius: 10px;
    padding: 10px;
    margin: 5px 0;
    font-size: 20px;
    font-weight: bold;
}

.time {
    display: block;
    font-size: 37px;
    margin-bottom: 5px;
    font-family: "Poppins", sans-serif
}

.unit {
    font-size: 27px;
    font-weight: bold;

}


.total-time-footer {
    font-size: 27px;
    font-family: "Poppins", sans-serif
}

.result-block2 {
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
}

.btn-hidden-back {
    /* background-color: rgb(131, 131, 131); */
    text-align: center;
    position: absolute;
    bottom: 0%;
    right: 0;
    z-index: 0;
    height: 90px;
}


/* Landscape */



.container {
    display: flex;
    justify-content: space-between;
    max-width: 600px;

}

.list {
    list-style: none;
    padding: 0;
}

.list li {
    position: relative;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
}


.blue {
    color: #3a5696 !important;
}

.list li::before {
    content: "";
    position: absolute;
    left: -14px;
    top: 3px;
    width: 16px;
    height: 16px;
    background-image: url('../img/arrow @2x.png');
    background-size: contain;
    background-repeat: no-repeat;
}


.nav-link {
    color: #2f2b2b !important;
    font-size: 14px;
}

label {
    /* display: flex;
     flex: auto;
     vertical-align: middle;
     align-items: center;
     justify-content: center;
     text-align: center;
     cursor: pointer;
     background-color: #f8fbfd;
     color: #000;
     padding: 5px 10px;
     border-radius: 6px;
     transition: color --transition-fast ease-out, background-color --transition-fast ease-in;
     user-select: none; */
    /* margin-right: 8px; */
    /*padding: 25px;*/
    /* border: 1px solid #00aaad; */
}

label:last-of-type {
    margin-right: 0;
}

.sizelabel {
    width: 100%;
}

.steps .action-button,
.action-button {
    background: transparent;
}

.steps .action-button:hover,
.steps .action-button:focus,
.action-button:hover,
.action-button:focus {
    color: white;
    background: transparent;
}

.welcome_text {
    background-color: #71932f;
    width: 100%;
    height: 11%;
}

.text {
    margin: auto;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    text-align: center;
    font-size: 33px;
    color: #fff;
}

hr {




    opacity: inherit;
    width: 69%;

    border: 1px solid #ff6b71;
}

.dropdown-divider {
    width: 100% !important;
    border: 1px solid #ffffff;
}

.user-photo {
    margin: auto;
}


.text-field {
    font-size: 20px;
    text-align: left;
    margin-top: -27%;
    margin-left: 32%;
    line-height: 1.2;
    color: #53662d;
    font-weight: 600;
    font-weight: 550;
}


.practice {
    font-size: 1.4rem;
    line-height: 1;
    color: #006bcb;
    font-weight: 900;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 10px;
    text-decoration-color: red;
}

/* Main container */
.question-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* margin-top: 50px; */
}

/* Question box styling */
.question-box {
    background: linear-gradient(to bottom, #094377, #3886cb);
    color: white;
    text-align: center;
    padding: 15px 60px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

}

.question-box p {
    color: white
}

.max-font h5 {
    font-weight: 900;
    font-size: 1.40rem;
}

/* Options container */
.options-container {
    background-color: #f1f1f1;
    padding: 20px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

/* Button styles */
.option-btn {
    width: 100%;
    max-width: 350px;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    background-color: white;
    border: 2px solid transparent;
    color: #333;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    text-align: start;
}

.btn-chest {
    position: absolute;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    text-shadow: #ffffff 1px 0 10px;
    height: 31px;
    width: 31px;
    border: solid 1px #ff7575;
    border-radius: 187px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 15px;
    background-image: linear-gradient(325deg, #bf060e, 29%, #ec1c24 49%, #cd1f26 93%);
    box-shadow: 0 0 0 2px #ffc5c5, 0 0 0 1px #ff1818;
    animation: shadow-pulse 2s infinite;

}

.btn-chest:hover {

    text-shadow: 0 0 .5em rgba(255, 255, 255, 0.8);
    animation: animate 3s ease-out infinite;
    font-weight: bold;
    border: none
        /* border: 2px solid red; color:red; background: transparent; text-shadow: 0 0 .5em rgba(255, 255, 255, 0.8); animation: animate 3s ease-out infinite; */
    ;

}

@keyframes animate {
    0% {
        background-position: 0%;
        box-shadow: 0 0 .9em #ff3737;
    }

    50% {
        background-position: 60%;
        box-shadow: 0 0 .9em #ec8585;
    }

    100% {
        background-position: 100%;
        box-shadow: 0 0 .6em #ff0000;
    }
}


.btn-chest1 {
    bottom: 35%;
    left: 35%;
}

.btn-chest2 {
    bottom: 36%;
    left: 44%;
}

.btn-chest3 {
    bottom: 24%;
    left: 40%;
}

.answer-check {
    float: right;
    font-size: 25px;
    font-weight: bold;
}

.radio-button input {
    z-index: 2;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
    position: absolute;
}

.right {
    color: green;
    display: none;
}

.wrong {
    color: red;
    display: none;
}

.wrong-message h3 {
    color: #ff1212;
    font-weight: bold;
    font-style: italic;
}

.right-message h3 {
    color: green;
    font-weight: bold;
    font-family: italic;
}

.indicatorss-messages {

    bottom: 10px;

}

.btn-submit-block {
    position: relative;
    top: 47px;
}

.btn-submit-block button {
    box-shadow: 0 0 0px 13px rgb(255 255 255) !important;
    padding: 12px 10px 12px 10px;
    font-size: 15px;
    font-weight: bold;
}

.required {
    color: #ff1e1e;
    font-weight: 100;
}

.Question_helperText__y0OkM {
    position: relative;
    height: 2rem;
    white-space: nowrap;
    animation-name: Question_helperTextAnimation___Mh7T;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-duration: 1s;
}

@keyframes Question_helperTextAnimation___Mh7T {
    0% {
        transform: translateY(3.5rem);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    75% {
        opacity: 1
    }

    to {
        transform: translateY(.5rem);
        opacity: 0
    }
}

.question-block-1 {
    background: radial-gradient(circle, rgb(58 86 150) 58%, rgb(20 45 101) 100%);
    color: white;
    text-align: center;
    padding: 17px 17px;

    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

input[type="radio"]:checked+.wrong-ans {
    border-radius: 8px;
    /* border: 2px solid red; */
    animation: shake-animation 4.72s ease;
    transform-origin: 50% 50%;
    color: red;
}

input[type="radio"]:checked+label .wrong {
    display: block;
}

input[type="radio"]:checked+.right-ans {
    border-radius: 8px;
    /* border: 2px solid green; */
    color: green;
    animation: zoom-in-zoom-out 0.5s ease-out;

    /* transform-origin: 50% 50%; */
}

input[type="radio"]:checked+label .right {
    display: block;
}


.option-btn::before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0;
    left: -6px;
    width: 5px;
    background-color: red;
    border-radius: 8px 0px 0px 8px;
    /* height: 44px; */
    margin: 6px 0 6px 0;

}

.input-text::before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0;
    left: -6px;
    width: 5px;
    background-color: red;
    border-radius: 8px 0px 0px 8px;
    /* height: 44px; */
    margin: 6px 0 6px 0;
}

.input-container {
    position: relative;
    display: inline-block;

}


.input-container::before,
.input-container::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #ff0000;
    margin: 8px 0px 8px 0px;
}

.input-container::before {
    left: 9px;
    border-radius: 8px 0px 0px 8px;
}

.input-container::after {
    right: 9px;
    border-radius: 0px 8px 8px 0px;
}

@keyframes shake-animation {
    0% {
        transform: translate(0, 0)
    }

    1.78571% {
        transform: translate(5px, 0)
    }

    3.57143% {
        transform: translate(0, 0)
    }

    5.35714% {
        transform: translate(5px, 0)
    }

    7.14286% {
        transform: translate(0, 0)
    }

    8.92857% {
        transform: translate(5px, 0)
    }

    10.71429% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(0, 0)
    }
}

.option-btn::after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0;
    right: -6px;
    width: 5px;
    background-color: red;
    border-radius: 0px 8px 8px 0px;
    /* height: 44px; */
    margin: 6px 0 6px 0;

}

.option-btn:hover {
    border-color: #cfcfcf;
    background-color: #f9f9f9;
}

/* 
.option-btn:focus {
    outline: none;
    box-shadow: 0 0 5px red;
} */
.p-size {
    font-size: 18px;
    color: #000000;
}

h4 {
    font-size: 1.6rem;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 900;
}

p {
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 500;
}

span {
    font-weight: 900;
    color: #02549d;
}

h6 {
    font-weight: 400 !important;
}

.menu {
    position: absolute;
    display: block;
    left: -200px;
    top: 0;
    width: 250px;
    transition: all 0.45s cubic-bezier(0.77, 0, 0.175, 1);
    background: linear-gradient(var(--color2), var(--color1));
    z-index: 999;
    height: 100vh;
}

.menu-dropdown {
    top: 0;
    overflow-y: auto;
}

.details {
    margin-top: 19px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: #326873;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

/* .detail-myth {
     margin-top: -33px;
 } */
.detail-myth {
    margin-top: 5%;
    margin-bottom: 122px;
}

.content {
    padding: 15px;
}

.myth {
    background: radial-gradient(circle, rgb(181 181 181 / 5%) 31%, rgb(217 217 217) 100%);
    border-radius: 8px;
}

#btn1 {
    background: -webkit-linear-gradient(178deg, #f29200, #ffca00, #f29200) !important;
    border-radius: 7px;
    margin: auto;
    right: 0%;
    left: 0%;
    top: 0%;
    padding: 8px;
    font-size: 23px;
    width: 130px !important;
    margin-top: 8%;
    color: #fff;
}

a {
    text-decoration: none !important;
}


video {
    display: block;
    /*transform: scaleY(1.01);*/
}

/*#stage {*/
/*    position: absolute;*/
/*    z-index: 999;*/
/*}*/

#next_slide_mask {

    border-radius: 7px;
    margin: auto;
    right: 0%;
    left: 0%;
    top: 0%;
    padding: 11px;
    font-size: 23px;
    width: auto;
    margin-bottom: 5%;
    color: #000;
    cursor: pointer;
    font-weight: 600;
}



#play_button2 {
    /* background: -webkit-linear-gradient(178deg, #f29200, #ffca00, #f29200) !important; */
    border-radius: 7px;
    margin: auto;
    right: 0%;
    left: 0%;
    top: 0%;
    padding: 11px;
    font-size: 23px;
    width: 192px !important;
    margin-bottom: 5%;
    color: #000;
    cursor: pointer;
    font-weight: 600;
}

#play_button {
    /* background: -webkit-linear-gradient(178deg, #f29200, #ffca00, #f29200) !important; */
    border-radius: 7px;
    margin: auto;
    right: 0%;
    left: 0%;
    top: 0%;
    padding: 11px;
    font-size: 23px;
    width: 192px !important;
    margin-bottom: 5%;
    color: #000;
    cursor: pointer;
    font-weight: 600;
}

#play_button3 {
    /* background: -webkit-linear-gradient(178deg, #f29200, #ffca00, #f29200) !important; */
    border-radius: 7px;
    margin: auto;
    right: 0%;
    left: 0%;
    top: 0%;
    padding: 11px;
    font-size: 23px;
    width: 192px !important;
    margin-bottom: 5%;
    color: #000;
    cursor: pointer;
    font-weight: 600;
}

#play_button4 {
    /* background: -webkit-linear-gradient(178deg, #f29200, #ffca00, #f29200) !important; */
    border-radius: 7px;
    margin: auto;
    right: 0%;
    left: 0%;
    top: 0%;
    padding: 11px;
    font-size: 23px;
    width: 192px !important;
    margin-bottom: 5%;
    color: #000;
    cursor: pointer;
    font-weight: 600;
}

#play_button5 {
    /* background: -webkit-linear-gradient(178deg, #f29200, #ffca00, #f29200) !important; */
    border-radius: 7px;
    margin: auto;
    right: 0%;
    left: 0%;
    top: 0%;
    padding: 11px;
    font-size: 23px;
    width: 192px !important;
    margin-bottom: 5%;
    color: #000;
    cursor: pointer;
    font-weight: 600;
}

#play_button6 {
    /* background: -webkit-linear-gradient(178deg, #f29200, #ffca00, #f29200) !important; */
    border-radius: 7px;
    margin: auto;
    right: 0%;
    left: 0%;
    top: 0%;
    padding: 11px;
    font-size: 23px;
    width: 192px !important;
    margin-bottom: 5%;
    color: #000;
    cursor: pointer;
    font-weight: 600;
}

#play_button7 {
    /* background: -webkit-linear-gradient(178deg, #f29200, #ffca00, #f29200) !important; */
    border-radius: 7px;
    margin: auto;
    right: 0%;
    left: 0%;
    top: 0%;
    padding: 11px;
    font-size: 23px;
    width: 192px !important;
    margin-bottom: 5%;
    color: #000;
    cursor: pointer;
    font-weight: 600;
}

.dropdown-menu {

    min-width: 7rem;
}

.dropdown-menu-dark {
    color: #dee2e6 !important;
    background-color: #3a5696 !important
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: #000 !important;
    background-color: #ffffff !important;
}

.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
    color: #000 !important;
    background-color: #ffffff !important;
}

.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
    color: #000000 !important;
    background-color: #ec1c24;

}

.custom-msg {
    text-align: center;
    color: white;
    font-weight: bold;
}


.custom-slide {
    padding: 10px 2px 10px 2px;
    background-image: linear-gradient(19deg, #23a5ef 0%, #203c72 100%);
    color: white;
    margin: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.slide-active {

    background-image: linear-gradient(19deg, #203c72 0%, #203c72 100%) !important;
}

.footer {
    position: relative !important;
    bottom: 10px;
    left: -14px;
}



.person-block {
    position: absolute;
    bottom: 13%;
}

.header {
    display: flex;
    justify-content: space-between;
}

.home {
    /* padding: 35px;
    border-radius: 10px;
    font-size: 30px;
    background-image: linear-gradient(45deg, #f2feff 0%, #d9fdff 100%);
    color: #097e8d;
 
    box-shadow: rgb(9 126 141 / 43%) 2px 4px 15px;  */
}


#next_slide_mask2 {

    border-radius: 7px;
    margin: auto;
    right: 0%;
    left: 0%;
    top: 0%;
    padding: 11px;
    font-size: 23px;
    width: auto;
    margin-bottom: 5%;
    color: #000;
    cursor: pointer;
    font-weight: 600;
}

#next_slide_mask3 {

    border-radius: 7px;
    margin: auto;
    right: 0%;
    left: 0%;
    top: 0%;
    padding: 11px;
    font-size: 23px;
    width: auto;
    margin-bottom: 5%;
    color: #000;
    cursor: pointer;
    font-weight: 600;
}

#next_slide_mask4 {

    border-radius: 7px;
    margin: auto;
    right: 0%;
    left: 0%;
    top: 0%;
    padding: 11px;
    font-size: 23px;
    width: auto;
    margin-bottom: 5%;
    color: #000;
    cursor: pointer;
    font-weight: 600;
}

#next_slide_mask5 {

    border-radius: 7px;
    margin: auto;
    right: 0%;
    left: 0%;
    top: 0%;
    padding: 11px;
    font-size: 23px;
    width: auto;
    margin-bottom: 5%;
    color: #000;
    cursor: pointer;
    font-weight: 600;
}

#next_slide_mask6 {

    border-radius: 7px;
    margin: auto;
    right: 0%;
    left: 0%;
    top: 0%;
    padding: 11px;
    font-size: 23px;
    width: auto;
    margin-bottom: 5%;
    color: #000;
    cursor: pointer;
    font-weight: 600;
}


.disabled {
    pointer-events: none;
    cursor: not-allowed !important;
}

.start-btn {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
}



.steps .previous {
    float: none !important;
}


.hs_doctors {
    padding: 25px;
    border-radius: 20px !important;

    box-shadow: rgb(255 255 255) 0px 0px 2px 4px;
    background-color: white;

    background: linear-gradient(to bottom, #094377, #3886cb);
    color: white;

}

.contact100-form-btn i {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.contact100-form-btn {
    padding: 20px 20px;
    min-width: 350px;
    border-radius: 10px;
    font-size: 18px;
    color: #fff !important;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    background: linear-gradient(219deg, #005aa4, #005aa4);
    text-align: center;
    font-weight: bold;
}

.contact100-form-btn:hover i {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

.previous:hover i {
    -webkit-transform: translateX(-10px) !important;
    -moz-transform: translateX(-10px) !important;
    -ms-transform: translateX(-10px) !important;
    -o-transform: translateX(-10px) !important;
    transform: translateX(-10px) !important;
}

.logo {
    position: absolute;
    top: 2px;
    right: 5%;
}

/* #datatables{
    min-width: 600px;
} */

.u-head {
    font-size: 15px;
    font-weight: 500;

    margin-top: 4px;
}

.u-score {
    font-size: 22px;
    font-weight: 900;

    margin-top: 10px
}

:root {
    --color1: #e32a2a;
    --color2: #650000;
}

.demo {
    background-color: #eee;
}

:root {
    --main-color: #3755AE;
}



:root {
    --main-color: linear-gradient(144deg, #2996bf, 29%, #4f9cb9 49%, #1f404d 93%);
}

.demo {
    background-color: #eee;
}

.serviceBox {
    color: var(--main-color);
    font-family: "Poppins", sans-serif;
    text-align: center;
    padding: 10px 15px 30px;
    position: relative;
    z-index: 1;
}

.serviceBox:before,
.serviceBox:after {
    content: "";
    background: linear-gradient(to left bottom, #eee, #fff, #fff);
    border-radius: 15px;
    position: absolute;
    top: 45px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.serviceBox:after {
    background: var(--main-color);
    width: 50%;
    height: 50%;
    border-radius: 0 0 20px 0;
    box-shadow: none;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    z-index: -2;
}

.serviceBox .service-icon {
    color: white;
    background: #eaf7ed;
    font-size: 40px;
    line-height: 70px;
    width: 70px;
    height: 70px;
    margin: 0 0 15px;
    border-radius: 50px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3), 0 0 0 5px #6cc4e5;
    background: linear-gradient(144deg, #2996bf, 29%, #4f9cb9 49%, #0c0c0c 93%);
}

.serviceBox .title {
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 10px 10px;
}

.serviceBox .description {
    color: #888;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    margin: 0 15px;
}

/* .serviceBox.golden {
     --main-color: #D49530;
 }

 .serviceBox.green {
     --main-color: #8BC904;
 }

 .serviceBox.dark-green {
     --main-color: #02917E;
 } */

@media only screen and (max-width: 1199px) {
    /* .serviceBox {
         margin: 0 0 30px;
     } */
}

@media screen and (min-device-width: 414px) and (max-device-width: 896px) and (orientation : portrait) {
    .steps .main {
        background-size: 100% !important;
    }

    .steps .main-2 {
        background-size: 100% !important;
    }

    .pro-photo {
        top: 10% !important;
    }

    .pro-photo2 {
        top: 10% !important;
    }

    fieldset {
        max-width: none !important;
    }

    .navbar {
        max-width: none !important;
    }

}

.mob {
    display: block;
}

.ipad {
    display: none;
}




@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {

    fieldset {
        max-width: none !important;
    }

    .navbar {
        max-width: none !important;
    }

    .mob {
        display: none !important;
    }

    .ipad {
        display: block !important;
    }

    .doctor {
        top: 22%
    }

    .question {
        margin-top: 112px;
    }

    .start-btn {
        bottom: 20% !important;
    }

    .logo img {
        width: 10% !important;
    }

    .rythem-block {
        bottom: 4%;
    }


}

.scoring {
    background: linear-gradient(#d1a7a7, #e3452a);
    padding: 10px;
    height: 224px;
    border-radius: 12px;
    text-align: center;
    font-weight: bold;
    font-size: 34px;

}

.rythem-block {
    position: absolute;
    bottom: 10%;
}

@media screen and (min-device-width: 1025px) and (orientation : landscape) {
    .steps fieldset {
        /* max-width: 850px !important; */
    }

    .navbar {
        /* max-width: 850px !important; */
    }
}

@media screen and (max-width:990px) {
    /* .counter {
        margin-bottom: 40px;
    } */
}

@media only screen and (orientation: portrait) {

    .buzz-out-on-hover {
        width: 100% !important;
    }

    .steps .main {
        background-size: 100% !important;

    }

    .page-1 {
        top: 15px !important;
    }

    .steps .main-2 {
        background-size: 100% !important;
    }


    /* .dropdown-menu {
 
         transform: translate3d(-10px, 39px, 0px) !important;
 
     } */

    .pro-photo {

        padding: 10px !important;
        top: 10%;
    }

    .btn-2 {

        margin-top: -20px !important;
    }

    .dotted {
        margin: -25px !important;
    }

    .img-burst {
        width: 90%;
    }

    .text-field {
        width: 100% !important;
        margin-top: -34% !important;
    }

    .circle {
        width: 36%;
    }

    /* h4 {
         font-size: 15px;
     } */

    .details {
        margin-top: 32%;
    }


    .content {
        margin-top: 35% !important;
    }

    .img-responsive {
        width: 100%;
        margin-top: 27px;

    }

    .img1 {
        width: 90% !important;
        margin-top: 0px !important;
    }

    .balloon {
        margin-top: 3%;
    }

    .message-indicator h3 {
        font-size: 30px;
    }

    h3 {
        font-size: 19px;
    }

    h5 {
        /* line-height: 0.7 !important; */
        /* font-size: 14px !important; */

    }



    .button {
        position: relative;
        color: #fff !important;
        text-decoration: none;
        display: inline-block;
        text-transform: uppercase;
        letter-spacing: 1px;

        /* border-radius: 1000px; */
        /* padding: 1px 10px !important; */
        margin: 2px;
        /* box-shadow: 0 2px 5px 0 rgb(3 6 26 / 15%); */
        transition: 0.3s all ease-in-out;
        /* background: linear-gradient(106deg, #fff7d7, #fff7d7); */
    }

    .sitting-icon {
        position: absolute;
        bottom: 8%;
    }

    .counter-hourss {
        position: absolute;
        top: 22%;
    }

    .header-cal {
        position: absolute;
        top: 8%;
    }

    .total-time-box {
        /* padding: 80px 10px 80px 10px; */
    }
}


@media only screen and (max-width: 320px) {
    .timeline .timeline-container .timeline-body .timeline-title {
        font-size: 14px;
    }
}

/* @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
 
     .circle {
         border-radius: 6.25rem !important;
         margin-top: -29%;
     }
 
     h3 {
         font-size: 32px;
         font-size: 30px;
     }
 
     span {
         font-size: 26px !important;
     }
 
     .details {
         margin-top: 12%;
     }
 
     .detail-myth {
         margin-top: 0%;
     }
 } */

.field {
    text-align: left !important;
}

.steps .back-btn {
    /* display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    color: #fff !important;
    margin: auto !important;
    font-size: 15px !important; */
}


.tbl-que label {
    color: #ffffff !important;
    font-size: 18px !important;
}

.steps .back-btn i {
    font-size: 28px;
}


.sub-block {
    border: 2px dashed #bfd5ff;
    padding: 15px;
    border-radius: 14px;

}

.button {
    position: relative;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    /* border: 2px solid #133bbb; */
    border: none;
    padding: 1px 2px;
    margin: 1px;

    transition: 0.3s all ease-in-out;
    background: transparent;
    font-weight: 800;
}

.main-container {
    margin: auto;
    max-width: 600px;
    height: 100%;
    box-shadow: 0 17px 41px -21px rgb(0, 0, 0);
}

.carousel-indicators {
    width: 26%;
    margin: auto !important;
    min-width: 150px;
    background: #3a5696;
    border-radius: 17px 17px 0px 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;

    border-radius: 100% !important;
}

.dropdown-btn {
    position: relative;
    color: #000000 !important;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    /* border: none; */
    padding: 8px 4px;
    margin: 1px;
    transition: 0.3s all ease-in-out;
    background: #ff9800 !important;
    font-weight: 800;
    border-radius: 67px;
    min-width: 124px;
    border-radius: 48px !important;
    border: 3px solid white !important;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background: #024e92;
    border: none
}

.zoom-in-zoom-out {
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

.button:hover {
    background: #024e92;
    border: none
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}

.button-wiggle {
    -webkit-animation: wiggle 3s 2s infinite;
    animation: wiggle 3s 2s infinite;
    color: #000000;

}



@-webkit-keyframes wiggle {

    5%,
    50% {
        transform: scale(1);
    }

    10% {
        transform: scale(0.9);
    }

    15% {
        transform: scale(1.15);
    }

    20% {
        transform: scale(1.15) rotate(-5deg);
    }

    25% {
        transform: scale(1.15) rotate(5deg);
    }

    30% {
        transform: scale(1.15) rotate(-3deg);
    }

    35% {
        transform: scale(1.15) rotate(2deg);
    }

    40% {
        transform: scale(1.15) rotate(0);
    }
}

@keyframes wiggle {

    5%,
    50% {
        transform: scale(1);
    }

    10% {
        transform: scale(0.9);
    }

    15% {
        transform: scale(1.15);
    }

    20% {
        transform: scale(1.15) rotate(-5deg);
    }

    25% {
        transform: scale(1.15) rotate(5deg);
    }

    30% {
        transform: scale(1.15) rotate(-3deg);
    }

    35% {
        transform: scale(1.15) rotate(2deg);
    }

    40% {
        transform: scale(1.15) rotate(0);
    }
}



.score {
    font-weight: 800;
}

.score-txt h3 {
    font-weight: 600;
}

.score-txt span {
    font-weight: 800;
    color: #0a6534;
}

#rank {
    background-color: #219b4f;
    border-radius: 35px;
    padding: 10px;
    color: white;
    font-weight: 700;
    font-size: 28px;
}

.profileContainer {
    background-size: 42% !important;
    background-repeat: no-repeat !important;
    background-position: center 75% !important;
}

.dropdown {
    position: absolute !important;
    top: 3%;
    margin: auto;
    left: 3%;

}

/* Styles for iPads in both portrait and landscape modes */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .btn-chest {
        width: 50px !important;
        height: 50px !important;
        font-size: 17px !important;
    }

    .message-chest .Question_helperText__y0OkM {
        top: 200px !important;
    }

    .right-message h3 {
        font-size: 35px !important;
    }

    .wrong-message h3 {
        font-size: 35px !important;
    }

    .doctorimage {
        top: 7%
    }
}



@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {


    .message-chest .Question_helperText__y0OkM {
        top: 150px !important;
    }

    .rythem-block {
        bottom: 4%;
    }

    .DynamicIsland_aligner__dDpyJ {
        bottom: 5% !important
    }

    .DynamicIsland_rhythmContainer__r0C47 {
        width: 80% !important;
    }

    #image_container #image {
        height: 250px;
        object-fit: contain;
    }

    .dropdown {
        top: 7%
    }

    .timeline .timeline-container .timeline-body .timeline-title {
        font-size: 24px !important;
    }

    .u-name {
        font-size: 28px !important;
    }

    .u-clinic {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) and (max-height: 450px) {
    .btn-chest {
        width: 40px !important;
        height: 40px !important;
        font-size: 17px !important;
    }

    .message-chest .Question_helperText__y0OkM {
        top: 65px !important;
    }
}

@media screen and (min-device-width: 414px) and (max-device-width: 896px) and (orientation : portrait) {
    .steps .main {
        background-size: 100% !important;
    }

    .steps .main-2 {
        background-size: 100% !important;
    }

    .pro-photo {
        top: 10% !important;
    }

    .pro-photo2 {
        top: 10% !important;
    }


}

@media screen and (min-device-width: 768px) and (max-device-width: 1080px) and (orientation : portrait) {
    .steps .main {
        background-size: 100% 100% !important;
    }

    .steps .main-2 {
        background-size: 100% 100% !important;
    }

    .pro-photo {
        top: 12% !important;
    }

    /* .middle .box {
         width: 98%;
     } */

    /* .middle .box {

    } */

}

.demo {
    background-color: #f5f5f5;
    font-family: "Poppins", sans-serif;
}

.panel {
    padding: 0;
    border-radius: 0;
}

.panel .panel-heading {
    background: #ff393f;
    padding: 20px 40px;
    border-radius: 0;
    margin: 0;
}

.panel .panel-heading .title {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
}

.panel .panel-heading .btn {
    color: #566787;
    font-size: 13px;
    padding: 7px 12px 5px;
    border-radius: 0;
    border: none;
    transition: all 0.3s ease 0s;
}

.panel .panel-heading .btn:hover {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.panel .panel-body {
    /* padding: 20px; */
}

.panel .panel-body .table {
    margin: 0;

    /* border-top: 1px solid #ddd; */
}

.panel .panel-body .table thead tr th {
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    color: #ffffff;
    letter-spacing: 1px;
}

.panel .panel-body tbody tr:last-of-type td {
    border-bottom: none !important;
}

.panel .panel-body .table tbody tr td {
    color: #555;
    font-size: 15px;
    padding: 10px 12px;
    vertical-align: middle;
}

.panel input:focus {
    box-shadow: 0 0 0 .25rem rgb(78 213 255) !important;
}

.panel .panel-body .table .user_icon {
    width: 50px;
    height: 50px;
    margin: 0 5px 0 0;
    border-radius: 100px;
    display: inline-block;
}

.panel .panel-body .table .user_icon img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.panel .panel-body .table tbody .status {
    position: relative;
    padding-left: 12px;
}

.panel .panel-body .table tbody .status:before {
    content: "";
    background: #28a745;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0;
}

.panel .panel-body .table tbody .status.block:before {
    background: #dc3545;
}

.panel .panel-body .table tbody .status.inactive:before {
    background: #ffc107;
}

.panel .panel-body .table tbody .action-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.panel .panel-body .table tbody .action-list li {
    display: inline-block;
    margin: 0 5px;
}

.panel .panel-body .table tbody .action-list li a {
    color: #03A9F4;
    font-size: 16px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.panel .panel-body .table tbody .action-list li a:hover {
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.panel .panel-body .table tbody .action-list li a.delete {
    color: #E34724;
}

.panel .panel-body .table tbody .action-list li a:before,
.panel .panel-body .table tbody .action-list li a:after {
    content: attr(data-tip);
    color: #fff;
    background-color: #111;
    font-size: 12px;
    padding: 5px 7px;
    border-radius: 4px;
    text-transform: capitalize;
    display: none;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -32px;
    transition: all 0.3s ease 0s;
}

.table {
    text-align: center;
}

.panel .panel-body .table tbody .action-list li a:after {
    content: '';
    height: 15px;
    width: 15px;
    padding: 0;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -18px;
    z-index: -1;
}

.panel .panel-body .table tbody .action-list li a:hover:before,
.panel .panel-body .table tbody .action-list li a:hover:after {
    display: block;
}

.tbl-que {
    background: #203c72;
    color: #fff;
    /* border: 2px solid #000000; */
    border-radius: 22px;
}



@media only screen and (max-width:767px) {
    .panel .panel-heading .title {
        text-align: center;
        margin: 0 0 10px;
    }

    .panel .panel-heading .btn_group {
        text-align: center;
    }
}


.timeline {
    position: relative;
    padding-left: 1.5rem;
    margin: 0 0 0 30px;
    color: white;
}

.timeline:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 15px;
    width: 2px;
    height: 87%;
    background: #ddd;
}

.body1 {
    background: #898989
}

.body2 {
    background: #2d3691 !important;
}

.body3 {
    background: #02447f !important;
}

.timeline .timeline-container {
    position: relative;
    margin-bottom: 2.5rem;
}

.timeline .timeline-container .timeline-icon {
    position: absolute;
    left: -48px;
    top: 12px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 2rem;
    background: #4f537b;
}

.timeline .timeline-container .timeline-icon i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.timeline .timeline-container .timeline-icon img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.timeline .timeline-container .timeline-body {
    background: #898989;
    border-radius: 12px;
    padding: 7px;
    box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.1);
}


.timeline .timeline-container .timeline-body .timeline-title {
    margin-bottom: 0;
    color: #fff;
    margin-left: 10px;
}

.timeline .timeline-container .timeline-body .timeline-title .badge {
    background: #4f537b;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
}

.timeline .timeline-container .timeline-body .timeline-subtitle {
    font-weight: 300;
    font-style: italic;
    opacity: 0.4;
    margin-top: 16px;
    font-size: 11px;
}

.timeline .timeline-container.primary .badge,
.timeline .timeline-container.primary .timeline-icon {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #e2e6f4;
    font-size: 23px;
}

.timeline .timeline-container.info .badge,
.timeline .timeline-container.info .timeline-icon {
    background: #11cdef !important;
}

.timeline .timeline-container.success .badge,
.timeline .timeline-container.success .timeline-icon {
    background: #00bf9a !important;
}

.timeline .timeline-container.warning .badge,
.timeline .timeline-container.warning .timeline-icon {
    background: #ff8d72 !important;
}

.timeline .timeline-container.danger .badge,
.timeline .timeline-container.danger .timeline-icon {
    background: #fd5d93 !important;
}

.timeline-active {
    color: green !important;
}

.btn-img {
    width: 50px;
}

.btn-text {
    padding: 0 !important;
}





.main-btn {
    box-shadow: none;
    background: #5c5c5c;
    border-radius: 25px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.6px;
    font-weight: 600 !important;
    height: 46px;
    width: auto !important;
    padding: 10px 27px;
    color: #fff;
    border: none;
}

.fieldset-box {
    padding: 100px 25px;
    background: url(../img/shape_5.png);
    /* border-radius: 15px; */
    background-size: 100% 100%;
    background-repeat: no-repeat;

}

.fieldset-box-question {
    padding: 100px 25px;
    background: url(../img/shape_4.png);
    /* border-radius: 15px; */
    background-size: 100% 100%;
    background-repeat: no-repeat;

}

@media (orientation: portrait) {
    .timeline .timeline-container .timeline-body .timeline-title {
        font-size: 16px;
        text-align: left;
        margin-left: 7%;
    }

    .options-container {
        gap: 1px;
        width: 95%;
    }

    .question-block-1 h5 {
        font-size: 1.1rem;
    }

    .message-chest .Question_helperText__y0OkM {
        top: 20px
    }

    /* .btn-img {
        width: 30px;
    } */
}

.text_input {
    width: 100%;
    height: auto;
    position: relative;
}

.text_input label {
    font-size: 17px;
    color: #057381;
    font-weight: 500;
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    padding: 4px 11px;
    position: absolute;
    transition: 0.3s all linear;
    left: 17px;
    opacity: 1;
    top: -16px;
    font-weight: bold;
}

.swal2-popup {
    font-size: 14px !important;
}

.error {
    color: #ff0000;
    font-size: 14px;
}

label {
    /* left: 20px;
    opacity: 1;
    font-weight: bold;
    color: #302f2f;
    font-size: 15px; */
}

.text_input input[type=text],
.select_field select,
.message_field textarea,
.text_input input[type=tel] {
    background-color: rgb(255 255 255);
    width: 100%;
    height: 62px;
    border-radius: 8px;
    border: solid 1px #057381;
    /* transition: 0.3s all linear; */
    padding-left: 23px;
    font-size: 17px;
    color: #222222;
    font-weight: 600;
}

.login-header {

    padding: 0px 26px 0px 25px !important;
    margin-top: -40px !important;
}

::placeholder {
    color: #4e4c4c !important;
    font-weight: 400;
}

::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #a1a1a1;
}

.text_input input[type=text]:focus,
.select_field select:focus,
.message_field textarea:focus,
.text_input input[type=tel]:focus {
    border-color: #2e1d85 !important;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 29px 0px rgba(0, 0, 0, 0.05);
    color: rgb(20, 20, 20);
    outline: none;
}

@media(max-width: 576px) {

    .text_input input[type=text],
    .select_field select,
    .message_field textarea,
    .text_input input[type=tel] {
        font-size: 14px;
    }
}

.progress {
    height: 15px;
    background: #d76a1f;
    border-radius: 15px;
    margin-bottom: 30px;
    overflow: visible;
    position: relative;
    border: 2px double #c9c9c9;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 10px;
}

.progress:before,
.progress:after {
    content: "";
    /* width: 20px; */
    height: 20px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 1;
}

.progress .progress-bar {
    box-shadow: none;
    /* / border: none; / */
    border-radius: 15px;
    position: relative;
    -webkit-animation: animate-positive 1s;
    animation: animate-positive 1s;
    /* / border: 3px double; / */
}

.login-input {
    background-color: grey;
    background-color: rgb(255 229 229);
    width: 100%;
    height: 50px;

    border: solid 2px #ff2a2a33;
    /* transition: 0.3s all linear; */

}

.searchbox {
    background-color: grey;
    background-color: rgb(255 229 229);
    width: 100%;
    height: 50px;
    border-radius: 8px;
    border: solid 3px #ff7c7c33;
    /* transition: 0.3s all linear; */
    padding-left: 23px;
    font-size: 17px;
    color: #222222;
    font-weight: 600;
}

.progress .progress-value {
    width: 30px;
    height: 19px;
    line-height: 21px;
    border-radius: 31px;
    background: #c3c3c3;
    font-size: 17px;
    font-weight: 600;
    position: absolute;
    right: 0px;
    z-index: 2;
}

.progress.orange:before {}

.progress.blue:before {
    border: 7px solid #1a4966;
}

.progress.green:before {
    border: 7px solid #53aa2c;
}

.progress.purple:before {
    border: 7px solid #66406f;
}

.progress.orange .progress-value {
    border: 6px solid #f5f5f5c4;
    color: #dfdfdf;
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

.result-left {
    width: 300px
}

.reference {
    position: absolute;
    bottom: 10%;
    /* left: 14%; */
    right: 5%;
}

.cal-block {
    display: flex;
    margin-top: 20px;
    justify-content: space-around;
}

.result-block1 {
    display: flex;
}

.hours {
    width: 80px;
    position: relative;
    top: 10px;
    left: -2px;

}

table {
    border-collapse: unset;
    border-spacing: 0;
    border: 0px solid transparent !important;
    margin-bottom: 0px !important;

    border-radius: 25px !important;
}

table.rounded-corners {
    border-spacing: 0;
    border-collapse: separate;
    border-radius: 10px;
    border: 1px solid black;
}

table {
    text-align: center;
    border-collapse: unset;
    border-spacing: 0;
    /* font-size: 18px; */
    /* border: 1px solid #403f81; */
    /* border-radius: 30px; */
    background: #e9242a !important;
}

.radius-border {
    border-radius: 25px;
}

.th-tr {
    background: transparent !important;
}

.table thead {
    background-image: linear-gradient(var(--color1), var(--color2)) !important;
    /* letter-spacing: 1px; */

    /* background-image: linear-gradient(168deg, #954520, #cf683f); */
}

.table thead th {
    border-bottom: 1px solid #dee2e6 !important;
    border-top: 0;
    background: transparent !important;
    color: #fff;
    padding: 25px 25px !important;
    vertical-align: middle;
    /* border-right: 1px solid #dee2e6 !important; */
}

.table thead .head {
    border-bottom: 1px solid #dee2e6 !important;
    border-top: 0;
    background: transparent !important;
    color: #fff;
    padding: 24px 25px !important;
    vertical-align: middle;
    /* border-right: 1px solid #dee2e6 !important; */
}

.table thead th:last-child {
    border-right: unset !important;
}


.table>:not(caption)>*>* {
    padding: 1rem .5rem !important;
}

.custom-table-container2 .table td,
.custom-table-container2 .table th {
    padding: 15px !important;
    text-align: left !important;
    border: 1px solid #ddd !important;
    border-top: none !important;
    border-left: none !important;
}

.table-responsive {
    border: 1px solid #dbd9d9;
    border-radius: 15px !important;

    &::-webkit-scrollbar {
        width: 10px;
    }

    &::-webkit-scrollbar:horizontal {
        height: 5px;
    }

    &::-webkit-scrollbar-track {
        background-color: transparentize(#0095a8, 0.7);
    }

    &::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: transparentize(hsl(187, 100%, 31%), 0.5);
        box-shadow: inset 0 0 6px #008da0;
    }

    /* margin: 10px 0; */
}

.custom-table {
    border-radius: 10px !important;
    border: 1px solid #ddd;
    /* margin-top: 10px !important; */
}

.body-message .message {
    min-height: 30px;
    border-radius: 3px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    color: #1f1f1f;
    font-weight: 700;
    padding: 10px;
}

.card-header {
    position: relative;
    animation: myfirst 3s;
    animation-direction: alternate;
    animation-timing-function: linear;
}

.p-bold {
    font-weight: 900;
}

@keyframes myfirst {
    0% {
        /* background: red; */
        right: 0px;
        bottom: 50px;
    }

    25% {
        /* background: yellow; */
        right: 0px;
        bottom: 0px;
    }

    /* 50% {
        background: blue;
        right: 200px;
        top: 200px;
    }  */

    /* 75% {
        background: green;
        right: 0px;
        top: 200px;
    } */

    100% {
        /* background: red; */
        right: 0px;
        bottom: 0px;
    }
}

/* Container for the question icon */
.card {
    /* position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word; */
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 0.75rem;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.z-index-0 {
    z-index: 0 !important;
}

.card-header:first-child {
    border-radius: 0.75rem 0.75rem 0 0;
}


.z-index-2 {
    z-index: 2 !important;
}

.border-radius-lg {
    border-radius: 0.5rem;
}

.bg-gradient-primary {
    background-image: linear-gradient(var(--color2), var(--color1));

}

.shadow-primary {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(233, 30, 99, 0.4) !important;
}

.card .card-body {

    padding: 5px;
}

.card-body {
    flex: 1 1 auto;
    /* padding: 1rem 1rem; */
}

.mt-n4 {
    margin-top: -1.5rem !important;
}

.image_header {
    background: url('../img/Ribbion_1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 118px;
    padding-top: 28px;
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}

.main-header {
    display: flex;
    justify-content: space-between;

}

.custom_c_btn {
    width: 100%;
    background-image: linear-gradient(144deg, #2996bf, 29%, #4f9cb9 49%, #1f404d 93%);
    padding: 14px 3px;
    border: none;

    border-radius: 7px !important;
    font-size: 20px;
    border-radius: 45px;
    box-shadow: 0 0 0 3px #ccdbdc, 0 0 0 2px #82a289;
    margin: 5px;
    font-weight: 900;
}

.custom_c_btn:hover {
    background-image: linear-gradient(250deg, #2996bf, 29%, #4f9cb9 49%, #1f404d 93%);
}

.ribbon {
    display: flex;
    align-items: center;
    background-color: #e5e5e5;
    padding: 10px;
    position: relative;
    margin: 20px;
    border-radius: 8px;
}

.ribbon::before,
.ribbon::after {
    content: '';
    position: absolute;
    background-color: #009688;
    height: 100%;
    width: 50px;
    z-index: -1;
}

.ribbon::before {
    left: -25px;
    transform: skewX(-45deg);
}

.ribbon::after {
    right: -25px;
    transform: skewX(45deg);
}

.ribbon-text {
    margin-left: 60px;
    flex-grow: 1;
    color: #009688;
    font-weight: bold;
}


tr {
    border-bottom: 1px solid white !important;
}

/* ============================================================= */

.main-timeline {
    font-family: "Poppins", sans-serif;
    position: relative;
}

.main-timeline:after {
    content: '';
    display: block;
    clear: both;
}

.main-timeline .timeline {
    width: calc(100% + 1px);
    padding: 5px 0 0 10px;
    margin: 0 0 20px;
    float: right;
    position: relative;
}

.main-timeline .timeline-content {
    color: #000;
    background: repeating-linear-gradient(#a0d4ac94, #a0d4ac94 20px, #ace0b894 20px, #ace0b894 22px);
    text-align: center;
    min-height: 120px;
    padding: 20px 20px 20px;
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
    border: 8px dotted rgba(0, 0, 0, 0.1);
    display: block;
    position: relative;
}

.main-timeline .timeline-content:hover {
    text-decoration: none;
}

.main-timeline .timeline-year {
    color: #fff;
    background-color: #097e8d;
    font-size: 25px;
    line-height: 70px;
    height: 55px;
    width: 100px;
    transform: rotate(7deg);
    position: absolute;
    left: -15px;
    top: -10px;
}

.main-timeline .timeline-year:before {
    content: '';
    background-color: #fcfcfc;
    height: 12px;
    width: 12px;
    border: 3px solid #aaa;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    position: absolute;
    left: 8px;
    top: 8px;
}

.main-timeline .title {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 5px;
    color: #097e8d;
}

.main-timeline .description {
    color: #222;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 38px;
    margin: 0;
}

.main-timeline .timeline:nth-child(even) {
    float: left;
    padding: 5px 10px 0 0;
}

.main-timeline .timeline:nth-child(even) .timeline-year {
    transform: rotate(-7deg);
    left: auto;
    right: -15px;
}

.main-timeline .timeline:nth-child(even) .timeline-year:before {
    left: auto;
    right: 8px;
}

.main-timeline .timeline:nth-child(4n+2) .timeline-year {
    background-color: #e87a14;
}

.main-timeline .timeline:nth-child(4n+3) .timeline-year {
    background-color: #e8b019;
}

.main-timeline .timeline:nth-child(4n+4) .timeline-year {
    background-color: #20b583;
}

@media screen and (max-width:767px) {
    .main-timeline .timeline {
        width: 100%;
    }
}

@media screen and (max-width:576px) {
    .main-timeline .title {
        font-size: 20px;
    }
}

/* .radio-button-container label.wrong {
    box-shadow: 0 0 0 2px #d51c1c, 0 0 0 1px #ffffff
}

.radio-button-container label.right {
    box-shadow: 0 0 0 2px #0b8910, 0 0 0 1px #ffffff
}

.radio-button-container label.right::before {
    background-image: linear-gradient(144deg, #286509, 29%, #209f1d 49%, #034110 93%) !important;
    box-shadow: 0 0 0 4px #319548, 0 0 0 1px #a0d4ac !important;
} */

.form-label {
    margin-bottom: 0 !important;
}

.flex-center {
    /* align-items: center;
    display: flex;
    justify-content: center;
    align-items: end; */
}

.sit-less {
    position: relative;
    right: 18px;
}

.world-img {
    position: relative;
    right: 28px;
    top: 30px;

}



.radio-btns {}

.form-input {
    -webkit-appearance: none;
    appearance: none;
}

/* .form-input::before {
    content: '';
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border: 2px solid #c7c7c7;
    border-radius: 30px;
} */

/* .form-input:checked::before {
    background: radial-gradient(circle, #ff8e20 10%, rgb(255 71 50) 100%) #ff522f;
    border: 2px solid #ff7634;
    border-radius: 30px;
} */


/* .form-input::after {
    content: '';
    cursor: pointer;
    height: 18px;
    border-radius: 50px;
    border: 2px solid #939393;
    left: 10%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 18px;
}

.form-input:checked::after {
    border: 2px solid #ffffff;
} */
/* Style when radio button is checked */



.radio-btns-inline .form-label {
    width: 95%;
    margin: 4px 0px 0px 0px;
}

.form-label {
    background: #ffffff;
    border-radius: 50px;
    /* height: 40px; */
    margin: 4px 10px 0px 0px;
    /* overflow: hidden; */
    /* position: relative; */
    width: 150px;
    border: 1px solid #a3a3a3;
    text-align: center;
    padding: 5px;
}

.form-label {
    color: #302f2f
}

.radio-button-container label.wrong::before {
    background-image: linear-gradient(144deg, #d33e30, 29%, #fd4444 49%, #5a0b02 93%) !important;
    box-shadow: 0 0 0 4px #d51c1c, 0 0 0 1px #181818 !important;
}

.radio-button-container input:checked+label.wrong {
    background-image: linear-gradient(144deg, #ffcdc7, 29%, #ffdedd 49%, #ffe0e0 93%) !important;
}

.form-control {
    width: none
}

.input-group-text {
    border-radius: 3px 8px 8px 3px !important;
    padding: 8px 12px !important;

}

.big-radio .radio-btns {
    width: 100% !important;
    margin: 8px 10px 0px 0px !important;
}

.form-control {
    border: 1px solid #a3a3a3 !important;
}

.input-group-text {
    border: 1px solid #a3a3a3 !important
}

.custom-fields {
    display: block;
    width: 48%;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 1px solid #a3a3a3;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 8px 12px !important;

}

.custom-fields:focus {
    box-shadow: 0 0 8px 6px rgb(225 225 225) !important;
    border-color: #c0c0c0 !important;
}

.form-control:focus {
    box-shadow: 0 0 3px 3px rgb(41 113 176) !important;
    border-color: #c0c0c0 !important;
}


/* select.form-control option:checked {
    background-color: #9cc4ee !important; 
    color: white !important; 
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none; 
    appearance: none;
    background-color: white; 
    padding: 0.5rem;
} */
.form-control {
    padding: 12px 12px !important;
    font-size: 14px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #f3d5d5 inset;
    transition: background-color 5000s ease-in-out 0s;
}


/* ============================================================= */
:root {
    --main-color: #3755AE;
}

.counter {
    color: var(--main-color);
    font-family: "Poppins", sans-serif;
    text-align: center;
    padding: 20px 15px 15px;
    position: relative;
    z-index: 1;
}

.counter:before,
.counter:after {
    content: "";
    background: linear-gradient(161deg, #e32f2f, #690909) !important;
    border-radius: 14px;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border: 1px solid white;
}

.counter:after {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 10px rgb(255 255 255 / 30%);
    top: 85px;
    left: 5px;
    right: 5px;
    bottom: 5px;
}

.counter .counter-icon {
    color: #bd1414;
    background: white;
    font-size: 35px;
    text-align: center;
    line-height: 80px;
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
    border-radius: 10px;
    box-shadow: 0 0 0 3px #bf1c1c, 0 0 0 5px #ffffff;
    transform: rotate(45deg);
    border: 2px solid #bd2d2d;
}

.counter .counter-icon span {
    transform: rotate(-45deg);
    display: block;
}

.counter .counter-value {
    font-size: 38px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 15px;
    display: block;
    color: #ffffff
}

.counter h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
}

.u-name2 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: #cd3227;
    letter-spacing: normal;
    margin-top: 35px;
}

.u-clinic2 {
    font-size: 14px;
    color: #000;
    font-weight: 500 !important;
}

@media screen and (max-width:990px) {
    .counter {
        margin-bottom: 40px;
    }
}


@media (orientation: portrait) {



    .u-name {
        font-size: 18px !important;
        font-weight: 700 !important;
        margin: 0 !important;
    }


    .u-name2 {
        font-size: 14px !important;
        margin-top: 0 !important;
    }

    .u-clinic {
        font-size: 14px !important;
    }

    .u-clinic2 {
        font-size: 12px !important;
    }

    .contact100-form-btn {
        min-width: 280px !important;
    }

    .textTT {
        width: 320px !important;
    }

    .mobile-video {
        top: 44% !important;
        /* width: 100%; */
    }

    .video-container {
        position: relative;

        padding-bottom: 56.25%;
        /* 16:9 */

        height: 0;
    }

    .video-container iframe {
        position: absolute;
        top: 16%;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        margin: auto;
    }

    .rounded-circle {
        margin-top: -9px;
    }



}

.fact {
    background: radial-gradient(circle, rgb(181 181 181 / 12%) 58%, rgb(217 217 217) 100%);
    border-radius: 37px;
    padding: 4px 11px 5px 11px;
    color: #cd3227
}

.fact-white {
    background: white;
    border-radius: 37px;
    padding: 4px 11px 5px 11px;
    color: #cd3227
}

@media screen and (max-device-width: 767px) and (orientation: portrait) {


    .header {

        padding: 25px 0 25px 0px !important;
    }



}

.header-line {
    position: absolute;
    top: 3%;
    left: 24px;
}

.doctorimage2 {
    position: relative;
}

.doctorimage2 .rounded-circleee2 {
    position: absolute;
    bottom: 4%;
    left: 5px;
}

.rounded-circleee {
    display: flex;
    justify-content: center;

}

/* .rounded-circleee2 {
    display: flex;
} */

.u-name {
    font-size: 25px;
    font-weight: 800;
    margin: 0;
    color: #cd3227;
    letter-spacing: normal;
}

.u-clinic {
    font-size: 20px;
    color: #000;
    font-weight: 500 !important;

}



.rounded-circle2 {
    border-radius: 50% !important;
}

.doctorimage {
    background: url('https://rxguide.in/al/assets/img/doctor_frame@2x.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 9px;

}

.doctorimage img {
    border-radius: 50%;
}

.doctorimage2 {
    position: relative;
    left: 0;
}

.doctor-pic {
    position: absolute;
    top: 36.8%;
    left: 36.1%;

}


.textTT {
    margin-top: 15%;
    border-bottom: 2px solid #f8ac42;
    width: 393px;
}

.video-container {

    position: relative;

    padding-bottom: 50.25%;
    /* 16:9 */

    height: 0;

}

.header-top {
    position: absolute;
    top: 0;
}

.video-container iframe {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}

.backk {
    position: absolute;
    z-index: 111;
    top: 15px;
    left: 10px;
}

.header {
    background: #005aa4;
    padding: 40px 0 40px 0px;
}

.modal-header {
    display: block;

    background-color: #005ba4;
    color: white;

    text-align: center;
}

/*! jQuery UI - v1.11.4 - 2015-11-18
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Misc visuals
----------------------------------*/

.slider-1 {
    height: 300px;
}

.ui-slider {
    position: relative;
    text-align: left;
}



.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}



.ui-slider-vertical {
    width: .8em;
    height: 270px;
}

.ui-slider-vertical .ui-slider-handle {

    margin-left: -7px;
    margin-bottom: -1.3em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}






.entry {
    margin-bottom: 0 !important;
}

#slider {
    /* margin: 2em 0; */
    clear: both;
    background-color: #317cbe;
    border: none;
    background-image: none;
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 4px 2px rgb(15 75 129);
}

#slider-2 {
    margin: 2em 0;
    clear: both;
    background-color: #6497D6;
    border: none;
    background-image: none;
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
}


#page {
    max-width: 600px;
    min-height: 600px;
    background-color: #444;
    padding: 20px;
}

/* 
.ui-slider {
    height: 8px;
} */

#slider .ui-slider-range,
#slider-2 .ui-slider-range {
    background: #e9e9e9;
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 2px 2px 0px rgb(223 223 223 / 50%);
}



.ui-slider-horizontal .ui-slider-handle {
    top: -18px;
    margin-left: -5px;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 27px;
    height: 40px;
    cursor: default;
    border-radius: 26px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 12px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 12px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 12px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 12px;
}





.slider-wrapper {
    /* position: relative; */
    padding: 20px 15px;
    /* margin: 3px 0px; */
    overflow: hidden;
    box-sizing: border-box;
}

.slider-wrapper-inner {
    position: relative;
}

/* url(left:%200px%3B) */
.slider-pips {

    margin: 0px;
    border: 0px none;
    position: absolute;
    color: #fff;
    height: 50px;
    bottom: 85%;
    left: 35%;
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
}


.slider-pips-top {
    margin: 0px;
    border: 0px none;
    position: absolute;
    color: #fff;
    height: 15px;
    bottom: 100%;
    left: 0px;
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
}

.slider-target,
.slider-target * {
    -moz-user-select: none;
    box-sizing: border-box;
}

.slider-marker-horizontal.slider-marker {
    margin-left: -1px;
    width: 2px;
    height: 8px;
}

.slider-marker-horizontal-top.slider-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
    margin-top: 10px;
}


.slider-marker-horizontal.slider-marker-large {
    height: 12px;
    width: 3px
}



.slider-marker-large,
.slider-marker-sub {
    background: #ffffff none repeat scroll 0% 0%;
}

.slider-marker {
    position: relative;
    background: #ffffff none repeat scroll 0% 0%;
    /* top: 7%; */
    /* margin-bottom: 12px; */
}

.slider-pips,
.slider-pips * {
    box-sizing: border-box;
}

.slider-target,
.slider-target * {
    -moz-user-select: none;
    box-sizing: border-box;
}


.slider-value {
    margin-left: -20px;
    padding-top: 6px;
    font-size: 12px;
    font-weight: 400;
    width: 40px;
    position: absolute;
    text-align: center;
}

.slider-value-last {
    margin-left: -10px;
    padding-top: 13px;
    font: 400 12px "Open Sans";
    width: 40px;
    position: absolute;
    text-align: center;
}







.hours {
    width: 80px;
    /* position: relative; */
    /* top: 10px; */
    /* left: -2px; */
    color: black;
    display: flex;
    align-items: center;
}


.swapImageBig {
    display: block;
}

.error-message h4 {
    color: #e6455c;
    text-align: center;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #cdc8c8;
    background: #256baa;
    font-weight: normal;
    color: #fff;
}

.slider-labels {
    position: absolute;
    top: 4%;
    left: 25px;
    /* Adjust to position labels */
}

.slider-label {
    font-size: 15px;
    color: black;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    /* Space between labels */
}

.cmm {
    margin: 6px;
}

@media only screen and (max-width: 768px) {


    /* Force table to not be like tables anymore */




    .calculator-outer {
        padding-top: 0;
    }

    .center-on-mobile {
        text-align: center;
        line-height: 40px;
    }

    .calculator-outer h2 {
        font-size: 24px;
    }

    .calculator-outer h3 {
        font-size: 20px;
    }

    .calculator-outer h4 {
        font-size: 18px;
    }

    table.analysis p {
        font-size: 16px;
    }

    .slider-wrapper {
        margin: 26px 0px;
    }

    #slider,
    #slider-2 {
        margin: 7px 0px;
    }

    .swapImageSmall {
        display: block;
        max-width: 145px;
    }


}

h4 {
    margin-bottom: 0 !important;
}

.small {
    font-size: 15px !important;
    font-weight: 600;
    /* line-height: 1.2; */
}

.icon-dashed {
    width: 13px;
    height: 3px;
    background: #d9d9d9 none repeat scroll 0% 0%;

}

/* Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .slider-wrapper {
        margin: 26px 0px;
    }

}


@keyframes Button_pulse-rhythm__ACIUW {
    0% {
        opacity: .75;
        transform: scaleX(.5) scaleY(.5)
    }

    to {
        opacity: 0;
        transform: scaleX(1.2) scaleY(1.5)
    }
}

.rythem-btn:after,
.rythem-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: red;
    border-radius: 999rem;
    z-index: -1;
    animation: Button_pulse-rhythm__ACIUW .788s infinite;
    animation-timing-function: ease-out;
}

.rythem-btn:active {
    transform: scale(.85);
    transition: transform .2s ease-out;
}






@keyframes DynamicIslandRhythmBar_indicator__mxSwi {
    0% {
        left: 100%
    }

    to {
        left: calc(var(--indicator-width)*-1)
    }
}

.DynamicIslandRhythm_base__aV2jJ {
    position: relative;
    display: flex;
    gap: 1rem;
    justify-content: stretch;
    align-items: center;
    width: 100%
}

html[dir=ltr] .DynamicIslandRhythm_base__aV2jJ {
    margin-right: calc(var(--island-height)*-1)
}

html[dir=rtl] .DynamicIslandRhythm_base__aV2jJ {
    margin-left: calc(var(--island-height)*-1)
}

.DynamicIslandRhythm_button__2TR9_ {
    --button-background: var(--dark-blue) !important;
    --button-color: white !important;
    --button-border-radius: 999rem !important;
    white-space: nowrap
}

.DynamicIslandRhythm_bar__p20eD {
    flex: 1 1;
    flex-basis: 100%;
    width: 100%
}

.DynamicIslandRhythm_label__9EoQR {
    white-space: nowrap
}

.DynamicIslandRhythm_countdown__C14rm {
    position: absolute;
    height: var(--island-height);
    padding: .5rem;
    width: auto;
    aspect-ratio: 1/1;
    left: calc(100% + 2rem);
    background-color: white;
    border-radius: 50%
}

.DynamicIsland_base__vSrNq {
    --island-height: 3.75rem;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none
}

.DynamicIsland_aligner__dDpyJ {
    position: absolute;
    height: var(--island-height);
    bottom: 12%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center
}

@media(min-width: 720px) {
    /* .DynamicIsland_aligner__dDpyJ {
        bottom: var(--island-height)
    } */
}

.DynamicIsland_island__9pGYh {
    width: 0;
    height: 0;
    border-radius: 999rem;
    background-color: #fff;
    pointer-events: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--dark-blue)
}

.DynamicIsland_controlsContainer__gzQud {
    position: absolute;
    width: 100%;
    padding-inline: 1.75rem
}

.DynamicIsland_rhythmContainer__r0C47 {
    position: absolute;
    width: 80%;
    padding-left: 1rem;
    padding-right: 1rem
}

.DynamicIsland_countdownContainer__9wdJe {
    position: absolute;
    padding: .5rem;
    max-width: var(--island-height);
}

.animate-d {
    position: absolute;
    display: block;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(closest-side, #fe20444d, #fe204433, #fe20441a, transparent);
    mix-blend-mode: hard-light;
    opacity: 1;
    animation: DynamicIslandRhythmBar_cursorLight__YJQTX 2s infinite;
    /* animation-duration: 1s infinite; */
}

.animate-s {
    position: absolute;
    display: block;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(closest-side, #34b2334d, #34b23333, #34b2331a, transparent);
    mix-blend-mode: hard-light;
    opacity: 1;
    animation: DynamicIslandRhythmBar_cursorLight__YJQTX 2s infinite;
    /* animation-duration: ; */
}

.downbtn {
    position: absolute;
    right: 0;
    left: 0;
}

.ptext {
    text-align: center;
    font-weight: 600;
    line-height: normal;
}

@media (orientation: portrait) {
    fieldset {
        max-width: none !important;
    }

    .navbar {
        max-width: none !important;
    }

    .profile .title {
        font-size: 20px;
    }

    /* .total-time-box {
        width: 200px
    } */

    .sitting-cal {
        width: 200px
    }

    .result-left {
        width: 230px !important;
    }

    .result-block1 {
        position: absolute;
        top: 21%;
        left: 5%;
    }

    .reference {
        bottom: 0% !important;
    }

    .list li {

        font-size: 11px !important;
    }

    .doctorimage {
        padding: 6px !important;
    }

    .title {
        font-size: 16px;
    }

    .ptext {
        font-size: 13px;
    }

    .question-block-1 {
        padding: 10px 10px !important;
    }

    .carousel-indicators {
        min-width: 110px !important;
        width: 0 !important;
    }

    .carousel-indicators [data-bs-target] {
        width: 5px !important;
        height: 5px !important;
    }

    .startbtn{
        margin-bottom: 40px;
    }

    .list li::before {
        top: 0!important;
    }

    dl, ol, ul {
        margin-bottom: 0 !important;
    }
    p {
        margin-bottom: 0 !important;
    }

    .small{
        font-size: 13px !important;
    }
}