* {
    padding: 0;
    margin: 0;
    transition: .2s
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
    margin: 0;
    padding: 0
}

body {
    background: #f9f9f9
}

.mainContent {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: relative
}

.c2,
.c3,
.c4,
.c9,
.c5,
.c6,
.c11,
.boxed,
.c8 {
    max-width: 75%;
    margin: 0 auto
}

.c1 {
    max-width: 100%;
    margin: 0 auto
}

.midSec h3 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600
}

.boxSec {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto
}

.newboxSec {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    flex-flow: row wrap;
    align-items: center
}

.c3 h2,
.c9 h2,
.c13 h2,
.c12 h2 {
    font-weight: 600;
    font-size: 15px
}

.c3 h3,
.c9 h3,
.c12 h3,
.c10 h1 {
    font-weight: 600;
    font-size: 40px
}

.c13 h3 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center
}

.box,
.box3,
.box4 {
    margin: .75rem;
    box-shadow: #0000000a 0 1px 4px;
    width: 33.33%;
    border-radius: 1rem;
    background: #fff;
    border: .0625rem solid rgba(0, 0, 0, .12);
    cursor: pointer;
    transition: all .5s
}

.imgSec img {
    border-radius: 1rem 1rem 0 0
}

.box figcaption,
.box3 figcaption,
.box4 figcaption {
    padding: 2rem;
    text-align: center;
    font-weight: 500;
    color: #000000e3;
    font-size: .875rem
}

.box:hover,
.box3:hover,
.box4:hover {
    border: .0625rem solid rgb(184, 128, 96)
}

.sign {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #000000a6;
    font-size: .75rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center
}

.sign a {
    color: #b88060
}

.c7 h3 {
    margin-top: 40px;
    margin-bottom: 0
}

.newbox,
.newboxOther,
.newboxNo {
    width: 18%;
    min-height: 240px;
    margin: .75rem;
    box-shadow: #0000000a 0 1px 4px;
    border-radius: 1rem;
    background: #fff;
    border: .0625rem solid rgba(0, 0, 0, .12);
    cursor: pointer;
    transition: all .5s
}

.newbox figcaption,
.newboxOther figcaption,
.newboxNo figcaption {
    padding: 1rem;
    text-align: center;
    font-weight: 500;
    color: #000000e3;
    font-size: .875rem
}

.newbox:hover,
.newboxOther:hover,
.newboxNo:hover {
    border: .0625rem solid rgb(184, 128, 96)
}

.midSec {
    display: none
}

.midSec.active {
    display: flex;
    justify-content: center;
    flex-direction: column
}

#step-11 {
    justify-content: center
}

span.arrow {
    position: absolute;
    top: 50px;
    z-index: 99;
    display: none;
    cursor: pointer
}

span.backHome {
    position: absolute;
    top: -103px;
    z-index: 99;
    cursor: pointer
}

span.backHome a {
    color: #212529
}

span.backHome a:hover {
    text-decoration: none
}

span.backHome i {
    margin-right: 8px
}

.bc8769 {
    color: #bc8769 !important
}

.f-18 {
    font-size: 18px !important
}

.tex-center {
    text-align: center
}

.mb-3 {
    margin-bottom: 18px
}

#s3-one img {
    max-width: 550px;
    margin: 0 auto;
    display: table
}

#s3-one {
    position: relative;
    transition: .4s
}

.midSec {
    overflow: hidden
}

#s3-one.move-left {
    transform: translate(-100%)
}

#s3-one.remove {
    display: none
}

#s3-two {
    transform: translateY(-200%);
    position: absolute;
    opacity: 0
}

#s3-two.show {
    transform: translateY(0);
    position: relative;
    opacity: 1
}

.c3 img {
    max-width: 550px;
    margin: 0 auto;
    display: table
}

.c7 h2,
.c10 h2,
.c11 h2 {
    font-size: 15px;
    font-weight: 600
}

.c10 h3 {
    color: #000000e3;
    font-size: 40px;
    font-weight: 600
}

.birthField {
    width: 20%;
    border: none;
    background: #fff;
    text-transform: uppercase;
    color: #999;
    border: 1px solid #cacaca;
    margin-left: 11px;
    line-height: 54px;
    padding: 0 24px;
    font-size: 25px;
    border-radius: .25rem
}

.birthTxt ::-webkit-input-placeholder {
    text-align: center
}

.birthTxt ::-moz-placeholder {
    text-align: center
}

.birthTxt :-ms-input-placeholder {
    text-align: center
}

.birthTxt :-moz-placeholder {
    text-align: center
}

.birthField:focus {
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem #007bff40
}

.btnNew {
    min-width: 12.5rem;
    font-family: sofia-pro, SofiaProWeb, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 500;
    transition: all .5s;
    outline: none;
    height: 3rem;
    border-radius: 3rem;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    border: none;
    padding: 0;
    display: flex;
    line-height: 1.25rem;
    margin: 0 auto
}

.btnNew:disabled {
    background-color: #0000000f;
    color: #00000054;
    pointer-events: none
}

.phn-btn:disabled {
    background-color: #0000000f;
    color: #00000054;
    pointer-events: none
}

.btnNew:hover {
    background-color: #000;
    color: #fff
}

.btnSec {
    margin-top: 5rem;
    padding-bottom: 40px
}

.c5 p,
.c7 p {
    text-align: center;
    color: #00000070;
    font-size: .875rem;
    margin: 1rem 0;
    font-weight: 500
}

.disbtn {
    background-color: #0000000f;
    color: #00000054;
    pointer-events: none
}

.middle {
    width: 500px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 2rem auto 0px
}

.middleRow {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 2rem auto 0px
}

.boxcard.symptoms,
.boxcard.symptomsOther {
    width: 48%;
    margin: 0 7px 15px
}

.yesConSec {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.boxcard,
.multiplecard,
.noneabovecard,
.othercard {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    background: rgb(255, 255, 255);
    border: .0625rem solid rgba(0, 0, 0, .12);
    box-shadow: #00000008 0 .0625rem .25rem;
    min-height: 70px;
    cursor: pointer;
    transition: all .5s;
    border-radius: .5rem;
    margin-bottom: 15px;
    width: 100%;
    padding: 0 20px
}

.multiplecard,
.noneabovecard,
.othercard {
    width: 47%;
    margin: 0 7px 15px
}

.boxcard:hover {
    border: .0625rem solid rgb(204, 131, 92)
}

.boxcrdSec {
    width: 100%;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between
}

.txtSec {
    color: #000000e3;
    font-size: .875rem;
    font-weight: 500
}

.mainContent #step-9 {
    height: auto
}

#step-11 {
    min-height: 100vh;
    align-items: center
}

.c8 h1 {
    font-size: 40px;
    font-weight: 600
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none
}

.newbox.selected,
.box.selected,
.box4.selected,
.boxcard.selected,
.newboxOther.selected,
.newboxNo.selected {
    background: rgba(0, 0, 0, .2)
}

#adverse_reactions,
.other-symptoms-experienced-details input[type=text],
.other-hairloss-treatments-details input[type=text] {
    font-size: 18px;
    padding: 12px;
    width: 100%;
    background: rgb(255, 255, 255);
    border: .0625rem solid rgba(0, 0, 0, .12);
    box-shadow: #00000008 0 .0625rem .25rem;
    min-height: 50px;
    border-radius: .5rem;
    text-align: center;
    color: #000000e3
}

.animate {
    -webkit-animation-duration: .9s;
    animation-duration: .9s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.one1 {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s
}

.one2 {
    -webkit-animation-delay: .7s;
    -moz-animation-delay: .7s;
    animation-delay: .7s
}

.one3 {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    animation-delay: .9s
}

.one4 {
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.one5 {
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.one6 {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.one7 {
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
    animation-delay: 1.7s
}

.one8 {
    -webkit-animation-delay: 1.9s;
    -moz-animation-delay: 1.9s;
    animation-delay: 1.9s
}

.one9 {
    -webkit-animation-delay: 2.1s;
    -moz-animation-delay: 2.1s;
    animation-delay: 2.1s
}

.one10 {
    -webkit-animation-delay: 2.3s;
    -moz-animation-delay: 2.3s;
    animation-delay: 2.3s
}

.one11 {
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.one12 {
    -webkit-animation-delay: 2.7s;
    -moz-animation-delay: 2.7s;
    animation-delay: 2.7s
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.mainContent.treatHeight {
    height: auto !important
}

@media (max-width:1242px) and (min-width:991px) {

    .boxcard.symptoms,
    .boxcard.symptomsOther {
        width: 47%
    }

    .c13 h3 {
        font-size: 30px
    }

    .birthField {
        width: 33%
    }

    .c1,
    .c2,
    .c3,
    .c4,
    .c9,
    .boxed,
    .c8,
    .c5,
    .c6,
    .c11 {
        max-width: 100%
    }

    .multiplecard,
    .noneabovecard,
    .othercard {
        width: 47%
    }
}

@media (max-width:991px) and (min-width:768px) {

    .newbox,
    .newboxOther,
    .newboxNo {
        width: 25%
    }

    .newbox figcaption,
    .newboxOther figcaption,
    .newboxNo figcaption {
        padding: 20px
    }

    .c1,
    .c2,
    .c3,
    .c4,
    .c9,
    .boxed,
    .c8 {
        max-width: 100%
    }

    .boxcard.symptoms,
    .boxcard.symptomsOther {
        width: 47%
    }

    .c2,
    .c3,
    .c4,
    .c9,
    .c5,
    .c6,
    .c11 {
        max-width: 100%
    }

    .c13 h3 {
        font-size: 30px
    }

    .birthField {
        width: 33%
    }

    .multiplecard,
    .noneabovecard,
    .othercard {
        width: 47%
    }
}

@media (max-width:767px) {
    .boxSec {
        display: block
    }

    .midSec h3 {
        font-size: 25px
    }

    span.backHome {
        top: -55px
    }

    .c13 h3 {
        display: block
    }

    .multiplecard,
    .noneabovecard,
    .othercard {
        width: 100%
    }

    .c5 p {
        margin: 0
    }

    .mainContent.adjustHeight {
        height: auto
    }

    .c2,
    .c3,
    .c4,
    .c9,
    .c5,
    .c6,
    .c11,
    .boxed,
    .c8 {
        max-width: 100%
    }

    .boxcard.symptoms,
    .boxcard.symptomsOther {
        width: 100%
    }

    .newbox,
    .newboxOther,
    .newboxNo {
        min-height: auto
    }

    .c3 h3,
    .c9 h3,
    .c12 h3 {
        font-weight: 600;
        font-size: 30px
    }

    .c13 h3,
    .c10 h1 {
        font-size: 25px
    }

    .c10 {
        font-size: 30px
    }

    .box,
    .box3,
    .box4,
    .newbox,
    .newboxOther,
    .newboxNo {
        margin: 0 0 25px;
        width: 100%
    }

    .sign {
        position: static
    }

    .box figure,
    .box3 figure,
    .box4 figure,
    .newbox figure,
    .newboxOther figure,
    .newboxNo figure {
        display: flex;
        margin: 0;
        align-items: center
    }

    .imgSec {
        width: 50%
    }

    .imgSec img {
        border-radius: 1rem 0 0 1rem
    }

    .c7 .imgSec img {
        max-width: 172px
    }

    .box figcaption,
    .box3 figcaption,
    .box4 figcaption {
        width: 50%;
        padding: 1rem
    }

    .midSec h3 {
        padding-top: 30px
    }

    #step-3 img {
        max-width: 100%
    }

    .c3 h3,
    .c5 h1,
    #s3-three h3,
    .c7 h3,
    .c10 h3,
    .c11 h3 {
        font-size: 28px
    }

    .c8 #s3-three h3 {
        font-size: 23px
    }

    .birthField {
        width: 65%;
        margin-top: 20px;
        margin-left: 0;
        padding: 0 55px;
        font-size: 15px
    }

    .c11 {
        justify-content: center;
        width: 100%;
        flex-direction: column
    }

    .middle {
        width: 100%
    }

    .c1,
    .c2,
    .c3,
    .c4,
    .c9 {
        max-width: 100%
    }

    .mainContent.adjustHeight {
        height: auto !important
    }

    span.arrow {
        top: 8px
    }

    .birthTxt ::-webkit-input-placeholder {
        font-size: 15px
    }

    .birthTxt ::-moz-placeholder {
        font-size: 15px
    }

    .birthTxt :-ms-input-placeholder {
        font-size: 15px
    }

    .birthTxt :-moz-placeholder {
        font-size: 15px
    }
}

@media (max-width:480px) {

    #step-2 input[type=text],
    #step-3 input[type=text],
    #step-4 input[type=text],
    #step-5 input[type=text],
    #step-6 input[type=text],
    #step-7 input[type=text],
    #step-8 input[type=text],
    #step-9 input[type=text],
    #step-10 input[type=text] {
        text-align: left;
        font-size: 12px
    }
}

.captionstyle_ErrorMessage {
    color: red;
    display: none;
    text-align: center
}
@media(max-height:700px) {
    span.backHome {
        top: -75px !important;
    }
}

@media(max-height:620px) {
    span.backHome {
        top: -58px !important;
    }
}

@media(max-height:600px) {
    span.backHome {
        top: -40px !important;
    }
}

@media(max-height:560px) {
    span.backHome {
        top: -29px !important;
    }
}