
@font-face { font-family: 'newutraFont'; src: url("../font/NeutraText-Book.otf"); }

:root{
	--gold: #d1ba71;
	--green-drk: #41632e;
	--dark: #111;
	--white: #fff;
	--light: #f2f2f2;
	--red: #ff0000;	
	--px16:16px;
	--px18:18px;
	--px20:20px;
	--px24:24px;
	--px32:32px;
	--px36:36px;
	--px42:42px;
	--px48:48px;	
}

body{font-family: 'newutraFont';}

.header-top{ padding-top: 5px; padding-bottom: 5px; background: #2a363f; min-height: 45px; }
.header-top .social-icon{ 
	display: inline-block;
  text-decoration: none;
  color: var(--white);
  background: #6a7379;
  font-size: 13px;
  width: 22px;
  height: 22px;
  text-align: center;
  vertical-align: middle;
  line-height: 22px;
  border-radius: 100%;
  margin-right: 3px;
}
.iti{
	width: 100% !important;
}
.contact-details i {
	color: var(--white);
  background: #6a7379;
  font-size: 13px;
  width: 22px;
  height: 22px;
  text-align: center;
  vertical-align: middle;
  line-height: 22px;
  border-radius: 100%;
}
.header-top .social-icon:hover { 
	transform: rotate(5deg);
	color: var(--red);
}
.left{
		float: left;
    width: 30%;
    padding: 7px 0px 12px 0px;
}
.right {
		float: right;
    padding: 7px 0px 12px 0px;
}
.fixed-top{
	top: 48px;
}
.newClass {
	top: 0px !important;
}
.header-top .contact-details{ 
	display: inline-block; 
	margin-right: 10px; 
	text-decoration: none; 
	color:var(--white); 
	font-size: 13px;
}
.header-top .contact-details:hover { 
	transform: rotate(1deg);
	color: var(--red);
}

.search-result {
	background: var(--white);
	display: none;
	color: var(--dark);
	border: 1px solid var(--dark);
	text-align: left;
	padding-left: 10px;
	padding: 10px;
	z-index: 999;
}

hr.new2 {
  border-bottom: 2px dashed red;
}
.search-result  a{
	text-decoration: none;
	font-size: 32px;
	font-weight: 700;
	color: var(--dark);
}
.signin-signup-btn, .signin-signup-btn-2 { 
	display: inline-block;
	color:var(--dark)!important; 
	border:1px solid var(--gold); 
	background: var(--gold); 
	border-radius:5px; 
	padding: 2px 12px 4px 12px !important;
	font-size: 13px; 
	text-decoration: none;
	margin-right: 10px;
}
.btn-red {
	background: var(--red);
	color: var(--white);
}
.btn-red:hover {
	background: var(--green-drk);
	color: var(--white);
}
.logo{
	float: left;
    width: 25%;
}
html body #logo img {
    max-height: 60px;
}
#logo{
	text-decoration: none;
	color: var(--dark);
}
#logo p {
	margin-bottom: 0px !important;
	font-style: italic;
	text-align: center;
}
.logo2{
	float: left;
}
.logo2 img {
	max-height: 65px;
}
.logo-name {
	width: 50%;
	margin-top: 7px;
	text-align: left;
	margin-left: 5px;
}
.logo-name h1{
	color: var(--green-drk);
	font-weight: 700;
}
.main-menu{
	float: right;
    width: 75%;
}
.text-left{
	text-align: left;
}
.ideal-weight-text {
	font-size: 18px;
    font-weight: 600;
}
.signin-signup-btn-2{ display: none;}
.signin-signup-btn:hover, .signin-signup-btn-2:hover{ background: var(--red); border-color:var(--red); color:var(--white)!important; }
.play-home-vdo{ margin-left: -15px; position: relative; }
.play-vdo-btn-wrap{ position: absolute; z-index: 1; top:0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }

.play-vdo-btn-wrap a{ position: relative;}
.play-vdo-btn-wrap a::after{ animation: pulsate 1s ease-out infinite; position: absolute; width:100%; height: 100%; top:0; left: 0; border-radius:100px; content: ''; background: #fff; z-index: -1;}

.vedique-logo{
	max-width:185px; margin-left: 100px;
}

@keyframes pulsate {
    0% {transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {transform: scale(1.3, 1.3); opacity: 0.0;}
}

@-webkit-keyframes pulsate {
    0% {transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {transform: scale(1.3, 1.3); opacity: 0.0;}
}

@-moz-keyframes pulsate {
    0% {transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {transform: scale(1.3, 1.3); opacity: 0.0;}
}

.priorty-heading{ font-size: 62px; color:#41632e; margin-top: 30px; font-weight: normal; }
.drshikha-heading{ font-size: 32px; color:#41632e; margin-top: 30px; font-weight: normal; }
.custm-navbar-bg{ background: #fff!important; }
.custm-navbar-bg .navbar-nav .nav-item{ 
	margin-right: 15px;
    background: #e63212;
    color: #fff;
    border-radius: 25px;
    padding: 0px;
}
.custm-navbar-bg .navbar-nav .nav-item:last-child{ 
	margin-right: 0px;
}
.text-end {
	float: right;
}
.custm-navbar-bg .navbar-nav .nav-link{ 
	color:#fff; 
	font-size: 14px;
	padding: 10px;
	font-weight: 700;
	text-transform: uppercase;
}
.custm-navbar-bg .navbar-nav .nav-link.active{ 
	color: var(--red);
}

.custm-navbar {
	padding-top: 5px;
	padding-bottom: 5px;
}

.custm-navbar .navbar-nav .nav-item{ 
	margin-right: 20px;
}
.custm-navbar-bg .navbar-nav .nav-item:last-child{ 
	margin-right: 0px;
}

.custm-navbar .navbar-nav .nav-link{ 
	color:#555; 
	font-size: var(--px16);
	font-weight: 700;
}
.custm-navbar .navbar-nav .nav-link.active{ 
	color:#fff;
	border-radius: 25px;
	animation: blink infinite 5s;
}
@keyframes blink {

  0% {background:var(--gold); border: 1px solid var(--gold); } 
  100%{ background:var(--green-drk); border: 1px solid var(--green-drk); }
}
.footer-address {
    color: var(--white);
}
.footer-address a{
    color: var(--white);
    text-decoration: none;
}

#question_1{
	display: block;
}
#question_2, #question_3, #question_4, #question_5, #question_6, #question_7, #question_8, #question_9, #question_10, #question_11{
	display: none;
}

/*
.main-content{
	margin-top: 205px;
}

.main-content{
    margin-top: 205px;
}
*/

/* Result Page Css */

.step-wiz-heading{ font-size: 42px;  color:#111;}
.step-wiz-final .step-wiz-heading{ display: flex; border-bottom: 1px solid #d1d2d3; padding-bottom: 10px; justify-content: space-between;}
.step-wiz-final .step-wiz-heading a{ font-size:18px; text-decoration: none; color:#0068a5; padding:15px 10px; border:1px solid #0068a5; border-radius:6px; }
.step-wiz-final .step-wiz-heading a:hover{ background: #0068a5; color:#fff;	}
.show-result{ display: flex; justify-content: space-around; }

.show-result > div{ min-width: 480px; max-width: 320px; text-align: center; padding:20px; border:1px solid #d1d2d3; border-radius: 10px; margin: 10px; }
.show-rslt-heading{ font-size: 34px; margin-top: 25px; margin-bottom: 20px; }
.show-result > div p{ font-size:18px; line-height: 26px; color:#555; }
.show-result > div img{ max-width: 100%; }

.personal-deatils { padding:20px; background: #f2f2f2; }
.personal-deatils p { text-align: left; }

.diet-plan-result { padding:20px; background: #f2f2f2; margin-top:50px;}
.diet-plan-result-heading{ text-align: left; font-size: 42px; }

.show-result-table table{ width:100%; text-align: left; margin-top: 40px;}
.show-result-table table thead{ font-size: 20px;}
.show-result-table table th{   padding:10px ; background: #fff; } 
.show-result-table table td{ border-top: 1px solid #d1d2d3; padding:10px ; background: #fff; } 
.show-result-table table tbody tr:last-child td a{ text-decoration: none; background: #f0852c; padding: 8px 25px; color:#fff; font-size: 18px; display: inline-block; margin: 10px 0; border-radius:4px; border:1px solid #f0852c;}
.show-result-table table tbody tr:last-child td a:hover{ background: #fff;  color:#f0852c;  border:1px solid #f0852c;}

.slct-form-control{ width:270px; height:45px; border:1px solid #d1d2d3; border-radius:6px; padding-left:5px; }
.result-container {
	width: 1040px;
    margin: auto;
    background: #fff;
    box-shadow: 0 0 16px #d1d2d3;
    padding: 30px;
    border-radius: 20px;
    margin-top: 100px;
}

/* End Result Page Css */
.success-msg { border:1px solid #008e41; color:#008e41; padding: 50px; padding-left:180px; margin-top:100px; margin-bottom: 100px;
  border-radius:6px; background:url("../img/success.gif") no-repeat 50px; background-size:auto;
}
.success-msg h1{ font-size:26px; }
.success-msg a { background:#008e41; color:#fff; padding:10px 25px; margin-top:30px; display:inline-block; text-decoration: none; }

.error-msg { border:1px solid #f0852c; color:#f0852c; padding: 50px; padding-left:180px; margin-top:100px; margin-bottom: 100px;
  border-radius:6px; background:#f1f1f1 url("../img/load.gif") no-repeat 50px; background-size:auto;
}
.processing{
	border:1px solid #008e41; padding: 50px; padding-left: 70px; margin-top:100px; margin-bottom: 100px; border-radius: 5px;
}
.error-msg h1{ font-size:26px; }
.error-msg a { background:#f0852c; color:#fff; padding:10px 25px; margin-top:30px; display:inline-block; text-decoration: none; }

.priorty-heading{ font-size: 62px; color:#ed2400; margin-top: 30px; font-weight: normal; }
.drshikha-content-heading{ font-size: 40px; color:#ed2400; margin-top: 30px; font-weight: normal; }
.header-logo{
    padding: 10px 0;
    background: var(--white);
}
.logo-text{
    margin-bottom: 0px !important;
    font-style: italic;
    font-size: 14px;
}

.detail-btn{ text-align: center; }
.diet-select { height: 51px; }
.show-detailed-report{ text-align: left; display: block; width:100%; background: #fff url("../img/btn-arrow-right.png") no-repeat 95% center; padding:10px 10px; border-radius: 8px; font-size: 20px; color:#111; text-decoration: none; box-shadow: 0 0 20px 5px rgba(0,0,0,0.1); transition: all 0.3s; border: 1px solid #d1ba71; }
.show-detailed-report:hover{ background-color: #d1ba71; border-color: #41632e; }
.start-consultation { text-align: left; display: block; width:75%; background: #fff url("../img/btn-arrow-right.png") no-repeat 95% center; margin-top: 80px; padding:15px 15px; border-radius: 8px; font-size: 24px; color:#111; text-decoration: none; box-shadow: 0 0 20px 5px rgba(0,0,0,0.1); transition: all 0.3s; border: 1px solid #d1ba71; }
.start-consultation:hover { background-color: #d1ba71; border-color: #41632e; }
.banner-vedique-btn{}
.banner-vedique-btn label{ text-align: left; display: block; width:75%; background: #fff url("../img/btn-arrow-right.png") no-repeat 95% center; margin-top: 25px; padding:15px 15px; border-radius: 8px; font-size: 24px; color:#111; text-decoration: none; box-shadow: 0 0 20px 5px rgba(0,0,0,0.1); transition: all 0.3s; border: 1px solid #d1ba71;}
.banner-vedique-btn label img{ margin-right: 10px;}  
.banner-vedique-btn label:hover{ background-color: #d1ba71; border-color: #41632e; }
.banner-vedique-btn label:checked{ background-color: var(--green-drk); border-color: #41632e; }

.text-right {
	float: right;
	text-align: right;
}


footer{ background: #343433; padding-top: 30px; }
.vedique-footer-heading{ font-size: 24px; color:#fff; margin-bottom: 20px; }
.vediq-ftr-link{ display: block; font-size: 16px; color:#fff; text-decoration: none; margin-bottom: 10px;}
.vediq-ftr-link:hover{ color:#fff; text-decoration: underline;}
.ftr-follow-links a{ margin-right: 15px; margin-bottom: 15px; display: inline-block; }
.ftr-follow-links a:hover{ opacity: 0.6; }

.ftr-bottom-line{ background: #424242; color:#fff; text-align: center; padding:15px 0; }

.cstm-btn-gender{ display: block; height: 150px; width: 150px; text-align: center; font-size: 20px; border:1px solid #f2f2f2; background: #f2f2f2; color:#111; line-height: 120px; border-radius: 500px; }
.cstm-btn-gender:hover{ background: #d1d2d3; color:#111; border-color:#d1d2d3; }
.btn-check:checked { background: var(--green-drk); }

.dynamic-inner-1{ text-align: center;}
.progress{border-radius: 50px;}
.progress-bar{ background:#41632e; }
.wizard-heading{ font-size: 32px; color:#111; margin-top: 15px; margin-bottom: 25px;}
.dynamic-inner-form-1 .form-control{ height: 50px;}
.cstm-btn-check{ display: block; min-height: 50px; line-height: 35px; font-size: 20px; border:1px solid #d1d2d3; color:#111; }
.cstm-btn-check:hover{ background: #d1d2d3; color:#111; border-color:#d1d2d3; }

.btn-check:checked+.cstm-btn-check:focus { color:#111; background:#e9ecef;  box-shadow:none; border-color:#d1d2d3;}
.btn-check:checked+.cstm-btn-check, .btn-check:checked+.vedique-btn-icon-1
{ color:#fff; background:var(--green-drk);  box-shadow:none; border-color:#666;}

.onoffswitch {
    position: relative; width: 70px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer; 
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 16px; color: white; text-align: left;
    box-sizing: border-box; border-radius: 50px;
}
.onoffswitch-inner:before {
    content: "CM";
    padding-left: 12px;
    background-color: #111111; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "Ft/In";
    padding-right: 12px;
    background-color: #555555; color: #FFFFFF;
    text-align: right;
}
.onoffswitch-inner.weight-inner:before { content: "KG"; }
.onoffswitch-inner.weight-inner:after {  content: "Lbs"; }
.onoffswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 40px; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner { margin-left: 0; }
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch { right: 0px; }
#feetinch{display: none;}
#exampleFormControlLBS{display: none;}

.vediq-next-btn button{ width:100%; height: 50px; background: #41632e; color: #fff; margin-top: 20px; font-size: 24px;}
.vediq-next-btn button:hover{ background: #111; color: #fff;}
.vediq-back-btn button{ width:100%; height: 50px; background: #fff; color: #111; border:1px solid #d1d2d3; margin-top: 20px; font-size: 24px;}
.vediq-back-btn button:hover{ background: #d1d2d3; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#cmincherror{display: none;}
.errorMsg{color: red; font-size: 12px; font-weight: 700; text-align: left; margin-top: 5px;}
/* Start Vedique Diet home page here */

.vediq-banner{}
.vediq-banner-1{ position: relative; }
.banner-btn { position: absolute;z-index: 1; top:120px; left: 120px; text-align: center;} 
.banner-btn img {width:250px; } 
.banner-btn a{ display: inline-block; padding: 10px 50px; background: var(--gold); color:var(--dark); text-decoration: none; font-size: 32px; border-radius: 50px; margin-top: 30px; border:1px solid var(--gold); transition: all 0.3s; }
.banner-btn a:hover{background: var(--green-drk); color:var(--gold);  }

.eat-vedique-way{ background: var(--gold); padding: 40px 0; text-align: center; font-size: var(--px20);}
h1{ font-size: 42px; color: var(--dark);}

.honor-card{ margin-bottom: 30px;}
.honor-caption{ font-size: var(--px32); margin-top: 15px; color:var(--green-drk);}
.analyse-health-btn{ font-size: var(--px32); background: var(--gold); color:var(--dark); display: inline-block; padding: 10px 50px; text-decoration: none; border-radius: 500px; transition: all 0.3s;}
.analyse-health-btn:hover{ background: var(--green-drk); color:var(--gold); }

.dna-vedique-diet{ background: var(--green-drk); padding: 40px 0; text-align: center; color:var(--gold);}
h2{ font-size: var(--px42); }
.dna-vedique-diet-subtext{ font-size: var(--px32); }
.dna-vedique-diet-subtext span{ padding:0 25px; }

.vedique-period{ background: url("../img/old-bg.jpg") no-repeat; background-size: cover; colr:var(--dark); padding: 40px 0;}
.vedique-period-heading{font-size: var(--px42); font-weight: bold;}
.vedique-period-subtext{font-size: var(--px20); text-align: justify;}

.vedique-principle{ background: var(--green-drk); color:var(--gold); padding: 40px 0; text-align: center; }
h3{ font-size: var(--px42); margin-bottom: 15px;}
.vedique-principle p{ font-size: var(--px20); text-align: center;}

.vedique-content-repeat{ display: flex; margin-bottom: 40px; }
.vedique-content-thumb{ min-width: 345px; }

.vedique-content-repeat:nth-child(odd) .vedique-content-thumb{margin-right: 20px;}
.vedique-content-repeat:nth-child(even) .vedique-content-thumb{margin-left: 20px;}


.vedique-content-text{ font-size: var(--px20); text-align: justify;}
.vedique-content-text a, .analyse-health-btn-sm{ display: inline-block; margin-top: 10px; background: #d1d2d3; color:var(--dark); padding:8px 15px; text-decoration: none; border-radius: 50px; transition: all 0.3s; }
.vedique-content-text a:hover{ background: var(--dark); color:var(--white);}
.analyse-health-btn-sm{ background: var(--gold)!important; color:var(--dark)!important; }
.analyse-health-btn-sm:hover{ background: var(--green-drk)!important; color:var(--gold)!important; }

footer{ background:#343433;}
footer .display-5{ color:#fff;}

.bottom-line{ text-align:center; background:#666767; color:#fff; line-height: 40px;}
footer .display-5{ font-size:20px;} 
.enquery { height:30px; width: 120px; position: fixed; text-align: center; color:#fff; top:320px; right:-46px; background:green; -webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -o-transform:rotate(-90deg); -ms-transform:rotate(-90deg); transform:rotate(-90deg); z-index: 99999; border-top-left-radius: 6px; border-top-right-radius: 6px;}
.join-btn{ background:#509da5; padding:10px 40px; margin-top:15px; font-size:18px; color:#fff; }
.btn{ -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s;}
.btn:hover{ -webkit-opacity: 0.7; -moz-opacity: 0.7; -ms-opacity: 0.7; -o-opacity: 0.7; opacity: 0.7;} 
.community-btn a{ display: block; text-align: center; background:#509da5; color:#fff; font-size:20px; padding:20px; margin-top:40px; }
 


.footer-cta-btns a:hover{ background-size: 120% 120%;}

.success-story-home{ padding:40px 0; background: var(--light); }
.success-story-home-heading{ font-size: var(--px42); color:var(--dark); text-align: center;}

.vedique-app-slider-home{ position: relative;}
.vedique-app-slider-home-content{ position: absolute; top:50px; left: 50px;  }
.vedique-app-slider-home-heading{ width: 400px; font-size: var(--px48); color:var(--dark); }
.vedique-app-slider-home-download{ font-size: var(--px24); color:var(--green-drk); font-weight: bold; margin-top: 30px; }
.vedique-app-slider-home-content p a:hover{ opacity: 0.6;}


#signinSignupModal .modal-header{ padding-bottom: 0; border-bottom: 0;}
#signinSignupModal .nav-pills .nav-link { color: var(--dark);}
#signinSignupModal .nav-pills .nav-link.active, .nav-pills .show>.nav-link { color: var(--white); background: var(--green-drk);}

.btn-login-otp{ background: var(--gold); color:var(--dark); border: 0; display: block; width:100%; text-align: center; padding: 10px; margin-bottom: 30px;}

.btn-login-email-pass{ background: var(--green-drk); color:var(--white); border: 0; display: block; width:100%; text-align: center; padding: 10px; margin-bottom: 30px;}

.sent-otp-text{ font-size: var(--px24); text-align: center; }
.sent-otp-text a{ color: var(--green-drk);   }
.sent-otp-text a:hover{ color: var(--dark);   }

.form-otp-group{ display: flex; justify-content: center; margin-top: 20px;}
.form-otp-group input{ width: 50px; height: 50px; margin: 5px; }
.form-control:focus, .form-check-input:focus, .form-check-input:focus{ border-color: var(--green-drk); box-shadow: 0 0 0 0.25rem rgb(65 99 46 / 25%)}
.form-check-input:checked{border-color: var(--green-drk); background: var(--green-drk);}
.not-received-code{ margin-top: 35px; font-size: var(--px20); color:var(--dark); text-align: center;}
.not-received-code a{ color:var(--green-drk);}
.remember-forgot{ display: flex; justify-content: space-between;}
.remember-forgot a{ color:var(--dark);}

#forgotLostPassword{ text-align: center;}
#forgotLostPassword p{ font-size: var(--px20); }

#loginOTPverify, #loginWithEmailPassword, #forgotLostPassword{ display: none; }
.submit-new-btn{ background: var(--gold); color:var(--green-drk); width: 100%; margin-bottom: 50px; }
.submit-new-btn:hover{ background: var(--green-drk); color:var(--gold); width: 100%; }


#carouselVediqueApp .carousel-control-prev,#carouselVediqueApp .carousel-control-next { height: 50px; top:45%;}


/* End Vedique Diet home page here */

@media only screen and (max-width: 1300px) {
	.custm-navbar-bg .navbar-nav .nav-item{ margin-right: 0;}
	.custm-navbar-bg .navbar-nav .nav-link{ font-size: var(--px14);}
	.vediq-banner-1 .banner-btn img{ width: 180px; }
	.banner-btn a{ font-size: var(--px24);}
}

@media only screen and (max-width: 1200px) { 
	.vedique-app-slider-home-heading{ font-size: var(--px42);}
	
}

@media only screen and (max-width: 1180px) { 
	.priorty-heading{ margin-top: 0; font-size: 52px;}
	.banner-vedique-btn a{ width: 100%; }	
	.footer-cta-btns a{ font-size: var(--px18);}
}
@media only screen and (max-width: 1024px) { 
	.vedique-content-text{ font-size: var(--px16);}
	.vediq-banner-1 .banner-btn img{ width: 100px; }
	.banner-btn a{ font-size: var(--px20); padding: 5px 20px; }
}

@media only screen and (max-width: 992px) { 
	.priorty-heading{ font-size: 36px;}
	.banner-vedique-btn a{ font-size: 20px; margin-top: 15px;}
	.banner-vedique-btn a img{ width: 30px;}
	.vedique-app-slider-home-heading{ width: 300px; font-size: var(--px32);}
	.vedique-app-slider-home-content p a img{ height: 40px;}
	.show-result{ flex-direction: column; align-content: center; align-items: center;}
}

@media only screen and (max-width: 767px) { 
    .navbar {
        --bs-navbar-padding-y: 0 !important;
    }
    .left{
    	display: none;
    }
    .right{
    	text-align: center !important;
    }
    .text-right {
    float: none !important;
    text-align: center !important;
}
	.signin-signup-btn-2{display: block;}
	.signin-signup-btn{ display: none!important;}
	.priorty-heading{ font-size: 42px; text-align: center; padding: 15px 0;}
	.banner-vedique-btn a{ font-size: 20px; margin-top: 10px; margin-bottom: 15px;}
	.banner-vedique-btn a img{ width: 30px;} 
	.vedique-content-repeat{ flex-direction: column; text-align: center; border:1px solid var(--gold); padding: 10px; border-radius: 10px;}
	.vedique-content-text{  text-align: center; }
	.vedique-content-repeat:nth-child(even) .vedique-content-text{ order: 1; }
	.vedique-content-repeat:nth-child(even) .vedique-content-thumb{ order: 0; margin-left: 0; } 
	.vedique-content-repeat:nth-child(odd) .vedique-content-thumb{ margin-right: 0;}
	.banner-btn{left: 0; top: 110px; width: 100%;}
	.eat-vedique-way{font-size: var(--px16);}
	.eat-vedique-way h1, .dna-vedique-diet h2, .vedique-period-heading, 
	.vedique-principle h3, .success-story-home-heading { font-size: var(--px32); }
	.analyse-health-btn{ font-size: var(--px20); }
	.dna-vedique-diet-subtext, .vedique-period-subtext, .vedique-principle p {font-size: var(--px18); }
	.vedique-app-slider-home{ background: #ae9788; text-align: center; padding-bottom: 10px;}
	.vedique-app-slider-home-heading{ width:100%; }
	.vedique-app-slider-home-download{ margin-top: 10px;}
	.vedique-app-slider-home-content{ position: static; }
	.result-container { width:90%; }
	.diet-select {margin-bottom: 20px;}
	.step-wiz-heading, .show-rslt-heading, .diet-plan-result-heading{ font-size: 32px; } .show-result-table table{ width:850px;} .show-result-table{ overflow-x: scroll;}
	.start-consultation { margin-bottom:20px; width:100%; }	
	
}

@media only screen and (max-width: 575px) {  

	.navbar-brand img{ height: 35px;}
	.vedique-content-thumb{ min-width:100%;}
	footer{ text-align: center;}
	.container-fluid.header-top .text-start a:nth-child(3){display: none;}
	.vediq-banner{ margin-top: 80px;}
	.banner-btn{ top:50px;}
	.navbar-nav{
		padding-left: 0px;
	}
	.nav-item a:nth-child(8) {
		display: none;
	}
	.show-result > div{ min-width:300px;}
	.step-wiz-gender div label { width:200px; height: 250px;}
}

@media only screen and (max-width: 430px) { 
	.vediq-banner{ margin-top: 110px!important;}
	.banner-btn{  top: 10px;  }
	.banner-btn a{ margin-top: 10px; font-size: var(--px16);}
	.step-wiz-gender { flex-direction: column; } .bmi-calculate > div{ min-width:250px; } .show-result > div{ min-width:300px;}
}


