@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/*For diabetes page*/
@import url('https://fonts.googleapis.com/css2?family=Hanuman:wght@100;300;400;700;900&display=swap');
body{
	font-family: 'Lato', sans-serif !important;
}
.rowbg1{
	/*background-image: url('../assets/images/image_1.png');*/
	background-image:  url("../assets/bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
}
p{
	font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
}
.bgh1{
	color: #c74a1b;
	font-size: 50px;
	font-weight: 800;
}
.bgh3{
	font-size: 32px;
}
.bgh{
	width: 100px;
	height: 5px;
	background-color: #c74a1b;
	float: left;
}
.form-control{
 background-color:#c09a91 !important;
 border:0px solid #ced4da !important;
 border-radius:.0rem !important;
 height:calc(1.4em + .75rem + 2px) !important;
 padding:.375rem .10rem !important;
}

.infobox{
	background-color: #f4f1ea;
	text-align: center;
	padding: 30px;
	margin: .5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 220px;
}
.infobox1{
	background-color: #f4f1ea;
	text-align: center;
	padding: 30px;
	margin: .5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 30%;
	min-height: 250px;
}
.infobox1:nth-child(2),
.infobox1:nth-child(4),
.infobox1:nth-child(6){
	background-color: #f1e0b7;
}
.infobox2{
	text-align: center;
	padding: 30px;
	margin: 0px;
	border-left: 2px solid gray;
	border-right: 2px solid gray;
}
.infobox3{
	background-color: #fff;
	text-align: center;
	padding: 50px 30px;
	margin: 0px;
}
.infoh{
	color: #000;
	font-size: 15px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 400;
}
.infoh1{
	font-weight: 400;
	font-size: 22px;
}
.inforow{
	margin-top: -70px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.story{
	margin-top: 8%;
	margin-bottom: 8%;
	text-align: center;
}
.story h1{
	margin-bottom: 2rem;
}
.story1{
	margin-top: 8%;
	margin-bottom: 8%;	
}
.about{
	padding-top: 5%;
	padding-bottom: 5%;
	text-align: center;
	background-color: #f4f1ea;
}
.form{
	padding-top: 5%;
	padding-bottom: 5%;
	text-align: center;
	background-color: #c74a1a;
}
.bottomgray{
	padding-top: 20px;
	padding-bottom:  20px;
	background-color: #f6f6f6;
}
.imgabout{
	margin-top: 5%;
}
.brand{
	color: #c74a1b;
	word-break: break-word;
}
.infoimg{
	max-width: 80px;
}
.why{
	margin-top: 60px;
	margin-bottom:  60px;
}
.btnform{
	padding: 10px 25px;
	border-radius: 30px;
	border: 1px solid #fff;
	color: #c74a1a;
	background-color: #fff;
}
@media only screen and (max-width: 600px){
	.imgcol{
		margin-top: 30px;
	}
	.infobox2{
		border:none;
	}
	.infobox3{
		margin-top: 20px;
		padding: 80px 20px;
	}
	.why{
		margin-top: 20px;
		margin-bottom:  20px;
	}
	.form-control{
		margin-bottom:  5px!important;
	}
	.story1 h1{
		font-size: 22px;
	}
	.inforow{
		margin-top: 0px;
		flex-wrap: wrap;
	}
	.rowbg1{
		height: 185px;   
	}
	.infobox{
		width: 50%;
		margin: 0px;
		flex: none;
		padding: 30px 15px;
		min-height: 180px;
	}
	.infobox:nth-child(2),
	.infobox:nth-child(3){
		background-color: #f1e0b7;
	}
	.infobox1 {
    padding: 15px 10px;
    width: 48%;
    min-height: 175px;
    margin: 0px;
 }
	.infoh1 {
    font-weight: 400;
    font-size: 16px;
	}
	.infobox1:nth-child(2),
	.infobox1:nth-child(3),
	.infobox1:nth-child(6){
		background-color: #f1e0b7;
	}
	.infobox1:nth-child(4){
		background-color: #f4f1ea;
	}
}


/*Doctor Page Css*/

.brown{
	color: #c74a1b;
}
.doctor-banner{	
	background-image:  url("../assets/doctor-banner.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 497px;
}
.partap-divider{
	height: 5px;
	width: 200px;
	background-color: #beb4b3;
}
.partap-img{

}
.partap-img img:last-child{
	display: none;
}
.partap-about{

}
.partap-about h3{
	
}
.partap-about h5{	
	font-weight: 600;
}
.partap-about .red-divider{	
	height: 5px;	
	width: 80px;	
	background-color: #c84a1a;	
	margin: .5rem 0px;
}
.partap-about small{

}
.partap-about ol{
	margin-left: 0;
	padding-left: 15px;
}
.partap-about li{	
	margin-bottom: .5rem;	
	font-weight: 600;
}
.doctors-sec{
	background-color: #fbf9f5;
	padding: 50px 0px;
}
.slctstate {
  background: #fff;
  margin-bottom: 80px;
  padding: 14px 14px;
  border-radius: 50px;
  box-shadow: 10px 10px 20px rgb(0 0 0 / 6%);
  margin-top: 30px;
}
.slctstate .selctbx {
  position: relative;
  width: 38.8%;
  display: inline-block;
}
.slctstate select {
  padding: 20px 20px;
  width: 100%;
  background: #e6e6e6;
  border-radius: 30px;
  border: 0;
  margin-right: 3px;
  outline: 0;
  -webkit-appearance: none;
}
.selctbx::after {
  content: "";
  background: url(../assets/chev-down.png) no-repeat;
  position: absolute;
  right: 30px;
  width: 10px;
  height: 7px;
  top: 25px;
  opacity: 1;
  z-index: 99;
}
.slctstate .know-btn.orange {
  display: inline-block;
  padding: 0;
  margin-left: 2.5%;
}
.know-btn.orange a {  
  background: #c74a1b;
  color: #fff;
  padding: 16px 50px;
  text-transform: uppercase;
  border-radius: 30px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
  transition: .2s;  
  font-size: 15px;
  width: auto;
}
.know-btn.orange a:hover {  
  background: #723421;
}
.dr-profile{
	background-color: #f4f1ea;
	margin-bottom: 2rem;
	min-height: 768px;
}
.profile-header{
	background-color: #c84a1a;
	text-align: center;
	color: #fff;
	padding: 1rem 0px;
}
.profile-header .hod{
	font-weight: 500;
	font-size: 1.2rem;
	line-height: inherit;
	margin-bottom: .5rem;
	margin: 0;
}
.profile-header .profile-divider{
	height: 3px;
	background-color: #fff;
	width: 100px;
	margin: .5rem auto;
}
.profile-header .designation{
	margin-bottom: 0px;
	text-transform: uppercase;
	font-size: .9rem;
}
.dr-img{
	width: 100%;
	height: 220px;
}
.dr-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.profile-content{
	background-color: #f4f1ea;
	padding: 1rem;
}
.profile-content .dr-name{	
	font-weight: 600;	
	color: #c84a1a;
}
.profile-content .dr-qualification{	
	margin-bottom: 0px;	
	font-weight: 400;
}
.profile-content .dr-specility{	
	margin: 0px;	
	font-weight: 400;
}
.profile-content .dr-experience{	
	font-weight: 400;
}
.profile-content .dr-bio{	
	font-weight: 400;	
	font-size: .9rem;
}


@media only screen and (max-width: 500px){
	.doctor-banner{
		height: 150px;
	}
	.partap-sec-des h3{
		font-size: 1.3rem;
	}
	.dr-profile{
		min-height: 700px;
	}
	.slctstate{
		background-color: inherit;
		box-shadow: none;
	}
	.slctstate .selctbx{
		width: 100%;
		margin-bottom: .75rem;
	}
	.slctstate select{
		padding: 15px 15px;
	}
	.slctstate .know-btn.orange{
		display: block;
		margin-top: 1rem;
	}
	.know-btn.orange a{
		display: block;
		text-align: center;
	}
	.advantage-list{

	}
	.advantage-list li .li-innr{
		min-height: 150px !important;
	}
	.advantage-list li:nth-child(2) .li-innr,
	.advantage-list li:nth-child(3) .li-innr{
		background-color: #f1e0b7;
	}
	.advantage-list li .li-innr .icon{		
		min-height: 25% !important;
	}
	.partap-img {
		text-align: center;
	}
	.partap-img img:first-child{
		display: none;
	}
	.partap-img img:last-child{
		display: block;
		margin: auto;
	}
}


/*TV Page Css*/
.tv-banner{
	background-image: url(../assets/tv-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 421px;
}
.banner-txt{
	min-height: 421px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.banner-txt h3{
	color: #fff;
	font-size: 2.8rem;
	margin: 1rem 0rem;
}
.banner-txt a{
	display: inline-block;
	color: #fff;
	border: 2px solid #fff;
	padding: .5rem 1rem;
	font-size: 1.3rem;
}
.banner-txt a:hover{
	color: #fff;
}
.show-des{
	text-align: center;
	margin: 50px auto;
}
.show-des h3{
	font-size: 2rem;
}
.show-des p{
	
}
.tvshows-box{

}
.tv-tabs{
	border-bottom: 1px solid #000 !important;
	border-top: 1px solid #000;
  justify-content: space-between;
}
.tv-tabs .nav-item{
	margin-bottom: 0px !important;
	width: 25%;
}
.tv-tabs .nav-link{
	background-color: #efebe3;
	border-radius: 0rem !important;
	color: #000;
	text-transform: uppercase;
	font-size: .8rem;
	font-weight: 600;
	border-left: 1px solid #000!important;
	border-right: 1px solid #000 !important;
}
.tv-tabs .nav-item.show .nav-link, 
.tv-tabs .nav-link.active{
	background-color: #c74a1b !important;
	color: #fff !important;
	border-color: transparent !important;
}
.tv-table{

}
.tv-table tr{
	border-bottom: 1px solid #000;
	white-space: nowrap;
}
.tv-table td{
	border-top: transparent !important;
}
.tv-table td img{
	width: 80px;
}
.tv-table td h6{
	font-size: .9rem;
	text-transform: uppercase;
	font-weight: 600;
}
.tv-table td h6 small{
	color: #c74a1b;
}
.youtube{
	background-image: url(../assets/youtubebanner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 50px auto;
}
.youtube-img{

text-align: center;
}
.youtube-img img{
	width: 80%;
	margin: 0 auto;
}
.youtube-text{

}
.youtube-text h5{
	color: #fff;
}
.youtube-playlist{

}
.playlist-title{
	font-weight: 600;
	margin: 1rem 0rem;
	font-size: 1.3rem;
}
.playlist-box{

margin-bottom: 1rem;
}
.vdo-box{
	width: 100%;
	height: 150px;
	object-fit: cover;
}
.vdo-title{
	font-size: 1rem;
	font-weight: 600;
	max-height: 45px;
}
.vdo-title a{
	color: inherit;
}
.author-chanel{	
	font-weight: 500;	
	margin: 10px 0px;
}
.border-bottom{
	border-bottom: 2px solid #fdfdfd;
}


@media only screen and (max-width: 500px){
	.tv-banner{
		height: 200px;
	}
	.banner-txt{
		min-height: 200px;
	}
	.banner-txt h3{
		font-size: 1rem;
	}
	.banner-txt a{
		font-size: .5rem;
		padding: .5rem;
	}
	.youtube-text h5 {    
    font-size: 1rem;
    text-align: center;
	}
	.youtube-img img {
    width: 80%;    
	}
	.tv-tabs .nav-item {    
    width: 50%;
	}
	.tv-tabs .nav-link{
		border-bottom: 1px solid #000 !important;
	}
}

/*Panchkarma page css start*/
.new-header{
	width: 100%;
	padding: 0px 50px;
	text-align: left;
	background-color: #c74a1a;
}
.panchkarma-banner{
	background-image: url('../assets/panchkarma-banner.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 90vh;
	display: flex;
	align-items: center;
}
.banner-left-text{
	text-align: right;
	margin-top: 70px;
}
.highlight-text{
	color: #fff;
	font-size: 1.3rem;
	letter-spacing: .5px;
}
.gradient-text{
	position: relative;
	margin-top: -40px;
}
.gradient-text img{
	max-width: 60%;
	display: block;
	margin-left: auto;
	margin-right: 0;
}
.banner-book-now{
	text-decoration: none !important;
	background-color: #db6d11;
	color: #fff !important;
	padding: 5px;
	border-radius: 3px;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	bottom: -20px;
}
.banner-form{
	background-color: #60280d;
	border-radius: 5px;
	position: relative;
	margin: 0 auto;
	width: 320px;
	padding: 10px 20px;
}
.banner-form:before{
	content: '';
	position: absolute;
	top: -4px;
	left: calc(50% - 50px);
	width: 100px;
	height: 8px;
	background-color: #bb542b;
	border-radius: 4px;
}
.form-title{
	text-align: center;
	color: rgba(255, 255, 255, 0.9);
	border-bottom: 1px solid rgba(255 255 255 / 90%);
	text-transform: uppercase;
	font-weight: 800;
}
.banner-form label{
	color: rgba(255, 255, 255, 0.8);
}
.banner-form input[type="text"],
.banner-form input[type="email"]{
	width: 100%;
	background-color: #7f5a4c;
	border: none;
	outline: none;
	padding: 5px;
}
.banner-form input[type="submit"]{
	color: rgba(255, 255, 255, 0.8);
  background-color: #140702;
  padding: 5px 30px;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  border: none;
  outline: none;
}
.about-panchkarma{
  margin-top: 100px;
}
.about-panchkarma .container{
	background-color: #f2eeea;
	border-radius: 50px;
	padding-bottom: 250px;
}
.about-panchkarma-text{
	padding: 100px;
}
.about-panchkarma-text h2{
	text-transform: uppercase;
	font-weight: 800;
	font-size: 3rem;
}
.about-panchkarma-text p{
	font-weight: 500;
	font-size: 20px;
	color: #270e0a;
}
.about-panchkarma-img{
	padding: 50px 100px 50px 0px;
}
.about-panchkarma-img img{
	
}
.therapies-outer{
	margin: 0px 150px;
	margin-top: -250px;
	margin-bottom: 80px;
}
.therapies-banner{
	width: 100%;
	height: 500px;
	background-image: url('../assets/therepies-banner.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 80px;
}
.therapies-box{
	width: 100%;
	text-align: center;
	background-color: #fff;
	padding-bottom: 10px;
	min-height: 420px;
	margin-bottom: 2rem;
}
.therapies-img{
	width: 100%;
	height: 280px;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
}
.therapies-img img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.therapies-title{
	color: #270e0a;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1;
	font-size: 22px;
	font-family: 'Roboto Slab', serif;
	margin-top: 1.5rem;
}
.therapies-des{
	color: #270e0a;
	font-weight: 600;
	width: 100%;
	margin: auto;
}
.diesease-outer{
	margin: 100px;
}
.diesease-content{
	text-align: center;
	color: #fff;
}
.diesease-content h3{

}
.diesease-content p{
	font-size: 16px;
	font-weight: 500;
	width: 80%;
	margin: 0 auto;
}
.diesease-bx-wrapper{
	display: flex;
	justify-content: space-evenly;
	width: 80%;
	margin: auto;
	flex-wrap: wrap;
	margin-top: 50px;
}
.diesease-bx{
	background-color: #dc6d13;
	text-align: center;
	width: 180px;
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 2rem 1rem 0rem;
}
.diesease-bx img{
	margin-bottom: 1rem;
}
.diesease-name{
	text-transform: uppercase;
	color: #270e0a;
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 0px;
}
.panch-testimonial{
	background-color: #fff;
	margin: 100px 150px;
	background-color: #f4f1ea;
	position: relative;
	overflow: hidden;
}
.panch-testimonial:after{
	content: '';
  position: absolute;
  top: -30px;
  right: -5px;
  height: 180px;
  width: 145px;
  background-image: url(../assets/test-shape.png);
  background-size: cover;
}
.panch-testimonial:before{
	content: '';
	position: absolute;
	bottom: -30px;
	left: -5px;
	height: 180px;
	width: 145px;
	background-image: url(../assets/test-shape.png);
	background-size: cover;
	transform: rotateZ(180deg);
}
.test-slide{
}
.test-slide-img{

width: 100%;

height: 300px;
}
.test-slide-img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.test-slide-text{
	text-align: left;
}
.test-slide-text h5{padding-left: 45px;font-weight: 800;text-transform: capitalize;}
.test-slide-text p{
	font-size: .8rem;
	font-weight: 800;
	color: #d66a10;
	text-transform: uppercase;
	position: relative;
	padding-top: 20px;
	padding-left: 45px;
	text-align: left;
	padding-right: 20px;
}
.test-slide-text p:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background-image: url('../assets/right-quotation-mark.png');
	background-size: cover;
}
.test-slide-text span{
	text-align: right;
	display: block;
	text-transform: uppercase;
	font-weight: 800;
	padding-right: 20px;
}
.slick-prev{
	top: 50%;
	left: 0;
}
.slick-next{
	top: 50%;
	right: 0;
}
.new-footer{
	background-color: #000;
	text-align: center;
	padding: 20px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
/*Media Query*/
@media screen and (min-width: 1200px) and (max-width: 1366px){
	.about-panchkarma-text h2{
		font-size: 2.5rem;
	}
	.about-panchkarma-text p{
		font-size: 18px;
	}
	.therapies-banner{
		height: 450px;
	}
	.diesease-bx-wrapper{
		width: 90%;
	}
}
@media screen and (max-width: 991px){
	.gradient-text img{
		max-width: 100%;
	}
	.about-panchkarma-text{
		padding: 50px;
	}
	.about-panchkarma-text h2{
		font-size: 2.5rem;
	}
	.about-panchkarma-text p{
    font-weight: 600;
    font-size: 16px;
	}
	.about-panchkarma .container{    
    padding-bottom: 200px;
	}
	.about-panchkarma-img{
		padding: 50px 50px 50px 0px;
	}
	.therapies-banner{
		height: 300px;
	}
	.therapies-outer {  
		margin: 0px 80px;  
    margin-top: -200px;    
	}
	.diesease-outer {
    margin: 80px;
	}
	.diesease-content p{
		width: 100%;
	}
	.diesease-bx-wrapper{
		width: 100%;
	}
	.panch-testimonial{
		margin: 80px;
	}
}
@media screen and (max-width: 767px){
	.banner-form{
		margin: 50px auto;
	}
	.about-panchkarma-img{
		padding: 50px;		
	}
	.about-panchkarma-img img{
		height: 300px;
		margin: 0 auto;
		display: block;
	}
	.therapies-banner {
    height: 200px;
	}
	.diesease-outer{
		margin: 50px;
	}
	.panch-testimonial{		
		margin: 0px 20px 50px;
	}
	.test-slide-text p {
    font-size: 15px;
    padding-left: 0px;
    text-align: center;
    padding: 0px;
    font-size: .7rem;
 }
	.test-slide-text p:before{
		display: none;
	}
	.test-slide-text span{
		text-align: center;
		padding-right: 0px;
	}
	.test-slide-img{
		width: 100%;
		height: 250px;
	}
	.test-slide-text {
    margin-top: 30px;
    text-align: center;
	}
	.test-slide-text h5{
		padding-left: 0px;
		font-size: 1rem;
	}
	.test-slide{
		padding-bottom: 0px;
	}
	.slick-next, .slick-prev{
		width: 25px !important;
		height: 25px !important;
	}
	.slick-prev{
		left: 10px !important;
	}
	.slick-next{
		right: 10px !important;
	}
}
@media screen and (max-width: 420px){
	.new-header{		
		padding: 0px 20px;		
	}
	.banner-left-text{
		margin-bottom: 50px;
	}
	.banner-book-now {    
    position: absolute;
    right: 0;
    left: 0;
    bottom: -15px;
    width: 110px;
    margin: 0 auto;
	}
	.about-panchkarma {
    margin-top: 50px;
	}
	.about-panchkarma-text h2 {
    font-size: 2rem;
	}
	.about-panchkarma-text {
    padding: 30px 15px;
	}
	.about-panchkarma .container {
    padding-bottom: 0px;
	}
	.about-panchkarma-img {
    padding: 20px;
	}
	.therapies-outer {
    margin: 0px 15px;
    margin-top: 50px;
	}
	.therapies-box{
		min-height: 400px;
	}
	.therapies-title {    
    margin-top: 1.5rem;
	}
	.therapies-banner {
    height: 150px;
	}
	.diesease-outer {
    margin: 50px 15px;
	}
	.diesease-bx {
    width: 130px;
    height: 220px;
    margin: .5rem 0rem;
  }
  .diesease-name{
  	font-size: 14px;
  }
  .diesease-content p {
    font-size: 13px;
 }
	.diesease-bx-wrapper {    
    justify-content: space-around;
	}	
	.panch-testimonial:after{
		display: none;
	}
}

/*Migraine Page css*/
.migraine-banner{
	height: 660px;
	display: flex;
	width: 100%;
}
.migraine-banner-left{
	width: 65%;
	height: 100%;
	/*background-image: url('../assets/migraine-banner.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;*/
	position: relative;
}
.migraine-banner-left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.migraine-banner-text{
	position: absolute;
	width: 300px;
	font-weight: 800;
	font-size: 22px;
	text-align: center;
	top: calc(40% - 150px);
	left: 10%;
}
.text-box{
	background-color: #d33027;
	color: #fff;
	text-align: center;
	padding: 10px;
	border-radius: 10px;
	margin: 10px auto;
}
.text-box p{
	font-size: 20px;
	font-style: italic;
}
.text-box p b{
	font-size: 26px;
	font-weight: 800;
}
.mig-book-btn{
	font-weight: 800;
	font-size: 16px;
	display: inline-block;
	margin-top: 2rem;
	text-decoration: none !important;
	color: #d33027 !important;
}
.migraine-banner .banner-form{
	width: 35%;
	background-color: #ffffff;
	margin: 20px auto;
	padding: 0px;
}
.banner-form .migraine-form{
	width: 320px;
	margin: 0 auto;
	background-color: #746c5f;
	padding: 10px 20px 15px;
	border-radius: 10px;
}
.migraine-form input[type="text"],
.migraine-form input[type="email"] {
  width: 100%;
  background-color: #a49c8d;
  border: none;
  outline: none;
  padding: 5px;
}
.about-migraine .banner-form:before {
  content: '';
  position: absolute;
  top: -5px;
  left: calc(50% - 50px);
  width: 100px;
  height: 10px;
  background-color: #bb542b;
  border-radius: 10px;
}
.migraine-form input[type="submit"]{
	background-color: #d32f27;
}
.migraine-form .form-check-label{
	font-size: 12px;
}
.about-migraine{

}
.about-mig-heading{
	font-size: 2.5rem;
	color: #000;
	text-align: center;
	font-weight: 600;
	border-bottom: 1px solid #c6c1b4;
	padding: 1rem;
	margin: 1.5rem auto;
}
.about-mig-heading span{
	display: block;
}
.about-migraine-content{

}
.red-heading{
	font-size: 2rem;
	color: #d33027;
	font-weight: 700;
}
.about-migraine-content p{
	color: #000;
	font-weight: 400;
}
.ayurveda-edge{
	margin-top: 30px;
} 
.edge-box{
	margin: 1.5rem auto;
}
.edge-box img{
	width: 60px;
  height: auto;
}
.edge-box p{
	font-weight: 400;
}
.common-symptoms{
	margin-top: 30px;
}
.symptoms-bx{
	text-align: center;
	margin: 2rem auto;
}
.symptoms-img{

}
.symptoms-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.symptoms-bx p{
	font-weight: 600;
}
.self-test{

margin-top: 30px;
}
.self-test p{
	font-weight: 400;
	color: #000;
	font-size: 20px;
}
.self-test-box{
	background-color: #a9877e;
	border-radius: 15px;
	padding: 15px 30px;
}
.qstn-box{
	margin-bottom: 1.5rem;
}
.qstn-no{
	color: #fff !important;
}
.qstn-box .form-check-label{
	line-height: 30px;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
}
.qstn-box input[type="checkbox"]{
	height: 30px;
	width: 30px;
	vertical-align: bottom;
}
.test-submit{
	width: 100%;
	text-align: center;
}
.test-submit input[type="submit"]{
	background-color: #d33027;
	color: #fff;
	border-radius: 25px;
	padding: 5px 25px;
	font-weight: 600;
	border: none;
	outline: none;
}
.health-healing {
  background-color: #d4d2c9;
  padding: 50px 0px;
  margin: 50px auto;
}
.story-heading-box{

}
.story-heading-box h5{
	
}
.story-heading-box h6{
	font-weight: 800;
}
.story-heading-box p{	
	font-weight: 500;	
	font-size: 18px;	
	line-height: 1.2;
}
.story-img{

}
.story-img img{

}
.story-content{

}
.story-content h5{
	font-weight: 600;
	font-size: 1.5rem;
}
.story-content p{
	font-weight: 400;
}
.bottom-banner{
	width: 100%;
	height: 500px;
	position: relative;
}
.bottom-banner img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 991px){
	.migraine-banner-left{
		width: 100%;
	}
	.migraine-banner-text{
		left: 5%;
	}
	.mig-book-btn{
		color: #fff !important;
		background-color: #d33027;
		text-align: center;
		font-size: 1.5rem;
		border-radius: 15px;
		width: 75%;
		padding: 5px 5px;
		line-height: 1.2;
	}
	.about-mig-heading{
		font-size: 1.7rem;
	}
	.banner-form .migraine-form{
		width: 100%;
	}
	.about-migraine-content {
    text-align: center;
    margin-top: 30px;
 }
	.red-heading{
		text-align: center;
	}
	.edge-box {
    text-align: center;
    margin-bottom: 2rem;
	}
	.edge-right-img{
		display: none;
	}
	.self-test p{
		text-align: center;
	}
	.qstn-no {
    color: #fff !important;
    text-align: left !important;
	}
	.story-heading-box {
    text-align: center;
	}
	.bottom-banner {    
    height: 305px;    
	}
}
@media screen and (max-width: 767px){
	.bottom-banner {
    height: 230px;
	}
	.story-content {
		
	}

}
@media screen and (max-width: 575px){
	.migraine-banner{
		height: 400px;
	}	
	.migraine-banner-text{
    left: 2%;
    top: 3%;
    width: 180px;
    font-size: .8rem;
 }
	.migraine-banner-text span{
		font-style: italic;
	}
	.text-box{
		padding: 5px;
	}
	.text-box p{
		font-size: 12px;
		margin-bottom: 0px;
	}
	.mig-book-btn {
    border-radius: 8px;
    width: 90%;
    padding: 5px 5px;
    line-height: 1.2;
    margin-top: 1rem;
    font-size: .8rem;
 }
	.bottom-banner {
    height: 150px;
	}
	.about-mig-heading{
		font-size: 1.2rem;
		margin: 0 auto;
	}
	.about-migraine-content p {
    font-size: 14px;
    margin-bottom: 0px;
 }
	.about-migraine .banner-form{
		margin: 20px auto;
		padding: 0px;
	}
	.red-heading {   
    font-size: 1.5rem;
    font-weight: 800;
	}
	.ayurveda-edge h4{
		margin-bottom: 1.5rem;
	}
	.edge-box p {
    font-weight: 600;
    font-size: .7rem;
	}	
	.symptoms-bx {    
    margin: 1rem auto;
	}
	.self-test p {    
    font-size: 1rem;
	}
	.qstn-box .form-check-label {    
    font-size: 14px;    
	}
	.health-healing {    
    padding: 20px 0px;    
	}
	.story-img {
    height: 250px;
    width: 100%;
    margin-bottom: 1.5rem;
 }
	.story-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
	}
	.story-heading-box {    
    margin-bottom: 1.5rem;
	}
	.story-heading-box h6 {
    font-weight: 800;
    font-size: 1.1rem;
	}
	.story-heading-box p {    
    font-size: 16px;    
	}
	.story-content {
		text-align: center;	
	}
	.ayurveda-edge, 
	.common-symptoms,
	.self-test{
		margin-top: 30px;
	}
	.edge-box {    
    margin-bottom: 0rem;
	}	
}

/*Diabetes Page Css*/
.diabetes-header{
	background-color: #fff;
	padding: 10px 50px;
}
.diabetes-banner{
	height: 660px;
	display: flex;
	width: 100%;
}
.diabetes-banner-left{
	width: 65%;
	height: 100%;
	position: relative;
	background-color: #be4827;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	text-align: center;
	font-family: 'Hanuman', serif;
}
.diabetes-banner-text{

}
.diabetes-banner-text h1{
	font-weight: 900;
	font-size: 6rem;
	transform: rotateY(180deg);
	-webkit-box-reflect: below -70px linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.2));
}
.diabetes-banner-text p{
	color: #fff;
	font-size: 1.5rem;
}
.diabetes-banner-text h4{
	color: #fff;
	font-weight: 600;
}
.diabetes-text-box{
	border-top: 1px solid rgba(255,255,255,0.5);
	width: 80%;
	margin: 0 auto;
	margin-top: 3rem;
	padding: 2rem 0rem;
}
.diabetes-text-box p{
	color: #000;
	font-weight: 600;
}
.diabetes-text-box a{
	color: #fff !important;
	font-family: 'Lato';
	text-decoration: none !important;
	font-weight: 600;
	font-size: 1.2rem;
}
.banner-form.diabetes-form{
	background-color: #fff;
	border: 3px solid #be4827;
	padding: 15px 15px;
	height: fit-content;
}
.banner-form.diabetes-form h4{
	color: #010101;
}
.banner-form.diabetes-form input[type="text"],
.banner-form.diabetes-form input[type="email"]{
	background-color: #c09a91;
}
.banner-form.diabetes-form label {
  color: #010101;
}
.banner-form.diabetes-form .form-check-label {
  color: #010101;
  font-size: 12px;
}
.banner-form.diabetes-form input[type="submit"]{
	background-color: #be4827;
}
.about-dib-heading{
	font-family: roboto;
	font-size: 1.5rem;
	padding: 0 100px 1rem;
}


   /* thankyou page */
        .thankyou_showcase{
            width: 100%;
            background: url(../img/thankyou-banner-bg.jpg) center top no-repeat;
            background-size: cover;
            }
    
            .thanks_container{
            display: flex;
            align-items: center;
            height: 490px;
            }
    
            .thanks_text{
            width: 660px;
            padding-left: 80px;
            }
    
    
            .thanks_text h2{
            font-size: 34px;
            color: #c74a1b;
            }
    
            .thanks_text h2 strong{
            text-transform: uppercase;
            }
    
            .thanks_text h3{
            text-transform: uppercase;
            font-size: 1.6rem;
            margin-bottom: 10px;
            }
    
    
            .thanks_text h2.discount_sec{
            font-size: 3rem;
            font-weight: bold;
            color: #000000;
            text-transform: uppercase;
            }
    
    
            .thanks_text h4{
            font-size: 1.8rem;
            font-weight: bold;
            color: #000000;
            text-transform: uppercase;
            margin-bottom: 30px;
            }
    
    
            .thanks_text h4 .cut_off_text{
            background-color: #000000;
            color: #ffffff;
            text-decoration: line-through;
            padding: 2px 5px;
            margin-right: 5px;
            }
    
            .pay_btn{
            background-color: #c74a1b;
            color: #fff;
            font-size: 18px;
            padding: 10px 24px;
            text-decoration: none;
			cursor: pointer;
    border: none;
            }
    
            .pay_btn:hover{
            text-decoration: none;
            color: #fff;
            }
            /* thankyou page */









@media screen and (max-width: 991px){
	.diabetes-banner{
		display: block;
	}
	.diabetes-text-box a{
		display: inline-block;
		background-color: #fff;
		color: #000 !important;
		border-radius: 10px;
		width: 190px;
		padding: 5px 10px;
		font-weight: 900;
		/* margin-top: 1.5rem; */
	}
	.diabetes-banner-left{
		width: 100%;
	}
	.about-dib-heading{
		padding: 0 10px 1rem;
	}
}
@media screen and (max-width: 575px){
	.diabetes-banner-text h1{
		font-size: 3rem;
		-webkit-box-reflect: below -35px linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.2));
	}
	.diabetes-banner-text p{
		font-size: 1rem;
	}
	.diabetes-banner-text p {
    font-size: .8rem;
	}
	.diabetes-banner-text h4{
		font-size: 1rem;
	}
	.diabetes-banner{
		height: 500px;
	}
	.diabetes-text-box{
		width: 95%;
		margin-bottom: 0px;
		padding-bottom: 0;
	}
	.about-dib-heading{
		padding: 1rem 0rem;
    font-size: .9rem;
	}
}


/* Ghar Ghar page css start */
.logo_bg {
    width: 100%;
    background: #c74a1b;
}
.logo {
    padding: 10px 20px;
}
.thankyou_showcase_ghar {
  width: 100%;
  background: url(../img/ghar-banner-bg.jpg) center top no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 100%;
}

.thanks_container_ghar {
  display: flex;
  align-items: center;
  height: 490px;
}

.thanks_text_ghar {
  width: 530px;
  padding-left: 80px;
}

.thanks_text_ghar h2 {
  font-size: 26px;
  color: #c74a1b;
  line-height: normal;
  font-weight: normal;
}

.thanks_text_ghar h2 strong {
  text-transform: uppercase;
}

.thanks_text_ghar h3 {
    text-transform: uppercase;
    font-size: 1.0rem;
    margin-bottom: 10px;
    font-weight: normal;
}

.thanks_text_ghar h2.discount_sec_ghar {
  font-size: 2.5rem;
  font-weight: bold;
  color: #000000;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

.thanks_text_ghar h4 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 20px;
}

.thanks_text_ghar h4 .cut_off_text_ghar {
  background-color: #000000;
  color: #ffffff;
  text-decoration: line-through;
  padding: 2px 5px;
  margin-right: 5px;
}
.thanks_text_ghar h2 .cut_off_text {
    background-color: #000000;
    color: #ffffff;
    text-decoration: line-through;
    padding: 2px 5px;
    margin-right: 5px;
}
.thanks_text_ghar h5 {
    text-transform: none;
    font-size: 1.0rem;
    margin-bottom: 20px;
    font-weight: normal;
}
.pay_btn_ghar {
  background-color: #c74a1b;
  color: #fff;
  font-size: 18px;
  padding: 10px 24px;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

.pay_btn_ghar:hover {
  text-decoration: none;
  color: #fff;
}

.footer_ghar {
  width: 100%;
  background-color: #000;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  margin-top: 0px;
}

.footer_ghar p {
  font-size: 14px;
  font-weight: 500;
}

.consult-txt{
	font-size:30px;
	font-weight:bold;
	margin-top:20px;
	color:#fff;
}

/* Ghar Ghar page css end */

@media all and (max-width: 767px) {
  .thankyou_showcase_ghar {
    background-size: cover;
  }

  .thanks_container_ghar {
    height: auto;
  }

  .thanks_text_ghar {
    width: 70%;
    padding: 5px 0px 15px 15px;
  }

  .thanks_text_ghar h2 {
    font-size: 25px;
  }

  .thanks_text_ghar h3 {
    font-size: 1rem;
  }

  .thanks_text_ghar h2.discount_sec_ghar {
    font-size: 1.3rem;
  }

  .thanks_text_ghar h4 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
	.padrmve{
	  padding-left:0px;
	  padding-right:0px;
  }
  .thanks_text_ghar {
    width: 45%;
    padding: 10px 0px 10px 15px;
  }
  .thanks_text_ghar h2 {
    margin-top: 10px;
    font-size: 15px;
    text-align: left;
    margin-top: 5px;
  }
  .thanks_text_ghar h3 {
    font-size: 12px;
    line-height: 12px;
  }
  .thanks_text_ghar h2.discount_sec_ghar {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .pay_btn_ghar {
    font-size: 14px;
    padding: 3px 10px 3px 10px;
  }
	
	.consult-txt{
		font-size:20px;
		margin-top:0px;
	}
	.form-title{
		display:none;
	}
	.thanks_container{
		height:125px;
	}
	.thanks_text h2{
		font-size:20px;
	}
	.thanks_text{
		width:250px;
		padding-left:20px;
	}
	.thanks_text_ghar h5{
	    font-size:12px;
		margin-top:0px;
		margin-bottom:5px;
	}
}

@media screen and ( device-width: 1024px ) {
 .thanks_text_ghar {
   padding-left:40px;
  }
  .thanks_text_ghar h2{
	  font-size:20px;
  }
  .thanks_text_ghar h2.discount_sec_ghar{
	  font-size:2.2rem;
  }
  
}








