*, :after, :before {
    box-sizing: border-box;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    color: #000000 !important;
	text-decoration: none !important;
	}

body { font-family: "poppins" !important;
	background: url(../images/prakriti-bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
div#root {
    overflow: auto;
}



.header {
    padding-top: 0;
    position: fixed;
    top: 0;
    z-index: 9;
    background: #fff;
    box-shadow: 0 3px 5px -6px #000;
    transition: all .2s ease-in-out;
    width: 100%;
    max-width: 700px;
}
.header .header-topbar {
    background: linear-gradient(190deg, #e2d8ff 15.22%, #fee9ff 67.5%);
}
.header .header-topbar .header-topbar-cont-outer {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    gap: 3rem;
    align-items: center;
}
.header .header-topbar .header-topbar-cont-outer .header-topbar-cont-left-part {
    overflow: hidden;
    height: 30px;
    display: flex;
    align-items: center;
    width: 80%;
    overflow-y: hidden;
    max-width: 70%;
}
.header .header-topbar .header-topbar-cont-outer .header-topbar-cont-right-part {
    margin: 0 0 0 auto;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 1rem;
    max-width: 30%;
    justify-content: flex-end;
    padding: 0px 0;
}
.header .header-menubar {
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.header .header-menubar .header-menubar-outer {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.header .header-menubar .header-menubar-outer .header-menubar-left-part {
    width: 50%;
    padding: 8px 0px;
}
.header-right-part {
    width: 50%;
}
.header-number {
    text-align: right;
}
.header .header-menubar .header-menubar-outer .header-menubar-left-part img {
    height: 50px;
    display: block;
}
.header .header-menubar .header-menubar-outer .header-menubar-right-part {
    margin: 0 0 0 auto;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 1rem;
    max-width: 30%;
    justify-content: flex-end;
    padding: 10px 0;
}



textarea, input.full-width { width: 100%; border: 1px solid #757373; outline: none;}

input, select {border: 1px solid #757373;}
label.block {
	float: left;
	padding: 5px 10px;
	border: 1px solid #757373;
	margin-right: 5px;
	border-radius: 3px;
	margin-bottom: 10px;
	background: rgb(101 191 177 / 40%);
	display: flex;
}
label.block input {
    margin-right: 5px;
}
fieldset:not(:first-of-type) {
	display: none
}
.form-design input, .form-design select {
    border: none;
    border-bottom: solid 3px #9fe9dc;
    border-radius: 0;
    outline: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	transition: .4s ease;
	background: #fff;
	height: 44px;
    padding: 0 15px;
}
.form-design textarea {
    border: none;
    border-bottom: solid 3px #9fe9dc;
    border-radius: 0;
    outline: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	transition: .4s ease;
	background: #fff;
    padding: 15px;
}
.form-design input::placeholder, .form-design select {
    color: #939796;
}
.form-design select {
    height: 44px;
}
.form-design input:focus {
    transition: 0.4s ease;
	border-bottom: solid 3px #61bdae;
}
input.next.action-button, input.previous.action-button-previous {
	float: right;
	padding: 8px 30px;
	background: #000000bf;
	color: #fff;
	margin-left: 10px;
	cursor: pointer;
	border-radius: 40px;
	font-weight: 600;
}

h2.bg-prakriti {
	background: rgb(101 191 177 / 40%);
	padding: 10px;
	border-radius: 5px;
	color: #333;
}
h2 a span {
	color: #000000bf; 
	cursor: pointer; 
	animation:colorchange 0.5s infinite alternate;
	-webkit-animation:colorchange 0.5s infinite alternate;
}
@keyframes colorchange {
	0% {
        color: #000000bf;
	}
	50% {
        
        color: #ff0606bf;
	}
	100% {
        
        color: #000000bf;
	}
}
h4.prakriti-air {
	font-size: 24px;
	font-weight: 700;
	color: #000000bf;
	margin-bottom: 10px;
	text-align: center;
}
ul.prakriti-ul {
	margin: 0 0 40px;
}
ul.prakriti-ul li {
	padding: 10px;
	background: rgb(236 228 245 / 30%);
	border-radius: 5px;
}
ul.prakriti-ul li:nth-child(2n) {
	background: none;
}

.prakriti-form {
	display: flex;
	align-items: center;
}
.prakriti-form img {
    height: fit-content;
    margin-left: 8px;
    width: auto;
    max-width: 28px;
}

.body-opacity { background: rgb(255 255 255 / 85%);
	max-width: 1240px;
    margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
input:focus-visible {
    outline: none;
}
.fieldset-container {
    display: flex;
    align-items: center;
    gap: 50px;
	margin-bottom: 15px;
}
.fieldset-container-part-left {
    width: 35%;
}
.fieldset-container-part-right {
    width: 65%;
}

.children-field { display: none;}
.children-field.active { display: flex;}


form.form-quiz {
    background: linear-gradient(193.19deg, rgba(234, 226, 255, .35) 3.09%, hsla(0, 0%, 100%, .35) 83.65%);
    border: 1px solid #fff;
    box-shadow: 0 4px 14px #dce3ff;
    border-radius: 20px;
    margin-top: 70px;
	transition: 0.5s;
}
form.form-quiz.active { display: block;}
.benefits-dosha-quiz-outer.active { display: none;}


.fieldset-container-part-left.prakriti-ele:after {
	position: absolute;
	content: "";
	width: 100%;
	height: calc(66% - 96px);
	background: rgb(249 252 242 / 80%);
	left: 0;
	bottom: 0;
}
.fieldset-container-part-left.prakriti-ele.active:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 45%;
	background: rgb(249 252 242 / 80%);
	left: 0;
	top: 0;
}
.fieldset-container-part-left.prakriti-ele.active:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 30%;
	background: rgb(249 252 242 / 80%);
	left: 0;
	bottom: 0;
}
.fieldset-container-part-left.prakriti-ele.active.active-plus:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 70%;
	background: rgb(247 253 234 / 80%);
	left: 0;
	top: 0;
}
.fieldset-container-part-left.prakriti-ele.active.active-plus:before { background: none;}

fieldset {
	min-height: calc(100vh - 96px);
}
.body-opacity { 
	max-width: 100%;
	width: 100%;
	background: rgb(255 255 255 / 60%);
	margin: 0;
}

.fieldset-container {
	align-items: initial;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.fieldset-container-part-left {
	width: 35%;
	float: left;
	top: 0;
	height: 100%;
	padding-top: 0px;
	position: relative;
}
.fieldset-container-part-left img {
	margin: 0 auto;
}
.fieldset-container-part-right {
	width: 65%;
	float: right;
}
.fieldset-container-part-right.last-fieldset {
	width: 100%;
}
.fieldset-container-part-right-inner {
	margin: 0 auto;
	margin-top: 30px;
}
input.next.action-button, input.previous.action-button-previous {
	margin: 15px 5px;
}

input.next.action-button {
	margin-right: calc(32.5% - 137px);
}
fieldset.fieldset-next input.next.action-button {
	margin-right: calc(32.5% - 212px);
}
input.previous.action-button-previous.last-previous {
	margin-right: calc(50% - 75px);
}
h4.recomended-pro {
	border-radius: 0;
}

.last-fieldset .fieldset-container-part-right-inner {
	max-width: 100%;
	padding: 30px 30px 10px;
	border-radius: 0;
}

.last-fieldset .fieldset-container-part-right-inner img {
	width: 100%;
	max-width: 460px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.fieldset-container-part-left.prakriti-ele {
	background: linear-gradient(#fafaf8, #f7ffe6);
}
.fieldset-container-part-left.prakriti-ele img {
	width: auto;
	height: auto;
	max-height: 80%;
	margin-top: calc(10% + 38px);
}

input.dr-submit {
    display: block;
	float: right;
    border: 1px solid #020e05;
    line-height: 24px;
    text-align: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    text-decoration: none;
    padding: 8px 30px;
    background: #020e05;
    color: #fff;
    cursor: pointer;
    border-radius: 40px;
    font-weight: 600;
    margin-top: 15px;
	margin-bottom: 40px;
}

button.prevbtn {
    transform: rotate(180deg);
    margin-right: 10px;
}
button:focus {
    outline: none !important;
}


.input-margin input {
    margin-right: 7px;
}
.input-margin label {
    margin-bottom: 3px;
}
.form-container .footer {
    float: right;
    margin: 15px;
}
.pra-container {
    padding: 15px;
}

h4.recomended-pro {
    font-size: 24px;
    font-weight: 700;
    color: #000000bf;
    text-align: center;
    margin: 0 0 50px 0;
    background: #f2ecf5;
    padding: 5px 10px 10px;
	z-index: 1;
    position: relative;
}
.container {
	width: 100%;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.box-product-outer-sec {
	width: 100%;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-evenly;
}
.box-product-outer {
    margin-bottom: 5px;
	width: 25%;
}
.box-product-outer:hover {
    outline: 1px solid #449186;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.tab-content .box-product-outer {
	margin-bottom: 0;
}
.box-product-slider-outer {
	padding: 10px;
}
.box-product {
    padding: 15px;
}
.box-product .img-wrapper {
    position: relative;
    overflow: hidden;
}
.box-product .img-wrapper > :first-child {
    position: relative;
    display: block;
}
.box-product .img-wrapper > a > img {
	width: 100%;
}
.box-product .img-wrapper .tags {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    overflow: visible;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: inherit;
    border-width: 0;
    background-color: transparent;
    direction: rtl;
}
.box-product .img-wrapper .tags-left {
    left: 0;
	direction: ltr;
}
.box-product .img-wrapper .tags > .label-tags {
    display: table;
    margin: 1px 0 0 0;
    text-align: left;
    opacity: .92;
    filter: alpha(opacity=92);
    direction: ltr;
}
.box-product .img-wrapper .tags > .label-tags:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.box-product .img-wrapper .tags > .label-tags a:hover {
	text-decoration: none;
}
.box-product h6 {
	margin-bottom: 15px;
	font-size: 12px;
	margin-top: 10px;
	font-weight: 500;
    line-height: 1.1;
}
.box-product h6 a {
	line-height: 1.4;
	min-height: 40px;
    display: block;
	font-weight: 600;
	font-style: normal;
    font-size: 14px;
    text-align: center;
	color: #000000;
	text-decoration: none;
}
.box-product h6 a:focus, .box-product h6 a:hover {
    text-decoration: underline;
}
.price {
    margin-bottom: 15px;
    color: #000000;
	display: flex;
    align-items: center;
    justify-content: center;
	gap: 10px;
    font-weight: 600;
    font-style: normal;
	line-height: normal;
}
.price .price-down {
    padding: 2px 5px;
    color: #fff;
    background: #016b5d;
    border-radius: .25em;
	font-size: 13px;
}
.price-old {
    position: relative;
    display: inline-block;
    color: #666;
}
.price-old:before {
    position: absolute;
    width: 100%;
    height: 60%;
    content: '';
    border-bottom: 1px solid #666;
}
.rating {
	display: flex;
    align-items: center;
    justify-content: center;
}
.rating i {
	color: #fc0;
	margin-right: 4px;
}
.rating a {
    font-weight: 700;
    font-style: normal;
	font-size: 13px;
	margin-left: 6px;
	color: #016b5d;
    text-decoration: none;
}
.rating a:focus, .rating a:hover {
    color: #23527c;
    text-decoration: underline;
}
.product-sorting-bar {
	border: 1px solid #e5e5e5;
}
.label {
    font-weight: 600;
    font-style: normal;
	line-height: normal;
	font-size: 10px;
	display: inline;
    padding: .2em .6em .3em;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.label-info {
    background-color: rgb(1 107 93 / 80%);
}


.why-dosa-quiz {
	max-width: 100%;
	margin: 0 auto;
	padding:70px 0;
	text-align: center;
	position: relative;
	background: rgb(198 238 255 / 20%);
}
.why-dosa-quiz ul {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	align-items: flex-start;
	flex-wrap: nowrap;
	max-width: 1140px;
	padding: 0;
	gap: 50px;
}
.why-dosa-quiz ul li {
	border-radius: 0 45px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	position: relative;
	box-shadow: none;
	background: #fff;
	width: 100%;
}
.why-dosa-quiz ul li div.dosa-quiz-upperpart {
	min-height: auto;
	display: none;
}
.why-dosa-quiz ul li div.dosa-quiz-upperpart img {
	margin-bottom: 0;
	height: auto;
	color: transparent;
	margin: 0 auto;
	filter: invert(1);
}
.why-dosa-quiz ul li div.dosa-quiz-lowerpart {
	margin-top: 5px;
}
.why-dosa-quiz ul li div.dosa-quiz-lowerpart p:first-child {
	font-size: 24px;
	line-height: 128.6%;
	text-align: center;
	color: #000000bf;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 800;
	font-style: normal;
	letter-spacing: 1px;
	min-height: 62px;
}
.why-dosa-quiz ul li div.dosa-quiz-lowerpart p:last-child {
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: normal;
	text-align: justify;
	color: #000000bf;
	margin-top: 0;
	margin-bottom: 0;
}


.benefits-dosha-quiz-outer {
	gap: 3rem;
	align-items: center;
	flex-direction: row;
	background: linear-gradient(193.19deg, rgba(234, 226, 255, .35) 3.09%, hsla(0, 0%, 100%, .35) 83.65%);
	border: 1px solid #fff;
	box-shadow: 0 4px 14px #dce3ff;
	padding: 30px 5px;
	display: flex;
	justify-content: flex-start;
	border-radius: 20px;
}

.benefits-dosha-quiz-outer .left-part img {
	width: 300px;
}
.benefits-dosha-quiz-outer .right-part {
	max-width: 720px;
}
.benefits-dosha-quiz-outer .right-part h3 {
	font-weight: 700;
	margin: 0 0 5px;
	color: #000000bf;
	text-align: left;
	font-size: 32px;
	line-height: 128.6%;
	margin-bottom: 5px;
	margin-bottom: 20px;
	padding: 0 10px;
}

.benefits-dosha-quiz-outer .right-part p {
	font-size: 17px;
	line-height: normal;
	font-weight: 500;
	color: #3f3f3f;
	text-align: left;
	margin: 0 0 27px;
	padding: 0 10px;
}

.benefits-dosha-quiz-outer .right-part ul {
	padding: 0px 0px 0px 17px;
}
.benefits-dosha-quiz-outer .right-part ul li {
    font-size: 15px;
    line-height: normal;
    font-weight: 500;
    color: #3f3f3f;
    text-align: left;
    margin: 0 0 10px;
    background: rgb(238 246 250 / 50%);
    padding: 15px;
    border-radius: 0 25px;
}
.benefits-dosha-quiz-outer .right-part ul li:last-child {
	margin: 0 0 27px;
}
.benefits-dosha-quiz-outer .right-part div.button-outer {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
}
.benefits-dosha-quiz-outer .right-part div.button-outer a {
	display: block;
	border: 1px solid #020e05;
	border-radius: 4px;
	line-height: 24px;
	text-align: center;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
	text-decoration: none;
	float: right;
    padding: 8px 30px;
    background: #020e05;
    color: #fff !important;
    cursor: pointer;
    border-radius: 40px;
    font-weight: 600;
	margin: 0 5px;
}
.what-doshas {
	max-width: 100%;
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;
	position: relative;
	border-radius: 20px;
}
.what-doshas .heading-outer {
    max-width: 1140px;
    margin: 0 auto;
    padding: 10px 8px 30px;
    border-radius: 0 40px;
}
.what-doshas .heading-outer {
    max-width: 1140px;
    margin: 0 auto;
    padding: 10px 8px 30px;
    border-radius: 0 40px;
    background: rgb(255 255 255 / 40%);
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.what-doshas .heading-outer p:first-child {
	font-size: 32px;
	line-height: 128.6%;
	text-align: center;
	color: #000000bf;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 800;
	font-style: normal;
	letter-spacing: 1px;
}
.what-doshas .heading-outer p:last-child {
	font-size: 17px;
	line-height: normal;
	text-align: center;
	color: #000000bf;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
}
.what-doshas ul {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	align-items: flex-start;
	flex-wrap: nowrap;
	max-width: 1140px;
	padding: 50px 0px 0px 0px;
	gap: 50px;
}
.what-doshas ul li {
	border-radius: 25px 25px 0px 25px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	position: relative;
	box-shadow: none;
	border: 0px solid #f5e2d0;
	background: transparent;
	width: 100%;
}
.what-doshas ul li div.what-doshas-upperpart {
    min-height: auto;
    float: left;
    width: 100%;
}
.what-doshas ul li div.what-doshas-upperpart img {
	margin-bottom: 0;
	height: auto;
	color: transparent;
	margin: 0 auto;
}
.what-doshas ul li div.what-doshas-lowerpart {
	margin-top: 5px;
}
.what-doshas ul li div.what-doshas-lowerpart p:first-child {
	font-size: 24px;
	line-height: 128.6%;
	text-align: center;
	color: #000000bf;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 800;
	font-style: normal;
	letter-spacing: 1px;
}
.what-doshas ul li div.what-doshas-lowerpart p:last-child {
	font-size: 15px;
	line-height: normal;
	color: #000000bf;
	margin-top: 0;
	margin-bottom: 0;
}

.doshas-heading-img {
    display: flex;
    align-items: center;
}
.doshas-heading-img img {
    width: 80px;
    margin-right: 10px;
	}

.doshas-heading-img h3 {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    line-height: 24px;
    position: relative;
    width: 100%;
    float: left;
}

.doshas-heading-img h3 span {
    display: block;
    height: 13px;
    width: 13px;
    border: 11px solid transparent;
    transform: rotate(45deg);
    position: absolute;
    float: right;
    top: 0;
    right: 0;
}
.doshas-heading-img.current h3 span {
    transform: rotate(-135deg);
	top: 20px;
}

.doshas-heading-img h3 span:after,
.doshas-heading-img h3 span:before {
  content: "";
  display: block;
  height: inherit;
  width: inherit;
  position: absolute;
  top: 0;
  left: 0;
}

.doshas-heading-img h3 span:after {
  border-bottom: 2px solid #076480;
  border-right: 2px solid #076480;
  top: 0;
  left: 0;
  opacity: 1;
  animation: bottom-arrow 1.65s infinite;
}

@keyframes bottom-arrow {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  45% {
    opacity: 0;
    transform: translate(12px, 12px);
  }
  46% {
    opacity: 0;
    transform: translate(-16px, -16px);
  }
  90% {
    opacity: 1;
    transform: translate(-6px, -6px);
  }
  100% {
    opacity: 1;
    transform: translate(-6px, -6px);
  }
}

.doshas-heading-img h3 span:before {
  top: 0;
  left: 0;
  border-bottom: 2px solid #076480;
  border-right: 2px solid #076480;
  animation: top-arrow 1.65s infinite;
}

@keyframes top-arrow {
  0% {
    transform: translate(-6px, -6px);
  }
  35% {
    transform: translate(0, 0);
  }
  90% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.doshas-content {
    text-align: left;
}

.doshas-content p {
    margin-bottom: 8px;
}
.what-doshas ul ul.pitta-ul {
    float: left;
    text-align: left;
    padding-top: 0;
}
.doshas-content ul.pitta-ul {
    padding-left: 20px;
}
.doshas-content ul.pitta-ul li {
    background: none;
    box-shadow: none;
    margin: 10px 0;
}

.footer-container {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}
section.footer {
    background: #020e05;
    text-align: center;
    padding: 30px 0;
	float: left;
	width: 100%;
}
section.footer h3 {
    margin-bottom: 15px;
    font-size: 20px;
	color: #fff;
}
form.form-newsletter {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    overflow: hidden;
}
form.form-newsletter input.form-control {
    height: 47px;
    background: #fff;
    color: #161618;
    padding: 10px 120px 10px 15px;
    font-size: 14px;
    border: 1px solid #055147;
    border-radius: 30px;
    float: left;
    width: 100%;
	box-shadow: none;
}
button.news-letter-btn {
    top: 0;
    right: 0;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    padding: 0 20px;
    line-height: 47px;
    height: 47px;
    border-radius: 0 30px 30px 0;
    background: #020e05;
    border: 1px solid #ffffff;
    position: absolute;
}

.follow-wrapper label input {
    width: 100%;
}

.prakriti-air-container h1.text-3xl {
    font-size: 22px;
    line-height: 25px;
}

.pwa-container {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
	padding-bottom: 40px;
	padding-top: 66px;
}


.Mainslider {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.home-slider {
    background: #fff;
    padding: 25px 20px 0;
    width: 100%;
    margin: 15px 0;
    border-radius: 20px;
}
.carousel-caption {
    position: relative !important;
    right: 0 !important;
    left: 0 !important;
}
.carousel-inner {
    text-align: center;
}
#slider-home h3 {
    text-transform: capitalize;
    font-size: 50px;
}
#slider-home .btn {
    background: #f82249;
    color: #fff;
    padding: 12px 30px !important;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 30px;
}
#slider-home .btn:hover{    
    background: #ffffff;
    color: #f82249;
}
.carousel-item img {
    width: 100px;
	margin: 0 auto;
			filter: invert(1);
}

.carousel-caption h4 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #333;
}
.carousel-caption p {
    font-size: 15px;
    text-align: center;
    color: #333;
    margin-bottom: 0;
    min-height: 54px;
}


section.footer-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #fff;
}
section.footer-menu a {
    float: none;
    width: 25%;
    padding: 8px;
    border: 1px solid #e2d9fd;
    text-align: center;
    max-width: 175px;
    display: inline-block;
	margin-top: 5px;
	font-size: 12px;
    line-height: 20px;
	color: #000000 !important;
	text-decoration: none !important;
}
section.footer-menu a img {
    width: 18px;
    margin: 0 auto;
}

.why-dosa-quiz ul {
    display: block;
}
.why-dosa-quiz ul li {
    padding: 10px;
	margin: 15px 0;
}
.header .header-menubar .header-menubar-outer .header-menubar-left-part {
    padding: 8px 15px;
}
.header-right-part { padding-right: 15px;}
.why-dosa-quiz {
    padding: 40px 10px;
}
.why-dosa-quiz ul li div.dosa-quiz-upperpart img {
    width: 70px;
}
.why-dosa-quiz ul li div.dosa-quiz-lowerpart p:first-child {
    font-size: 16px;
    font-weight: 700;
    min-height: auto;
}
.why-dosa-quiz ul li div.dosa-quiz-lowerpart p:last-child {
    text-align: center;
}
.what-doshas ul li div.what-doshas-lowerpart p {
    text-align: left;
    margin-bottom: 5px;
}
.what-doshas ul ul.pitta-ul {
    float: left;
    text-align: left;
    padding-top: 0;
}
.what-doshas ul li ul.pitta-ul li {
    display: list-item;
    list-style: outside;
    padding: 0;
    margin-bottom: 5px;
	float: left;
}

.benefits-dosha-quiz-outer {
    gap: 0;
    display: block;;
}
.benefits-dosha-quiz-outer .left-part {
    text-align: center;
    display: none;
}
.benefits-dosha-quiz-outer .left-part img {
    margin: 0 auto;
}
.what-doshas {
    padding: 50px 0;
}
.what-doshas .heading-outer p:last-child {
    padding: 0 10px;
}
.what-doshas ul {
    display: block;
	padding: 0px;
}
.what-doshas ul li {
    padding: 15px;
    background: rgb(255 255 255 / 40%);
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    margin: 25px 0;
    border-radius: 0 40px;
}


.what-doshas ul li div.what-doshas-upperpart img {
    width: 100px;
}
.what-doshas ul li div.what-doshas-lowerpart p:first-child {
    font-size: 20px;
}

fieldset {
    min-height: auto;
	padding-bottom: 20px;
}
.fieldset-container-part-left {
    display: none;
}
.fieldset-container-part-right {
    width: 100%;
}
input.next.action-button {
    margin-right: calc(50% - 137px);
}
fieldset.fieldset-next input.next.action-button {
    margin-right: calc(50% - 212px);
}
.last-fieldset .fieldset-container-part-right-inner {
    padding: 30px 15px 10px;
}
.box-product-outer-sec {
    display: block;
}
.box-product-outer {
    margin-bottom: 30px;
    width: 50%;
    float: left;
}
.benefits-dosha-quiz {
    margin: 0 auto 15px;
    overflow: auto;
    background: none;
}
.benefits-dosha-quiz-outer .right-part {
    overflow: auto;
}
.benefits-dosha-quiz-outer .right-part ul {
    padding: 0;
}
.benefits-dosha-quiz-outer .right-part div.button-outer {
    display: block;
    width: 100%;
	text-align: center;
}

form.form-quiz {
    margin-top: 0;
	padding-bottom: 50px;
}

button.next.action-button {
    float: right;
    margin-right: 15px;
}
button.next.action-button img {
    width: 40px;
}
button.action-button-previous img {
    width: 40px;
}
a.next-button {
    float: right;
    margin-right: 15px;
}
a.next-button img {
    width: 40px;
}
button.action-button-previous {
    transform: rotate(180deg);
	float: right;
	margin-right: 15px;
}
button.next.submit, a.submit, button.nextbtn span.submit-text {
    display: block;
    border: 1px solid #020e05;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    float: right;
    padding: 8px 30px;
    background: #020e05;
    color: #fff;
    cursor: pointer;
    border-radius: 40px;
    font-weight: 600;
	transition: 0.5s;
}
button.next.submit:hover, a.submit:hover, button.nextbtn span.submit-text:hover {background: #6ac2b4; border: 1px solid #6ac2b4;}
.back-container {
    padding: 15px;
    position: absolute;
    top: 70px;
}
button.back-arrow {
    display: flex;
    align-items: center;
}
button.back-arrow img {
    width: 24px;
    margin-right: 10px;
}

.container.recomend-container {
    float: left;
    width: 100%;
	background: rgba(255, 255, 255, 0.5);
	position: relative;
	overflow: hidden;
}
.vata-pitta-capha {
    text-align: center;
	margin-bottom: 15px;
}
.vata-pitta-capha button {
    margin: 0 5px;
    display: inline-flex;
    align-items: center;
    padding: 2px 10px;
    border-radius: 50px;
	min-width: 125px;
}
button.vata-btn {border: 2px solid #b0dcf2; background: #daf3fb;}
button.pitta-btn {border: 2px solid #90d36c; background: #e1f9d4;}
button.capha-btn {border: 2px solid #f5b813; background: #f1d791;}

button.vata-btn.active {
    border: 2px solid #39657b;
    background: #103c4b;
    color: #fff;
}
button.pitta-btn.active {
    border: 2px solid #426d2b;
    background: #183309;
    color: #fff;
}
button.capha-btn.active {
    border: 2px solid #8f6b0a;
    background: #4f3e11;
    color: #fff;
}


.vata-pitta-capha button img {
    margin-right: 5px;
}
.vata-air, .pitta-air, .capha-air { display: none;}

.vata-air.active, .pitta-air.active, .capha-air.active {display: block;}


.probing-qt {margin-top: 15px; display: none;}
.probing-qt.active {display: block;}
.probing-fields .hidden input {
    border: none;
    border-bottom: solid 3px #9fe9dc;
    border-radius: 0;
    outline: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: .4s ease;
    height: 40px;
    width: 100%;
	margin-bottom:10px;
	padding: 5px 15px;
}
.probing-fields div:nth-child(odd) {
    margin-bottom: 8px;
}


.probing-qt textarea {
    border: none;
    border-bottom: solid 3px #9fe9dc;
    border-radius: 0;
    outline: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: .4s ease;
    width: 100%;
	margin-bottom:10px;
	padding: 5px 15px;
}
.personal-info-container {
    overflow: auto;
}
a.next-button.submit {
    display: block;
    border: 1px solid #020e05;
    line-height: 24px;
    text-align: center;
    text-decoration: none !important;
    float: right;
    padding: 8px 30px;
    background: #020e05;
    color: #fff !important;
    cursor: pointer;
    border-radius: 40px;
    font-weight: 600;
    transition: 0.5s;
	margin-bottom: 40px;
}
a.next-button.submit:hover, input.dr-submit:hover {
    background: #6ac2b4;
    border: 1px solid #6ac2b4;
}
.form-design {
    margin-top: 20px;
}
@-webkit-keyframes snowflakes-fall {
	0% {
		top: -10%;
	}
	100% {
		top: 100%;
	}
}

@-webkit-keyframes snowflakes-shake {
	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(80px);
		transform: translateX(80px);
	}
}

@keyframes snowflakes-fall {
	0% {
		top: -10%;
	}
	100% {
		top: 100%;
	}
}

@keyframes snowflakes-shake {
	0%,
	100% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(80px);
	}
}

.snowflake {
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-animation-name: snowflakes-fall, snowflakes-shake;
	-webkit-animation-duration: 10s, 3s;
	-webkit-animation-timing-function: linear, ease-in-out;
	-webkit-animation-iteration-count: infinite, infinite;
	-webkit-animation-play-state: running, running;
	animation-name: snowflakes-fall, snowflakes-shake;
	animation-duration: 10s, 3s;
	animation-timing-function: linear, ease-in-out;
	animation-iteration-count: infinite, infinite;
	animation-play-state: running, running;
}

.snowflake:nth-of-type(0) {
	left: 1%;
	-webkit-animation-delay: 0s, 0s;
	animation-delay: 0s, 0s;
}

.snowflake:nth-of-type(1) {
	left: 10%;
	-webkit-animation-delay: 1s, 1s;
	animation-delay: 1s, 1s;
}

.snowflake:nth-of-type(2) {
	left: 20%;
	-webkit-animation-delay: 6s, .5s;
	animation-delay: 6s, .5s;
}

.snowflake:nth-of-type(3) {
	left: 30%;
	-webkit-animation-delay: 4s, 2s;
	animation-delay: 4s, 2s;
}

.snowflake:nth-of-type(4) {
	left: 40%;
	-webkit-animation-delay: 2s, 2s;
	animation-delay: 2s, 2s;
}

.snowflake:nth-of-type(5) {
	left: 50%;
	-webkit-animation-delay: 8s, 3s;
	animation-delay: 8s, 3s;
}

.snowflake:nth-of-type(6) {
	left: 60%;
	-webkit-animation-delay: 6s, 2s;
	animation-delay: 6s, 2s;
}

.snowflake:nth-of-type(7) {
	left: 70%;
	-webkit-animation-delay: 2.5s, 1s;
	animation-delay: 2.5s, 1s;
}

.snowflake:nth-of-type(8) {
	left: 80%;
	-webkit-animation-delay: 1s, 0s;
	animation-delay: 1s, 0s;
}

.snowflake:nth-of-type(9) {
	left: 90%;
	-webkit-animation-delay: 3s, 1.5s;
	animation-delay: 3s, 1.5s;
}

.snowflake:nth-of-type(10) {
	left: 25%;
	-webkit-animation-delay: 2s, 0s;
	animation-delay: 2s, 0s;
}

.snowflake:nth-of-type(11) {
	left: 65%;
	-webkit-animation-delay: 4s, 2.5s;
	animation-delay: 4s, 2.5s;
}
.snowflake img {
    width: 40px;
}

.carousel-control-next, .carousel-control-prev {
    top: calc(50% - 20px) !important;
    background: #000;
    width: 40px !important;
    height: 40px;
    z-index: 1;
}
.carousel-caption {
    padding: 20px 40px !important;
}
.carousel-indicators li { background-color: #999 !important;}
.carousel-indicators .active { background-color: #333 !important;}

.forminputcontainer {
    position: relative;
}


.field-validation {
    position: relative;
}
.field-validation input, .field-validation select {
    width: 100%;
}
p.error_field {
    position: absolute;
    left: 10px;
    bottom: -17px;
    margin: 0;
    font-size: 12px;
    color: #ff0000;
    font-weight: 500;
}
.checkbox-select > div {
    position: relative;
    padding-left: 20px;
}
.checkbox-select input[type="checkbox"] {
    width: 100%;
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    vertical-align: middle;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 6px;
    appearance: none;
    height: 20px;
}
.checkbox-select input[type="checkbox"]:before {
    position: absolute;
    content: "";
    color: white;
    font-size: 14px;
    top: 12px;
    transform: translate(-50%, -50%);
    font-weight: bold;
    left: 8px;
    width: 14px;
    height: 14px;
    border: 1px solid #999;
    opacity: 1;
    background: #fff;
    border-radius: 3px;
}
        
.checkbox-select input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    font-size: 14px;
    top: 13px;
    transform: translate(-50%, -50%);
    font-weight: bold;
    left: 8px;
    width: 16px;
    height: 16px;
    opacity: 1;
    background-image: url('../assets/images/white-check.png');
    line-height: 14px;
    text-align: center;
    border-radius: 3px;
}




.panel {
    position: relative;
    box-shadow: none;
    margin-bottom: 20px;
    border-radius: 0px;
}
.panel-connect {
    font-size: 15px;
    font-weight: 300;
    border-width: 1px;
    border-style: solid;
    border-color: #9fe9dc;
    border-image: initial;
    background: none;
	margin-top: 40px;
}
.panel-heading {
    position: relative;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}
.panel-connect .panel-heading h4 {
    text-align: center;
    color: #000;
    font-size: 18px;
    padding: 10px 25px;
    background: #9fe9dc;
	line-height: 26px;
}
.panel-connect .panel-heading h4 span {
    font-weight: 800;
}
.panel-body {
    padding: 20px;
}
.sub-heading {
    font-size: .9rem;
    margin-bottom: 1rem;
    line-height: 1.3;
    font-weight: 500;

}
.certification-area {
    text-align: center;
	margin-bottom: 50px;;
}
.certification-area img {
    width: 90px;
    display: inline-block;
    margin: 10px;
}
.quality-heading {
	font-size: 32px;
    text-align: center;
    color: #000000bf;
    margin-top: 40px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 1px;
	    padding: 0 15px;
}
.quality-text {padding: 0 15px;}

/*--------------PWA-END------------------*/

@media only screen and (max-width: 700px) {
	.header {
		background: linear-gradient(190deg, #e2d8ff 15.22%, #fee9ff 67.5%);
		height: 65px;
	}
	.header .header-topbar {
		background: none;
	}
	.header .header-menubar .header-menubar-outer {
        display: block;
        overflow: auto;
	}
	.header .header-topbar .header-topbar-cont-outer {
		display: block;
		align-items: center;
		padding: 15px 15px 0 0;
	}
	
	.header .header-menubar .header-menubar-outer .header-menubar-left-part {
		width: 100px;
		text-align: center;
		float: left;
	}
	.header .header-menubar .header-menubar-outer .header-menubar-left-part img {
		margin: 0 auto;
	}
	.header-right-part {
		width: calc(100% - 110px);
		float: right;
		margin: 12px 5px 0 0;
	}
	.header .header-topbar .header-topbar-cont-outer .header-topbar-cont-left-part {
		display: block;
		width: 100%;
		max-width: 100%;
		text-align: right;
		height: auto;
	}
	.header .header-topbar .header-topbar-cont-outer .header-topbar-cont-right-part {
		display: block;
		max-width: 100%;
		text-align: right;
	}
	
	.why-dosa-quiz {
		padding: 15px 0;
	}
	form.form-quiz {
		margin-top: 0;
		padding-bottom: 0;
	}
	.fieldset-container-part-right-inner {
		margin-top: 10px;
	}
	ul.prakriti-ul li {
		padding: 10px 0;
	}
	.benefits-dosha-quiz-outer .right-part h3, .what-doshas .heading-outer p:first-child {
		margin: 25px 0 0;
		font-size: 25px;
		margin-bottom: 5px;
	}
	.why-dosa-quiz ul li div.dosa-quiz-lowerpart p:first-child {
		font-size: 18px;
		min-height: auto;
	}
	.why-dosa-quiz ul li div.dosa-quiz-upperpart img {
		width: 90px;
	}
	.benefits-dosha-quiz-outer .right-part ul {
		padding: 0;
	}
	.benefits-dosha-quiz-outer .right-part p {
		font-size: 16px;
	}
	.what-doshas ul li div.what-doshas-lowerpart p:first-child {
		font-size: 20px;
	}
	.why-dosa-quiz ul {
		display: block;
		padding: 0 15px 15px;
	}	
	.why-dosa-quiz ul li {
		margin-bottom: 15px;
	}
	.benefits-dosha-quiz {
		padding: 15px;
	}
	.benefits-dosha-quiz-outer {
		display: block;
	}
	.what-doshas {
        padding: 15px 15px 80px;
	}
	.what-doshas ul { display: block; padding: 0;}
	
	.fieldset-container-part-left {
		display: none;
	}
	.fieldset-container-part-right {
		width: 100%;
	}
	input.next.action-button, fieldset.fieldset-next input.next.action-button {
		margin-right: 15px;
	}
	input.next.action-button {
		margin: 15px;
		width: calc(100% - 30px);
	}
	input.previous.action-button-previous {
        margin: 15px;
		margin-top: 0;
        width: calc(100% - 30px);
	}
	.last-fieldset .fieldset-container-part-right-inner {
		padding: 15px;
	}
	.box-product-outer-sec {
		display: block;
		overflow: auto;
	}
	
	.box-product-outer {
		width: 50%;
		float: left;
	}
	input.previous.action-button-previous.last-previous { margin-right: 15px;}
	section.footer-menu a {
		float: left;
		display: block;
		margin-top: 0;
	}
}


/*--------------PWA-START------------------*/
@media only screen and (max-width: 700px) {
	.what-doshas ul {
		padding: 0;
	}
	.benefits-dosha-quiz-outer .right-part h3 { margin-top: 0;}
	
	input.next.action-button, fieldset.fieldset-next input.next.action-button {
		margin-right: 15px;
	}

	.quality-heading {
		font-size: 22px;
	}
	.quality-text {
		font-size: 14px;
		text-align: center;
	}
	.benefits-dosha-quiz-outer .right-part div.button-outer a {
    font-size: 14px;
    font-weight: 400;
    float: left;
    width: calc(100% - 10px);
    margin-bottom: 10px;
}
button.next.submit, a.submit, button.nextbtn span.submit-text, a.next-button.submit, input.dr-submit {
    font-size: 14px;
    font-weight: 400;
}
div#chart {
    padding: 0 15px;
}
.fieldset-container-part-right-inner form {
    padding: 0 15px;
}


}

/*--------------PWA-END------------------*/

@media only screen and (max-width: 414px) {
	.header-number {
		font-size: 13px;
	}
	.box-product-outer {
		width: 50%;
	}
	.box-product h6 a {
		min-height: auto;
	}
	.box-product h6 a {
		font-size: 12px;
	}
	.price {
		font-size: 14px;
	}
	.benefits-dosha-quiz-outer .right-part p, .what-doshas .heading-outer p:last-child {
        font-size: 14px;
	}
	.benefits-dosha-quiz-outer .right-part h3, .what-doshas .heading-outer p:first-child {
        font-size: 22px;
	}
	
	.what-doshas ul li div.what-doshas-upperpart img {
		width: 100px;
		margin-top: 10px;
	}
	.what-doshas ul li div.what-doshas-lowerpart p:first-child {
        font-size: 18px;
	}
	
	section.footer h3 {
		font-size: 16px;
		padding: 0 15px;
	}
	form.form-newsletter {
		padding: 0 15px;
	}
	form.form-newsletter input.form-control {
		padding: 10px 100px 10px 15px;
	}
	button.news-letter-btn {
		padding: 0 15px;
	}
	button.news-letter-btn {
		right: 15px;
	}
	
	.fieldset-container-part-right-inner h1.text-3xl {
		font-size: 20px;
		line-height: 25px;
	}
	h3.font-semibold.text-lg.mb-2.prakriti-form {
		font-size: 15px;
		line-height: 20px;
	}
	label.block, div > label, .fieldset-container-part-right-inner input.border, input.next.action-button, fieldset.fieldset-next input.next.action-button, input.previous.action-button-previous {
		font-size: 14px;
	}
	h2.bg-prakriti {
		font-size: 14px;
		display: block;
		line-height: 20px;
	}
	h4.prakriti-air, h4.recomended-pro {
		font-size: 20px;
	}
	
	
	.why-dosa-quiz ul li div.dosa-quiz-lowerpart p:first-child {
		min-height: auto;
	}
	.box-product-outer:nth-child(2n + 1) {
		clear: both;
	}


	.vata-pitta-capha button {
		min-width: auto;
		margin: 0 2px;
	}

	.doshas-heading-img img {
		width: 55px;
	}
	.doshas-heading-img h3 {
		font-size: 15px;
		line-height: 20px;
	}
	
	.box-product {
    padding: 0px;
}
	
}

@media only screen and (max-width: 390px) {
	.vata-pitta-capha button {
		font-size: 14px;
	}
	.vata-pitta-capha button img {
		width: 32px;
	}
	section.footer-menu a {
		font-size: 11px;
	}
}