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

/* General */

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

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

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

h1, h2, h3, h4, h5, h6 {
  font-family:"Roboto", sans-serif;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  /* right: 32px; */
  bottom: 0px;
  z-index: 996;
  background:#c74a1a;
  color:#fff;
  width: 83%;
  height: 40px;
  border-radius:12px;
  transition: all 0.4s;
  font-size:18px;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #101010;
  color: #fff;
}
.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:#fff;
 /* 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:#5c5a5b;
	text-align:center;
	padding:5px 0px 12px 0px;
	line-height:30px;
	text-transform:none;
}
.cure-hd{
	font-weight: 600;
	margin-bottom: 0px;
	font-size: 25px;
	color:#ffffff;
	text-align:left;
	padding:0px 0px 18px 5px;
	line-height:30px;
	text-transform:none;
}
.book-frm{
	padding:18px 18px 22px 18px;
	background:#C74A1B;
	border-radius:0px;
}
.form-bg{
	padding-top: 0px;
	padding-bottom: 15px;
	background:#ffeddb;
}
.book-now{
	padding:0px 0px 10px 0px;
	position:relative;
	margin-top:0px;
	/* background:#ffeddb; */
}
.book-btn{
	font-size:15px;
	color:#ffffff !important;
	background:#000000;
	padding:.675rem .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;
}
.icon-boxes {
	position: relative;
	padding-bottom:0px;
	background:#ffeddb;
}
.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;
  }
}

/* Pain top Slider Section Start*/

.wht-bg {
    background: #fff;
	padding: 0px 0px 50px 0px;
}
.pain-bg {
    background: #ffeddb;
    padding: 35px 0px 0px 0px;
	border-bottom-left-radius:30px;
	border-bottom-right-radius:30px;
}
/* new css add page start */
.analysis-obesity{
	font-family:"Roboto", sans-serif;
	font-size: 25px;
	text-align: center;
	line-height: 30px;
	font-weight: 600;
	color:#444444;
	padding: 0px 0px 20px 0px;
}
.analysis-obesity-txt{
	font-size: 16px;
	color: #444444;
	line-height: 20px;
	text-align:center;
	padding: 0px 10px 0px 10px;
}
.blood-sugar-hd{
	font-size:25px;
	text-align:center;
	line-height:30px;
	font-weight:600;
	padding:10px 0px 0px 0px;
}
.blood-sugar-txt{
	font-size:16px;
	color:#5c5a5b;
	line-height:25px;
	text-align:left;
	padding-top:10px;
	padding-bottom:0px;
}
.blood-sugar-txt2{
	font-size:16px;
	color:#5c5a5b;
	line-height:25px;
	text-align:left;
	padding-top:0px;
	padding-bottom:50px;
}
/* new css add page end */

.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:19px;
	color:#000000;
	padding-left:117px;
	line-height:20px;
	padding-top:5px;
	font-weight:bold;
}
.slid-txt2{
	font-size:18px;
	color:#5c5a5b;
	padding-left:117px;
	line-height:20px;
}
.answered{
	font-size:16px;
	color:#444444;
	line-height:25px;
	text-align:center;
	padding:10px 10px 40px 10px;
}
.ayur-healing{
	font-size:16px;
	color:#5c5a5b;
	line-height:25px;
	text-align:center;
	padding-bottom:0px;
}
.treat-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:.5px;
	border-radius:12px;
}
.treat-btn a{
	color:#fff;
	text-decoration:none;
}
.treat-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.50s 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";
}

/* Pain top Slider Section End */


/* Balancing Vata Section Start */

.balancing-bg {
	padding: 20px 0px 0px 0px;
	background:#fff;
}
.balance-img{
	text-align:center;
}
.balance-head{
	font-size:25px;
	text-align:center;
	line-height:30px;
	font-weight:600;
	padding:0px 20px 0px 20px;
}
.balance-txt{
	text-align:center;
	color:#969696;
	font-size:18px;
}
.frm1{
	width:48%;
	float:left;
	background:#f7eae3;
	padding:15px;
	margin-top:20px;
	margin-bottom:12px;
	min-height:270px;
}
.frm2{
	width:48%;
	float:left;
	background:#fadfcf;
	padding:15px;
	margin-top:20px;
	margin-bottom:12px;
	margin-left:14px;
	min-height:270px;
}
.frm3{
	width:48%;
	float:left;
	background:#fadfcf;
	padding:15px;
	margin-top:0px;
	margin-bottom:12px;
	min-height:270px;
}
.frm4{
	width:48%;
	float:left;
	background:#f7eae3;
	padding:15px;
	margin-top:0px;
	margin-bottom:12px;
	margin-left:14px;
	min-height:270px;
}
.frm5{
	width:48%;
	float:left;
	background:#f7eae3;
	padding:15px;
	margin-top:0px;
	margin-bottom:12px;
	min-height:230px;
}
.frm6{
	width:48%;
	float:left;
	background:#fadfcf;
	padding:15px;
	margin-top:0px;
	margin-bottom:12px;
	margin-left:14px;
	min-height:270px;
}
.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:10px;
	padding-top:30px;
	letter-spacing:0px;
}
.frm-txt{
	font-size:18px;
	line-height:25px;
	text-align:left;
}

/* Balancing Vata Section End */


/* Fights fatigue Section Start */


.common-bg{
	background: #fff;
	padding: 40px 0px 0px 0px;
	margin-top:0px;
}
.treat-bg {
	background: #ffeddb;
	padding: 40px 0px 20px 0px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}
.comon-type{
	font-size:25px;
	text-align:center;
	line-height:30px;
	font-weight:600;
	color:#444444;
	padding-bottom:20px;
}
.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:185px; */
}
.comon-frame2{
	height:185px;
	margin-top:0px;
}
.treat-frm1{
	width:47%;
	float:left;
	border:1px solid #BF7270;
	border-radius: 10px;
	padding:10px;
	height:155px;
	margin-bottom:24px;
}
.treat-frm2{
	width:47%;
	float:left;
	margin-left:24px;
	border:0px solid #BF7270;
	border-radius: 10px;
	padding:10px;
	background:#BF9270;
	margin-bottom:0px;
	height:155px;
	margin-bottom:24px;
}
.treat-frm3{
	width:47%;
	float:left;
	border:0px solid #BF7270;
	border-radius: 10px;
	padding:10px;
	background:#BF9270;
	height:155px;
	margin-bottom:24px;
}
.treat-frm4{
	width:47%;
	float:left;
	margin-left:24px;
	border:1px solid #BF7270;
	border-radius: 10px;
	padding:10px;
	height:155px;
	margin-bottom:24px;
	/* 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;
}

/* Fights fatigue Section End */

/* Jiva Ayunique Section Start */

.ayunique-bg{
	background:#fff;
	padding: 40px 0px 0px 0px;
}
.ayunique-head{
	font-size: 25px;
	text-align: center;
	line-height: 30px;
	font-weight: 600;
	padding: 0px 0px 0px 0px;
}
.treatment-txt{
	font-size:20px;
	text-align:center;
	line-height:25px;
	letter-spacing:1px;
	padding: 10px 0px 15px 0px;
}
.testimonial-bg{
    background: #ffeddb;
    padding: 35px 20px 0px 20px;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
.testimonial-txt{
	font-size:22px;
	color:#2F2F2F;
	text-align:left;
	line-height:25px;
	font-weight:600;
}
.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;
}
.bordrtop{
	margin-top:-12px;
}
.star{
	padding:0px 0px 10px 0px;
}
.savitri-frm{
	padding:30px 0px 10px 0px;
}
.savitri-img{
	float:left;
	width:35%;
}
.savitri-name{
	float:left;
	width:65%;
	font-size:25px;
	color:#BF9270;
	padding:20px 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: 0px 0px 60px 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:470px;
}
.why-head{
	color:#C74A1B;
	font-size:25px;
	font-weight:600;
	text-align:center;
}
.why-txt{
	font-size:18px;
	color:#4B4B4B;
	line-height:25px;
	padding:0px 0px 0px 0px;
}
.success-frm1{
	width:47%;
	float:left;
	background:#C74A1B;
	padding:12px;
	border-radius:10px;
	height:160px;
	margin-bottom:15px;
}
.success-frm2{
	width:47%;
	float:left;
	background:#C74A1B;
	padding:12px;
	border-radius:10px;
	height:160px;
	margin-left:15px;
	margin-bottom:15px;
}
.success-frm3{
	width:47%;
	float:left;
	background:#C74A1B;
	padding:12px;
	border-radius:10px;
	height:160px;
	margin-bottom:20px;
}
.success-frm4{
	width:47%;
	float:left;
	background:#C74A1B;
	padding:12px;
	border-radius:10px;
	height:160px;
	margin-left:15px;
	margin-bottom:20px;
}
.success-txt1{
	color:#fff;
	font-size:35px;
	font-weight:600;
	line-height:20px;
	padding:35px 0px 0px 0px;
}
.success-txt2{
	color:#fff;
	font-size:14px;
	font-weight:600;
	line-height:20px;
	padding:15px 0px 0px 0px;
	text-transform:uppercase;
}
.success-txt3{
	color:#fff;
	font-size:35px;
	font-weight:600;
	line-height:20px;
	padding:35px 0px 0px 0px;
}
.success-txt4{
	color:#fff;
	font-size:14px;
	font-weight:600;
	line-height:20px;
	padding:15px 0px 0px 0px;
	text-transform:uppercase;
}
.success-txt5{
	color:#fff;
	font-size:35px;
	font-weight:600;
	line-height:20px;
	padding:53px 0px 0px 0px;
}
.success-txt6{
	color:#fff;
	font-size:14px;
	font-weight:600;
	line-height:20px;
	padding:15px 0px 0px 0px;
	text-transform:uppercase;
}
.jiva-assures{
	font-size:18px;
    color: #4B4B4B;
    line-height: 25px;
    padding: 0px 0px 0px 0px;
}

/* Why Jiva Section End */

/* What do you get in the programme Section Start */

.progrm-bg{
	background: #fff;
	padding: 40px 12px 0px 12px;
	margin-top:0px;
}
.what-bg {
	background: #fff;
	padding: 40px 0px 20px 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.what-hd{
	font-size:25px;
	text-align:center;
	line-height:30px;
	font-weight:600;
	color:#444444;
	padding-bottom:20px;
}
.what-txt{
	font-size:16px;
	text-align:left;
	line-height:25px;
	font-weight:500;
	color:#444444;
	padding-bottom:20px;
	padding-left:0px;
	padding-right:0px;
}


/* Footer */

.map-icon{
	float:left;
}
.address-txt{
	padding-left:50px;
	padding-bottom:10px;
}
#footer {
  color: #929292;
  font-size: 16px;
}
#footer .footer-top {
	background:#2f2f2f;
  /* background: #36261F; */
  padding: 30px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 0px;
  padding:0px 30px 30px 60px;
}
#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: #929292;
  color:#303030;
  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: #929292;
  text-transform: none;
  position: relative;
  padding-bottom: 5px;
  border-bottom:1px solid #929292;
  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;
}

/* Start popup modal form */

.modal{
	top:80px;
	cursor:pointer;
}

.modal-content{
	border-radius:10px;
}
.modal-title{
	font-size:22px !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:55px;
}
.modal-dialog{
	margin:.9rem;
}
.form-control{
	border-radius:0px;
	margin-bottom:13px;
	font-size:15px;
	color:#000000;
	border:0px solid #6d6b6b;
	padding:.575rem .75rem;
	/* box-shadow: 5px 1px 5px #888888; */
}
.form-check-input[type="checkbox"]{
	border-radius:0px;
}
.agree{
	color:#fff;
	font-size:16px;
	font-weight:500;
	padding-left:5px;
}
.agree a{
	color:#fff;
	text-decoration:underline;
}
.agree a:hover{
	color:#fff;
	text-decoration:underline;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}
label{
	font-size: 13px;
    padding-bottom: 10px;
    padding-left: 12px;
}
.btn-success{
	background:#000000;
	color:#ffffff;
	border-radius:12px;
	width:100%;
	border:0px solid #fff;
	padding:8px;
}
.btn-success:hover {
    color: #fff;
    background-color: #1f1f1e;
    border-color: #1f1f1e;
}
.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 -.5rem -1.5rem;
}

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

/* End popup modal form */

@media (min-width:320px) {
	#hero {
    height:433px;
  }
  .icon-boxes{
	  padding-top:10px;
  }
  .slid-txt{
	font-size:19px;
  }
  .slid-txt2{	
	font-size:19px;
  }
  .treat-head{
	 font-size:15px;
  }
  .treat-head2{
	font-size:15px;
  }
  .comon-frame{
	  padding:0px 14px 0px 15px;
  }
  .treat-frm1{
	  width:46%;
  }
  .treat-frm2{
	  width:46%;	  
  }
  .treat-frm3{	  
	  width:46%;
  }
  .treat-frm4{
	  width:46%;
  }
  .frm1{
	  min-height:300px;
	}
  .frm2{
	  min-height:300px;
	}
  .frm3{
	  min-height:300px;
	}
  .frm4{
	  min-height:300px;
	}
  .frm5{
	  min-height:230px;
	}
  .frm6{
	  min-height:300px;
	}
  
}
@media (min-width:360px) {
  #hero {
    height:390px;
  }
  .icon-boxes {
    padding-top: 5px !important;
  }
  .frm2{
	  margin-left:12px;
  }
  .frm4{
	  margin-left:12px;
  }
  .frm6{
	  margin-left:12px;
  }
  .slid-txt{
	font-size:19px;
	line-height:21px;
  }
  .slid-txt2{	
	font-size:19px;
  }
  .slid-frm{
	  height:121px;
  }
  .success-frm1{
	   padding:10px;
  }
  .success-frm2{
	  padding:10px;
  }
  .treat-head{
	 font-size:14px;
  }
  .treat-head2{
	font-size:14px;
  }
  .frm1{
	  min-height:300px;
	}
  .frm2{
	  min-height:300px;
	}
  .frm3{
	  min-height:320px;
	}
  .frm4{
	  min-height:300px;
	}
  .frm5{
	  min-height:230px;
	}
  .frm6{
	  min-height:300px;
	}
}

@media (min-width: 375px) {
  #hero {
    height: 412px;
	padding-top:0px;
	padding-bottom:0px;
  }
  .icon-boxes {
    padding-top: 5px !important;
  }
  .slid-txt{
	font-size:19px;
	line-height:25px;
  }
  .slid-txt2{
	font-size:19px;
  }
  .slid-frm{
	  height:121px;
  }
  .treat-head{
	 font-size:15px;
  }
  .treat-head2{
	font-size:15px;
  }
  .frm-hd{
	  font-size:16px;
  }
  .frm1{
	  min-height:300px;
	}
  .frm2{
	  min-height:300px;
	}
  .frm3{
	  min-height:300px;
	}
  .frm4{
	  min-height:300px;
	}
  .frm5{
	  min-height:230px;
	}
  .frm6{
	  min-height:300px;
	}
  
}

@media (min-width: 384px) {
  #hero{
	 height: 420px;
  }
  .icon-boxes {
    padding-top: 5px !important;
  }
  .slid-txt{
	font-size:20px;
	line-height:25px;
  }
  .slid-txt2{	
	font-size:20px;
  }
  .slid-frm{
	  height:121px;
  }
  .treat-head{
	 font-size:15px;
  }
  .treat-head2{
	font-size:15px;
  }
  .frm1{
	  min-height:300px;
	}
  .frm2{
	  min-height:300px;
	}
  .frm3{
	  min-height:300px;
	}
  .frm4{
	  min-height:300px;
	}
  .frm5{
	  min-height:230px;
	}
  .frm6{
	  min-height:300px;
	}
  
}

@media (min-width: 390px) {
  #hero{
	 height:425px;
    padding: 0px 0; 
  }
  .icon-boxes {
    padding-top: 5px !important;
  }
  .slid-txt{
	font-size:20px;
	line-height:25px;
  }
  .slid-txt2{	
	font-size:20px;
  }
  .slid-frm{
	  height:121px;
  }
  .treat-head{
	 font-size:15px;
  }
  .treat-head2{
	font-size:15px;
  }
  .frm1{
	  min-height:300px;
	}
  .frm2{
	  min-height:300px;
	}
  .frm3{
	  min-height:300px;
	}
  .frm4{
	  min-height:300px;
	}
  .frm5{
	  min-height:230px;
	}
  .frm6{
	  min-height:300px;
	}
  
}

@media (min-width: 412px) {
  #hero{
	height: 450px;
  }
  .icon-boxes {
    padding-top: 5px !important;
  }
  .slid-txt{
	font-size:22px;
	line-height:24px;
  }
  .slid-txt2{	
	font-size:22px;
  }
  .icon-frm{
	  width:37%;
  }
  .frm1{
	  min-height:300px;
	}
  .frm2{
	  min-height:300px;
	}
  .frm3{
	  min-height:300px;
	}
  .frm4{
	  min-height:300px;
	}
  .frm5{
	  min-height:230px;
	}
  .frm6{
	  min-height:300px;
	}
  
}

@media (min-width: 414px) {
  #hero {
   height: 450px;
  }
  .icon-boxes {
    padding-top: 5px !important;
  }
  .slid-txt{
	font-size:22px;
	line-height:24px;
  }
  .slid-txt2{	
	font-size:19px;
	line-height:20px;
  }
  .icon-frm{
	  width:37%;
  }
  .frm1{
	  min-height:300px;
	}
  .frm2{
	  min-height:300px;
	}
  .frm3{
	  min-height:300px;
	}
  .frm4{
	  min-height:300px;
	}
  .frm5{
	  min-height:230px;
	}
  .frm6{
	  min-height:300px;
	}
  
}

@media (min-width: 428px) {
  #hero {
    height: 455px;
  }
  .icon-boxes {
    padding-top: 5px !important;
  }
  .slid-txt{
	font-size:22px;
	line-height:25px;
	padding-left:125px;
  }
  .slid-txt2{	
	font-size:22px;
  }
  .slid-frm{
	  height:121px;
  }
  .icon-frm{
	  width:36%;
  }
  .frm1{
	  min-height:300px;
	}
  .frm2{
	  min-height:300px;
	}
  .frm3{
	  min-height:300px;
	}
  .frm4{
	  min-height:300px;
	}
  .frm5{
	  min-height:230px;
	}
  .frm6{
	  min-height:300px;
	}
  
  
}

 @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:-22px;
	}
	.slide-txt{
		height:325px;
	}
	.treat-btn{
		width:27% !important;
	}
	.medicine-plan{
		left:43.4%;
	}
	.medicine-plan2{
		left:56.5%;
	}
	.slid-frm{
		height:121px;
	}
	.slid-txt{
		padding-left:130px;
	}
	.slid-txt2{
		padding-left:130px;
	}
	.back-to-top {
		width:26%;
	}
}


 @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:-22px;
	}
	.slide-txt{
		height:325px;
	}
	.treat-btn{
		width:22% !important;
	}
	.medicine-plan{
		left:44.3%;
	}
	.medicine-plan2{
		left:55%;
	}
	.slid-frm{
		height:121px;
	}
	.slid-txt{
		padding-left:130px;
	}
	.slid-txt2{
		padding-left:130px;
	}
	#footer .footer-top .footer-info{
		padding:0px 30px 30px 80px;
	}
	.back-to-top {
		width:26%;
	}
}


