* {
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #ffffff;
  padding: 10px;
}

.colum-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
}

.colum-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
}

.logo {
  text-align: right;
}

.logo img {
  display: inline-block;
}

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

.free_consult b {
  color: #000;
}

.free_consult span {
  font-size: 20px;
  color: #000;
}

.free_consult span sup {
  text-transform: lowercase;
}

.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: #ffffff;
}

.showcase li .caption h2 {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 10px;
}

.showcase li .caption p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}

.numbers {
  width: 100%;
  display: block;
  position: relative;
  background: #c74a1b;
  background: -moz-linear-gradient(
    left,
    #c74a1b 0,
    #c74a1b 51%,
    #fff 92%,
    #fff 100%
  );
  background: -webkit-linear-gradient(
    left,
    #c74a1b 0,
    #c74a1b 51%,
    #fff 92%,
    #fff 100%
  );
  background: linear-gradient(
    to right,
    #c74a1b 0,
    #c74a1b 51%,
    #fff 92%,
    #fff 100%
  );
  padding: 20px 0;
}

.numbers ul {
  width: 70%;
  text-align: center;
}

.numbers 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 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: 25%;
  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: 38px;
  text-transform: uppercase;
  line-height: 40px;
  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;
}

.appoint_form select {
height: calc(2.8rem + 2px);
padding: 0.5rem 0.75rem;
font-size: 0.9rem;
font-weight: 400;
line-height: 1;
width: 98%;
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:linear-gradient( to right, #4f171a 0, #5e1d04 51%, #6f0707 92%, #710303 100% );
  /* 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;
}

.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: 0px;
  top: -70px;
}

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

.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: 20px;
  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 0px 0px;
}

.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: 0px;
}

.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: 0px 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;
}

/* thanks button */

.thanks_btn {
  background: #000;
  color: #fff;
  cursor: pointer;
  border-radius: 25px;
  border-color: transparent;
  font-size: 20px;
  text-transform: uppercase;
  width: auto;
  display: inline-block;
  padding: 10px 0px;
}
/* thanks button */
/* thankyou page */
.thankyou_showcase {
  width: 100%;
  background: url(../img/thanks-you-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;
  line-height: normal;
}

.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 all and (max-width: 767px) {
  .colum-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .colum-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  h2 {
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }
  .container {
    width: 100%;
  }
  .logo_bg {
    text-align: center;
    flex-direction: column-reverse;
  }
  .logo {
    text-align: center;
  }
  .logo img {
    display: inline-block;
  }

  .free_consult {
    font-size: 20px;
    padding: 10px;
  }

  .free_consult span {
    display: block;
  }

  .free_consult b {
    display: none;
  }
  .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: 12px;
    line-height: 16px;
    margin-bottom: 5px;
  }
  .numbers {
    background: #c74a1a;
  }
  .numbers ul {
    display: none;
  }
  .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;
  }
  .healing_journey p {
    text-align: center;
    padding: 0px;
  }
  .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;
  }
  .thankyou_showcase {
    background-size: cover;
  }

  .thanks_container {
    height: auto;
  }

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

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

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

  .thanks_text h2.discount_sec {
    font-size: 1.3rem;
  }

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

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

/* 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) {
	
  
	.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:16px;
		margin-top:10px;
		margin-bottom:10px;
	}
	.pay_btn_ghar{
		font-size:14px;
		padding:3px 10px 3px 10px;
	}
  
	.ghar-logo{
		padding-left:50px;
	}
	.thanks_text_ghar h5{
	    font-size:12px;
		margin-top:0px;
		margin-bottom:5px;
	}
	
}
