/**
* Bootstrap: - v4.7.1
*/

/* General */

body {
  font-family: "Roboto", sans-serif;
  color: #444444;
  background: #fff;
}

a {
  text-decoration: none;
  color: #b5654c;
}

a:hover {
  color: #b5654c;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}
sup {
  top: -1em !important;
  left:2px;
}
/* Back to top button */
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  bottom: 0px;
  z-index: 996;
  background: #c74a1a;
  color: #fff;
  width: 95%;
  height: 45px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  transition: all 0.4s;
  font-size: 16px;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #864635;
  color: #ffffff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #0880e8;
  border-top-color: #bfe0fd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Disable aos animation delay on mobile devices */
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/* Top Bar */
#topbar {
  height: 60px;
  padding: 0;
  font-size: 14px;
  transition: all 0.5s;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
  z-index: 996;
}
#topbar.topbar-scrolled {
  top: -60px;
}
#topbar .contact-info a {
  line-height: 0;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}
#topbar .contact-info a:hover {
  text-decoration: underline;
}
#topbar .contact-info i {
  color: #c74a1b;
  line-height: 0;
  margin-right: 5px;
}
#topbar .contact-info .phone-icon {
  margin-left: 15px;
}
#topbar .cta {
  background: transparent;
}
#topbar .cta a {
  color: #fff;
  background: #c74a1b;
  padding: 6px 24px 8px 24px;
  display: inline-block;
  transition: 0.3s;
  border-radius: 50px;
}
#topbar .cta a:hover {
  background: #f1a40a;
}

/* Header */
#header {
  transition: all 0.5s;
  z-index: 997;
  height: 60px;
  background: #c74a1a;
  /* background: rgba(0, 0, 0, 0.1);
  top: 60px; 
  border-top: 5px solid #c74a1a; */
}
#header.header-scrolled {
  background: #c74a1a;
  top: 0;
  height: 50px;
}
#header.header-scrolled .logo img {
  display: none;
}
#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#header .logo a {
  color: #fff;
}
#header .logo img {
  max-height: 37px;
  margin-top: 0px;
}

/* logo2 use start*/

.logo2 {
  display: none;
}
#header.header-scrolled .logo2 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: center;
}
#header.header-scrolled .logo2 a {
  color: #fff;
}
#header.header-scrolled .logo2 img {
  max-height: 33px;
  margin-top: 0px;
}
#header.header-scrolled .mobile-nav-toggle {
  color: #ffffff;
  font-size: 32px;
  height: 30px;
}
#header.header-scrolled .bi-list::before {
  color: #ffffff;
}

/* logo2 use end */

.bi-list::before {
  color: #000000;
}
.header-inner-pages {
  background: rgba(5, 87, 158, 0.9) !important;
}

.topbar-inner-pages {
  background: rgba(6, 98, 178, 0.9) !important;
}

/* Navigation Menu */
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
	position:relative;
}
.navbar > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 24px;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #c74a1b;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #fff;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 8px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #032e54;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #0880e8;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #000;
  font-size: 35px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  height: 40px;
}
.mobile-nav-toggle.bi-x {
  color: #ffffff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(211, 211, 211, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 200px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile > ul > li {
  padding: 0;
  border-bottom: 1px solid #ccc;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 17px;
  color: #000000;
}
.navbar-mobile a:hover:before,
.navbar-mobile li:hover > a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #75474a;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #c74a1b;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/* Hero Section */
#hero {
  width: 100%;
  height: 97vh;
  overflow: hidden;
  position: relative;
  /* background: url("../img/banner.png") top center no-repeat; */
  /* background-size: cover;
  position: relative;*/
  margin-bottom: 0px;
  z-index: 99;
  transition: 0.3s;
}
#hero:before {
  content: "";
  /* background: #c7c7c7; */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}
#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}
#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}
#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}
#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #c74a1b;
}
#hero .btn-get-started:hover {
  background: #c74a1b;
  color: #fff;
  text-decoration: none;
}

section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #ffffff;
  padding: 0px 0px 30px 0px;
}

/* Ayurvedic Infertility */

.section-title {
  margin-bottom: 0;
  padding: 0px 0px 30px 0px;
  font-weight: 600;
  font-size: 18px;
}

.section-title {
  text-align: center;
  padding-bottom: 0px;
  padding: 0px 20px 30px 20px;
}
.section-title h2 {
  font-size: 28px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  text-transform: none;
  margin-bottom: 0px;
  padding-bottom: 0;
  color: #000000;
}
.section-title p {
  margin-bottom: 0;
  padding: 0px 20px 30px 20px;
  font-weight: 600;
  font-size: 18px;
}
.padrmove {
  padding-left: 0px;
  padding-right: 0px;
}

.about {
  padding: 140px 0;
  /* background: url("../img/about-bg.png") top center no-repeat; */
  position: relative;
}
.about:before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.about .container {
  position: relative;
}
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-left: 28px;
  position: relative;
}
.about .content ul li + li {
  margin-top: 10px;
}
.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #0880e8;
  line-height: 1;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.about .content .btn-learn-more {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #0880e8;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #0880e8;
}
.about .content .btn-learn-more:hover {
  background: #0880e8;
  color: #fff;
  text-decoration: none;
}

/* book now top button Start */

.we-frm {
  padding: 0px 18px 0px 18px;
}
.we-head {
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 16px;
  color: #5c5a5b;
  text-align: center;
  padding: 0px 0px 0px 0px;
  line-height: 25px;
}
.naturaly {
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 25px;
  color: #733423;
  text-align: center;
  padding: 6px 0px 19px 0px;
  line-height: 30px;
  text-transform: none;
}
.cure-hd {
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 25px;
  color: #c74a1b;
  text-align: center;
  padding: 0px 0px 18px 5px;
  line-height: 30px;
  text-transform: none;
}
.book-frm {
  padding: 18px 18px 22px 18px;
  background: #fff;
  border-radius: 0px;
}
.form-bg {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffeddb;
}
.book-now {
  padding: 0px 0px 10px 0px;
  position: relative;
  margin-top: 0px;
  text-align:center;
  /* background:#ffeddb; */
}
.book-btn {
  font-size: 15px;
  color: #ffffff !important;
  background: #000000;
  padding: 0.675rem 0.75rem !important;
  text-align: center;
  border-radius: 5px !important;
  text-transform: uppercase;
  border: 0px solid #000;
  margin-bottom: 5px !important;
}
.book-btn a {
  background: #000000;
  color: #ffffff;
  text-align: center;
}
.book-btn a:hover {
  color: #c74a1b;
}
.patbtm{
	background:#ffeddb;
	padding:0px 0px 0px 0px !important;
}
.bord-rght{
	border-right:1px solid #c6c5c5;
}
.year-exp{
	font-size:16px;
	font-weight: 600;
	color:#c74a1a;
	line-height:18px;
	text-align:center;
	padding:0px 0px 0px 0px;
}
.year-exp span{
	font-size:14px;
	font-weight: 400;
	color:#c74a1a;
	text-align:center;
}
.suces-txt{
	font-size:16px;
	font-weight: 600;
	color:#c74a1a;
	line-height:18px;
	padding:0px 0px 0px 0px;
	text-align:center;
}
.suces-txt span{
	font-size:14px;
	font-weight: 400;
	color:#c74a1a;
	text-align:center;
}
.patient-cons{
	font-size:16px;
	font-weight: 600;
	color:#c74a1a;
	line-height:18px;
	padding:0px 0px 0px 0px;
	text-align:center;
}
.patient-cons span{
	font-size:14px;
	font-weight: 400;
	color:#c74a1a;
	text-align:center;
}
.padbtm {
  padding-bottom: 0px;
}
.icon-boxes {
  position: relative;
  padding-bottom: 0px;
  background: #ffeddb;
  padding-top:10px;
}
.icon-boxes .icon-box {
  padding: 10px 10px 7px 10px;
  position: relative;
  background: #c74a1b;
  border-radius: 10px;
  color: #fff !important;
  text-transform: uppercase;
  /*
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-50%);
  transform: translateY(-45%); */
}
.icon-boxes .icon {
  margin: 0 auto 20px auto;
  display: inline-block;
  text-align: center;
}
.icon-boxes .icon i {
  font-size: 36px;
  line-height: 1;
  color: #c74a1b;
}
.icon-boxes .title {
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 30px !important;
  color: #ffd6af;
  text-align: center;
}
.icon-boxes .title a {
  color: #ffd6af;
}
.icon-boxes .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  color: #777777;
}

/* Book Now top button End */

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/* We can help top Slider Section Start*/

.wht-bg {
  background: #ffeddb;
  padding: 0px 0px 30px 0px;
}
.we-help {
  font-size: 25px;
  color: #733423;
  font-weight: 600;
  text-align: center;
  padding: 35px 0px 15px 0px;
  text-transform: none;
  line-height: 25px;
}
.pain-bg {
  background: #ffeddb;
  padding: 0px 0px 0px 0px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.slid-frm {
  background: #fff;
  padding: 15px 15px 15px 15px;
  border-radius: 10px;
  height: 121px;
}
.icon-frm {
  /* background:#754848;*/
  height: 85px;
  width: 42%;
  float: left;
  border-radius: 10px;
}
.slid-txt {
  font-size: 25px;
  color: #5c5a5b;
  padding-left: 117px;
  line-height: 23px;
  padding-top: 20px;
  font-weight: bold;
}
.slid-hepatxt {
  font-size: 25px;
  color: #5c5a5b;
  padding-left: 117px;
  line-height: 23px;
  padding-top: 20px;
  font-weight: bold;
}
.slid-txt2 {
  font-size: 25px;
  color: #5c5a5b;
  padding-left: 117px;
  line-height: 20px;
  padding-top: 35px;
  font-weight: bold;
}
.answered {
  font-size: 18px;
  color: #5c5a5b;
  line-height: 25px;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
}
.ayur-healing {
  font-size: 18px;
  color: #5c5a5b;
  line-height: 25px;
  text-align: center;
  padding-bottom: 70px;
}
.treat-joint-btn {
  background: #c74a1b;
  padding: 15px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 75%;
  margin-top: 0px;
  letter-spacing: 1px;
  font-weight: 600;
}
.treat-joint-btn a {
  color: #fff;
  text-decoration: none;
}
.treat-joint-btn a:hover {
  color: #000;
  text-decoration: none;
}
.post-slide {
  background: #f9d5b3;
  margin: 20px 14px 20px;
  border-radius: 15px;
}
.post-slide .post-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  /*margin: -12px 15px 8px 15px;
    margin-left: -10px; */
}
.post-slide .post-img img {
  /*width: 100%;*/
  height: auto;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
  padding: 20px 0px 20px 10px;
}
/*
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
*/
.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(
    -45deg,
    rgba(6, 190, 244, 0.75) 0%,
    rgba(45, 112, 253, 0.6) 100%
  );
  transition: all 0.5s linear;
}
.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}
.post-slide .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}
.post-slide .post-content {
  background: #f9d5b3;
  padding: 8px 10px 20px 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #fff;
  height: 100px;
}
.post-slide .post-title {
  font-size: 15px;
  font-weight: 600;
  color: #6b4b3e;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
/*
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}*/
.post-slide .post-description {
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
}
.post-slide .post-date {
  color: #a9a9a9;
  font-size: 14px;
}
.post-slide .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #cfdace;
}
.post-slide .read-more {
  padding: 7px 20px;
  float: right;
  font-size: 12px;
  background: #2196f3;
  color: #ffffff;
  box-shadow: 0px 10px 20px -10px #1376c5;
  border-radius: 25px;
  text-transform: uppercase;
}
.post-slide .read-more:hover {
  background: #3498db;
  text-decoration: none;
  color: #fff;
}
.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}
.owl-controls .owl-buttons .owl-prev {
  background: #fff;
  position: absolute;
  top: -13%;
  left: 15px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next {
  background: #fff;
  position: absolute;
  top: -13%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}
.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}
.owl-theme2 .owl-nav{
	margin-top:0px;
}
.owl-dots{
	background:#ffeddb;
}

/* We can help top Slider Section End */

/* Thyroid Problem Section Start */

.overtime-bg {
  padding: 30px 0px 0px 0px;
  background: #ffeddb;
}
.thyd-prblm {
  text-align: center;
}
.balance-head {
  font-size: 25px;
  text-align: center;
  line-height: 30px;
  font-weight: 600;
  color: #733423;
  padding: 0px 20px 15px 20px;
}
.balance-txt {
  text-align: center;
  color: #969696;
  font-size: 18px;
}
.symptomsfrm1 {
  width: 48%;
  float: left;
  background: #f7eae3;
  padding: 15px;
  margin-top: 0px;
  margin-bottom: 14px;
  min-height: 170px;
}
.symptomsfrm2 {
  width: 48%;
  float: left;
  background: #fadfcf;
  padding: 15px;
  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: 14px;
  min-height: 170px;
}
.symptomsfrm3 {
  width: 48%;
  float: left;
  background: #fadfcf;
  padding: 15px;
  margin-top: 0px;
  margin-bottom: 15px;
  min-height: 170px;
}
.symptomsfrm4 {
  width: 48%;
  float: left;
  background: #f7eae3;
  padding: 15px;
  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: 14px;
  min-height: 170px;
}
.symptomsfrm5 {
  width: 48%;
  float: left;
  background: #f7eae3;
  padding: 15px;
  margin-top: 0px;
  margin-bottom: 15px;
  min-height: 185px;
}
.symptomsfrm6 {
  width: 48%;
  float: left;
  background: #fadfcf;
  padding: 15px;
  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: 14px;
  min-height: 185px;
}
.good-new {
  margin-bottom: 0px;
  text-align: center;
  padding: 0px 30px 0px 30px;
}
.good-txt {
  margin-bottom: 7px;  
  text-align:left;
}
.good-txthd {
  font-size: 25px;
  line-height: 30px;
  color: #733423;
  font-weight: 600;
  padding-bottom: 10px;
}
.good-txt2 {
  margin-bottom: 0px;
  text-align:left;
}
.usp-txt {
  margin-bottom:2px;  
  text-align:left;
}
.usp-txt2 {
  text-align:left;
}
.img-cntr {
  text-align: center;
}
.medicine-plan {
  left: 25.5%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.medicine-plan2 {
  left: 74.5%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.frm-hd {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  padding-bottom: 0px;
  padding-top: 5px;
  letter-spacing: 0px;
  text-align: center;
}
.frm-txt {
  font-size: 18px;
  line-height: 25px;
  text-align: left;
}

/* Thyroid Problem Section End */

/* USPs css start */

.usp-frm {
  margin-bottom: 0px;
  text-align: center;
  padding: 0px 30px 0px 30px;
}
.usp-txthd {
  font-size: 25px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 600;
  padding-bottom: 10px;
}

.faq .faq-list {
  padding: 0px 10px 15px 10px;
}
.faq .faq-list ul {
  padding: 0;
  list-style: none;
}
.faq .faq-list li + li {
  margin-top: 15px;
}
.faq .faq-list li {
  padding: 0px 20px 10px 20px;
  position: relative;
  border-bottom:0px solid #723321;
}
.faq .faq-list a {
  display: block;
  position: relative;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  padding:10px 50px 10px 10px;
  outline: none;
  cursor: pointer;
  background:#c3cd9d;
  color:#723421;
  height:80px;
}
.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #723321;
}
.faq .faq-list .icon-show, .faq .faq-list .icon-close {
	font-size: 30px;
	position: absolute;
	right: 10px;
	top: 40px;
	background: #903100;
	border-radius: 50%;
	color: #fff;
	font-weight: 500;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 20px 20px 20px 20px;
  background:#fbf4e6;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list a.collapsed {
  color: #723421;
}
.faq .faq-list a.collapsed:hover {
  color: #723321;
}
.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
	font-size: 30px;
	position: absolute;
	right: 10px;
	top: 40px;
	background: #903100;
	border-radius: 50%;
	color: #fff;
	font-weight: 500;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}
.promise-bg1{
	background:#c3cd9d !important;
	padding:29px 50px 10px 10px !important;
}
.promise-bg2{
	background:#d9a97d !important;
	padding:18px 50px 10px 10px !important;
}
.promise-bg3{
	background:#dac38d !important;
	padding:18px 50px 10px 10px !important;
}
.promise-bg4{
	background:#f2e0b8 !important;
	padding:18px 50px 10px 10px !important;
}
.promise-bg5{
	background:#ece3d9 !important;
	padding:18px 50px 10px 10px !important;
}

/* USPs css End */

/* genetics section start */

.impact-botom{
  margin-bottom:0px;
  padding:30px 0px 50px 0px;
}
.impact .content {
  padding: 0px 30px 0px 0px;
}
.impact .content h2 {
  font-weight: 700;
  font-size: 30px;
  text-align:left;
  color:#c74a1a;
}
.impact-txt-frm{
	padding:0px 25px 15px 25px;
}
.impact-wht-frm{
	background:#fff;
	border:0px solid #fdfaf3;
	padding:0px 10px 10px 70px;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:20px;
	margin-left:40px;
	height:120px;
}
.impact-wht-frm2{
	background:#fff;
	border:0px solid #fdfaf3;
	padding:0px 10px 10px 70px;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:20px;
	margin-left:40px;
	height:120px;
}
.impact-wht-frm3{
	background:#fff;
	border:0px solid #fdfaf3;
	padding:0px 10px 10px 70px;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:20px;
	margin-left:40px;
	height:120px;
}
.impact-icon-frm{
	position:absolute;
	padding:25px 0px 25px 0px;
}
.impact-head{
	font-size:20px;
	color:#723421;
	font-weight:700;
	line-height:20px;
	padding-bottom:5px;
}
.impact-txt{
	color:#444444;
	font-size:16px;
}

/* genetics section end */

/* Consult Section Start */

.common-bg {
  background: #fff;
  padding: 0px 0px 0px 0px;
  margin-top: 0px;
}
.treat-bg {
  background: #ffeddb;
  padding: 25px 0px 30px 0px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.sick-bg {
  background: #ffeddb;
  padding: 30px 0px 30px 0px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.liver-sick {
  font-size: 25px;
  text-align: left;
  line-height: 30px;
  font-weight: 600;
  color: #733423;
  padding: 0px 0px 10px 18px;
  text-transform: none;
}
.see-doctor {
  padding: 0px 20px 0px 18px;
  text-align: left;
  font-size: 16px;
  margin-bottom: 0px;
}
.comon-type {
  font-size: 25px;
  text-align: center;
  line-height: 30px;
  font-weight: 600;
  color: #733423;
  padding: 0px 20px 20px 20px;
  text-transform: none;
}
.healthy-liver {
  font-size: 25px;
  text-align: left;
  line-height: 30px;
  font-weight: 600;
  color: #733423;
  padding: 20px 0px 0px 18px;
  text-transform: none;
}
.comon-txt {
  font-size: 20px;
  text-align: center;
  line-height: 25px;
  font-weight: 500;
  color: #444444;
  padding-bottom: 20px;
}
.comon-frame {
  padding: 0px 14px 0px 15px;
  height: 205px;
}
.fatty-frame {
  padding: 0px 20px 0px 20px;
}
.treat-frm1 {
  width: 47%;
  float: left;
  border: 1px solid #bf7270;
  border-radius: 10px;
  padding: 10px;
  height: 155px;
  margin-bottom: 22px;
}
.treat-frm2 {
  width: 47%;
  float: left;
  margin-left: 22px;
  border: 0px solid #bf7270;
  border-radius: 10px;
  padding: 10px;
  background: #bf9270;
  margin-bottom: 0px;
  height: 155px;
  margin-bottom: 22px;
}
.treat-frm3 {
  width: 47%;
  float: left;
  border: 0px solid #bf7270;
  border-radius: 10px;
  padding: 10px;
  background: #bf9270;
  height: 155px;
  margin-bottom: 22px;
}
.treat-frm4 {
  width: 47%;
  float: left;
  margin-left: 22px;
  border: 1px solid #bf7270;
  border-radius: 10px;
  padding: 10px;
  height: 155px;
  margin-bottom: 22px;
  /* margin-top:-35px; */
}
.treat-img {
  padding: 5px 0px 0px 0px;
}
.treat-head {
  font-weight: 600;
  font-size: 18px;
  color: #bf9270;
  line-height: 20px;
  padding: 20px 0px 0px 0px;
}
.treat-head2 {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  padding: 20px 0px 0px 0px;
}
.we-treat {
  padding: 0px 20px 0px 20px;
  border-top: 0px solid #d9d5d5;
}
.treat-txt {
  font-size: 25px;
  text-align: center;
  line-height: 30px;
  font-weight: 600;
  color: #444444;
  padding: 20px 0px 10px 0px;
}
.our-medicine {
  padding: 10px 20px 0px 20px;
  margin-bottom: 0px;
  text-align: left;
}

/* Consult Section End */

/* Jiva Ayunique Section Start */

.ayunique-bg {
  background: #ffeddb;
  padding: 0px 0px 0px 0px;
  /* padding: 33px 0px 0px 0px; */
}
.ayunique-head {
  color: #733423;
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  padding: 30px 0px 0px 0px;
  line-height: 25px;
  background: #ffeddb;
}
.treatment-txt {
  color: #733423;
  font-size: 25px;
  text-align: center;
  line-height: 25px;
  font-weight: 600;
  padding: 0px 20px 0px 20px;
  background: #ffeddb;
}
.testimonial-bg {
  background: #ffeddb;
  padding: 5px 30px 0px 30px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.testimonial-txt {
  font-size: 16px;
  color: #595959;
  text-align: justify;
  line-height: 25px;
  font-weight: 500;
}
.testimonial-hd {
  font-size: 16px;
  color: #2f2f2f;
  text-align: left;
  line-height: 25px;
  font-weight: 600;
  padding: 0px 0px 0px 0px;
}
.read-btmpad {
  padding: 10px 0px 40px 0px;
}
.more-link {
  color: #c74a1b;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
}
.more-link a {
  color: #c74a1b;
  font-size: 18px;
  font-weight: 600;
}
.more-link a:hover {
  color: #000;
  font-weight: 600;
}
.star {
  padding: 0px 0px 10px 0px;
}
.savitri-frm {
  padding: 0px 0px 40px 5px;
  /* padding:30px 0px 10px 0px; */
}
.savitri-img {
  float: left;
  width: 35%;
}
.savitri-name {
  float: left;
  width:65%;
  font-size: 25px;
  color: #733423;
  padding: 0px 0px 0px 0px;
  /* padding:25px 0px 0px 0px; */
  font-weight: 600;
}
.city {
  font-size: 18px;
  color: #5c5a5b;
}

/* Jiva Ayunique Section End */

/* Why Jiva Section Start */

.why-bg {
  background: #fff;
  padding: 40px 0px 40px 0px;
  /* background:linear-gradient(to bottom, #C49E85 65%, #6b4b3e 35%); */
}
.why-frame {
  border: 1px solid #ccc;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 30px;
  /* height:650px; */
}
.why-head {
  color: #733423;
  font-size: 25px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
}
.why-txt {
  font-size: 16px;
  color: #4b4b4b;
  line-height: 25px;
  padding: 10px 0px 20px 0px;
  text-align: center;
}
.success-frm1 {
  width: 47%;
  float: left;
  background: #733423;
  padding: 12px;
  border-radius: 10px;
  height: 160px;
  margin-bottom: 15px;
}
.success-frm2 {
  width: 47%;
  float: left;
  background: #733423;
  padding: 12px;
  border-radius: 10px;
  height: 160px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.success-frm3 {
  width: 47%;
  float: left;
  background: #733423;
  padding: 12px;
  border-radius: 10px;
  height: 160px;
  margin-bottom: 20px;
}
.success-frm4 {
  width: 47%;
  float: left;
  background: #733423;
  padding: 12px;
  border-radius: 10px;
  height: 160px;
  margin-left: 15px;
  margin-bottom: 20px;
}
.success-txt1 {
  color: #ffeddb;
  font-size: 35px;
  font-weight: 600;
  line-height: 20px;
  padding: 35px 0px 0px 0px;
}
.success-txt2 {
  color: #ffeddb;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 15px 0px 0px 0px;
  text-transform: uppercase;
}
.success-txt3 {
  color: #ffeddb;
  font-size: 35px;
  font-weight: 600;
  line-height: 20px;
  padding: 35px 0px 0px 0px;
}
.success-txt4 {
  color: #ffeddb;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 15px 0px 0px 0px;
  text-transform: uppercase;
}
.success-txt5 {
  color: #ffeddb;
  font-size: 35px;
  font-weight: 600;
  line-height: 20px;
  padding: 53px 0px 0px 0px;
}
.success-txt6 {
  color: #ffeddb;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 15px 0px 0px 0px;
  text-transform: uppercase;
}
.jiva-assures {
  font-size: 16px;
  color: #4b4b4b;
  line-height: 25px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}

/* Why Jiva Section End */

/* Why choose new css start */

.unique {
  background: #c74a1b;
  padding: 60px 40px 10px 40px;
  /* padding: 60px 40px 110px 40px; */
  border-left: 0px solid #c74a1b;
  margin-top: 0px;
  height:310px;
}
.unique-img-frm {
  padding: 20px 70px 80px 70px;
  position:relative;
  /* top:-100px; */
  
}
.unique .content h2 {
  font-weight: 700;
  font-size: 30px;
  text-align: left;
  color: #FFF7F2;
  margin-bottom:10px;
  line-height:30px;
}
.chose-txt{
  color: #ffeddb !important;
}
.unique-pad{
	padding-left:0px;
	padding-right:0px;
}
.unique-box-frm{
	padding-left:0px;
	padding-right:0px;
	/* height:335px; */
}
.unique-box1{
	position:relative;
	background:#d9a97d;
	border-radius:10px;
	padding:24px 10px 20px 10px;
	width:49%;
	top:0px;
	text-align:left;
	line-height:25px;
	float:left;
	margin-bottom:0px;
	height:140px;
}
.unique-box2{
	position:relative;
	background:#723421;
	border-radius:10px;
	padding:10px 10px 10px 10px;
	width:49%;
	top:30px;
	margin-left:5px;
	text-align:left;
	float:left;
	margin-bottom:5px;
	height:140px;
}
.unique-box3{
	position:relative;
	background:#c3cd9d;
	border-radius:10px;
	padding:34px 10px 20px 10px;
	width:49%;
	top:0px;
	text-align:left;
	line-height:25px;
	float:left;
	height:140px;
}
.unique-box4{
	position:relative;
	background:#f1e0b7;
	border-radius:10px;
	padding:24px 10px 20px 10px;
	width:49%;
	top:30px;
	margin-left:5px;
	text-align:left;
	float:left;
	height:140px;
}
.unique-img{
	font-size:30px;
	font-weight:700;
	color:#723421;
	text-align:left;
}
.unique-img2{
	font-size:30px;
	font-weight:700;
	color:#ffeddb;
	text-align:left;
}
.unique-text1{
	color:#444444;
	padding:10px 0px 0px 0px;
	text-align:left;
	line-height:20px;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
}
.unique-text2{
	color:#D9A97D;
	padding:5px 0px 0px 0px;
	text-align:left;
	line-height:20px;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;	
}
.unique-text3{
	color:#444444;
	padding:10px 0px 0px 0px;
	text-align:left;
	line-height:20px;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
}
.unique-text4{
	color:#444444;
	padding:0px 0px 0px 0px;
	text-align:left;
	line-height:20px;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
}
.suces-patient{
	/*background:#ffeddb;*/
	padding:0px;
	top:-70px;
	/* top:-90px; */
	position:relative;
	height:340px;
}

/* Why choose new css end */


/* ayunique-treatment start */

.ayu-trmant {
  background: #fff;
  padding: 30px 18px 0px 18px;
}
.ayu-hd {
  text-align: center;
  color: #733423;
  font-size: 25px;
  font-weight: 600;
  text-transform: none;
  padding: 0px 0px 0px 0px;
}
.liver-plan {
  font-size: 18px;
  text-transform: uppercase;
  padding: 0px 0px 5px 0px;
  text-align: center;
  font-weight: 600;
}
.focus-txt {
  font-size: 16px;
  line-height: 25px;
}
.benefit-program {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 5px;
  font-weight: 600;
}

/* ayunique-treatment End */

/* personalised plan-bg Start */

.personalised-bg {
  padding: 66px 0px 0px 0px;
  /* padding: 40px 0px 0px 0px; */
  background: #723421;
}
.personalised-img {
  text-align: center;
}
.personalised-head {
  font-size: 25px;
  text-align: center;
  color: #733423;
  line-height: 30px;
  font-weight: 600;
  padding: 0px 20px 15px 20px;
}
.personalised-txt {
  text-align: center;
  color: #969696;
  font-size: 18px;
}
.personalised-frm1 {
  width: 48%;
  float: left;
  background: #fadfcf;
  padding: 10px;
  margin-top: 30px;
  min-height: 525px;
}
.personalised-frm2 {
  width: 48%;
  float: left;
  background: #f7eae3;
  padding: 10px;
  margin-top: 30px;
  margin-left: 14px;
  min-height: 525px;
}
.personalised-plan {
  left: 25.5%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.personalised-plan2 {
  left: 74.5%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.persedfrm-hd {
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  padding-bottom: 18px;
  padding-top: 60px;
  color: #733423;
}
.persedfrm-txt {
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}
/* plan-bg End */

/* Doctor Chauhan Section Start */
.chauhan-bg {
  background: #723421;
  padding: 10px 0px 0px 0px;
  overflow: hidden;
}

/* Doctor Chauhan Section End */

/* Patient Success Story Section End */

.accordion-button:not(.collapsed) {
  color: #424240;
  font-weight: 600;
  background: #ffecd1;
  letter-spacing: 0px;
}
.accordion-button:focus {
  border-color: #df7f39;
  box-shadow: 0 0 0 0.25rem rgba(223, 127, 57, 0.25);
}
.casestudy-bg {
  background: #fff;
  padding: 124px 0px 0px 0px;
  /* background:linear-gradient(to bottom, #C49E85 65%, #6b4b3e 35%); */
}

.case-img {
  /* width:12%; */
  height: 25px;
  float: left;
}
.case-img2 {
  width: 28%;
  float: left;
}
.case-heading {
  font-size: 20px;
  color: #c74a1a;
  font-weight: 600;
  border-bottom: 1px solid #5e5e5e;
  line-height: 30px;
  margin-bottom: 5px;
}
.diagnosed-problem {
  font-size: 16px;
  color: #3e3e3e;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 0px;
}
.case-head2 {
  font-size: 14px;
  color: #b5654c;
  font-weight: 600;
  text-transform: uppercase;
}
.solution-txt {
  padding-left: 20px;
  font-weight: 600;
  line-height: 25px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.joyful {
  padding-bottom: 15px;
  font-weight: 500;
  line-height: 20px;
}
.case-txt {
  font-size: 14px !important;
  padding: 25px 0px 0px 0px !important;
  line-height: 20px;
}
.case-txt2 {
  font-size: 14px !important;
  padding: 11px 0px 0px 0px !important;
  line-height: 20px;
}
.case-txt-frm {
  /*height:1400px; */
  /*height:1750px;*/
}
.result {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #000;
  /* width: 65%; */
  margin-left: 85px;
  padding-bottom: 3px;
  margin-bottom: 3px;
}
.result-frm {
  background: #fadfcf;
  padding: 20px 10px 20px 10px;
  border-radius: 5px;
}
.treat-began {
  font-size: 16px;
  color: #b5654c;
  font-weight: 600;
}
.result-txt {
  padding: 0px 10px 0px 10px;
}

.reslt-box-frm {
  background: #fadfcf;
  padding: 15px 20px 15px 20px;
  border-radius: 5px;
  margin-top: 10px;
}
.reslt-box-txt {
  font-size: 15px !important;
  padding: 0px 0px 0px 0px !important;
  line-height: 20px;
  color: #000;
}
.reslt-box-icon {
  width: 17%;
  float: left;
  height: 70px;
}
.patient-img {
  border-radius: 50%;
  position: absolute;
  margin-top: -60px;
  padding: 0px 145px 0px 145px;
}
.patient-frm {
  border-radius: 50%;
  background: #fff;
  padding: 3px;
}
.case-buton-box {
  padding: 0px 20px 0px 20px;
}
.case-btn2 {
  background: #733423;
  color: #fff;
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  padding: 50px 0px 15px 0px;
  border-radius: 10px;
  line-height: 25px;
  border: 0px dotted #fff;
  text-decoration: underline;
}
.case-btn2 a {
  color: #fff;
  text-align: center;
  border-bottom: 0px solid #918f8f;
}
.case-btn2 a:hover {
  color: #c74a1b;
  text-align: center;
  text-decoration: underline;
}
/* Patient Success Story Section End */

/* Footer */

.map-icon {
  float: left;
}
.address-txt {
  padding-left: 50px;
  padding-bottom: 10px;
}
#footer {
  color: #f9f1f1;
  font-size: 16px;
}
#footer .footer-top {
  background: #6d3727;
  /* background: #36261F; */
  padding: 30px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 0px;
  padding: 0px 0px 30px 0px;
  text-align:center;
}
#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #fff;
}
#footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  background: #f9f1f1;
  color: #733423;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #c74a1b;
  color: #fff;
  text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 18px;
  font-weight: 500;
  color: #f9f1f1;
  text-transform: none;
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px solid #f9f1f1;
  margin-bottom: 15px;
  text-align: center;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #5db1f9;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.75);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: #fff;
}
#footer .footer-top .footer-contact {
  margin-bottom: 0px;
  padding: 0px 32px 0px 32px;
}
#footer .footer-top .footer-contact p {
  line-height: 26px;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

.foter-logo {
  padding: 0px 0px 30px 0px;
  text-align: center;
}

.carousel-indicators {
  margin-bottom: 2rem;
}
.carousel-indicators [data-bs-target] {
  background-color: #733423;
}

/* Start popup modal form */

.foter-pad {
  padding-bottom: 15px;
}
.modal {
  top: 34px;
  cursor: pointer;
}

.modal-content {
  border-radius: 10px;
}
.modal-title {
  font-size: 20px !important;
  color: #ffffff;
  font-weight: 700;
  text-align: left;
  line-height: 30px;
}
.modal-footer {
  text-align: center;
  display: block;
}
.modal-header {
  background: #c74a1b;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  height: 50px;
}
.modal-dialog {
  margin: 0.9rem;
}
.form-control {
  border-radius: 0px;
  margin-bottom: 13px;
  font-size: 15px;
  color: #000000;
  border: 1px solid #ccc;
  padding: 0.575rem 0.75rem;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  /* box-shadow: 5px 1px 5px #888888; */
}
.form-check-input[type="checkbox"] {
  border-radius: 0px;
}
.agree {
  color: #444;
  font-size: 16px;
  font-weight: 500;
  padding-left: 5px;
}
.agree a {
  color: #444;
  text-decoration: underline;
}
.agree a:hover {
  color: #c74a1b;
  text-decoration: underline;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
label {
  font-size: 13px;
  padding-bottom: 10px;
  padding-left: 12px;
}
.btn-success {
  background: #c74a1b;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #c74a1b;
  padding: 0.6rem 1.95rem !important;
}
.btn-success:hover {
  color: #fff;
  background-color: #733423;
  border-color: #733423;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
  color: #fff;
  background-color: #78290f !important;
  border-color: #78290f !important;
  box-shadow: 0 0 0 0.25rem;
}

.modal-header .btn-close {
  margin: -4.7rem -0.9rem -0.5rem -1.5rem;
}

.btn-close {
  opacity: 2.5;
}
.btn-close:hover {
  opacity: 2.5;
}
.close {
  width: 30px;
  height: 30px;
  margin-top: -3px;
  margin-right: -17px;
  border-radius: 20px;
  border: 1px solid #fff;
}
.close2 {
  width: 30px;
  height: 30px;
  margin-top: -17px;
  margin-right: -15px;
  border-radius: 20px;
  border: 1px solid #fff;
}
.popup-text {
  text-align: left;
  margin-bottom: 0px;
}
.modal-content {
  pointer-events: none;
}

/* Popup screen banner css start */

.instructions {
	text-align:center;
	font-size:20px;
	margin: 15vh;
}
.backgroundOverlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000000;
	opacity: .85;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	z-index: 101;
	display: none;
}
.delayedPopupWindow {
	display: none;
	position: fixed;
	width: auto;
	max-width: 100%;
	height:100%;
	top: 7%;
	left: 36.5%;
	/* left: 0%; */
	margin-left: 0px;
	margin-top: 0px;
	/* background-color: #efefef; */
	border: 10px solid #333;
	z-index: 102;
	padding: 0px 0px;
}
#btnClose {
	width:100%;
	display: block;
	text-align: right;
	text-decoration: none;
	color: #fff;
	background:#222222;
}
#btnClose:hover {
	color: #c90c12;
}
#delayedPopup > div.formDescription {
	float: left;
	display: block;
	width: 100%;
	padding: 1% 3%;
	font-size: 18px;
	color: #666;
	clear: left;
	background:#222222;
}
#delayedPopup > div.formDescription h2 {
	color: #444444;
	font-size: 36px;
	line-height: 40px;
}
#delayedPopup #mc_embed_signup {
	float: left;
	width: 47%;
	padding: 1%;
	display: block;
	font-size: 16px;
	color: #666;
	margin-left: 1%;
}
#delayedPopup #mc-embedded-subscribe-form input {
	width: 95%;
	height: 30px;
	font-size: 18px;
	padding: 3px;
	margin-bottom: 5px;
}
#delayedPopup #mc-embedded-subscribe-form input:hover {
	border:solid 2px #40c348;
	box-shadow: 0 1px 3px #AAAAAA;
}
#delayedPopup #mc-embedded-subscribe-form input:focus {
	border:solid 2px #40c348;
	box-shadow: none;
}
#delayedPopup #mc-embedded-subscribe {
	width: 100%!important;
	height: 40px!important;
	margin: 10px auto 0 auto;
	background: #5D9E62;
	border: none;
	color: #fff;
}
#delayedPopup #mc-embedded-subscribe:hover {
	background: #40c348;
	color: #fff;
	box-shadow:none!important;
	cursor: pointer;
}
.padrmve1{
	padding-bottom:0px !important;
}
.padrmve2{
	padding-top:0px !important;
}

.backgroundOverlay2 {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000000;
	opacity: .85;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	z-index: 101;
	display: none;
}
.delayedPopupWindow2 {
	display: none;
	position: fixed;
	width: auto;
	max-width: 100%;
	height:100%;
	top: 7%;
	left: 36.5%;
	margin-left: 0px;
	margin-top: 0px;
	/* background-color: #efefef; */
	border: 10px solid #333;
	z-index: 102;
	padding: 0px 0px;
}
#btnClose2 {
	width:100%;
	display: block;
	text-align: right;
	text-decoration: none;
	color: #fff;
	background:#222222;
}
#btnClose2:hover {
	color: #c90c12;
}
#delayedPopup2 > div.formDescription2 {
	float: left;
	display: block;
	width: 100%;
	padding: 1% 3%;
	font-size: 18px;
	color: #666;
	clear: left;
	background:#222222;
}
#delayedPopup2 > div.formDescription2 h2 {
	color: #444444;
	font-size: 36px;
	line-height: 40px;
}
#delayedPopup2 #mc_embed_signup2 {
	float: left;
	width: 47%;
	padding: 1%;
	display: block;
	font-size: 16px;
	color: #666;
	margin-left: 1%;
}
#delayedPopup2 #mc-embedded-subscribe-form2 input {
	width: 95%;
	height: 30px;
	font-size: 18px;
	padding: 3px;
	margin-bottom: 5px;
}
#delayedPopup2 #mc-embedded-subscribe-form2 input:hover {
	border:solid 2px #40c348;
	box-shadow: 0 1px 3px #AAAAAA;
}
#delayedPopup2 #mc-embedded-subscribe-form2 input:focus {
	border:solid 2px #40c348;
	box-shadow: none;
}
#delayedPopup2 #mc-embedded-subscribe2 {
	width: 100%!important;
	height: 40px!important;
	margin: 10px auto 0 auto;
	background: #5D9E62;
	border: none;
	color: #fff;
}
#delayedPopup2 #mc-embedded-subscribe2:hover {
	background: #40c348;
	color: #fff;
	box-shadow:none!important;
	cursor: pointer;
}

/* Popup screen banner css end */


/* End popup modal form */

@media (min-width: 320px) {
  #hero {
    height: 350px;
  }
  .slid-txt {
    font-size: 16px;
  }
  .slid-txt2 {
    font-size: 16px;
  }
  .patient-img {
    padding: 0px 100px 0px 100px;
  }
  .slid-hepatxt {
    font-size: 18px;
  }
  .symptomsfrm1 {
    margin-bottom: 13px !important;
  }
  .symptomsfrm2 {
    margin-bottom: 13px !important;
  }
  .symptomsfrm3 {
    margin-bottom: 13px !important;
  }
  .symptomsfrm4 {
    margin-bottom: 13px !important;
  }
  .symptomsfrm5 {
    margin-bottom: 13px !important;
  }
  .symptomsfrm6 {
    margin-bottom: 13px !important;
  }
  .personalised-frm2 {
    margin-left: 11px !important;
  }
  .persedfrm-hd {
    font-size: 18px;
    line-height: 20px;
  }
  .impact-wht-frm{
    padding:25px 10px 10px 40px !important;
  }
  .impact-wht-frm2{
    padding:13px 10px 10px 45px !important;
  }
  .impact-wht-frm3{
    padding:13px 10px 10px 45px !important;
  }
  .unique-img-frm {
    padding: 20px 40px 80px 40px;
  }
}
@media (min-width: 360px) {
  #hero {
    height: 390px;
  }
  .frm2 {
    margin-left: 12px;
  }
  .slid-txt {
    font-size: 18px;
  }
  .slid-hepatxt {
    font-size: 18px;
  }
  .slid-txt2 {
    font-size: 18px;
  }
  .slid-frm {
    height: 121px;
  }
  .success-frm1 {
    padding: 10px;
  }
  .success-frm2 {
    padding: 10px;
  }
  .patient-img {
    padding: 0px 100px 0px 100px;
  }
  .symptomsfrm1 {
    margin-bottom: 13px !important;
  }
  .symptomsfrm2 {
    margin-left: 13px !important;
    margin-bottom: 13px !important;
  }
  .symptomsfrm3 {
    margin-bottom: 13px !important;
  }
  .symptomsfrm4 {
    margin-left: 13px !important;
    margin-bottom: 13px !important;
  }
  .symptomsfrm5 {
    margin-bottom: 13px !important;
  }
  .symptomsfrm6 {
    margin-left: 13px !important;
    margin-bottom: 13px !important;
  }
  .personalised-frm2 {
    margin-left: 13px;
  }
  .impact-wht-frm{
    padding:27px 10px 10px 40px !important;
  }
  .impact-wht-frm2{
    padding:13px 10px 10px 40px !important;
  }
  .impact-wht-frm3{
    padding:18px 10px 10px 40px !important;
  }
  .unique-img-frm {
    padding: 20px 40px 80px 40px;
  }
  
}

@media (min-width: 375px) {
  #hero {
    height: 412px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .icon-frm {
    width: 41%;
  }
  .slid-txt {
    font-size: 18px;
  }
  .slid-hepatxt {
    font-size: 18px;
  }
  .slid-txt2 {
    font-size: 18px;
  }
  .slid-frm {
    height: 121px;
  }
  .patient-img {
    padding: 0px 110px 0px 110px;
  }
  .symptomsfrm1 {
    margin-bottom: 13px !important;
  }
  .symptomsfrm2 {
    margin-bottom: 13px !important;
  }
  .symptomsfrm3 {
    margin-bottom: 13px !important;
  }
  .symptomsfrm4 {
    margin-bottom: 13px !important;
  }
  .symptomsfrm5 {
    margin-bottom: 13px !important;
  }
  .symptomsfrm6 {
    margin-bottom: 13px !important;
  }
  .personalised-frm2 {
    margin-left: 14px !important;
  }
  .impact-wht-frm{
    padding:27px 10px 10px 40px !important;
  }
  .impact-wht-frm2{
    padding:17px 10px 10px 41px !important;
  }
  .impact-wht-frm3{
    padding:17px 10px 10px 41px !important;
  }
  .unique-img-frm {
    padding: 20px 40px 80px 40px;
  }
}

@media (min-width: 384px) {
  #hero {
    height: 420px;
  }
  .icon-frm {
    width: 39%;
  }
  .slid-txt {
    font-size: 20px;
  }
  .slid-hepatxt {
    font-size: 20px;
  }
  .slid-txt2 {
    font-size: 20px;
  }
  .slid-frm {
    height: 121px;
  }
  .patient-img {
    padding: 0px 110px 0px 110px;
  }
  .symptomsfrm1 {
    margin-bottom: 14px !important;
  }
  .symptomsfrm2 {
    margin-left: 14px !important;
    margin-bottom: 14px !important;
  }
  .symptomsfrm3 {
    margin-bottom: 14px !important;
  }
  .symptomsfrm4 {
    margin-left: 14px !important;
    margin-bottom: 14px !important;
  }
  .symptomsfrm5 {
    margin-bottom: 14px !important;
  }
  .symptomsfrm6 {
    margin-left: 14px !important;
    margin-bottom: 14px !important;
  }
  .personalised-frm2 {
    margin-left: 14px !important;
  }
  .impact-wht-frm{
    padding:28px 10px 10px 40px !important;
  }
  .impact-wht-frm2{
    padding:18px 10px 10px 40px !important;
  }
  .impact-wht-frm3{
    padding:28px 10px 10px 41px !important;
  }
  .unique-img-frm {
    padding: 20px 40px 80px 40px;
  }
}

@media (min-width: 390px) {
  #hero {
    height: 425px;
    padding: 0px 0;
  }
  .icon-frm {
    width: 39%;
  }
  .slid-txt {
    font-size: 20px;
  }
  .slid-hepatxt {
    font-size: 20px;
  }
  .slid-txt2 {
    font-size: 20px;
  }
  .slid-frm {
    height: 121px;
  }
  .patient-img {
    padding: 0px 115px 0px 115px;
  }
  .symptomsfrm1 {
    margin-bottom: 13px !important;
  }
  .symptomsfrm2 {
    margin-bottom: 13px !important;
  }
  .symptomsfrm3 {
    margin-bottom: 13px !important;
  }
  .symptomsfrm4 {
    margin-bottom: 13px !important;
  }
  .symptomsfrm5 {
    margin-bottom: 13px !important;
  }
  .symptomsfrm6 {
    margin-bottom: 13px !important;
  }
  .impact-wht-frm{
    padding:28px 10px 10px 40px !important;
  }
  .impact-wht-frm2{
    padding:18px 10px 10px 40px !important;
  }
  .impact-wht-frm3{
    padding:28px 10px 10px 41px !important;
  }
  .unique-img-frm {
    padding: 20px 40px 80px 40px;
  }
}

@media (min-width: 412px) {
  #hero {
    height: 450px;
  }
  .icon-frm {
    width: 37%;
  }
  .slid-txt {
    font-size: 22px;
  }
  .slid-hepatxt {
    font-size: 22px;
  }
  .slid-txt2 {
    font-size: 22px;
  }
  .patient-img {
    padding: 0px 127px 0px 127px;
  }
  .symptomsfrm1 {
    margin-bottom: 15px !important;
  }
  .symptomsfrm2 {
    margin-left: 15px !important;
    margin-bottom: 15px !important;
  }
  .symptomsfrm3 {
    margin-bottom: 15px !important;
  }
  .symptomsfrm4 {
    margin-left: 15px !important;
    margin-bottom: 15px !important;
  }
  .symptomsfrm5 {
    margin-bottom: 15px !important;
  }
  .symptomsfrm6 {
    margin-left: 15px !important;
    margin-bottom: 15px !important;
  }
  .personalised-frm2 {
    margin-left: 15px !important;
  }
  .impact-wht-frm{
    padding:25px 10px 10px 40px !important;
  }
  .impact-wht-frm2{
    padding:17px 10px 10px 41px !important;
  }
  .impact-wht-frm3{
    padding:25px 10px 10px 41px !important;
  }
  .unique-img-frm {
    padding: 0px 40px 80px 40px;
  }
}

@media (min-width: 414px) {
  #hero {
    height: 450px;
  }
  .icon-frm {
    width: 37%;
  }
  .slid-txt {
    font-size: 20px;
  }
  .slid-hepatxt {
    font-size: 20px;
  }
  .slid-txt2 {
    font-size: 20px;
  }
  .patient-img {
    padding: 0px 130px 0px 130px;
  }
  .symptomsfrm1 {
    margin-bottom: 13px !important;
  }
  .symptomsfrm2 {
    margin-bottom: 13px !important;
  }
  .symptomsfrm3 {
    margin-bottom: 13px !important;
  }
  .symptomsfrm4 {
    margin-bottom: 13px !important;
  }
  .symptomsfrm5 {
    margin-bottom: 13px !important;
  }
  .symptomsfrm6 {
    margin-bottom: 13px !important;
  }
  .personalised-frm2 {
    margin-left: 15px !important;
  }
  .impact-wht-frm{
    padding:27px 10px 10px 40px !important;
  }
  .impact-wht-frm2{
    padding:17px 10px 10px 40px !important;
  }
  .impact-wht-frm3{
    padding:25px 10px 10px 40px !important;
  }
  .unique-img-frm {
    padding: 0px 40px 80px 40px;
  }
}

@media (min-width: 428px) {
  #hero {
    height: 455px;
  }
  .slid-txt {
    font-size: 22px;
    padding-left: 125px;
  }
  .slid-hepatxt {
    font-size: 22px;
  }
  .slid-txt2 {
    font-size: 22px;
  }
  .slid-frm {
    height: 121px;
  }
  .icon-frm {
    width: 35%;
  }
  .patient-img {
    padding: 0px 135px 0px 135px;
  }
  .symptomsfrm1 {
    margin-bottom: 16px !important;
  }
  .symptomsfrm2 {
    margin-left: 16px !important;
    margin-bottom: 16px !important;
  }
  .symptomsfrm3 {
    margin-bottom: 16px !important;
  }
  .symptomsfrm4 {
    margin-left: 16px !important;
    margin-bottom: 16px !important;
  }
  .symptomsfrm5 {
    margin-bottom: 16px !important;
  }
  .symptomsfrm6 {
    margin-left: 16px !important;
    margin-bottom: 16px !important;
  }
  .personalised-frm2 {
    margin-left: 16px !important;
  }
  .impact-wht-frm{
    padding:25px 10px 10px 40px !important;
  }
  .impact-wht-frm2{
    padding:13px 10px 10px 40px !important;
  }
  .impact-wht-frm3{
    padding:24px 10px 10px 40px !important;
  }
  .unique-img-frm {
    padding: 0px 40px 80px 40px;
  }
  
}

@media (min-width: 1024px) and (max-width: 1150px) {
  #hero {
    height: 465px;
  }
  .desktop1 {
    width: 428px;
    margin: auto;
  }
  .desktopscrol {
    width: 428px;
    margin: auto;
  }
  .desktopnav {
    display: none;
  }
  .desktop2 {
    width: 428px;
    margin: auto;
  }
  .mrgrmove {
    margin-top: 0px;
  }
  .desktop3 {
    width: 428px;
    margin: auto;
  }
  .desktop4 {
    width: 428px;
    margin: auto;
  }
  .desktop5 {
    width: 428px;
    margin: auto;
  }
  .desktop6 {
    width: 428px;
    margin: auto;
  }
  .desktop7 {
    width: 428px;
    margin: auto;
  }
  .desktop8 {
    width: 428px;
    margin: auto;
  }
  .desktop9 {
    width: 428px;
    margin: auto;
  }
  .section-title {
    padding-top: 60px;
  }
  .deskpad {
    width: 428px;
    margin: auto;
    padding-left: 0px !important;
  }
  .desktop10 {
    width: 428px;
    margin: auto;
  }
  .desktop11 {
    width: 428px;
    margin: auto;
  }
  .desktop12 {
    width: 428px;
    margin: auto;
  }
  .desktop13 {
    width: 428px;
    margin: auto;
  }
  .doctor-today {
    padding: 0px 20px 0px 20px;
  }
  .modal.show .modal-dialog {
    width: 400px;
    margin: auto;
  }
  .close {
    margin-top: -2px;
  }
  .slide-txt {
    height: 325px;
  }
  .back-to-top {
    width: 23% !important;
    /* right: 608px !important; */
  }
  .treat-joint-btn {
    width: 20% !important;
  }
  .medicine-plan {
    left: 43.4%;
  }
  .medicine-plan2 {
    left: 56.5%;
  }
  .common-bg {
    margin-top: 0px;
  }
  .slid-frm {
    height: 121px;
  }
  .slid-txt {
    padding-left: 130px;
  }
  .slid-txt2 {
    padding-left: 130px;
  }
}

@media (min-width: 1200px) and (max-width: 5120px) {
  #hero {
    height: 466px;
  }
  .desktop1 {
    width: 428px;
    margin: auto;
  }
  .desktopscrol {
    width: 428px;
    margin: auto;
  }
  .desktopnav {
    display: none;
  }
  .desktop2 {
    width: 428px;
    margin: auto;
  }
  .mrgrmove {
    margin-top: 0px;
  }
  .desktop3 {
    width: 428px;
    margin: auto;
  }
  .desktop4 {
    width: 428px;
    margin: auto;
  }
  .desktop5 {
    width: 428px;
    margin: auto;
  }
  .desktop6 {
    width: 428px;
    margin: auto;
  }
  .desktop7 {
    width: 428px;
    margin: auto;
  }
  .desktop8 {
    width: 428px;
    margin: auto;
  }
  .desktop9 {
    width: 428px;
    margin: auto;
  }
  .deskpad {
    width: 428px;
    margin: auto;
    padding-left: 0px !important;
  }
  .desktop10 {
    width: 428px;
    margin: auto;
  }
  .desktop11 {
    width: 428px;
    margin: auto;
  }
  .desktop12 {
    width: 428px;
    margin: auto;
  }
  .desktop13 {
    width: 428px;
    margin: auto;
  }
  .modal.show .modal-dialog {
    width: 400px;
    margin: auto;
  }
  .close {
    margin-top: -10px;
  }
  .slide-txt {
    height: 325px;
  }
  .back-to-top {
    width: 26% !important;
  }
  .treat-joint-btn {
    width: 16% !important;
  }
  .medicine-plan {
    left: 44.3%;
  }
  .medicine-plan2 {
    left: 55%;
  }
  .common-bg {
    margin-top: 0px;
  }
  .slid-frm {
    height: 121px;
  }
  .slid-txt {
    padding-left: 130px;
  }
  .slid-txt2 {
    padding-left: 130px;
  }
  #footer .footer-top .footer-info {
    padding: 0px 0px 30px 0px;
	text-align:center;
  }
  .patient-img {
    padding: 0px 135px 0px 135px;
  }
}

/* mobile responsive */

@media all and (max-width: 767px) {
  .spcl h5 {
    font-size: 17px;
  }

  .spcl p {
    font-size: 14px;
  }

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

  .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: 53%;
  }

  .booka strong {
    font-size: 11px;
  }

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

  .dr-banner {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .caption_content {
    width: 100%;
    margin-top: 5%;
  }
  .caption_content h1 {
    font-size: 20px;
    line-height: 24px;
    padding-top: 0px;
    text-align: left;
    margin-bottom: 1px;
  }
  .caption_content p {
    font-size: 23px !important;
    line-height: 28px;
    margin-bottom: 0px;
    margin-left: 55%;
  }

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

  .caption_content li .icons {
    height: 20px;
    line-height: 20px;
    width: 20px;
  }

  .edge {
    padding: 0px 20px;
  }

  .symp {
    padding: 0px 20px;
  }

  .dr_bg {
    padding-bottom: 30px;
  }

  .spcl {
    padding: 30px 20px;
  }

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

  .caption_content h2 {
    margin-left: 55%;
    font-size: 17px !important;
    font-family: Myriad Pro !important;
  }
  .dr_des {
    width: 50%;
  }
}
/* mobile responsive */
/* thankyou page css start */

@media all and (min-width: 500px) and (max-width: 1000px) {
  .icon-frm {
    width: 17%;
  }
  .personalised-frm1 {
    min-height: 300px;
  }
  .personalised-frm2 {
    min-height: 300px;
  }
  .slid-txt {
    font-size: 22px;
    padding-top: 20px;
  }
  .slid-hepatxt {
    font-size: 22px;
    padding-top: 20px;
  }
  .slid-txt2 {
    font-size: 22px;
    padding-top: 25px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .padrmve {
    padding-left: 0px;
    padding-right: 0px;
  }

  .symptomsfrm1 {
    min-height: 185px;
  }
  .symptomsfrm2 {
    min-height: 185px;
  }
  .symptomsfrm3 {
    min-height: 185px;
  }
  .symptomsfrm4 {
    min-height: 185px;
  }
  .symptomsfrm5 {
    min-height: 185px;
  }
  .symptomsfrm6 {
    min-height: 185px;
  }
  .treat-frm1 {
    width: 46%;
  }
  .treat-frm2 {
    width: 46%;
  }
  .treat-frm3 {
    width: 46%;
  }
  .treat-frm4 {
    width: 46%;
  }
  .impact-txt{
	  font-size:15px;
	  line-height:20px;
  }
  .delayedPopupWindow{
	left:0%;
  }
  .delayedPopupWindow2 {
	left:0%;
  }
}

@media (min-width: 1024px) and (max-width: 1920px) {
  .personalised-plan {
    left: 43.4%;
  }
  .personalised-plan2 {
    left: 56.5%;
  }
  .symptomsfrm2 {
    margin-left: 16px;
    margin-bottom: 16px;
  }
  .symptomsfrm3 {
    margin-bottom: 16px;
  }
  .symptomsfrm4 {
    margin-left: 16px;
    margin-bottom: 16px;
  }
  .symptomsfrm5 {
    margin-bottom: 16px;
  }
  .symptomsfrm6 {
    margin-left: 16px;
    margin-bottom: 16px;
  }
}
