* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 22px;
  background-color: #eee;
  overflow-x: hidden;
}
li,
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
h2 {
  font-size: 32px;
  margin-bottom: 10px;
  line-height: 32px;
}
.container {
  width: 1170px;
  margin: 0 auto;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
.logo_bg {
  width: 100%;
  display: flex;
  background: #fff;
  padding: 10px 0;
}
.old_logo {
  width: 50%;
  float: left;
}
.old_logo img {
  display: inline-block;
}
.logo {
  width: 50%;
  float: left;
  text-align: right;
  /* text-align: right; */
}
.logo img {
  display: inline-block;
}
.showcase {
  text-align: center;
}
.showcase li {
  position: relative;
}
.showcase li img {
  max-width: 100%;
  display: block;
}
.showcase li .offer {
  position: absolute;
  top: -68px;
  z-index: 9;
}
.showcase li .caption {
  position: absolute;
  width: 35%;
  left: 50px;
  bottom: 30px;
  text-align: left;
  color: #fff;
}
.showcase li .caption h2 {
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 10px;
}
.showcase li .caption span {
  font-size: 18px;
  line-height: 24px;
  background: #000;
  padding: 5px 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.showcase li .caption p {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.numbers {
  width: 100%;
  display: block;
  position: relative;
  background: #000;
  background: -moz-linear-gradient(left, #000 0, #c74a1b 64%, #fff 95%);
  background: -webkit-linear-gradient(left, #000 0, #c74a1b 64%, #fff 95%);
  background: linear-gradient(to right, #000 0, #c74a1b 64%, #fff 95%);
  padding: 20px 0;
}
.numbers ul {
  width: 70%;
  text-align: center;
}
.numbers li {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  font-weight: 500;
  padding: 0 15px;
  width: 18%;
  vertical-align: top;
}
.numbers li span {
  display: block;
  margin-bottom: 10px;
}
.numbers li span img {
  display: inline-block;
}
.numbers li b {
  font-weight: 700;
}
.numbers_2 {
  width: 100%;
  display: block;
  position: relative;
  background: #c74a1b;
  padding: 20px 0;
}
.numbers_2 ul {
  width: 100%;
  text-align: center;
}
.numbers_2 li {
  display: inline-block;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 15px;
}
.numbers_2 li span {
  display: block;
  font-size: 12px;
  font-weight: 500;
}
.appoint_form {
  width: 300px;
  background-color: #c74a1be3;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 20px;
  text-align: center;
  position: absolute;
  right: 20px;
  bottom: -20%;
  z-index: 2;
}
.appoint_form p {
  font-size: 11px;
}
.appoint_form p a {
  color: #fff;
  text-decoration: none;
}
.appoint_form p.cases {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}
.appoint_form h2 {
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 0;
}
.appoint_form h2.mbtm {
  margin-bottom: 10px;
}
.appoint_form input {
  height: calc(1.9rem + 2px);
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1;
  width: 90%;
  border-radius: 7px;
  border: none;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: -4px;
  margin-left: -1.25rem;
  width: 5% !important;
}
.form-check-label {
  margin-bottom: 0;
  display: inline-block;
  font-size: 11px;
}
.form-check-label a {
  text-decoration: underline;
  color: #000;
}
.appoint_form input[type="submit"] {
  width: 60%;
  margin: 0 auto;
  background: #000;
  color: #fff;
  cursor: pointer;
  border-radius: 15px;
  border-color: transparent;
}
.form-group {
  margin-bottom: 0.6rem;
}
.main_box {
  width: 750px;
  float: left;
  padding-left: 50px;
}
.why_sec {
  width: 100%;
  display: block;
  padding: 50px 0 40px 0;
}
.why_sec h2 {
  color: #000;
}
.why_sec p {
  font-size: 15px;
  line-height: 20px;
  color: #000000a6;
  margin-bottom: 10px;
}
.cmn_health {
  padding: 0;
}
.cmn_health h2 {
  color: #c74a1b;
}
.cmn_health p {
  font-size: 18px;
  line-height: 24px;
  color: #000000a6;
  margin-bottom: 10px;
}
.disease_sec {
  padding: 10px;
}
.disease_sec ul {
  display: flex;
}
.disease_sec li {
  background-color: #fff;
  padding: 20px 15px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin: 10px;
  flex-wrap: wrap;
  width: 150px;
  height: 100px;
  align-content: center;
  text-align: center;
  align-items: center;
  text-transform: uppercase;
}
.disease_sec li p {
  font-size: 14px;
  margin-top: 10px;
  color: #000;
  font-weight: 600;
}
.disease_sec li img {
  max-width: 100%;
  display: block;
}
.disease_health_sec {
  padding: 0;
  display: flex;
}
.disease_health_sec .rightdesc {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.rightdesc h2 {
  color: #c74a1b;
  position: relative;
}
.rightdesc h2 span {
  display: flex;
  background: #fff;
  width: 85px;
  height: 110px;
  text-align: center;
  line-height: 110px;
  border-radius: 10px;
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.09);
  flex-direction: column;
  justify-content: center;
  position: absolute;
  right: 0;
  top: -50px;
}
.rightdesc p {
  font-size: 15px;
  line-height: 20px;
  color: #000000a6;
  margin-bottom: 10px;
}
.rightdesc ul {
  margin: 0;
}
.rightdesc li {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  color: #000000a6;
  margin-bottom: 5px;
  background: #fff;
  padding: 5px 10px;
  cursor: pointer;
}
.rightdesc li:hover {
  background: #c74a1b;
  color: #fff;
}
.healing_journey {
  padding: 50px 0 20px 0;
}
.healing_journey h2 {
  color: #c74a1b;
}
.healing_journey h3 {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  padding: 20px 0 5px 0;
}
.healing_journey p {
  font-size: 15px;
  line-height: 20px;
  color: #000000a6;
  margin-bottom: 30px;
  padding-right: 20px;
}
.healing_journey table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}
.healing_journey th,
td {
  text-align: left;
  padding: 8px;
}
.healing_journey tr:nth-child(even) {
  background-color: #f2f2f2;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.col-4 {
  float: left;
  width: 33.33%;
  padding: 0;
}
.award {
  padding: 0;
}
.award h2 {
  color: #c74a1b;
  margin-bottom: 10px;
}
.award ul {
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
.award li {
  text-align: center;
  padding: 0 5px;
  width: 22%;
  float: left;
}
.award li img {
  max-width: 100%;
  height: auto;
}
.award li p {
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  padding-top: 10px;
}
.rt_box {
  width: 350px;
  float: left;
  padding-left: 10px;
}
.dr_chauhan {
  width: 330px;
  background-color: #c74a1b;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-top: 40px;
  padding: 0;
  position: relative;
  color: #fff;
}
.dr_chauhan_descrip {
  padding: 10px 20px;
}
.dr_chauhan_descrip p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
.dr_chauhan_descrip p a {
  font-size: 24px;
}
.dr_chauhan_descrip span {
  font-size: 18px;
  font-style: italic;
  text-align: right;
  float: right;
  padding: 10px 0 0 0;
}
.dr_chauhan_descrip span b {
  display: block;
  font-size: 11px;
  font-weight: 400;
}
.dr_chauhan_pic img {
  width: 100%;
}
.dr_quote {
  padding: 10px 20px;
}
.testi {
  width: 330px;
  background: #fff url(../img/test_bg.png) right top no-repeat;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  position: relative;
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
}
.testi_head {
  padding: 20px;
  text-align: right;
  padding-bottom: 0;
}
.testi_head h2 {
  font-size: 28px;
  margin-bottom: 5px;
  text-transform: uppercase;
  line-height: 32px;
  text-align: right;
}
.testi_head p {
  font-size: 18px;
}
.testi_pic {
  text-align: center;
  padding: 0 20px 0 20px;
  margin-top: -30px;
}
.testi_descrip {
  padding: 10px 20px;
  color: #000;
}
.testi_descrip p {
  font-size: 15px;
  text-align: left;
}
.testi_descrip p span {
  display: block;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 10px;
  font-size: 16px;
}
.testi_address {
  color: #000;
  position: relative;
  border-left: 5px solid #c74a1b;
  margin-left: 20px;
  padding-left: 10px;
}
.testi_address p {
  font-size: 16px;
  text-align: left;
}
.testi_address p span {
  display: block;
  color: #c74a1b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}
.footer {
  width: 100%;
  background-color: #000;
  padding: 15px 0;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}
.footer p {
  font-weight: 700;
}
.hidden_desktop {
  display: none !important;
}
@media all and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }
  .container {
    width: 100%;
  }
  .logo_bg {
    text-align: center;
  }
  .logo {
    padding: 0;
    text-align: center;
  }
  .logo img {
    display: inline-block;
  }
  .showcase li .offer {
    top: -45px;
  }
  .showcase li .offer img {
    width: 60%;
  }
  .showcase li .caption {
    width: 58%;
    left: 10px;
    bottom: 20px;
  }
  .showcase li .caption h2 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
    text-align: left;
  }
  .showcase li .caption p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .showcase li .caption span {
    font-size: 14px;
    line-height: 20px;
    padding: 0 5px;
  }
  .numbers {
    background: #000;
    background: -moz-linear-gradient(left, #000 0, #c74a1b 100%);
    background: -webkit-linear-gradient(left, #000 0, #c74a1b 100%);
    background: linear-gradient(to right, #000 0, #c74a1b 100%);
    padding-top: 10px;
  }
  .numbers ul {
    display: block;
    width: 100%;
  }
  .numbers li {
    font-size: 12px;
    width: 40%;
    padding-bottom: 20px;
  }
  .numbers_2 li {
    display: inline-block;
    padding: 15px 0;
    width: 49%;
  }
  .appoint_form {
    position: relative;
    right: 0;
    bottom: 0;
    margin: 0 auto;
  }
  .main_box {
    width: 90%;
    float: none;
    padding: 0 20px;
  }
  .why_sec p {
    text-align: center;
  }
  .rightdesc p {
    text-align: center;
  }
  .rightdesc h2 span {
    display: none;
  }
  .rightdesc ul {
    text-align: center;
  }
  .disease_sec ul {
    display: table;
    text-align: center;
  }
  .disease_sec li {
    display: inline-flex;
    width: 100px;
    height: 100px;
  }
  .cmn_health p {
    text-align: center;
  }
  .healing_journey p {
    text-align: center;
    padding: 0;
  }
  .healing_journey th,
  td {
    font-size: 13px;
  }
  .col-4 {
    float: none;
    width: 100%;
    text-align: center;
  }
  .col-4 img {
    display: inline-block;
  }
  .award ul {
    text-align: center;
  }
  .award li {
    padding: 0 5px;
    width: 44%;
    float: none;
    display: inline-block;
    margin-bottom: 20px;
  }
  .award li img {
    display: inline-block;
  }
  .rt_box {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .dr_chauhan {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
  .dr_chauhan_descrip p {
    font-size: 18px;
    line-height: 24px;
  }
  .dr_chauhan_descrip span {
    padding: 5px 0;
  }
  .dr_quote {
    padding: 10px 30px;
  }
  .testi {
    width: 100%;
  }
  .footer {
    margin-top: 10px;
  }
  .hidden_desktop {
    display: block !important;
  }
  .show_desktop {
    display: none !important;
  }
}
@media (max-width: 992px) and (min-width: 767px) {
  .container {
    width: 992px;
  }
}




/* Ghar Ghar page css start */
.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% 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.4rem;
  margin-bottom: 10px;
  font-weight:normal;
}

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

.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;
}
.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;
}

.free_consult {
  font-size: 28px;
  color: #c74a1a;
  text-transform: uppercase;
  padding: 0px 0px 0px 170px;
  /* padding: 10px 10px 10px 120px; */
  font-weight: bold;
  line-height: 30px;
}

/* 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;
  }
  .free_consult{
	  padding:0px;
  }
  
}

@media (min-width: 320px) and (max-width: 480px) {
	
  
	.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:13px;
		line-height:16px;
	}
	.thanks_text_ghar h2.discount_sec_ghar{
		font-size:16px;
		margin-top:10px;
		margin-bottom:10px;
	}
	.pay_btn_ghar{
		font-size:14px;
		padding:3px 10px 3px 10px;
	}	
  
	.ghar-logo{
		padding-left:50px;
	}
	
	.free_consult{
	  padding:0px;
	}
}






