a,
a:hover {
    color: #b5654c;
    text-decoration: none;
}
body {
    font-family: Roboto, sans-serif;
}
#header .logo,
#header.header-scrolled .logo2 {
    font-size: 28px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.navbar a,
.navbar a:focus,
.navbar > ul > li {
    white-space: nowrap;
    position: relative;
}
.about .container,
.navbar li,
.navbar > ul > li {
    position: relative;
}
#preloader,
.navbar-mobile {
    right: 0;
    left: 0;
    overflow: hidden;
}
#preloader,
.back-to-top,
.navbar-mobile {
    position: fixed;
    bottom: 0;
}
.navbar .dropdown ul,
.navbar-mobile .dropdown ul {
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
    z-index: 99;
}
#hero,
.about .content p:last-child,
.section-title,
.section-title p,
.we-head {
    margin-bottom: 0;
}
.medicine-plan,
.medicine-plan2,
.treat-joint-btn {
    transform: translate(-50%, -50%);
}
#hero,
#preloader,
#topbar,
.chauhan-bg,
.navbar-mobile,
section {
    overflow: hidden;
}
body {
    color: #444;
    background: #e7e5e5;
}
.back-to-top {
    visibility: hidden;
    opacity: 0;
    z-index: 996;
    background: #c74a1b;
    color: #fff;
    width: 95%;
    height: 45px;
    border-radius: 15px 15px 0 0;
    transition: 0.4s;
    font-size: 16px;
}
.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}
/*
.back-to-top:hover {
    background: #c74a1a;
    color: #fff;
}
.back-to-top.active {
    visibility: visible;
    opacity: 1;
}
*/
#preloader {
    top: 0;
    z-index: 9999;
    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: 1s linear infinite animate-preloader;
    animation: 1s linear infinite animate-preloader;
}
@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate-preloader {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}
#topbar {
    height: 60px;
    padding: 0;
    font-size: 14px;
    transition: 0.5s;
    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;
}
.carousel-inner {
    background: #ffeddb;
}
.banner-pad,
.faq .faq-list2,
.navbar,
.we-frm {
    padding: 0;
}
#header {
    transition: 0.5s;
    z-index: 997;
    height: 60px;
    background: #ffeddb;
    border-top: 5px solid #c74a1a;
}
#header.header-scrolled {
    background: #c74a1a;
    top: 0;
    height: 50px;
}
#header.header-scrolled,
.faq .faq-list .icon-show,
.faq .faq-list a.collapsed .icon-close,
.faq .faq-list2 .icon-show,
.faq .faq-list2 a.collapsed .icon-close,
.logo2 {
    display: none;
}
#header .logo {
    margin: 0;
    padding: 0;
}
#footer .footer-top .footer-links ul a:hover,
#header .logo a,
#header.header-scrolled .bi-list::before,
#header.header-scrolled .logo2 a,
.mobile-nav-toggle.bi-x,
.navbar .active,
.navbar .active:focus,
.navbar a:hover,
.navbar li:hover > a {
    color: #fff;
}
.top-logo{
	background:#ffffff;
	text-align:center;
	padding:10px 0px 10px 0px;
}
#header .logo img {
    max-height: 37px;
    margin-top: 0;
}
#header.header-scrolled .logo2 {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;
}
#header.header-scrolled .logo2 img {
    max-height: 33px;
    margin-top: 0;
}
#header.header-scrolled .mobile-nav-toggle {
    color: #fff;
    font-size: 32px;
    height: 30px;
}
.bi-list::before {
    color: #000;
}
.header-inner-pages {
    background: rgba(5, 87, 158, 0.9) !important;
}
.topbar-inner-pages {
    background: rgba(6, 98, 178, 0.9) !important;
}
.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.navbar > ul > li {
    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);
    transition: 0.3s;
}
.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}
.navbar > ul > li > a:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #c74a1b;
    visibility: hidden;
    width: 0;
    transition: 0.3s ease-in-out;
}
.navbar .active:before,
.navbar a:hover:before,
.navbar li:hover > a:before {
    visibility: visible;
    width: 100%;
}
.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    border-radius: 8px;
}
.navbar .dropdown ul li,
.navbar-mobile .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,
.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul a: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-nav-toggle {
    color: #000;
    font-size: 35px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
    height: 40px;
}
@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}
.navbar-mobile {
    top: 0;
    background: rgba(211, 211, 211, 0.9);
    transition: 0.3s;
    z-index: 999;
}
#hero,
.about {
    position: relative;
}
.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}
#hero .carousel-container,
#hero:before,
.about:before {
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
}
.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: #000;
}
.navbar-mobile .active:before,
.navbar-mobile a:hover:before,
.navbar-mobile li:hover > a:before {
    visibility: hidden;
}
.navbar-mobile .active,
.navbar-mobile a:hover,
.navbar-mobile li:hover > a {
    color: #75474a;
}
.book-btn a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul li:hover > a,
.step_2 h3,
.we-head {
    color: #c74a1b;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}
.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    opacity: 1;
    visibility: visible;
}
.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}
.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}
#hero {
    width: 100%;
    height: 97vh;
    z-index: 99;
    transition: 0.3s;
}
#hero:before {
    content: "";
    position: absolute;
}
#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
#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;
    color: #fff;
}
#hero .carousel-control-next,
#hero .carousel-control-prev {
    width: 10%;
}
#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: 0 0;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
}
#hero .btn-get-started,
.about .content .btn-learn-more {
    font-size: 14px;
    padding: 12px 32px;
    letter-spacing: 1px;
    display: inline-block;
    line-height: 1;
    font-family: Roboto, sans-serif;
}
#hero .btn-get-started {
    font-weight: 500;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #c74a1b;
}
#footer .footer-top .social-links a:hover,
#hero .btn-get-started:hover {
    background: #c74a1b;
    color: #fff;
    text-decoration: none;
}
section {
    padding: 60px 0;
}
.section-title {
    padding: 0 20px 30px;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}
.section-title h1 {
    font-size: 25px;
    font-weight: 600;
    font-family: Roboto, sans-serif;
    text-transform: none;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #733423;
}
.section-title p {
    padding: 0 20px 30px;
    font-weight: 600;
    font-size: 18px;
}
.padrmove {
    padding-left: 0;
    padding-right: 0;
}
.about {
    padding: 140px 0;
}
.about:before {
    content: "";
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
}
.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 .btn-learn-more {
    font-weight: 600;
    border-radius: 5px;
    transition: 0.3s;
    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;
}
.we-head h2{
    font-weight: 500;
    font-size: 19px;
    text-align: center;
    padding: 0;
    line-height: 25px;
    font-style: normal;
}
.naturaly,
.root-cause {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 25px;
    text-align: center;
    text-transform: none;
}
.naturaly {
    color: #733423;
    padding: 15px 0 0px;
    line-height: 26px;
}
.naturaly h1 {
    font-size: 25px;
    font-weight: 600;
	padding-top:15px;
}
.root-cause {
    color: #733423;
    padding: 15px 10px 10px;
    line-height: 28px;
}
.cure-hd {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 25px;
    text-align: center;
    line-height: 30px;
}
.get-safe {
    color: #733423;
    padding: 35px 10px 5px 10px;
    text-transform: none;
    line-height: 28px;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}
.book-btn a,
.cure-hd {
    color: #fff;
}
.get-bg {
    padding-top: 0;
    padding-bottom: 0;
    background: #ffeddb;
}
.loction-frm{
	padding:10px 20px 10px 20px;
	/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}
.cure-hd h1{
    padding: 0 0 10px 0px;
    text-transform: none;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
	color:#733423;
}
.book-btn,
.icon-boxes .icon-box {
    color: #fff !important;
    text-transform: uppercase;
}
.book-frm {
    padding: 18px 18px 22px;
    background: #fff;
    border-radius: 11px;
}
.form-bg {
    padding-top: 0;
    padding-bottom: 20px;
    background: #ffeddb;
}
.book-btn,
.book-btn a {
    background: #000;
    text-align: center;
}
.book-now {
    padding: 0 0 10px;
    position: relative;
    margin-top: 0;
}
.book-btn {
    font-size: 15px;
    padding: 0.675rem 0.75rem !important;
    border-radius: 5px !important;
    border: 0 solid #000;
    margin-bottom: 5px !important;
}

.patbtm{
	background:#ffeddb;
	padding:25px 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;
}

.icon-boxes {
    position: relative;
    padding-bottom: 0;
    background: #ffeddb;
}
.icon-boxes .icon-box {
    padding: 10px 10px 7px;
    position: relative;
    background: #c74a1b;
    border-radius: 10px;
}
.icon-boxes .icon {
    margin: 0 auto 20px;
    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: 0;
    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: #777;
}
@-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;
    }
}
.wht-bg {
    background: #fff;
    padding: 0 0 30px;
}
.we-help {
    font-size: 25px;
    color: #733423;
    font-weight: 700;
    text-align: center;
    padding: 0 0 10px;
    text-transform: none;
}
.post-slide .post-title,
.treat-joint-btn {
    text-transform: uppercase;
    font-weight: 600;
}
.pain-bg {
    background: #ffeddb;
    padding: 30px 0 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.slid-frm {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    height: 125px;
}
.slid-txt,
.slid-txt2 {
    font-size: 18px;
    color: #5c5a5b;
    padding-left: 117px;
    line-height: 20px;
}
.icon-frm {
    height: 85px;
    width: 42%;
    float: left;
    border-radius: 10px;
}
.slid-txt {
    padding-top: 5px;
    font-weight: 700;
}
.answered,
.ayur-healing {
    font-size: 18px;
    color: #5c5a5b;
    line-height: 25px;
    text-align: center;
}
.answered {
    padding-top: 0;
    padding-bottom: 20px;
}
.ayur-healing {
    padding-bottom: 70px;
}
.treat-joint-btn {
    background: #c74a1b;
    padding: 15px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    left: 50%;
    position: absolute;
    width: 75%;
    margin-top: 0;
    letter-spacing: 1px;
}
.treat-joint-btn a {
    color: #fff;
    text-decoration: none;
}
.spcl li p a,
.treat-joint-btn a:hover {
    color: #733423;
    text-decoration: none;
}
.post-slide {
    background: #f9d5b3;
    margin: 20px 14px;
    border-radius: 15px;
}
.post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.post-slide .post-img img {
    height: auto;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
    padding: 20px 0 20px 10px;
}
.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: 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;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
    height: 100px;
}
.post-slide .post-title {
    font-size: 15px;
    color: #6b4b3e;
    display: inline-block;
    transition: 0.3s;
}
.post-slide .post-description {
    line-height: 24px;
    color: grey;
    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: #fff;
    box-shadow: 0 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 .owl-next,
.owl-controls .owl-buttons .owl-prev {
    background: #fff;
    top: -13%;
    border-radius: 50px;
    transition: background 0.5s;
    position: absolute;
}
.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}
.owl-controls .owl-buttons .owl-prev {
    left: 15px;
    padding: 0 18px 0 15px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
}
.owl-controls .owl-buttons .owl-next {
    right: 15px;
    padding: 0 15px 0 18px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
}
.owl-controls .owl-buttons .owl-next:after,
.owl-controls .owl-buttons .owl-prev:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 30px;
}
.owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
}
.achievements-bg {
    padding: 0 0 40px;
    background: #ffeddb;
}
.achievements-frm {
    background: #c74a1b;
    border-radius: 11px;
    padding: 15px;
}
.achievements-head h1{
    font-size: 25px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
    padding: 0 0 10px;
}
.percent {
  font-size: 22px;
  font-weight: 600;
}
.achievements-txt1,
.achievements-txt2,
.achievements-txt3 {
    font-size: 15px;
    text-align: left;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
}
.achievements-txt1,
.achievements-txt2 {
    padding: 0 0 10px;
}
.achievements-txt3 {
    padding: 0;
}
.balance-head,
.promise-section-title {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
}
.what-section-bg {
    background: #723421;
    padding: 30px 0;
    margin-bottom: 0 !important;
}
.promise-section-title h1{
    color: #fff;
    font-weight: 600;
	font-size: 25px;
	line-height: 30px;
	text-align: center;
}
.faq .faq-list2 ul {
    padding: 0;
    list-style: none;
}
.faq .faq-list2 li + li {
    margin-top: 15px;
}
.faq .faq-list2 li {
    padding: 0;
    position: relative;
    border-bottom: 0 solid #723321;
}
.faq .faq-list2 a {
    display: block;
    position: relative;
    font-size: 19px;
    line-height: 22px;
    font-weight: 700;
    padding: 10px 50px 10px 10px;
    outline: 0;
    cursor: pointer;
    background: #c3cd9d;
    color: #723421;
    /* height: 90px; */
}
.faq .faq-list2 .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #723321;
}
.faq .faq-list2 .icon-close,
.faq .faq-list2 .icon-show,
.faq .faq-list2 a.collapsed .icon-show {
    right: 10px;
    top: 17px;
    background: #903100;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    position: absolute;
}
.faq .faq-list2 .icon-close,
.faq .faq-list2 .icon-show {
    font-size: 30px;
}
.faq .faq-list2 p {
    margin-bottom: 0;
    padding: 20px;
    background: #fff;
    font-size: 15px !important;
}
.faq .faq-list2 a.collapsed {
    color: #723421;
}
.faq .faq-list2 a.collapsed .icon-show {
    display: inline-block;
    font-size: 30px;
}
.promise-bg,
.promise-bg1,
.promise-bg2 {
    background: #ffeddb !important;
}
.promise-bg3,
.promise-bg4 {
    background: #ffeddb !important;
}
.padextra {
    padding-left: 30px;
    padding-right: 30px;
}
.balancing-bg {
    padding: 0 0 15px;
    background: #ffeddb;
    margin: 0;
}
.balance-img {
    text-align: center;
}
.balance-head h1{
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	color: #733423;
	font-weight: 600;
	padding: 40px 0 20px;
}
.padbtm {
    padding-bottom: 24px;
}
.award-txt {
    text-align: center;
    color: #733423;
    font-size: 15px;
    line-height: 20px;
    padding-top: 5px;
}
.frm1,
.frm2 {
    width: 48%;
    float: left;
    padding: 15px;
    margin-top: 30px;
    min-height: 500px;
}
.frm1 {
    background: #e3b7a0;
}
.frm2 {
    background: #edcdbb;
    margin-left: 14px;
}
.medicine-plan {
    left: 25.5%;
    position: absolute;
}
.medicine-plan2 {
    left: 74.5%;
    position: absolute;
}
.frm-hd {
    font-size: 25px;
    line-height: 28px;
    font-weight: 600;
    padding-bottom: 30px;
    padding-top: 60px;
    letter-spacing: -1px;
}
.frm-txt {
    font-size: 18px;
    line-height: 25px;
    text-align: left;
}
.common-bg,
.comn-bg {
    background: #fff;
    padding: 0;
    margin-top: 0;
}
.treat-bg {
    background: #ffeddb;
    padding: 30px 0 20px;
    border-radius: 0;
}
.see-doctor {
    padding: 0 20px;
    text-align: center;
    font-size: 16px;
}
.comon-type,
.expert-type,
.panch-therapy {
    font-size: 25px;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
    color: #733423;
    padding: 0 0 20px;
}
.treat-frm1,
.treat-frm2,
.treat-frm3,
.treat-frm4 {
    width: 45%;
    padding: 15px;
    float: left;
}
.comon-frame {
    height: 205px;
}
.treat-frm1 {
    border: 1px solid #bf7270;
    border-radius: 10px;
}
.treat-frm2 {
    margin-left: 10%;
    border: 0 solid #bf7270;
    border-radius: 10px;
    background: #bf9270;
    margin-bottom: 0;
}
.treat-frm3 {
    border: 0 solid #bf7270;
    border-radius: 10px;
    background: #bf9270;
}
.treat-frm4 {
    margin-left: 10%;
    border: 1px solid #bf7270;
    border-radius: 10px;
    margin-top: -35px;
}
.treat-img {
    padding: 5px 0 0;
}
.treat-head,
.treat-head2 {
    font-weight: 600;
    padding: 20px 0 0;
    font-size: 22px;
}
.treat-head {
    color: #bf9270;
}
.treat-head2 {
    color: #fff;
}
.panch-img,
.we-treat {
    padding: 0 20px;
    border-top: 0 solid #d9d5d5;
}
.doc-consul {
    border-radius: 5px;
}
.treat-txt {
    font-size: 22px;
    text-align: left;
    line-height: 25px;
    font-weight: 500;
    color: #c74a1b;
    padding: 15px 0;
}
.our-medicine {
    font-size: 15px !important;
    padding: 0 20px;
    margin-bottom: 0;
    text-align: center;
    color: #733423;
}
.ayunique-head,
.treatment-txt {
    color: #733423;
    font-size: 25px;
    text-align: center;
}
.personalized-treat {
    padding: 0;
    color: #733423;
}
.treat-icon-img {
    width: 10%;
    float: left;
}
.treat-icon-txt {
    width: 100%;
    padding: 0 0 18px;
}
.ayunique-bg {
    background: #fff;
    padding: 30px 0 18px;
}
.ayunique-head {
    font-weight: 600;
    text-transform: none;
    letter-spacing: 1px;
    padding: 0;
}
.treatment-txt {
    line-height: 25px;
    letter-spacing: 0;
    padding: 0 0 30px;
}
.testimonial-bg {
    padding: 0 10px;
    border-radius: 0;
}
.testimonial-txt {
    font-size: 15px;
    color: #2f2f2f;
    text-align: inherit;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: 0.2px;
}
.testimonial-hd {
    font-size: 20px;
    color: #c74a1b;
    text-align: left;
    line-height: 25px;
    font-weight: 500;
    font-style: italic;
    padding: 10px 0;
}
.read-btmpad {
    padding: 10px 0 40px;
}
.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: 0 0 10px;
}
.savitri-frm {
    padding: 0 0 30px 5px;
}
.savitri-img {
    float: left;
    width: 24%;
}
.savitri-name {
    float: left;
    width: 76%;
    font-size: 20px;
    color: #c74a1b;
    padding: 0;
    font-weight: 500;
}
.patient-title h2,
.swiper-name {
    font-weight: 600;
    text-transform: none;
}
.city {
    font-size: 16px;
    color: #733423;
}
.patient-padrmve {
    padding: 0;
    background: #ffeddb;
}
.patient {
    background: #fbf4e5;
    padding: 10px 0;
    border-left: 30px solid #c74a1b;
    margin-top: 0;
}
.patient .content {
    padding: 0 30px 0 0;
}
.patient .content h2 {
    font-weight: 700;
    font-size: 30px;
    text-align: left;
    color: #c74a1a;
}
.patient-title {
    text-align: center;
    padding: 0 40px;
}
.patient-title h2 {
    font-size: 25px;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #723421;
    text-align: left;
}
.patient-title p {
    margin-bottom: 0;
    padding: 10px 0;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #717070;
}
.patient-bg {
    position: relative;
    height: 710px;
}
.patient-whtfrm {
    height: 900px;
    margin: 0;
}
.arow-icon,
.success-frm2,
.success-frm4 {
    margin-left: 5px;
}
.content-frm {
    height: 400px;
    padding: 15px 30px 10px;
}
.swiper-name,
.swiper-taglne {
    font-size: 15px;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left;
}
.content-frm h2 {
    font-size: 19px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 0;
    padding-bottom: 10px;
    color: #723421;
    text-align: left;
    line-height: 27px;
}
.content-frm p {
    font-size: 15px !important;
    font-weight: 500;
    text-transform: none;
    margin-bottom: 0;
    padding-bottom: 20px;
    color: #444;
    text-align: left;
}
.swiper-name {
    color: #c74a1b;
}
.stories-health,
.swiper-taglne {
    color: #723421;
    text-transform: none;
}
.swiper-taglne {
    font-weight: 500;
}
.jiva-assures,
.owl-dots,
.spcl,
.stories-health,
.why-head,
.why-txt {
    text-align: center;
}
.arow-icon {
    margin-top: 10px;
    position: absolute;
}
.stories-health h1{
    font-size: 25px;
    font-weight: 600;
    line-height: 27px;
	color: #723421;
    padding: 40px 20px 15px;
}
.step-txt-frm,
.success-txt6,
.success-txt8,
.thanks_text_ghar h2 strong,
.thanks_text_ghar h3,
.thanks_text_ghar h4 {
    text-transform: uppercase;
}
#footer .footer-top .footer-links ul li:first-child,
.owl-dots {
    padding-top: 0;
}
.owl-nav button {
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.spcl h2,
.why-head {
    color: #733423;
    font-size: 25px;
}
.owl-nav button.owl-prev {
    left: 0;
}
.owl-nav button.owl-next {
    right: 0;
}
.owl-dots {
    padding-bottom: 0px;
	background:#ffeddb;
}
.owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #e8c3b5 !important;
    margin: 0 3px;
}
.owl-dots button.owl-dot.active {
    background: #733423 !important;
}
.owl-dots button.owl-dot:focus,
.owl-nav button:focus {
    outline: 0;
}
.why-bg {
    background: #ffeddb;
    padding: 30px 0 40px;
}
.why-frame {
    padding: 0 30px;
}
.why-head {
    font-weight: 600;
    line-height: 26px;
    padding: 0 0 25px;
}
.why-txt {
    font-size: 16px;
    color: #4b4b4b;
    line-height: 25px;
    padding: 10px 0 20px;
}
.success-txt1,
.success-txt2,
.success-txt3,
.success-txt4,
.success-txt5,
.success-txt6,
.success-txt7,
.success-txt8 {
    color: #ffeddb;
    font-weight: 600;
}
.success-frm1,
.success-frm2,
.success-frm3,
.success-frm4 {
    width: 49%;
    background: #733423;
    padding: 12px;
    height: 140px;
    margin-bottom: 5px;
    border-radius: 5px;
    float: left;
}
.jiva-treat,
.spcl h2,
.spcl li p {
    margin-bottom: 0;
}
.expert-frm,
.expert-frm2 {
    margin: 0;
    display: block !important;
}
.success-txt1,
.success-txt3 {
    font-size: 35px;
    line-height: 20px;
    padding: 24px 0 0;
}
.success-txt2,
.success-txt4 {
    font-size: 15px;
    line-height: 20px;
    padding: 15px 0 0;
    text-transform: uppercase;
}
.success-txt5 {
    font-size: 35px;
    line-height: 25px;
    padding: 10px 0 0;
}
.success-txt6 {
    font-size: 15px;
    line-height: 20px;
    padding: 16px 0 0;
}
.success-txt7 {
    font-size: 27px;
    line-height: 25px;
    padding: 8px 0 0;
}
.success-txt8 {
    font-size: 15px;
    line-height: 20px;
    padding: 13px 0 0;
}
.jiva-assures {
    font-size: 16px;
    color: #4b4b4b;
    line-height: 25px;
    padding: 0;
}
.jiva-treat {
    font-size: 16px;
}
.spcl {
    padding-top: 40px;
    padding-bottom: 30px;
    background: #ffeddb;
}
.spcl h1 {
    font-family: Roboto, sans-serif !important;
    line-height: 30px;
    font-weight: 600;
	color: #733423;
	font-size: 25px;
}
.spcl h2 {
    font-family: Roboto, sans-serif !important;
    line-height: 30px;
    font-weight: 600;
}
.qualified-doctor {
    font-size: 15px;
    color: #000;
    padding: 5px 20px 10px;
}
.spcl ul {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}
.spcl li {
    width: 131px;
    height: 115px;
    background: #fff;
    margin: 0 5px 5px 0;
    padding: 5px;
    border-radius: 5px;
}
.spcl li p {
    font-size: 15px;
    line-height: 16px;
    color: #000;
}
.spcl li p a:hover {
    color: #733423;
    text-decoration: underline;
}
.expert-frm {
    padding: 9px 0 5px;
}
.expert-frm2 {
    padding: 1px 0 5px;
}
.treat-readmore-btn {
    color: #c74a1b;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: right;
    font-size: 16px;
    text-decoration: underline;
    background: 0 0;
    border: 0 solid #c74a1b;
    font-weight: 600;
    letter-spacing: 0.7px;
}
.expert-img-frm,
.panch-txt,
.panch-type,
.step_1,
.steps {
    text-align: center;
}
#footer .footer-top .footer-links ul,
.list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.show-btn,
.slick-slide img {
    width: 100%;
}
.lft-marg {
    margin: 0 0 5px !important;
}
.expert-bg,
.faq .faq-list li + li {
    margin-top: 0;
}
.step-frm1,
.step-frm2 {
    width: 190px !important;
}
.steps {
    padding-bottom: 50px;
}
.steps-bg {
    padding: 30px 0 0;
    background: #723421 !important;
}
.step-hd {
    padding-bottom: 0;
    color: #fff !important;
}
.steps h2 {
    font-size: 25px;
    line-height: 35px;
    color: #000;
    font-weight: 700;
    margin-bottom: 40px;
}
.step_1 {
    background-color: #c74a1b;
    padding: 30px 50px;
    min-height: 185px;
}
.step_1 h3 {
    font-size: 28px;
    color: #fff;
    padding-top: 10px;
}
.step_2 {
    background-color: #f2eee8;
}
.step-txt-frm {
    font-size: 30px !important;
    padding: 15px 0;
    margin: 0;
    color: #c74a1b !important;
    font-weight: 700;
}
.submt-txt {
    font-size: 20px !important;
    line-height: 20px !important;
    text-transform: none;
    color: #723421 !important;
}
.panch-txt,
.panch-type,
.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-dots li.slick-active button::before {
    color: #733423;
}
.chauhan-bg {
    background: #723421;
    padding: 0;
}
.panch-bg {
    background: #ffeddb;
    padding: 0 0 30px;
    border-radius: 0;
}
.panch-type {
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    padding: 20px 0 0;
}
.panch-txt {
    font-size: 15px !important;
    padding: 15px 20px 0;
    margin-bottom: 0;
}
.expert-bg {
    background: #ffeddb;
    padding: 0 0 40px;
}
.name-brd {
    width: 20%;
    background: #c74a1a;
    height: 4px;
    margin: 0 0 10px;
}
.expert-img-frm {
    border-radius: 5%;
    height: 85px;
    width: 85px !important;
    border: 0 solid #fff;
}
.carousel2 {
    width: 100%;
    margin: 0 auto;
}
.slick-slide {
    margin: 2px;
    width: 160px !important;
}
.slick-next,
.slick-prev {
    background: #000;
    border-radius: 15px;
    border-color: transparent;
    display: none !important;
}
.slick-dots {
    bottom: -40px;
    display: none !important;
}
.card {
    border: 0 solid #fff;
    width: 140px;
}
.card-body,
.card-header {
    width: 155px;
    background: #733423;
}
.card-body {
    vertical-align: top;
    height: 150px;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.card-title {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 5px;
}
.card-content {
    text-align: left;
    color: #f9f1f1;
    padding: 0;
    font-size: 16px;
}
.card-text {
    font-size: 12px !important;
    font-weight: 300;
    line-height: 15px;
}
.card-header {
    text-align: center;
    padding: 20px 10px 0;
    border-bottom: 0;
}
.slick-dots li button::before {
    font-size: 10px;
    color: #733423;
}
.doctr-frm-set {
    background: #733423;
    padding: 20px 10px 10px;
    border-radius: 5px;
    height: 260px;
}
.name-dr-hd {
    font-weight: 600;
    font-size: 16px;
    padding: 10px 0 0;
    color: #f9f1f1;
    margin-bottom: 5px;
}
.doctr-text-frm {
    color: #f9f1f1;
    font-size: 15px !important;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.5px;
}
.doctr-img-frm {
    border-radius: 5%;
    border: 0 solid #fff;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    font-family: "Material Icons";
    font-size: 4rem;
}
.owl-nav {
    height: 0;
    margin: 0;
    display: none;
}
.owl-carousel .owl-nav .owl-prev:before {
    font-family: "Material Icons";
    content: "\E5CB";
    font-size: 4rem;
    margin-left: 16px;
    position: absolute;
    top: 40%;
    left: 0;
    height: auto;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.05), 0 0 12px rgba(0, 0, 0, 0.05);
}
.faq-section {
    background: #fff;
    padding: 30px 0 40px !important;
    margin: 0;
}
.faq-pad {
    padding: 0 20px 20px;
}
.address-txt,
label {
    padding-bottom: 10px;
}
.faq .faq-list {
    padding: 0 10px;
}
.faq .faq-list ul {
    padding: 0 22px 0 0;
    list-style: none;
}
.faq .faq-list li {
    padding: 10px 0;
    background: #fff;
    position: relative;
    border-bottom: 0px solid #ccc;
}
.faq .faq-list a {
    display: block;
    position: relative;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0;
    outline: 0;
    cursor: pointer;
}
.faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #c74a1a;
}
.faq .faq-list .icon-close,
.faq .faq-list .icon-show {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}
.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0;
}
.faq .faq-list a.collapsed {
    color: #343a40;
}
.faq .faq-list a.collapsed:hover {
    color: #c74a1a;
}
.faq .faq-list a.collapsed .icon-show {
    display: inline-block;
}
@media (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }
}
.map-icon {
    float: left;
}
.address-txt {
    padding-left: 0;
}
#footer {
    color: #f9f1f1;
    font-size: 15px;
}
#footer .footer-top {
    background: #733423;
    padding: 30px 0;
}
#footer .footer-top .footer-info {
    margin-bottom: 0;
    padding: 0 30px 30px 60px;
}
#footer .footer-top .footer-info h3 {
    font-size: 18px;
    margin: 0 0 20px;
    padding: 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 h4 {
    font-size: 19px;
    font-weight: 600;
    color: #f9f1f1;
    text-transform: none;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid #f9f1f1;
    margin-bottom: 15px;
    text-align: left;
}
#footer .footer-top .footer-links {
    margin-bottom: 30px;
}
#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 a {
    color: rgba(255, 255, 255, 0.75);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}
#footer .footer-top .footer-contact {
    margin-bottom: 0;
    padding: 0 30px;
}
#footer .footer-top .footer-contact p {
    line-height: 26px;
}
#footer .copyright {
    text-align: center;
    padding-top: 30px;
}
.foter-logo {
    padding: 0 0 30px;
    text-align: center;
}
.carousel-indicators {
    margin-bottom: 1rem;
}
.carousel-indicators [data-bs-target] {
    background-color: #c74a1a;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.modal-body {
    padding: 15px 15px 20px;
}
.foter-pad {
    padding-bottom: 0;
}
.modal {
    top: 80px;
    cursor: pointer;
}
.modal-content {
    border-radius: 10px;
    pointer-events: none;
}
.modal-title {
    font-size: 20px !important;
    color: #fff;
    font-weight: 500;
    text-align: left;
    line-height: 25px;
}
.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: 70px;
    padding: 15px 10px;
}
.modal-dialog {
    margin: 2.9rem;
}
.form-control {
    border-radius: 5px;
    margin-bottom: 7px;
    font-size: 15px;
    color: #000;
    border: 1px solid #ccc;
    padding: 0.4rem 0.75rem;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
	height:40px;
}
select {
    word-wrap: normal;
    height: 35px;
}
.form-check-input[type="checkbox"] {
    border-radius: 0;
}
.agree {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding-left: 5px;
}
.btn-success,
.small-txt {
    font-size: 14px;
}
.agree a,
.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 0.25rem rgba(13, 110, 253, 0.25);
}
label {
    font-size: 13px;
    padding-left: 12px;
}
.digit-number{
	color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding-top: 5px;
    padding-left: 10px;
	padding-bottom:10px;
}
.terms {
    color: #a29d9d;
    font-size: 12px;
    font-weight: 500;
    padding-top: 10px;
    padding-left: 10px;
	text-align:center;
}
.fpAreaCode{
	width: 14%;
	height:40px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	border:0px;
	text-align:center;
	border:1px solid #ccc;
	color:#716f6f;
	&:focus{
		outline: none;	
		cursor: unset;
	}
}
.formatphone{
	width:86%;
	height:40px;
	border:1px solid #ccc;
	padding-left:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
}
.intl-tel-input,
.iti{
  width: 100%;
}
.btn-success2 {
    background: #c74a1b;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #c74a1b;
    padding: 0.6rem 1.95rem;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1.0px;
	text-transform:uppercase;
}
.btn-success2:hover {
    color: #fff;
    background-color: #733423;
    border-color: #733423;
}
.btn-success {
    background: #733423;
    color: #fff;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #733423;
    padding: 0.4rem 0.75rem;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1.0px;
}
.btn-success:hover {
    color: #000;
    background-color: #ffeddb;
    border-color: #ffeddb;
}
.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,
.btn-close:hover {
    opacity: 2.5;
}
.close {
    width: 27px;
    height: 27px;
    margin-top: -43px;
    margin-right: -10px;
    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 {
    font-size: 15px !important;
    text-align: left;
    margin-bottom: 0;
}
/* Doctor Slider Frame CSS Start */

.doctor-frm-bg {
    padding-top: 0;
    padding-bottom: 0;
    background: #ffeddb;
}
.doctor-frm{
	padding:10px 0px 30px 0px;
}
.doctor-img-frm{padding:0px; }
.doc-frm-txt{position:absolute; bottom:0px; left:0; right:0; text-align:left;color:#fff; text-decoration:none;padding:0px 10px 10px 10px; background-image: linear-gradient(rgba(0, 0, 0, 0) 3%, rgb(0, 0, 0));border-bottom-left-radius:10px;border-bottom-right-radius:10px;}
.doc-frm-txt a{color:#fff; text-decoration:none; border-bottom:2px solid rgba(255,255,255,0.5); transition:.3s ease border-color}
.doc-frm-txt a:hover{border-color:#fff;}
.doc-radius{border-radius:10px;}
.head-depart{font-size:14px;color:#fff;line-height:20px;font-weight:600;}
.depart{font-size:12px;color:#fff;line-height:20px;font-weight:500;}
.dr-name{font-size:16px;color:#733423;line-height:20px;font-weight:600;}
.qualification{font-size:14px;color:#fff;line-height:20px;font-weight:500;}
.quali{font-size:12px;color:#fff;line-height:20px;font-weight:500;}
.experience{font-size:14px;color:#fff;line-height:20px;font-weight:500;}
.exper{font-size:12px;color:#fff;line-height:20px;font-weight:500;}
.specialisation{font-size:14px;color:#fff;line-height:20px;font-weight:600;}
.special{font-size:12px;color:#fff;line-height:20px;font-weight:500;}

/* Doctor Slider Frame CSS Start */

@media (min-width: 320px) {
    #hero {
        height: 255px;
        margin-bottom: -13px;
    }
    .icon-boxes {
        padding-top: 15px;
    }
    .slid-txt,
    .slid-txt2 {
        font-size: 18px;
    }
    .step-frm1,
    .step-frm2 {
        width: 145px !important;
    }
    .why-frame {
        padding: 0 10px;
    }
    #footer .footer-top .footer-info {
        margin-bottom: 0;
        padding: 0 0px 30px;
    }
    .content-frm {
        height: 500px !important;
    }
    .spcl li {
        width: 95px;
    }
    .spcl li p {
        font-size: 12px !important;
    }
}
@media (min-width: 360px) {
    #hero {
        height: 265px;
        margin-bottom: -6px;
    }
    .icon-boxes {
        padding-top: 15px !important;
    }
    .frm2 {
        margin-left: 12px;
    }
    .slid-txt,
    .slid-txt2 {
        font-size: 18px;
    }
    .success-frm1,
    .success-frm2 {
        padding: 10px;
    }
    .slid-frm {
        height: 121px;
    }
    .step-frm1,
    .step-frm2 {
        width: 146px !important;
        height: 105px !important;
    }
    .spcl li {
        width: 108px;
    }
    .step-frm2 {
        margin-left: 3px !important;
    }
    .padlftrgt {
        padding: 0 30px 20px !important;
    }
    .doctr-frm-set {
        height: 270px;
    }
    .content-frm {
        height: 450px !important;
    }
    .spcl li p {
        font-size: 14px !important;
    }
}
@media (min-width: 375px) {
    #hero {
        height: 277px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .icon-boxes {
        padding-top: 15px !important;
    }
    .slid-txt,
    .slid-txt2 {
        font-size: 18px;
    }
    .slid-frm {
        height: 122px;
    }
    .icon-frm {
        width: 40%;
    }
    .step-frm1,
    .step-frm2 {
        width: 153px !important;
        height: 105px !important;
    }
    .spcl li {
        width: 113px;
    }
    .step-frm2 {
        margin-left: 3px !important;
    }
    .padlftrgt {
        padding: 0 30px 20px !important;
    }
    .content-frm {
        height: 440px !important;
    }
    .spcl li p {
        font-size: 14px !important;
    }
}
@media (min-width: 384px) {
    #hero {
        height: 280px;
    }
    .icon-boxes {
        padding-top: 15px !important;
    }
    .slid-txt,
    .slid-txt2 {
        font-size: 18px;
    }
    .slid-frm {
        height: 122px;
    }
    .icon-frm {
        width: 39%;
    }
    .step-frm1,
    .step-frm2 {
        width: 158px !important;
        height: 105px !important;
    }
    .spcl li {
        width: 116px;
    }
    .step-frm2 {
        margin-left: 3px !important;
    }
    .padlftrgt {
        padding: 0 30px 20px !important;
    }
    .content-frm {
        height: 440px !important;
    }
    .spcl li p {
        font-size: 14px !important;
    }
}
@media (min-width: 390px) {
    #hero {
        height: 282px;
        padding: 0;
    }
    .naturaly {
        padding: 15px 0 10px;
    }
    .icon-boxes {
        padding-top: 15px !important;
    }
    .slid-txt,
    .slid-txt2 {
        font-size: 18px;
    }
    .slid-frm {
        height: 121px;
    }
    .step-frm1,
    .step-frm2 {
        width: 161px !important;
        height: 105px !important;
    }
    .spcl li {
        width: 118px;
    }
    .step-frm2 {
        margin-left: 3px !important;
    }
    .padlftrgt {
        padding: 0 30px 20px !important;
    }
    .content-frm {
        height: 425px !important;
    }
    .spcl li p {
        font-size: 14px !important;
    }
}
@media (min-width: 400px) {
    #hero {
        height: 282px;
    }
    .icon-boxes {
        padding-top: 15px !important;
    }
    .slid-txt,
    .slid-txt2 {
        font-size: 18px;
    }
    .slid-frm {
        height: 121px;
    }
    .icon-frm {
        width: 36%;
    }
    .step-frm1,
    .step-frm2 {
        width: 166px !important;
        height: 105px !important;
    }
    .spcl li {
        width: 122px;
    }
    .step-frm2 {
        margin-left: 3px !important;
    }
    .padlftrgt {
        padding: 0 30px 20px !important;
    }
    .content-frm {
        height: 510px !important;
    }
    .spcl li p {
        font-size: 14px !important;
    }
}
@media (min-width: 412px) {
    #hero {
        height: 289px;
    }
    .icon-boxes {
        padding-top: 15px !important;
    }
    .slid-txt,
    .slid-txt2 {
        font-size: 18px;
    }
    .slid-frm {
        height: 121px;
    }
    .icon-frm {
        width: 36%;
    }
    .step-frm1,
    .step-frm2 {
        width: 172px !important;
        height: 105px !important;
    }
    .spcl li {
        width: 126px;
    }
    .step-frm2 {
        margin-left: 3px !important;
    }
    .padlftrgt {
        padding: 0 30px 20px !important;
    }
    .content-frm {
        height: 400px !important;
    }
    .spcl li p {
        font-size: 14px !important;
    }
}
@media (min-width: 414px) {
    .step-frm1,
    .step-frm2 {
        width: 173px !important;
        height: 105px !important;
    }
    #hero {
        height: 292px;
    }
    .icon-boxes {
        padding-top: 15px !important;
    }
    .slid-txt,
    .slid-txt2 {
        font-size: 18px;
        line-height: 22px;
    }
    .spcl li {
        width: 126px;
    }
    .step-frm2 {
        margin-left: 3px !important;
    }
    .padlftrgt {
        padding: 0 30px 20px !important;
    }
    .content-frm {
        height: 410px !important;
    }
    .spcl li p {
        font-size: 14px !important;
    }
}
@media (min-width: 428px) {
    .slid-txt,
    .slid-txt2 {
        font-size: 18px;
    }
    #hero {
        height: 296px;
    }
    .icon-boxes {
        padding-top: 25px !important;
    }
    .slid-txt {
        padding-left: 125px;
    }
    .slid-frm {
        height: 121px;
    }
    .icon-frm {
        width: 34%;
    }
    .step-frm1,
    .step-frm2 {
        width: 180px !important;
        height: 105px !important;
    }
    .spcl li {
        width: 131px;
    }
    .step-frm2 {
        margin-left: 3px !important;
    }
    .padlftrgt {
        padding: 0 30px 20px !important;
    }
    .naturaly {
        padding: 15px 0 10px;
    }
    .content-frm {
        height: 400px !important;
    }
    .spcl li p {
        font-size: 14px !important;
    }
}
@media (min-width: 1024px) and (max-width: 1150px) {
    #hero {
        height: 465px;
    }
    .desktop1,
    .desktop10,
    .desktop11,
    .desktop12,
    .desktop13,
    .desktop2,
    .desktop3,
    .desktop4,
    .desktop5,
    .desktop6,
    .desktop7,
    .desktop8,
    .desktop9,
    .desktopscrol {
        width: 428px;
        margin: auto;
    }
    .desktopnav {
        display: none;
    }
    .common-bg,
    .mrgrmove {
        margin-top: 0;
    }
    .section-title {
        padding-top: 60px;
    }
    .deskpad {
        width: 428px;
        margin: auto;
        padding-left: 0 !important;
    }
    .doctor-today {
        padding: 0 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%;
    }
    .slid-frm {
        height: 125px;
    }
    .slid-txt,
    .slid-txt2 {
        padding-left: 130px;
    }
	.mobile-section{
		display:none;
	}
}
@media (min-width: 1200px) and (max-width: 5120px) {
    .desktop1,
    .desktop10,
    .desktop11,
    .desktop12,
    .desktop13,
    .desktop2,
    .desktop3,
    .desktop4,
    .desktop5,
    .desktop6,
    .desktop7,
    .desktop8,
    .desktop9,
    .desktopscrol {
        margin: auto;
        width: 428px;
    }
    #hero {
        height: 300px;
    }
    .naturaly {
        padding: 15px 0 0px;
    }
    .desktopnav {
        display: none;
    }
    .desktop2 {
        background: #ffeddb;
    }
    .common-bg,
    .mrgrmove {
        margin-top: 0;
    }
    .deskpad {
        width: 428px;
        margin: auto;
        padding-left: 0 !important;
    }
    .modal.show .modal-dialog {
        width: 400px;
        margin: auto;
    }
    .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%;
    }
    .slid-frm {
        height: 121px;
    }
    .slid-txt,
    .slid-txt2 {
        padding-left: 130px;
    }
    #footer .footer-top .footer-info {
        padding: 0 0 40px;
    }
	.mobile-section{
		display:none;
	}
}
.mobile-section{
	padding:0px;
}
.thankyou_showcase_ghar {
    width: 100%;
    background: url(../../assets/img/thank-banner-bg.jpg) center top/100% no-repeat;
}
.thanks_container_ghar {
    display: flex;
    align-items: center;
    height: 490px;
}
.thanks_text_ghar {
    width: 530px;
    padding-left: 80px;
}
.thanks_text_ghar h2 {
    font-size: 26px;
    color: #c74a1b;
    line-height: normal;
    font-weight: 400;
}
.thanks_text_ghar h3 {
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: 400;
}
.thanks_text_ghar h2.discount_sec_ghar {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    text-transform: none;
    margin-top: 20px;
    margin-bottom: 20px;
}
.thanks_text_ghar h4 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
    margin-top: 20px;
}
.thanks_text_ghar h2 .cut_off_text,
.thanks_text_ghar h4 .cut_off_text_ghar {
    background-color: #000;
    color: #fff;
    text-decoration: line-through;
    padding: 2px 5px;
    margin-right: 5px;
}
.thanks_text_ghar h5 {
    text-transform: none;
    font-size: 1rem;
    margin-bottom: 20px;
    font-weight: 400;
}
.pay_btn_ghar {
    background-color: #c74a1b;
    color: #fff;
    font-size: 18px;
    padding: 10px 24px;
    text-decoration: none;
    cursor: pointer;
    border: none;
}
.pay_btn_ghar:hover {
    text-decoration: none;
    color: #fff;
}
.footer_ghar {
    width: 100%;
    background-color: #000;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    margin-top: 0;
}
.footer_ghar p {
    font-size: 14px;
    font-weight: 500;
}
@media all and (max-width: 767px) {
    .edge,
    .logo,
    .sure h2,
    .sure p,
    .testi_desc p {
        text-align: center;
    }
    .appoint_form,
    .dr_pic {
        position: relative;
        left: 0;
        right: 0;
    }
    p {
        font-size: 14px !important;
    }
    .stillnotformsec input[type="checkbox"],
    .stillnotformsec input[type="radio"] {
        cursor: pointer;
        -webkit-appearance: none;
        appearance: none;
        background: #fff;
        border-radius: 1px;
        box-sizing: border-box;
        position: relative;
        box-sizing: content-box;
        width: 15px;
        height: 15px;
        border-width: 0;
        transition: 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 {
        font-size: 30px;
    }
    .sure p {
        font-size: 12px;
    }
    .dr_bg,
    .sure {
        padding-bottom: 30px;
    }
    .stillnotformsec {
        background: #b99f95;
        border-radius: 20px;
        padding: 15px 5px;
    }
    .symptoms.options > span {
        display: inline-block;
        width: 48%;
        line-height: 30px;
    }
    .dr_des,
    .edge .col-sm-4 {
        width: 50%;
    }
    .edge h4 {
        font-size: 10px;
        line-height: 14px;
    }
    .dr_bg img,
    .symp .col-sm-2 {
        width: 50% !important;
    }
    .dr_bg .col-sm-3,
    .dr_bg .col-sm-9 {
        width: 100% !important;
    }
    .dr_bg h3,
    .dr_bg p {
        text-align: center !important;
    }
    .edge h2,
    .symp h2 {
        font-size: 30px;
        text-align: center;
    }
    .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: 0;
        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;
    }
    .booka,
    .testi_title p {
        font-size: 10px;
    }
    .testi_title h2 {
        font-size: 24px;
        color: #d32f27;
    }
    .hidden-desktop {
        display: block;
    }
    .caption_form,
    .hidden-m {
        display: none;
    }
    .appoint_form {
        width: 100%;
        margin: 0 auto;
        bottom: 10px;
    }
    .showcase li .caption {
        width: 100%;
        padding: 5px;
        top: 5%;
        left: 3px;
    }
    .caption_content h2 {
        padding-top: 8px;
    }
    .booka {
        color: #fff !important;
        text-decoration: none !important;
        background: 0 0;
        padding: 8px;
        border-radius: 5px;
        margin-left: 53%;
    }
    .booka strong {
        font-size: 11px;
    }
    .showcase li .dr_disc1 {
        width: 95%;
        padding: 0;
        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: 0 !important;
    }
    .pt-3,
    .py-3 {
        padding-top: 0 !important;
    }
    .dr_des p {
        font-size: 9px !important;
        color: #000;
    }
    .showcase li img {
        max-width: 100% !important;
    }
    .dr-banner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .caption_content {
        width: 100%;
        margin-top: 5%;
    }
    .caption_content h1 {
        font-size: 20px;
        line-height: 24px;
        padding-top: 0;
        text-align: left;
        margin-bottom: 1px;
    }
    .caption_content p {
        font-size: 23px !important;
        line-height: 28px;
        margin-bottom: 0;
        margin-left: 55%;
    }
    .caption_content li {
        font-size: 11px;
        line-height: 14px;
    }
    .caption_content li .icons {
        height: 20px;
        line-height: 20px;
        width: 20px;
    }
    .edge,
    .symp {
        padding: 0 20px;
    }
    .disease_sec li {
        width: 42%;
    }
    .edge h4 {
        padding: 10px 20px;
    }
    .dr_pic {
        bottom: 0;
    }
    .dr_descrip {
        padding: 50px;
    }
    .testimonial {
        height: 760px;
    }
    .testimonials {
        padding-bottom: 0;
    }
    .testimonials h2 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 0;
    }
    .testi_desc {
        padding: 20px 0 20px 20px;
    }
    .testi_desc h3 {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
    }
    .testi_desc span {
        text-align: center;
        display: block;
    }
    .caption_content ul {
        margin-top: 10px;
    }
    .thankyou_showcase,
    .thankyou_showcase_ghar {
        background-size: cover;
    }
    .thanks_container,
    .thanks_container_ghar {
        height: auto;
    }
    .thanks_text,
    .thanks_text_ghar {
        width: 70%;
        padding: 5px 0 15px 15px;
    }
    .caption_content h2 {
        margin-left: 55%;
        font-size: 17px !important;
        font-family: Myriad Pro !important;
    }
    .thanks_text h2,
    .thanks_text_ghar h2 {
        font-size: 25px;
    }
    .thanks_text h3,
    .thanks_text_ghar h3 {
        font-size: 1rem;
    }
    .thanks_text h2.discount_sec,
    .thanks_text_ghar h2.discount_sec_ghar {
        font-size: 1.3rem;
    }
    .thanks_text h4,
    .thanks_text_ghar h4 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
	.desktop-section{
		display:none;
	}
}
@media (min-width: 320px) and (max-width: 480px) {
    .padrmve {
        padding-left: 0;
        padding-right: 0;
    }
    .thanks_text_ghar {
        width: 45%;
        padding: 10px 0 10px 15px;
    }
    .thanks_text_ghar h2 {
        font-size: 15px;
        text-align: left;
        margin-top: 5px;
    }
    .thanks_text_ghar h3 {
        font-size: 13px;
        line-height: 16px;
    }
    .thanks_text_ghar h2.discount_sec_ghar {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .pay_btn_ghar {
        font-size: 14px;
        padding: 3px 10px;
    }
    .ghar-log-mob {
        width: 175px;
        padding-top: 10px;
    }
    .ghar-mob-constant {
        font-size: 15px;
        color: #000;
    }
    .form-title {
        display: none;
    }
    .thanks_text_ghar h5 {
        font-size: 12px;
        margin-top: 0;
        margin-bottom: 5px;
    }
    .rakhi-img {
        width: 350px;
        margin-bottom: 20px;
    }
    .expert-frm {
        padding: 9px 0 5px;
        margin: 0;
        display: block !important;
    }
    .faq .faq-list ul {
        padding: 0;
        list-style: none;
    }
    .savitri-img {
        width: 27%;
    }
    .savitri-name {
        width: 73%;
    }
    .promise-section-title {
        padding: 0 20px 10px;
    }
}
@media screen and (device-width: 1024px) {
    .thanks_text_ghar {
        padding-left: 40px;
    }
    .thanks_text_ghar h2 {
        font-size: 20px;
    }
    .thanks_text_ghar h2.discount_sec_ghar {
        font-size: 2.2rem;
    }
}
