    * {
        margin: 0px;
        padding: 0px;
    }
    
    body {
        margin: 0px;
        padding: 0px;
        font-family: 'Fira Sans', sans-serif !important;
        font-size: 14px;
        background: #f5f1ee;
    }


   .container {
    background-color: #f5f1ee;
}
    
    ul,
    li {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }
    /* logo */
    
    .logo_bg {
        width: 100%;
        background: #c74a1b;
    }
    
    .logo {
        padding: 10px 20px;
    }
    /* logo */
    /* showcase */
    
    .showcase {
        position: relative;
        width: 100%;
    }
    
    .showcase li {
        position: relative;
    }
    
    .showcase li img {
        max-width: 100%;
    }
    
    .showcase li .caption {
        position: absolute;
        width: 75%;
        top: 2%;
        right: 10px;
        padding: 20px;
        text-align: right;
        z-index: 1;
    }
    
    .caption_content {
        width: 35%;
        text-align: left;
        float: left;
		margin-top: 24%;
    }

   a {
    color: #e5a289 !important;
    text-decoration: none !important;
    background-color: transparent;
}

  .booka{
	  font-size: 16px;
	   margin-left: 0%;
	  /*
      font-size: 20px;
       margin-left: 0%;
	   */
  }

   .caption_content h2 {
        font-size: 30px;
	    text-align: left;
        color: #000;
/*        font-weight: 600;*/
        padding-top: 0px;
        font-family: Myriad Pro !important;
    }
    
    .caption_content h1 {
        font-size: 44px;
        line-height: 50px;
        color: #000;
        font-weight: 600;
        padding-top: 70px;
    }
    
    .caption_content p {
    font-size: 24px;
    /*line-height: 57px;*/
/*    padding: 14px;*/
    text-align: center;
    color: #a64e2e;
    font-weight: bold;
    background: transparent;
	border-radius: 10px;
	    font-family: Myriad Pro !important;
    }

    .caption_content ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

  .caption_content li {
    font-size: 14px;
    line-height: 23px;
    color: #c74a1b;
    font-weight: 400;
    padding-bottom: 10px;
    width: 50%;
    }

  .caption_content li .icons {
    display: inline-block;
    background: #fff;
    height: 25px;
    line-height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 7px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.23);
    padding: 3px;
    }
    
    .caption_form {
        width: 45%;
        float: left;
    }
    /* showcase */
    /* appointment form */
    
    .appoint_form {
        width: 325px;
        background-color: #a64e2e;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        padding: 20px;
        text-align: center;
        float: right;
    }
    
    label {
    display: inline-block;
    margin-bottom: 0px !important;  
    }
    
    .appoint_form p a {
        color: #fff;
        text-decoration: none;
    }

   hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #9b9288 !important;
   }

   .form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #e5a289 !important;
    background-clip: padding-box;
    border: 1px solid #e5a289 !important;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

  .appoint_form input[type="submit"] {
    width: 60%;
    margin: 0 auto;
    background: #d32f27 !important;
    color: #fff;
    cursor: pointer;
    line-height: 5px;
    border-radius: 15px;
    border: none !important;
    border-color: transparent;
   }
    
    .appoint_form h2 {
        color: #ffffff;
		font-weight: 500;
        font-size: 25px;
        text-transform: uppercase;
    }
    
    .appoint_form input {
        height: calc(1.28rem + 2px);
		padding: 0.15rem 0.5rem;
        font-size: 13px;
        font-weight: 400;
        line-height: 1;
		color: #000;
    }
    
    .appoint_form .form-check-label {
        margin-bottom: 0;
        font-size: 10px;
        text-align: left;
    }
    
    .appoint_form input[type="checkbox"],
    input[type="radio"] {
        margin-top: -5px;
    }
    
    .appoint_form a {
        color: #000;
    }
    
    .appoint_form select {
		height: calc(1.28rem + 2px);
		/*height: calc(1.90rem + 3px);*/
		padding: 0.15rem 0.25rem;
		font-size: 13px;
        font-weight: 400;
        line-height: 1;
        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.60rem;
		text-align: left;
		color: #fff;
    }
    
    .hidden-desktop {
        display: none;
    }
    /* appointment form */
    /* spcl */
    
    .banner-pera {
        padding: 25px;
        text-align: left;
        width: 100%;
    }
    
    .spcl {
        padding: 30px 50px;
        text-align: center;
        width: 100%;
    }
    
    
    .container-fluid {
    max-width: 1920px;
}

    .spcl h5 {
        font-size: 20px;
    }
    
    .spcl p {
        font-size: 16px;
    }

    .spcl h2 {
        font-size: 36px;
        line-height: 50px;
        color: #d32f27;
        font-weight: 500;
        margin-bottom: 15px;
		text-align: left;
    }

    .spcl p {
        line-height: 28px;
		text-align: left;
    }
    
    .spcl ul {
        display: flex;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .spcl li {
        width: 134px;
        height: 134px;
        background: url(../img/spl_icon.png) left top no-repeat;
        text-align: center;
        margin: 10px;
        color: #000000;
        padding: 40px 10px;
    }
    
    .spcl li p {
        font-size: 18px;
    }
    /* spcl */
    /* concern */
    
    .health_concern {
        padding-bottom: 80px;
    }
    
    .commn_concern {
        width: 100%;
        background: #c74a1b;
        padding: 50px 30px;
    }
    
    .commn_concern h2 {
        color: #ffffff;
        font-size: 26px;
        margin-bottom: 20px;
    }
    
    .commn_concern h2 span {
        color: #f2eee8;
    }
    
    .commn_concern p {
        color: #ffffff;
        font-size: 16px;
        margin-bottom: 100px;
    }
    
    .commn_concern .buy_btn {
        background-color: #f2eee8;
        font-size: 28px;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        margin-bottom: 10px;
        text-align: center;
        padding: 15px 0px;
    }
    
    .commn_concern .buy_btn>a {
        color: #c74a1b;
        text-decoration: none;
    }
    /* disease icon  */
    
    .disease_sec {
        background: #f2eee8;
        padding: 20px;
    }
    
    .disease_sec ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    
    .disease_sec li {
        background-color: #ffffff;
        padding: 10px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        color: #c74a1b;
        margin: 10px;
        width: 22%;
        height: auto;
        text-align: center;
        text-transform: uppercase;
    }
    
    .disease_sec li p {
        font-size: 16px;
        margin-top: 10px;
        font-weight: 500;
    }
    
    .disease_sec li img {
        max-width: 100%;
    }
    /* disease icon  */
    /* concern */
    /* benefits */
    
    .benefits {
        width: 100%;
        display: block;
        padding-bottom: 60px;
    }
    
    .benefits h2 {
        font-size: 36px;
        line-height: 40px;
        color: #000000;
        font-weight: 500;
        margin-bottom: 40px;
        text-align: center;
    }
    
    .benefits img {
        max-width: 100%;
    }
    
    .benefit_card {
        margin-bottom: 30px;
    }
    
    .benefit_info {
        background-color: #f2eee8;
        min-height: 150px;
        padding: 20px;
    }
    
    .benefit_info h3 {
        font-size: 20px;
        color: #c74a1b;
        margin-bottom: 10px;
        letter-spacing: -0.02em;
    }
    
    .benefit_info p {
        font-size: 16px;
        line-height: 20px;
    }
    /* benefits */
    /* steps */
    
    .steps {
        text-align: center;
        padding-bottom: 80px;
    }
    
    .steps h2 {
        font-size: 36px;
        line-height: 40px;
        color: #000000;
        font-weight: 500;
        margin-bottom: 40px;
    }
    
    .step_1 {
        background-color: #c74a1b;
        text-align: center;
        padding: 30px 50px;
        min-height: 300px;
    }
    
    .step_1 h3 {
        font-size: 28px;
        color: #ffffff;
        padding-top: 10px;
    }
    
    .step_2 {
        background-color: #f2eee8;
    }
    
    .step_2 h3 {
        color: #c74a1b;
    }
    /* steps */
    /* edges */
    
    .edge {
        padding: 60px 50px;
            background-color: #fcf1d7;
    }

   .symp {
    /*padding-top: 0 !important;*/
    padding: 60px 50px;
    }

  .dr_des {
    width: 40%;
    text-align: left;
    float: left;
}  

   .dr_des h2 {
     font-size: 34px;
    color: #d32f27;
   }

  .dr_des h4 {
    font-size: 22px;
    color: #d32f27;
   }

  .dr_des p {
    font-size: 17px;
    color: #000;
  }

    .edge h2 {
        font-size: 36px;
        line-height: 40px;
        color: #d32f27;
        font-weight: 500;
        margin-bottom: 50px;
        text-align: left;
    }
    
    .edge h4 {
        font-size: 15px;
        color: #010101;
        font-weight: 500;
        margin-bottom: 40px;
        padding: 20px 50px 10px 0px;
    }
    
    .symp h4 {
        font-size: 12px;
        line-height: 29px;
        color: #010101;
        font-weight: 400;
        margin-bottom: 40px;
        padding: 10px 5px 10px 5px;
    }

    .symp h2 {
    font-size: 36px;
    line-height: 40px;
    color: #d32f27;
    font-weight: 500;
    margin-bottom: 50px;
    text-align: left;
}

    /* edges */
    /* doctor profile */
    
    .dr_bg {
        position: relative;
        padding-bottom: 80px;
    }
    
    .brown_bg {
        background: #debdab;
        padding: 50px 0px;
    }
    
    .dr_pic {
        position: absolute;
        bottom: -50px;
        left: 10%;
    }

    .testi_img {
    position: initial;
    bottom: -50px;
    left: 10%;
    }

    .testi_img img {
        max-width: 100%;
        display: block;
    }

   .testi_descrip {
    padding-right: 60px;
    color: #010101;
    text-align: justify;
}

	.testi_title h2{
      font-size: 34px;
      color: #d32f27;
	}

	.testi_title h5{
      font-size: 18px;
    font-weight: 700;
    line-height: 26px;
	}

	.testi_title p{
      font-size: 17px;
	}

	.testi_title{
		padding-left: 50px;
	}
    
    .dr_pic img {
        max-width: 100%;
        display: block;
    }
    
    .dr_descrip {
        padding-right: 80px;
        color: #010101;
    }
    
    .dr_descrip h3 {
        font-size: 28px;
    }
    
    .dr_descrip span {
        font-size: 18px;
        font-style: italic;
        margin-bottom: 30px;
        display: block;
    }
    /* doctor profile */
    /* testimonials */
    
    .testimonial {
        height: 360px;
        overflow: hidden;
    }
    
    .testimonials {
        padding-bottom: 0px;
    }
    
    .testimonials h2 {
        font-size: 36px;
        line-height: 40px;

        color: #000;
        font-weight: 500;
        margin-bottom: 40px;
        text-align: center;
    }
    
    .testi_desc {
        padding: 20px 0px 20px 80px;
    }
    
    .testi_desc h3 {
        font-size: 32px;
        line-height: 38px;
        color: #c74a1b;
    }
    
    .testi_desc p {
        font-size: 16px;
    }

    .testi_desc span {
        font-size: 16px;
        font-weight: 300;
        font-style: italic;
        color: #c74a1b;
    }
    /* testimonials */
    /* faq */
    
    .faqs {
        padding: 0px 0px 20px 0px;
    }
    
    .faq-sec {
        background-color: #f8f8f8;
        padding: 60px;
        padding-bottom: 20px;
    }
    
    .faq-sec h2 {
        font-size: 36px;
        line-height: 40px;
        color: #000;
        font-weight: 500;
        margin-bottom: 40px;
    }
    
    .faq-card {
        margin-bottom: 20px;
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 20px;
    }
    
    .faq-header a {
        text-decoration: none;
    }
    
    .faq-header a>h4 {
        color: #c74a1b;
        font-size: 18px;
    }
    
    .faq-header a>h4 span {
        text-align: right;
        float: right;
    }
    /* faq */
    /* 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 */

        /* footer */
        .footer{
            width: 100%;
            display: block;
            text-align: center;
            color: #ffffff;
            background-color: #000000;
            padding: 15px 0px;
            font-size: 16px;
        }

        /* footer */

        
        /* 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 */


  .showcase li .dr_disc1 {
    position: absolute;
    width: 96%;
    top: 20%;
    right: 10px;
    padding: 45px;
    text-align: right;
    z-index: 1;
}
.stillnotformsec {
    background: #b99f95;
    border-radius: 20px;
    padding: 25px 25px 15px;
}
.stillnotformsec h4 {
    margin: 0;
    padding: 0 0 5px 0;
    color: #fff;
}
.stillnotformsec .btn {
    background: #d32f27;
    color: #fff;
    padding: 5px 25px;
}
.stillnotformsec form {
    width: 100%;
}
.stillnotsec h2 {
    margin: 0;
}

.stillnotsec p {
    font-size: 024px;
    color: #070809;
    /*font-weight: 100;*/
    margin-top: 5px;
}

.stillnotformsec .formgroup {
    margin: 0 0 15px 0;
}

.stillnotformsec input[type="checkbox"],.stillnotformsec input[type="radio"]{
cursor: pointer;
-webkit-appearance: none;
appearance: none;
background: #fff;
border-radius: 1px;
box-sizing: border-box;
position: relative;
box-sizing: content-box ;
width: 30px;
height: 30px;
border-width: 0;
transition: all .3s linear;
}
.stillnotformsec input[type="checkbox"]:checked,.stillnotformsec input[type="radio"]:checked{
  background-color: #2ECC71;
}
.stillnotformsec input[type="checkbox"]:focus,.stillnotformsec input[type="radio"]:focus{
  outline: 0 none;
  box-shadow: none;
}
.options span span {
    font-size: 20px;
    color: #fff;
    position: relative;
    top: -7px;
    left: 10px;
}

.migrane.options > span {
    width: 30%;
    display: inline-block;
}
.symptoms.options > span {
    display: inline-block;
    width: 49.667%;
        line-height: 40px;
}  

  .sure h4{
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 20px;
  }
  
  .sure {
    padding-bottom: 80px;
}

.sure h2 {
    font-size: 36px;
    line-height: 40px;
    color: #d32f27;
    font-weight: 500;
    text-align: left;
}
@media all and (max-width:1024px) {
    .showcase li .caption {
        width: 100%;
        right: 0;
    }
    .caption_content {
        width: 45%;
        margin: 30px 0 0 0;
        position: relative;
        float: right;
    }
    .appoint_form {
        width: 100%;
    }
    .caption_form {
        width: 100%;
        margin: 25px 0 0 0;
    }
    .spcl {
        margin-top: 28%;
    }
}
@media all and (max-width:768px){

}
    /* mobile responsive */
    
    @media all and (max-width:767px) {
		
		
	.spcl h5 {
        font-size: 17px;
    }
    
    .spcl p {
        font-size: 14px;
    }	
		
		p{
			font-size: 14px !important;
		}
		
        
    .stillnotformsec input[type="checkbox"], .stillnotformsec input[type="radio"] {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border-radius: 1px;
    box-sizing: border-box;
    position: relative;
    box-sizing: content-box;
    width: 15px;
    height: 15px;
    border-width: 0;
    transition: all .3s linear;
}

   .sure h4 {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 10px;
}

   .options span span {
    font-size: 10px;
    color: #fff;
    position: relative;
    top: -7px;
    left: 10px;
}

 .sure h2 {
    text-align: center;
        font-size: 30px;
}

.sure p{
    text-align: center;
        font-size: 12px;
}


.sure {
    padding-bottom: 30px;
}


  .stillnotformsec {
    background: #b99f95;
    border-radius: 20px;
    padding: 15px 5px 15px;
}

    .symptoms.options > span {
    display: inline-block;
    width: 48%;
        line-height: 30px;
}

   
		
		.edge .col-sm-4 {
    width: 50%;
}
		
		.edge h4 {
    padding: 10px 20px;
    font-size: 10px;
    line-height: 14px;
}
	.symp .col-sm-2 {
    width: 50% !important;
   }
   
   .symp .col-sm-3 {
    width: 50% !important;
   }
   
   .dr_bg .col-sm-3{
       width: 100% !important;
   }
   
   .dr_bg .col-sm-9{
       width: 100% !important;
   }
   
   .dr_bg h3{
      text-align:center !important;
   }
   
   .dr_bg p{
       text-align:center !important;
   }
   
   .dr_bg img{
       width: 50% !important;
   }
		
		.symp h2 {
    font-size: 30px;
    text-align: center;
}
		
		.edge h2 {
    font-size: 30px;
    text-align: center;
}
		.spcl h1{
			    font-size: 18px;
		}
		
		.brown_bg .col-md-3 {
			width: 30%;
		}
		
		.brown_bg .col-md-9 {
			width: 70%;
		}
		
		.symp h4 {
    padding: 10px 20px;
    font-size: 10px;
    line-height: 14px;
}
		
		.testi_title{
		padding-left: 0px;
			text-align: center;
	}
		
		.testi_descrip {
    color: #010101;
    text-align: center;
    padding: 15px 8px;
}
		
		.testi_descrip h3 {
    font-size: 17px;
    text-align: left;
}
		
		.testi_descrip p {
    text-align: left;
    font-size: 10px;
}
		
		.testi_title h5 {
			font-size: 12px;
			font-weight: 700;
			line-height: 5px;
		}
		
		.testi_title p {
    font-size: 10px;
}
		
		.testi_title h2 {
    font-size: 24px;
    color: #d32f27;
}
		
        .logo {
            text-align: center;
        }
        .hidden-desktop {
            display: block;
        }
        .hidden-m{
            display: none;
        }
        .appoint_form {
            width: 100%;
            margin: 0 auto;
            position: relative;
            right: 0;
            left: 0;
            bottom: 10px;
        }
        .showcase li .caption {
            width: 100%;
            padding: 5px;
            top: 5%;
			left: 3px;
        }
		
		.caption_content h2 {
			font-size: 14px;
			padding-top: 8px;
			font-family: Myriad Pro !important;
		}
		
		.caption_content p {
    font-size: 8px;
}
		
		 .booka {
    color: #fff !important;
    text-decoration: none !important;
    background-color: transparent;
    font-size: 10px;
    background: transparent;
    padding: 8px;
    border-radius: 5px;
    margin-left: 0%;
    display: block;
}
		
	.booka strong { 
	    font-size:16px;
	}
		
		
	.showcase li .dr_disc1 {
    width: 95%;
    padding: 0px;
    top: 25%;
    left: 17px;
		}
		
		.dr_des h2 {
    font-size: 14px;
    color: #d32f27;
}
		
		.dr_des h4 {
    font-size: 12px;
    color: #d32f27;
}
		
		.pb-3, .py-3 {
    padding-bottom: 0rem!important;
}
.pt-3, .py-3 {
    padding-top: 0rem!important;
}
		
		.dr_des p {
    font-size: 9px !important;
    color: #000;
}

   .showcase li img {
    max-width: 100% !important;
    width: 100%;
}

  .dr-banner{
          padding-left: 0px  !important;
    padding-right: 0px  !important;
  }
		
        .caption_content {
            width: 100%;
            margin-top: 5%;
            line-height: 24px;
        }
        .caption_content h1 {
            font-size: 20px;
            line-height: 24px;
            padding-top: 0px;
            text-align: left;
            margin-bottom: 1px;
        }
        .caption_content p {
            font-size: 14px !important;
            /* line-height: 28px; */
            margin-bottom: 0px;
            margin-left: 0%;
            margin-top: 22%;
        }

        .caption_content li {
            font-size: 11px;
            line-height: 14px;
        }

        .caption_content li .icons {
            height: 20px;
            line-height: 20px;
            width: 20px;
        }
		
		.edge {
			padding: 35px 20px;
		}
        
		.symp {
            padding: 35px 20px;
       }
		
		.dr_bg {
            padding-bottom: 30px;
       }
		
		.spcl  {
            padding: 30px 20px;
            margin-top: 0;
       }
        
        .caption_form {
            display: none;
        }
        .spcl {
            padding-top: 40px;
        }
        .spcl h2 {
            font-size: 36px;
            line-height: 40px;
			text-align: center;
        }
		.spcl p {
			line-height: 28px;
			text-align: center;
		}
        /*br {*/
        /*    display: none;*/
        /*}*/
        .disease_sec li {
            width: 42%;
        }
        .edge {
            text-align: center;
        }
        .edge h4 {
            padding: 10px 20px;
        }
        .dr_pic {
            position: relative;
            bottom: 0px;
            left: 0;
            right: 0;
        }
        .dr_descrip {
            padding: 50px;
        }
        .testimonial {
            height: 760px;
        }
        .testimonials {
            padding-bottom: 0px;
        }
        .testimonials h2 {
            font-size: 36px;
            line-height: 40px;
            margin-bottom: 0px;
        }
        .testi_desc {
            padding: 20px 0px 20px 20px;
        }
        .testi_desc h3 {
            font-size: 24px;
            line-height: 28px;
            text-align: center;
        }
        .testi_desc p {
            text-align: center;
        }
        .testi_desc span {
            text-align: center;
            display: block;
        }
        .caption_content ul {
            margin-top: 10px;
           
        }

        .thankyou_showcase {
            background-size: cover;
        }
    
        .thanks_container{
            height: auto;
        }
    
        .thanks_text {
            width: 70%;
            padding: 5px 0px 15px 15px;
        }
		
		.caption_content h2 {
	       margin-left: 55%;
		   font-size: 17px !important;
		   font-family: Myriad Pro !important;
    }
    
		.dr_des {
			width: 50%;
		}
		 
        .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;
    }
       
    }
    /* mobile responsive */
    
    
    
   @media all and (max-width:600px) {
        .caption_content p {
            font-size: 20px !important;
        }
    }
    @media all and (max-width:320px) {
        .appoint_form {
            margin: 15px auto 0;
        }
    }
    @media all and (max-width:280px) {
        .caption_content {
            line-height: 20px;
        }
    }
    
    
    
  
/* 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%;
}

.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-conslt-mob{
		color:#000 !important;
	}

/* 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;
	}
	.form-title{
		display:none;
	}	
	.ghar-conslt-mob{
		font-size:16px;
		color:#000 !important;
	}
	.thanks_text_ghar h5{
	    font-size:12px;
		margin-top:0px;
		margin-bottom:5px;
	}
	.rakhi-img{
		width:350px;
		margin-bottom:20px;
	}
}

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

  
 